/* ============================================================================
   Cowe waitlist — LIGHT. Bevel-modelled, reworked for our moat.
   White / pale-green, airy, soft-shadow floating cards, dark footer anchor.
   Source of truth: design/HANDOFF-website.md (Web/Landing-Light).
   No third-party CSS/JS/fonts — strict CSP, privacy-clean.
   ========================================================================== */
:root {
  color-scheme: light;

  /* surfaces */
  --bg: #ffffff;
  --hero-top: #eef8f2;
  --band-1: #f4faf6; /* why / perks */
  --band-2: #eaf6f0; /* privacy */
  --mock: #f4faf6;
  --footer: #0e1726;

  /* ink */
  --text: #0b1220;
  --text-2: #5a6573;
  --text-3: #8a94a3;
  --foot-text: #ffffff;
  --foot-2: #98a2b3;
  --foot-3: #667085;

  /* accent */
  --green: #0fa15c;
  --green-dark: #0c8a4e;
  --strain: #2e76ee;
  --sleep: #3d72c9;

  /* lines + cards */
  --card: #ffffff;
  --border: #eceff3;
  --border-input: #d9dee5;
  --shadow-sm: 0 6px 18px rgba(16, 36, 52, 0.06);
  --shadow: 0 12px 32px rgba(16, 36, 52, 0.08);
  --shadow-lg: 0 24px 60px rgba(16, 36, 52, 0.12);

  --radius: 16px;
  --radius-lg: 24px;
  --maxw: 1160px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; }
h1, h2, h3, p { margin: 0; overflow-wrap: break-word; }
img { display: block; max-width: 100%; }
em { font-style: normal; color: var(--green-dark); font-weight: 600; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--green); color: #fff; padding: 10px 16px;
  border-radius: 8px; font-weight: 700;
}
.skip-link:focus { left: 12px; top: 12px; }

/* shared layout */
.wrap { width: min(calc(100% - 48px), var(--maxw)); margin: 0 auto; }
.section { padding: clamp(64px, 11vw, 122px) 0; }
.eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--green);
}
.head .eyebrow { display: block; }
.head .eyebrow + .h2 { margin-top: 14px; }
.trust-line.center { justify-content: center; }
.trust-line a { color: inherit; }
.h2 {
  font-size: clamp(30px, 5vw, 52px); line-height: 1.06;
  letter-spacing: -0.02em; font-weight: 700;
}
.lead { color: var(--text-2); font-size: clamp(17px, 1.8vw, 20px); line-height: 1.6; }

/* ───────────────────────── Wordmark glyph (rec○up) ───────────────────────── */
.wm {
  display: inline-flex; align-items: baseline; gap: 0.01em;
  font-weight: 800; font-size: 22px; letter-spacing: -0.02em;
  color: currentColor; line-height: 1;
}
.wm-ring {
  width: 0.7em; height: 0.7em; align-self: center;
  margin: 0 0.02em; flex: 0 0 auto;
}
.wm-ring circle {
  fill: none; stroke: var(--green); stroke-width: 3.2;
  stroke-linecap: round; stroke-dasharray: 45 11.5;
  transform: rotate(-90deg); transform-origin: 50% 50%;
}

/* ───────────────────────── Nav ───────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 40;
  transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
.nav-inner {
  width: min(calc(100% - 48px), var(--maxw)); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  height: 84px; transition: height 0.3s ease;
}
.nav--solid {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(150%) blur(10px);
  -webkit-backdrop-filter: saturate(150%) blur(10px);
  box-shadow: 0 1px 0 var(--border);
}
.nav--solid .nav-inner { height: 70px; }
.brand { color: var(--text); text-decoration: none; }
.nav-links {
  display: flex; gap: 30px; font-size: 14.5px; color: var(--text-2); font-weight: 500;
}
.nav-links a { text-decoration: none; transition: color 0.15s ease; }
.nav-links a:hover { color: var(--text); }
.nav-cta {
  text-decoration: none; font-weight: 600; font-size: 14px; color: #fff;
  background: var(--green); padding: 10px 18px; border-radius: 999px;
  white-space: nowrap; transition: background 0.15s ease, transform 0.05s ease;
  box-shadow: var(--shadow-sm);
}
.nav-cta:hover { background: var(--green-dark); }
.nav-cta:active { transform: translateY(1px); }

/* ───────────────────────── Hero ───────────────────────── */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--hero-top) 0%, var(--bg) 45%);
  padding: clamp(40px, 7vw, 88px) 0 clamp(20px, 5vw, 56px);
  overflow: hidden;
}
.hero-inner {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 6vw, 80px); align-items: center;
}
.hero-copy { max-width: 560px; }
.hero .eyebrow { display: block; margin-bottom: 20px; }
.hero h1 {
  font-size: clamp(40px, 7vw, 76px); line-height: 1.02;
  letter-spacing: -0.03em; font-weight: 800;
}
.hero .sub {
  margin: 22px 0 0; max-width: 500px; color: var(--text-2);
  font-size: clamp(18px, 1.8vw, 21px); line-height: 1.55;
}

/* email capture pill */
.capture { margin-top: 30px; max-width: 520px; }
.field-row {
  display: flex; gap: 6px; padding: 6px 6px 6px 8px;
  background: #fff; border: 1px solid var(--border-input);
  border-radius: 32px; box-shadow: var(--shadow-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field-row:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(15, 161, 92, 0.16);
}
.capture input[type="email"] {
  flex: 1 1 auto; min-width: 0; height: 48px; padding: 0 16px;
  font-size: 16px; font-family: inherit; color: var(--text);
  background: transparent; border: 0; outline: none;
}
.capture input[type="email"]::placeholder { color: var(--text-3); }
.capture button {
  flex: 0 0 auto; height: 48px; padding: 0 22px; font-size: 15px; font-weight: 700;
  font-family: inherit; color: #fff; background: var(--green); border: none;
  border-radius: 999px; cursor: pointer; white-space: nowrap;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: background 0.15s ease, transform 0.05s ease;
}
.capture button:hover { background: var(--green-dark); }
.capture button:active { transform: translateY(1px); }
.capture button:disabled { opacity: 0.7; cursor: progress; }
.btn-spinner {
  display: none; width: 16px; height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4); border-top-color: #fff;
  border-radius: 50%; animation: spin 0.7s linear infinite;
}
.is-sending .btn-spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

.consent {
  display: flex; gap: 9px; align-items: flex-start; margin-top: 14px;
  color: var(--text-2); font-size: 12.5px; line-height: 1.45; cursor: pointer;
  max-width: 460px;
}
.consent input {
  margin-top: 1px; width: 16px; height: 16px; accent-color: var(--green); flex: 0 0 auto;
}
.hp {
  position: absolute !important; left: -9999px !important; width: 1px; height: 1px;
  opacity: 0; pointer-events: none;
}
.form-status { margin-top: 12px; font-size: 14px; font-weight: 600; min-height: 0; }
.form-status.ok { color: var(--green-dark); }
.form-status.err { color: #d23b3b; }

.trust-line {
  margin: 18px 0 0; padding: 0; list-style: none;
  display: flex; flex-wrap: wrap; gap: 6px 14px;
  color: var(--text-3); font-size: 13.5px;
}
.trust-line li { display: flex; align-items: center; gap: 6px; }
.trust-line li:not(:first-child)::before {
  content: "·"; color: var(--border-input); margin-right: 8px;
}

/* hero success */
.waitlist-success {
  margin-top: 24px; max-width: 520px;
  background: var(--band-1); border: 1px solid rgba(15, 161, 92, 0.3);
  border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm);
}
.success-check {
  width: 42px; height: 42px; border-radius: 50%; background: var(--green);
  color: #fff; display: grid; place-items: center; margin-bottom: 12px;
}
.success-check svg { width: 22px; height: 22px; }
.waitlist-success p { font-size: 18px; font-weight: 700; }
.waitlist-success span {
  display: block; margin-top: 6px; color: var(--text-2); font-size: 14px;
}

/* ── hero device: floating light phone w/ recovery ring ── */
.hero-device { display: flex; justify-content: center; }
.phone-shell {
  position: relative; width: min(300px, 78%); border-radius: 44px; padding: 12px;
  background: #fff; box-shadow: var(--shadow-lg), 0 0 0 1px var(--border);
}
/* realistic iPhone — light screens that swipe, with data load-in */
.iphone {
  position: relative; width: min(300px, 78%); aspect-ratio: 415 / 874;
  border-radius: 56px; padding: 10px;
  background: linear-gradient(145deg, #e9eaee 0%, #b6bac2 22%, #f3f4f6 49%, #a7abb4 75%, #d9dbe0 100%);
  box-shadow: var(--shadow-lg), 0 2px 8px rgba(11, 13, 18, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.ip-btn { position: absolute; background: linear-gradient(180deg, #c7cad0, #999da6); border-radius: 3px; }
.ip-btn-action { left: -2px; top: 22%; width: 4px; height: 30px; }
.ip-btn-volup  { left: -2px; top: 31%; width: 4px; height: 56px; }
.ip-btn-voldn  { left: -2px; top: 41%; width: 4px; height: 56px; }
.ip-btn-power  { right: -2px; top: 28%; width: 4px; height: 92px; }
.ip-screen {
  position: relative; width: 100%; height: 100%; border-radius: 46px; overflow: hidden; background: #fff;
}
.ip-island {
  position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 30%; height: 25px; background: #05070b; border-radius: 999px; z-index: 5;
}
.ip-slides { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.ip-track {
  display: flex; width: 500%; height: 100%;
  animation: ipTrack 20s cubic-bezier(0.66, 0, 0.34, 1) infinite;
}
.ip-slide { position: relative; flex: 0 0 20%; width: 20%; height: 100%; overflow: hidden; }
.ip-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes ipTrack {
  0%, 18%  { transform: translateX(0); }
  20%, 38% { transform: translateX(-20%); }
  40%, 58% { transform: translateX(-40%); }
  60%, 78% { transform: translateX(-60%); }
  80%, 98% { transform: translateX(-80%); }
  100%     { transform: translateX(-80%); }
}
.phone-notch {
  width: 38%; height: 6px; border-radius: 999px; background: #e4e9ee;
  margin: 0 auto 22px;
}
.screen-eyebrow {
  text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--text-3); margin-bottom: 14px;
}
.rec-ring-wrap { position: relative; width: 200px; max-width: 70%; margin: 0 auto; }
.rec-ring { width: 100%; height: auto; display: block; }
.rec-ring .rt { fill: none; stroke: #e3ebe6; stroke-width: 11; }
.rec-ring .rf {
  fill: none; stroke: var(--green); stroke-width: 11; stroke-linecap: round;
  stroke-dasharray: 326.7; stroke-dashoffset: 326.7;
  transform: rotate(-90deg); transform-origin: 50% 50%;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-in .rf.ring--72 { stroke-dashoffset: 91.5; }
.rec-center {
  position: absolute; inset: 0; display: grid; place-content: center; text-align: center;
}
.rec-num {
  font-size: 46px; font-weight: 800; letter-spacing: -0.03em; line-height: 1;
  font-variant-numeric: tabular-nums; color: var(--text);
}
.rec-num i { font-style: normal; font-size: 22px; color: var(--text-2); }
.rec-label { margin-top: 4px; font-size: 12px; font-weight: 600; color: var(--green-dark); }
.screen-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px;
}
.stat-chip {
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 11px 13px; box-shadow: var(--shadow-sm);
}
.stat-chip .k {
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text-3);
}
.stat-chip .v {
  font-size: 17px; font-weight: 700; margin-top: 3px; font-variant-numeric: tabular-nums;
}
.stat-chip .v.strain { color: var(--strain); }
.stat-chip .v.sleep { color: var(--sleep); }

/* ───────────────────────── Trust strip ───────────────────────── */
.trust-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-strip .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  padding: 28px 0;
}
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item .ti-ico {
  width: 38px; height: 38px; flex: 0 0 auto; border-radius: 10px;
  background: var(--band-2); color: var(--green-dark);
  display: grid; place-items: center;
}
.trust-item .ti-ico svg { width: 20px; height: 20px; }
.trust-item b { font-size: 15px; font-weight: 700; display: block; }
.trust-item span { font-size: 13px; color: var(--text-3); }

/* ───────────────────────── Pillars ───────────────────────── */
.pillars .head { max-width: 720px; margin-bottom: 48px; }
.pillars .head .lead { margin-top: 16px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow);
}
.pillar h3 { font-size: 21px; font-weight: 700; }
.pillar p { margin-top: 8px; color: var(--text-2); font-size: 15px; line-height: 1.6; }
.pillar-mock {
  background: var(--mock); border-radius: 14px; padding: 20px; margin-bottom: 22px;
  display: grid; place-items: center; min-height: 132px;
}
/* mini recovery ring */
.mini-ring { width: 96px; height: 96px; position: relative; }
.mini-ring svg { width: 100%; height: 100%; }
.mini-ring .rt { fill: none; stroke: #e3ebe6; stroke-width: 9; }
.mini-ring .rf {
  fill: none; stroke: var(--green); stroke-width: 9; stroke-linecap: round;
  stroke-dasharray: 326.7; stroke-dashoffset: 326.7;
  transform: rotate(-90deg); transform-origin: 50% 50%;
  transition: stroke-dashoffset 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-in .rf.ring--72 { stroke-dashoffset: 91.5; }
.mini-ring .mr-num {
  position: absolute; inset: 0; display: grid; place-content: center;
  font-size: 24px; font-weight: 800; font-variant-numeric: tabular-nums;
}
.mini-ring .mr-num i { font-style: normal; font-size: 13px; color: var(--text-2); }
/* strain / sleep bars */
.mock-bars { width: 100%; }
.bar-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.bar-row .bv {
  font-size: 28px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}
.bar-row .bv.strain { color: var(--strain); }
.bar-row .bv.sleep { color: var(--sleep); }
.bar-row .bk { font-size: 12px; color: var(--text-3); font-weight: 600; }
.bar-track { height: 9px; border-radius: 999px; background: #e3ebe6; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 999px; width: 0; transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1); }
.bar-fill.strain { background: var(--strain); }
.bar-fill.sleep { background: var(--sleep); }
.is-in .bar-fill.w40 { width: 40%; }
.is-in .bar-fill.w83 { width: 83%; }

/* ───────────────────────── See exactly why (band) ───────────────────────── */
.band-1 { background: var(--band-1); }
.why-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(32px, 6vw, 72px); align-items: center;
}
.why-copy { max-width: 460px; }
.why-copy .h2 { margin: 16px 0 8px; }
.why-points { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 22px; }
.why-points li { display: flex; gap: 14px; }
.why-points .wp-ico {
  width: 40px; height: 40px; flex: 0 0 auto; border-radius: 11px; background: #fff;
  border: 1px solid var(--border); color: var(--green-dark);
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.why-points .wp-ico svg { width: 21px; height: 21px; }
.why-points b { font-size: 16px; font-weight: 700; display: block; }
.why-points span { font-size: 14.5px; color: var(--text-2); line-height: 1.55; }

/* breakdown mock card */
.breakdown {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow-lg);
}
.bd-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.bd-head .bd-title { font-size: 14px; font-weight: 700; }
.bd-head .bd-score {
  font-size: 15px; font-weight: 800; color: var(--green-dark); font-variant-numeric: tabular-nums;
}
.bd-sub { font-size: 12.5px; color: var(--text-3); margin-bottom: 18px; }
.bd-row { margin-bottom: 16px; }
.bd-row:last-child { margin-bottom: 0; }
.bd-row .bd-line { display: flex; justify-content: space-between; font-size: 13.5px; margin-bottom: 7px; }
.bd-row .bd-line .bd-k { color: var(--text-2); font-weight: 500; }
.bd-row .bd-line .bd-v { font-weight: 700; font-variant-numeric: tabular-nums; }
.bd-row .bd-line .bd-v.pos { color: var(--green-dark); }
.bd-row .bd-line .bd-v.neg { color: var(--text-3); }
.bd-track { height: 7px; border-radius: 999px; background: #eef2f5; overflow: hidden; }
.bd-fill { height: 100%; border-radius: 999px; width: 0; background: var(--green); transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1); }
.bd-fill.neutral { background: #c7d0d8; }
.is-in .bd-fill.w90 { width: 90%; }
.is-in .bd-fill.w74 { width: 74%; }
.is-in .bd-fill.w62 { width: 62%; }
.is-in .bd-fill.w45 { width: 45%; }

/* ───────────────────────── Features grid ───────────────────────── */
.features .head { max-width: 720px; margin-bottom: 48px; }
.features .head .lead { margin-top: 16px; }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.feat:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #dfe6ec; }
.feat .f-ico {
  width: 42px; height: 42px; border-radius: 11px; background: var(--band-2);
  color: var(--green-dark); display: grid; place-items: center; margin-bottom: 16px;
}
.feat .f-ico svg { width: 22px; height: 22px; }
.feat h3 { font-size: 17px; font-weight: 700; }
.feat p { margin-top: 7px; color: var(--text-2); font-size: 14px; line-height: 1.55; }

/* ───────────────────────── Privacy (band) ───────────────────────── */
.band-2 { background: var(--band-2); }
.privacy { text-align: center; }
.privacy .wrap { max-width: 820px; }
.privacy .h2 { margin: 16px auto 14px; }
.privacy .lead { max-width: 620px; margin: 0 auto; }
.badges { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.badge {
  background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(15, 161, 92, 0.18);
  border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm);
}
.badge .b-ico {
  width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; margin: 0 auto 14px;
}
.badge .b-ico svg { width: 23px; height: 23px; }
.badge b { font-size: 16px; font-weight: 700; display: block; }
.badge span { display: block; margin-top: 6px; font-size: 13.5px; color: var(--text-2); line-height: 1.5; }

/* ───────────────────────── Pricing ───────────────────────── */
.pricing { text-align: center; }
.pricing .head { max-width: 640px; margin: 0 auto 44px; }
.pricing .head .lead { margin-top: 14px; }
.price-card {
  max-width: 460px; margin: 0 auto; background: var(--card);
  border: 1.5px solid var(--border); border-radius: var(--radius-lg);
  padding: 40px 36px; box-shadow: var(--shadow-lg); text-align: left;
}
.price-tag {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green-dark);
  background: var(--band-1); border-radius: 999px; padding: 6px 14px; margin-bottom: 20px;
}
.price-amount { display: flex; align-items: baseline; gap: 10px; }
.price-amount .pa-num {
  font-size: 56px; font-weight: 800; letter-spacing: -0.03em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.price-amount .pa-meta { color: var(--text-2); font-size: 15px; }
.price-amount .pa-meta b { color: var(--text); font-weight: 700; }
.price-list { margin: 28px 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.price-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; }
.price-list li::before {
  content: ""; width: 20px; height: 20px; flex: 0 0 auto; margin-top: 1px; border-radius: 50%;
  background: rgba(15, 161, 92, 0.14)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230fa15c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
    center / 12px no-repeat;
}
.price-cta {
  display: block; width: 100%; text-align: center; text-decoration: none;
  background: var(--green); color: #fff; font-weight: 700; font-size: 15.5px;
  padding: 15px 18px; border-radius: 999px; box-shadow: var(--shadow);
  transition: background 0.15s ease, transform 0.05s ease;
}
.price-cta:hover { background: var(--green-dark); }
.price-cta:active { transform: translateY(1px); }
.price-note { margin-top: 14px; font-size: 12.5px; color: var(--text-3); text-align: center; }
.price-cta.pulse { animation: ctaPulse 0.6s ease 1; }
@keyframes ctaPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.03); } }

/* ───────────────────────── Perks (band) ───────────────────────── */
.perks .head { max-width: 640px; margin-bottom: 44px; }
.perks .head .lead { margin-top: 14px; }
.perk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.perk {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm);
}
.perk .p-num {
  width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 15px; margin-bottom: 16px;
}
.perk h3 { font-size: 18px; font-weight: 700; }
.perk p { margin-top: 8px; color: var(--text-2); font-size: 14.5px; line-height: 1.6; }

/* ───────────────────────── Final CTA ───────────────────────── */
.final { text-align: center; background: linear-gradient(180deg, var(--bg) 0%, var(--hero-top) 100%); }
.final .wrap { max-width: 720px; }
.final .h2 { margin-bottom: 16px; }
.final .lead { max-width: 520px; margin: 0 auto 28px; }
.final .capture { margin: 0 auto; }
.final .consent { margin-inline: auto; }
.final .waitlist-success { margin-inline: auto; }

/* ───────────────────────── Footer ───────────────────────── */
.site-footer { background: var(--footer); color: var(--foot-2); }
.footer-top {
  display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 32px; padding: clamp(48px, 7vw, 72px) 0 40px;
}
.footer-brand .wm { color: var(--foot-text); }
.footer-brand p { margin-top: 14px; color: var(--foot-3); font-size: 13.5px; max-width: 260px; line-height: 1.55; }
.footer-col h4 {
  margin: 0 0 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--foot-3);
}
.footer-col a {
  display: block; margin-bottom: 10px; color: var(--foot-2); text-decoration: none;
  font-size: 14px; transition: color 0.15s ease;
}
.footer-col a:hover { color: var(--foot-text); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 22px 0 18px;
  display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between;
  font-size: 13px; color: var(--foot-3);
}
.disclaimer {
  padding: 0 0 40px; color: var(--foot-3); font-size: 12px; line-height: 1.6; max-width: 720px;
}

/* ───────────────────────── Policy / 404 pages ───────────────────────── */
.policy .wrap { max-width: 760px; }
.policy h1 { font-size: clamp(30px, 4vw, 44px); letter-spacing: -0.02em; margin: 6px 0 20px; }
.policy h2 { font-size: 21px; margin: 32px 0 10px; }
.policy p { color: var(--text-2); font-size: 16px; line-height: 1.7; margin-bottom: 12px; }
.policy a { color: var(--green-dark); }
.policy .back { display: inline-block; margin-top: 36px; color: var(--text-2); text-decoration: none; font-size: 14px; }
.centered-page { min-height: 64vh; display: grid; place-items: center; text-align: center; }

/* ───────────────────────── Reveal ───────────────────────── */
/* hide only when JS is present (head.js adds .js) — no-JS shows everything */
.js [data-reveal] {
  opacity: 0; transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
[data-reveal].is-in { opacity: 1; transform: none; }
/* grouped stagger via nth-child delay */
.js [data-reveal-group] > * {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
[data-reveal-group].is-in > * { opacity: 1; transform: none; }
[data-reveal-group].is-in > :nth-child(1) { transition-delay: 0s; }
[data-reveal-group].is-in > :nth-child(2) { transition-delay: 0.1s; }
[data-reveal-group].is-in > :nth-child(3) { transition-delay: 0.2s; }
[data-reveal-group].is-in > :nth-child(4) { transition-delay: 0.3s; }
[data-reveal-group].is-in > :nth-child(5) { transition-delay: 0.4s; }
[data-reveal-group].is-in > :nth-child(6) { transition-delay: 0.5s; }
[data-reveal-group].is-in > :nth-child(7) { transition-delay: 0.6s; }
[data-reveal-group].is-in > :nth-child(8) { transition-delay: 0.7s; }
[data-reveal-group].is-in > :nth-child(9) { transition-delay: 0.8s; }

/* ───────────────────────── Responsive ───────────────────────── */
@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 600px; margin: 0 auto; }
  .hero .eyebrow { margin-top: 8px; }
  .capture, .trust-line, .consent { margin-inline: auto; }
  .trust-line { justify-content: center; }
  .hero-device { order: -1; }
  .why-grid { grid-template-columns: 1fr; }
  .breakdown { max-width: 480px; }
  .trust-strip .wrap { grid-template-columns: repeat(2, 1fr); gap: 18px 24px; }
  .pillar-grid, .feat-grid, .badges, .perk-grid { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .field-row {
    flex-direction: column; gap: 10px; padding: 0; border: 0; background: transparent;
    box-shadow: none; border-radius: 0;
  }
  .field-row:focus-within { box-shadow: none; }
  .capture input[type="email"] {
    height: 52px; border: 1px solid var(--border-input); border-radius: 14px;
    background: #fff; padding: 0 16px; box-shadow: var(--shadow-sm);
  }
  .capture input[type="email"]:focus { border-color: var(--green); }
  .capture button { width: 100%; height: 52px; border-radius: 14px; }
  .feat-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .js [data-reveal], .js [data-reveal-group] > * { opacity: 1; transform: none; transition: none; }
  .rec-ring .rf, .mini-ring .rf, .bar-fill, .bd-fill { transition: none; }
}

/* ═══════════════════ Added: idle motion + conversion + FAQ ═══════════════════ */

/* ambient orbs — idle drift, gives the hero life with no scroll */
.orb { position: absolute; border-radius: 50%; filter: blur(64px); z-index: 0; pointer-events: none; }
.orb-a {
  width: 560px; height: 560px; left: -130px; top: 20px;
  background: radial-gradient(circle, rgba(31, 189, 110, 0.2), rgba(31, 189, 110, 0) 70%);
  animation: orbA 24s ease-in-out infinite alternate;
}
.orb-b {
  width: 520px; height: 520px; right: -120px; top: 200px;
  background: radial-gradient(circle, rgba(46, 118, 238, 0.16), rgba(46, 118, 238, 0) 70%);
  animation: orbB 29s ease-in-out infinite alternate;
}
.hero .wrap { position: relative; z-index: 1; }
@keyframes orbA { from { transform: translate(0, 0) scale(1); } to { transform: translate(42px, 30px) scale(1.08); } }
@keyframes orbB { from { transform: translate(0, 0) scale(1); } to { transform: translate(-38px, -26px) scale(1.07); } }

/* phone idle float + ring breathe */
.hero-device .iphone { animation: floatY 6s ease-in-out infinite alternate; }

/* clickwrap consent note + mid-page repeat CTA */
.consent-note { margin: 12px 0 0; font-size: 12.5px; line-height: 1.5; color: var(--text-3); max-width: 470px; }
.final .consent-note { margin-left: auto; margin-right: auto; text-align: center; }
.mid-cta { text-align: center; padding: 4px 24px 8px; }
.mid-cta a {
  display: inline-block; background: var(--green); color: #fff; font-weight: 700; font-size: 16px;
  padding: 15px 32px; border-radius: 16px; text-decoration: none; box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.mid-cta a:hover { transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.mid-cta span { display: block; margin-top: 12px; font-size: 13px; color: var(--text-3); }
@keyframes floatY { from { transform: translateY(0); } to { transform: translateY(-10px); } }
.rec-ring-wrap { animation: breathe 4.5s ease-in-out infinite alternate; }
@keyframes breathe { from { transform: scale(1); } to { transform: scale(1.015); } }

/* scarcity chip */
.scarcity {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 22px;
  padding: 9px 16px; border-radius: 999px; background: var(--band-2);
  border: 1px solid rgba(15, 161, 92, 0.25); color: var(--green-dark);
  font-size: 13.5px; font-weight: 600;
}
.scarcity svg { width: 15px; height: 15px; flex: 0 0 auto; }

/* social proof (avatars + live count) */
.social-proof { display: flex; align-items: center; gap: 13px; margin-top: 18px; flex-wrap: wrap; }
.social-proof .avatars { display: inline-flex; }
.social-proof .avatars i {
  width: 34px; height: 34px; border-radius: 50%;
  border: 2.5px solid #fff; margin-left: -10px; box-shadow: var(--shadow-sm);
}
.social-proof .avatars i:first-child { margin-left: 0; }
.social-proof .avatars i:nth-child(1) { background: #1fbd6e; }
.social-proof .avatars i:nth-child(2) { background: #2e76ee; }
.social-proof .avatars i:nth-child(3) { background: #6b47c2; }
.social-proof .avatars i:nth-child(4) { background: #c98213; }
.social-proof .avatars i:nth-child(5) { background: #3d72c9; }
.social-proof p { font-size: 14px; color: var(--text-2); font-weight: 600; }
.social-proof b { color: var(--text); }

/* FAQ */
.faq .head { max-width: 640px; margin: 0 auto 40px; text-align: center; }
.faq .head .eyebrow { display: block; }
.faq .head .eyebrow + .h2 { margin-top: 14px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 940px; margin: 0 auto; }
.faq-item {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px 24px; box-shadow: var(--shadow-sm);
}
.faq-item summary {
  font-size: 17px; font-weight: 700; cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; color: var(--green); font-weight: 700; font-size: 24px; line-height: 1;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin-top: 12px; color: var(--text-2); font-size: 14.5px; line-height: 1.6; }

/* success → referral panel */
.success-referral { margin-top: 16px; }
.success-referral .sr-line { font-size: 14px; color: var(--text-2); margin-bottom: 12px; }
.success-referral .sr-line b { color: var(--green-dark); }
.sr-share { display: flex; gap: 10px; flex-wrap: wrap; }
.sr-share a, .sr-share button {
  display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px;
  border-radius: 999px; border: 1px solid var(--border-input); background: #fff;
  color: var(--text); font-size: 13.5px; font-weight: 600; font-family: inherit;
  cursor: pointer; text-decoration: none; transition: border-color 0.15s ease;
}
.sr-share a:hover, .sr-share button:hover { border-color: var(--green); }
.sr-share svg { width: 15px; height: 15px; }

@media (max-width: 920px) {
  .faq-grid { grid-template-columns: 1fr; }
  .orb { display: none; }
}
