@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Fraunces:ital,wght@0,700;0,900;1,700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--red:#e8291c;--red-dark:#b91c12;--red-light:#fee2e0;--navy:#0d1b2a;--navy-mid:#162032;--slate:#1e3048;--muted:#6b7e94;--border:#d4dae2;--bg:#f7f9fc;--white:#fff;--green:#16a34a;--green-light:#dcfce7;--amber:#d97706;--amber-light:#fef3c7;--font-display:"Fraunces",Georgia,serif;--font-body:"Inter",system-ui,sans-serif;--radius-sm:6px;--radius:12px;--radius-lg:20px;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow:0 4px 16px rgba(0,0,0,.1);--shadow-lg:0 12px 40px rgba(0,0,0,.14)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--navy);line-height:1.6;-webkit-font-smoothing:antialiased}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section--dark{background:var(--navy);color:var(--white)}.section--navy-mid{background:var(--navy-mid);color:var(--white)}.section--light{background:var(--white)}.section--bg{background:var(--bg)}.eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:12px}.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:900;line-height:1.15;margin-bottom:16px}.section-sub{font-size:18px;color:var(--muted);max-width:560px;line-height:1.65}.section--dark .section-sub,.section--navy-mid .section-sub{color:#93a8be}.text-center{text-align:center}.text-center .section-sub{margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;font-family:var(--font-body);font-weight:700;border-radius:var(--radius-sm);transition:all .18s ease;text-decoration:none}.btn-primary{background:var(--red);color:var(--white);padding:16px 32px;font-size:16px}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px);box-shadow:var(--shadow)}.btn-lg{padding:20px 44px;font-size:18px;border-radius:var(--radius-sm)}.btn-outline{background:transparent;border:2px solid var(--border);color:var(--navy);padding:14px 28px;font-size:15px}.btn-outline:hover{border-color:var(--red);color:var(--red)}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(13,27,42,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.06)}.nav-inner{justify-content:space-between;padding:16px 24px;max-width:1100px;margin:0 auto}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{font-family:var(--font-display);font-size:22px;font-weight:900;color:var(--white);text-decoration:none;gap:10px}.nav-logo span{color:var(--red)}.nav-logo-icon{width:34px;height:34px;background:var(--red);border-radius:8px;justify-content:center;font-size:18px;flex-shrink:0}.nav-links,.nav-logo-icon{display:flex;align-items:center}.nav-links{gap:32px;list-style:none}.nav-links a{color:#93a8be;text-decoration:none;font-size:14px;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--red);padding:10px 22px;border-radius:var(--radius-sm);font-weight:700!important}.nav-cta,.nav-cta:hover{color:var(--white)!important}.nav-cta:hover{background:var(--red-dark)}@media (max-width:680px){.nav-links{display:none}}.hero{background:var(--navy);color:var(--white);padding:100px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(232,41,28,.15) 0,transparent 70%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;max-width:1100px;margin:0 auto;padding:0 24px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(232,41,28,.15);border:1px solid rgba(232,41,28,.3);color:#fca5a1;font-size:13px;font-weight:600;padding:6px 14px;border-radius:100px;margin-bottom:24px}.hero-badge-dot{width:7px;height:7px;background:var(--red);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero h1{font-family:var(--font-display);font-size:clamp(36px,5vw,58px);font-weight:900;line-height:1.08;margin-bottom:22px}.hero h1 em{font-style:italic;color:var(--red)}.hero-sub{font-size:18px;color:#93a8be;line-height:1.65;margin-bottom:36px;max-width:480px}.hero-actions{gap:16px;margin-bottom:44px}.hero-actions,.hero-trust{display:flex;align-items:center;flex-wrap:wrap}.hero-trust{gap:20px}.hero-trust-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#93a8be}.hero-trust-item svg{color:var(--green);flex-shrink:0}.hero-card{background:var(--navy-mid);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-lg);padding:32px;box-shadow:0 24px 60px rgba(0,0,0,.4)}.hero-card-title{font-size:13px;font-weight:600;color:#93a8be;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.bill-example{background:var(--slate);border-radius:var(--radius);padding:20px;margin-bottom:20px}.bill-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.06);font-size:14px}.bill-row:last-child{border-bottom:none}.bill-row-label{color:#93a8be}.bill-row-amount{font-weight:700;color:var(--white)}.bill-row-amount.error{color:#fca5a1;text-decoration:line-through}.bill-row-amount.savings{color:#86efac}.analysis-items{display:flex;flex-direction:column;gap:10px}.analysis-item{display:flex;align-items:flex-start;gap:10px;background:var(--slate);border-radius:var(--radius-sm);padding:12px;font-size:13px}.analysis-item-icon{width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.analysis-item-icon.red{background:rgba(232,41,28,.2)}.analysis-item-icon.green{background:rgba(22,163,74,.2)}.analysis-item-text{color:#b8c9dc;line-height:1.4}.analysis-item-text strong{color:var(--white);display:block;margin-bottom:2px}.hero-card-total{margin-top:20px;background:rgba(22,163,74,.12);border:1px solid rgba(22,163,74,.3);border-radius:var(--radius);padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.hero-card-total-label{font-size:14px;color:#86efac;font-weight:600}.hero-card-total-amount{font-family:var(--font-display);font-size:28px;font-weight:900;color:#86efac}@media (max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-card{display:none}}.stats-bar{background:var(--red);padding:14px 0;overflow:hidden}.stats-bar-inner{gap:60px;justify-content:center;flex-wrap:wrap;max-width:1100px;margin:0 auto;padding:0 24px}.stat-item,.stats-bar-inner{display:flex;align-items:center}.stat-item{gap:10px;white-space:nowrap}.stat-num{font-family:var(--font-display);font-size:22px;font-weight:900;color:var(--white)}.stat-label{font-size:13px;color:hsla(0,0%,100%,.8);font-weight:500}.stat-divider{width:1px;height:28px;background:hsla(0,0%,100%,.3)}@media (max-width:680px){.stat-divider{display:none}.stats-bar-inner{gap:20px;flex-direction:column}}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:32px;gap:32px;margin-top:56px}.step-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;position:relative;transition:box-shadow .2s}.step-card:hover{box-shadow:var(--shadow)}.step-number{position:absolute;top:-16px;left:28px;background:var(--red);color:var(--white);font-family:var(--font-display);font-size:13px;font-weight:900;padding:4px 12px;border-radius:100px}.step-icon{font-size:36px;margin-bottom:16px;display:block}.step-title{font-size:18px;font-weight:800;margin-bottom:10px;color:var(--navy)}.step-desc{font-size:15px;color:var(--muted);line-height:1.6}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;margin-top:56px}.feature-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-lg);padding:32px;transition:border-color .2s}.feature-card:hover{border-color:hsla(0,0%,100%,.15)}.feature-icon{width:52px;height:52px;background:rgba(232,41,28,.15);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:20px}.feature-title{font-size:18px;font-weight:800;color:var(--white);margin-bottom:10px}.feature-desc{font-size:15px;color:#93a8be;line-height:1.65}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;margin-top:56px}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-sm)}.stars{display:flex;gap:3px;margin-bottom:16px;font-size:16px}.testimonial-text{font-size:16px;line-height:1.65;color:var(--navy);margin-bottom:24px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--white);flex-shrink:0}.testimonial-name{font-weight:700;font-size:15px;color:var(--navy)}.testimonial-meta{font-size:13px;color:var(--muted)}.testimonial-savings{display:inline-block;background:var(--green-light);color:var(--green);font-size:12px;font-weight:700;padding:3px 10px;border-radius:100px;margin-top:6px}.errors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px;margin-top:56px}.error-card{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--red);border-radius:var(--radius);padding:24px}.error-card-title{font-size:15px;font-weight:800;color:var(--navy);margin-bottom:8px}.error-card-desc{font-size:14px;color:var(--muted);line-height:1.55}.error-freq{display:inline-block;margin-top:12px;background:var(--red-light);color:var(--red);font-size:12px;font-weight:700;padding:3px 10px;border-radius:100px}.pricing-wrapper{display:flex;justify-content:center;margin-top:56px}.pricing-card{background:var(--white);border:2px solid var(--red);border-radius:var(--radius-lg);padding:48px 48px 40px;max-width:520px;width:100%;box-shadow:var(--shadow-lg);position:relative;text-align:center}.pricing-badge{position:absolute;top:-16px;left:50%;transform:translateX(-50%);background:var(--red);color:var(--white);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 20px;border-radius:100px;white-space:nowrap}.pricing-price{margin:24px 0 8px}.pricing-price sup{font-size:28px;vertical-align:top;margin-top:10px}.pricing-price strong,.pricing-price sup{font-family:var(--font-display);font-weight:900;color:var(--navy)}.pricing-price strong{font-size:88px;line-height:1}.pricing-subtitle{font-size:15px;color:var(--muted);margin-bottom:32px}.pricing-features{list-style:none;text-align:left;margin-bottom:36px;display:flex;flex-direction:column;gap:14px}.pricing-features li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--navy)}.pricing-features li:before{content:"✓";color:var(--green);font-weight:900;font-size:16px;flex-shrink:0;margin-top:1px}.pricing-guarantee{margin-top:20px;font-size:13px;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:6px}.form-section{background:var(--navy);padding:80px 0}.form-section-inner{max-width:860px;margin:0 auto;padding:0 24px;text-align:center}.form-section h2{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:900;color:var(--white);margin-bottom:14px}.form-section-sub{font-size:18px;color:#93a8be;margin-bottom:48px;max-width:560px;margin-left:auto;margin-right:auto}.form-embed-wrapper{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);min-height:700px}.form-embed-wrapper iframe{width:100%;min-height:700px;border:none;display:block}.faq-list{max-width:740px;margin:56px auto 0;display:flex;flex-direction:column;gap:16px}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:22px 28px;cursor:pointer;font-size:16px;font-weight:700;color:var(--navy);-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:16px;background:none;border:none;width:100%;text-align:left}.faq-chevron,.faq-question:hover{background:var(--bg)}.faq-chevron{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;transition:transform .25s,background .2s}.faq-item.open .faq-chevron{transform:rotate(180deg);background:var(--red);color:var(--white)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer-inner{padding:0 28px 24px;font-size:15px;color:var(--muted);line-height:1.7}.faq-item.open .faq-answer{max-height:400px}.footer{background:var(--navy);border-top:1px solid hsla(0,0%,100%,.06);padding:60px 0 32px;color:#93a8be}.footer-inner{max-width:1100px;margin:0 auto;padding:0 24px}.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.footer-brand-name{font-family:var(--font-display);font-size:20px;font-weight:900;color:var(--white);margin-bottom:10px;display:flex;align-items:center;gap:8px}.footer-brand-desc{font-size:14px;line-height:1.6}.footer-col h4{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--white);margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{color:#93a8be;text-decoration:none;font-size:14px;transition:color .15s}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.06);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:12px}.footer-disclaimer{font-size:12px;color:rgba(147,168,190,.5);margin-top:8px;line-height:1.5}@media (max-width:760px){.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;text-align:center}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:600px){.section{padding:56px 0}.hero{padding:60px 0 56px}.pricing-card{padding:40px 28px 32px}.pricing-price strong{font-size:72px}}