  :root {
    --navy: #0F2A47;
    --navy-2: #1B3A5C;
    --emerald: #2EB97A;
    --emerald-2: #25A36A;
    --brick: #B23A2E;        /* overpayment / negative emphasis */
    --brick-2: #8E2D24;
    --coral: #F26B5E;         /* legacy — restricted to single decorative role */
    --paper: #F7F4EE;
    --paper-2: #EFEBE0;
    --paper-3: #FAF7F1;
    --ink: #0F2A47;
    --muted: #5C6B7A;
    --border: #E5E0D6;
    --warn: #C97A1B;
    --font-display: "Fraunces", Georgia, "Iowan Old Style", serif;
    --font-body: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  }
  * { box-sizing: border-box; }
  html, body { height: 100%; }
  body {
    margin: 0;
    font-family: var(--font-body);
    font-feature-settings: "ss01", "cv11";
    background: var(--paper);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
  }
  /* Figures — tabular nums everywhere a number lives */
  .figure, dd, .num, .amt, .pct, .countdown .num, .hero-trust strong,
  .savings-card *, .demo-widget [data-num], .demo-widget [data-figure],
  h1 .accent, h1 .accent strong { font-variant-numeric: tabular-nums; }
  h1, h2, h3, .section-title {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-feature-settings: "ss01";
  }
  h1 { font-weight: 700; }
  h1 .accent em { font-style: italic; font-weight: 700; }
  a { color: var(--ink); }
  .page { min-height: 100%; display: flex; flex-direction: column; }
  header.nav {
    padding: 22px 24px; max-width: 1100px; margin: 0 auto; width: 100%;
    display: flex; align-items: center; justify-content: space-between;
  }
  .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); }
  .logo svg { width: 28px; height: 32px; }
  .logo .wordmark { font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
  .nav-actions a { text-decoration: none; font-size: 14px; color: var(--muted); font-weight: 500; }

  main { flex: 1; display: flex; align-items: center; justify-content: center; padding: 24px 24px 64px; }
  .hero { max-width: 1180px; width: 100%; }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
  }
  .hero-copy { text-align: left; }
  .hero-copy .pill { margin-bottom: 28px; }
  .hero-copy .sub { margin: 0 0 8px; max-width: 540px; }
  .hero-copy .hero-trust { max-width: 540px; }
  .hero-copy .signup { margin: 0; max-width: 540px; }
  .hero-copy .form-note { margin-top: 10px; }
  @media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .hero-copy { text-align: center; }
    .hero-copy .sub, .hero-copy .hero-trust, .hero-copy .signup { margin-left: auto; margin-right: auto; }
    .hero-demo { max-width: 540px; margin: 0 auto; width: 100%; }
  }
  /* --- Agentic demo widget --- */
  .hero-demo {
    position: relative;
    background: linear-gradient(180deg, #0F2A47 0%, #0B1E33 100%);
    color: #fff;
    border-radius: 18px;
    padding: 22px 22px 24px;
    box-shadow: 0 24px 60px -28px rgba(15, 42, 71, 0.55), 0 2px 0 0 rgba(255,255,255,0.03) inset;
    overflow: hidden;
    font-feature-settings: "ss01", "cv11";
    /* Reserve vertical space so the demo widget doesn't shift after font swap (CLS) */
    min-height: 540px;
  }
  @media (max-width: 768px) {
    .hero-demo { min-height: 460px; }
  }
  .hero-demo::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
      radial-gradient(60% 50% at 100% 0%, rgba(46,185,122,0.18), transparent 60%),
      radial-gradient(40% 40% at 0% 100%, rgba(178,58,46,0.12), transparent 60%);
  }
  .demo-head {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em;
    text-transform: uppercase; color: rgba(255,255,255,0.55);
    margin-bottom: 14px; position: relative;
  }
  .demo-head .live {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--emerald);
  }
  .demo-head .live::before {
    content: ""; width: 6px; height: 6px; border-radius: 50%;
    background: var(--emerald); box-shadow: 0 0 0 3px rgba(46,185,122,0.2);
    animation: pulse 1.6s ease-in-out infinite;
  }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.55; } }
  .demo-address {
    font-family: var(--font-display); font-weight: 600; font-size: 17px;
    color: #fff; letter-spacing: -0.01em; line-height: 1.2;
    margin-bottom: 2px; position: relative;
  }
  .demo-county {
    font-size: 12px; color: rgba(255,255,255,0.55); margin-bottom: 18px;
    position: relative;
  }
  .demo-stream {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 12px 14px;
    font-family: var(--font-mono); font-size: 12px; line-height: 1.7;
    color: rgba(255,255,255,0.78);
    min-height: 152px; max-height: 152px; overflow: hidden;
    position: relative;
  }
  .demo-stream .line {
    display: block; opacity: 0; transform: translateY(4px);
    animation: streamIn 0.45s ease-out forwards;
  }
  .demo-stream .line .tok { color: var(--emerald); }
  .demo-stream .line .neg { color: #F09080; }
  .demo-stream .line .mut { color: rgba(255,255,255,0.45); }
  .demo-stream .line .check { color: var(--emerald); margin-right: 4px; }
  @keyframes streamIn { to { opacity: 1; transform: translateY(0); } }
  .demo-result {
    margin-top: 14px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    position: relative;
  }
  .demo-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px; padding: 12px 14px;
  }
  .demo-card .k {
    font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
    text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 4px;
  }
  .demo-card .v {
    font-family: var(--font-display); font-weight: 700; font-size: 22px;
    letter-spacing: -0.02em; color: #fff; font-variant-numeric: tabular-nums;
  }
  .demo-card.savings { background: linear-gradient(140deg, rgba(46,185,122,0.18), rgba(46,185,122,0.04)); border-color: rgba(46,185,122,0.45); }
  .demo-card.savings .v { color: var(--emerald); }
  .demo-card.savings .unit { font-size: 11px; color: rgba(255,255,255,0.55); margin-left: 2px; }
  .demo-card.over .v { color: #F09080; }
  .demo-foot {
    margin-top: 12px; font-size: 11px; color: rgba(255,255,255,0.45);
    display: flex; justify-content: space-between; align-items: center;
    font-family: var(--font-mono); letter-spacing: 0.06em;
  }
  .demo-foot kbd {
    font-family: var(--font-mono); font-size: 10px;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px; padding: 1px 5px;
  }
  @media (prefers-reduced-motion: reduce) {
    .demo-stream .line { animation: none; opacity: 1; transform: none; }
    .demo-head .live::before { animation: none; }
  }
  /* --- Reveal on scroll --- */
  .reveal {
    opacity: 0; transform: translateY(10px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }
  .reveal.in { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  }
  /* --- Sticky CTA bar --- */
  .sticky-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    background: rgba(15, 42, 71, 0.96);
    backdrop-filter: saturate(180%) blur(8px);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    padding: 12px 20px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px;
    transform: translateY(110%);
    transition: transform 0.3s ease-out;
  }
  .sticky-cta.in { transform: translateY(0); }
  .sticky-cta-text {
    font-family: var(--font-display); font-weight: 600; font-size: 15px;
    letter-spacing: -0.01em; line-height: 1.2;
  }
  .sticky-cta-text small {
    display: block; font-family: var(--font-body); font-size: 11px; font-weight: 500;
    letter-spacing: 0.04em; color: rgba(255,255,255,0.55); margin-top: 2px;
  }
  .sticky-cta a {
    background: var(--emerald); color: #fff; text-decoration: none;
    font-family: var(--font-body); font-weight: 600; font-size: 14px;
    padding: 10px 16px; border-radius: 10px; white-space: nowrap;
    transition: background 0.15s;
  }
  .sticky-cta a:hover { background: var(--emerald-2); }
  @media (max-width: 540px) {
    .sticky-cta { padding: 10px 14px; gap: 10px; }
    .sticky-cta-text { font-size: 13px; }
    .sticky-cta-text small { display: none; }
    .sticky-cta a { padding: 9px 12px; font-size: 13px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .sticky-cta { transition: none; }
  }
  /* --- County-detect status pop --- */
  .status-line.county-detected {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(46,185,122,0.08);
    border: 1px solid rgba(46,185,122,0.28);
    color: var(--emerald-2);
    border-radius: 999px; padding: 4px 10px;
    font-size: 13px; font-weight: 600;
    animation: countyPop 0.35s ease-out;
  }
  @keyframes countyPop {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .status-line.county-detected { animation: none; }
  }
  .pill {
    display: inline-block; background: var(--paper-2); border: 1px solid var(--border);
    border-radius: 999px; padding: 6px 14px; font-size: 12px; color: var(--muted);
    font-weight: 500; letter-spacing: 0.02em; margin-bottom: 24px;
  }
  .pill .dot {
    display: inline-block; width: 7px; height: 7px; border-radius: 50%;
    background: var(--emerald); margin-right: 8px; vertical-align: middle;
  }
  h1 {
    font-size: clamp(36px, 6vw, 56px); letter-spacing: -0.03em;
    line-height: 1.05; margin: 0 0 20px; font-weight: 700;
  }
  h1 .accent { color: var(--brick); font-style: italic; }
  .savings-accent { color: var(--emerald); font-variant-numeric: tabular-nums; }
  .sub {
    font-size: clamp(16px, 2.2vw, 19px); color: var(--muted);
    max-width: 560px; margin: 0 auto 32px;
  }

  /* Address form */
  .signup { max-width: 520px; margin: 0 auto; text-align: left; }
  .field-group { position: relative; display: flex; gap: 8px; align-items: stretch; }
  .address-wrap { position: relative; flex: 1; display: flex; }
  .address-wrap .geoapify-autocomplete-input,
  .address-wrap input.address-fallback {
    width: 100%; height: 56px; padding: 0 48px 0 18px; margin: 0;
    border-radius: 10px; border: 1px solid var(--border);
    font-size: 15px; line-height: 1; background: #fff; color: var(--ink);
    font-family: inherit; outline: none; transition: border-color 0.15s;
    box-sizing: border-box;
  }
  .address-wrap .geoapify-autocomplete-input:focus,
  .address-wrap input.address-fallback:focus { border-color: var(--navy); }

  .loc-btn {
    position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
    width: 34px; height: 34px; border: none; background: transparent;
    border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center;
    color: var(--navy); transition: background 0.15s; padding: 0;
  }
  .loc-btn:hover { background: var(--paper-2); }
  .loc-btn:disabled { opacity: 0.5; cursor: default; }
  .loc-btn svg { width: 18px; height: 18px; }
  .loc-btn.spinning svg { animation: spin 1s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }

  .check-btn {
    height: 56px; padding: 0 22px; margin: 0;
    background: var(--navy); color: #fff; border: 1px solid var(--navy);
    border-radius: 10px; font-weight: 600; font-size: 15px;
    line-height: 1;
    cursor: pointer; font-family: inherit; transition: background 0.15s; white-space: nowrap;
    box-sizing: border-box;
  }
  .check-btn:hover { background: var(--navy-2); }
  .check-btn:disabled { opacity: 0.6; cursor: default; }

  .form-note { font-size: 12px; color: var(--muted); margin: 8px 0 0; text-align: center; }

  .calc-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--navy);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
    transition: border-color 0.15s, background 0.15s, transform 0.15s;
  }
  .calc-cta:hover { border-color: var(--navy); background: var(--paper-2); }
  .calc-cta:active { transform: translateY(1px); }
  .calc-cta svg {
    width: 22px; height: 22px;
    flex: 0 0 22px;
    color: var(--emerald-2);
  }
  .calc-cta strong { font-weight: 700; color: var(--navy); }
  .calc-cta-wrap { text-align: center; }
  @media (max-width: 520px) {
    .calc-cta { font-size: 15px; padding: 11px 14px; width: 100%; justify-content: center; }
  }

  .status-line {
    margin-top: 12px; font-size: 13px; min-height: 18px;
    display: flex; align-items: center; gap: 6px; color: var(--muted);
  }
  .status-line.ok { color: var(--emerald-2); }
  .status-line.warn { color: var(--warn); }
  .status-line.err { color: var(--coral); }
  .status-line .spinner {
    width: 12px; height: 12px; border: 2px solid var(--border);
    border-top-color: var(--navy); border-radius: 50%; animation: spin 0.8s linear infinite;
  }

  /* Result panels */
  .result {
    margin-top: 20px; border-radius: 12px; padding: 20px;
    border: 1px solid var(--border); background: #fff;
    display: none;
    /* Reserve space so the result card doesn't induce CLS when it appears post-submit */
    min-height: 220px;
  }
  .result:not(.visible) { min-height: 0; padding: 0; margin: 0; border: 0; }
  .result.visible { display: block; }
  .result.match { border-color: rgba(46,185,122,0.5); background: rgba(46,185,122,0.06); }
  .result.nomatch { border-color: var(--border); background: #fff; }
  .result h3 {
    margin: 0 0 6px; font-size: 18px; letter-spacing: -0.01em;
    display: flex; align-items: center; gap: 8px;
  }
  .result h3 .badge {
    background: var(--emerald); color: #fff; font-size: 11px;
    padding: 2px 8px; border-radius: 999px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  }
  .result p { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
  .result .market-note { font-size: 13px; color: var(--ink); margin-bottom: 14px; }
  .result .market-note strong { color: var(--emerald-2); }

  .email-row { display: flex; gap: 8px; }
  .email-row input[type=email] {
    flex: 1; padding: 12px 14px; border-radius: 10px;
    border: 1px solid var(--border); font-size: 15px;
    background: #fff; color: var(--ink); font-family: inherit; outline: none;
  }
  .email-row input[type=email]:focus { border-color: var(--navy); }
  .email-row button {
    background: var(--emerald); color: #fff; border: none; border-radius: 10px;
    padding: 12px 18px; font-weight: 600; font-size: 14px; cursor: pointer; font-family: inherit;
  }
  .email-row button:hover { background: var(--emerald-2); }
  .email-row button:disabled { opacity: 0.6; cursor: default; }
  .result.nomatch .email-row button { background: var(--navy); }
  .result.nomatch .email-row button:hover { background: var(--navy-2); }

  .app-store {
    margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--border);
  }
  .app-store .label {
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--muted); margin-bottom: 8px;
  }
  .app-store .badges { display: flex; gap: 8px; flex-wrap: wrap; }
  .app-store .badge-link {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 12px; border: 1px solid var(--border); border-radius: 8px;
    background: var(--ink); color: #fff; text-decoration: none; font-size: 12px;
    opacity: 0.55; cursor: not-allowed;
  }
  .app-store .badge-link small { display: block; font-size: 9px; opacity: 0.75; line-height: 1; }
  .app-store .badge-link strong { font-size: 13px; font-weight: 600; line-height: 1.1; }
  .app-store .badge-link svg { width: 18px; height: 18px; }
  .app-store .coming { font-size: 11px; color: var(--muted); margin-top: 8px; }

  .submitted {
    display: none; padding: 14px 16px; border-radius: 10px;
    background: rgba(46,185,122,0.1); border: 1px solid rgba(46,185,122,0.4);
    color: var(--emerald-2); font-size: 14px; font-weight: 500;
    margin-top: 12px;
  }
  .submitted.visible { display: block; }

  /* Section scaffolding */
  .section { max-width: 1040px; margin: 80px auto 0; padding: 0 24px; }
  .section-eyebrow {
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
    color: var(--muted); margin-bottom: 10px; text-align: center;
  }
  .section-title {
    font-size: clamp(26px, 4vw, 34px); letter-spacing: -0.02em; font-weight: 700;
    text-align: center; margin: 0 0 8px;
  }
  .section-sub {
    font-size: 15px; color: var(--muted); max-width: 560px;
    margin: 0 auto 36px; text-align: center;
  }

  /* How it works — 3 steps */
  .steps {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
  .step {
    background: #fff; border: 1px solid var(--border); border-radius: 14px;
    padding: 24px; text-align: left; position: relative;
  }
  .step .num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--navy); color: #fff;
    font-weight: 700; font-size: 14px; margin-bottom: 14px;
  }
  .step .art {
    display: block; width: 100%; height: 120px;
    margin: -6px 0 16px; background: var(--paper-2);
    border-radius: 10px; padding: 12px;
  }
  .step .art svg { display: block; width: 100%; height: 100%; }

  /* Timeline */
  .timeline-wrap {
    margin-top: 40px; background: #fff; border: 1px solid var(--border);
    border-radius: 14px; padding: 28px 24px 20px;
  }
  .timeline-wrap .label {
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--muted); margin-bottom: 16px; text-align: center;
  }
  .timeline-svg { display: block; width: 100%; height: auto; max-width: 900px; margin: 0 auto; }

  /* County savings bar chart */
  .county-chart {
    margin-top: 28px; background: #fff; border: 1px solid var(--border);
    border-radius: 14px; padding: 24px;
  }
  .county-chart .label {
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--muted); margin-bottom: 16px;
  }
  .bar-row { display: grid; grid-template-columns: 160px 1fr 90px; gap: 12px;
    align-items: center; padding: 8px 0; }
  .bar-row .bname { font-size: 13px; color: var(--ink); font-weight: 600; }
  .bar-row .btrack {
    height: 14px; background: var(--paper-2); border-radius: 8px; overflow: hidden;
  }
  .bar-row .bfill {
    height: 100%; background: linear-gradient(90deg, var(--emerald) 0%, var(--emerald-2) 100%);
    border-radius: 8px; transition: width 0.8s ease-out;
  }
  .bar-row .bval { font-size: 13px; color: var(--emerald-2); font-weight: 700;
    text-align: right; font-variant-numeric: tabular-nums; }
  @media (max-width: 520px) {
    .bar-row { grid-template-columns: 1fr 70px; }
    .bar-row .btrack { grid-column: 1 / -1; }
  }
  .step h3 { font-size: 17px; margin: 0 0 8px; font-weight: 600; letter-spacing: -0.01em; }
  .step p { font-size: 14px; color: var(--muted); margin: 0 0 14px; line-height: 1.55; }
  .step ul { margin: 0; padding: 0 0 0 18px; font-size: 13px; color: var(--ink); }
  .step ul li { margin-bottom: 4px; }
  .step .tag {
    display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 600;
    color: var(--emerald-2); background: rgba(46,185,122,0.1);
    padding: 4px 10px; border-radius: 999px;
  }

  /* Savings example callout */
  .savings-example {
    margin-top: 32px; background: #fff; border: 1px solid var(--border);
    border-radius: 14px; padding: 28px; max-width: 640px; margin-left: auto; margin-right: auto;
  }
  .savings-example .label {
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--muted); margin-bottom: 14px;
  }
  .savings-example dl {
    display: grid; grid-template-columns: 1fr auto; gap: 10px 16px; margin: 0;
    font-size: 14px;
  }
  .savings-example dt { color: var(--muted); }
  .savings-example dd { margin: 0; font-weight: 600; color: var(--ink); text-align: right; }
  .savings-example .highlight { color: var(--emerald-2); font-size: 16px; }
  .savings-example .divider {
    grid-column: 1 / -1; height: 1px; background: var(--border); margin: 4px 0;
  }

  /* County stats */
  .county-stats {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
  }
  .county-stat {
    background: #fff; border: 1px solid var(--border); border-radius: 12px;
    padding: 18px; text-align: left;
  }
  .county-stat .county-name { font-size: 13px; color: var(--muted); margin-bottom: 6px; }
  .county-stat .success { font-size: 24px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; }
  .county-stat .success small { font-size: 12px; color: var(--muted); font-weight: 500; margin-left: 4px; }
  .county-stat .savings { font-size: 14px; color: var(--emerald-2); font-weight: 600; margin-top: 4px; }

  /* FAQ */
  .faq { max-width: 720px; margin-left: auto; margin-right: auto; }
  .faq details {
    background: #fff; border: 1px solid var(--border); border-radius: 10px;
    padding: 0; margin-bottom: 10px; overflow: hidden;
  }
  .faq summary {
    padding: 16px 20px; cursor: pointer; font-weight: 600; font-size: 15px;
    list-style: none; display: flex; justify-content: space-between; align-items: center;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after {
    content: '+'; color: var(--muted); font-weight: 400; font-size: 20px;
    transition: transform 0.15s;
  }
  .faq details[open] summary::after { content: '−'; }
  .faq .answer { padding: 0 20px 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
  .faq .answer strong { color: var(--ink); }

  /* Final CTA */
  .final-cta {
    margin-top: 80px; background: var(--navy); color: #fff;
    padding: 48px 24px; text-align: center;
  }
  .final-cta h2 {
    font-size: clamp(24px, 4vw, 32px); margin: 0 0 12px;
    font-weight: 700; letter-spacing: -0.02em;
  }
  .final-cta p { color: rgba(255,255,255,0.75); margin: 0 0 24px; font-size: 15px; }
  .final-cta a.cta-btn {
    display: inline-block; background: var(--emerald); color: #fff;
    text-decoration: none; padding: 14px 28px; border-radius: 10px;
    font-weight: 600; font-size: 15px; transition: background 0.15s;
  }
  .final-cta a.cta-btn:hover { background: var(--emerald-2); }

  /* --- Why now section --- */
  .why-now {
    background: var(--paper-3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
    padding: 72px 24px; margin-top: 80px;
  }
  .why-now-inner { max-width: 1100px; margin: 0 auto; }
  .why-now-grid {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 64px); align-items: center;
  }
  .why-now h2 {
    font-size: clamp(28px, 4vw, 40px); margin: 8px 0 16px;
  }
  .why-now h2 em { color: var(--brick); font-style: italic; font-weight: 700; }
  .why-now .lede { font-size: 17px; color: var(--ink); margin: 0 0 14px; line-height: 1.55; }
  .why-now .lede strong { font-variant-numeric: tabular-nums; }
  .why-now .small { font-size: 13px; color: var(--muted); margin-top: 14px; }
  .why-now-chart {
    background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px;
    position: relative;
    box-shadow: 0 18px 50px -32px rgba(15, 42, 71, 0.25);
  }
  .why-now-chart .head {
    display: flex; justify-content: space-between; align-items: baseline;
    font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--muted); margin-bottom: 14px;
  }
  .why-now-chart svg { width: 100%; height: auto; display: block; }
  .why-now-chart .legend {
    display: flex; gap: 18px; margin-top: 12px; font-size: 12px; color: var(--muted);
  }
  .why-now-chart .legend .swatch {
    display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 6px; vertical-align: -1px;
  }
  @media (max-width: 900px) {
    .why-now-grid { grid-template-columns: 1fr; }
  }
  /* --- Coverage / "first 47" motif --- */
  .coverage { text-align: center; margin-top: 64px; padding: 0 24px; }
  .coverage .label {
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--muted); margin-bottom: 12px;
  }
  .coverage .markets { font-size: 15px; color: var(--ink); font-weight: 500; }
  .coverage .markets span { display: inline-block; padding: 4px 0; margin: 0 8px; }
  .coverage .markets .sep { color: var(--border); margin: 0 4px; }
  .coverage .first47 {
    margin-top: 14px; font-family: var(--font-display); font-weight: 700;
    font-size: clamp(28px, 4vw, 38px); letter-spacing: -0.02em; color: var(--ink);
  }
  .coverage .first47 em {
    font-style: italic; color: var(--emerald); font-variant-numeric: tabular-nums;
  }
  .coverage .dot-grid {
    margin: 22px auto 0; max-width: 560px;
    display: grid; grid-template-columns: repeat(16, 1fr);
    gap: 6px; padding: 18px 0;
  }
  .coverage .dot-grid span {
    aspect-ratio: 1; width: 100%; border-radius: 50%;
    background: var(--border);
    margin: 0; padding: 0;
  }
  .coverage .dot-grid span.on { background: var(--emerald); box-shadow: 0 0 0 2px rgba(46,185,122,0.12); }
  .coverage .dot-grid span.anchor { background: var(--brick); box-shadow: 0 0 0 2px rgba(178,58,46,0.15); }
  .coverage .legend {
    margin-top: 8px; font-size: 11px; color: var(--muted); letter-spacing: 0.04em;
    font-family: var(--font-mono); text-transform: uppercase;
  }

  .countdown { display: flex; justify-content: center; gap: 14px; margin: 22px 0 8px; flex-wrap: wrap; }
  .countdown .unit { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 10px 14px; min-width: 72px; }
  .countdown .num { font-size: 26px; font-weight: 700; color: #fff; letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums; }
  .countdown .label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.6); margin-top: 6px; }
  .countdown-caption { font-size: 12px; color: rgba(255,255,255,0.6); margin: 0 0 18px; letter-spacing: 0.04em; }

  .ticker { margin-top: 64px; background: var(--navy); color: #fff; overflow: hidden; border-top: 1px solid var(--navy-2); border-bottom: 1px solid var(--navy-2); }
  .ticker-label { text-align: center; font-size: 10px; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(255,255,255,0.55); padding: 10px 0 0; }
  .ticker-track { display: flex; width: max-content; padding: 14px 0 18px; animation: ticker-scroll 60s linear infinite; }
  .ticker:hover .ticker-track { animation-play-state: paused; }
  .ticker-item { flex: 0 0 auto; padding: 0 28px; font-size: 15px; font-weight: 500; white-space: nowrap; border-right: 1px solid rgba(255,255,255,0.12); }
  .ticker-item .amt { color: var(--emerald); font-weight: 700; }
  .ticker-item .pct { color: rgba(255,255,255,0.6); font-size: 13px; margin-left: 6px; }
  @keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; flex-wrap: wrap; justify-content: center; } }

  footer {
    padding: 32px 24px; text-align: center; font-size: 13px; color: var(--muted);
    border-top: 1px solid var(--border); margin-top: 64px;
  }
  footer a { color: var(--muted); text-decoration: none; }
  footer a:hover { color: var(--ink); }

  @media (max-width: 520px) {
    .field-group { flex-direction: column; }
    .check-btn { width: 100%; }
    .email-row { flex-direction: column; }
    .email-row button { width: 100%; }
    .coverage .markets span { display: block; margin: 4px 0; }
    .coverage .markets .sep { display: none; }
    .section { margin-top: 56px; }
    .savings-example { padding: 20px; }
  }

  /* ---------- Per-claim citations ---------- */
  .claim sup { line-height: 0; }
  .claim sup a {
    color: var(--muted);
    text-decoration: none;
    font-size: 8px;
    margin: 0 1px 0 2px;
    vertical-align: super;
  }
  .claim sup a:hover, .claim sup a:focus {
    text-decoration: underline;
    color: var(--ink);
    outline: 2px solid rgba(46, 185, 122, 0.4);
    outline-offset: 1px;
  }
  .illustrative-note {
    font-size: 12px;
    color: var(--muted);
    font-style: italic;
    margin-top: 6px;
  }
  aside.citations h2.citations-heading {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
    margin: 0 0 12px;
    font-weight: 600;
  }
  aside.citations ol { padding-left: 24px; margin: 0; }
  aside.citations li { margin-bottom: 8px; color: var(--muted); }
  aside.citations li:target {
    background: rgba(46, 185, 122, 0.08);
    padding: 6px;
    border-radius: 4px;
  }
  aside.citations a { color: var(--muted); text-decoration: underline; }
  aside.citations a:hover, aside.citations a:focus { color: var(--ink); }
  @media (prefers-reduced-motion: reduce) {
    aside.citations li:target { transition: none; }
  }

/* ---- next block ---- */

    /* Evidence section — pairings grid + tax-rate band */
    .evidence-headline-stat {
      font-weight: 700; color: var(--emerald-2); letter-spacing: -0.02em;
      white-space: nowrap;
    }
    .pairings-grid {
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px; margin-top: 28px;
    }
    @media (max-width: 780px)  { .pairings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 480px)  { .pairings-grid { grid-template-columns: 1fr; } }
    .eligibility-note {
      margin-top: 20px; font-size: 13.5px; color: var(--ink); line-height: 1.55;
      padding: 12px 16px; border-left: 3px solid var(--emerald-2);
      background: rgba(46,185,122,0.06); border-radius: 0 8px 8px 0;
    }
    .eligibility-note sup a { color: var(--muted); text-decoration: none; }
    .pairing-card {
      background: #fff; border: 1px solid var(--border); border-radius: 12px;
      padding: 16px 18px; display: flex; flex-direction: column; gap: 8px;
    }
    .pairing-card .pc-county {
      font-family: var(--font-display); font-weight: 600; font-size: 14.5px;
      color: var(--ink); letter-spacing: -0.01em;
    }
    .pairing-card .pc-state { color: var(--muted); font-weight: 500; font-size: 12px; margin-left: 4px; }
    .pairing-card .pc-winrate {
      font-size: 28px; font-weight: 700; color: var(--navy);
      letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums;
    }
    .pairing-card .pc-winrate-label {
      font-size: 11px; color: var(--muted); text-transform: uppercase;
      letter-spacing: 0.08em; margin-top: -4px;
    }
    .pairing-card .pc-meta {
      margin-top: auto; padding-top: 10px; border-top: 1px solid var(--border);
      display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px;
      font-size: 12.5px; font-variant-numeric: tabular-nums;
    }
    .pairing-card .pc-meta dt { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; margin: 0; }
    .pairing-card .pc-meta dd { margin: 0; color: var(--ink); font-weight: 600; }
    .pairing-card .pc-meta .pc-savings { color: var(--emerald-2); }
    .taxband {
      margin-top: 56px; padding: 28px; border: 1px solid var(--border);
      border-radius: 16px; background: var(--paper-3);
    }
    .taxband h3 {
      font-family: var(--font-display); font-size: clamp(20px, 3vw, 26px);
      margin: 0 0 8px; letter-spacing: -0.02em; color: var(--ink);
    }
    .taxband p.tb-sub { margin: 0 0 20px; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
    .taxband-grid {
      display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }
    @media (max-width: 1080px) { .taxband-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media (max-width: 780px)  { .taxband-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 480px)  { .taxband-grid { grid-template-columns: 1fr; } }
    .tb-card {
      background: #fff; border: 1px solid var(--border); border-radius: 10px;
      padding: 14px 16px; display: flex; flex-direction: column; gap: 4px;
    }
    .tb-card .tb-county { font-weight: 600; font-size: 14px; color: var(--ink); }
    .tb-card .tb-county small { color: var(--muted); font-weight: 500; margin-left: 4px; }
    .tb-card .tb-rate { font-size: 20px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
    .tb-card .tb-savings { font-size: 13px; color: var(--emerald-2); font-weight: 600; font-variant-numeric: tabular-nums; }
    .coverage-band {
      margin-top: 40px; text-align: center; padding: 14px 20px;
      font-size: 14px; color: var(--ink); border-top: 1px solid var(--border);
    }
    .coverage-band strong { color: var(--navy); font-variant-numeric: tabular-nums; }
    .savings-note {
      margin-top: 16px; font-size: 12px; color: var(--muted); line-height: 1.5;
    }

/* ---- next block ---- */

      .compare-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
      @media (max-width: 920px) { .compare-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
      @media (max-width: 540px) { .compare-grid { grid-template-columns: 1fr; } }
      .compare-card {
        border: 1px solid var(--border); border-radius: 14px; padding: 20px;
        background: #fff; display: flex; flex-direction: column;
      }
      .compare-card.featured {
        border-color: rgba(46,185,122,0.55); background: rgba(46,185,122,0.05);
        box-shadow: 0 12px 32px -22px rgba(46,185,122,0.55);
        position: relative;
      }
      .compare-card.featured::before {
        content: "Levy"; position: absolute; top: -10px; right: 16px;
        background: var(--emerald); color: #fff; font-size: 11px; font-weight: 600;
        padding: 3px 10px; border-radius: 999px; letter-spacing: 0.06em; text-transform: uppercase;
      }
      .compare-card .compare-head {
        font-family: var(--font-display); font-weight: 600; font-size: 17px;
        letter-spacing: -0.01em; color: var(--ink); margin-bottom: 14px;
      }
      .compare-card dl {
        margin: 0; display: grid; grid-template-columns: max-content 1fr;
        gap: 8px 14px; font-size: 13.5px; align-items: baseline;
      }
      .compare-card dt {
        color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em;
        font-size: 10.5px; font-weight: 600; padding-top: 2px;
      }
      .compare-card dd { margin: 0; color: var(--ink); font-variant-numeric: tabular-nums; }
      .compare-card.featured dd strong { color: var(--emerald-2); }
      .compare-foot {
        margin-top: 26px; font-size: 13px; color: var(--muted); text-align: center;
      }
