/* My Policy Partner — public site, design v4: clean minimal white */
:root {
  --paper: #fff;
  --soft: #F6F8FB;
  --bg: #F6F8FB;
  --tint: #EEF3FF;
  --ink: #0F172A;
  --ink-2: #475569;
  --ink-3: #64748B;
  --line: #E5E7EB;
  --line-2: #D1D5DB;
  --blue: #1F5BFF;
  --blue-d: #1747CC;
  --indigo: #1F5BFF;
  --indigo-d: #1747CC;
  --indigo-t: #EEF3FF;
  --navy: #0F172A;
  --navy-2: #1E293B;
  --green: #12B76A;
  --green-d: #0E9F5B;
  --green-l: #34D399;
  --green-t: #E8F8F0;
  --sun: #F5B83D;
  --bad: #DC2626;
  --r: 16px;
  --r-lg: 22px;
  --shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px -10px rgba(15, 23, 42, .12);
  --shadow-lg: 0 2px 6px rgba(15, 23, 42, .04), 0 30px 60px -24px rgba(15, 23, 42, .22);
  --f-head: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --f-body: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --wrap: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font: 400 17px/1.65 var(--f-body); color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
.ic { flex: none; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue-d); }
h1, h2, h3 { font-family: var(--f-head); font-weight: 700; line-height: 1.12; letter-spacing: -.03em; margin: 0 0 .5em; color: var(--ink); }
h2 { font-size: clamp(1.8rem, 1.3rem + 1.7vw, 2.6rem); }
h3 { font-size: 1.15rem; letter-spacing: -.015em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--blue); color: #fff; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { top: 12px; color: #fff; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
[hidden] { display: none !important; }
.kicker { font: 700 .8rem/1 var(--f-body); letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin: 0 0 14px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 12px; border: 1.5px solid transparent; font: 700 1rem/1 var(--f-body); text-decoration: none; cursor: pointer; transition: background .15s, color .15s, border-color .15s, box-shadow .15s, transform .15s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary, .btn-call { background: var(--blue); color: #fff; box-shadow: 0 8px 20px -10px rgba(31, 91, 255, .7); }
.btn-primary:hover, .btn-call:hover { background: var(--blue-d); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--navy-2); color: #fff; }
.btn-outline { border-color: var(--line-2); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-light:hover { border-color: var(--ink); color: var(--ink); }
.btn-ghost { border-color: var(--line-2); color: var(--ink); background: transparent; }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: .94rem; border-radius: 10px; }
.btn-lg { min-height: 54px; padding: 0 26px; font-size: 1.04rem; }
.btn-xl { min-height: 66px; padding: 0 34px; font-size: 1.4rem; border-radius: 16px; font-variant-numeric: tabular-nums; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn-row.center { justify-content: center; }
.btn[disabled] { opacity: .65; cursor: progress; }

/* Ringing phone icon (used on every call button) */
.ring-ic { display: inline-grid; place-items: center; transform-origin: 50% 60%; animation: ring 3.6s ease-in-out infinite; }
@keyframes ring {
  0%, 62%, 100% { transform: rotate(0); }
  66% { transform: rotate(-16deg); } 70% { transform: rotate(14deg); } 74% { transform: rotate(-12deg); }
  78% { transform: rotate(10deg); } 82% { transform: rotate(-6deg); } 86% { transform: rotate(0); }
}

/* Live status */
.live { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; padding: 7px 14px; border-radius: 999px; background: var(--green-t); color: var(--green-d); font-size: .88rem; font-weight: 700; }
.live.is-closed { background: var(--soft); color: var(--ink-3); }
.live-dot { position: relative; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: none; }
.is-open .live-dot::after, .st-live .live-dot::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--green); animation: ping 1.8s ease-out infinite; }
.is-closed .live-dot { background: #94A3B8; }
@keyframes ping { from { transform: scale(.6); opacity: 1; } to { transform: scale(1.9); opacity: 0; } }
.live.center { display: flex; width: max-content; margin-left: auto; margin-right: auto; }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(1.6) blur(12px); -webkit-backdrop-filter: saturate(1.6) blur(12px); border-bottom: 1px solid var(--line); }
.hdr-in { display: flex; align-items: center; gap: 28px; height: 72px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font: 700 1.2rem/1 var(--f-head); letter-spacing: -.03em; color: var(--ink); text-decoration: none; white-space: nowrap; }
.logo svg { flex: none; }
.logo:hover, .logo-light, .logo-light:hover { color: var(--ink); }
.nav { display: flex; gap: 2px; margin-left: 8px; }
.nav a { white-space: nowrap; padding: 8px 12px; border-radius: 10px; color: var(--ink-2); font-weight: 500; font-size: .97rem; text-decoration: none; }
.nav a:hover { color: var(--ink); background: var(--soft); }
.hdr-cta { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.hdr-quote { color: var(--ink-2); font-weight: 600; font-size: .96rem; text-decoration: none; white-space: nowrap; }
.hdr-quote:hover { color: var(--ink); }
.hdr-call b { font-variant-numeric: tabular-nums; }
.hdr-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; text-decoration: none; white-space: nowrap; }
.hdr-phone:hover { color: var(--blue); }
.tty { font-size: .76rem; font-weight: 700; color: var(--ink-3); border: 1px solid var(--line-2); border-radius: 6px; padding: 2px 6px; white-space: nowrap; margin-left: 6px; }
.menu-btn { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.mnav { position: fixed; inset: 0; z-index: 90; background: #fff; display: flex; flex-direction: column; padding: 14px 20px 24px; overflow-y: auto; }
.mnav-top { display: flex; align-items: center; justify-content: space-between; height: 48px; margin-bottom: 18px; }
.mnav-top .menu-btn { display: inline-flex; }
.mnav-links { display: flex; flex-direction: column; }
.mnav-links a { display: flex; align-items: center; gap: 14px; padding: 14px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; font-size: 1.08rem; text-decoration: none; }
.mi { width: 40px; height: 40px; border-radius: 12px; background: var(--tint); color: var(--blue); display: grid; place-items: center; }
.mnav-foot { margin-top: auto; padding-top: 24px; }
.mnav-2 { margin-top: 10px; }
.mnav-phone { margin-top: 14px; text-align: center; }
.link-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: inherit; text-decoration: none; }
.link-phone:hover { color: var(--blue); }
body.menu-open { overflow: hidden; }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(180deg, #fff 0%, #fff 55%, var(--soft) 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::before { content: ""; position: absolute; left: 50%; top: -380px; width: 1100px; height: 700px; margin-left: -550px; background: radial-gradient(ellipse at center, rgba(31, 91, 255, .10), transparent 65%); pointer-events: none; }
.hero-in { position: relative; padding-top: 80px; padding-bottom: 88px; }
.pg-home .hero-in { text-align: center; }
.hero h1 { font-size: clamp(2.5rem, 1.5rem + 3.6vw, 4.3rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.04; margin: 0 auto 22px; max-width: 900px; }
.hl { color: var(--blue); }
.lede { font-size: 1.16rem; color: var(--ink-2); line-height: 1.65; max-width: 620px; }
.pg-home .lede { margin-left: auto; margin-right: auto; }
.hero-points { list-style: none; display: grid; gap: 10px; margin-top: 22px; }
.hero-points li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--ink-2); }
.hero-points .ic { color: var(--green); stroke-width: 2.4; }
.crumb { display: flex; gap: 10px; font-size: .9rem; color: var(--ink-3); margin-bottom: 18px; }
.crumb a { color: var(--ink-3); }
.hero-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }

/* Call button with number */
.dial { margin-top: 30px; }
.dial-num { display: inline-flex; align-items: center; gap: 16px; padding: 10px 30px 10px 10px; border-radius: 999px; background: var(--blue); color: #fff; text-decoration: none; box-shadow: 0 18px 36px -16px rgba(31, 91, 255, .8); transition: background .15s, transform .15s; }
.dial-num:hover { background: var(--blue-d); color: #fff; transform: translateY(-2px); }
.dial-btn { position: relative; width: 58px; height: 58px; border-radius: 50%; background: #fff; color: var(--blue); display: grid; place-items: center; flex: none; }
.dial-btn::before, .dial-btn::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .8); animation: pulse 2.4s ease-out infinite; }
.dial-btn::after { animation-delay: 1.2s; }
@keyframes pulse { from { transform: scale(1); opacity: .8; } to { transform: scale(1.6); opacity: 0; } }
.dial-txt { display: flex; flex-direction: column; gap: 4px; text-align: left; }
.dial-txt small { font-size: .82rem; font-weight: 600; opacity: .85; }
.dial-txt b { font: 700 clamp(1.7rem, 1.2rem + 1.6vw, 2.3rem)/1 var(--f-body); letter-spacing: -.02em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.dial-meta { margin: 16px 0 0; font-weight: 600; font-size: .92rem; color: var(--ink-2); }
.dial-disc { margin: 6px 0 0; font-size: .8rem; line-height: 1.5; color: var(--ink-3); max-width: 560px; }
.pg-home .dial-disc { margin-left: auto; margin-right: auto; }
/* Odometer digits (JS wraps each digit) */
.odo { display: inline-block; height: 1em; line-height: 1; overflow: hidden; vertical-align: top; }
.odo-strip { display: flex; flex-direction: column; transition: transform 1.4s cubic-bezier(.2, .8, .2, 1); }
.odo-strip span { height: 1em; line-height: 1; }


/* ---------- Picker (online quote) ---------- */
.picker { margin: 40px 0 0; max-width: 760px; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: var(--shadow-lg); text-align: left; }
.pg-home .picker { margin-left: auto; margin-right: auto; }
.picker-title { font-weight: 700; font-size: 1rem; margin: 0 0 16px; color: var(--ink); }
.lines { border: 0; margin: 0 0 16px; padding: 0; min-width: 0; }
.lines legend { font-weight: 700; font-size: .95rem; margin-bottom: 12px; padding: 0; }
.starter-picker .lines legend { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.line-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.line { position: relative; cursor: pointer; }
.line input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.line-box { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; min-height: 92px; padding: 12px 4px; border: 1.5px solid var(--line); border-radius: 16px; background: #fff; font-weight: 600; font-size: .92rem; text-align: center; color: var(--ink-2); transition: border-color .15s, background .15s, color .15s; }
.line-box .ic { color: var(--ink-3); transition: color .15s; }
.line:hover .line-box { border-color: var(--line-2); background: var(--soft); }
.line input:checked + .line-box { border-color: var(--blue); background: var(--tint); color: var(--blue-d); box-shadow: inset 0 0 0 1px var(--blue); }
.line input:checked + .line-box .ic { color: var(--blue); }
.line input:focus-visible + .line-box { outline: 3px solid var(--blue); outline-offset: 2px; }
.zip-row { display: flex; gap: 10px; align-items: stretch; }
.zip-field { flex: 1; position: relative; display: block; min-width: 0; }
.zip-lbl { position: absolute; left: 18px; top: 9px; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-3); pointer-events: none; }
.zip-field input { width: 100%; height: 56px; padding: 22px 18px 6px; border: 1.5px solid var(--line-2); border-radius: 12px; font-size: 1.1rem; font-weight: 600; letter-spacing: .05em; background: #fff; }
.zip-field input::placeholder { color: #A0AEC0; font-weight: 400; letter-spacing: 0; }
.zip-field input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(31, 91, 255, .15); }
.starter .btn-lg { border-radius: 12px; }
.starter.bad .zip-field input { border-color: var(--bad); }
.zip-err { color: var(--bad); font-size: .9rem; font-weight: 600; margin: 10px 0 0; }
.starter-inline .line-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.starter-inline .line-box { flex-direction: row; min-height: 40px; padding: 0 14px; border-radius: 999px; }

/* ---------- Sections ---------- */
.sec { padding: 96px 0; }
.sec-tight { padding: 64px 0; }
.sec-soft, .sec-tint { background: var(--soft); }
.sec-top0 { padding-top: 0; }
.sec-head { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.sec-head p { color: var(--ink-2); font-size: 1.08rem; margin: 0; }
.sec-head-left { text-align: left; margin: 0; }
.h-page { font-size: clamp(2.2rem, 1.5rem + 2.4vw, 3.4rem); letter-spacing: -.04em; line-height: 1.06; }
.h-small { font-size: 1.3rem; margin-top: 8px; }

/* Features */
.feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.f-ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--tint); color: var(--blue); margin-bottom: 18px; }
.feat h3 { font-size: 1.15rem; margin-bottom: 6px; }
.feat p { color: var(--ink-2); margin: 0; }

/* How a call works */
.how { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.how-visual { position: relative; display: flex; justify-content: center; background: var(--tint); border-radius: 32px; padding: 20px 20px 24px; }
.how-visual .scene-bg span:nth-child(3) { display: none; }
.how-visual .scene-bg span:nth-child(2) { width: 420px; height: 420px; }
.hero .how-visual { background: var(--soft); border: 1px solid var(--line); }
.vsteps { list-style: none; display: grid; gap: 24px; margin: 26px 0 34px; }
.vsteps li { display: flex; gap: 18px; }
.vs-n { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex: none; background: #fff; color: var(--blue); font-weight: 700; border: 1.5px solid #C9D7FF; }
.vsteps h3 { font-size: 1.1rem; margin: 6px 0 4px; }
.vsteps p { margin: 0; color: var(--ink-2); }

/* ---------- The phone call scene ---------- */
.scene { position: relative; margin: 0; width: 100%; max-width: 460px; padding: 34px 0 10px; display: flex; flex-direction: column; align-items: center; }
.scene-bg { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.scene-bg span { grid-area: 1 / 1; border-radius: 50%; border: 1px solid rgba(16, 26, 44, .09); }
.scene-bg span:nth-child(1) { width: 330px; height: 330px; background: radial-gradient(circle, rgba(18, 161, 80, .14), transparent 70%); }
.scene-bg span:nth-child(2) { width: 460px; height: 460px; border-style: dashed; animation: spin 60s linear infinite; }
.scene-bg span:nth-child(3) { width: 590px; height: 590px; }
@keyframes spin { to { transform: rotate(360deg); } }
.phone { position: relative; width: 292px; padding: 11px; border-radius: 48px; background: linear-gradient(145deg, #2A3348, #0A101C); box-shadow: var(--shadow-lg), inset 0 0 0 1.5px rgba(255, 255, 255, .08); animation: float 7s ease-in-out infinite; }
.phone::before { content: ""; position: absolute; top: 20px; left: 50%; width: 88px; height: 24px; margin-left: -44px; border-radius: 14px; background: #05080F; z-index: 2; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.phone-screen { position: relative; height: 580px; border-radius: 38px; overflow: hidden; display: flex; flex-direction: column; padding: 14px 16px 18px; color: #fff; background: radial-gradient(120% 60% at 50% 0%, #1F3A4F 0%, #122036 45%, #0C1526 100%); }
.ph-bar { display: flex; justify-content: space-between; align-items: center; padding: 2px 10px 0; font-size: .74rem; font-weight: 700; opacity: .85; }
.ph-sig { display: flex; align-items: flex-end; gap: 2px; height: 10px; }
.ph-sig i { width: 3px; background: #fff; border-radius: 1px; }
.ph-sig i:nth-child(1) { height: 4px; } .ph-sig i:nth-child(2) { height: 6px; } .ph-sig i:nth-child(3) { height: 8px; } .ph-sig i:nth-child(4) { height: 10px; }
.ph-head { text-align: center; margin-top: 34px; }
.ph-av { position: relative; width: 84px; height: 84px; margin: 0 auto 14px; border-radius: 50%; background: #fff; display: grid; place-items: center; }
.ph-ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--green-l); animation: pulse 1.8s ease-out infinite; }
.ph-ring.r2 { animation-delay: .9s; }
.ph-name { font: 800 1.2rem/1.2 var(--f-head); margin: 0; }
.ph-line { font-size: .8rem; opacity: .65; margin: 4px 0 0; }
.ph-state { font-size: .84rem; margin: 10px 0 0; min-height: 1.4em; }
.st-calling { opacity: .85; }
.dots i { font-style: normal; animation: blink 1.4s infinite; }
.dots i:nth-child(2) { animation-delay: .2s; } .dots i:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 0%, 80%, 100% { opacity: .2; } 40% { opacity: 1; } }
.st-live { display: none; align-items: center; gap: 8px; color: var(--green-l); font-weight: 700; }
.st-live b { font-variant-numeric: tabular-nums; color: #fff; }
.st-live .live-dot { background: var(--green-l); }
.ph-wave { display: flex; align-items: center; justify-content: center; gap: 3px; height: 34px; margin: 16px 0 8px; opacity: 0; transition: opacity .4s; }
.ph-wave i { width: 3px; height: 30%; border-radius: 2px; background: var(--green-l); animation: wave 1.1s ease-in-out infinite; }
.ph-wave i:nth-child(3n) { animation-delay: -.3s; } .ph-wave i:nth-child(3n+1) { animation-delay: -.6s; } .ph-wave i:nth-child(4n) { animation-delay: -.85s; animation-duration: .9s; } .ph-wave i:nth-child(5n) { animation-duration: 1.3s; }
@keyframes wave { 0%, 100% { height: 20%; } 50% { height: 100%; } }
.ph-chat { list-style: none; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; overflow: hidden; padding: 0 2px 14px; -webkit-mask-image: linear-gradient(transparent, #000 18%); mask-image: linear-gradient(transparent, #000 18%); }
.ph-chat li { display: none; max-width: 86%; padding: 9px 12px; font-size: .78rem; line-height: 1.4; border-radius: 16px; }
.ph-chat li.show { display: block; animation: bubble .45s cubic-bezier(.2, .8, .2, 1) both; }
@keyframes bubble { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: none; } }
.b-a { align-self: flex-start; background: rgba(255, 255, 255, .12); border-bottom-left-radius: 4px !important; }
.b-y { align-self: flex-end; background: var(--green); border-bottom-right-radius: 4px !important; }
.ph-ctrl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; justify-items: center; }
.ph-ctrl span { width: 48px; height: 48px; border-radius: 50%; background: rgba(255, 255, 255, .12); display: grid; place-items: center; }
.ph-ctrl .end { background: #E5484D; }
.ph-ctrl .end .ic { transform: rotate(135deg); }
/* connected state */
.scene.is-live .ph-ring { display: none; }
.scene.is-live .st-calling { display: none; }
.scene.is-live .st-live { display: inline-flex; }
.scene.is-live .ph-wave { opacity: 1; }
.scene.is-live .ph-head { margin-top: 26px; }
.chip { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; background: #fff; border-radius: 999px; box-shadow: var(--shadow); font-size: .84rem; font-weight: 700; color: var(--ink); white-space: nowrap; opacity: 0; transform: translateY(8px); transition: opacity .5s, transform .5s; }
.chip-ic { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; }
.chip-ic .ic { stroke-width: 2.4; }
.chip-1 { left: -64px; top: 96px; }
.chip-2 { right: -64px; top: 262px; }
.chip-2 .chip-ic { background: var(--indigo); }
.scene.is-live .chip-1, .scene.show-chips .chip-2 { opacity: 1; transform: none; }
.scene figcaption { position: relative; margin-top: 22px; font-size: .76rem; color: var(--ink-3); }


.scene-bg span { border-color: rgba(31, 91, 255, .14) !important; }
.scene-bg span:nth-child(1) { background: radial-gradient(circle, rgba(31, 91, 255, .10), transparent 70%) !important; }
.chip-ic { background: var(--green); }
.chip-2 .chip-ic { background: var(--blue); }

/* Line colors (shared) */
.li-auto { --lc: #1F5BFF; --lt: #EEF3FF; }
.li-home { --lc: #0E9F5B; --lt: #E8F8F0; }
.li-health { --lc: #E0475F; --lt: #FDEEF0; }
.li-life { --lc: #C57A0A; --lt: #FDF3E1; }
.li-medicare { --lc: #6D4AE0; --lt: #F1EDFD; }
.li-ic { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: var(--lt); color: var(--lc); }

/* Coverage cards */
.lines-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lc { display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); transition: border-color .2s, box-shadow .2s, transform .2s; }
.lc:hover { border-color: #C9D7FF; box-shadow: var(--shadow); transform: translateY(-2px); }
.lc-ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--lt, var(--tint)); color: var(--lc, var(--blue)); margin-bottom: 20px; }
.lc h3 { font-size: 1.2rem; margin: 0 0 8px; }
.lc h3 a { color: var(--ink); text-decoration: none; }
.lc h3 a:hover { color: var(--blue); }
.lc p { color: var(--ink-2); font-size: .97rem; margin: 0 0 22px; flex: 1; }
.lc-acts { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; }
.lc-call { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--blue); text-decoration: none; font-variant-numeric: tabular-nums; }
.lc-call:hover { color: var(--blue-d); text-decoration: underline; }
.lc-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--ink-2); text-decoration: none; }
.lc-more:hover { color: var(--ink); }
.lc-help { background: var(--tint); border-color: transparent; }
.lc-help .lc-ic { background: #fff; }

/* Steps (form-first mode) */
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps li { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; }
.step-n { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--tint); color: var(--blue); font-weight: 700; margin-bottom: 18px; }
.steps p { color: var(--ink-2); margin: 0; }

/* Do / don't */
.split { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: center; }
.split-top { align-items: start; }
.split-copy p { color: var(--ink-2); font-size: 1.06rem; }
.dodont { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 920px; margin: 0 auto; }
.dd { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; }
.dd h3 { font-size: 1.1rem; margin-bottom: 18px; }
.dd ul { list-style: none; display: grid; gap: 14px; }
.dd li { display: flex; gap: 12px; color: var(--ink-2); line-height: 1.45; }
.dd li .ic { width: 24px; height: 24px; padding: 4px; border-radius: 50%; stroke-width: 2.6; margin-top: 1px; }
.dd-do .ic { background: var(--green-t); color: var(--green-d); }
.dd-dont .ic { background: #F1F5F9; color: #94A3B8; }

/* FAQ */
.faq-wrap { display: grid; grid-template-columns: 1fr 1.7fr; gap: 64px; align-items: start; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-weight: 600; font-size: 1.08rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > .ic { color: var(--ink-3); transition: transform .2s; }
.faq-x { width: 34px; height: 34px; border-radius: 50%; background: var(--soft); display: grid; place-items: center; flex: none; color: var(--ink-2); transition: transform .2s, background .2s, color .2s; }
.faq details[open] .faq-x { transform: rotate(45deg); background: var(--blue); color: #fff; }
.faq summary:hover { color: var(--blue); }
.faq details p { color: var(--ink-2); margin: -6px 0 22px; max-width: 64ch; }
.faq-group { margin-top: 44px; }
.faq-group:first-child { margin-top: 0; }
.faq-more { margin: 28px 0 0; }
.faq-more a { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; text-decoration: none; }

/* Factors, coverages, other lines */
.factors { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line); }
.factors > div { padding: 22px 22px 22px 0; border-bottom: 1px solid var(--line); }
.factors > div:nth-child(odd) { padding-right: 28px; }
.factors dt { font: 700 1.06rem/1.3 var(--f-head); margin-bottom: 6px; }
.factors dd { margin: 0; color: var(--ink-2); font-size: .98rem; }
.cov-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cov { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px; }
.cov h3::before { content: ""; display: block; width: 28px; height: 4px; border-radius: 4px; background: var(--blue); margin-bottom: 16px; }
.cov p { color: var(--ink-2); margin: 0; font-size: .97rem; }
.other-lines { display: flex; flex-wrap: wrap; gap: 12px; }
.other-lines a { display: inline-flex; align-items: center; gap: 10px; padding: 8px 20px 8px 8px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 700; text-decoration: none; }
.other-lines a:hover { border-color: var(--ink); }
.ol-ic { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--lt); color: var(--lc); }


/* ---------- CTA ---------- */
.sec-cta { padding: 24px 0 96px; }
.cta-box { text-align: center; background: linear-gradient(180deg, var(--tint), #F7F9FF); border: 1px solid #DCE5FF; border-radius: 32px; padding: 64px 32px; }
.cta-box h2 { margin-bottom: 10px; }
.cta-box > p { color: var(--ink-2); font-size: 1.08rem; max-width: 560px; margin: 0 auto 28px; }
.cta-box .btn-xl b { font-weight: 700; }
.cta-meta { margin: 16px auto 0 !important; font-size: .95rem; color: var(--ink-3) !important; }
.cta-meta a { font-weight: 700; }

/* ---------- Footer ---------- */
.ftr { background: var(--soft); border-top: 1px solid var(--line); color: var(--ink-2); font-size: .94rem; padding: 64px 0 32px; }
.ftr-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.ftr-brand p { margin: 16px 0 0; max-width: 320px; }
.ftr-phone { color: var(--ink); font-size: 1.1rem; }
.ftr-small { font-size: .88rem; color: var(--ink-3); }
.ftr h2 { font: 700 .78rem/1 var(--f-body); letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin: 6px 0 18px; }
.ftr ul { list-style: none; display: grid; gap: 10px; }
.ftr a { color: var(--ink-2); text-decoration: none; }
.ftr a:hover { color: var(--blue); }
.ftr-disc { padding: 28px 0 8px; font-size: .82rem; line-height: 1.65; color: var(--ink-3); max-width: 980px; }
.ftr-disc a { text-decoration: underline; }
.ftr-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 18px; font-size: .84rem; color: var(--ink-3); }

/* Cookie + mobile call bar */
.cookie { position: fixed; left: 20px; bottom: 20px; z-index: 60; max-width: 420px; display: flex; align-items: center; gap: 16px; padding: 16px 18px; background: #fff; color: var(--ink-2); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); font-size: .9rem; }
.cookie p { margin: 0; }
.cookie .btn-light { background: var(--ink); color: #fff; border-color: var(--ink); }
.callbar { display: none; }

/* ---------- Inner pages ---------- */
.page-hero { background: var(--soft); border-bottom: 1px solid var(--line); padding: 76px 0 60px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -140px; top: -160px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(31, 91, 255, .10), transparent 65%); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .lede { margin: 0; }
.page-hero-sm { padding: 56px 0 44px; margin-bottom: 56px; }
.prose { font-size: 1.06rem; color: var(--ink-2); }
.prose h2 { font-size: 1.7rem; margin-top: 1.6em; color: var(--ink); }
.prose h3 { font-size: 1.25rem; margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1em; }
.prose li { margin-bottom: .4em; }
.legal { font-size: 1rem; }
.legal h2 { font-size: 1.4rem; }
.legal table { width: 100%; border-collapse: collapse; margin: 1em 0; font-size: .94rem; }
.legal th, .legal td { border: 1px solid var(--line); padding: 10px; text-align: left; vertical-align: top; }
.ticks { list-style: none; display: grid; gap: 16px; padding: 0 !important; margin: 0 0 1.6em !important; }
.ticks li { display: flex; gap: 14px; }
.ticks .ic { width: 26px; height: 26px; padding: 3px; border-radius: 50%; background: var(--green); color: #fff; stroke-width: 2.6; margin-top: 2px; }
.muted-sm { color: var(--ink-3); font-size: .92rem; }
.timeline { list-style: none; counter-reset: t; position: relative; margin-bottom: 48px; }
.timeline::before { content: ""; position: absolute; left: 21px; top: 20px; bottom: 30px; border-left: 2px dashed var(--line-2); }
.timeline li { position: relative; padding: 0 0 36px 76px; counter-increment: t; }
.timeline li::before { content: counter(t); position: absolute; left: 0; top: 0; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; font: 800 1.05rem/1 var(--f-head); }
.timeline h2 { font-size: 1.45rem; margin: 8px 0 8px; }
.timeline p { color: var(--ink-2); margin: 0; }
.note-box { border: 1px solid var(--line); background: var(--bg); border-radius: var(--r-lg); padding: 28px 30px; margin-bottom: 18px; }
.note-box .h-small { margin-top: 0; }
.note-box p { color: var(--ink-2); margin: 0; }
.note-call { background: var(--green-t); border-color: #C3E8D0; margin-bottom: 40px; }

/* Pick a line */
.pick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 40px; text-align: left; }
.pick { display: grid; grid-template-columns: 56px 1fr; column-gap: 18px; align-items: center; padding: 22px; border: 1.5px solid var(--line); border-radius: var(--r-lg); color: var(--ink); text-decoration: none; background: #fff; transition: border-color .15s, box-shadow .15s, transform .15s; }
.pick:hover { border-color: var(--ink); box-shadow: var(--shadow); color: var(--ink); transform: translateY(-2px); }
.pick .li-ic { grid-row: span 2; width: 56px; height: 56px; }
.pick strong { font: 750 1.2rem/1.2 var(--f-head); }
.pick span:last-child { color: var(--ink-3); font-size: .92rem; line-height: 1.4; }
.pick:last-child:nth-child(odd) { grid-column: span 2; }

/* Thank you */
.done { text-align: center; padding: 16px 0 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.done-ic { display: inline-grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: var(--green); color: #fff; margin-bottom: 22px; box-shadow: 0 0 0 10px var(--green-t); }
.done-ic .ic { stroke-width: 2.4; }
.done .lede { max-width: 560px; margin: 0 auto 18px; }
.ref { display: inline-block; background: var(--bg); border: 1px dashed var(--line-2); border-radius: 10px; padding: 10px 18px; margin: 0; font-size: .95rem; }
.ref strong { letter-spacing: .04em; }
.done-sm { border: 0; padding: 20px 0; margin: 0; }
.done-sm .done-ic { width: 60px; height: 60px; box-shadow: 0 0 0 8px var(--green-t); }
.next { list-style: none; counter-reset: n; display: grid; gap: 14px; margin: 18px 0 28px; }
.next li { counter-increment: n; position: relative; padding: 18px 20px 18px 66px; border: 1px solid var(--line); border-radius: var(--r); color: var(--ink-2); }
.next li::before { content: counter(n); position: absolute; left: 20px; top: 17px; width: 30px; height: 30px; border-radius: 50%; background: var(--bg); color: var(--ink); display: grid; place-items: center; font: 800 .9rem/1 var(--f-head); }
.next strong { color: var(--ink); }
.callout { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; background: var(--green-t); border-radius: var(--r); padding: 16px 20px; color: var(--ink); }
.callout .ic { color: var(--green-d); }
.callout a { font-weight: 800; color: var(--green-d); }

/* Partners */
.partner-list { list-style: none; columns: 2; column-gap: 32px; margin: 16px 0 28px; border-top: 1px solid var(--line); }
.partner-list li { break-inside: avoid; padding: 12px 0; border-bottom: 1px solid var(--line); }
.partner-list small { display: block; color: var(--ink-3); font-size: .84rem; }

/* Forms */
.card-form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow); }
.field { display: block; margin-bottom: 18px; border: 0; padding: 0; min-width: 0; }
.field > label, .field legend { display: block; font-weight: 700; font-size: .95rem; margin-bottom: 8px; padding: 0; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 12px 16px; border: 1.5px solid var(--line-2); border-radius: 12px; background: #fff; font-size: 1.04rem; transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 120px; resize: vertical; line-height: 1.5; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236B7385' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 44px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(16, 26, 44, .1); }
.field.bad input, .field.bad select, .field.bad textarea { border-color: var(--bad); }
.field small { display: block; color: var(--bad); font-size: .88rem; font-weight: 700; margin-top: 6px; }
.field-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.opt-l { font-weight: 400; color: var(--ink-3); }
.radios { display: grid; gap: 10px; }
.radio { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 1.5px solid var(--line-2); border-radius: 12px; cursor: pointer; }
.radio input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--ink); flex: none; }
.radio:has(input:checked) { border-color: var(--ink); background: var(--bg); }
.alert { background: #FDEBED; color: #8E1F2A; border: 1px solid #F4C3C8; border-radius: 12px; padding: 14px 16px; font-weight: 700; }
.err-list { color: var(--bad); font-weight: 700; padding-left: 1.2em; margin: 0 0 24px; }
.contact-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 48px; align-items: start; }
.contact-side { display: grid; gap: 28px; padding-top: 10px; }
.contact-side .h-small { font-size: 1.15rem; margin: 0 0 6px; }
.contact-side p { margin: 0; color: var(--ink-2); }
.big-code { font: 800 clamp(5rem, 3rem + 8vw, 9rem)/1 var(--f-head); letter-spacing: -.04em; color: var(--tint); -webkit-text-stroke: 2px var(--blue); margin: 0 0 10px; }

/* Legacy pieces still used by some pages */
.policy-ic { width: 38px; height: 38px; border-radius: 11px; background: var(--green-t); color: var(--green-d); display: grid; place-items: center; flex: none; }

/* ---------- Quote funnel ---------- */
.pg-quote { background: var(--bg); min-height: 100vh; }
.qhdr { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.qhdr-in { max-width: 980px; margin: 0 auto; padding: 0 20px; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.qhdr-phone { display: flex; align-items: center; gap: 10px; font-size: .95rem; }
.qhdr-note { color: var(--ink-3); }
.qhdr-phone .link-phone { color: var(--green-d); }
.qprog { height: 4px; background: var(--line); }
.qprog span { display: block; height: 100%; width: 4%; background: linear-gradient(90deg, var(--green), var(--indigo)); border-radius: 0 4px 4px 0; transition: width .35s ease; }
.qwrap { max-width: 640px; margin: 0 auto; padding: 40px 20px 60px; }
.qline { display: flex; align-items: center; gap: 12px; justify-content: center; font-weight: 700; color: var(--ink-2); margin-bottom: 22px; }
.qline .policy-ic { width: 34px; height: 34px; border-radius: 10px; }
.qform { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 40px 40px 36px; box-shadow: var(--shadow); position: relative; }
.qform .qstep { display: none; }
.qform .qstep.on, .qform:not(.ready) .qstep:first-of-type { display: block; animation: qin .3s ease both; }
@keyframes qin { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.qq { font: 800 clamp(1.6rem, 1.2rem + 1.4vw, 2.1rem)/1.15 var(--f-head); letter-spacing: -.025em; margin: 0 0 10px; }
.qq:focus { outline: none; }
.qhelp { color: var(--ink-3); margin: 0 0 26px; }
.qq + .opts, .qq + .field { margin-top: 26px; }
.opts { display: grid; grid-template-columns: 1fr; gap: 10px; }
.opts-many { grid-template-columns: 1fr 1fr; }
.opt { position: relative; cursor: pointer; }
.opt input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.opt span { display: flex; align-items: center; gap: 14px; min-height: 58px; padding: 14px 18px; border: 1.5px solid var(--line-2); border-radius: 14px; font-weight: 700; background: #fff; transition: border-color .15s, background .15s; }
.opt span::before { content: ""; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line-2); flex: none; transition: border .15s, background .15s; }
.opt:hover span { border-color: var(--ink-3); background: var(--bg); }
.opt input:checked + span { border-color: var(--ink); background: var(--bg); }
.opt input:checked + span::before { border: 6px solid var(--blue); background: #fff; }
.opt input:focus-visible + span { outline: 3px solid var(--indigo); outline-offset: 2px; }
.qstep .btn-block { margin-top: 8px; border-radius: 14px; }
.qstep > small.err-msg { display: block; color: var(--bad); font-weight: 700; font-size: .92rem; margin-top: 12px; }
.consent { font-size: .78rem; line-height: 1.55; color: var(--ink-3); background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin: 4px 0 18px; }
.consent a { color: var(--ink-2); }
.form-err { background: #FDEBED; color: #8E1F2A; border-radius: 10px; padding: 12px 14px; font-weight: 700; font-size: .95rem; }
.qfoot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; font-size: .88rem; color: var(--ink-3); }
.qfoot p { display: flex; align-items: center; gap: 6px; margin: 0 0 0 auto; }
.qfoot a { color: var(--ink-3); }
.qback { display: inline-flex; align-items: center; gap: 6px; border: 0; background: none; color: var(--ink-2); font-weight: 700; cursor: pointer; padding: 8px 4px; }
.qback:hover { color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) { .hdr-quote { display: none; } }
@media (max-width: 1080px) {
  .nav { display: none; }
  .menu-btn { display: inline-flex; }
}
@media (max-width: 980px) {
  .hero-split, .how { grid-template-columns: 1fr; gap: 40px; }
  .how-visual { max-width: 560px; width: 100%; margin: 0 auto; }
  .feats { grid-template-columns: 1fr; gap: 28px; }
  .feat { display: grid; grid-template-columns: 48px 1fr; column-gap: 18px; }
  .feat .f-ic { grid-row: span 2; margin: 0; }
  .lines-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .split, .faq-wrap, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .cov-grid { grid-template-columns: 1fr 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .sec { padding: 72px 0; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding-left: 18px; padding-right: 18px; }
  .hdr-in { height: 64px; gap: 12px; }
  .logo { font-size: 1.08rem; }
  .logo svg { width: 30px; height: 30px; }
  .hdr-phone span, .hdr-phone + .tty { display: none; }
  .hdr-phone { width: 44px; height: 44px; justify-content: center; border: 1px solid var(--line); border-radius: 12px; }
  .hdr-cta .btn-primary.btn-sm { display: none; }
  .hdr-call { width: 44px; height: 44px; min-height: 0; padding: 0; border-radius: 12px; }
  .hdr-call-txt { display: none; }
  .hero-in { padding-top: 48px; padding-bottom: 56px; }
  .hero h1 { font-size: 2.35rem; }
  .lede { font-size: 1.04rem; }
  .dial-num { gap: 12px; padding: 8px 22px 8px 8px; }
  .dial-btn { width: 48px; height: 48px; }
  .dial-txt b { font-size: 1.6rem; }
  .picker { padding: 16px; border-radius: 20px; margin-top: 32px; }
  .line-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .line-box { min-height: 78px; font-size: .86rem; }
  .zip-row { flex-direction: column; }
  .starter .btn-lg { width: 100%; }
  .scene { max-width: 330px; padding-top: 16px; }
  .scene-bg span:nth-child(3) { display: none; }
  .phone { width: 262px; border-radius: 44px; }
  .phone-screen { height: 520px; border-radius: 34px; }
  .chip { font-size: .76rem; padding: 8px 12px 8px 8px; }
  .chip-ic { width: 24px; height: 24px; }
  .chip-1 { left: -6px; top: 56px; }
  .chip-2 { display: none; }
  .how-visual { border-radius: 24px; padding: 12px 8px 18px; overflow: hidden; }
  .sec { padding: 56px 0; }
  .sec-head { margin-bottom: 30px; }
  .lines-grid, .dodont, .cov-grid, .factors, .field-2, .pick-grid, .ftr-grid { grid-template-columns: 1fr; }
  .factors > div { padding-right: 0 !important; }
  .pick:last-child:nth-child(odd) { grid-column: auto; }
  .partner-list { columns: 1; }
  .card-form { padding: 22px; }
  .cta-box { padding: 44px 20px; border-radius: 24px; }
  .btn-xl { font-size: 1.2rem; padding: 0 24px; min-height: 60px; width: 100%; }
  .cookie { left: 10px; right: 10px; bottom: 10px; max-width: none; padding: 12px 14px; gap: 12px; font-size: .84rem; border-radius: 14px; }
  .cookie .btn-sm { min-height: 36px; padding: 0 16px; }
  body.mode-call:not(.pg-quote) { padding-bottom: 80px; }
  .callbar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 55; display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 10px; border-radius: 18px; background: #fff; border: 1px solid var(--line); color: var(--ink); text-decoration: none; box-shadow: 0 16px 40px -12px rgba(15, 23, 42, .35); }
  .callbar:hover { color: var(--ink); }
  .callbar-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--tint); color: var(--blue); display: grid; place-items: center; flex: none; }
  .callbar-txt { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
  .callbar-txt small { font-size: .74rem; color: var(--green-d); font-weight: 700; }
  .callbar-txt b { font-size: 1.08rem; white-space: nowrap; font-variant-numeric: tabular-nums; }
  .callbar-go { margin-left: auto; background: var(--blue); color: #fff; border-radius: 12px; padding: 12px 20px; font-weight: 700; }
  .mode-call .cookie { bottom: 84px; }
  .qhdr-note { display: none; }
  .qhdr-phone .tty { display: none; }
  .qwrap { padding: 24px 14px 40px; }
  .qform { padding: 28px 20px 24px; }
  .opts-many { grid-template-columns: 1fr; }
  .qfoot { font-size: .8rem; gap: 10px; }
  .qfoot p { white-space: nowrap; }
  .page-hero { padding: 48px 0 40px; }
  .page-hero-sm { margin-bottom: 40px; }
  .timeline li { padding-left: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .scene .chip { opacity: 1; transform: none; }
}
@media print {
  .hdr, .ftr, .cookie, .sec-cta, .callbar, .scene { display: none; }
}
.dial > .live { display: flex; width: max-content; }
.pg-home .dial > .live { margin-left: auto; margin-right: auto; }
.odo-strip span { text-align: center; }
