/* ============================================================
   TesBeHonest — marketing site
   Dark, premium, automotive. One accent: charge-indicator green.
   No frameworks, no external fonts. System stack all the way.
   ============================================================ */

:root {
  --bg: #0B0C0E;
  --bg-raised: #121418;
  --bg-card: #15181D;
  --line: rgba(255, 255, 255, 0.08);
  --line-soft: rgba(255, 255, 255, 0.05);
  --text: #F5F6F7;
  --text-dim: rgba(245, 246, 247, 0.62);
  --text-faint: rgba(245, 246, 247, 0.38);
  --accent: #3DDC84;
  --accent-soft: rgba(61, 220, 132, 0.14);
  --accent-glow: rgba(61, 220, 132, 0.35);
  --radius: 20px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI",
          Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-round: ui-rounded, -apple-system, BlinkMacSystemFont, "Segoe UI",
          Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  overflow-x: clip;               /* clip, not hidden: keeps position:sticky alive */
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
strong { font-weight: 700; }
.accent { color: var(--accent); }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.skip-link {
  position: absolute; left: 16px; top: -48px; z-index: 100;
  background: var(--accent); color: #06280f; font-weight: 700;
  padding: 10px 18px; border-radius: 0 0 12px 12px; transition: top 0.2s;
}
.skip-link:focus { top: 0; text-decoration: none; }

::selection { background: var(--accent); color: #06280f; }

/* ---------- Type scale ---------- */

h1, h2, h3 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 6.4vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); margin-bottom: 0.5em; }
h3 { font-size: 1.25rem; letter-spacing: -0.01em; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-dim); margin-bottom: 20px;
}
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow), 0 0 3px var(--accent);
  animation: pulse 2.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.55; transform: scale(0.8); }
}

.section-lede {
  color: var(--text-dim); max-width: 560px; font-size: 1.1rem;
}

/* ---------- Nav ---------- */

.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(11, 12, 14, 0.78);
  -webkit-backdrop-filter: saturate(1.4) blur(18px);
  backdrop-filter: saturate(1.4) blur(18px);
  border-color: var(--line-soft);
}
.nav-inner {
  max-width: 1120px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 28px;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--text); font-weight: 800; font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.brand:hover { text-decoration: none; }
.brand-mark { border-radius: 7px; flex: none; }
.brand-word em { font-style: normal; color: var(--accent); }
.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a {
  color: var(--text-dim); font-size: 0.95rem; font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); text-decoration: none; }
.btn-cta {
  background: var(--accent); color: #06280f; font-weight: 700;
  font-size: 0.95rem; padding: 9px 18px; border-radius: 999px;
  transition: transform 0.15s, box-shadow 0.2s; flex: none;
}
.btn-cta:hover {
  text-decoration: none; transform: translateY(-1px);
  box-shadow: 0 6px 24px var(--accent-glow);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 120px 24px 60px;
}

.hero-grid {
  position: absolute; inset: -20% -10%; z-index: -2; pointer-events: none;
  background-image:
    linear-gradient(var(--line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 85% 65% at 55% 42%, #000 25%, transparent 72%);
  mask-image: radial-gradient(ellipse 85% 65% at 55% 42%, #000 25%, transparent 72%);
}
.hero-glow {
  position: absolute; z-index: -1; pointer-events: none;
  width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  right: -12%; top: 8%;
  background: radial-gradient(circle at center,
    rgba(61, 220, 132, 0.13), rgba(61, 220, 132, 0.04) 40%, transparent 68%);
}

.hero-copy .lede {
  color: var(--text-dim); font-size: 1.18rem; max-width: 500px;
  margin: 22px 0 34px;
}
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.link-quiet { color: var(--text-dim); font-size: 0.95rem; font-weight: 500; }
.link-quiet:hover { color: var(--text); text-decoration: none; }

.store-badge {
  display: inline-flex; align-items: center; gap: 11px;
  background: #F5F6F7; color: #0B0C0E;
  padding: 10px 20px 10px 16px; border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: transform 0.15s, box-shadow 0.2s;
}
.store-badge:hover {
  text-decoration: none; transform: translateY(-2px);
  box-shadow: 0 10px 34px rgba(245, 246, 247, 0.18);
}
.store-badge-text { display: flex; flex-direction: column; line-height: 1.15; }
.store-badge-text small { font-size: 0.68rem; font-weight: 500; opacity: 0.75; }
.store-badge-text strong { font-size: 1.12rem; font-weight: 700; letter-spacing: -0.01em; }

.hero-stage { position: relative; min-height: 320px; }
.hero-car-float { animation: hover-bob 7s ease-in-out infinite; }
@keyframes hover-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}
.hero-car {
  width: 100%; max-width: 640px;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.55));
}
.hero-shadow {
  position: absolute; left: 8%; right: 12%; bottom: -6%;
  height: 46px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6), transparent 70%);
  z-index: -1;
  animation: shadow-bob 7s ease-in-out infinite;
}
@keyframes shadow-bob {
  0%, 100% { transform: scaleX(1); opacity: 0.9; }
  50%      { transform: scaleX(0.94); opacity: 0.65; }
}

.hero-chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(18, 20, 24, 0.82);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 15px;
  font-size: 0.85rem; font-weight: 600;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
.chip-tesla { top: 2%; right: 4%; color: var(--text-faint); animation: hover-bob 8s ease-in-out -2.2s infinite; }
.chip-tesla s { text-decoration-color: rgba(245, 246, 247, 0.45); }
.chip-tesla .chip-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; }
.chip-honest {
  bottom: 6%; left: -2%; color: var(--text);
  border-color: rgba(61, 220, 132, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 24px rgba(61, 220, 132, 0.12);
  animation: hover-bob 6s ease-in-out -4s infinite;
}
.chip-honest .chip-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); }
.chip-honest strong { color: var(--accent); font-size: 1rem; }
.chip-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 8px var(--accent-glow); animation: pulse 2.2s ease-in-out infinite;
}

/* ---------- Deflating odometer ---------- */

.deflate { position: relative; }
.deflate-track { height: 340vh; }
.deflate-sticky {
  position: sticky; top: 0; height: 100vh; height: 100svh;
  overflow: clip;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 90% 55% at 50% 110%, rgba(61, 220, 132, 0.05), transparent 60%),
    var(--bg);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.deflate-eyebrow {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--text-faint);
  margin-bottom: 3vh;
  transition: opacity 0.5s;
}
.deflate-sticky:not([data-phase="tesla"]) .deflate-eyebrow { opacity: 0; }

.odo-labels {
  position: relative; height: 1.6em; width: 100%;
  text-align: center; font-size: clamp(1rem, 2.4vw, 1.35rem);
  font-weight: 600; letter-spacing: 0.02em;
}
.odo-label {
  position: absolute; left: 0; right: 0;
  transition: opacity 0.6s, transform 0.6s;
}
.odo-label-tesla { color: var(--text-dim); }
.odo-label-truth { color: var(--accent); opacity: 0; transform: translateY(10px); }
.deflate-sticky[data-phase="truth"] .odo-label-tesla { opacity: 0; transform: translateY(-10px); }
.deflate-sticky[data-phase="truth"] .odo-label-truth { opacity: 1; transform: translateY(0); }

.odo {
  display: flex; align-items: baseline;
  font-family: var(--font-round);
  font-size: clamp(6rem, 21vw, 15rem);
  font-weight: 800; letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  color: var(--text);
  /* drop-shadow (not text-shadow): applied after overflow clipping, so the
     glow hugs the digit shapes instead of painting rectangles per cell */
  filter: drop-shadow(0 0 24px rgba(61, 220, 132, 0));
  transition: color 0.7s, filter 0.7s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin: 1vh 0 2vh;
}
.deflate-sticky[data-phase="truth"] .odo {
  color: var(--accent);
  filter: drop-shadow(0 0 24px var(--accent-glow));
  transform: scale(1.04);
}
.odo-cell {
  display: block; height: 1em; overflow: hidden; width: 0.62em;
}
.odo-strip {
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.6, 0.3, 1);
  will-change: transform;
}
.odo-strip i {
  display: block; height: 1em; line-height: 1;
  font-style: normal; text-align: center;
}
.odo-unit {
  font-size: 0.22em; font-weight: 700; color: var(--text-faint);
  margin-left: 0.3em; letter-spacing: 0;
}
.odo-static { display: none; font-size: 1.3rem; color: var(--accent); margin-bottom: 2vh; }

.deflate-kicker {
  font-size: clamp(0.95rem, 2vw, 1.15rem); color: var(--text-dim);
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.7s 0.15s, transform 0.7s 0.15s;
  max-width: 480px; text-align: center; padding: 0 24px;
}
.deflate-sticky[data-phase="truth"] .deflate-kicker { opacity: 1; transform: translateY(0); }

/* road scene at the bottom of the sticky viewport */
.deflate-road {
  position: absolute; inset: auto 0 0 0; height: 34vh;
  pointer-events: none;
}
.ground-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 44px;
  transform: perspective(520px) rotateX(52deg);
  transform-origin: top center;
  -webkit-mask-image: linear-gradient(#000 20%, transparent 90%);
  mask-image: linear-gradient(#000 20%, transparent 90%);
}
.road-line {
  position: absolute; left: -10%; right: -10%; height: 3px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 42px, transparent 42px 110px);
  background-size: 110px 3px; background-repeat: repeat-x;
  border-radius: 2px;
}
.rl1 { bottom: 12%; }
.rl2 { bottom: 30%; height: 2px; opacity: 0.5;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 30px, transparent 30px 84px);
  background-size: 84px 2px;
}
.deflate-car {
  position: absolute; bottom: 6%;
  width: min(56vw, 520px); height: auto;
  will-change: transform;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.55));
}
.deflate-ghost {
  position: absolute; bottom: 42%;
  width: min(30vw, 270px); height: auto;
  opacity: 0.14; filter: blur(1.5px);
  will-change: transform;
}

/* floating depth numbers */
.float-nums { position: absolute; inset: 0; overflow: clip; }
.float-num {
  position: absolute;
  font-family: var(--font-round);
  font-weight: 800; font-variant-numeric: tabular-nums;
  color: rgba(245, 246, 247, 0.07);
  will-change: transform; white-space: nowrap;
}
.fn1 { top: 14%; left: 74%; font-size: clamp(2.4rem, 6vw, 4.4rem); color: rgba(61, 220, 132, 0.10); }
.fn2 { top: 66%; left: 8%;  font-size: clamp(1.6rem, 4vw, 3rem); }
.fn3 { top: 26%; left: 6%;  font-size: clamp(2rem, 5vw, 3.6rem); }
.fn4 { top: 58%; left: 78%; font-size: clamp(1.4rem, 3.4vw, 2.4rem); }
.fn5 { top: 8%;  left: 30%; font-size: clamp(1.3rem, 3vw, 2.2rem); color: rgba(245, 246, 247, 0.055); }

/* ---------- Sections shared ---------- */

.features, .manifesto, .pricing { padding: 120px 0; position: relative; }
.features h2, .manifesto h2, .pricing h2 { max-width: 640px; }

/* ---------- Feature trio ---------- */

.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 64px;
}
.feature-card h3 { margin: 22px 0 10px; }
.feature-card p { color: var(--text-dim); font-size: 0.98rem; }
.feature-card p em { font-style: italic; color: var(--text); }

.mock-stage {
  position: relative; overflow: clip;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid var(--line);
  min-height: 330px;
  display: flex; align-items: center; justify-content: center;
  padding: 34px 26px;
}
.stage-home {
  background:
    radial-gradient(ellipse 120% 90% at 20% 0%, rgba(61, 220, 132, 0.09), transparent 55%),
    linear-gradient(160deg, #14171C, #0D0F12);
}
.stage-lock {
  background:
    radial-gradient(ellipse 130% 100% at 80% -10%, rgba(90, 140, 255, 0.10), transparent 60%),
    linear-gradient(200deg, #14161B, #0C0E11);
  flex-direction: column; gap: 22px;
}
.stage-notif {
  background:
    radial-gradient(ellipse 120% 90% at 50% 110%, rgba(61, 220, 132, 0.07), transparent 60%),
    linear-gradient(180deg, #13161A, #0D0F12);
}

/* iOS home-screen widget */
.ios-widget {
  width: 178px; aspect-ratio: 1; border-radius: 40px;
  background: linear-gradient(165deg, #1D2127, #101216);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 20px 19px 17px;
  display: flex; flex-direction: column;
}
.w-top { display: flex; align-items: center; justify-content: space-between; }
.w-honest-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em;
  color: var(--accent);
}
.w-pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 8px var(--accent-glow); animation: pulse 2.4s ease-in-out infinite;
}
.w-value {
  font-family: var(--font-round); font-size: 3.4rem; font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.05; margin-top: 6px;
  font-variant-numeric: tabular-nums;
}
.w-unit { font-size: 1rem; font-weight: 600; color: var(--text-dim); margin-left: 4px; }
.w-divider { height: 1px; background: var(--line); margin-top: auto; }
.w-tesla {
  display: flex; align-items: baseline; justify-content: space-between;
  padding-top: 10px;
}
.w-tesla-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; color: var(--text-faint); }
.w-tesla s { font-size: 0.92rem; font-weight: 600; color: var(--text-faint); text-decoration-color: rgba(245, 246, 247, 0.35); font-variant-numeric: tabular-nums; }

/* lock screen + Live Activity */
.lock-clock { text-align: center; line-height: 1.1; user-select: none; }
.lock-date { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text-dim); margin-bottom: 4px; }
.lock-time { font-size: 3.6rem; font-weight: 300; letter-spacing: 0.01em; color: rgba(245, 246, 247, 0.92); font-variant-numeric: tabular-nums; }

.ios-activity {
  width: 100%; max-width: 320px; border-radius: 24px;
  background: rgba(22, 25, 30, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 15px 16px 14px;
  font-size: 0.83rem;
}
.la-row { display: flex; align-items: center; gap: 8px; }
.la-icon {
  width: 26px; height: 26px; border-radius: 7px; flex: none;
  background: #0C0E11; border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
}
.la-route { font-weight: 700; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.la-arrow { color: var(--accent); }
.la-eta { margin-left: auto; color: var(--text-dim); white-space: nowrap; }
.la-eta strong { color: var(--text); font-variant-numeric: tabular-nums; }
.la-track {
  position: relative; height: 5px; border-radius: 3px;
  background: rgba(255, 255, 255, 0.10); margin: 13px 2px 11px;
}
.la-progress {
  position: absolute; inset: 0 auto 0 0; width: 58%;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(61, 220, 132, 0.55), var(--accent));
}
.la-dot {
  position: absolute; top: 50%; left: 58%;
  width: 13px; height: 13px; border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--text); box-shadow: 0 0 10px var(--accent-glow), 0 0 0 3px rgba(61, 220, 132, 0.25);
  animation: la-creep 5s ease-in-out infinite;
}
@keyframes la-creep {
  0%, 100% { left: 57%; }
  50%      { left: 60%; }
}
.la-meta { justify-content: space-between; color: var(--text-dim); font-variant-numeric: tabular-nums; }
.la-meta strong { color: var(--accent); }

/* push notification */
.ios-notif {
  position: relative; z-index: 1;
  width: 100%; max-width: 330px; border-radius: 22px;
  background: rgba(24, 27, 32, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 13px 15px;
  display: flex; gap: 11px; align-items: flex-start;
}
.notif-stack {
  position: absolute; width: 88%; max-width: 296px; height: 40px;
  border-radius: 20px; transform: translateY(-108px) scale(0.94);
  background: rgba(24, 27, 32, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.notif-icon {
  width: 34px; height: 34px; border-radius: 8.5px; flex: none; margin-top: 2px;
  background: #0C0E11; border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
}
.notif-body { min-width: 0; font-size: 0.84rem; line-height: 1.4; }
.notif-top { display: flex; justify-content: space-between; gap: 8px; }
.notif-app { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; color: var(--text-faint); }
.notif-time { font-size: 0.7rem; color: var(--text-faint); }
.notif-title { font-weight: 700; margin-top: 1px; }
.notif-text { color: var(--text-dim); font-variant-numeric: tabular-nums; }
.notif-cost { color: var(--accent); font-weight: 700; }

/* ---------- Manifesto ---------- */

.manifesto {
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(61, 220, 132, 0.045), transparent 60%),
    var(--bg-raised);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.manifesto-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 56px;
}
.promise {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 28px;
  transition: border-color 0.3s, transform 0.3s;
}
.promise:hover { border-color: rgba(61, 220, 132, 0.30); transform: translateY(-4px); }
.promise-num {
  display: inline-block; font-variant-numeric: tabular-nums;
  font-weight: 800; font-size: 0.85rem; letter-spacing: 0.1em;
  color: var(--accent); background: var(--accent-soft);
  border-radius: 8px; padding: 4px 9px; margin-bottom: 18px;
}
.promise h3 { margin-bottom: 10px; }
.promise p { color: var(--text-dim); font-size: 0.97rem; }
.promise p em { font-style: italic; color: var(--text); }
.manifesto-foot { margin-top: 44px; color: var(--text-dim); max-width: 620px; }

/* ---------- Pricing ---------- */

.pricing { text-align: left; }
.price-card {
  margin-top: 56px; max-width: 480px;
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(61, 220, 132, 0.10), transparent 55%),
    var(--bg-card);
  border: 1px solid rgba(61, 220, 132, 0.25);
  border-radius: calc(var(--radius) + 8px);
  padding: 42px 40px 36px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 60px rgba(61, 220, 132, 0.05);
}
.price-line { display: flex; align-items: baseline; gap: 6px; }
.price-big {
  font-family: var(--font-round); font-size: 4rem; font-weight: 800;
  letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums;
}
.price-per { color: var(--text-dim); font-size: 1.1rem; font-weight: 600; }
.price-trial { margin: 14px 0 26px; color: var(--accent); font-weight: 600; }
.price-list { list-style: none; margin-bottom: 32px; }
.price-list li {
  position: relative; padding: 7px 0 7px 32px; color: var(--text-dim);
  font-size: 0.98rem;
}
.price-list li::before {
  content: ""; position: absolute; left: 0; top: 12px;
  width: 18px; height: 18px; border-radius: 50%;
  background:
    var(--accent-soft)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5 7 11.5 12 5' fill='none' stroke='%233DDC84' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 12px no-repeat;
}
.price-foot { margin-top: 22px; font-size: 0.82rem; color: var(--text-faint); }

/* ---------- Footer ---------- */

.footer {
  border-top: 1px solid var(--line-soft);
  padding: 64px 0 40px;
  background: var(--bg-raised);
}
.footer-inner {
  display: flex; gap: 60px; flex-wrap: wrap; justify-content: space-between;
}
.footer-brand { max-width: 300px; }
.footer-brand p { color: var(--text-faint); font-size: 0.9rem; margin-top: 16px; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-cols h4 {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-faint); margin-bottom: 14px;
}
.footer-cols a {
  display: block; color: var(--text-dim); font-size: 0.92rem;
  padding: 4px 0; transition: color 0.2s;
}
.footer-cols a:hover { color: var(--text); text-decoration: none; }
.footer-legal {
  margin-top: 52px; padding-top: 24px;
  border-top: 1px solid var(--line-soft);
  color: var(--text-faint); font-size: 0.82rem;
  display: flex; gap: 10px 40px; flex-wrap: wrap; justify-content: space-between;
}

/* ---------- Reveal on scroll ---------- */

.js .reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.6, 0.3, 1),
              transform 0.7s cubic-bezier(0.2, 0.6, 0.3, 1);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- CSS scroll-driven bonus (progressive enhancement) ---------- */

@supports (animation-timeline: view()) {
  .mock-stage {
    animation: stage-rise linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 45%;
  }
  @keyframes stage-rise {
    from { transform: translateY(34px) scale(0.97); }
    to   { transform: translateY(0) scale(1); }
  }
  .promise {
    animation: promise-drift linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
  }
  @keyframes promise-drift {
    from { transform: translateY(24px); }
    to   { transform: translateY(0); }
  }
}

/* ---------- Legal pages ---------- */

.legal-main { max-width: 720px; margin: 0 auto; padding: 140px 24px 90px; }
.legal-main h1 { font-size: clamp(2rem, 5vw, 2.8rem); margin-bottom: 8px; }
.legal-updated { color: var(--text-faint); font-size: 0.9rem; margin-bottom: 44px; }
.legal-main h2 {
  font-size: 1.25rem; margin: 40px 0 12px; letter-spacing: -0.01em;
}
.legal-main p, .legal-main li { color: var(--text-dim); font-size: 0.99rem; }
.legal-main p + p { margin-top: 12px; }
.legal-main ul { margin: 12px 0 12px 22px; }
.legal-main li { margin: 6px 0; }
.legal-main strong { color: var(--text); }
.legal-callout {
  background: var(--bg-card); border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 12px; padding: 18px 22px; margin: 28px 0;
}
.legal-callout p { color: var(--text); }
.faq-item { border-bottom: 1px solid var(--line-soft); padding: 6px 0; }
.faq-item summary {
  cursor: pointer; font-weight: 700; color: var(--text);
  padding: 14px 0; list-style: none; position: relative; padding-right: 34px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%);
  color: var(--accent); font-weight: 700; font-size: 1.3rem;
  transition: transform 0.25s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { padding-bottom: 16px; }
.back-home { display: inline-block; margin-bottom: 36px; font-size: 0.92rem; }

/* ---------- Responsive ---------- */

@media (max-width: 920px) {
  .feature-grid, .manifesto-grid { grid-template-columns: 1fr; max-width: 460px; }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 110px; text-align: left; gap: 48px;
  }
  .hero-stage { order: 2; max-width: 560px; }
  .hero-glow { right: -30%; top: 30%; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav-links { display: none; }
  .nav-inner { justify-content: space-between; }
  .features, .manifesto, .pricing { padding: 84px 0; }
  .deflate-track { height: 300vh; }
  .deflate-car { width: 74vw; bottom: 8%; }
  .deflate-ghost { width: 40vw; }
  .fn4, .fn5 { display: none; }
  .price-card { padding: 32px 26px 28px; }
  .hero-chip { font-size: 0.78rem; padding: 7px 12px; }
  .chip-honest { left: 0; }
  .mock-stage { min-height: 300px; }
  .footer-inner { gap: 36px; }
  .footer-cols { gap: 32px; }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .deflate-track { height: auto; }
  .deflate-sticky { position: relative; height: auto; min-height: 92svh; padding: 90px 0 40vh; }
  .deflate-car { left: 50%; transform: translateX(-50%); }
  .deflate-ghost { left: 12%; }
  .js .reveal { opacity: 1; transform: none; }
}
