:root{--navy:#123b52;--navy-deep:#092b3d;--teal:#16a6a1;--teal-dark:#0c817d;--coral:#f56f5b;--cream:#f6c85f;--ink:#133247;--muted:#667b89;--line:#d6e1e5;--soft:#f3f8f9;--white:#fff;--shadow:0 22px 60px rgba(9,43,61,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
.wrap{width:min(100% - 40px,1080px);margin-inline:auto}
.landing-header{position:absolute;z-index:5;top:0;left:0;right:0}
.landing-nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px;color:#fff}
.brand-icon{display:grid;place-items:center;width:47px;height:47px;border-radius:14px;background:linear-gradient(135deg,var(--teal),#42c7b8);color:#fff;font-size:13px;font-weight:800;letter-spacing:.05em;box-shadow:0 10px 25px rgba(7,32,45,.22)}
.brand-copy{display:grid;line-height:1.05}.brand-copy b{font-size:14px}.brand-copy small{margin-top:4px;color:#cfe9e7;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.landing-nav nav{display:flex;align-items:center;gap:28px;color:#e8f4f3;font-size:14px}
.landing-nav nav>a:not(.nav-quote):hover{color:#fff}
.nav-quote{padding:12px 20px;border-radius:999px;background:var(--cream);color:#153140;font-weight:800;box-shadow:0 8px 24px rgba(246,200,95,.22)}
.landing-hero{min-height:720px;background:radial-gradient(circle at 78% 25%,rgba(28,180,172,.18),transparent 30%),linear-gradient(135deg,var(--navy-deep),var(--navy));color:#fff;display:grid;place-items:center;text-align:center;padding:130px 20px 78px}
.hero-content{max-width:880px}
.rate-pill{display:inline-block;padding:7px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);color:#d9f7f4;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.landing-hero h1{max-width:850px;margin:28px auto 22px;font-size:clamp(43px,6vw,70px);line-height:1.08;letter-spacing:-.045em}
.landing-hero h1 span{color:var(--cream)}
.landing-hero p{max-width:760px;margin-inline:auto;color:#e1ecee;font-size:19px;line-height:1.65}
.hero-actions{display:flex;justify-content:center;gap:14px;margin:32px 0 22px}
.primary-cta,.secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 29px;border-radius:999px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s}
.primary-cta{background:var(--cream);color:#153140;box-shadow:0 12px 28px rgba(246,200,95,.2)}
.primary-cta:hover,.primary-cta:focus-visible{transform:translateY(-2px);box-shadow:0 16px 34px rgba(246,200,95,.26)}
.secondary-cta{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.06);color:#fff}
.secondary-cta:hover,.secondary-cta:focus-visible{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.landing-hero small{color:#bfd1d6}
.why-section,.how-section{padding:86px 20px;text-align:center}
.section-label{margin:0 0 10px;color:var(--teal-dark);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.why-section h2,.how-section h2,.final-cta h2{max-width:720px;margin:0 auto 42px;font-size:clamp(31px,4vw,42px);letter-spacing:-.035em}
.benefit-grid,.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.benefit-grid article,.how-grid article{padding:30px 25px;border:1px solid #e1eaed;border-radius:20px;background:#fff}
.benefit-grid article{box-shadow:0 12px 35px rgba(15,56,76,.06)}
.benefit-grid article>span{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;margin:auto;background:#e4f7f4;color:var(--teal-dark);font-size:23px;font-weight:800}
.benefit-grid h3{margin:18px 0 8px}.benefit-grid p,.how-grid p,.final-cta p{color:var(--muted);line-height:1.7}
.how-section{background:var(--soft)}
.how-grid article{background:rgba(255,255,255,.72)}
.how-grid b{display:grid;place-items:center;width:48px;height:48px;margin:auto;border-radius:15px;background:var(--navy);color:#fff}
.how-section>.wrap>.primary-cta{margin-top:34px;background:var(--teal);color:#fff;box-shadow:0 12px 28px rgba(22,166,161,.2)}
.final-cta{text-align:center;padding:76px 20px;background:linear-gradient(135deg,#0e374e,#16516a);color:#fff}
.final-cta h2{margin-bottom:12px}.final-cta p{color:#d5e4e7}.final-cta .primary-cta{margin-top:18px}
.landing-footer{padding:40px 20px calc(40px + env(safe-area-inset-bottom));background:#061f2c;color:#9db2ba;font-size:11px;line-height:1.75}
.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:24px}.footer-brand{display:grid;gap:4px}.footer-brand b{color:#fff;font-size:15px}.landing-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.landing-footer a{color:#d8e5e8}.disclosure{max-width:960px;border-top:1px solid rgba(255,255,255,.09);padding-top:20px}
.quote-page{background:var(--soft)}
.quote-header{height:76px;display:flex;justify-content:center;align-items:center;background:#fff;border-bottom:1px solid #e1eaed}
.quote-brand{color:var(--ink)}.quote-brand .brand-copy small{color:var(--teal-dark)}.quote-brand .brand-icon{width:43px;height:43px;border-radius:13px}
.quote-main{position:relative;overflow:hidden;min-height:calc(100vh - 76px);padding:44px 20px calc(70px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#f8fbfb,#eef5f6)}
.quote-bg{position:absolute;border-radius:50%;filter:blur(3px)}.quote-bg-one{width:360px;height:360px;left:-250px;top:50px;background:rgba(22,166,161,.11)}.quote-bg-two{width:330px;height:330px;right:-220px;bottom:-70px;background:rgba(246,200,95,.11)}
.quote-shell{position:relative;width:min(100%,780px);margin:auto;text-align:center}
.trust-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border:1px solid #c9dfe0;border-radius:999px;background:#fff;color:#376c70;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.trust-kicker span{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--teal);color:#fff}
.quote-shell>h1{margin:21px 0 12px;font-size:clamp(38px,5vw,59px);line-height:1.07;letter-spacing:-.05em}.quote-shell>h1 em{display:block;color:var(--teal-dark);font-style:normal}
.quote-lead{margin:0 auto 31px;max-width:620px;color:var(--muted);font-size:17px;line-height:1.65}
.question-card{max-width:670px;margin:auto;padding:28px 30px 24px;background:#fff;border:1px solid #cadadd;border-radius:21px;box-shadow:var(--shadow);text-align:left}
.progress-row{display:flex;justify-content:space-between;gap:10px;color:#71858f;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.progress-track{height:5px;margin:10px 0 28px;border-radius:5px;background:#edf2f3}.progress-track span{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--teal),#43c5b9)}
.question-card h2{text-align:center;font-size:29px;letter-spacing:-.04em}
.answer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.answer-button{min-height:92px;padding:16px;display:flex;align-items:center;gap:12px;border:2px solid #d8e3e6;border-radius:14px;background:#fff;color:var(--ink);text-align:left;cursor:pointer;transition:.18s;font:inherit}
.answer-button:hover,.answer-button:focus-visible,.answer-button.selected{border-color:var(--teal);background:#edf9f8;transform:translateY(-2px);outline:none;box-shadow:0 10px 22px rgba(22,166,161,.1)}
.answer-icon{flex:0 0 39px;width:39px;height:39px;display:grid;place-items:center;border-radius:13px;font-size:21px;font-weight:800}.yes-icon{background:#e4f7f4;color:var(--teal-dark)}.no-icon{background:#fff0ed;color:var(--coral)}
.answer-copy{display:grid;gap:4px}.answer-copy b{font-size:18px}.answer-copy small{color:var(--muted);font-size:11px}.answer-arrow{margin-left:auto;color:#8297a0;font-size:20px}
.redirect-note{margin:20px 0 0;padding-top:18px;border-top:1px solid #e6edef;color:#758892;font-size:10.5px;line-height:1.6;text-align:center}.setup-message{margin:12px 0 0;padding:10px;border-radius:9px;background:#fff7dc;color:#795d00;font-size:12px;text-align:center}.back-link{display:inline-block;margin-top:22px;color:#58717d;font-size:13px;font-weight:700}
@media(max-width:760px){.wrap{width:min(100% - 28px,1080px)}.landing-nav{min-height:72px}.landing-nav nav{gap:10px}.landing-nav nav a:not(.nav-quote){display:none}.nav-quote{padding:10px 15px;font-size:12px}.brand-icon{width:42px;height:42px}.brand-copy b{font-size:12px}.brand-copy small{font-size:9px}.landing-hero{min-height:auto;padding:132px 16px 74px}.landing-hero h1{font-size:clamp(40px,12vw,56px)}.landing-hero p{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch;max-width:330px;margin-inline:auto;margin-top:28px;margin-bottom:22px}.primary-cta,.secondary-cta{width:100%;min-height:56px}.benefit-grid,.how-grid{grid-template-columns:1fr}.why-section,.how-section{padding:64px 14px}.benefit-grid,.how-grid{gap:14px}.benefit-grid article,.how-grid article{padding:25px 20px}.footer-top{flex-direction:column}.landing-footer nav{justify-content:flex-start}.quote-main{padding:30px 14px calc(48px + env(safe-area-inset-bottom))}.quote-shell>h1{font-size:clamp(35px,11vw,46px)}.quote-shell>h1 em{display:inline}.quote-lead{font-size:15px}.question-card{padding:22px 16px 20px;border-radius:17px}.question-card h2{font-size:25px;margin:24px 8px 20px}.answer-grid{grid-template-columns:1fr}.answer-button{min-height:82px}.redirect-note{font-size:10px}}
@media(max-width:390px){.wrap{width:min(100% - 22px,1080px)}.landing-nav .brand-copy{display:none}.landing-hero{padding-top:118px}.landing-hero h1{font-size:39px}.rate-pill{font-size:9.5px}.landing-hero p{font-size:16px}.why-section h2,.how-section h2,.final-cta h2{font-size:29px}.quote-header{height:68px}.quote-main{min-height:calc(100vh - 68px)}.quote-shell>h1{font-size:34px}.trust-kicker{font-size:9.5px}.progress-row{font-size:9px}.question-card h2{font-size:23px}.answer-button{padding:14px}.answer-copy b{font-size:17px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* Car-insurance brand mark */
.car-shield-logo{padding:5px;background:linear-gradient(145deg,#1bb2aa,#0c7f91);border-radius:15px}
.car-shield-logo svg{display:block;width:100%;height:100%;overflow:visible}
.car-shield-logo .shield{fill:#fff;opacity:.98}
.car-shield-logo .car{fill:#123b52}
.quote-brand .car-shield-logo .car{fill:#123b52}

/* Stronger "Why us" presentation */
.why-section{background:#fff}
.why-section .wrap{max-width:1080px}
.why-section h2{margin-bottom:48px}
.benefit-grid article{position:relative;padding:36px 28px 32px;border:0;border-radius:22px;background:#fff;box-shadow:0 16px 46px rgba(9,43,61,.09);transition:transform .18s,box-shadow .18s}
.benefit-grid article:hover{transform:translateY(-4px);box-shadow:0 22px 56px rgba(9,43,61,.13)}
.benefit-grid article::before{content:"";position:absolute;left:28px;right:28px;top:0;height:4px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,var(--teal),#49c9b8)}
.benefit-grid article>span.benefit-check{width:52px;height:52px;border-radius:50%;background:#e0f7f4;color:var(--teal-dark);font-size:25px;box-shadow:inset 0 0 0 1px rgba(22,166,161,.12)}
.benefit-grid h3{font-size:20px;margin-top:20px}
.benefit-grid p{margin-bottom:0}

/* Selected-answer continuation */
.continue-panel[hidden]{display:none}
.continue-panel{margin-top:18px;padding:18px;border:1px solid #cce4e2;border-radius:15px;background:#f0faf9;text-align:center;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}
.continue-panel.visible{opacity:1;transform:none}
.continue-panel p{margin:0 0 13px;color:#42636c;font-size:12px;font-weight:600}
.get-started-button{width:100%;min-height:56px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 12px 25px rgba(22,166,161,.23);transition:transform .18s,box-shadow .18s}
.get-started-button:hover,.get-started-button:focus-visible{transform:translateY(-2px);box-shadow:0 16px 30px rgba(22,166,161,.3);outline:3px solid rgba(22,166,161,.2);outline-offset:3px}

@media(max-width:760px){
  .car-shield-logo{padding:4px}
  .benefit-grid article{padding:31px 22px 27px}
  .benefit-grid article::before{left:22px;right:22px}
  .continue-panel{padding:15px 13px}
  .get-started-button{min-height:58px}
}
@media(max-width:390px){
  .landing-nav .brand-copy{display:grid}
  .landing-nav .brand-copy b{font-size:10px}
  .landing-nav .brand-copy small{font-size:8px}
  .brand{gap:7px}
  .brand-icon{width:39px;height:39px}
  .nav-quote{padding:9px 11px;font-size:10px}
}


/* Legal pages layout fix */
.legal-page{min-height:calc(100vh - 160px);padding:120px 20px 70px;background:linear-gradient(180deg,#f7fbfb,#ffffff)}
.legal-page .wrap{max-width:900px;background:#fff;border:1px solid #e1eaed;border-radius:22px;padding:42px;box-shadow:0 18px 45px rgba(9,43,61,.08)}
.legal-page h1{margin:0 0 28px;color:var(--ink);font-size:clamp(30px,5vw,44px);letter-spacing:-.04em}
.legal-page p{font-size:16px;line-height:1.75;color:var(--muted)}
.legal-page a{color:var(--teal-dark);font-weight:700}
.legal-page + .landing-footer{margin-top:0}
.legal-header{position:relative;background:var(--navy-deep);}
.legal-header .brand{color:#fff}
.legal-header .landing-nav{min-height:82px}
@media(max-width:760px){
 .legal-page{padding:100px 14px 45px;}
 .legal-page .wrap{padding:26px 20px;border-radius:16px}
 .legal-page p{font-size:15px}
}
