 :root{--bg:#f7fbff;--ink:#102033;--muted:#5b6b7f;--blue:#1a73e8;--blue2:#0f5bd7;--green:#10b981;--line:#d9e7f5;--soft:#eef6ff;--card:#fff;--shadow:0 24px 70px rgba(16,32,51,.12);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#f8fbff,#fff);line-height:1.65}a{color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.84);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--green));color:white}nav{display:flex;gap:18px;flex-wrap:wrap}nav a{text-decoration:none;color:var(--muted);font-weight:750;font-size:14px}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;text-decoration:none;border-radius:999px;min-height:46px;padding:12px 20px;font-weight:900;cursor:pointer}.nav-cta,.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:white;box-shadow:0 14px 30px rgba(26,115,232,.2)}.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.full{width:100%}.hero{padding:34px 0 26px;min-height:calc(100svh - 64px);display:grid;align-items:center;background:radial-gradient(circle at 12% 18%,rgba(26,115,232,.14),transparent 30%),radial-gradient(circle at 86% 12%,rgba(16,185,129,.15),transparent 28%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.74fr);gap:28px;align-items:center}.eyebrow{display:inline-flex;width:max-content;align-items:center;border-radius:999px;padding:6px 10px;background:#e8f2ff;color:#0f5bd7;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.hero h1{font-size:clamp(36px,5.2vw,68px);line-height:.98;letter-spacing:-.06em;margin:14px 0 12px;max-width:820px}.lead{font-size:clamp(16px,1.6vw,20px);color:var(--muted);max-width:650px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.trust-row span{background:white;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted);font-weight:800;font-size:13px}.quote-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;display:grid;gap:12px}.quote-card h2{margin:4px 0 0;font-size:28px;letter-spacing:-.04em}.quote-card p{margin:0;color:var(--muted)}label{display:grid;gap:6px;font-size:13px;font-weight:850;color:#334155}input,select{width:100%;min-height:46px;border:1px solid var(--line);border-radius:14px;padding:10px 12px;font:inherit;background:white;color:var(--ink)}.progress{height:8px;background:#dbeafe;border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:99px;transition:.3s}.micro{font-size:12px}.hero-visual{margin-top:20px}.hero-visual img{width:100%;max-height:300px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow);border:1px solid var(--line)}.section{padding:64px 0}.soft{background:var(--soft)}.two-col,.split{display:grid;grid-template-columns:1fr .72fr;gap:30px;align-items:start}.section h2,.section-title{font-size:clamp(30px,4vw,52px);line-height:1.05;letter-spacing:-.05em;margin:12px 0 14px}.section p{color:var(--muted);font-size:17px}.info-panel,.slider-card,.cards article,.results-box,.final-box{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.info-panel ul{padding-left:20px;color:var(--muted)}.section-head{max-width:780px;margin-bottom:24px}.company-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.company-card{display:grid;grid-template-columns:54px 1fr;gap:14px;background:white;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 10px 34px rgba(16,32,51,.07);transition:.2s}.company-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.rank{width:44px;height:44px;border-radius:16px;background:#e8f2ff;color:var(--blue);display:grid;place-items:center;font-weight:950}.company-card h3{margin:0;font-size:22px}.tag{font-weight:900;color:var(--blue)!important;margin:2px 0 4px!important}.mini-btn{border:1px solid var(--line);background:#f8fbff;border-radius:999px;min-height:38px;padding:8px 12px;font-weight:850;cursor:pointer}.mini-btn.active{background:#d1fae5;border-color:#86efac}.range-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;font-weight:850}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.faq{max-width:900px}.faq details{background:white;border:1px solid var(--line);border-radius:18px;margin:12px 0;padding:18px}.faq summary{font-weight:950;cursor:pointer}.results{padding:24px 0}.results-box{display:flex;gap:18px;align-items:center;justify-content:space-between}.result-pills{display:flex;gap:8px;flex-wrap:wrap}.result-pills span{background:#e8f2ff;border-radius:999px;padding:8px 11px;font-weight:900;color:var(--blue)}.final{padding:64px 0;background:linear-gradient(135deg,#0f5bd7,#10b981);color:white}.final-box{text-align:center;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);box-shadow:none}.final-box p{color:#e8f2ff}footer{padding:28px 0;color:var(--muted);font-size:14px}@media(max-width:900px){.hero{min-height:auto}.hero-grid,.two-col,.split{grid-template-columns:1fr}.company-grid,.cards{grid-template-columns:1fr}.quote-card{order:-1}.hero h1{font-size:42px}.results-box{display:grid}.nav nav{display:none}}@media(max-width:560px){.wrap{width:min(100% - 24px,1180px)}.hero{padding:24px 0}.hero h1{font-size:34px}.hero-actions .btn{width:100%}.quote-card{padding:16px}.hero-visual img{max-height:220px}.section{padding:42px 0}.company-card{grid-template-columns:1fr}.nav-cta{display:none}}

/* alignment and survey page upgrades */
.section-head{margin-left:auto;margin-right:auto;text-align:center}.section-head .eyebrow{margin-left:auto;margin-right:auto}.final-box{max-width:860px;margin:auto}.final-box h2,.final-box p{text-align:center}.hero-visual img{object-fit:contain;background:#f7fbff}.quote-card .secondary.full{width:100%;margin-top:-4px}.survey-page{min-height:100vh;background:radial-gradient(circle at 15% 10%,rgba(26,115,232,.18),transparent 30%),radial-gradient(circle at 90% 10%,rgba(16,185,129,.16),transparent 28%),linear-gradient(180deg,#f8fbff,#ffffff)}.survey-hero{padding:34px 0 24px;text-align:center}.survey-hero .eyebrow{margin:auto}.survey-hero h1{font-size:clamp(36px,5vw,64px);line-height:1;letter-spacing:-.06em;margin:14px auto 12px;max-width:900px}.survey-hero p{max-width:720px;margin:0 auto;color:var(--muted);font-size:18px}.survey-shell{padding:20px 0 70px}.survey-card{max-width:920px;margin:auto;background:white;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:26px;overflow:hidden}.survey-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.step-count{font-weight:950;color:var(--blue)}.survey-progress{height:10px;background:#dbeafe;border-radius:99px;overflow:hidden;flex:1}.survey-progress span{display:block;height:100%;width:16%;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:99px;transition:.25s}.survey-step{display:none;animation:fadeUp .25s ease}.survey-step.active{display:block}.survey-step h2{font-size:clamp(28px,4vw,46px);line-height:1.05;letter-spacing:-.05em;margin:8px 0 10px;text-align:center}.survey-step p{text-align:center;color:var(--muted);margin:0 auto 22px;max-width:650px}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.option-card{border:1px solid var(--line);background:#f8fbff;border-radius:22px;padding:18px;text-align:left;cursor:pointer;min-height:92px;transition:.18s;font:inherit}.option-card b{display:block;font-size:18px;margin-bottom:4px}.option-card span{color:var(--muted);font-size:14px}.option-card:hover,.option-card.selected{border-color:var(--blue);background:#e8f2ff;transform:translateY(-2px)}.survey-input{max-width:420px;margin:0 auto 20px}.survey-actions{display:flex;gap:12px;justify-content:center;margin-top:22px;flex-wrap:wrap}.survey-results{display:none}.survey-results.active{display:block}.match-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.match-card{border:1px solid var(--line);border-radius:22px;background:#f8fbff;padding:18px}.match-card h3{margin:0 0 6px;font-size:22px}.match-card p{margin:0;color:var(--muted);text-align:left}.badge{display:inline-flex;border-radius:999px;background:#d1fae5;color:#047857;padding:6px 10px;font-weight:900;font-size:12px;margin-bottom:10px}@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:760px){.option-grid,.match-grid{grid-template-columns:1fr}.survey-card{padding:18px;border-radius:24px}.survey-top{display:grid}.survey-actions .btn{width:100%}.section-head{text-align:center}}


.input-error{border-color:#ef4444!important;box-shadow:0 0 0 4px rgba(239,68,68,.12)}.company-logo-grid .match-card img{width:100%;height:70px;object-fit:contain;border-radius:16px;background:white;border:1px solid var(--line);margin-bottom:12px}.company-card-logo{width:100%;height:54px;object-fit:contain;background:white;border:1px solid var(--line);border-radius:14px;margin-bottom:10px}.survey-card .survey-actions a{display:none!important}


/* normalized insurer logos */
.company-logo-grid .match-card img{height:64px;max-width:190px;width:100%;object-fit:contain;margin:0 auto 14px;display:block;border-radius:16px;background:white;border:1px solid var(--line);padding:0}.match-card{text-align:center}.match-card p{text-align:center}.match-card h3{text-align:center}.badge{margin-left:auto;margin-right:auto}


/* outbound company buttons */
.company-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;margin-top:10px;color:#102033}.match-card .company-link{width:100%;background:white}.company-link:hover{border-color:var(--blue);background:#e8f2ff;color:#0f5bd7}


/* apple-design premium polish v2 */
:root{
  --ink:#071525;--muted:#667789;--blue:#007aff;--blue2:#0057d9;--green:#30d158;--mint:#5eead4;--line:rgba(15,35,60,.11);--soft:rgba(255,255,255,.62);--card:rgba(255,255,255,.78);--shadow:0 28px 90px rgba(7,21,37,.13);--shadow-soft:0 14px 44px rgba(7,21,37,.09);--radius:30px;--spring:cubic-bezier(.2,.9,.2,1)
}
*{-webkit-tap-highlight-color:transparent}
body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,Segoe UI,system-ui,sans-serif;background:radial-gradient(circle at 10% -10%,rgba(0,122,255,.16),transparent 34%),radial-gradient(circle at 88% 0,rgba(48,209,88,.12),transparent 31%),linear-gradient(180deg,#f7fbff 0%,#ffffff 44%,#f7fbff 100%);color:var(--ink);letter-spacing:-.01em}.wrap{width:min(1168px,calc(100% - 40px))}.topbar{background:rgba(255,255,255,.62);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.58);box-shadow:0 1px 0 rgba(15,35,60,.04)}.nav{padding:11px 0}.brand{letter-spacing:-.035em}.brand-mark{border-radius:13px;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 24px rgba(0,122,255,.18)}nav a,.nav-cta,.btn,.mini-btn,.option-card{transition:transform .28s var(--spring),box-shadow .28s var(--spring),background .2s ease,border-color .2s ease,color .2s ease}.nav-cta:active,.btn:active,.mini-btn:active,.option-card:active{transform:scale(.975)}.nav-cta:hover,.btn.primary:hover{transform:translateY(-1px);box-shadow:0 18px 42px rgba(0,122,255,.24)}.secondary:hover{background:rgba(255,255,255,.9);transform:translateY(-1px);box-shadow:var(--shadow-soft)}
.hero{min-height:calc(100svh - 62px);padding:34px 0 32px;background:radial-gradient(circle at 18% 18%,rgba(0,122,255,.18),transparent 31%),radial-gradient(circle at 82% 14%,rgba(94,234,212,.18),transparent 29%),linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.25))}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);gap:34px}.hero-copy h1{font-size:clamp(44px,6.2vw,82px);line-height:.94;letter-spacing:-.075em;margin:16px 0 16px;max-width:760px}.hero-copy p{font-size:clamp(18px,1.55vw,22px);line-height:1.45;color:var(--muted);max-width:650px}.eyebrow{background:rgba(255,255,255,.7);border:1px solid rgba(0,122,255,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 10px 28px rgba(0,122,255,.08);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);font-weight:850}.hero-actions{gap:12px;margin-top:22px}.btn,.nav-cta{min-height:48px;padding:13px 21px}.primary{background:linear-gradient(135deg,#007aff,#0057d9);box-shadow:0 15px 36px rgba(0,122,255,.22)}.secondary{background:rgba(255,255,255,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(15,35,60,.1)}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.trust-row span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.62);border:1px solid rgba(15,35,60,.08);color:#36506a;font-size:13px;font-weight:800}.trust-row span:before{content:'✓';color:var(--green);font-weight:950}.hero-visual{position:relative}.hero-visual:before{content:'';position:absolute;inset:8% 4% auto auto;width:44%;height:44%;background:radial-gradient(circle,rgba(0,122,255,.20),transparent 60%);filter:blur(26px);z-index:-1}.hero-visual img{border-radius:34px;box-shadow:0 34px 100px rgba(7,21,37,.15);border:1px solid rgba(255,255,255,.78);background:rgba(255,255,255,.68);padding:10px;transform:translateZ(0);transition:transform .5s var(--spring),box-shadow .5s var(--spring)}.hero-visual:hover img{transform:translateY(-4px) rotateX(1deg) rotateY(-1deg);box-shadow:0 42px 110px rgba(7,21,37,.18)}
.quote-card,.survey-card,.company-card,.info-card,.match-card,.final-box,.coverage-tool{background:var(--card);border:1px solid rgba(255,255,255,.74);box-shadow:var(--shadow);backdrop-filter:blur(24px) saturate(170%);-webkit-backdrop-filter:blur(24px) saturate(170%)}.quote-card{border-radius:32px;padding:22px}.quote-card label,.survey-input{font-weight:850;color:#22384e}.quote-card input,.quote-card select,.survey-input input{height:52px;border-radius:18px;border:1px solid rgba(15,35,60,.12);background:rgba(255,255,255,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);transition:border-color .2s ease,box-shadow .2s ease,transform .2s var(--spring)}.quote-card input:focus,.quote-card select:focus,.survey-input input:focus{outline:none;border-color:rgba(0,122,255,.55);box-shadow:0 0 0 5px rgba(0,122,255,.12);transform:translateY(-1px)}.progress{background:rgba(0,122,255,.1);height:9px;border-radius:999px;overflow:hidden}.progress span{background:linear-gradient(90deg,#007aff,#30d158);box-shadow:0 0 18px rgba(0,122,255,.28);transition:width .35s var(--spring)}
.section{padding:82px 0}.section h2,.final-box h2{font-size:clamp(34px,4.8vw,58px);line-height:1;letter-spacing:-.065em;margin:10px 0 14px}.section-head{max-width:780px}.company-grid{gap:16px}.company-card{border-radius:28px;padding:18px;transition:transform .32s var(--spring),box-shadow .32s var(--spring),border-color .2s ease}.company-card:hover{transform:translateY(-5px);box-shadow:0 30px 82px rgba(7,21,37,.14);border-color:rgba(0,122,255,.22)}.rank{background:linear-gradient(135deg,#007aff,#30d158);box-shadow:0 12px 30px rgba(0,122,255,.16)}.mini-btn{border-radius:999px;min-height:42px;padding:10px 15px;border:1px solid rgba(15,35,60,.1);font-weight:900;background:rgba(255,255,255,.72);box-shadow:0 8px 22px rgba(7,21,37,.06)}.company-link:hover{background:#007aff;color:white;border-color:#007aff;box-shadow:0 14px 30px rgba(0,122,255,.2)}
.survey-page{background:radial-gradient(circle at 12% 5%,rgba(0,122,255,.20),transparent 32%),radial-gradient(circle at 88% 0,rgba(48,209,88,.14),transparent 30%),linear-gradient(180deg,#f7fbff,#ffffff)}.survey-hero{padding:42px 0 20px}.survey-hero h1{font-size:clamp(42px,6vw,76px);letter-spacing:-.078em;line-height:.94}.survey-card{max-width:960px;border-radius:38px;padding:30px;position:relative}.survey-card:before{content:'';position:absolute;inset:0;border-radius:38px;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.68),transparent 45%)}.survey-top{position:relative;z-index:1}.survey-progress{height:12px;background:rgba(0,122,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.survey-progress span{background:linear-gradient(90deg,#007aff,#30d158);transition:width .42s var(--spring)}.survey-step{position:relative;z-index:1}.survey-step.active{animation:appleStep .34s var(--spring)}.survey-step h2{letter-spacing:-.065em}.option-grid{gap:15px}.option-card{background:rgba(255,255,255,.62);border:1px solid rgba(15,35,60,.1);box-shadow:0 12px 34px rgba(7,21,37,.06);border-radius:26px;position:relative;overflow:hidden}.option-card:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.85),transparent 50%);opacity:.7;pointer-events:none}.option-card:hover{transform:translateY(-3px);box-shadow:0 18px 46px rgba(7,21,37,.1);border-color:rgba(0,122,255,.28)}.option-card.selected{background:linear-gradient(180deg,rgba(232,242,255,.92),rgba(255,255,255,.82));border-color:rgba(0,122,255,.65);box-shadow:0 20px 50px rgba(0,122,255,.13)}.option-card.selected:after{content:'✓';position:absolute;right:16px;top:16px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#007aff;color:white;font-weight:950}.survey-actions{position:relative;z-index:1}.match-grid{gap:16px}.match-card{border-radius:28px;transition:transform .32s var(--spring),box-shadow .32s var(--spring)}.match-card:hover{transform:translateY(-4px);box-shadow:0 28px 72px rgba(7,21,37,.13)}.company-logo-grid .match-card img{height:66px;max-width:198px;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.badge{background:rgba(48,209,88,.13);color:#07804f;border:1px solid rgba(48,209,88,.18)}.coverage-tool input[type=range]{accent-color:#007aff}.reveal{opacity:0;transform:translateY(16px);transition:opacity .56s var(--spring),transform .56s var(--spring)}.reveal.in{opacity:1;transform:none}.is-transitioning .survey-step.active{animation:appleStep .34s var(--spring)}@keyframes appleStep{from{opacity:0;transform:translateY(10px) scale(.985);filter:blur(4px)}to{opacity:1;transform:none;filter:blur(0)}}
@media(max-width:900px){.hero{min-height:auto;padding:28px 0 44px}.hero-grid{grid-template-columns:1fr}.hero-copy h1{font-size:clamp(42px,12vw,66px)}.hero-visual{order:-1}.hero-visual img{max-height:360px;object-fit:contain}.trust-row{margin-top:16px}.section{padding:58px 0}.survey-card{border-radius:30px;padding:20px}.survey-card:before{border-radius:30px}}
@media(max-width:620px){.wrap{width:min(100% - 28px,1168px)}nav{display:none}.nav-cta{min-height:42px;padding:10px 14px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.quote-card{border-radius:26px}.option-grid,.match-grid{grid-template-columns:1fr}.survey-hero h1{font-size:clamp(36px,12vw,54px)}.survey-top{gap:10px}.company-card{grid-template-columns:auto 1fr}.company-link{width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.hero-visual:hover img,.company-card:hover,.match-card:hover,.option-card:hover{transform:none!important}}
@media(prefers-reduced-transparency:reduce){.topbar,.quote-card,.survey-card,.company-card,.info-card,.match-card,.final-box,.coverage-tool{background:white!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}


/* requested layout fixes */
.hero-visual img{object-fit:cover;background:#071525;padding:0}.quote-card .btn,.final-box .btn,.survey-actions .btn{margin-left:auto;margin-right:auto;text-align:center}.hero-actions,.final-box,.survey-actions{justify-content:center;text-align:center}.company-card{height:100%;align-items:stretch}.company-card>div:last-child{display:flex;flex-direction:column;height:100%;min-width:0}.company-card .company-link{margin-top:auto;align-self:center;min-width:150px;text-align:center}.company-grid{align-items:stretch}.match-card{display:flex;flex-direction:column;height:100%}.match-card .company-link{margin-top:auto;align-self:stretch}.survey-actions{display:none!important}.survey-card{padding-bottom:34px}.survey-step[data-step="1"] .survey-input{margin-bottom:0}.survey-input input{text-align:center;font-weight:850;letter-spacing:.04em}


/* final user fixes: no hero image, stable buttons, clean numbering, zip button */
.hero-visual{display:none!important}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,440px)!important;align-items:center!important}.hero-copy{max-width:760px}.hero-actions{display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;text-align:left!important}.hero-actions .btn{margin:0!important;white-space:nowrap}.quote-card .btn.full{display:flex!important;width:100%!important;margin-left:0!important;margin-right:0!important}.quote-card{text-align:left!important}.quote-card .micro{text-align:center}.company-grid{align-items:stretch!important}.company-card{display:grid!important;grid-template-columns:58px 1fr!important;gap:14px!important;height:100%!important}.company-card>div:last-child{display:flex!important;flex-direction:column!important;min-height:100%!important}.company-card .company-link{margin-top:auto!important;align-self:flex-start!important;min-width:168px!important}.rank{width:46px!important;height:46px!important;border-radius:16px!important;display:grid!important;place-items:center!important;font-size:15px!important;font-variant-numeric:tabular-nums!important;letter-spacing:-.02em!important}.zip-step-btn{display:flex!important;margin:18px auto 0!important;min-width:190px!important}.survey-step[data-step="1"]{text-align:center}.survey-step[data-step="1"] .survey-input{max-width:360px;margin-left:auto!important;margin-right:auto!important;display:block}.survey-step[data-step="1"] .survey-input input{margin-top:8px}.survey-actions{display:none!important}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr!important}.hero-actions{justify-content:center!important;text-align:center!important}.hero-copy{text-align:center;margin:auto}.hero-copy .eyebrow{margin-left:auto;margin-right:auto}.trust-row{justify-content:center}.quote-card{max-width:560px;margin:0 auto}}
@media(max-width:620px){.hero-actions{display:grid!important;grid-template-columns:1fr!important}.hero-actions .btn{width:100%!important}.company-card{grid-template-columns:50px 1fr!important}.company-card .company-link{width:100%!important;align-self:stretch!important}.rank{width:42px!important;height:42px!important}}


/* button alignment fix from screenshots */
.company-grid{display:grid!important;align-items:stretch!important}.company-card{height:100%!important;min-height:258px!important;display:flex!important;align-items:stretch!important;gap:14px!important}.company-card>div:last-child{flex:1!important;display:flex!important;flex-direction:column!important;min-height:100%!important}.company-card h3,.company-card .tag,.company-card p{margin-top:0}.company-card .company-link{margin-top:auto!important;align-self:flex-start!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;min-height:42px!important;min-width:174px!important}.company-card .rank{flex:0 0 46px!important}.zip-step-btn{display:flex!important;align-items:center!important;justify-content:center!important;margin:18px auto 0!important;min-width:210px!important;width:max-content!important;max-width:100%!important;position:static!important;left:auto!important;right:auto!important;transform:none!important}.survey-step[data-step="1"]{display:none;text-align:center!important}.survey-step[data-step="1"].active{display:flex!important;flex-direction:column!important;align-items:center!important}.survey-step[data-step="1"] .survey-input{display:block!important;width:min(360px,100%)!important;margin:0 auto!important;text-align:left!important}.survey-step[data-step="1"] .survey-input input{width:100%!important;display:block!important}.survey-step[data-step="1"] .zip-step-btn{align-self:center!important}
@media(max-width:620px){.company-card{min-height:auto!important}.company-card .company-link{width:100%!important;align-self:stretch!important}.zip-step-btn{width:100%!important;max-width:360px!important}}


/* replace company numbering with logo icons */
.company-card{grid-template-columns:72px 1fr!important;display:grid!important}.company-icon{width:64px!important;height:64px!important;border-radius:20px!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(15,35,60,.1)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 10px 26px rgba(7,21,37,.08)!important;overflow:hidden!important;align-self:flex-start!important}.company-icon img{width:54px!important;height:54px!important;object-fit:contain!important;display:block!important}.rank{display:none!important}@media(max-width:620px){.company-card{grid-template-columns:60px 1fr!important}.company-icon{width:54px!important;height:54px!important;border-radius:17px!important}.company-icon img{width:46px!important;height:46px!important}}


/* readability, footer and legal pages */
.quote-card,.survey-card,.company-card,.info-card,.match-card,.final-box,.coverage-tool,.slider-card{background:rgba(255,255,255,.94)!important;border:1px solid rgba(15,35,60,.12)!important;backdrop-filter:blur(12px) saturate(130%)!important;-webkit-backdrop-filter:blur(12px) saturate(130%)!important}.quote-card p,.info-panel,.info-card p,.slider-card p,.section p,.faq p,.company-card p,.match-card p{color:#33485f!important}.tag,.micro,.lead{color:#4c6075!important}.eyebrow{color:#0758c7!important;background:rgba(232,242,255,.92)!important}.section h2,.hero-copy h1,.quote-card h2,.company-card h3,.info-card h3,.slider-card h3{color:#071525!important}.trust-row span{background:rgba(255,255,255,.92)!important;color:#294158!important;border-color:rgba(15,35,60,.12)!important}footer{padding:42px 0 34px;background:#071525;color:#d9e7f5;margin-top:40px}footer p{color:#b8c7d8!important;margin:.35rem 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.legal-footer{border-top:1px solid rgba(255,255,255,.14);margin-top:22px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.legal-links{display:flex;gap:16px;flex-wrap:wrap}.legal-links a{color:white;text-decoration:none;font-weight:850}.legal-page{padding:64px 0 88px}.legal-card{max-width:900px;margin:auto;background:white;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:var(--shadow)}.legal-card h1{font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.06em;margin:0 0 18px;color:#071525}.legal-card h2{margin-top:28px;color:#071525}.legal-card p{color:#33485f!important}.legal-card a{color:#0758c7}@media(max-width:700px){.footer-grid{grid-template-columns:1fr}.legal-card{padding:22px;border-radius:24px}.legal-footer{display:grid}}


/* natural long-tail guide section */
.soft-guide{background:linear-gradient(180deg,rgba(232,242,255,.58),rgba(255,255,255,.72))}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.info-card{padding:22px;border-radius:26px}.info-card h3{margin-top:0}.info-card p{margin-bottom:0}@media(max-width:760px){.info-grid{grid-template-columns:1fr}.info-card{padding:18px}}


/* hard readability fix: solid surfaces and clear text separation */
body{
  background:#f3f7fc!important;
}
.hero{
  background:linear-gradient(180deg,#eef6ff 0%,#ffffff 72%)!important;
}
.section,
.results{
  position:relative;
  background:#ffffff!important;
}
.section:nth-of-type(even),
.soft-guide{
  background:#f2f7fd!important;
}
.hero-copy,
.section-head,
.two-col>div:first-child,
.split>div:first-child,
.faq,
.final-box{
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(15,35,60,.10)!important;
  border-radius:28px!important;
  padding:24px!important;
  box-shadow:0 18px 50px rgba(7,21,37,.08)!important;
}
.hero-copy{
  background:#ffffff!important;
}
.quote-card,
.survey-card,
.company-card,
.info-card,
.info-panel,
.slider-card,
.match-card,
.coverage-tool,
.legal-card{
  background:#ffffff!important;
  color:#071525!important;
  border:1px solid #cbd9e8!important;
  box-shadow:0 18px 50px rgba(7,21,37,.10)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.hero-copy h1,
.section h2,
.section-head h2,
.quote-card h2,
.company-card h3,
.info-card h3,
.info-panel h3,
.slider-card h3,
.faq h2,
.final-box h2,
.legal-card h1,
.legal-card h2{
  color:#061322!important;
  text-shadow:none!important;
}
body,
.section p,
.hero-copy p,
.lead,
.quote-card p,
.company-card p,
.info-card p,
.info-panel li,
.slider-card p,
.faq p,
.final-box p,
.legal-card p,
.legal-card li,
.micro,
.tag{
  color:#263a50!important;
  opacity:1!important;
  text-shadow:none!important;
}
.lead,
.section-copy{
  color:#2c4259!important;
  font-weight:560!important;
}
.tag,
.micro,
.range-labels span{
  color:#42576e!important;
  font-weight:750!important;
}
.eyebrow{
  background:#e4f0ff!important;
  color:#064fae!important;
  border:1px solid #bcd5f4!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.trust-row span{
  background:#ffffff!important;
  color:#1d344d!important;
  border:1px solid #cbd9e8!important;
  box-shadow:0 8px 20px rgba(7,21,37,.06)!important;
}
.topbar{
  background:#ffffff!important;
  border-bottom:1px solid #d7e3ef!important;
  box-shadow:0 6px 24px rgba(7,21,37,.06)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
nav a{color:#334b64!important}.brand{color:#071525!important}
.quote-card input,
.quote-card select,
.survey-input input,
.coverage-tool input,
.coverage-tool select{
  background:#ffffff!important;
  color:#071525!important;
  border:1px solid #b9cadb!important;
}
.company-icon,
.company-logo-grid .match-card img,
.company-card-logo{
  background:#ffffff!important;
  border:1px solid #d2dfeb!important;
}
/* remove decorative low-contrast glass shine overlays that wash out text */
.survey-card:before,
.option-card:before,
.hero-visual:before{display:none!important}
@media(max-width:700px){
  .hero-copy,.section-head,.two-col>div:first-child,.split>div:first-child,.faq,.final-box{padding:18px!important;border-radius:22px!important}
}


/* user requested hero headline style */
.hero-copy h1{font-size:clamp(40px,6vw,70px)!important;letter-spacing:normal!important;margin:16px 0 16px!important;}
