/* =========================================================
   Kudbee Quant — Marketing Site
   Design system + landing page styles
   ========================================================= */

:root {
  /* Palette */
  --bg:        #0a0e17;
  --bg-2:      #0d1320;
  --bg-3:      #111a2b;
  --surface:   rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border:    rgba(255, 255, 255, 0.09);
  --border-2:  rgba(255, 255, 255, 0.14);

  --honey:     #F5A623;
  --honey-lt:  #FFD45E;
  --honey-glow: rgba(245, 166, 35, 0.45);
  --mint:      #2DD4BF;
  --mint-glow: rgba(45, 212, 191, 0.4);
  --red:       #F45B69;

  --text:      #EAF0FA;
  --muted:     #9AA6BC;
  --muted-2:   #6A7488;

  --radius:    18px;
  --radius-sm: 12px;
  --radius-lg: 28px;

  --maxw:      1180px;
  --ease:      cubic-bezier(.22, 1, .36, 1);

  --font-head: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.1; letter-spacing: -0.02em; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.container--narrow { max-width: 780px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--honey); color: #000; padding: 10px 16px; border-radius: 0 0 8px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ===== Buttons ===== */
.btn {
  --btn-bg: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  padding: 13px 22px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, border-color .25s;
  white-space: nowrap; will-change: transform;
}
.btn--sm { padding: 9px 16px; font-size: 14px; }
.btn--lg { padding: 16px 28px; font-size: 16px; }
.btn--primary {
  background: linear-gradient(135deg, var(--honey-lt), var(--honey));
  color: #16120a;
  box-shadow: 0 8px 30px -8px var(--honey-glow);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px -8px var(--honey-glow); }
.btn--ghost { background: var(--surface); border-color: var(--border-2); color: var(--text); }
.btn--ghost:hover { background: var(--surface-2); transform: translateY(-2px); }
.btn:focus-visible { outline: 2px solid var(--honey-lt); outline-offset: 3px; }
.play { font-size: 11px; color: var(--honey-lt); }

/* ===== Nav ===== */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10, 14, 23, 0.72);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--border);
}
.nav__inner { display: flex; align-items: center; gap: 24px; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.brand__mark { display: inline-flex; filter: drop-shadow(0 4px 12px var(--honey-glow)); }
.brand__accent { color: var(--honey); }
.nav__links { display: flex; gap: 28px; margin-left: auto; }
.nav__links a { color: var(--muted); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav__links a:hover { color: var(--text); }
.nav__cta { margin-left: 4px; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s; }

/* ===== Hero ===== */
.hero { position: relative; padding: 150px 0 0; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(110px); opacity: .55; }
.hero__glow--1 { width: 560px; height: 560px; top: -160px; left: -120px; background: radial-gradient(circle, var(--honey-glow), transparent 70%); }
.hero__glow--2 { width: 620px; height: 620px; top: -60px; right: -200px; background: radial-gradient(circle, var(--mint-glow), transparent 70%); opacity: .35; }
.hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%);
}
.hero__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
  padding-bottom: 90px;
}

.pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--surface); border: 1px solid var(--border-2); color: var(--muted);
  padding: 7px 15px; border-radius: 999px; font-size: 13.5px; font-weight: 500; margin-bottom: 26px;
}
.pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 0 var(--mint-glow); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 var(--mint-glow); } 70% { box-shadow: 0 0 0 9px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }

.hero__title { font-size: clamp(2.6rem, 5.4vw, 4.2rem); font-weight: 700; margin-bottom: 22px; }
.grad-text {
  background: linear-gradient(120deg, var(--honey-lt), var(--honey) 55%, #ff8a3c);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: inline-block;
}
.hero__sub { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--muted); max-width: 540px; margin-bottom: 34px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero__trust { display: flex; gap: 34px; flex-wrap: wrap; }
.hero__trust li { display: flex; flex-direction: column; }
.hero__trust strong { font-family: var(--font-head); font-size: 1.7rem; font-weight: 700; }
.hero__trust span { color: var(--muted); font-size: 13.5px; }

/* Hero visual */
.hero__visual { position: relative; }
.glass {
  background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  border: 1px solid var(--border); border-radius: var(--radius);
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.7);
}
.dash { padding: 22px; position: relative; z-index: 2; }
.dash__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dash__title { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--text); }
.dash__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); animation: pulse 2s infinite; }
.dash__chart { height: 160px; margin: 0 -6px 16px; }
.spark { width: 100%; height: 100%; overflow: visible; }
.dash__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.dash__stats > div { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 11px 12px; }
.dash__stats .k { display: block; font-size: 11px; color: var(--muted); margin-bottom: 3px; }
.dash__stats b { font-family: var(--font-mono); font-size: 15px; font-weight: 500; }

.badge { font-family: var(--font-mono); font-size: 12.5px; font-weight: 500; padding: 5px 10px; border-radius: 999px; white-space: nowrap; }
.badge--up { color: var(--mint); background: rgba(45,212,191,.12); border: 1px solid rgba(45,212,191,.25); }
.badge--down { color: var(--red); background: rgba(244,91,105,.12); border: 1px solid rgba(244,91,105,.25); }
.badge--neutral { color: var(--honey-lt); background: rgba(245,166,35,.12); border: 1px solid rgba(245,166,35,.25); }
.up { color: var(--mint); } .down { color: var(--red); }

.chip {
  position: absolute; display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600;
  z-index: 3; animation: float 5s ease-in-out infinite;
}
.chip__k { color: var(--text); }
.chip--a { top: -26px; right: -14px; animation-delay: 0s; }
.chip--b { bottom: 36px; left: -34px; animation-delay: 1.6s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* Ticker */
.ticker { position: relative; z-index: 1; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.015); overflow: hidden; }
.ticker__track { display: flex; gap: 44px; padding: 14px 0; width: max-content; animation: scroll 38s linear infinite; }
.ticker__track span { font-family: var(--font-mono); font-size: 14px; color: var(--muted); display: inline-flex; gap: 8px; }
.ticker em { font-style: normal; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Trust strip ===== */
.trust { text-align: center; padding: 56px 24px 8px; }
.trust__label { color: var(--muted); font-size: 14px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; }
.trust__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; font-family: var(--font-head); font-weight: 500; color: var(--text); opacity: .85; }
.trust__row .dot { color: var(--honey); }

/* ===== Sections ===== */
.section { padding: 96px 0; position: relative; }
.section--alt { background: linear-gradient(180deg, var(--bg), var(--bg-2)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section__head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.eyebrow { display: inline-block; font-family: var(--font-mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--honey); margin-bottom: 14px; }
.section__head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 16px; }
.section__head p { color: var(--muted); font-size: 1.08rem; }

/* ===== What is / definitional ===== */
.define__lead { font-size: clamp(1.2rem, 2.2vw, 1.5rem); line-height: 1.5; text-align: center; max-width: 780px; margin: 0 auto 22px; color: var(--text); }
.define__lead strong { color: var(--honey-lt); font-weight: 600; }
.define__body { color: var(--muted); font-size: 1.06rem; max-width: 720px; margin: 0 auto 36px; text-align: center; }
.define__body em { color: var(--text); font-style: italic; }
.define__facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.define__facts > div { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px; text-align: center; }
.define__facts .k { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--honey); margin-bottom: 6px; }
.define__facts b { font-size: .98rem; font-weight: 600; }

/* ===== Personas ===== */
.grid--personas { grid-template-columns: repeat(4, 1fr); }
.persona { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 22px; transition: transform .35s var(--ease), border-color .35s, background .35s; }
.persona:hover { transform: translateY(-6px); border-color: var(--border-2); background: var(--surface-2); }
.persona__icon { font-size: 30px; margin-bottom: 14px; }
.persona h3 { font-size: 1.12rem; margin-bottom: 8px; }
.persona p { color: var(--muted); font-size: .94rem; }

/* ===== Comparison table ===== */
.compare { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { text-align: left; padding: 16px 20px; font-size: .96rem; border-bottom: 1px solid var(--border); }
.compare thead th { font-family: var(--font-head); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); background: rgba(255,255,255,.02); }
.compare tbody th { font-weight: 600; color: var(--text); }
.compare td { color: var(--muted); }
.compare .compare__us { color: var(--honey-lt); }
.compare tbody td:last-child { color: var(--text); font-weight: 500; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare tbody td:last-child { background: linear-gradient(90deg, transparent, rgba(245,166,35,.05)); }
.compare tbody td:last-child::before { content: "✓ "; color: var(--mint); font-weight: 700; }

.faq__more { text-align: center; color: var(--muted); margin-top: 24px; font-size: .98rem; }
.faq__more a { color: var(--honey-lt); font-weight: 600; border-bottom: 1px solid rgba(245,166,35,.4); }

/* ===== Honest dashboard / equity notes ===== */
.dash__note { margin-top: 14px; font-size: 11.5px; line-height: 1.5; color: var(--muted-2); border-top: 1px solid var(--border); padding-top: 12px; }
.dash__stats .ci { color: var(--muted); font-size: 12px; }

/* ===== Honesty contract grid ===== */
.grid--features.honesty-grid { grid-template-columns: repeat(3, 1fr); }
.honesty-grid .card { position: relative; }
.honesty__n { font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: transparent; -webkit-text-stroke: 1.2px var(--honey); margin-bottom: 10px; }
.honesty-grid__cta { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: linear-gradient(160deg, rgba(245,166,35,.10), rgba(255,255,255,.02)); border-color: rgba(245,166,35,.25); }
.honesty-grid__cta .btn { margin-top: 14px; }

/* ===== About / values / principles ===== */
.values { display: grid; gap: 14px; margin-top: 26px; }
.values li { color: var(--muted); padding-left: 28px; position: relative; }
.values li b { color: var(--text); }
.values li::before { content: "🐝"; position: absolute; left: 0; top: 0; font-size: 14px; }
.principles { display: grid; gap: 16px; }
.principle { padding: 22px 24px; }
.principle__n { font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: transparent; -webkit-text-stroke: 1.2px var(--honey); }
.principle h3 { font-size: 1.1rem; margin: 8px 0 6px; }
.principle p { color: var(--muted); font-size: .94rem; }

/* ===== Pricing ===== */
.grid--pricing { grid-template-columns: repeat(3, 1fr); align-items: start; }
.price { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px; transition: transform .35s var(--ease), border-color .35s; }
.price:hover { transform: translateY(-6px); border-color: var(--border-2); }
.price--featured { border-color: rgba(245,166,35,.5); background: linear-gradient(170deg, rgba(245,166,35,.10), rgba(255,255,255,.02)); box-shadow: 0 30px 70px -30px var(--honey-glow); }
.price__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--honey-lt), var(--honey)); color: #16120a; font-family: var(--font-head); font-weight: 600; font-size: 12px; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.price__name { font-size: 1.1rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.price__amt { font-family: var(--font-head); font-weight: 700; font-size: 2.2rem; line-height: 1; margin-bottom: 14px; }
.price__amt span { display: block; font-family: var(--font-body); font-weight: 400; font-size: .8rem; color: var(--muted); margin-top: 8px; letter-spacing: 0; text-transform: none; }
.price__desc { color: var(--muted); font-size: .94rem; margin-bottom: 20px; min-height: 42px; }
.price__list { display: grid; gap: 11px; margin-bottom: 26px; }
.price__list li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--text); }
.price__list li::before { content: "✓"; flex: none; color: var(--mint); font-weight: 700; }
.price .btn { width: 100%; }
.price__note { text-align: center; color: var(--muted); font-size: .92rem; margin-top: 26px; }

/* ===== Feature grid ===== */
.grid { display: grid; gap: 22px; }
.grid--features { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; transition: transform .35s var(--ease), border-color .35s, background .35s;
  position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(420px circle at var(--mx, 50%) 0%, rgba(245,166,35,.10), transparent 60%);
  opacity: 0; transition: opacity .35s;
}
.card:hover { transform: translateY(-6px); border-color: var(--border-2); background: var(--surface-2); }
.card:hover::before { opacity: 1; }
.card__icon {
  width: 52px; height: 52px; display: grid; place-items: center; font-size: 24px; margin-bottom: 18px;
  background: linear-gradient(160deg, rgba(245,166,35,.18), rgba(245,166,35,.04));
  border: 1px solid rgba(245,166,35,.25); border-radius: 14px;
}
.card h3 { font-size: 1.2rem; margin-bottom: 9px; }
.card p { color: var(--muted); font-size: .96rem; }

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { position: relative; padding: 28px 22px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.step__num { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; color: transparent; -webkit-text-stroke: 1.4px var(--honey); display: block; margin-bottom: 12px; opacity: .85; }
.step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .94rem; }

/* ===== Split sections ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--rev .split__visual { order: -1; }
.split__copy h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 18px; }
.split__copy > p { color: var(--muted); font-size: 1.05rem; margin-bottom: 24px; }
.checklist { display: grid; gap: 12px; margin-bottom: 30px; }
.checklist li { display: flex; align-items: center; gap: 12px; color: var(--text); font-weight: 500; }
.checklist li::before {
  content: "✓"; flex: none; width: 24px; height: 24px; display: grid; place-items: center;
  background: rgba(45,212,191,.14); color: var(--mint); border-radius: 7px; font-size: 13px; font-weight: 700;
  border: 1px solid rgba(45,212,191,.3);
}

/* Equity card */
.equity { padding: 22px; }
.equity__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; font-weight: 600; font-size: 14px; }
.equity__chart { width: 100%; height: 240px; }
.equity__legend { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; }
.equity__legend > div { text-align: center; }
.equity__legend .k { display: block; font-size: 11px; color: var(--muted); margin-bottom: 2px; }
.equity__legend b { font-family: var(--font-mono); font-size: 15px; font-weight: 500; }

/* Signals card */
.signals { padding: 22px; }
.signals__head { font-weight: 600; font-size: 14px; margin-bottom: 16px; color: var(--muted); }
.signals__list { display: grid; gap: 10px; }
.signals__list li {
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 16px;
  transition: border-color .3s, transform .3s;
}
.signals__list li:hover { border-color: var(--border-2); transform: translateX(4px); }
.signals__list .sym { font-family: var(--font-mono); font-weight: 500; font-size: 14px; }
.signals__list .conf { font-family: var(--font-mono); color: var(--muted); font-size: 13px; }
.signals__list .meta { grid-column: 1 / -1; font-size: 12.5px; color: var(--muted-2, #6a7488); }

/* ===== Stats band ===== */
.band { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 64px 0; }
.band__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.band__inner strong { display: block; font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 700; background: linear-gradient(120deg, var(--honey-lt), var(--honey)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.band__inner span { color: var(--muted); font-size: 14px; }

/* ===== Testimonials ===== */
.grid--quotes { grid-template-columns: repeat(3, 1fr); }
.quote { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; }
.quote blockquote { font-size: 1.04rem; line-height: 1.65; margin-bottom: 20px; }
.quote em { color: var(--honey-lt); font-style: italic; }
.quote figcaption { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 14px; font-weight: 500; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--honey-lt), var(--honey)); color: #16120a; font-weight: 700; font-family: var(--font-head); }
.disclaimer-inline { text-align: center; color: var(--muted-2, #6a7488); font-size: 13px; margin-top: 34px; }

/* ===== CTA ===== */
.cta-section { padding-top: 40px; }
.cta { position: relative; text-align: center; padding: 64px 32px; overflow: hidden; border-radius: var(--radius-lg); }
.cta__glow { position: absolute; width: 600px; height: 600px; top: -340px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, var(--honey-glow), transparent 65%); filter: blur(60px); opacity: .55; }
.cta .eyebrow, .cta h2, .cta > p, .waitlist { position: relative; z-index: 1; }
.cta h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 14px; }
.cta > p { color: var(--muted); font-size: 1.1rem; max-width: 520px; margin: 0 auto 30px; }

.waitlist { max-width: 520px; margin: 0 auto; }
.waitlist__row { display: flex; gap: 10px; }
.waitlist input {
  flex: 1; background: rgba(0,0,0,.35); border: 1px solid var(--border-2); border-radius: 999px;
  padding: 16px 22px; color: var(--text); font-family: var(--font-body); font-size: 15px; transition: border-color .25s, box-shadow .25s;
}
.waitlist input::placeholder { color: var(--muted-2, #6a7488); }
.waitlist input:focus { outline: none; border-color: var(--honey); box-shadow: 0 0 0 4px rgba(245,166,35,.15); }
.waitlist__note { color: var(--muted-2, #6a7488); font-size: 13px; margin-top: 14px; }
.waitlist__msg { font-size: 14px; font-weight: 600; margin-top: 12px; min-height: 20px; }
.waitlist__msg.ok { color: var(--mint); }
.waitlist__msg.err { color: var(--red); }

/* ===== FAQ ===== */
.faq { display: grid; gap: 14px; }
.faq__item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 4px 22px; transition: border-color .3s; }
.faq__item[open] { border-color: var(--border-2); }
.faq__item summary { cursor: pointer; list-style: none; padding: 18px 0; font-family: var(--font-head); font-weight: 600; font-size: 1.06rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.5rem; color: var(--honey); transition: transform .3s; line-height: 1; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--muted); padding-bottom: 18px; font-size: .98rem; }

/* ===== Glossary page ===== */
.glossary-hero { padding-top: 140px; padding-bottom: 24px; text-align: center; }
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.crumbs a { color: var(--honey-lt); }
.glossary-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 16px; }
.glossary-hero__sub { color: var(--muted); font-size: 1.1rem; max-width: 560px; margin: 0 auto 28px; }
.glossary-search { max-width: 440px; margin: 0 auto; }
.glossary-search input {
  width: 100%; background: rgba(0,0,0,.35); border: 1px solid var(--border-2); border-radius: 999px;
  padding: 14px 22px; color: var(--text); font-family: var(--font-body); font-size: 15px; transition: border-color .25s, box-shadow .25s;
}
.glossary-search input::placeholder { color: var(--muted-2); }
.glossary-search input:focus { outline: none; border-color: var(--honey); box-shadow: 0 0 0 4px rgba(245,166,35,.15); }

.glossary-section { padding-top: 32px; }
.glossary { display: grid; gap: 14px; }
.term { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 22px 24px; transition: border-color .3s, transform .3s; }
.term:hover { border-color: var(--border-2); transform: translateX(4px); }
.term dt { font-family: var(--font-head); font-weight: 600; font-size: 1.15rem; color: var(--honey-lt); margin-bottom: 7px; }
.term dd { color: var(--muted); font-size: .98rem; line-height: 1.6; }
.glossary-empty { text-align: center; color: var(--muted); padding: 28px; }

.glossary-cta { text-align: center; padding: 44px 32px; margin-top: 44px; border-radius: var(--radius-lg); }
.glossary-cta h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 10px; }
.glossary-cta p { color: var(--muted); margin-bottom: 22px; }

/* ===== Blog index ===== */
.grid--posts { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 24px; transition: transform .35s var(--ease), border-color .35s, background .35s; }
.post-card:hover { transform: translateY(-6px); border-color: var(--border-2); background: var(--surface-2); }
.post-card__tag { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--honey); margin-bottom: 14px; }
.post-card h2 { font-size: 1.2rem; line-height: 1.25; margin-bottom: 10px; }
.post-card p { color: var(--muted); font-size: .95rem; flex: 1; margin-bottom: 18px; }
.post-card__meta { color: var(--muted-2); font-size: 13px; font-family: var(--font-mono); }

/* ===== Article ===== */
.article { padding-top: 130px; }
.article__head { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.article__tag { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--honey); }
.article__head h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin: 14px 0 16px; }
.article__meta { color: var(--muted); font-size: 14px; font-family: var(--font-mono); }
.prose { max-width: 720px; margin: 0 auto; }
.prose > * + * { margin-top: 22px; }
.prose p, .prose li { color: var(--text-prose, #c7d0e0); font-size: 1.08rem; line-height: 1.75; }
.prose h2 { font-family: var(--font-head); font-size: 1.6rem; margin-top: 48px; letter-spacing: -0.02em; }
.prose h3 { font-family: var(--font-head); font-size: 1.25rem; margin-top: 32px; }
.prose ul, .prose ol { padding-left: 24px; display: grid; gap: 10px; }
.prose ul li { list-style: none; position: relative; padding-left: 4px; }
.prose ul li::before { content: "▹"; position: absolute; left: -20px; color: var(--honey); }
.prose ol { list-style: decimal; }
.prose ol li::marker { color: var(--honey); font-family: var(--font-mono); }
.prose a { color: var(--honey-lt); border-bottom: 1px solid rgba(245,166,35,.4); }
.prose a:hover { border-bottom-color: var(--honey-lt); }
.prose strong { color: var(--text); }
.prose blockquote { border-left: 3px solid var(--honey); padding: 6px 0 6px 22px; color: var(--text); font-size: 1.18rem; font-family: var(--font-head); font-weight: 500; }
.prose .callout { background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--mint); border-radius: var(--radius-sm); padding: 18px 22px; }
.prose .callout p { font-size: 1rem; margin: 0; }
.prose .key-takeaway { background: linear-gradient(160deg, rgba(245,166,35,.10), rgba(255,255,255,.02)); border: 1px solid rgba(245,166,35,.25); border-radius: var(--radius); padding: 22px 24px; }
.prose .key-takeaway h2 { margin-top: 0; font-size: 1.1rem; color: var(--honey-lt); text-transform: uppercase; letter-spacing: .06em; }
.prose .key-takeaway p { margin-top: 10px; font-size: 1rem; }
.article-cta { max-width: 720px; margin: 56px auto 0; text-align: center; padding: 40px 32px; border-radius: var(--radius-lg); }
.article-cta h2 { font-size: 1.6rem; margin-bottom: 10px; }
.article-cta p { color: var(--muted); margin-bottom: 22px; }
.article-nav { max-width: 720px; margin: 40px auto 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; }
.article-nav a { color: var(--honey-lt); }

/* ===== Contact page ===== */
.contact-list { display: grid; gap: 16px; }
.contact-list li { display: flex; flex-direction: column; gap: 2px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 18px; }
.contact-list__k { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.contact-list a { color: var(--honey-lt); font-family: var(--font-mono); font-size: 15px; }
.contact-form { display: flex; flex-direction: column; gap: 8px; padding: 28px; }
.contact-form label { font-size: 13px; font-weight: 600; color: var(--muted); margin-top: 10px; }
.contact-form input, .contact-form textarea {
  background: rgba(0,0,0,.35); border: 1px solid var(--border-2); border-radius: var(--radius-sm);
  padding: 13px 16px; color: var(--text); font-family: var(--font-body); font-size: 15px; transition: border-color .25s, box-shadow .25s; resize: vertical;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--muted-2); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--honey); box-shadow: 0 0 0 4px rgba(245,166,35,.15); }
.contact-form .btn { margin-top: 18px; }

/* ===== Start-here learning path ===== */
.path { display: grid; gap: 14px; counter-reset: none; list-style: none; padding: 0; }
.path__step { display: flex; gap: 18px; align-items: flex-start; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; transition: border-color .3s, transform .3s; }
.path__step:hover { border-color: var(--border-2); transform: translateX(4px); }
.path__num { flex: none; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--honey-lt), var(--honey)); color: #16120a; font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; }
.path__step h2 { font-size: 1.2rem; margin-bottom: 6px; }
.path__step h2 a { color: var(--text); }
.path__step h2 a:hover { color: var(--honey-lt); }
.path__step p { color: var(--muted); font-size: .96rem; }
.callout-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 28px; margin-top: 36px; }
.callout-row h3 { font-size: 1.08rem; margin-bottom: 6px; }
.callout-row p { color: var(--muted); font-size: .95rem; }
.callout-row a { color: var(--honey-lt); }

/* ===== Footer ===== */
.footer { border-top: 1px solid var(--border); background: var(--bg-2); padding: 64px 0 32px; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--border); }
.footer__brand p { color: var(--muted); font-size: 14px; max-width: 280px; margin-top: 16px; }
.footer__col h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: var(--text); margin-bottom: 16px; }
.footer__col a { display: block; color: var(--muted); font-size: 14px; margin-bottom: 10px; transition: color .2s; }
.footer__col a:hover { color: var(--honey-lt); }
.footer__bottom { display: flex; flex-direction: column; gap: 12px; padding-top: 28px; }
.footer__bottom p { color: var(--muted-2, #6a7488); font-size: 13px; }
.footer__risk { max-width: 760px; line-height: 1.55; }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__visual { max-width: 480px; }
  .grid--features, .steps, .grid--personas { grid-template-columns: repeat(2, 1fr); }
  .grid--features.honesty-grid { grid-template-columns: repeat(2, 1fr); }
  .grid--pricing { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .grid--posts { grid-template-columns: repeat(2, 1fr); }
  .price__desc { min-height: 0; }
  .define__facts { grid-template-columns: repeat(2, 1fr); }
  .grid--quotes { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split--rev .split__visual { order: 0; }
  .band__inner { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 680px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav.open .nav__links {
    display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0;
    background: rgba(10,14,23,.96); backdrop-filter: blur(16px); padding: 20px 24px; gap: 18px;
    border-bottom: 1px solid var(--border);
  }
  .nav.open .nav__cta { display: inline-flex; position: absolute; top: 200px; left: 24px; right: 24px; }
  .hero { padding-top: 120px; }
  .hero__trust { gap: 24px; }
  .grid--features, .steps, .band__inner, .grid--personas, .define__facts, .grid--posts { grid-template-columns: 1fr; }
  .grid--features.honesty-grid { grid-template-columns: 1fr; }
  /* Wide tables: smooth momentum scroll + smaller type/padding so more fits on
     a ~375px phone before any horizontal scroll is needed. */
  .compare { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .compare table { min-width: 460px; font-size: .9rem; }
  .compare th, .compare td { padding-inline: 10px; }
  .footer__inner { grid-template-columns: 1fr; }
  .waitlist__row { flex-direction: column; }
  .callout-row { grid-template-columns: 1fr; }
  .chip--a { right: 0; top: -20px; } .chip--b { left: 0; }
  .section { padding: 72px 0; }
  /* Comfortable touch targets (WCAG 2.5.5) on small screens. */
  .btn, .btn--sm { min-height: 44px; }
  .contact-form input, .contact-form textarea, .contact-form button { min-height: 44px; }
}
