:root{--blue: #0066CC;--blue-dark: #003366;--blue-hover: #005BB8;--blue-soft: rgba(0, 102, 204, .06);--blue-glow: rgba(0, 102, 204, .3);--dark: #1D1D1F;--text: #1D1D1F;--text-sec: #86868B;--text-muted: #9CA3AF;--bg-light: #F5F5F7;--white: #FFFFFF;--border: #E5E7EB;--shadow-card: 0 4px 20px rgba(0, 0, 0, .05);--shadow-card-h: 0 8px 30px rgba(0, 0, 0, .08);--shadow-btn: 0 4px 14px rgba(0, 102, 204, .3);--shadow-btn-h: 0 6px 20px rgba(0, 102, 204, .4);--shadow-xl: 0 12px 40px rgba(0, 0, 0, .08);--font-sans: "Inter", system-ui, sans-serif;--r-2xl: 1rem;--r-3xl: 1.5rem;--r-full: 9999px;--ease: cubic-bezier(.25, .46, .45, .94)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:var(--font-sans);font-weight:400;font-size:1rem;line-height:1.6;color:var(--text);background:var(--white);overflow-x:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--dark)}h1{font-size:clamp(2.25rem,5vw,3.75rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.125rem,2vw,1.375rem)}.gradient-text{background:linear-gradient(90deg,var(--blue),var(--blue-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}p{color:var(--text-sec)}a{text-decoration:none;color:inherit}strong{font-weight:600;color:var(--dark)}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:900px}.section{padding:5rem 0}.section-light{background:var(--bg-light)}.section-half-light{background:#f5f5f780}.section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.navbar{position:sticky;top:0;z-index:50;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar-inner{max-width:1120px;margin:0 auto;padding:.875rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.navbar-logo svg{width:1.5rem;height:1.5rem;color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-weight:600;border:none;cursor:pointer;transition:all .2s var(--ease);text-align:center}.btn-blue{background:var(--blue);color:var(--white);border-radius:var(--r-full);padding:1rem 2rem;font-size:1.0625rem;box-shadow:var(--shadow-btn)}.btn-blue:hover{background:#004d99;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 28px #0066cc73}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem;border-radius:var(--r-full)}.btn-dark{background:var(--dark);color:var(--white);border-radius:var(--r-full);padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.btn-dark:hover{background:#2d2d2f}.btn-lg{padding:1.25rem 2.5rem;font-size:1.125rem}.pill{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-light);padding:.5rem 1rem;border-radius:var(--r-full);font-size:.875rem;font-weight:500;color:var(--text-sec)}.pill-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.badge-superior{position:absolute;top:0;right:0;background:var(--blue);color:var(--white);font-size:.6875rem;font-weight:700;padding:.25rem 1rem;border-radius:0 0 0 var(--r-2xl);letter-spacing:.05em;text-transform:uppercase}.card{background:var(--white);border-radius:var(--r-3xl);box-shadow:var(--shadow-card);transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-h)}.card-light{background:var(--bg-light);border-radius:var(--r-3xl)}.card-bordered{background:var(--white);border:2px solid var(--blue);border-radius:var(--r-3xl);box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.card-muted{background:var(--bg-light);border:2px solid transparent;border-radius:var(--r-3xl)}.icon-box{width:3.5rem;height:3.5rem;border-radius:var(--r-2xl);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.icon-box svg{width:2rem;height:2rem;stroke-width:1.5;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.icon-box-red{background:#fee2e2;color:#ef4444}.icon-box-orange{background:#ffedd5;color:#f97316}.icon-box-yellow{background:#fef9c3;color:#ca8a04}.icon-box-purple{background:#f3e8ff;color:#a855f7}.process-icon{width:5rem;height:5rem;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card);border:1px solid var(--border);margin-bottom:1.5rem}.process-icon svg{width:2.5rem;height:2.5rem;color:var(--blue);stroke-width:1.5;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.quote-mark{position:absolute;top:1.5rem;left:1.5rem;width:2.5rem;height:2.5rem;color:var(--blue);opacity:.15}.progress-wrap{width:100%;max-width:28rem;margin:0 auto}.progress-track{height:1.5rem;background:#e5e7eb;border-radius:var(--r-full);overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,var(--blue),#60A5FA);border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--white);text-shadow:0 1px 2px rgba(0,0,0,.2);min-width:fit-content;padding:0 .5rem}.progress-label{font-size:.875rem;color:var(--text-sec);margin-top:.5rem}.mockup{background:var(--bg-light);border-radius:var(--r-2xl);overflow:hidden;box-shadow:0 8px 40px #00000014,0 2px 8px #0000000a;border:1px solid var(--border)}.mockup-inner{aspect-ratio:16 / 9;background:var(--white);border-radius:var(--r-2xl);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.875rem;margin:.5rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.anim-up{animation:fadeUp .5s var(--ease) both}.d-1{animation-delay:.05s}.d-2{animation-delay:.1s}.d-3{animation-delay:.15s}.d-4{animation-delay:.2s}.d-5{animation-delay:.25s}.d-6{animation-delay:.3s}@keyframes fillRight{0%{width:0}}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.comp-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.comp-list li{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-sec);line-height:1.5}.comp-list svg{width:1.5rem;height:1.5rem;flex-shrink:0;stroke-width:2;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.comp-list .icon-x{color:#f87171}.comp-list .icon-ok{color:#22c55e}@media(max-width:900px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:3rem 0}}@media(max-width:480px){h1{font-size:2rem}h2{font-size:1.5rem}.container{padding:0 1rem}}@media(max-width:768px){.carousel-track{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;margin:0 -1.5rem;padding:.25rem 1.5rem 1rem}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 80%;scroll-snap-align:center}.carousel-dots{display:flex!important;justify-content:center;gap:.5rem;margin-top:1.5rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#d1d1d6;border:none;cursor:pointer;transition:all .3s var(--ease);padding:0;flex-shrink:0}.carousel-dot.active{background:var(--blue);width:28px;border-radius:4px}}.p-step[data-astro-cid-ogf5ymiv]{display:flex;flex-direction:column;align-items:center;text-align:center}.p-step[data-astro-cid-ogf5ymiv] p[data-astro-cid-ogf5ymiv]{margin:0 auto;color:var(--text-sec);line-height:1.5}@media(min-width:768px){.process-track[data-astro-cid-ogf5ymiv]{position:relative}.process-track[data-astro-cid-ogf5ymiv]:before{content:"";position:absolute;top:2.5rem;left:17%;right:17%;height:2px;background:#e5e7eb;z-index:0}.process-track[data-astro-cid-ogf5ymiv]>[data-astro-cid-ogf5ymiv]{z-index:1}}.sol-wrap[data-astro-cid-ogf5ymiv]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px;margin:0 auto;align-items:stretch}.sol-card[data-astro-cid-ogf5ymiv]{border-radius:var(--r-3xl);padding:2rem 1.5rem;display:flex;flex-direction:column;position:relative;overflow:hidden}.sol-card-bad[data-astro-cid-ogf5ymiv]{background:var(--bg-light);border:1px solid var(--border)}.sol-card-good[data-astro-cid-ogf5ymiv]{background:var(--white);border:2px solid var(--blue);box-shadow:var(--shadow-xl)}.sol-title[data-astro-cid-ogf5ymiv]{display:flex;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;color:var(--dark)}.sol-title[data-astro-cid-ogf5ymiv] span[data-astro-cid-ogf5ymiv]{font-weight:500;color:var(--blue);font-size:.9375rem}.sol-card-bad[data-astro-cid-ogf5ymiv] .sol-title[data-astro-cid-ogf5ymiv]{color:var(--text-sec)}.sol-ico[data-astro-cid-ogf5ymiv]{width:1.5rem;height:1.5rem;flex-shrink:0;stroke-width:1.8;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.sol-card-bad[data-astro-cid-ogf5ymiv] .sol-ico[data-astro-cid-ogf5ymiv]{color:#f87171}.sol-card-good[data-astro-cid-ogf5ymiv] .sol-ico[data-astro-cid-ogf5ymiv]{color:var(--blue)}.sol-items[data-astro-cid-ogf5ymiv]{list-style:none;display:flex;flex-direction:column;gap:1rem}.sol-items[data-astro-cid-ogf5ymiv] li[data-astro-cid-ogf5ymiv]{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.5;color:var(--text-sec)}.sol-items[data-astro-cid-ogf5ymiv] li[data-astro-cid-ogf5ymiv] strong[data-astro-cid-ogf5ymiv]{color:var(--dark)}.sol-x[data-astro-cid-ogf5ymiv],.sol-check[data-astro-cid-ogf5ymiv]{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:2px}.sol-x[data-astro-cid-ogf5ymiv]{background:#fee2e2;color:#ef4444}.sol-check[data-astro-cid-ogf5ymiv]{background:#dcfce7;color:#22c55e}.quote-text[data-astro-cid-ogf5ymiv]{position:relative;z-index:1;margin-bottom:1.5rem;line-height:1.7;padding-top:.5rem;font-style:italic;color:var(--text-sec)}.offer-card[data-astro-cid-ogf5ymiv]{max-width:580px;margin:0 auto;background:var(--white);border-radius:var(--r-3xl);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-xl);border:1px solid var(--border);position:relative}.offer-badge[data-astro-cid-ogf5ymiv]{display:inline-flex;align-items:center;gap:4px;background:var(--bg-light);border:1px solid var(--border);border-radius:var(--r-full);padding:4px 12px;font-size:.75rem;font-weight:700;color:var(--blue);letter-spacing:.03em;margin-bottom:1.25rem}.offer-title[data-astro-cid-ogf5ymiv]{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;line-height:1.15;margin-bottom:.75rem}.offer-desc[data-astro-cid-ogf5ymiv]{font-size:1rem;color:var(--text-sec);margin-bottom:1.75rem;line-height:1.6}.offer-progress[data-astro-cid-ogf5ymiv]{margin-bottom:1.75rem}.offer-bar[data-astro-cid-ogf5ymiv]{height:10px;background:#e5e7eb;border-radius:var(--r-full);overflow:hidden;margin-bottom:.625rem}.offer-fill[data-astro-cid-ogf5ymiv]{height:100%;background:linear-gradient(90deg,var(--blue),#60A5FA);border-radius:var(--r-full);transition:width .8s ease}.offer-stats[data-astro-cid-ogf5ymiv]{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;margin-bottom:.5rem}.offer-sisa[data-astro-cid-ogf5ymiv]{color:var(--blue);font-weight:600}.offer-total[data-astro-cid-ogf5ymiv]{color:var(--text-muted);font-weight:500}.offer-warn[data-astro-cid-ogf5ymiv]{font-size:.75rem;color:#ef4444;font-weight:500;margin:0}.offer-btn[data-astro-cid-ogf5ymiv]{font-size:1rem;padding:.875rem 2rem;width:100%;max-width:400px}.offer-foot[data-astro-cid-ogf5ymiv]{font-size:.8125rem;color:var(--text-muted);margin-top:1rem}.hero-banner[data-astro-cid-ogf5ymiv]{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--r-2xl);padding:1rem 1.25rem;max-width:340px;width:100%;text-align:center}.hb-head[data-astro-cid-ogf5ymiv]{font-size:.8125rem;font-weight:600;color:var(--text-sec);display:flex;align-items:center;justify-content:center;gap:.375rem;margin-bottom:.25rem}.hb-dot[data-astro-cid-ogf5ymiv]{width:7px;height:7px;border-radius:50%;background:#22c55e;animation:pulse 2s infinite;display:inline-block}.hb-price[data-astro-cid-ogf5ymiv]{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.625rem}.hb-price[data-astro-cid-ogf5ymiv] strong[data-astro-cid-ogf5ymiv]{color:var(--blue)}.hb-bar[data-astro-cid-ogf5ymiv]{height:6px;background:#e5e7eb;border-radius:var(--r-full);overflow:hidden;margin-bottom:.5rem}.hb-fill[data-astro-cid-ogf5ymiv]{height:100%;background:linear-gradient(90deg,var(--blue),#60A5FA);border-radius:var(--r-full)}.hb-warn[data-astro-cid-ogf5ymiv]{font-size:.6875rem;color:#ef4444;font-weight:500}@media(max-width:768px){.sol-wrap[data-astro-cid-ogf5ymiv]{grid-template-columns:1fr;gap:1rem}.sol-card[data-astro-cid-ogf5ymiv]{padding:1.25rem 1rem}.sol-title[data-astro-cid-ogf5ymiv]{font-size:1rem;margin-bottom:1rem}.sol-title[data-astro-cid-ogf5ymiv] span[data-astro-cid-ogf5ymiv]{font-size:.8125rem}.sol-items[data-astro-cid-ogf5ymiv] li[data-astro-cid-ogf5ymiv]{font-size:.8125rem;gap:.5rem}.sol-x[data-astro-cid-ogf5ymiv],.sol-check[data-astro-cid-ogf5ymiv]{width:1.25rem;height:1.25rem;font-size:.625rem}.p-step[data-astro-cid-ogf5ymiv] h3[data-astro-cid-ogf5ymiv]{font-size:1rem!important}.p-step[data-astro-cid-ogf5ymiv] p[data-astro-cid-ogf5ymiv]{font-size:.8125rem!important;max-width:200px}.process-icon[data-astro-cid-ogf5ymiv]{width:3.5rem!important;height:3.5rem!important;margin-bottom:1rem!important}.process-icon[data-astro-cid-ogf5ymiv] svg[data-astro-cid-ogf5ymiv]{width:1.75rem!important;height:1.75rem!important}}
