/* ============================================================
   Ora — product-first training OS site (v4)
   Flat premium dark. Quiet grid, hairline rules, monospace
   metadata. Lead with product proof, not concept.
   ============================================================ */

:root {
  --bg: #080d16;          /* dark carbon-blue */
  --bg-deep: #05080f;
  --bg-raise: #0e141f;
  --panel: #10161f;
  --panel-2: #131b26;
  --ink: #f3f2ef;
  --ink-dim: rgba(243, 242, 239, 0.70);
  --ink-faint: rgba(243, 242, 239, 0.46);
  --blue: #7bb7ff;
  --blue-bright: #9ccaff;
  --amber: #f0b15a;   /* estimated */
  --green: #5fe3c0;   /* confirmed / corrected */
  --line: rgba(231, 233, 240, 0.10);
  --line-strong: rgba(231, 233, 240, 0.20);
  --radius: 14px;
  --radius-sm: 10px;
  --font-sans: "Space Grotesk", system-ui, sans-serif;
  --font-mono: "Space Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad: clamp(20px, 5vw, 64px);
  --maxw: 1140px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg);
  background-image: radial-gradient(130% 90% at 50% -15%, #0d1828 0%, var(--bg) 48%, var(--bg-deep) 100%);
  background-attachment: fixed;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: rgba(123, 183, 255, 0.30); }

h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -0.02em; text-wrap: balance; }
h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); line-height: 1.06; }
h3 { font-size: 1.12rem; letter-spacing: -0.01em; }

/* the ONE accent: blue, upright, same sans face as the heading */
h1 em, h2 em {
  font-style: normal;
  color: var(--blue);
}

p { margin: 0; }

/* ---------- monospace metadata: the instrument tell ---------- */
.label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--blue); color: #06101f; padding: 10px 16px;
  border-radius: 0 0 8px 0; font-weight: 700; text-decoration: none;
}
.skip-link:focus { left: 0; }

.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 80;
  pointer-events: none;
}
.scroll-progress span {
  display: block; height: 100%; width: 100%;
  background: var(--blue);
  transform: scaleX(0); transform-origin: left;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; min-height: 46px; padding: 11px 24px;
  border: 1px solid var(--line-strong); border-radius: 999px;
  font: 500 0.92rem/1 var(--font-sans);
  letter-spacing: 0.01em; text-decoration: none; color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease),
    color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.2s var(--ease);
}
.btn:hover { border-color: var(--line-strong); transform: translateY(-1px); }
.btn-primary {
  background: var(--blue); border-color: var(--blue); color: #06101f; font-weight: 600;
}
.btn-primary:hover { background: var(--blue-bright); border-color: var(--blue-bright); box-shadow: 0 8px 30px -10px rgba(123, 183, 255, 0.6); }
.btn-ghost { background: transparent; }
.btn-ghost:hover { border-color: rgba(231, 233, 240, 0.4); background: rgba(231, 233, 240, 0.03); }
.btn-small { min-height: 40px; padding: 9px 18px; font-size: 0.85rem; }
.btn-block { width: 100%; }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 70;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 14px var(--pad);
  background: rgba(8, 13, 22, 0);
  border-bottom: 1px solid transparent;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.4s var(--ease);
}
.nav.is-scrolled {
  background: rgba(8, 13, 22, 0.72);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.nav.is-hidden { transform: translateY(-110%); }
.brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 1.05rem; letter-spacing: -0.01em; text-decoration: none;
}
.brand img { border-radius: 7px; }
.nav-links { display: flex; gap: 26px; }
.nav-links a {
  font-size: 0.9rem; color: var(--ink-dim); text-decoration: none;
  letter-spacing: 0.01em; transition: color 0.2s;
}
.nav-links a:hover { color: var(--ink); }

/* ---------- layout primitives ---------- */
main > section {
  position: relative;
  padding: clamp(72px, 11vh, 140px) var(--pad);
  border-top: 1px solid var(--line);
}
main > section:first-child { border-top: none; }
.section-head { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.section-head .kicker { display: inline-block; margin-bottom: 16px; }
.section-head h2 { margin-bottom: 14px; }
.section-head > p { color: var(--ink-dim); font-size: 1.05rem; }

/* ---------- reveal ---------- */
[data-reveal] {
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  transition-delay: calc(var(--i, 0) * 80ms);
}
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- confidence meter (shared) ---------- */
.conf { display: inline-flex; gap: 3px; vertical-align: middle; }
.conf i { width: 15px; height: 5px; border-radius: 2px; background: rgba(231,233,240,0.16); }
.conf[data-conf="medium"] i:nth-child(-n+2) { background: var(--amber); }
.conf[data-conf="high"] i { background: var(--green); }

/* ============================================================
   PHONE MOCKUP (shared)
   ============================================================ */
.phone-shot { position: relative; width: min(300px, 74vw); margin: 0 auto; }
.phone-shell {
  position: relative; aspect-ratio: 720 / 1600;
  border: 1px solid var(--line-strong); border-radius: 32px;
  background: var(--panel); overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(0,0,0,0.8), 0 0 0 6px rgba(255,255,255,0.02);
}
.phone-shell img { width: 100%; height: 100%; object-fit: cover; }
/* glow behind the device */
.phone-shot::before {
  content: ""; position: absolute; inset: -14% -10% -6%; z-index: -1;
  background: radial-gradient(60% 50% at 50% 32%, rgba(123,183,255,0.30), transparent 70%);
  filter: blur(8px);
}
.phone-shot-tilt .phone-shell {
  transform: perspective(1400px) rotateY(-13deg) rotateX(4deg) rotate(0.5deg);
  transition: transform 0.6s var(--ease);
}
.phone-shot-tilt:hover .phone-shell {
  transform: perspective(1400px) rotateY(-7deg) rotateX(2deg);
}
.phone-shot figcaption { margin-top: 16px; text-align: center; }

/* ============================================================
   HERO — product-first
   ============================================================ */
.hero {
  min-height: 94svh;
  display: flex; align-items: center;
  padding: clamp(110px, 16vh, 180px) var(--pad) clamp(72px, 11vh, 120px);
  overflow: hidden;
}
.hero-grid {
  max-width: var(--maxw); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.04fr 0.96fr;
  gap: clamp(28px, 5vw, 64px); align-items: center;
}
.hero-copy { display: grid; gap: 20px; justify-items: start; text-align: left; min-width: 0; max-width: 100%; }
.hero-grid > * { min-width: 0; }
.eyebrow { max-width: 100%; flex-wrap: wrap; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-dim);
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(95, 227, 192, 0.5); animation: pulse 2.6s var(--ease) infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(95, 227, 192, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(95, 227, 192, 0); }
  100% { box-shadow: 0 0 0 0 rgba(95, 227, 192, 0); }
}
.hero-statement {
  font-size: clamp(2.1rem, 5vw, 3.5rem); line-height: 1.04; letter-spacing: -0.025em;
  font-weight: 600; max-width: 16ch;
}
.hero-sub {
  max-width: 46ch; color: var(--ink-dim); font-size: clamp(1.04rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.hero-payoff {
  color: var(--blue); font-weight: 600; letter-spacing: -0.01em;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1; margin-top: 4px;
}

/* hero visual + floating chips */
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-chips { list-style: none; margin: 0; padding: 0; }
.chip {
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink); white-space: nowrap;
  background: rgba(16, 22, 31, 0.82); border: 1px solid var(--line-strong);
  border-radius: 999px; padding: 8px 13px; backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px -16px rgba(0,0,0,0.8);
}
@media (min-width: 901px) {
  .hero-chips { position: absolute; inset: 0; pointer-events: none; }
  .chip { position: absolute; animation: drift 7s var(--ease) infinite; animation-delay: calc(var(--c) * -1.3s); }
  .chip:nth-child(1) { top: 8%; left: -6%; }
  .chip:nth-child(2) { top: 26%; right: -10%; }
  .chip:nth-child(3) { top: 54%; left: -12%; }
  .chip:nth-child(4) { top: 72%; right: -6%; }
  .chip:nth-child(5) { bottom: 2%; left: 16%; }
}
@media (max-width: 900px) {
  .hero-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 26px; }
}
@keyframes drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.scroll-cue {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  width: 24px; height: 38px; border: 1px solid var(--line-strong); border-radius: 12px;
  display: flex; justify-content: center; padding-top: 7px;
}
.scroll-cue span { width: 3px; height: 7px; border-radius: 2px; background: var(--ink-faint); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { opacity: 0; transform: translateY(-3px); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(9px); } }

/* ============================================================
   PRODUCT SCREENSHOT STRIP
   ============================================================ */
.strip {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; justify-content: center; align-items: flex-start;
  gap: clamp(16px, 4vw, 44px); flex-wrap: wrap;
}
.strip .phone-shot { width: min(260px, 70vw); }
.strip .phone-shot:nth-child(2) { margin-top: -22px; }
.screen-note { text-align: center; color: var(--ink-faint); font-size: 0.9rem; margin: 34px auto 0; max-width: 46ch; font-family: var(--font-mono); letter-spacing: 0.04em; }

/* ============================================================
   PHOTO FRAME (shared — training/lifestyle imagery)
   ============================================================ */
.photo-frame {
  margin: 0; position: relative; overflow: hidden;
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  aspect-ratio: 4 / 5; background: var(--panel);
  box-shadow: 0 40px 80px -50px rgba(0,0,0,0.85);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-frame.is-placeholder { border-style: dashed; border-color: var(--line-strong); display: grid; place-items: center; }
.photo-frame.is-placeholder .ph-tag { color: var(--ink-faint); }

/* ============================================================
   OUTCOMES — what you get
   ============================================================ */
.outcomes-layout {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(24px, 5vw, 56px); align-items: center;
}
.outcome-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.outcome-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 20px 22px; display: grid; gap: 6px;
}
.outcome-card .label { color: var(--blue); }
.outcome-card h3 { font-size: 1.12rem; }
.outcome-card p { color: var(--ink-dim); font-size: 0.94rem; line-height: 1.45; }

/* ============================================================
   STICKY WORKFLOW
   ============================================================ */
.flow-layout {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 5vw, 70px);
  align-items: start;
}
.flow-sticky { position: sticky; top: 16vh; align-self: start; }
.flow-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(40px, 8vh, 96px); }
.flow-step {
  min-height: 46vh; display: grid; gap: 12px; align-content: center;
  padding-left: 22px; border-left: 2px solid var(--line);
  transition: border-color 0.4s var(--ease), opacity 0.4s var(--ease);
  opacity: 0.5;
}
.flow-step.is-active { opacity: 1; border-left-color: var(--blue); }
.flow-step h3 { font-size: clamp(1.3rem, 2.6vw, 1.9rem); letter-spacing: -0.02em; }
.flow-step p { color: var(--ink-dim); max-width: 46ch; }
.flow-step-img { display: none; }

@media (max-width: 900px) {
  .flow-sticky { display: none; }
  .flow-layout { grid-template-columns: 1fr; }
  .flow-steps { gap: 56px; }
  .flow-step { min-height: 0; opacity: 1; border-left: none; padding-left: 0; justify-items: center; text-align: center; }
  .flow-step p { margin: 0 auto; }
  .flow-metrics { justify-content: center; }
  .flow-diff { margin-left: auto; margin-right: auto; }
  .flow-step-img {
    display: block; width: min(260px, 72vw); height: auto; margin: 8px auto 0;
    border: 1px solid var(--line-strong); border-radius: 26px;
    aspect-ratio: 720 / 1600; object-fit: cover;
  }
}

/* ============================================================
   POWERBUILDING TOOLS
   ============================================================ */
.tools-stack { max-width: var(--maxw); margin: 0 auto; display: grid; gap: clamp(40px, 6vw, 72px); }
.tool-row { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(24px, 5vw, 64px); align-items: center; }
.tool-row.reverse .tool-shot { order: 2; }
.tool-shot { width: min(230px, 62vw); }
.tool-body { display: grid; gap: 14px; align-content: center; }
.tool-body .label { color: var(--blue); }
.tool-body h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.tool-body ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.tool-body li { position: relative; padding-left: 24px; color: var(--ink); font-size: 0.98rem; }
.tool-body li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 9px; height: 9px;
  border-left: 1.5px solid var(--blue); border-bottom: 1.5px solid var(--blue);
  transform: rotate(-45deg);
}
.tool-body li.later { color: var(--ink-dim); }
.later-tag {
  font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--amber); border: 1px solid rgba(240,177,90,0.4);
  border-radius: 999px; padding: 2px 7px; margin-left: 6px; vertical-align: middle;
}

/* ============================================================
   COACH DIFF + FLOW SALVAGE (used inside the workflow steps)
   ============================================================ */
.coach-diff {
  background: var(--bg-raise); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center;
}
.diff-col { display: grid; gap: 10px; align-content: start; }
.diff-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 0.9rem; }
.diff-col li { color: var(--ink-dim); }
.diff-draft li { color: var(--ink); }
.diff-draft em { font-style: normal; color: var(--green); font-family: var(--font-mono); font-size: 0.82rem; }
.diff-arrow { color: var(--blue); font-size: 1.4rem; }

.flow-diff { margin-top: 8px; max-width: 480px; }
.flow-metrics { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.flow-metrics li {
  display: grid; gap: 3px; background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 10px 14px; font-size: 0.92rem; font-weight: 500;
}
.flow-metrics .label { color: var(--blue); }

/* ============================================================
   PRICING + WAITLIST
   ============================================================ */
.plan-grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.plan-grid-2 { max-width: 800px; grid-template-columns: 1.1fr 0.9fr; }
.plan-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 12px;
}
.plan-card.featured { border-color: rgba(123, 183, 255, 0.4); background: linear-gradient(180deg, rgba(123,183,255,0.06), var(--panel)); }
.plan-card .label { color: var(--ink-dim); }
.plan-card.featured .label { color: var(--blue); }
.plan-price { display: flex; align-items: baseline; gap: 4px; }
.plan-price strong { font-size: 2.6rem; font-weight: 600; letter-spacing: -0.02em; }
.plan-price span { color: var(--ink-faint); font-size: 0.9rem; }
.plan-alt { color: var(--ink-faint); font-size: 0.82rem; font-family: var(--font-mono); letter-spacing: 0.02em; }
.plan-card ul { list-style: none; margin: 4px 0 8px; padding: 0; display: grid; gap: 9px; }
.plan-card li { position: relative; padding-left: 22px; color: var(--ink-dim); font-size: 0.92rem; line-height: 1.45; }
.plan-card li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px;
  border-left: 1.5px solid var(--blue); border-bottom: 1.5px solid var(--blue);
  transform: rotate(-45deg);
}
.plan-card .btn { margin-top: auto; }
.plan-card.slim { gap: 14px; }
.plan-card.slim p { color: var(--ink-dim); font-size: 0.92rem; }
.plan-soon {
  margin-top: auto; color: var(--ink-faint);
  display: inline-flex; align-items: center; gap: 8px;
}
.plan-soon::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--amber); opacity: 0.7;
}

/* ---------- waitlist CTA ---------- */
.cta {
  max-width: var(--maxw); margin: clamp(60px, 9vw, 110px) auto 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: center;
  padding-top: clamp(48px, 7vw, 80px); border-top: 1px solid var(--line);
}
.cta-copy { text-align: left; }
.cta-copy .kicker { display: inline-block; margin-bottom: 16px; }
.cta-copy h2 { margin-bottom: 14px; }
.cta-copy p { color: var(--ink-dim); }
.waitlist-card {
  background: var(--panel); border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 26px;
}
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field label { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); }
.field input {
  width: 100%; padding: 13px 15px; border-radius: 10px; border: 1px solid var(--line-strong);
  background: var(--bg); color: var(--ink); font: 400 1rem var(--font-sans);
}
.field input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(123,183,255,0.16); }
.goal-field { border: none; padding: 0; margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.goal-field legend { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 10px; padding: 0; }
.goal-field label { position: relative; }
.goal-field input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.goal-field span {
  display: inline-block; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line-strong);
  font-size: 0.88rem; color: var(--ink-dim); transition: all 0.2s var(--ease); cursor: pointer;
}
.goal-field input:checked + span { border-color: var(--blue); background: rgba(123,183,255,0.12); color: var(--ink); }
.goal-field input:focus-visible + span { box-shadow: 0 0 0 3px rgba(123,183,255,0.2); }
.hp { position: absolute; left: -9999px; }
.form-status { margin-top: 14px; font-size: 0.82rem; color: var(--ink-faint); }
.form-status.is-error { color: var(--amber); }
.form-status.is-ok { color: var(--green); }

.price-text { font-size: 1.4rem; font-weight: 600; letter-spacing: -0.01em; }
.save-tag {
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--green); border: 1px solid rgba(95,227,192,0.4); border-radius: 999px;
  padding: 2px 7px; margin-left: 6px; white-space: nowrap;
}

/* ---------- plan comparison table ---------- */
.vh {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.compare-wrap {
  max-width: var(--maxw); margin: clamp(36px, 5vw, 56px) auto 0;
  overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius);
  -webkit-overflow-scrolling: touch;
}
.compare { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 0.92rem; }
.compare th, .compare td { padding: 13px 16px; border-bottom: 1px solid var(--line); text-align: center; }
.compare thead th {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); font-weight: 400;
}
.compare thead .col-feat { color: var(--blue); }
.compare th:first-child, .compare td:first-child { text-align: left; }
.compare tbody th[scope="row"] { font-weight: 500; color: var(--ink); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: none; }
.compare .col-feat { background: rgba(123,183,255,0.06); }
.compare .yes { color: var(--green); font-weight: 700; }
.compare .no { color: var(--ink-faint); }
.compare .txt { color: var(--ink-dim); font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.04em; }
.compare-apps-table { min-width: 680px; }
.compare-apps-table thead .col-feat,
.compare-apps-table tbody .col-feat { background: rgba(123,183,255,0.10); }

/* ============================================================
   FOUNDERS / BUILD IN PUBLIC
   ============================================================ */
.founders-inner { max-width: 760px; margin: 0 auto; text-align: center; display: grid; gap: 24px; }
.founders-lead {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem); color: var(--ink);
  line-height: 1.4; letter-spacing: -0.01em;
}
.founder-cards { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.founder-card {
  display: flex; align-items: center; gap: 12px;
  background: var(--panel); border: 1px solid var(--line);
  border-radius: 999px; padding: 10px 22px 10px 10px;
}
.founder-card div { text-align: left; }
.founder-card b { display: block; font-size: 0.98rem; }
.founder-avatar {
  position: relative; overflow: hidden;
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(123,183,255,0.25), rgba(123,183,255,0.08));
  border: 1px solid rgba(123,183,255,0.4);
  font-family: var(--font-mono); font-size: 0.8rem; color: var(--blue);
}
.founder-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.founders-meta { letter-spacing: 0.12em; }

/* ---------- tentative tag (pricing) ---------- */
.tentative-tag {
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--amber); border: 1px solid rgba(240,177,90,0.4); border-radius: 999px;
  padding: 2px 7px; vertical-align: middle; white-space: nowrap;
}

/* ---------- waitlist trust (merged from former Trust section) ---------- */
.waitlist-trust {
  list-style: none; margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 7px 16px;
}
.waitlist-trust li { position: relative; padding-left: 18px; font-size: 0.78rem; color: var(--ink-dim); }
.waitlist-trust li::before {
  content: ""; position: absolute; left: 0; top: 50%; width: 8px; height: 5px;
  border-left: 1.5px solid var(--green); border-bottom: 1.5px solid var(--green);
  transform: translateY(-65%) rotate(-45deg);
}

/* ============================================================
   TESTIMONIALS (placeholder layout)
   ============================================================ */
.quote-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; display: grid; gap: 18px; align-content: start;
}
.quote-card blockquote { margin: 0; font-size: 1.05rem; line-height: 1.45; color: var(--ink); }
.quote-card.is-placeholder { border-style: dashed; border-color: var(--line-strong); }
.ph-tag { color: var(--ink-faint); }
.q-skeleton { display: grid; gap: 9px; }
.q-line { height: 11px; border-radius: 6px; background: rgba(231,233,240,0.08); }
.q-line.short { width: 55%; }
.quote-foot { display: flex; align-items: center; gap: 12px; margin: 0; }
.quote-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--panel-2); border: 1px solid var(--line-strong); flex: none; }
.quote-name { display: grid; gap: 5px; }
.quote-name b { font-size: 0.92rem; }
.ph-name { width: 84px; height: 10px; border-radius: 4px; background: rgba(231,233,240,0.12); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-list details { border-top: 1px solid var(--line); padding: 6px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 18px 40px 18px 0; position: relative;
  font-size: 1.08rem; font-weight: 500; color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-x { position: absolute; right: 4px; top: 50%; width: 14px; height: 14px; transform: translateY(-50%); }
.faq-x::before, .faq-x::after { content: ""; position: absolute; background: var(--ink-dim); transition: transform 0.25s var(--ease); }
.faq-x::before { left: 0; right: 0; top: 6px; height: 2px; }
.faq-x::after { top: 0; bottom: 0; left: 6px; width: 2px; }
.faq-list details[open] .faq-x::after { transform: scaleY(0); }
.faq-list details p { padding: 0 40px 18px 0; color: var(--ink-dim); font-size: 0.98rem; max-width: 64ch; }
.faq-list details a { color: var(--blue); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding: clamp(48px, 7vw, 80px) var(--pad) 32px; }
.footer-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 40px;
}
.footer-brand p { margin-top: 14px; color: var(--ink-faint); font-size: 0.9rem; max-width: 34ch; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-links b { display: block; font-size: 0.78rem; font-family: var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 14px; font-weight: 400; }
.footer-links a { display: block; color: var(--ink-dim); text-decoration: none; font-size: 0.92rem; padding: 4px 0; transition: color 0.2s; }
.footer-links a:hover { color: var(--ink); }
.footer-fine { max-width: var(--maxw); margin: 40px auto 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: 0.82rem; font-family: var(--font-mono); letter-spacing: 0.04em; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { justify-items: center; text-align: center; }
  .hero-statement { max-width: 18ch; }
  .hero-sub { max-width: 52ch; }
  .hero-actions { justify-content: center; }
  .nav-links { display: none; }
  .cta { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 820px) {
  .outcomes-layout { grid-template-columns: 1fr; gap: 28px; }
  .outcomes .photo-frame { aspect-ratio: 16 / 11; max-width: 520px; margin: 0 auto; width: 100%; }
  .tool-row { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 22px; }
  .tool-row.reverse .tool-shot { order: 0; }
  .tool-body { justify-items: center; }
  .tool-body ul { justify-self: start; text-align: left; }
  .quote-grid { grid-template-columns: 1fr; max-width: 460px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-grid-2 { grid-template-columns: 1fr; }
  .coach-diff { grid-template-columns: 1fr; gap: 14px; }
  .diff-arrow { transform: rotate(90deg); justify-self: center; }
}
@media (max-width: 480px) {
  .footer-links { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .phone-shot-tilt .phone-shell { transform: none; }
  .flow-step { opacity: 1; }
}
