/* Funnel pages. Extends site.css — declares NO new colours, only new structure,
   so a landing page and a county page are visibly the same product.

   The order of the sections is the argument: sell, then evidence, then offer,
   then the objections. Anything that asks for money appears after something
   that proves we can do the job. */

.lp{padding-bottom:0}

/* ── the sell ───────────────────────────────────────────────────────────── */
.lhero{padding:56px 0 40px;position:relative;overflow:hidden}
.lhero::before{content:"";position:absolute;inset:-40px -10% auto;height:420px;
  background:radial-gradient(ellipse at 50% 0%,rgba(42,120,214,.10),transparent 70%);
  pointer-events:none}
.lhero>*{position:relative}
.lhero .inner{max-width:820px;margin:0 auto;text-align:center}
.lhero h1{font-size:clamp(31px,5vw,52px);line-height:1.04;letter-spacing:-.028em;margin:0 0 16px;
  text-wrap:balance}
.lhero .lede{font-size:clamp(17px,2vw,20px);line-height:1.5;color:var(--ink2);
  max-width:62ch;margin:0 auto 26px;text-wrap:pretty}
.lhero .lede b{color:var(--ink);font-weight:700}
.ctarow{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;align-items:center}
.ctarow .btn{text-decoration:none;display:inline-block}
.friction{margin:13px 0 0;font-size:13px;color:var(--muted)}
.friction b{color:var(--ink2);font-weight:650}

/* the evidence strip — what stands in for testimonials we do not have */
.trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;
  background:var(--grid);border:1px solid var(--grid);border-radius:14px;overflow:hidden;
  margin:38px auto 0;max-width:980px}
.trust>div{background:var(--surface);padding:15px 16px;text-align:center}
.trust .v{font-size:22px;font-weight:780;line-height:1.1;font-variant-numeric:tabular-nums;
  letter-spacing:-.01em}
.trust .k{font-size:11.5px;color:var(--ink2);margin-top:5px;line-height:1.4}

/* ── numbered stages ────────────────────────────────────────────────────── */
.stage{padding:58px 0;border-top:1px solid var(--grid)}
.stage.alt{background:var(--surface)}
.shead{max-width:760px;margin:0 0 26px}
.snum{font:700 11.5px/1 ui-monospace,Menlo,monospace;letter-spacing:.16em;color:var(--blue);
  display:block;margin-bottom:10px}
/* 22ch broke "Interconnection decides the site now" after "the". Wide enough to
   hold a real phrase, balanced so the last line is never a single orphan. */
.stage h2{margin:0 0 10px;max-width:28ch;text-wrap:balance}
.stage .sece{margin-bottom:0}

/* pain bullets */
.pains{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;margin:26px 0 0}
.pain{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:18px 19px}
.stage.alt .pain{background:var(--page)}
.pain .q{font-weight:700;font-size:15.5px;margin:0 0 6px;line-height:1.35;text-wrap:balance}
.pain p{font-size:14px;color:var(--ink2);margin:0;line-height:1.55}
.pain .n{font-variant-numeric:tabular-nums;color:var(--orange);font-weight:750}

/* the proof block — one big finding */
.proof{border:1px solid var(--border);border-left:4px solid var(--orange);border-radius:0 14px 14px 0;
  background:var(--surface);padding:26px 28px;margin:26px 0 0}
.stage.alt .proof{background:var(--page)}
.proof .big{font-size:clamp(34px,6vw,58px);font-weight:800;line-height:1;letter-spacing:-.03em;
  font-variant-numeric:tabular-nums}
.proof .cap{font-size:16px;color:var(--ink2);margin:10px 0 0;max-width:62ch;line-height:1.55;
  text-wrap:pretty}
.proof .cap b{color:var(--ink)}

/* Offer cards.
   NOT called .offer — site.css:156 already owns that name and paints it as a
   dark gradient card with color:#fff. Reusing it here made every price and
   heading white-on-white and effectively invisible. This is the second
   class-name collision found in this codebase; the first was .lock. Namespaced
   deliberately. */
.plancards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin:26px 0 0}
.plancard{border:1px solid var(--border);border-radius:14px;background:var(--surface);
  padding:22px 22px 20px;display:flex;flex-direction:column}
.stage.alt .plancard{background:var(--page)}
.plancard.hot{border:2px solid var(--blue);box-shadow:0 10px 34px -18px rgba(42,120,214,.5)}
.plancard .tag{font:700 10.5px/1 ui-monospace,Menlo,monospace;letter-spacing:.13em;
  text-transform:uppercase;color:var(--muted)}
.plancard.hot .tag{color:var(--blue)}
.plancard h3{margin:9px 0 3px;font-size:18px;letter-spacing:-.01em;text-wrap:balance}
.plancard .price{font-size:29px;font-weight:800;letter-spacing:-.02em;margin:6px 0 2px;
  font-variant-numeric:tabular-nums}
.plancard .per{font-size:12.5px;color:var(--muted);margin-bottom:12px}
.plancard ul{list-style:none;padding:0;margin:0 0 16px;font-size:14px;line-height:1.5}
.plancard li{padding:5px 0 5px 19px;position:relative;color:var(--ink2)}
.plancard li::before{content:"";position:absolute;left:0;top:11px;width:9px;height:2px;
  background:var(--blue);border-radius:1px}
.plancard li b{color:var(--ink)}
.plancard .btn{margin-top:auto;text-align:center;text-decoration:none;display:block}

/* steps */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin:26px 0 0}
.step{position:relative;padding-left:44px}
.step .i{position:absolute;left:0;top:0;width:31px;height:31px;border-radius:50%;
  background:var(--blue);color:#fff;display:grid;place-items:center;
  font:800 14px/1 system-ui;font-variant-numeric:tabular-nums}
.step h3{margin:4px 0 5px;font-size:16px}
.step p{font-size:14px;color:var(--ink2);line-height:1.55;margin:0}

/* honesty block — what we do not have */
.honest{border:1px solid var(--axis);border-radius:14px;background:var(--surface2);
  padding:24px 26px;margin:26px 0 0}
.honest h3{font-size:16.5px;margin:0 0 10px}
.honest ul{margin:0;padding-left:19px;font-size:14.5px;line-height:1.6;color:var(--ink2)}
.honest li{margin-bottom:7px}
.honest li b{color:var(--ink)}

/* faq */
.faqs{max-width:760px;margin:22px 0 0}
.faqs details{border-bottom:1px solid var(--grid);padding:14px 0}
.faqs summary{cursor:pointer;font-weight:700;font-size:15.5px;list-style:none;
  display:flex;justify-content:space-between;gap:16px;align-items:baseline}
.faqs summary::-webkit-details-marker{display:none}
.faqs summary::after{content:"+";color:var(--blue);font-weight:700;font-size:19px;line-height:1}
.faqs details[open] summary::after{content:"−"}
.faqs p{margin:10px 0 0;font-size:14.5px;color:var(--ink2);line-height:1.62;max-width:70ch}

/* closing block */
.close{padding:64px 0 76px;border-top:1px solid var(--grid);background:var(--term);color:#e9e8e2}
.close .inner{max-width:720px;margin:0 auto;text-align:center}
.close h2{color:#fff;margin-bottom:12px;text-wrap:balance;max-width:none}
.close p{color:#b3b2ab;font-size:16.5px;line-height:1.55;margin:0 auto 22px;max-width:56ch}
.close .btn.ghost{background:transparent;color:#e9e8e2;border-color:#4a4945}
.close .btn.ghost:hover{background:#242422}
.close .friction{color:#8b8a84}
.close .friction b{color:#b3b2ab}

/* sticky CTA — appears once the hero is gone */
.sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;background:rgba(252,252,251,.97);
  backdrop-filter:blur(10px);border-top:1px solid var(--axis);padding:10px 0;
  transform:translateY(110%);transition:transform .28s ease}
.sticky.in{transform:none}
.sticky .wrap{display:flex;align-items:center;gap:14px}
.sticky .m{font-size:14px;font-weight:650;line-height:1.3}
.sticky .m span{display:block;font-weight:400;font-size:12.5px;color:var(--ink2)}
.sticky .btn{margin-left:auto;text-decoration:none;white-space:nowrap}
@media(max-width:560px){.sticky .m span{display:none}.sticky .m{font-size:13px}}
@media(prefers-reduced-motion:reduce){.sticky{transition:none}}

/* Small screens: the hero was still trying to hold a 52px headline at 390px. */
@media(max-width:620px){
  .lhero{padding:36px 0 30px}
  .lhero h1{font-size:clamp(27px,7.4vw,34px)}
  .lhero .lede{font-size:16.5px}
  .ctarow .btn{width:100%;text-align:center}
  .trust{grid-template-columns:repeat(2,1fr)}
  .stage{padding:42px 0}
  .proof{padding:20px 18px}
  .lp{padding-bottom:64px}   /* clear the sticky bar */
}

/* ── the pack request form ────────────────────────────────────────────────
   This exists because a mailto: does not work here. Cloudflare's email
   obfuscation rewrites every mailto on the zone into a JS-only
   /cdn-cgi/l/email-protection URL, so the call to action for the highest-value
   product did nothing without JavaScript and was invisible to crawlers. A form
   is the better mechanic regardless: it keeps the context the visitor typed and
   it confirms that something happened. */
.packform{border:1px solid var(--border);border-radius:14px;background:var(--page);
  padding:24px 26px;margin:26px 0 0;max-width:720px}
.packform h3{font-size:19px;margin:0 0 6px;letter-spacing:-.012em}
.packform>p{font-size:14.5px;color:var(--ink2);margin:0 0 18px;line-height:1.55;max-width:62ch}
.packform label{display:block;font-size:13px;font-weight:650;color:var(--ink2);margin:0 0 13px}
.packform label span{font-weight:400;color:var(--muted)}
.packform .row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
@media(max-width:560px){.packform .row{grid-template-columns:1fr}}
.packform input,.packform select,.packform textarea{
  display:block;width:100%;margin-top:5px;font:inherit;font-size:15px;color:var(--ink);
  background:var(--surface);border:1.5px solid var(--axis);border-radius:9px;padding:10px 12px}
.packform textarea{resize:vertical;line-height:1.5}
.packform input:focus,.packform select:focus,.packform textarea:focus{
  outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(42,120,214,.15)}
.packform button{width:100%;margin-top:4px}
.packmsg{margin:12px 0 0;font-size:14.5px;line-height:1.55;padding:11px 13px;border-radius:9px}
.packmsg.good{background:rgba(27,175,122,.10);border:1px solid rgba(27,175,122,.35);color:#0f6b4a}
.packmsg.bad{background:rgba(208,59,59,.08);border:1px solid rgba(208,59,59,.3);color:#a02c2c}

/* ── near me: the consumer front door ─────────────────────────────────────
   Read standing in a kitchen, not at a desk. Pictures before paragraphs, the
   answer given more weight than anything asking the reader for something. */
.nm{max-width:840px}
.nm h1{font-size:clamp(31px,5.6vw,48px);line-height:1.06;letter-spacing:-.025em;margin:34px 0 12px}
.nm-sub{font-size:19px;color:var(--ink2);max-width:56ch;margin:0 0 26px}
.nm h2{font-size:25px;margin:0 0 12px;letter-spacing:-.015em}
.nm h3{font-size:18px;margin:0 0 8px}
.nm p{max-width:64ch}

.nm-check{background:var(--surface);border:1px solid var(--grid);border-radius:16px;
 padding:22px 24px 24px;margin:0 0 30px;
 box-shadow:0 1px 2px rgba(11,11,11,.05),0 16px 38px -24px rgba(11,11,11,.45)}
.nm-check label{display:block;font-weight:700;font-size:14px;margin-bottom:8px}
.nm-row{display:flex;gap:10px;flex-wrap:wrap}
.nm-row input{flex:1 1 240px;min-width:0;font:inherit;font-size:16.5px;padding:13px 15px;
 border:1.5px solid var(--axis);border-radius:11px;background:var(--page);color:var(--ink)}
.nm-row input:focus{outline:2px solid var(--blue);outline-offset:1px;border-color:var(--blue)}
.nm-priv{font-size:12.5px;color:var(--muted);margin:11px 0 0;max-width:58ch}
.nm-wait{color:var(--muted);padding:15px 2px;font-size:15px}

.nm-card{margin-top:18px;padding-top:18px;border-top:1px solid var(--grid)}
.nm-hero{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.nm-hero>b{font-size:58px;font-weight:800;letter-spacing:-.045em;line-height:.9;
 font-variant-numeric:tabular-nums}
.nm-hero>span{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
 color:var(--muted);line-height:1.25}
.nm-hero.near>b{color:var(--critical)}.nm-hero.mid>b{color:var(--orange)}.nm-hero.far>b{color:var(--good)}
.nm-heroname{flex:1 1 220px;min-width:0;padding-left:14px;border-left:1px solid var(--grid)}
.nm-heroname b{display:block;font-size:16.5px;line-height:1.3}
.nm-heroname span{display:block;font-size:13.5px;color:var(--ink2);margin-top:3px}
.nm-list{list-style:none;padding:0;margin:0 0 14px;display:flex;flex-direction:column;gap:7px}
.nm-list li{display:flex;gap:12px;align-items:baseline;font-size:14.5px;color:var(--ink2)}
.nm-list i{font-style:normal;color:var(--muted);font-size:13px}
.nm-mi{flex:0 0 60px;text-align:right;font-weight:700;color:var(--ink);font-variant-numeric:tabular-nums}
.nm-scope{font-size:13px;line-height:1.55;color:var(--ink2);background:var(--surface2);
 border:1px solid var(--grid);border-radius:10px;padding:12px 14px;margin:0}

/* map — pan/zoom, two layers that must never look interchangeable */
.nm-map{margin-top:16px;border:1px solid var(--grid);border-radius:12px;overflow:hidden;background:var(--page)}
.nm-map[hidden]{display:none}
.nm-mapwrap{position:relative}
.nm-canvas svg{display:block;cursor:grab;touch-action:none}
.nm-canvas svg:active{cursor:grabbing}
.nm-mapctl{position:absolute;top:10px;right:10px;z-index:2;display:flex;flex-direction:column;gap:5px}
.nm-mapctl button{width:34px;height:34px;border-radius:9px;border:1px solid var(--axis);
 background:var(--surface);color:var(--ink);font:inherit;font-size:17px;font-weight:700;
 cursor:pointer;display:grid;place-items:center;box-shadow:0 1px 3px rgba(11,11,11,.14)}
.nm-mapctl button:hover{border-color:var(--blue);color:var(--blue)}
.nm-land{fill:#eceae3;stroke:none}
.nm-load path{fill:var(--orange);stroke:#a8471b;stroke-width:.8}
.nm-county{fill:none;stroke:#b9b6aa;stroke-width:1.1}
.nm-border{fill:none;stroke:#7d7a70;stroke-width:2.2}
.nm-rings circle{fill:none;stroke:#9c9a90;opacity:.9}
.nm-rings text{fill:#6f6d66;text-anchor:middle;font-weight:700;letter-spacing:.04em;
 font-family:inherit;paint-order:stroke;stroke:#eceae3;stroke-linejoin:round}
.nm-fac circle{stroke:#fff}
.nm-fac.near circle{fill:var(--critical)}.nm-fac.mid circle{fill:var(--orange)}
.nm-fac.far circle{fill:#37703f}
.nm-fac text.pl{fill:#0b0b0b;text-anchor:middle;font-weight:650;font-family:inherit;
 paint-order:stroke;stroke:#eceae3;stroke-linejoin:round;pointer-events:none}
.nm-home .ring{fill:none;stroke:var(--blue)}
.nm-home .dot{fill:var(--blue);stroke:none}
.nm-home text{fill:var(--blue);text-anchor:middle;font-weight:800;font-family:inherit;
 paint-order:stroke;stroke:#eceae3;stroke-linejoin:round;pointer-events:none}
.nm-legend{display:flex;flex-wrap:wrap;gap:6px 18px;padding:11px 14px;
 border-top:1px solid var(--grid);background:var(--surface);font-size:12.5px;color:var(--ink2)}
.nm-legend span{display:flex;align-items:center;gap:7px}
.nm-legend b{color:var(--ink);font-weight:650}
.nm-legend i{flex:0 0 auto;width:13px;height:13px;border-radius:50%}
.lg-pin.near{background:var(--critical);box-shadow:0 0 0 1.5px #fff inset}
.lg-sh{border-radius:3px!important;background:var(--orange);opacity:.55;border:1px solid #a8471b}
.lg-you{border:2.5px solid var(--blue);background:transparent}
.nm-mapnote,.nm-mapfail{font-size:12px;color:var(--muted);margin:0;padding:10px 14px 12px;
 border-top:1px solid var(--grid);max-width:none;line-height:1.5}
.nm-mapnote b{color:var(--ink2)}

/* figures */
.nm-fig{margin:34px 0}
.nm-lede2{font-size:16px;color:var(--ink2);margin:0 0 16px}
.nm-src{font-size:12.5px;color:var(--muted);margin:12px 0 0;max-width:62ch}
.nm-grids{display:flex;gap:26px;flex-wrap:wrap}
.nm-g{margin:0;flex:1 1 210px}
.nm-g svg{display:block;max-width:100%;height:auto}
.dg circle{fill:var(--grid)}
.nm-g.hit .dg circle.on{fill:var(--critical)}
.nm-g.think .dg circle.on{fill:var(--blue)}
.nm-g figcaption{margin-top:11px}
.nm-g figcaption b{display:block;font-size:19px;letter-spacing:-.01em}
.nm-g figcaption span{display:block;font-size:13.5px;color:var(--ink2);margin-top:2px;max-width:30ch}

.nm-bars{display:flex;flex-direction:column;gap:13px;max-width:560px}
.nm-bar{display:grid;grid-template-columns:130px 1fr 46px;gap:12px;align-items:center}
.nm-bar .lbl{font-size:13.5px;color:var(--ink2);text-align:right}
.nm-bar .track{background:var(--surface2);border-radius:7px;height:34px;overflow:hidden}
.nm-bar .fill{background:var(--axis);height:100%;border-radius:7px;display:flex;
 align-items:center;justify-content:flex-end;padding-right:9px;min-width:44px}
.nm-bar .fill b{color:var(--page);font-size:14px;font-weight:800}
.nm-bar.big .fill{background:var(--orange)}
.nm-bar .cap{font-size:12.5px;color:var(--muted)}

/* personas — a picture, a question, three lines. Read in ten seconds. */
.nm-cast{display:grid;grid-template-columns:repeat(auto-fit,minmax(252px,1fr));gap:14px;margin:14px 0 8px}
.nm-p{background:var(--surface);border:1px solid var(--grid);border-radius:16px;padding:20px 21px 18px;
 display:flex;flex-direction:column}
.nm-ph{display:flex;align-items:center;gap:10px;margin-bottom:13px}
.nm-ic{flex:0 0 auto;width:42px;height:42px;border-radius:13px;display:grid;place-items:center}
.nm-ic svg{width:23px;height:23px}
.nm-p.moving .nm-ic{background:#e4effb;color:#1c5cab}
.nm-p.family .nm-ic{background:#fdeadf;color:#b1521f}
.nm-p.agent  .nm-ic{background:#e2f0e8;color:#2b6647}
.nm-role{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.nm-p h3{font-size:19px;margin:0 0 9px;letter-spacing:-.01em}
.nm-q{font-size:15px;color:var(--ink2);font-style:italic;margin:0 0 15px;line-height:1.45}
.nm-p ul{list-style:none;margin:0 0 15px;padding:0;display:flex;flex-direction:column;gap:9px}
.nm-p li{position:relative;padding-left:27px;font-size:14.5px;line-height:1.45}
.nm-p li::before{content:"";position:absolute;left:0;top:5px;width:17px;height:17px;border-radius:50%;
 background:var(--surface2) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.6 8.4l2.9 2.9L12.4 5.4' fill='none' stroke='%23222' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat}
.nm-p.moving li::before{background-color:#e4effb}
.nm-p.family li::before{background-color:#fdeadf}
.nm-p.agent  li::before{background-color:#e2f0e8}
.nm-out{margin:auto 0 0;padding-top:13px;border-top:1px solid var(--grid);
 font-size:13.5px;color:var(--ink2);line-height:1.5}
.nm-out b{color:var(--ink)}

/* know / don't know */
.nm-know{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.nm-know .col{border:1px solid var(--grid);border-radius:13px;padding:17px 19px;background:var(--surface)}
.nm-know .col.yes{border-color:rgba(0,99,0,.3)}
.nm-know .col.no{border-color:rgba(208,59,59,.28)}
.nm-know h3{display:flex;align-items:center;gap:9px;font-size:16px;margin-bottom:11px}
.nm-know .mk{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;
 font-size:12px;font-weight:800;color:#fff;flex:0 0 auto}
.nm-know .yes .mk{background:var(--good)}
.nm-know .no .mk{background:var(--critical)}
.nm-know ul{margin:0;padding-left:17px;display:flex;flex-direction:column;gap:8px}
.nm-know li{font-size:14.5px;line-height:1.45;color:var(--ink2)}
.nm-know li b{color:var(--ink)}

/* signup */
.nm-signup{background:var(--term);color:var(--termink);border-radius:16px;
 padding:26px 26px 24px;margin:36px 0 12px;transition:box-shadow .4s}
.nm-signup.lit{box-shadow:0 0 0 2px var(--blue),0 18px 40px -24px rgba(42,120,214,.7)}
.nm-signup h2{color:#fff;margin:0 0 10px}
.nm-signup p{color:var(--termink);max-width:60ch}
.nm-signup .nm-row input{background:#0c0c0b;border-color:#3a3a37;color:#f2f2ef}
.nm-signup .nm-row input::placeholder{color:#7c7b75}
.nm-signup .nm-priv{color:#8d8c85}
.nm-who{border:0;padding:0;margin:14px 0 16px;display:flex;flex-wrap:wrap;gap:8px 18px}
.nm-who legend{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
 color:#8d8c85;padding:0;margin-bottom:9px}
.nm-who label{display:flex;align-items:center;gap:7px;font-size:14.5px;cursor:pointer;color:var(--termink)}
.nm-who input{accent-color:var(--blue);cursor:pointer}
.nm-msg{font-size:14px;margin:10px 0 0;min-height:1px}
.nm-msg.bad{color:#ff9a8b}
.nm-done{font-size:16px;color:#fff}
@media(max-width:640px){
 .nm-row .btn{width:100%}
 .nm-hero>b{font-size:46px}
 .nm-heroname{padding-left:0;border-left:0;flex-basis:100%}
 .nm-bar{grid-template-columns:100px 1fr 40px;gap:9px}
}

/* inline CTA — placed where intent peaks, right under the answer */
.nm-inline-cta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:16px;
 background:var(--surface2);border:1px solid var(--grid);border-radius:12px;padding:15px 17px}
.nm-inline-cta b{font-size:15.5px}
.nm-inline-cta span{flex:1 1 220px;font-size:14px;color:var(--ink2)}
#nmcta[hidden]{display:none}
/* browse by state — internal links and the long-tail query people type */
.nm-states{display:grid;grid-template-columns:repeat(auto-fill,minmax(158px,1fr));gap:8px;margin:12px 0 8px}
.nm-st{display:flex;flex-direction:column;gap:2px;padding:11px 13px;border:1px solid var(--grid);
 border-radius:10px;background:var(--surface);color:var(--ink);text-decoration:none}
.nm-st:hover{border-color:var(--blue)}
.nm-st b{font-size:14.5px;font-weight:650}
.nm-st span{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}

/* ── my page: the homeowner dashboard ──────────────────────────────────────
   Read by somebody who is worried, not by an analyst. Big numbers, short
   words, one idea per card, and every card says where its number came from. */
.dash h1{margin-bottom:6px}
.d-setup{background:var(--surface);border:1px solid var(--grid);border-radius:16px;
 padding:26px 26px 28px;max-width:600px;margin:22px 0}
.d-setup h2{font-size:23px;margin:0 0 8px}
.d-setup p{color:var(--ink2);margin:0 0 18px}
.d-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;
 flex-wrap:wrap;padding:20px 0 16px;border-bottom:1px solid var(--grid);margin-bottom:20px}
.d-lab{display:block;font-size:11px;font-weight:800;letter-spacing:.13em;
 text-transform:uppercase;color:var(--muted);margin-bottom:4px}
.d-head h2{font-size:23px;margin:0;letter-spacing:-.015em}
.d-chg{font:inherit;font-size:13.5px;font-weight:650;color:var(--ink2);background:var(--surface);
 border:1px solid var(--axis);border-radius:9px;padding:7px 14px;cursor:pointer}
.d-chg:hover{border-color:var(--blue);color:var(--blue)}

.d-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(288px,1fr));gap:14px}
.d-card{background:var(--surface);border:1px solid var(--grid);border-radius:16px;padding:20px 22px}
.d-card.wide{grid-column:1/-1}
.d-card h3{display:flex;align-items:center;gap:10px;font-size:16.5px;margin:0 0 14px}
.d-ic{flex:0 0 auto;width:30px;height:30px;border-radius:9px;background:var(--surface2);
 background-repeat:no-repeat;background-position:center;background-size:17px}
.d-ic.house{background-color:#e4effb;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c5cab' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5.5 12v7.5a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V12'/%3E%3C/svg%3E")}
.d-ic.school{background-color:#fdeadf;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b1521f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5 2.5 8.5 12 13.5l9.5-5z'/%3E%3Cpath d='M6.5 11v5.2c0 1.3 2.5 2.6 5.5 2.6s5.5-1.3 5.5-2.6V11'/%3E%3C/svg%3E")}
.d-ic.bolt{background-color:#f6edd8;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a6212' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4.5 13.5H11l-1 8.5 8.5-11.5H12z'/%3E%3C/svg%3E")}
.d-ic.bell{background-color:#e2f0e8;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b6647' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8.5a6 6 0 1 0-12 0c0 6-2 7.5-2 7.5h16s-2-1.5-2-7.5'/%3E%3Cpath d='M10.3 19.5a2 2 0 0 0 3.4 0'/%3E%3C/svg%3E")}

.d-big{display:flex;align-items:baseline;gap:11px;margin-bottom:10px}
.d-big b{font-size:56px;font-weight:800;letter-spacing:-.045em;line-height:.9;
 font-variant-numeric:tabular-nums}
.d-big span{font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
 color:var(--muted);line-height:1.25}
.d-big.near b{color:var(--critical)}.d-big.mid b{color:var(--orange)}.d-big.far b{color:var(--good)}
.d-name{font-size:16.5px;margin:0 0 5px}
.d-sub{font-size:14.5px;color:var(--ink2);margin:0 0 4px}
.d-num{display:flex;align-items:baseline;gap:11px;margin-bottom:10px}
.d-num b{font-size:40px;font-weight:800;letter-spacing:-.04em;line-height:1;
 font-variant-numeric:tabular-nums}
.d-num span{font-size:13.5px;color:var(--ink2);line-height:1.35}
.d-flag{font-size:14.5px;background:#fbe9e7;border-radius:9px;padding:9px 12px;margin:0 0 12px}
.d-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}
.d-list li{display:flex;gap:12px;align-items:baseline;font-size:14.5px}
.d-mi{flex:0 0 76px;text-align:right;font-weight:700;font-variant-numeric:tabular-nums;color:var(--ink)}
.d-more{font-size:13px;color:var(--muted);margin:8px 0 0}
.d-watch{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:9px}
.d-watch li{position:relative;padding-left:24px;font-size:14.5px;line-height:1.45}
.d-watch li::before{content:"";position:absolute;left:0;top:6px;width:15px;height:15px;
 border-radius:50%;background:#e2f0e8}
.d-src{font-size:12.5px;color:var(--muted);margin:12px 0 0;line-height:1.5}
.d-empty{font-size:14.5px;color:var(--ink2);margin:0}
.d-foot{font-size:13.5px;color:var(--ink2);margin:26px 0 0;max-width:66ch;line-height:1.6}
@media(max-width:620px){.d-big b{font-size:46px}.d-num b{font-size:34px}}

/* ── the leak, filled: consumer block at the top of every county page ── */
.lv{background:var(--surface);border:1.5px solid var(--blue);border-radius:16px;padding:20px 22px 18px;
 margin:0 0 26px;box-shadow:0 1px 2px rgba(11,11,11,.05),0 14px 34px -24px rgba(42,120,214,.45)}
.lv-tag{display:inline-block;font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
 color:var(--blue);background:rgba(42,120,214,.09);border-radius:5px;padding:3px 9px;margin-bottom:9px}
.lv-h{font-size:23px;margin:0 0 9px;letter-spacing:-.015em}
.lv-lead{font-size:16px;margin:0 0 7px;max-width:64ch}
.lv-sch{font-size:15px;margin:0 0 9px;max-width:64ch}
.lv-sch .s{display:block;font-size:12.5px;color:var(--muted);margin-top:3px}
.lv-form{margin-top:12px}
.lv-form .nm-row input{font-size:15.5px;padding:11px 14px}
.lv-priv{font-size:12px;color:var(--muted);margin:8px 0 0}
.lv-out{margin-top:10px}
.lv-res{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:15px;
 background:var(--surface2);border-radius:10px;padding:12px 14px}
.lv-res>b{font-size:20px;letter-spacing:-.02em}
.lv-res b.near{color:var(--critical)}.lv-res b.mid{color:var(--orange)}.lv-res b.far{color:var(--good)}
.lv-res .btn{margin-left:auto}
.lv-links{font-size:13.5px;margin:12px 0 0;color:var(--muted)}
/* buy block on /my/ */
.d-buy{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:16px;padding:15px 17px;
 background:var(--surface2);border:1px solid var(--grid);border-radius:12px}
.d-buy>div{flex:1 1 260px}
.d-buy b{display:block;font-size:15.5px;margin-bottom:3px}
.d-buy span{font-size:13.5px;color:var(--ink2);line-height:1.5}

/* The offer, under an answer the reader just got. It appears only after a real
   distance has been returned for a real address — never as a cold ask. */
.lv-buy{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:12px;padding:14px 16px;
  border:1.5px solid var(--blue);border-radius:13px;background:#f4f8fe}
.lv-buy-t{flex:1;min-width:240px}
.lv-buy-t b{display:block;font-size:15px;margin-bottom:3px}
.lv-buy-t span{display:block;font-size:13px;color:var(--ink2);line-height:1.5;max-width:62ch}
.lv-buy-b{white-space:nowrap}
.lv-buy-err{width:100%;margin:8px 0 0;color:var(--critical);font-size:12.5px}

/* "See a real one first" — the sample report link that sits beside every $24
   button. A price with no visible product is a price nobody clicks. */
.lv-buy-see{white-space:nowrap;font-size:13px;text-decoration:underline;
  text-underline-offset:3px;color:var(--ink2)}
.lv-buy-see:hover{color:var(--ink)}

/* The paid offer on /near-me/, shown only after the free check has answered
   the question the visitor actually arrived with. */
.nm-offer{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:14px 0 0;
  padding:16px 18px;border:1px solid var(--rule);border-radius:12px;background:#fff}
.nm-offer-t{flex:1 1 260px;min-width:0}
.nm-offer-t b{display:block;font-size:15.5px;margin-bottom:4px}
.nm-offer-t span{display:block;font-size:13px;color:var(--ink2);line-height:1.55;max-width:64ch}
.nm-offer-a{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.nm-offer-see{font-size:13px;text-decoration:underline;text-underline-offset:3px;color:var(--ink2)}
.nm-offer-see:hover{color:var(--ink)}
