/**
 * Wise Choice Coverage — Final Expense landing page
 * Converted from the original Manus React/Vite draft to plain CSS.
 * Design reminder — Confident Care Editorial:
 * asymmetric editorial composition, Atlantic Blue authority, restrained amber actions,
 * generous whitespace, subtle depth, readable consent, and crisp 180–240 ms interactions.
 */

/* ---------- Minimal reset (replaces Tailwind preflight) ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
ol, ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure { margin: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button {
  background: transparent;
  border: 0;
  padding: 0;
}
button:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
select:not(:disabled),
input[type="checkbox"]:not(:disabled),
a[href] {
  cursor: pointer;
}

/* ---------- Original design system (design.css, unchanged) ---------- */

html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Source Sans 3", sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .brand-name { font-family: "DM Sans", sans-serif; }

.site-shell {
  --atlantic: #0a4f87;
  --deep-navy: #082b4a;
  --amber: #d76b0e;
  --amber-dark: #b95506;
  --mist: #eaf4fb;
  --ivory: #fbfaf6;
  --ink: #183248;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
}

.page-container { width: min(100% - 32px, 1280px); margin-inline: auto; }
.utility-bar { background: var(--deep-navy); color: white; font-size: 13px; letter-spacing: 0.01em; }
.utility-inner { min-height: 36px; display: flex; align-items: center; gap: 22px; }
.utility-inner p { display: flex; align-items: center; gap: 7px; margin: 0; }
.utility-note { margin-left: auto !important; color: #d8e7f2; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(10, 79, 135, 0.1);
  box-shadow: 0 8px 30px rgba(11, 46, 74, 0.045);
  backdrop-filter: blur(16px);
}
.header-inner { height: 84px; display: flex; align-items: center; gap: 32px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; color: var(--deep-navy); text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 54px; height: 54px; object-fit: contain; }
.brand-name { display: grid; font-size: 18px; line-height: 1.02; letter-spacing: -0.03em; }
.brand-name strong { color: var(--atlantic); font-size: 23px; font-weight: 750; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: #35546c; text-decoration: none; font-size: 15px; font-weight: 650; transition: color 180ms cubic-bezier(0.23, 1, 0.32, 1); }
.desktop-nav a:hover { color: var(--atlantic); }
.header-quote { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 18px; color: white; text-decoration: none; font-weight: 750; background: var(--amber); box-shadow: 0 10px 24px rgba(215, 107, 14, 0.22); transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background 180ms ease-out; }
.header-quote:hover { background: var(--amber-dark); }
.header-quote:active { transform: scale(0.97); }
.menu-button { display: none; border: 0; background: transparent; color: var(--deep-navy); }

.phone-action { position: relative; display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; background: var(--deep-navy); min-height: 60px; padding: 8px 17px 8px 10px; box-shadow: 0 12px 28px rgba(8, 43, 74, 0.18); transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background 180ms ease-out; }
.phone-action:hover { background: #0e3a5f; }
.phone-action:active { transform: scale(0.97); }
.phone-action span:not(.phone-icon) { display: grid; }
.phone-action small { color: #c9deed; font-size: 11px; line-height: 1.1; }
.phone-action strong { font-size: 18px; letter-spacing: 0.01em; }
.phone-icon { width: 40px; height: 40px; display: grid; place-items: center; background: var(--amber); }
.phone-action.compact { min-height: auto; padding: 0; background: transparent; box-shadow: none; }
.phone-action.compact .phone-icon { width: 25px; height: 25px; }
.phone-action.compact strong { font-size: 14px; }
.path-badge { position: absolute; top: -12px; left: 0; min-width: 34px; height: 22px; display: grid; place-items: center; color: var(--deep-navy); background: #f2b16f; font: 800 10px "DM Sans", sans-serif; letter-spacing: .12em; }

.hero-section { position: relative; padding: 44px 0 66px; background: radial-gradient(circle at 12% 18%, rgba(85, 169, 217, 0.14), transparent 31%), linear-gradient(180deg, #f5f9fc 0%, #edf6fb 100%); }
.hero-section::before { content: ""; position: absolute; inset: 0; opacity: 0.22; pointer-events: none; background-image: linear-gradient(rgba(10, 79, 135, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 79, 135, 0.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, 0.72fr); gap: 26px; align-items: stretch; }
.hero-story { position: relative; min-height: 650px; overflow: hidden; background: white; box-shadow: 0 22px 70px rgba(21, 75, 111, 0.11); }
.hero-story::after { content: ""; position: absolute; z-index: 0; top: 38px; right: 24px; bottom: 0; width: 43%; background: var(--atlantic); border-radius: 220px 220px 0 0; }
.hero-photo, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { z-index: 1; inset: 74px 0 0 auto; width: 47%; height: calc(100% - 74px); object-fit: cover; object-position: 57% center; border-radius: 190px 190px 0 0; filter: saturate(.96) contrast(1.02); }
.hero-wash { z-index: 0; background: radial-gradient(circle at 14% 19%, rgba(85,169,217,.13), transparent 32%), linear-gradient(125deg, #ffffff 0%, #f7fbfd 66%, #eef7fb 100%); }
.hero-copy { position: relative; z-index: 2; width: min(57%, 585px); padding: 68px 34px 46px 54px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; color: var(--atlantic); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.eyebrow i { display: block; width: 48px; height: 3px; background: var(--amber); transform: skewX(-28deg); }
.hero-copy h1 { max-width: 590px; margin: 0; color: var(--deep-navy); font-size: clamp(42px, 4.3vw, 66px); line-height: 0.98; letter-spacing: -0.055em; font-weight: 750; }
.hero-lede { max-width: 540px; margin: 25px 0 28px; color: #36546b; font-size: 19px; line-height: 1.54; }
.hero-actions { display: flex; align-items: stretch; gap: 12px; flex-wrap: wrap; }
.compare-action { position: relative; min-height: 60px; display: grid; align-content: center; gap: 2px; padding: 7px 16px; border: 1px solid rgba(10, 79, 135, 0.36); color: var(--atlantic); text-decoration: none; background: rgba(255, 255, 255, 0.88); transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background 180ms ease-out; }
.compare-action:hover { background: white; }
.compare-action:active { transform: scale(0.97); }
.compare-action span { display: flex; align-items: center; gap: 8px; font-weight: 800; }
.compare-action small { color: #617b8f; padding-left: 26px; }
.reassurance-row { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 9px 16px; color: #4d697e; font-size: 13px; font-weight: 650; }
.reassurance-row span { display: inline-flex; align-items: center; gap: 5px; }
.reassurance-row svg { color: var(--amber); }

.schedule-card { position: relative; padding: 38px 30px 26px; color: var(--ink); background: rgba(255, 255, 255, 0.98); box-shadow: 0 22px 70px rgba(21, 75, 111, 0.14); border-top: 5px solid var(--amber); }
.schedule-card::after { content: ""; position: absolute; width: 70px; height: 8px; top: -5px; right: 0; background: var(--atlantic); }
.schedule-path { position: absolute; top: 0; left: 0; min-width: 42px; height: 25px; display: grid; place-items: center; color: var(--deep-navy); background: #f2b16f; font: 800 11px "DM Sans", sans-serif; letter-spacing: .12em; }
.schedule-heading { display: flex; align-items: center; gap: 13px; }
.schedule-heading p { margin: 0 0 2px; color: var(--amber-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.schedule-heading h2 { margin: 0; color: var(--deep-navy); font-size: 29px; letter-spacing: -0.035em; }
.schedule-icon { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--atlantic); }
.schedule-intro { margin: 17px 0 20px; color: #587083; font-size: 15px; line-height: 1.45; }
.schedule-card form { display: grid; gap: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.schedule-card label:not(.consent-check) { display: grid; gap: 6px; color: #294960; font-size: 12px; font-weight: 750; }
.schedule-card input:not([type="checkbox"]), .schedule-card select { width: 100%; height: 44px; padding: 0 11px; color: var(--deep-navy); font: inherit; font-size: 14px; border: 1px solid #c7d8e4; border-radius: 2px; background: #fbfdfe; transition: border-color 180ms ease-out, box-shadow 180ms ease-out; }
.schedule-card input:focus, .schedule-card select:focus { outline: none; border-color: var(--atlantic); box-shadow: 0 0 0 3px rgba(10, 79, 135, 0.12); }
.notice-at-collection { display: flex; gap: 8px; padding: 10px; background: #f0f7fb; border-left: 3px solid var(--atlantic); color: #48657a; }
.notice-at-collection svg { flex: 0 0 auto; color: var(--atlantic); margin-top: 2px; }
.notice-at-collection p { margin: 0; font-size: 11px; line-height: 1.35; }
.notice-at-collection a, .consent-check a { color: var(--atlantic); font-weight: 750; }
.consent-check { display: grid; grid-template-columns: 17px 1fr; align-items: start; gap: 8px; color: #536d81; font-size: 10.5px; line-height: 1.35; }
.consent-check input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--atlantic); }
.schedule-submit { height: 51px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 0; color: white; background: var(--amber); font: 800 15px "Source Sans 3", sans-serif; box-shadow: 0 12px 24px rgba(215, 107, 14, 0.18); transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background 180ms ease-out; }
.schedule-submit:hover { background: var(--amber-dark); }
.schedule-submit:active { transform: scale(0.97); }
.form-footnote { margin: -4px 0 0; text-align: center; color: #718799; font-size: 10px; }

.choice-section { padding: 92px 0 106px; background: var(--ivory); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 36px; }
.section-heading h2, .coverage-copy h2, .questions-intro h2, .closing-panel h2 { margin: 0; color: var(--deep-navy); font-size: clamp(35px, 4vw, 52px); line-height: 1.04; letter-spacing: -0.045em; }
.section-heading > p { max-width: 410px; margin: 0 0 6px; color: #61798b; font-size: 17px; line-height: 1.5; }
.kicker { margin: 0 0 10px; color: var(--amber-dark); font-size: 12px; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.choice-grid { position: relative; margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.choice-grid::before { content: ""; position: absolute; z-index: 2; top: -12px; left: 15%; right: 15%; height: 3px; background: var(--amber); }
.choice-grid::after { content: "CHOICE 01   ·   CHOICE 02   ·   CHOICE 03"; position: absolute; z-index: 3; top: -28px; left: 50%; transform: translateX(-50%); padding: 0 12px; color: var(--amber-dark); background: var(--ivory); font: 800 9px "DM Sans", sans-serif; letter-spacing: .13em; white-space: pre; }
.choice-card { position: relative; min-height: 280px; padding: 28px; background: white; border: 1px solid rgba(10, 79, 135, 0.11); box-shadow: 0 14px 42px rgba(18, 64, 95, 0.06); transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 220ms ease-out; }
.choice-card:hover { transform: translateY(-5px); box-shadow: 0 20px 55px rgba(18, 64, 95, 0.11); }
.choice-call { background: var(--deep-navy); color: white; }
.choice-number { position: absolute; top: 0; right: 0; min-width: 45px; height: 28px; display: grid; place-items: center; color: var(--deep-navy); background: #f2b16f; font: 800 11px "DM Sans", sans-serif; letter-spacing: 0.13em; }
.choice-card-icon { width: 51px; height: 51px; display: grid; place-items: center; color: white; background: var(--atlantic); }
.choice-call .choice-card-icon { color: var(--deep-navy); background: #f2b16f; }
.choice-card h3 { margin: 24px 0 9px; color: var(--deep-navy); font-size: 24px; }
.choice-call h3 { color: white; }
.choice-card p { min-height: 62px; margin: 0 0 24px; color: #5f788a; line-height: 1.5; }
.choice-call p { color: #c9d9e5; }
.choice-card a { display: inline-flex; align-items: center; gap: 7px; color: var(--atlantic); text-decoration: none; font-weight: 800; }
.choice-call a { color: #f3b16d; }

.coverage-section { padding: 108px 0; background: #eaf4fb; }
.coverage-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr); gap: 86px; align-items: center; }
.coverage-image-wrap { position: relative; min-height: 530px; }
.arch-field { position: absolute; left: 0; bottom: 0; width: 82%; height: 96%; background: var(--atlantic); border-radius: 220px 220px 0 0; }
.editorial-panel { position: absolute; z-index: 1; top: 72px; right: 0; width: 86%; padding: 42px 40px 38px; color: white; background: #0c3556; box-shadow: 0 28px 60px rgba(12, 61, 95, 0.2); }
.editorial-panel::before { content: ""; position: absolute; top: 0; right: 0; width: 82px; height: 7px; background: #f2b16f; }
.editorial-overline { margin: 0 0 12px; color: #f2b16f; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.editorial-panel h3 { margin: 0 0 30px; max-width: 390px; color: white; font-size: clamp(29px, 3vw, 42px); line-height: 1.02; letter-spacing: -.045em; }
.editorial-panel ol { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.editorial-panel li { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: start; }
.editorial-panel li > span { width: 31px; height: 25px; display: grid; place-items: center; color: var(--deep-navy); background: #f2b16f; font: 800 9px "DM Sans", sans-serif; }
.editorial-panel li p { display: grid; margin: 0; }
.editorial-panel li strong { color: white; }
.editorial-panel li small { color: #bcd0de; }
.image-note { position: absolute; left: 7%; bottom: 8px; display: flex; align-items: center; gap: 11px; padding: 16px 18px; color: var(--deep-navy); background: #fff7ed; box-shadow: 0 14px 30px rgba(13, 50, 78, 0.14); }
.image-note svg { color: var(--amber-dark); }
.image-note span { display: grid; }
.image-note small { color: #7a6b5c; }
.image-note strong { font-family: "DM Sans", sans-serif; font-size: 14px; }
.coverage-copy > p:not(.kicker) { margin: 24px 0 28px; color: #526e82; font-size: 18px; line-height: 1.62; }
.expense-list { display: grid; gap: 8px; }
.expense-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(10, 79, 135, 0.13); }
.expense-list > div > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--atlantic); background: white; }
.expense-list p { margin: 0; display: grid; }
.expense-list strong { color: var(--deep-navy); }
.expense-list small { color: #708698; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--atlantic); text-decoration: none; font-weight: 800; }

.questions-section { padding: 112px 0; background: var(--ivory); }
.questions-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr); gap: 90px; align-items: start; }
.questions-intro > p:not(.kicker) { margin: 22px 0 28px; color: #637a8c; font-size: 17px; line-height: 1.55; }
.question-note { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; margin-top: 35px; padding: 24px 26px; color: white; background: var(--atlantic); overflow: hidden; }
.question-note::after { content: ""; position: absolute; width: 130px; height: 130px; right: -45px; bottom: -75px; border: 22px solid rgba(255,255,255,.1); border-radius: 90px 90px 0 0; }
.question-note > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--deep-navy); background: #f2b16f; }
.question-note p { position: relative; z-index: 1; display: grid; margin: 0; line-height: 1.4; }
.question-note strong { font-family: "DM Sans", sans-serif; }
.faq-list { border-top: 1px solid #cbd9e2; }
.faq-item { border-bottom: 1px solid #cbd9e2; }
.faq-item button { width: 100%; min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 4px; color: var(--deep-navy); border: 0; background: transparent; text-align: left; font: 700 19px "DM Sans", sans-serif; }
.faq-item button svg { flex: 0 0 auto; color: var(--amber); transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1); }
.faq-item.open button svg { transform: rotate(180deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 240ms cubic-bezier(0.23, 1, 0.32, 1); }
.faq-answer p { overflow: hidden; margin: 0; color: #60788a; line-height: 1.58; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 40px 25px 4px; }

.closing-section { padding: 0 0 100px; background: var(--ivory); }
.closing-panel { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 44px; padding: 46px 50px; color: white; background: var(--deep-navy); overflow: hidden; }
.closing-panel::after { content: ""; position: absolute; width: 280px; height: 280px; right: -70px; top: -170px; border: 42px solid rgba(255,255,255,.07); border-radius: 50%; }
.closing-panel .kicker { color: #f0a55e; }
.closing-panel h2 { max-width: 620px; color: white; }
.closing-actions { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; min-width: 380px; }
.closing-actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 800; transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1); }
.closing-actions a > span { align-self: stretch; min-width: 31px; display: grid; place-items: center; font: 800 9px "DM Sans", sans-serif; letter-spacing: .1em; border-right: 1px solid rgba(8,43,74,.18); }
.closing-compare > span { border-color: rgba(255,255,255,.24) !important; }
.closing-actions a:active { transform: scale(0.97); }
.closing-call { color: var(--deep-navy); background: #f4b16d; }
.closing-compare { color: white; border: 1px solid rgba(255,255,255,.45); }
.closing-schedule { grid-column: 1 / -1; color: var(--deep-navy); background: white; }

.site-footer { padding: 68px 0 34px; color: #c8d8e4; background: #061f34; }
.footer-main { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; }
.footer-brand .brand-lockup { color: white; }
.footer-brand .brand-name strong { color: #65a8d5; }
.footer-brand p { color: #91aabb; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links > div { display: grid; align-content: start; gap: 9px; }
.footer-links h3 { margin: 0 0 8px; color: white; font-size: 15px; }
.footer-links a { color: #b9cedd; text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: white; text-decoration: underline; }
.legal-copy { margin-top: 46px; padding-top: 24px; display: flex; justify-content: space-between; gap: 36px; border-top: 1px solid rgba(255,255,255,.12); color: #829dad; font-size: 11px; line-height: 1.5; }
.legal-copy p:first-child { max-width: 850px; }
.mobile-action-dock { display: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 14px; }
  .hero-grid { grid-template-columns: 1.45fr minmax(320px, .78fr); }
  .hero-copy { width: 68%; padding-left: 38px; }
  .hero-photo { width: 43%; }
  .hero-copy h1 { font-size: 48px; }
  .hero-actions { display: grid; width: 270px; }
  .coverage-grid { gap: 48px; }
}

@media (max-width: 900px) {
  .utility-note { display: none !important; }
  .utility-inner .phone-action { margin-left: auto; }
  .header-inner { height: 72px; }
  .brand-mark { width: 45px; height: 45px; }
  .brand-name { font-size: 15px; }
  .brand-name strong { font-size: 20px; }
  .header-quote { display: none; }
  .menu-button { margin-left: auto; display: grid; place-items: center; }
  .desktop-nav { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 12px 16px 18px; background: white; border-bottom: 1px solid #d6e3eb; box-shadow: 0 18px 35px rgba(8,43,74,.12); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity 180ms ease-out, transform 180ms cubic-bezier(.23,1,.32,1); }
  .desktop-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .desktop-nav a { padding: 11px; border-bottom: 1px solid #edf2f5; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-story { min-height: 600px; }
  .hero-copy { width: 59%; }
  .schedule-card { max-width: 680px; margin: -74px 24px 0 auto; z-index: 3; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: auto; }
  .choice-card p { min-height: auto; }
  .coverage-grid, .questions-grid { grid-template-columns: 1fr; gap: 46px; }
  .coverage-image-wrap { min-height: 490px; }
  .closing-panel { display: grid; }
  .closing-actions { min-width: 0; width: 100%; max-width: 520px; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 640px) {
  .page-container { width: min(100% - 24px, 1280px); }
  .utility-inner { min-height: 33px; }
  .utility-inner > p:first-child { font-size: 11px; }
  .utility-inner .phone-action strong { font-size: 12px; }
  .utility-inner .phone-icon { display: none; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-name { font-size: 13px; }
  .brand-name strong { font-size: 18px; }
  .hero-section { padding: 18px 0 45px; }
  .hero-story { min-height: 660px; }
  .hero-story::after { top: auto; right: -34px; bottom: 0; width: 67%; height: 42%; border-radius: 170px 170px 0 0; }
  .hero-photo { inset: auto 0 0 auto; width: 72%; height: 39%; object-position: 58% 36%; border-radius: 160px 160px 0 0; }
  .hero-wash { background: linear-gradient(180deg, #fff 0%, #f6fafc 66%, rgba(234,244,251,.78) 100%); }
  .hero-copy { width: 100%; padding: 38px 24px; }
  .hero-copy h1 { max-width: 430px; font-size: 42px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { width: 100%; }
  .phone-action, .compare-action { width: 100%; }
  .reassurance-row { display: grid; }
  .schedule-card { margin: -35px 12px 0; padding: 25px 20px 23px; }
  .field-row { grid-template-columns: 1fr; }
  .schedule-heading h2 { font-size: 26px; }
  .choice-section, .coverage-section, .questions-section { padding: 76px 0; }
  .section-heading { display: grid; }
  .section-heading h2, .coverage-copy h2, .questions-intro h2, .closing-panel h2 { font-size: 36px; }
  .choice-grid { margin-top: 34px; }
  .choice-grid::before { display: none; }
  .choice-grid::after { display: none; }
  .coverage-image-wrap { min-height: 410px; }
  .editorial-panel { top: 32px; width: 92%; padding: 34px 25px 30px; }
  .editorial-panel h3 { font-size: 31px; }
  .arch-field { height: 94%; }
  .image-note { left: 4%; right: 4%; bottom: 0; }
  .faq-item button { min-height: 76px; font-size: 17px; }
  .closing-section { padding-bottom: 72px; }
  .closing-panel { width: 100%; padding: 38px 24px; }
  .closing-actions { grid-template-columns: 1fr; }
  .closing-actions .closing-schedule { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr; gap: 34px; }
  .legal-copy { display: grid; }
  .site-footer { padding-bottom: 94px; }
  .mobile-action-dock { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 6px; background: rgba(255,255,255,.95); box-shadow: 0 12px 40px rgba(8,43,74,.24); backdrop-filter: blur(12px); }
  .mobile-action-dock a { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; text-decoration: none; font-weight: 800; }
  .mobile-action-dock a:first-child { color: white; background: var(--deep-navy); }
  .mobile-action-dock a:last-child { color: white; background: var(--amber); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .schedule-card { animation: rise-in 520ms cubic-bezier(0.23, 1, 0.32, 1) both; }
  .schedule-card { animation-delay: 90ms; }
}
@keyframes rise-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- Toast notifications (replaces the React "sonner" library) ---------- */
.toast-viewport { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translateX(-50%); display: grid; gap: 8px; width: min(92%, 380px); pointer-events: none; }
.toast { pointer-events: auto; padding: 14px 16px; background: white; color: var(--ink, #183248); box-shadow: 0 14px 40px rgba(8,43,74,.22); border-left: 4px solid var(--atlantic, #0a4f87); font-size: 13px; line-height: 1.4; opacity: 0; transform: translateY(8px); transition: opacity 200ms ease-out, transform 200ms ease-out; }
.toast strong { display: block; margin-bottom: 2px; font-family: "DM Sans", sans-serif; font-size: 14px; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast.error { border-left-color: #c0392b; }
.toast.success { border-left-color: #1f8a4c; }
