/* ============================================================
   HOME SERVICE BUNDLES — styles.css
   Palette: deep navy ink, signal blue, volt green, cool haze
   Type:    Archivo (display, width-variable) + Inter (body)
            + JetBrains Mono (data/labels, used sparingly)
   ============================================================ */

:root {
  --ink:        #0B1622;
  --ink-2:      #1D2C3C;
  --slate:      #5A6B7D;
  --paper:      #FFFFFF;
  --haze:       #EEF3F8;
  --line:       #D9E2EC;
  --signal:     #1B4DE4;
  --signal-deep:#0F35A8;
  --volt:       #00B884;

  --shadow-sm: 0 1px 2px rgba(11,22,34,.06), 0 2px 8px rgba(11,22,34,.05);
  --shadow-md: 0 4px 12px rgba(11,22,34,.07), 0 12px 32px rgba(11,22,34,.08);
  --shadow-lg: 0 8px 24px rgba(11,22,34,.09), 0 24px 64px rgba(11,22,34,.12);

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;

  --wrap: 1140px;
  --gut: 24px;

  --ff-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ff-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: var(--signal); }

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 2px;
  border-radius: 4px;
}

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; }

/* ---------- type ---------- */
h1, h2, h3, .display {
  font-family: var(--ff-display);
  font-variation-settings: "wdth" 105;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.022em;
  margin: 0;
  font-weight: 800;
}
h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.2rem; letter-spacing: -0.012em; font-weight: 700; }
p { margin: 0 0 1em; }
.lede { font-size: clamp(1.05rem, 1.7vw, 1.22rem); color: var(--slate); max-width: 56ch; }

.eyebrow {
  font-family: var(--ff-mono);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--signal);
  margin: 0 0 14px;
  display: block;
  font-weight: 500;
}
.eyebrow--muted { color: var(--slate); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.005em;
  padding: 16px 26px;
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease, color .16s ease;
  line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--call { background: var(--volt); color: #04211A; box-shadow: 0 6px 18px rgba(0,184,132,.32); }
.btn--call:hover { background: #00a577; }

.btn--primary { background: var(--signal); color: #fff; box-shadow: 0 6px 18px rgba(27,77,228,.3); }
.btn--primary:hover { background: var(--signal-deep); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); background: var(--haze); }

.btn--wide { width: 100%; }
.btn--sm { padding: 11px 18px; font-size: .92rem; }

/* ---------- header ---------- */
.masthead {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.masthead.is-stuck { border-bottom-color: var(--line); box-shadow: 0 2px 12px rgba(11,22,34,.05); }
.masthead__inner { display: flex; align-items: center; gap: 20px; height: 74px; }

.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.logo__mark { width: 32px; height: 32px; flex: none; }
.logo__text {
  font-family: var(--ff-display); font-weight: 800; font-size: 1.06rem;
  color: var(--ink); letter-spacing: -0.02em; line-height: 1.05;
}
.logo__text span { display: block; font-size: .64rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--slate); font-weight: 600; font-family: var(--ff-body); }

.nav { display: flex; gap: 26px; align-items: center; }
.nav a {
  color: var(--ink-2); text-decoration: none; font-size: .94rem; font-weight: 500;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--signal); border-bottom-color: var(--signal); }

.masthead__call { display: flex; align-items: center; gap: 14px; }
.masthead__hours { font-size: .74rem; color: var(--slate); text-align: right; line-height: 1.25; }
.masthead__hours strong { display: block; color: var(--ink); font-size: .8rem; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--paper); padding: 64px 0 72px; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(760px 420px at 88% -12%, rgba(27,77,228,.10), transparent 62%),
    radial-gradient(560px 380px at 6% 108%, rgba(0,184,132,.09), transparent 60%);
  pointer-events: none;
}
.hero__grid {
  position: relative; display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
}
.hero h1 { margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--signal); }


/* ---------- SIGNATURE: bundle builder ---------- */

.chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 22px; }
.chip {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  padding: 18px 8px 14px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  background: var(--paper);
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
  text-align: center;
}
.chip:hover { border-color: #A9BBCE; transform: translateY(-2px); }
.chip__label {
  font-family: var(--ff-display); font-weight: 700; font-size: .95rem;
  color: var(--ink); letter-spacing: -0.01em;
}
.chip__icon { color: var(--slate); transition: color .18s ease; }
.chip__tick {
  position: absolute; top: 9px; right: 9px; width: 18px; height: 18px;
  border-radius: 50%; background: var(--line);
  display: grid; place-items: center;
  transition: background-color .18s ease, transform .2s ease;
}
.chip__tick svg { opacity: 0; transition: opacity .18s ease; width: 10px; height: 10px; }

.chip[aria-pressed="true"] {
  border-color: var(--signal);
  background: #F4F7FF;
  box-shadow: 0 0 0 3px rgba(27,77,228,.10);
}
.chip[aria-pressed="true"] .chip__icon { color: var(--signal); }
.chip[aria-pressed="true"] .chip__tick { background: var(--signal); transform: scale(1.08); }
.chip[aria-pressed="true"] .chip__tick svg { opacity: 1; }

.bars { display: flex; align-items: flex-end; gap: 3px; height: 20px; flex: none; }
.bars i {
  display: block; width: 4px; border-radius: 2px; background: var(--line);
  transition: background-color .3s ease, height .3s cubic-bezier(.2,.8,.3,1);
}
.bars i:nth-child(1) { height: 6px; }
.bars i:nth-child(2) { height: 11px; }
.bars i:nth-child(3) { height: 16px; }
.bars i:nth-child(4) { height: 20px; }
.bars i.on { background: var(--volt); }


/* ---------- trust strip ---------- */
.strip { border-block: 1px solid var(--line); background: var(--haze); padding: 22px 0; }
.strip__inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 30px; }
.strip__label {
  font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--slate);
}
.strip__names { display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center; }
.strip__names span {
  font-family: var(--ff-display); font-weight: 700; font-size: 1rem;
  color: var(--ink); opacity: .62; letter-spacing: -0.01em;
}

/* ---------- generic section ---------- */
.section { padding: 84px 0; }
.section--haze { background: var(--haze); }
.section--ink { background: var(--ink); color: #C7D3E0; }
.section--ink h2, .section--ink h3 { color: #fff; }
.section__head { max-width: 62ch; margin-bottom: 44px; }
.section__head p { color: var(--slate); font-size: 1.06rem; margin-top: 14px; }
.section--ink .section__head p { color: #96A7B9; }

/* ---------- service cards ---------- */

/* ---------- steps (a real sequence, so numbered) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; counter-reset: step; }
.step { position: relative; padding-top: 26px; border-top: 2px solid rgba(255,255,255,.16); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--ff-mono); font-size: .82rem; color: var(--volt);
  position: absolute; top: -11px; left: 0; background: var(--ink); padding-right: 12px;
}
.step h3 { font-size: 1.14rem; margin-bottom: 9px; }
.step p { color: #96A7B9; font-size: .96rem; margin: 0; }

/* ---------- call band ---------- */
.band { background: var(--signal); color: #fff; padding: 56px 0; }
.band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.band h2 { color: #fff; max-width: 20ch; }
.band p { color: #D6E0FF; margin: 12px 0 0; max-width: 46ch; font-size: 1rem; }
.band__num {
  font-family: var(--ff-display); font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  color: #fff; text-decoration: none; display: block; letter-spacing: -0.02em;
}
.band__num:hover { text-decoration: underline; }
.band__aside { text-align: right; }
.band__aside .btn { margin-top: 14px; }

/* ---------- form ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.form-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px; box-shadow: var(--shadow-md);
}
.field { margin-bottom: 16px; }
.field label {
  display: block; font-size: .82rem; font-weight: 600; color: var(--ink);
  margin-bottom: 7px; letter-spacing: .01em;
}
.field input, .field select, .field textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  padding: 13px 15px; font-size: 1rem; background: var(--paper);
  transition: border-color .16s ease, box-shadow .16s ease;
}
.field textarea { min-height: 92px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--signal); box-shadow: 0 0 0 4px rgba(27,77,228,.12);
}
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #D0342C; }
.field__err { display: none; color: #D0342C; font-size: .8rem; margin-top: 6px; }
.field.has-err .field__err { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.consent {
  background: var(--haze); border-radius: var(--r-sm); padding: 15px;
  font-size: .74rem; line-height: 1.55; color: var(--slate); margin: 18px 0 20px;
  max-height: 168px; overflow-y: auto;
}
.consent a { color: var(--signal); }
.form-note { font-size: .78rem; color: var(--slate); text-align: center; margin: 14px 0 0; }

.form-aside ul { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 18px; }
.form-aside li { display: flex; gap: 13px; align-items: flex-start; }
.form-aside li svg { flex: none; margin-top: 3px; color: var(--volt); }
.form-aside li strong { display: block; color: var(--ink); font-size: 1rem; margin-bottom: 3px; font-weight: 600; }
.form-aside li span { font-size: .92rem; color: var(--slate); }

.thanks { text-align: center; padding: 26px 8px; }
.thanks__mark {
  width: 60px; height: 60px; border-radius: 50%; background: #E4F8F1; color: var(--volt);
  display: grid; place-items: center; margin: 0 auto 18px;
}
.thanks h3 { font-size: 1.5rem; margin-bottom: 10px; }
.thanks p { color: var(--slate); max-width: 40ch; margin-inline: auto; }
[hidden] { display: none !important; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin-inline: auto; }
.faq details {
  border-bottom: 1px solid var(--line); padding: 20px 0;
}
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
  gap: 20px; align-items: flex-start;
  font-family: var(--ff-display); font-weight: 700; font-size: 1.06rem; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--ff-mono); font-size: 1.3rem; color: var(--signal);
  line-height: 1; flex: none; transition: transform .2s ease;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 12px 0 0; color: var(--slate); font-size: .97rem; max-width: 68ch; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: #8FA0B3; padding: 60px 0 96px; font-size: .88rem; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer .logo__text { color: #fff; }
.footer .logo__text span { color: #7C8DA1; }
.footer h4 {
  font-family: var(--ff-display); font-size: .82rem; text-transform: uppercase;
  letter-spacing: .1em; color: #fff; margin: 0 0 16px; font-weight: 700;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a { color: #8FA0B3; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__disclosure {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 26px;
  font-size: .78rem; line-height: 1.65; color: #74869A;
}
.footer__disclosure p { margin-bottom: .9em; }
.footer__disclosure p:last-child { margin-bottom: 0; }

/* ---------- sticky mobile call bar ---------- */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  background: var(--ink); padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  display: none; gap: 10px; align-items: center;
  box-shadow: 0 -6px 24px rgba(11,22,34,.22);
  transform: translateY(110%); transition: transform .3s cubic-bezier(.2,.8,.3,1);
}
.callbar.is-up { transform: translateY(0); }
.callbar .btn { flex: 1; padding: 14px 16px; }
.callbar__meta { flex: 1; min-width: 0; color: #9FB0C2; font-size: .7rem; line-height: 1.3; }
.callbar__meta strong { display: block; color: #fff; font-size: .95rem; font-family: var(--ff-display); }

/* ---------- legal pages ---------- */
.legal { padding: 64px 0 88px; }
.legal__inner { max-width: 760px; margin-inline: auto; }
.legal h1 { font-size: clamp(2rem, 4.4vw, 2.9rem); margin-bottom: 10px; }
.legal__updated { font-family: var(--ff-mono); font-size: .78rem; color: var(--slate); margin-bottom: 38px; }
.legal h2 { font-size: 1.3rem; margin: 40px 0 14px; }
.legal h3 { font-size: 1.05rem; margin: 26px 0 10px; }
.legal p, .legal li { color: var(--ink-2); font-size: .98rem; }
.legal ul, .legal ol { padding-left: 22px; margin: 0 0 1em; }
.legal li { margin-bottom: 8px; }
.legal__toc {
  background: var(--haze); border-radius: var(--r-md); padding: 22px 26px; margin-bottom: 34px;
}
.legal__toc ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.legal__toc a { font-size: .93rem; }

/* ---------- entrance motion ---------- */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.3,1); }
.reveal-d1.is-in { transition-delay: .08s; }
.reveal-d2.is-in { transition-delay: .16s; }
.reveal-d3.is-in { transition-delay: .24s; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 38px; }
  .form-grid { grid-template-columns: 1fr; gap: 34px; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .hero { padding: 40px 0 52px; }
  .masthead__call { display: none; }
  .masthead__inner { height: 62px; }
  .callbar { display: flex; }
  .chips { gap: 8px; }
  .chip { padding: 14px 4px 12px; }
  .chip__label { font-size: .82rem; }
  .band__inner { flex-direction: column; align-items: flex-start; }
  .band__aside { text-align: left; }
  .form-card { padding: 22px 18px; }
  .field-row { grid-template-columns: 1fr; }
  .footer { padding-bottom: 110px; }
  .footer__top { grid-template-columns: 1fr; gap: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   HERO CALL CARD — price anchor + primary click-to-call
   ============================================================ */
.callcard {
  margin-top: 30px;
  background: var(--ink);
  border-radius: var(--r-lg);
  padding: 26px 26px 22px;
  box-shadow: var(--shadow-lg);
  max-width: 30rem;
  position: relative;
  overflow: hidden;
}
.callcard::after {
  content: ""; position: absolute; right: -70px; top: -70px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(27,77,228,.42), transparent 68%);
  pointer-events: none;
}
.callcard__eyebrow {
  position: relative;
  font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .16em;
  text-transform: uppercase; color: #8FA0B3; display: block; margin-bottom: 4px;
}
.callcard__price { position: relative; margin: 0 0 18px; display: flex; align-items: baseline; gap: 8px; }
.callcard__amt {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(3.4rem, 8.5vw, 4.6rem);
  color: #fff; letter-spacing: -0.045em; line-height: .92;
}
.callcard__per { font-family: var(--ff-mono); font-size: 1.05rem; color: #A9BBCE; }
.callcard__per a { color: var(--volt); text-decoration: none; padding-left: 1px; }
.callcard__hours {
  position: relative; display: block; text-align: center;
  font-size: .82rem; color: #9FB0C2; margin-top: 12px;
}
.callcard__fine {
  position: relative; display: block; text-align: center;
  font-size: .72rem; color: #74869A; margin-top: 6px;
}
.callcard__fine a { color: #9FB0C2; }

.btn--xl { padding: 20px 28px; font-size: 1.16rem; }

/* ============================================================
   FUNNEL — 3 questions, no PII, ends on a call CTA
   ============================================================ */
.funnel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 26px;
  position: relative;
}
.funnel__head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; margin-bottom: 18px;
}
.funnel__step {
  font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--slate);
}
.funnel__dots { display: flex; gap: 6px; }
.funnel__dots i {
  display: block; width: 22px; height: 4px; border-radius: 2px;
  background: var(--line); transition: background-color .25s ease;
}
.funnel__dots i.on { background: var(--signal); }

.funnel__panel { display: none; }
.funnel__panel.is-active { display: block; animation: panelIn .32s cubic-bezier(.2,.8,.3,1); }
@keyframes panelIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }

.funnel__q { font-size: 1.36rem; margin-bottom: 6px; }
.funnel__hint { font-size: .9rem; color: var(--slate); margin-bottom: 18px; }

.funnel__readout {
  display: flex; align-items: center; gap: 10px;
  background: var(--haze); border-radius: var(--r-md);
  padding: 12px 15px; margin: 18px 0; font-size: .92rem; color: var(--ink-2);
  min-height: 48px;
}
.funnel__readout strong { color: var(--ink); font-weight: 600; }

.funnel__zip {
  width: 100%; border: 1.5px solid var(--line); border-radius: var(--r-md);
  padding: 18px 20px; font-family: var(--ff-mono);
  font-size: 1.6rem; letter-spacing: .3em; text-align: center;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.funnel__zip:focus { outline: none; border-color: var(--signal); box-shadow: 0 0 0 4px rgba(27,77,228,.12); }
.funnel__err { color: #D0342C; font-size: .84rem; margin: 10px 0 0; text-align: center; }

.funnel__nav { display: flex; gap: 10px; margin-top: 20px; }
.funnel__nav .btn { flex: 1; }
.funnel__nav .btn--ghost { flex: 0 0 auto; }

.opts { display: grid; gap: 9px; }
.opt {
  text-align: left; width: 100%;
  border: 1.5px solid var(--line); border-radius: var(--r-md);
  background: var(--paper); padding: 15px 18px; cursor: pointer;
  font-family: var(--ff-body); font-size: .97rem; font-weight: 500; color: var(--ink);
  transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.opt::after {
  content: "→"; color: var(--signal); font-size: 1.05rem; opacity: 0;
  transform: translateX(-6px); transition: opacity .16s ease, transform .16s ease;
}
.opt:hover { border-color: var(--signal); background: #F4F7FF; transform: translateX(3px); }
.opt:hover::after { opacity: 1; transform: none; }

.funnel__result { text-align: center; }
.funnel__result .funnel__q { font-size: 1.42rem; }
.funnel__result .funnel__hint { margin-bottom: 16px; }
.funnel__mark {
  width: 54px; height: 54px; border-radius: 50%; background: #E4F8F1; color: var(--volt);
  display: grid; place-items: center; margin: 2px auto 16px;
}
.recap { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 7px; text-align: left; }
.recap li {
  display: flex; justify-content: space-between; gap: 14px;
  background: var(--haze); border-radius: var(--r-sm); padding: 10px 14px; font-size: .88rem;
}
.recap li span:first-child {
  font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--slate); padding-top: 2px;
}
.recap li span:last-child { color: var(--ink); font-weight: 600; text-align: right; }

.funnel__alt { font-size: .88rem; color: var(--slate); margin: 14px 0 0; }
.funnel__restart {
  background: none; border: none; cursor: pointer; margin-top: 12px;
  font-size: .8rem; color: var(--slate); text-decoration: underline; padding: 4px;
}
.funnel__restart:hover { color: var(--ink); }


.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* ============================================================
   EDUCATION SECTIONS
   ============================================================ */
.tech { display: grid; gap: 0; }
.tech__row {
  display: grid; grid-template-columns: 250px 1fr; gap: 32px;
  padding: 28px 0; border-top: 1px solid var(--line);
}
.tech__row:last-child { border-bottom: 1px solid var(--line); }
.tech__name { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.tech__name h3 { font-size: 1.35rem; }
.tech__tag {
  font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--slate);
  border: 1px solid var(--line); border-radius: var(--r-pill); padding: 4px 10px;
}
.tech__tag--best { color: var(--volt); border-color: rgba(0,184,132,.42); background: #F0FBF7; }
.tech__tag--warn { color: #9A6B12; border-color: #EBD9AF; background: #FDF7E8; }
.tech__body p { margin-bottom: 10px; color: var(--slate); }
.tech__body p:last-child { margin-bottom: 0; }
.tech__meta { font-size: .88rem; color: var(--ink-2) !important; }
.tech__meta strong { color: var(--ink); font-weight: 600; }

.speed { display: grid; gap: 12px; max-width: 780px; }
.speed__row {
  display: grid; grid-template-columns: 128px 1fr; gap: 24px; align-items: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 18px 22px;
}
.speed__row .speed__n {
  font-family: var(--ff-display); font-weight: 800; font-size: 2.1rem;
  color: var(--signal); letter-spacing: -0.03em; line-height: 1;
  display: flex; align-items: baseline; gap: 5px;
}
.speed__row .speed__n small { font-family: var(--ff-mono); font-size: .68rem; color: var(--slate); font-weight: 400; letter-spacing: 0; }
.speed__row strong { display: block; color: var(--ink); font-size: 1rem; margin-bottom: 3px; font-weight: 600; }
.speed__row > div > span { font-size: .92rem; color: var(--slate); }
.speed__note {
  max-width: 780px; margin: 22px 0 0; font-size: .92rem; color: var(--slate);
  border-left: 3px solid var(--volt); padding-left: 16px;
}

.checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 32px; }
.check { border-top: 2px solid rgba(255,255,255,.16); padding-top: 20px; }
.check h3 { font-size: 1.06rem; margin-bottom: 9px; }
.check p { color: #96A7B9; font-size: .94rem; margin: 0; }

.steps--light .step { border-top-color: var(--line); }
.steps--light .step::before { background: var(--paper); color: var(--signal); }
.steps--light .step h3 { color: var(--ink); }
.steps--light .step p { color: var(--slate); }

.assure {
  list-style: none; padding: 34px 0 0; margin: 44px 0 0;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 30px;
}
.assure li { display: flex; gap: 11px; align-items: flex-start; font-size: .95rem; color: var(--ink-2); }
.assure li svg { flex: none; margin-top: 3px; }

/* ---------- responsive additions ---------- */
@media (max-width: 980px) {
  .checks { grid-template-columns: 1fr 1fr; }
  .assure { grid-template-columns: 1fr; gap: 14px; }
  .tech__row { grid-template-columns: 1fr; gap: 14px; }
  .tech__name { flex-direction: row; align-items: center; gap: 12px; }
}

@media (max-width: 720px) {
  .callcard { padding: 22px 20px 18px; margin-top: 24px; }
  .funnel { padding: 22px 18px; }
  .funnel__q { font-size: 1.2rem; }
  .checks { grid-template-columns: 1fr; gap: 22px; }
  .speed__row { grid-template-columns: 96px 1fr; gap: 16px; padding: 16px 18px; }
  .speed__row .speed__n { font-size: 1.75rem; }
  .funnel__zip { font-size: 1.35rem; letter-spacing: .22em; }
}

/* legal tables */
.ltable {
  width: 100%; border-collapse: collapse; margin: 20px 0 24px; font-size: .89rem;
  display: block; overflow-x: auto;
}
.ltable th, .ltable td {
  border: 1px solid var(--line); padding: 11px 13px; text-align: left; vertical-align: top;
}
.ltable th {
  background: var(--haze); font-family: var(--ff-display); font-weight: 700;
  font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink);
  white-space: nowrap;
}
.ltable td:first-child { font-weight: 600; color: var(--ink); white-space: nowrap; }
.legal blockquote { font-size: .95rem; }

/* disabled state for the funnel's Continue button */
.btn:disabled { opacity: .42; cursor: not-allowed; transform: none; box-shadow: none; }
.btn:disabled:hover { transform: none; }
