/* ───────────────────────────────────────────────────────────
   Adsbot Lens — Home (editorial redesign)
   Reuses lens/lens.css tokens + landing.css chrome (nav/btn/footer/.cta).
   All section layouts are unique to this page.
   ─────────────────────────────────────────────────────────── */

/* Larger nav logo on Home */
.nav-inner .brand-logo { height: 44px; }

/* Larger eyebrow labels across the Home page */
.hm-hero .eyebrow,
.hm-does .kicker,
.hm-seen .kicker,
.hm-persona-copy .kicker,
#track .kicker,
.hm-band-tag { font-size: 14px; }
.hm-band-tag { font-size: 13.5px; }

/* ── HERO — asymmetric, copy left / oversized stat right ── */
.hm-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 96px;
}
.hm-hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(48% 60% at 88% 8%, rgba(70,163,170,.12), transparent 64%),
    linear-gradient(180deg, var(--teal-soft) 0%, var(--bg) 38%);
}
.hm-hero-inner {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 72px;
}
.hm-hero-copy { max-width: 600px; }
.hm-hero-copy .eyebrow {
  background: var(--teal-500);
  border-color: var(--teal-500);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 8px 15px 8px 12px;
  box-shadow: var(--shadow-teal);
}
.hm-hero-copy .eyebrow .dot {
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.28);
}
.hm-hero-copy .eyebrow .eyebrow-ico {
  width: 1.05em; height: 1.05em; flex-shrink: 0; color: #fff; display: block;
}
.hm-hero-copy .eyebrow { margin-bottom: 26px; }
.hm-headline {
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--fg-strong);
  margin: 0;
}
.hm-headline em { font-style: normal; color: var(--teal-600); }
.hm-hero-sub {
  margin: 26px 0 0;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
  color: var(--fg-muted);
  max-width: 520px;
}
.hm-hero-sub b { color: var(--fg); font-weight: 600; }
.hm-hero-cta { display: flex; gap: 14px; align-items: center; margin-top: 36px; flex-wrap: wrap; }
.hm-hero-cta .btn { padding: 14px 24px; font-size: 15px; }
.hm-hero-note { margin-top: 20px; font-size: 13px; color: var(--fg-subtle); }

/* big stat composition (right) */
.hm-hero-shot {
  position: relative;
}
.hm-hero-shot img {
  display: block;
  width: 118%;
  max-width: none;
  height: auto;
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  box-shadow: 0 2px 6px rgba(28,26,26,.06), 0 40px 80px -28px rgba(28,26,26,.36);
  transform: translateY(-6px);
}
@media (max-width: 920px) {
  .hm-hero-shot img { width: 100%; }
}
.hm-stat {
  position: relative;
  border-left: 1px solid var(--border);
  padding-left: clamp(28px, 4vw, 56px);
}
.hm-fig-block { display: flex; align-items: baseline; gap: 20px; }
.hm-fig {
  font-size: clamp(96px, 13vw, 172px);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.06em;
  color: var(--teal-500);
  font-variant-numeric: tabular-nums;
}
.hm-fig-cap {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--fg-strong);
  line-height: 1.2;
  max-width: 150px;
  padding-bottom: 10px;
}
.hm-fig-cap span { display: block; font-weight: 500; color: var(--fg-subtle); font-size: 13.5px; margin-top: 4px; }

.hm-models { display: flex; flex-direction: column; gap: 11px; margin: 30px 0; }
.hm-model {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; font-weight: 600; color: var(--fg);
}
.hm-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.hm-model .hm-model-tag { margin-left: auto; font-size: 12px; font-weight: 600; color: var(--fg-faint); }

.hm-models-extra { display: flex; flex-direction: column; gap: 11px; }
.hm-models-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  align-self: flex-start;
  margin-top: 2px;
  padding: 0;
  background: none; border: none; cursor: pointer;
  font-family: inherit;
  font-size: 13px; font-weight: 600;
  color: var(--teal-600);
}
.hm-models-toggle:hover { color: var(--teal-700); }
.hm-models-toggle svg { transition: transform .25s ease; }
.hm-models-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.hm-rule { height: 1px; background: var(--border); margin: 4px 0 30px; }

.hm-stat-link {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 22px;
  font-size: 14px; font-weight: 600;
  color: var(--teal-600);
  text-decoration: none;
}
.hm-stat-link:hover { color: var(--teal-700); }
.hm-stat-link svg { transition: transform .2s ease; }
.hm-stat-link:hover svg { transform: translateX(3px); }

/* ── PROBLEM — full-width editorial pull quote ── */
.hm-problem { padding: 96px 0; border-top: 1px solid var(--hairline); }
.hm-quote {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.hm-quote-mark {
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 800;
  line-height: 0.6;
  color: var(--teal-200);
  letter-spacing: -0.04em;
  display: block;
  margin-bottom: -8px;
  user-select: none;
}
.hm-quote p {
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: var(--fg-strong);
  margin: 0;
  text-wrap: balance;
}
.hm-quote em {
  font-style: normal;
  color: var(--teal-600);
}
.hm-quote .muted { color: var(--fg-faint); }

/* ── WHAT IT DOES — oversized numbered stack ── */
.hm-does { padding: 8px 0 96px; }
.hm-does-lead {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  margin-bottom: 16px;
}
.hm-does-lead .kicker { margin-bottom: 14px; display: block; }
.hm-does-lead h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.08;
  color: var(--fg-strong); margin: 0; max-width: 600px;
}
.hm-stack { border-top: 1px solid var(--border); }
.hm-stack-more {
  position: relative;
  overflow: hidden;
  margin-top: 36px;
  padding: clamp(28px, 4vw, 40px) clamp(28px, 4vw, 48px);
  background:
    radial-gradient(120% 140% at 100% 50%, rgba(70,163,170,.10), transparent 60%),
    var(--teal-soft);
  border: 1px solid var(--teal-200);
  border-radius: var(--r-xl);
}
.hm-stack-more::before {
  content: none;
}
.hm-more-rings {
  position: absolute; right: -28px; top: 50%; transform: translateY(-50%);
  width: 240px; height: 240px; color: var(--teal-400); opacity: .26;
  pointer-events: none;
}
.hm-more-rings svg { width: 100%; height: 100%; display: block; }
.hm-more-inner {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.hm-stack-more p {
  font-size: clamp(18px, 1.9vw, 22px); font-weight: 700; letter-spacing: -0.02em;
  color: var(--fg-strong); margin: 0; max-width: 480px; text-wrap: balance;
}
@media (max-width: 560px) {
  .hm-more-rings { opacity: .16; }
}
.hm-step {
  display: grid;
  grid-template-columns: clamp(64px, 7vw, 96px) 1fr;
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  padding: clamp(34px, 5vw, 52px) 0;
  border-bottom: 1px solid var(--border);
  transition: padding-left .3s ease;
}
.hm-step:hover { padding-left: 8px; }
.hm-step-num {
  font-size: clamp(64px, 9vw, 116px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.05em;
  color: var(--teal-500);
  font-variant-numeric: tabular-nums;
}
.hm-step-ico {
  display: flex;
  align-items: center;
  color: var(--teal-500);
  line-height: 0;
}
.hm-step-ico i { font-size: clamp(48px, 6vw, 76px); }
.hm-step-body { max-width: 560px; }
.hm-step-body h3 {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.1;
  color: var(--fg-strong); margin: 0 0 12px;
}
.hm-step-body p {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55; color: var(--fg-muted); margin: 0;
}
.hm-step-body p b { color: var(--fg-strong); font-weight: 600; }
.hm-step-anno {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  margin-top: 18px;
}
.hm-anno-label {
  font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--teal-600);
}
.hm-anno-tag {
  font-size: 12px; font-weight: 600;
  color: var(--fg-muted);
  background: var(--surface);
  border: 1px solid var(--border-strong);
  padding: 4px 10px; border-radius: var(--r-pill);
}

/* ── URGENCY BAND — mid-tone gradient surface ── */
.hm-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(118deg, var(--navy-850) 0%, var(--navy-800) 42%, var(--teal-800) 130%);
  color: #fff;
  padding: clamp(72px, 9vw, 108px) 0;
}
.hm-band::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(50% 120% at 86% 50%, rgba(70,163,170,.28), transparent 60%),
    radial-gradient(40% 100% at 6% 12%, rgba(70,163,170,.12), transparent 60%);
}
.hm-band .wrap { position: relative; }
.hm-band-text {
  max-width: 1000px;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 0;
  text-wrap: balance;
}
.hm-band-text b { color: var(--teal-300); font-weight: 800; }
.hm-band-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--teal-300); margin-bottom: 24px;
}
.hm-band-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 0 4px rgba(100,174,179,.25); }

/* ── PERSONA TEASER — copy left / UI panel right ── */
.hm-persona {
  padding: clamp(72px, 8vw, 100px) 0;
  border-top: 1px solid var(--hairline);
  background: var(--bg-muted);
}
.hm-persona-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: clamp(40px, 6vw, 84px);
}
.hm-persona-copy { max-width: 460px; }
.hm-persona-copy .kicker { display: block; margin-bottom: 16px; }
.hm-persona-copy h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.08;
  color: var(--fg-strong); margin: 0;
}
.hm-persona-copy p {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.62; color: var(--fg-muted); margin: 20px 0 28px;
}

/* UI preview panel */
.hm-persona-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: clamp(24px, 3vw, 34px);
}
.hm-pp-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 22px;
}
.hm-pp-title { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; color: var(--fg-strong); }
.hm-pp-new {
  font-size: 10.5px; font-weight: 800; letter-spacing: .08em;
  color: var(--teal-700); background: var(--teal-100);
  border: 1px solid var(--teal-200);
  padding: 4px 8px; border-radius: var(--r-pill);
}
.hm-pp-baseline {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 10px;
}
.hm-pp-baseline-label { font-size: 13px; font-weight: 600; color: var(--fg-subtle); }
.hm-pp-mute { color: var(--fg-faint); font-weight: 700; letter-spacing: .04em; font-size: 11.5px; }
.hm-pp-baseline-val { font-size: 16px; font-weight: 700; color: var(--fg-subtle); font-variant-numeric: tabular-nums; }
.hm-pp-bar {
  height: 6px; border-radius: var(--r-pill); background: var(--bg-subtle);
  overflow: hidden; margin-bottom: 22px;
}
.hm-pp-bar span { display: block; height: 100%; border-radius: var(--r-pill); background: var(--fg-faint); }

.hm-pp-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.hm-pp-card {
  position: relative;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 18px 16px 16px;
}
.hm-pp-card.is-best {
  background: var(--teal-soft);
  border: 1.5px solid var(--teal-400);
  box-shadow: var(--shadow-teal);
}
.hm-pp-pill {
  position: absolute; top: -9px; left: 16px;
  font-size: 9.5px; font-weight: 800; letter-spacing: .06em;
  color: #fff; background: var(--teal-500);
  padding: 4px 8px; border-radius: var(--r-pill);
  box-shadow: var(--shadow-teal);
}
.hm-pp-name {
  font-size: 13px; font-weight: 700; color: var(--fg-strong);
  line-height: 1.25; min-height: 2.5em; margin-bottom: 8px;
}
.hm-pp-score {
  font-size: 38px; font-weight: 800; letter-spacing: -0.04em; line-height: 0.9;
  color: var(--fg-strong); font-variant-numeric: tabular-nums;
}
.hm-pp-card.is-best .hm-pp-score { color: var(--teal-600); }
.hm-pp-score span { font-size: 18px; font-weight: 700; margin-left: 1px; }
.hm-pp-sub { font-size: 11.5px; font-weight: 500; color: var(--fg-subtle); margin: 5px 0 14px; }
.hm-pp-delta {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  color: var(--teal-700); background: var(--teal-100);
  border: 1px solid var(--teal-200);
  padding: 4px 9px; border-radius: var(--r-pill);
}

@media (max-width: 920px) {
  .hm-persona-grid { grid-template-columns: 1fr; gap: 40px; }
  .hm-persona-copy { max-width: none; }
}
@media (max-width: 560px) {
  .hm-pp-cards { grid-template-columns: 1fr; }
  .hm-pp-name { min-height: 0; }
}

/* ── PRICING (component reused from How It Works) ── */
.price-card {
  position: relative; max-width: 480px; margin: 42px auto 0;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: 34px 34px 32px; overflow: hidden; text-align: left;
}
.price-card::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 4px;
  background: linear-gradient(90deg, var(--teal-400), var(--teal-600));
}
.price-badge {
  display: inline-flex; align-items: center; font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; color: var(--teal-700);
  background: var(--teal-100); border: 1px solid var(--teal-200);
  border-radius: var(--r-pill); padding: 5px 12px;
}
.price-amount { display: flex; align-items: flex-end; gap: 8px; margin: 20px 0 6px; }
.price-amount .num { font-size: 50px; font-weight: 800; color: var(--fg-strong); letter-spacing: -0.035em; line-height: .9; font-variant-numeric: tabular-nums; }
.price-amount .num .cur { font-size: 26px; font-weight: 700; vertical-align: top; margin-right: 1px; }
.price-amount .per { font-size: 14px; color: var(--fg-subtle); font-weight: 500; padding-bottom: 5px; }
.price-credits { font-size: 13.5px; color: var(--fg-muted); }
.price-credits b { color: var(--fg-strong); font-weight: 700; }
.price-feats { display: grid; gap: 12px; margin: 24px 0; padding-top: 22px; border-top: 1px solid var(--hairline); }
.price-feat { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; color: var(--fg); }
.price-feat i { color: var(--teal-600); font-size: 19px; line-height: 1.2; flex-shrink: 0; }
.price-card .btn { width: 100%; justify-content: center; padding: 14px 20px; font-size: 15px; }
.price-billed { font-size: 13px; color: var(--fg-subtle); margin: 0 0 8px; }
.price-trial-cap { text-align: center; font-size: 12.5px; color: var(--fg-subtle); margin-top: 10px; }
.price-actions-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.price-actions-row .btn { padding: 12px 16px; font-size: 14px; }
.price-trust {
  display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
  margin-top: 18px; font-size: 12.5px; color: var(--fg-subtle);
}
.price-trust .sep { width: 3px; height: 3px; border-radius: 50%; background: var(--border-strong); }
.price-trust svg { color: var(--teal-500); vertical-align: -2px; }
.price-link { text-align: center; margin-top: 18px; }
.price-link a {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 600; color: var(--teal-700);
  text-decoration: none;
}
.price-link a:hover { color: var(--teal-800); }

/* ── PROBLEM: phone mockup ── */
.hm-seen {
  max-width: 560px;
  margin: clamp(64px, 8vw, 92px) auto 0;
  text-align: center;
}
.hm-seen .kicker { display: block; margin-bottom: 12px; }
.hm-seen p {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.55; color: var(--fg-muted); margin: 0;
  text-wrap: balance;
}
.hm-phone {
  width: 340px; max-width: 86vw;
  margin: 40px auto 0;
  background: #15151f;
  border-radius: 46px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,.3), 0 30px 60px -18px rgba(20,22,40,.55), inset 0 0 0 2px rgba(255,255,255,.06);
}
.hm-phone-screen {
  position: relative;
  background: #f3f4f6;
  border-radius: 36px;
  overflow: hidden;
  aspect-ratio: 340 / 700;
  display: flex;
  flex-direction: column;
}
/* status bar */
.hm-ph-status {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 26px 6px; font-size: 13px; font-weight: 700; color: #15151f;
  flex-shrink: 0;
}
.hm-ph-notch { width: 88px; height: 22px; background: #15151f; border-radius: var(--r-pill); }
.hm-ph-status .hm-ph-icons { display: flex; gap: 5px; align-items: center; }
.hm-ph-status .hm-ph-icons span { width: 16px; height: 10px; border-radius: 2px; background: #15151f; display: inline-block; }
.hm-ph-status .hm-ph-icons span.batt { width: 22px; }
/* chat header */
.hm-ph-head {
  display: flex; align-items: center; gap: 10px;
  margin: 6px 12px 0; padding: 10px 14px;
  background: linear-gradient(135deg, #19a974, #10a37f);
  border-radius: 16px; color: #fff; flex-shrink: 0;
}
.hm-ph-avatar {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center;
}
.hm-ph-head .nm { font-size: 14px; font-weight: 800; line-height: 1.1; }
.hm-ph-head .st { font-size: 11px; font-weight: 500; color: rgba(255,255,255,.85); display: flex; align-items: center; gap: 4px; }
.hm-ph-head .st .ondot { width: 6px; height: 6px; border-radius: 50%; background: #b9f6ca; }
/* chat body */
.hm-ph-chat { flex: 1; min-height: 0; padding: 16px 14px 0; display: flex; flex-direction: column; gap: 12px; }
.hm-ph-user {
  align-self: flex-end; max-width: 78%;
  background: linear-gradient(135deg, #46a3aa, #2f8f88);
  color: #fff; font-size: 13px; line-height: 1.4; font-weight: 500;
  padding: 10px 13px; border-radius: 16px 16px 4px 16px;
}
.hm-ph-ai {
  position: relative; align-self: flex-start; width: 100%;
  background: #fff; border: 1px solid #e7e8ec; border-radius: 4px 16px 16px 16px;
  padding: 14px; box-shadow: 0 2px 8px rgba(20,22,40,.05);
}
.hm-ph-pills { display: flex; gap: 6px; margin-bottom: 10px; }
.hm-ph-pill {
  font-size: 10px; font-weight: 700; letter-spacing: .01em;
  padding: 4px 9px; border-radius: var(--r-pill);
}
.hm-ph-pill.teal { color: var(--teal-700); background: var(--teal-100); border: 1px solid var(--teal-200); }
.hm-ph-pill.gray { color: #6b7280; background: #f1f2f4; border: 1px solid #e2e3e7; }
.hm-ph-ai-body { font-size: 12.5px; line-height: 1.55; color: #2b2d35; margin: 0; }
.hm-ph-fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 56px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 88%);
  border-radius: 0 0 16px 16px;
}
/* input bar */
.hm-ph-input {
  display: flex; align-items: center; gap: 8px;
  margin: 12px; padding: 8px 8px 8px 16px;
  background: #fff; border: 1px solid #e2e3e7; border-radius: var(--r-pill);
  flex-shrink: 0;
}
.hm-ph-input span { flex: 1; font-size: 13px; color: #9ca0a8; }
.hm-ph-send {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: var(--teal-500); display: flex; align-items: center; justify-content: center;
}

/* ── KPI METRICS GRID (shared with How It Works) ── */
.kpi-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 44px; }
.kpi-card {
  flex: 0 1 186px;
  position: relative; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 18px 18px 16px; box-shadow: var(--shadow-xs);
  display: flex; flex-direction: column; min-height: 124px;
}
.kpi-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 14px; }
.kpi-label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--fg-subtle);
  line-height: 1.25;
}
.kpi-label i { font-size: 14px; line-height: 1; color: var(--teal-600); }
.kpi-info { color: var(--fg-faint); flex-shrink: 0; cursor: default; }
.kpi-info svg { display: block; }
.kpi-val {
  font-size: 28px; font-weight: 800; color: var(--fg-strong); letter-spacing: -0.025em;
  line-height: 1; font-variant-numeric: tabular-nums; margin-top: auto;
}
.kpi-val.pos { font-size: 22px; color: var(--success); }
.kpi-val .unit { font-size: 15px; font-weight: 700; color: var(--fg-faint); }
.kpi-help { font-size: 12px; color: var(--fg-subtle); margin-top: 8px; line-height: 1.4; }
@media (max-width: 640px){ .kpi-card { flex-basis: calc(50% - 7px); } }
@media (max-width: 400px){ .kpi-card { flex-basis: 100%; } }

/* ── final CTA reuses landing.css .cta inside .band ── */

/* ── reveal ── */
@media (prefers-reduced-motion: no-preference) {
  .hm-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
  .hm-reveal.in { opacity: 1; transform: none; }
}

/* ── responsive ── */
@media (max-width: 920px) {
  .hm-hero-inner { grid-template-columns: 1fr; gap: 52px; }
  .hm-stat { border-left: none; border-top: 1px solid var(--border); padding-left: 0; padding-top: 40px; }
  .hm-step { grid-template-columns: 1fr; gap: 14px; }
  .hm-step:hover { padding-left: 0; }
}

/* ───────────────────────────────────────────────────────────
   AMBIENT BACKGROUND MOTION (additive — no layout/color/text changes)
   Faint dot-matrix in hero + slow drifting gradient orbs.
   All ambient layers are decorative, behind content, and animate
   only when the user hasn't requested reduced motion.
   ─────────────────────────────────────────────────────────── */

/* faint animated network/mesh over the hero background layer */
#hmMesh {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: .14;
  pointer-events: none;
}

/* faint dot-matrix over the hero background layer */
.hm-hero-bg::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(currentColor 1px, transparent 1.4px);
  background-size: 26px 26px;
  color: var(--teal-700);
  opacity: .05;
  pointer-events: none;
}

/* slow drifting gradient orbs — hero + urgency band */
.hm-hero-bg::after,
.hm-band::before {
  content: "";
  position: absolute;
  width: 46%; aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.hm-hero-bg::after {
  left: 60%; top: 8%;
  background: radial-gradient(circle, rgba(70,163,170,.16), transparent 68%);
  opacity: .55;
}
.hm-band::before {
  left: -6%; top: 30%;
  background: radial-gradient(circle, rgba(120,196,201,.20), transparent 68%);
  opacity: .5;
}

@media (prefers-reduced-motion: no-preference) {
  .hm-hero-bg::before { animation: hm-dot-drift 38s linear infinite; }
  .hm-hero-bg::after { animation: hm-orb-a 26s ease-in-out infinite alternate; }
  .hm-band::before { animation: hm-orb-b 32s ease-in-out infinite alternate; }
}

@keyframes hm-dot-drift {
  from { background-position: 0 0; }
  to   { background-position: 52px 26px; }
}
@keyframes hm-orb-a {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-7%, 6%) scale(1.12); }
}
@keyframes hm-orb-b {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(9%, -5%) scale(1.1); }
}
