/* ==========================================================================
   PropSignals — trades site (HVAC + plumbing)

   Design system: "Pro Platform" — the variant Ron approved 2026-07-21 and the one
   the main landing site runs. Light SaaS in the PropertyRadar/PropStream mold:
   white + navy #153a5e, warm orange CTA #f4780f, Plus Jakarta Sans display over
   Public Sans body, rounded corners and soft shadows rather than hard offsets.

   Tokens are kept identical to landing/public/industry.css on purpose. The two
   sites are one product and a visitor who moves between them should not be able
   to tell they crossed a boundary.

   Still mobile-first: this traffic arrives from geo ads on a phone, so the
   single-column layout is the real layout and the desktop grid is the enhancement.
   ========================================================================== */

:root {
  --bg: #ffffff;
  --bg-soft: #f7f9fc;
  --bg-panel: #eef2f8;
  --navy: #153a5e;
  --navy-deep: #0e2a46;
  --text: #26313d;
  --dim: #5c6b7a;
  --line: #e2e8f0;
  --cta: #f4780f;
  --cta-hover: #dd6905;
  --cta-soft: #fff4ea;
  --cta-line: #f7d9bd;
  /* Signal orange as *text on light* fails WCAG AA at #f4780f (2.8:1). This deeper
     burnt-orange clears 4.5:1 on white, the soft gray, and the cta-soft tint while
     staying in the same signal family (it matches the darker oranges already used in
     .banner/.honest). Bright --cta stays for fills, dots, underlines, focus rings, and
     orange text on the dark navy bands (which passes at 5.2:1). */
  --cta-text: #b85309;
  --green: #1c9e64;
  --fd: "Plus Jakarta Sans", system-ui, sans-serif;
  --fb: "Public Sans", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--text);
  font-family: var(--fb); font-size: 17px; line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--fd); color: var(--navy); line-height: 1.12; letter-spacing: -0.01em; }
a { color: inherit; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.hl { color: var(--cta-text); }

/* ---------- preview banner ---------- */
.banner {
  background: var(--cta-soft); border-bottom: 1px solid var(--cta-line); color: #9a5312;
  font-family: var(--fd); font-weight: 600; font-size: .82rem; text-align: center; padding: 8px 16px;
}

/* ---------- header ---------- */
.hdr {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 255, 255, .93); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.hdr-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 66px; flex-wrap: wrap; padding: 10px 0; }
/* The header logo is the real "Open House" lockup, not live text. Height is fixed and
   width auto so the SVG's own aspect ratio governs; the brand guide's 130px minimum
   width for the horizontal lockup is respected at every breakpoint below. */
.brand { display: flex; align-items: center; text-decoration: none; flex: none; }
.brand img { display: block; height: 32px; width: auto; }
.hdr-nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
/* Vertical padding enlarges the tap area toward the 44px comfort target for this
   phone-first ad traffic without drawing a box (the links have no background). It sits
   inside the header's 66px row, so desktop layout is unchanged. */
.hdr-nav a { font-family: var(--fd); font-weight: 600; font-size: .93rem; color: var(--dim); text-decoration: none; padding: 8px 0; }
.hdr-nav a:hover, .hdr-nav a.on { color: var(--navy); }
.hdr-cta { color: #fff !important; background: var(--cta); padding: 10px 18px; border-radius: 8px; font-weight: 700 !important; }
.hdr-cta:hover { background: var(--cta-hover); }

/* Industries menu. Built on <details>, so it opens by keyboard and touch with no script;
   build.mjs only adds close-on-outside-click. The panel is absolutely positioned so opening
   it never reflows the header row and shoves the CTA around. */
.navdrop { position: relative; }
.navdrop > summary { font-family: var(--fd); font-weight: 600; font-size: .93rem; color: var(--dim);
  cursor: pointer; list-style: none; display: flex; align-items: center; gap: 6px; white-space: nowrap; padding: 8px 0; }
.navdrop > summary::-webkit-details-marker { display: none; }
.navdrop > summary:hover, .navdrop > summary.on, .navdrop[open] > summary { color: var(--navy); }
/* Caret is drawn, not a glyph: a text arrow sits on a different baseline in every font. */
.navdrop > summary::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .15s ease; }
.navdrop[open] > summary::after { transform: translateY(1px) rotate(-135deg); }
.navdrop > summary:focus-visible { outline: 2px solid var(--cta); outline-offset: 3px; border-radius: 3px; }
.navdrop-menu { position: absolute; top: calc(100% + 12px); left: 0; z-index: 40; min-width: 190px;
  display: flex; flex-direction: column; padding: 6px; background: var(--bg); border: 1px solid var(--line);
  border-radius: 10px; box-shadow: 0 6px 28px rgba(21, 58, 94, .14); }
.navdrop-menu a { padding: 9px 12px; border-radius: 6px; font-size: .92rem; }
.navdrop-menu a:hover { background: var(--bg-soft); color: var(--navy); }
.navdrop-menu a.on { background: var(--cta-soft); color: var(--navy); }
@media (prefers-reduced-motion: reduce) { .navdrop > summary::after { transition: none; } }
@media (max-width: 780px) {
  /* No room to float a panel over a wrapped nav — let it push the row instead. */
  .navdrop { position: static; }
  .navdrop-menu { position: static; margin-top: 8px; box-shadow: none; width: 100%; }
}

/* ---------- hero ----------
   Atmosphere/depth without leaving the palette: two low-opacity radial washes (warm orange
   top-right, cool navy top-left) layered over the original light gradient. Pure background —
   no extra DOM, no overflow, and it degrades to the flat gradient on old engines. */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(115% 80% at 88% -12%, rgba(244, 120, 15, .10), transparent 58%),
    radial-gradient(90% 70% at -8% -6%, rgba(21, 58, 94, .07), transparent 55%),
    linear-gradient(180deg, #fff, var(--bg-soft));
  padding: 64px 0 0;
}
.hero.slim { padding-top: 50px; }
/* Breathing room under a hero whose intro flows straight into a light section (no dark stat band
   to separate them) — e.g. pricing, so the intro paragraph doesn't sit tight against the cards. */
.hero.hero-pad { padding-bottom: 40px; }
.eyebrow { font-family: var(--fd); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; color: var(--cta-text); margin-bottom: 16px; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; max-width: 19ch; text-wrap: balance; }
.hero.geo h1 { max-width: 22ch; }
.hero-sub { margin-top: 20px; font-size: 1.14rem; color: var(--dim); max-width: 60ch; }
.hero-cta { display: flex; gap: 14px; align-items: center; margin-top: 28px; flex-wrap: wrap; }
.hero-aside { margin-top: 18px; color: var(--dim); font-size: .95rem; }
.btn {
  display: inline-block; cursor: pointer; text-decoration: none; font-family: var(--fd);
  font-weight: 700; font-size: 1.02rem; color: #fff; background: var(--cta);
  padding: 14px 28px; border: none; border-radius: 10px;
  box-shadow: 0 8px 24px rgba(244, 120, 15, .26); transition: background .15s, transform .15s;
}
.btn:hover { background: var(--cta-hover); transform: translateY(-2px); }
.btn.ghost { background: #fff; color: var(--navy); border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(21, 58, 94, .06); }
.btn.ghost:hover { background: var(--bg-soft); color: var(--cta-text); }

/* ---------- stat band ---------- */
.stats { position: relative; margin-top: 48px; background: linear-gradient(180deg, var(--navy-deep), #0b2035); padding: 36px 0; }
/* Thin signal-orange rule where the light hero meets the dark band — a small, deliberate
   accent that reads as "the data starts here". */
.stats::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--cta), rgba(244, 120, 15, 0) 62%); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat strong { display: block; font-family: var(--fd); font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 2.4rem); color: #fff; line-height: 1.1; font-variant-numeric: tabular-nums; }
.stat span { display: block; margin-top: 7px; color: #9db2c9; font-size: .9rem; line-height: 1.45; }
.geo-stats .stat.wide strong { color: #ffb266; }

/* ---------- sections ---------- */
.sec { padding: 58px 0; }
.sec.alt { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stitle { font-size: clamp(1.6rem, 3.6vw, 2.2rem); font-weight: 800; text-align: center; margin-bottom: 14px; text-wrap: balance; }
/* Short signal-orange underline: a consistent, characterful hierarchy cue under every
   section title instead of relying on size alone. */
.stitle::after { content: ""; display: block; width: 46px; height: 3px; border-radius: 2px; background: var(--cta); margin: 16px auto 0; }
.stitle.left { text-align: left; }
.stitle.left::after { margin-left: 0; margin-right: auto; }
.ssub { text-align: center; color: var(--dim); max-width: 68ch; margin: 0 auto 30px; font-size: 1.02rem; }
.ssub.left { text-align: left; margin-left: 0; }
.kicker { font-family: var(--fd); font-weight: 700; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; color: var(--cta-text); margin-bottom: 8px; }

/* ---------- split cards ---------- */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; }
.split-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px;
  box-shadow: 0 1px 2px rgba(21, 58, 94, .05);
}
.split-card.hot { border-color: var(--cta-line); box-shadow: 0 12px 30px rgba(244, 120, 15, .14); }
.split-card h3 { font-size: 1.22rem; font-weight: 700; margin-bottom: 10px; }
.split-card p { margin-bottom: 10px; color: var(--dim); font-size: .96rem; }
.split-card p:last-child { margin-bottom: 0; }
.split-where { font-size: .9rem; border-top: 1px solid var(--line); padding-top: 12px; }
.split-where a { color: var(--cta-text); font-weight: 600; text-decoration: none; }
.split-where a:hover { text-decoration: underline; }

/* ---------- trade cards ---------- */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tradegrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.tradecard {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 28px 26px; text-decoration: none;
  box-shadow: 0 1px 2px rgba(21, 58, 94, .05); transition: box-shadow .18s, transform .18s;
}
.tradecard:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(21, 58, 94, .12); }
.tradecard h3 { font-size: 1.3rem; font-weight: 800; }
.tradenum { font-family: var(--fd); font-weight: 800; font-size: clamp(2.1rem, 5vw, 3rem); color: var(--cta-text); line-height: 1.05; margin-top: 12px; font-variant-numeric: tabular-nums; }
.tradelab { font-weight: 600; color: var(--navy); margin-top: 6px; }
.tradesub { color: var(--dim); font-size: .94rem; margin-top: 12px; }
.tradego { display: inline-block; margin-top: 18px; font-family: var(--fd); font-weight: 700; color: var(--cta-text); }

/* ---------- steps ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; }
.sn { flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--fd); font-weight: 800; display: flex; align-items: center; justify-content: center; }
.steps div { color: var(--dim); }
.steps b { color: var(--navy); font-family: var(--fd); font-weight: 700; }

/* ---------- tables ---------- */
.tbl-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 1px 2px rgba(21, 58, 94, .05); }
.tbl { width: 100%; border-collapse: collapse; min-width: 560px; }
.tbl caption { text-align: left; padding: 16px 18px; font-family: var(--fd); font-weight: 700; color: var(--navy); border-bottom: 1px solid var(--line); }
.tbl thead th { text-align: left; font-family: var(--fd); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; color: var(--dim); background: var(--bg-panel); padding: 11px 18px; }
.tbl tbody th, .tbl tbody td { padding: 13px 18px; border-bottom: 1px solid var(--line); text-align: left; font-variant-numeric: tabular-nums; }
.tbl tbody th { font-weight: 600; color: var(--navy); }
.tbl tbody th a { color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--cta-text); }
.tbl tbody th a:hover { color: var(--cta-text); }
.tbl tbody tr:last-child th, .tbl tbody tr:last-child td { border-bottom: none; }
.tbl b { font-family: var(--fd); font-weight: 800; color: var(--cta-text); }
.cty { display: block; font-weight: 400; font-size: .84rem; color: var(--dim); }
.none { color: #b6c1cd; }
.tbl-note { margin-top: 14px; color: var(--dim); font-size: .93rem; }
.txtlink { color: var(--cta-text); font-weight: 600; text-decoration: none; }
.txtlink:hover { text-decoration: underline; }

/* ---------- zip widget section ---------- */
.zipsec { background: var(--bg-panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.zipwrap { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }

/* ---------- geo cards ---------- */
.geo-two { gap: 20px; }
.geo-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; box-shadow: 0 1px 2px rgba(21, 58, 94, .05); }
.geo-card h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 12px; }
.geo-dl > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.geo-dl > div:last-child { border-bottom: none; }
.geo-dl dt { color: var(--dim); font-size: .94rem; }
.geo-dl dd { font-family: var(--fd); font-weight: 700; font-size: 1.15rem; color: var(--navy); font-variant-numeric: tabular-nums; white-space: nowrap; }
.geo-dl dd.big { font-size: 1.7rem; font-weight: 800; color: var(--cta-text); }
.geo-card .txtlink { display: inline-block; margin-top: 16px; }
.honest { margin-top: 26px; background: var(--cta-soft); border: 1px solid var(--cta-line); border-radius: 14px; padding: 20px 22px; }
.honest p { margin-bottom: 8px; color: #7d4a1a; font-size: .96rem; }
.honest p:last-child { margin-bottom: 0; }
.honest .kicker { color: #9a5312; }

/* ---------- markets index ---------- */
.mgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.mcard {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px 20px;
  text-decoration: none; box-shadow: 0 1px 2px rgba(21, 58, 94, .05); transition: box-shadow .18s, transform .18s;
}
.mcard:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(21, 58, 94, .12); }
.mcard h3 { font-size: 1.1rem; font-weight: 700; }
.mcty { color: var(--dim); font-size: .86rem; margin-top: 2px; }
.mbits { list-style: none; margin: 14px 0 0; display: grid; gap: 6px; }
.mbits li { font-size: .93rem; color: var(--dim); }
.mbits b { font-family: var(--fd); font-weight: 800; color: var(--cta-text); font-variant-numeric: tabular-nums; }
.mcard .tradego { margin-top: 14px; font-size: .93rem; }

/* ---------- record example ---------- */
.rec { border: 1px solid var(--line); border-radius: 14px; background: #fff; max-width: 760px; margin: 0 auto 22px; overflow: hidden; box-shadow: 0 1px 2px rgba(21, 58, 94, .05); }
.rec-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.rec-row:last-child { border-bottom: none; }
.rec-row span { color: var(--dim); font-size: .94rem; }
.rec-row b { color: var(--navy); font-family: var(--fd); font-weight: 600; text-align: right; }

/* ---------- roadmap ---------- */
.road { list-style: none; display: grid; gap: 14px; max-width: 900px; margin: 0 auto; }
.road li { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; box-shadow: 0 1px 2px rgba(21, 58, 94, .05); }
.road div { color: var(--dim); font-size: .97rem; }
.rs { flex: none; font-family: var(--fd); font-weight: 700; font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; padding: 5px 12px; border-radius: 99px; color: #fff; margin-top: 2px; }
.rs.done { background: var(--green); }
.rs.now { background: var(--cta); }
.rs.next { background: #8496a8; }
.road b { color: var(--navy); font-family: var(--fd); font-weight: 700; }

/* ---------- pricing ---------- */
.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 16px; align-items: stretch; }
/* Two-plan pricing: the free-trial card and the $99 Starter card as two equal, equal-height
   columns (the visual focus), width-capped and centered. The "beats shared leads" comparison sits
   in its own strip below. Stacks on narrow screens (see responsive block). */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; max-width: 760px; margin: 0 auto; }
/* Both plan cards embed an email form (trial left, buy right). Flatten the form's card chrome so it
   doesn't read as a card inside a card, and pin it to the bottom so both plan CTAs line up at equal
   height. .claim-fine inside a plan is the small line under the button. */
.plans .claim-form { background: transparent; border: 0; box-shadow: none; padding: 0; margin-top: auto; gap: 10px; }
.plans .tier ul { margin-bottom: 16px; }
.tier { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px; display: flex; flex-direction: column; box-shadow: 0 1px 2px rgba(21, 58, 94, .05); }
.tier.hot { border-color: var(--cta); box-shadow: 0 12px 30px rgba(244, 120, 15, .14); }
.pop { position: absolute; top: -11px; left: 20px; background: var(--cta); color: #fff; font-family: var(--fd); font-weight: 700; font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; padding: 4px 11px; border-radius: 99px; }
.tn { font-family: var(--fd); font-weight: 700; font-size: 1.08rem; color: var(--navy); }
.tp { font-family: var(--fd); font-weight: 800; font-size: 2rem; color: var(--navy); line-height: 1; margin-top: 10px; }
.tper { color: var(--dim); font-size: .82rem; margin: 3px 0 16px; }
.tier ul { list-style: none; display: grid; gap: 9px; margin-bottom: 20px; flex: 1; }
.tier li { font-size: .92rem; padding-left: 22px; position: relative; color: var(--text); }
.tier li:before { content: "✓"; position: absolute; left: 0; color: var(--cta-text); font-weight: 800; }
.pricenote { color: var(--dim); font-size: .9rem; text-align: center; max-width: 74ch; margin: 28px auto 0; }

/* ---------- CTA band ---------- */
.band-sec { padding: 40px 0; }
.band { background: var(--navy); border-radius: 18px; padding: 28px 32px; display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.band h2 { color: #fff; font-size: 1.4rem; font-weight: 800; margin-bottom: 6px; }
.band p { color: #cddaea; max-width: 62ch; font-size: .97rem; }

/* ---------- claim form ---------- */
.claim { background: var(--bg-soft); border-top: 1px solid var(--line); }
.claim-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.claim-copy h2 { font-size: clamp(1.6rem, 3.6vw, 2.2rem); font-weight: 800; margin-bottom: 14px; }
.claim-copy p { color: var(--dim); }
.ticks { list-style: none; margin-top: 18px; display: grid; gap: 9px; }
.ticks li { padding-left: 26px; position: relative; color: var(--text); }
.ticks li:before { content: "✓"; position: absolute; left: 0; color: var(--cta-text); font-weight: 800; }
.claim-form {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px;
  display: grid; gap: 14px; box-shadow: 0 12px 30px rgba(21, 58, 94, .08);
}
.claim-form label { display: grid; gap: 6px; font-family: var(--fd); font-weight: 600; font-size: .88rem; color: var(--navy); }
.claim-form input, .claim-form select {
  font: inherit; font-family: var(--fb); font-weight: 400; font-size: 1rem; color: var(--text);
  padding: 12px 13px; border: 1px solid #cdd8e6; border-radius: 10px; background: #fff;
}
.claim-form input:focus, .claim-form select:focus { outline: 2px solid var(--cta); outline-offset: 1px; border-color: var(--cta); }
.claim-form button {
  font-family: var(--fd); font-weight: 700; font-size: 1.02rem; color: #fff; background: var(--cta);
  border: none; border-radius: 10px; padding: 14px 20px; cursor: pointer;
  box-shadow: 0 8px 24px rgba(244, 120, 15, .26); transition: background .15s;
}
.claim-form button:hover { background: var(--cta-hover); }
.claim-form button:disabled { opacity: .6; cursor: progress; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.claim-msg { min-height: 1.2em; font-size: .9rem; margin: 0; color: var(--dim); }
.claim-msg.err { color: #b4472b; font-weight: 600; }
.claim-fine { font-size: .82rem; color: var(--dim); margin: 0; }
.claim-done h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 10px; }
.claim-done p { color: var(--dim); margin-bottom: 8px; }
.claim-done p:last-child { margin-bottom: 0; }
/* The trial key returned on success — monospace, easy to copy, visually distinct. */
.trial-lead-line { font-family: var(--fd); font-weight: 700; color: var(--navy); margin-bottom: 4px !important; }
.trial-key {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 1.05rem;
  font-weight: 600; color: var(--navy); background: var(--cta-soft); border: 1px solid var(--cta-line);
  border-radius: 8px; padding: 10px 14px; word-break: break-all; user-select: all;
}

/* ---------- footer ---------- */
.ftr { background: var(--navy-deep); color: #c8d6e6; padding: 38px 0; }
.ftr-logo { display: block; height: 36px; width: auto; margin-bottom: 20px; }
.ftr-lead { color: #d6e2ef; max-width: 74ch; }
.ftr b { color: #fff; font-family: var(--fd); font-weight: 800; }
.ftr-nav { display: flex; flex-wrap: wrap; gap: 20px; margin: 22px 0; }
.ftr-nav a { font-family: var(--fd); font-weight: 600; font-size: .93rem; color: #b7c8db; text-decoration: none; padding: 6px 0; }
.ftr-nav a:hover { color: var(--cta); }
.fine { font-size: .82rem; line-height: 1.65; color: #8ba2bd; max-width: 92ch; border-top: 1px solid #1d3a57; padding-top: 18px; }

/* ==========================================================================
   Florida-first redesign (2026-08) — additive components + motion.
   Everything below stays inside the existing token system (navy #153a5e /
   orange #f4780f, Plus Jakarta Sans + Public Sans); it modernizes hierarchy,
   depth and motion without introducing a second design language.
   ========================================================================== */

/* ---------- beta / launch-market signal ---------- */
.beta {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--fd);
  font-weight: 700; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase;
  color: #9a5312; background: var(--cta-soft); border: 1px solid var(--cta-line);
  padding: 6px 13px; border-radius: 99px;
}
.beta-dot, .banner-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--cta); flex: none;
  box-shadow: 0 0 0 0 rgba(244, 120, 15, .5); animation: psPulse 2.4s ease-out infinite;
}
.banner-dot { display: inline-block; vertical-align: middle; margin-right: 8px; width: 7px; height: 7px; }
.hero-flags { margin-bottom: 18px; }
@keyframes psPulse {
  0% { box-shadow: 0 0 0 0 rgba(244, 120, 15, .45); }
  70% { box-shadow: 0 0 0 8px rgba(244, 120, 15, 0); }
  100% { box-shadow: 0 0 0 0 rgba(244, 120, 15, 0); }
}

/* ---------- honest note inside a hero (roofing territory-watch) ---------- */
.hero-honest { max-width: 62ch; margin-top: 24px; }

/* ---------- three-up geo cards (HVAC · plumbing · roofing) ---------- */
.geo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }

/* ---------- purposeful motion: one orchestrated hero entrance ----------
   A single staggered rise on the hero's own children — the high-impact moment — rather than
   scattered micro-transitions. Fully disabled under reduced-motion. */
@keyframes psRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.hero > .wrap > * { animation: psRise .6s cubic-bezier(.2, .7, .2, 1) both; }
.hero > .wrap > *:nth-child(1) { animation-delay: .03s; }
.hero > .wrap > *:nth-child(2) { animation-delay: .09s; }
.hero > .wrap > *:nth-child(3) { animation-delay: .15s; }
.hero > .wrap > *:nth-child(4) { animation-delay: .21s; }
.hero > .wrap > *:nth-child(5) { animation-delay: .27s; }
.hero > .wrap > *:nth-child(6) { animation-delay: .33s; }
@media (prefers-reduced-motion: reduce) {
  .hero > .wrap > * { animation: none; }
  .beta-dot, .banner-dot { animation: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .stats-row { grid-template-columns: 1fr 1fr; gap: 22px; }
  .zipwrap, .claim-wrap, .two, .plans { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .stats-row { grid-template-columns: 1fr; }
  .hdr-nav { gap: 14px; }
  .hdr-nav a { font-size: .9rem; }
  .btn { display: block; text-align: center; width: 100%; }
  .hero-cta { gap: 12px; }
  .band { flex-direction: column; align-items: flex-start; }
  .rec-row { flex-direction: column; gap: 4px; }
  .rec-row b { text-align: left; }
}
