/* ============================================================
   SaySo marketing site — shared styles
   Built on the SaySo design system tokens.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");
@import url("colors_and_type.css");

/* ABC Solar Display — brand display face (titles / subtitles only) */
@font-face {
  font-family: "ABC Solar Display";
  src: url("fonts/ABCSolarDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Solar Display";
  src: url("fonts/ABCSolarDisplay-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ABC Solar Display";
  src: url("fonts/ABCSolarDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Solar Display";
  src: url("fonts/ABCSolarDisplay-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Override canvas to the slightly cooler near-black requested */
:root {
  --canvas: #0a0f14;
  --canvas-2: #0c1217;
  --canvas-3: #0e151b;
  --rule: rgba(123, 176, 214, 0.10);
  --rule-strong: rgba(123, 176, 214, 0.18);
  --risk: #c9514f; /* desaturated red — for product-UI risk markers only */
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--canvas);
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection { background: rgba(0, 228, 255, 0.22); color: var(--text); }
a { color: inherit; text-decoration: none; }

/* ============================================================
   Type primitives
   ============================================================ */
.eyebrow {
  font-family: var(--font-mono, "JetBrains Mono"), ui-monospace, monospace;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-block;
}

.eyebrow.muted { color: var(--text-soft); }

.strap {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-soft);
  opacity: 0.78;
  display: block;
  margin-top: 56px;
  text-align: right;
}

.strap.left { text-align: left; }

h1.display, h2.display {
  font-family: "ABC Solar Display", "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
  text-transform: lowercase;
  color: var(--text);
}
h1.display { font-size: clamp(40px, 6.2vw, 76px); }
h2.display { font-size: clamp(36px, 4.8vw, 56px); }

.accent-italic {
  color: var(--accent);
  font-style: italic;
  font-weight: 700;
}

.lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 56ch;
  margin: 0;
}
.body-copy {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 58ch;
  margin: 0;
}
.body-copy.tight { max-width: 52ch; }

/* ============================================================
   Layout
   ============================================================ */
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 720px) { .wrap { padding: 0 20px; } }

.section {
  padding: 120px 0;
  position: relative;
  border-top: 1px solid var(--rule);
}
.section:first-of-type { border-top: 0; }
.section.tight { padding: 88px 0; }
.section.alt { background: var(--canvas-2); }
.section.alt-2 { background: var(--canvas-3); }

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .section.tight { padding: 56px 0; }
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: start;
}
.two-col.right-heavy { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); }
.two-col.left-heavy  { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
@media (max-width: 980px) {
  .two-col, .two-col.right-heavy, .two-col.left-heavy {
    grid-template-columns: 1fr; gap: 48px;
  }
}

.section-head { margin-bottom: 56px; max-width: 920px; }
.section-head .eyebrow { margin-bottom: 22px; }
.section-head h2.display { margin-bottom: 0; }
.section-head .lede { margin-top: 24px; }

/* ============================================================
   Nav
   ============================================================ */
.nav-shell {
  position: sticky; top: 0; z-index: 50;
  padding: 14px 0;
  background: rgba(10, 15, 20, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--rule);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex; align-items: center;
  line-height: 0;
}
.brand { overflow: visible; }
.brand img {
  height: 168px;
  width: auto;
  display: block;
  margin: -56px -28px;
}

.nav-links {
  display: flex; align-items: center; gap: 4px;
}
.nav-links a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 9px 14px;
  border-radius: 9999px;
  transition: color 150ms ease-out, background 150ms ease-out;
}
.nav-links a:hover { color: var(--text); background: rgba(255,255,255,0.04); }
.nav-links a.active { color: var(--accent); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent);
  color: #04161a;
  font-weight: 600;
  font-size: 13.5px;
  padding: 10px 18px;
  border-radius: 9999px;
  transition: background 150ms ease-out, transform 150ms ease-out;
  margin-left: 8px;
}
.nav-cta:hover { background: var(--accent-strong); }
.nav-cta:active { transform: translateY(1px); }

.nav-burger {
  display: none;
  width: 38px; height: 38px;
  border: 1px solid var(--rule-strong);
  border-radius: 9999px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 4px;
  padding: 0;
}
.nav-burger span {
  display: block; width: 14px; height: 1.5px; background: currentColor;
}

@media (max-width: 880px) {
  .nav-links, .nav-cta-desktop { display: none; }
  .nav-burger { display: inline-flex; }
}

.mobile-menu {
  display: none;
  border-top: 1px solid var(--rule);
  padding: 16px 0 24px;
}
.mobile-menu.open { display: block; }
.mobile-menu a {
  display: block;
  padding: 14px 0;
  font-size: 17px;
  font-weight: 500;
  color: var(--text);
  border-bottom: 1px solid var(--rule);
}
.mobile-menu a.cta {
  background: var(--accent);
  color: #04161a;
  text-align: center;
  border-radius: 9999px;
  margin-top: 18px;
  border-bottom: 0;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  border-radius: 9999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out, transform 150ms ease-out;
}
.btn-primary {
  background: var(--accent); color: #04161a;
  box-shadow: 0 10px 30px rgba(0, 228, 255, 0.20);
}
.btn-primary:hover { background: var(--accent-strong); }
.btn-primary:active { transform: translateY(1px); }

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--rule-strong);
}
.btn-ghost:hover { border-color: rgba(0, 228, 255, 0.4); color: var(--accent); }

/* ============================================================
   Section 1 — Hero
   ============================================================ */
.hero { padding: 120px 0 96px; position: relative; overflow: hidden; }
@media (max-width: 720px) { .hero { padding: 64px 0 64px; } }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }

.hero h1 {
  margin: 22px 0 24px;
  font-size: clamp(48px, 7.2vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}
.hero .subhead {
  font-family: "ABC Solar Display", "Space Grotesk", sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--text);
  font-weight: 500;
  margin: 0 0 22px;
  max-width: 28ch;
}
.hero .body-copy { max-width: 50ch; }
.hero-ctas { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }

/* Subtle ticker */
.ticker {
  position: absolute;
  inset: auto 0 28px 0;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.ticker-track {
  display: inline-flex; gap: 64px;
  animation: ticker 90s linear infinite;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.ticker-track span { display: inline-block; }
@keyframes ticker {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

.hero-visual { position: relative; }

/* ============================================================
   Product-UI cards (used in §4, §5, §7)
   ============================================================ */
.ui-card {
  background: linear-gradient(180deg, rgba(26, 32, 38, 0.95), rgba(18, 23, 28, 0.95));
  border: 1px solid var(--rule-strong);
  border-radius: 18px;
  padding: 28px;
  position: relative;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
  font-family: var(--font-ui);
}
.ui-card .ui-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.ui-card .ui-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  line-height: 1.4;
}
.ui-card .ui-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text);
  margin: 4px 0 0;
}
.ui-card .ui-rule {
  height: 1px;
  background: var(--rule);
  margin: 18px 0;
}
.ui-card .ui-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.ui-card .ui-cell .lab {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  line-height: 1.2;
}
.ui-card .ui-cell .val {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-top: 8px;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.ui-card .ui-cell .val.risk {
  color: var(--risk);
  display: inline-flex; align-items: center; gap: 8px;
}
.ui-card .ui-cell .val.risk::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--risk);
  display: inline-block;
}
.ui-fine {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-soft);
  line-height: 1.55;
  margin-top: 18px;
  opacity: 0.78;
}

.tag-pill {
  display: inline-flex; align-items: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 9999px;
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid rgba(0, 228, 255, 0.20);
  white-space: nowrap;
}

/* ============================================================
   Section 2 — three-way problem
   ============================================================ */
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.three-col .col {
  padding: 40px 32px 40px 0;
  border-right: 1px solid var(--rule);
}
.three-col .col:last-child { border-right: 0; padding-right: 0; }
.three-col .col + .col { padding-left: 32px; }
.three-col .idx {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 28px;
}
.three-col h3 {
  font-family: "ABC Solar Display", "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: var(--text);
  margin: 0 0 18px;
  line-height: 1.15;
}
.three-col p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
@media (max-width: 880px) {
  .three-col { grid-template-columns: 1fr; }
  .three-col .col { border-right: 0; border-bottom: 1px solid var(--rule); padding: 32px 0; }
  .three-col .col + .col { padding-left: 0; }
  .three-col .col:last-child { border-bottom: 0; }
}

/* ============================================================
   Section 3 / 6 — 2x2 grid
   ============================================================ */
.grid-22 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
}
.grid-22 .cell {
  background: var(--canvas);
  padding: 36px 32px;
  min-height: 200px;
}
.section.alt .grid-22 .cell { background: var(--canvas-2); }
.section.alt-2 .grid-22 .cell { background: var(--canvas-3); }
.grid-22 .idx {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 22px;
}
.grid-22 h3 {
  font-family: "ABC Solar Display", "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: var(--text);
  margin: 0 0 14px;
  line-height: 1.2;
}
.grid-22 p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
@media (max-width: 720px) {
  .grid-22 { grid-template-columns: 1fr; }
}

/* ============================================================
   Section 4 — equation row
   ============================================================ */
.eq-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  margin-top: 36px;
  align-items: stretch;
}
.eq-row .eq-block {
  border: 1px solid var(--rule-strong);
  border-radius: 12px;
  padding: 18px 16px;
  background: rgba(20, 26, 32, 0.5);
}
.eq-row .eq-op {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px; font-weight: 500;
  color: var(--text-soft);
}
.eq-row .lab {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-soft); font-weight: 600; margin-bottom: 10px; display: block;
}
.eq-row .val {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px; font-weight: 500;
  color: var(--text); line-height: 1.25;
  letter-spacing: -0.01em;
  text-transform: lowercase;
}
.eq-row .eq-block.result { border-color: rgba(0, 228, 255, 0.32); background: rgba(0, 228, 255, 0.04); }
.eq-row .eq-block.result .lab { color: var(--accent); }

@media (max-width: 720px) {
  .eq-row { grid-template-columns: 1fr; }
  .eq-row .eq-op { display: none; }
}

/* ============================================================
   Section 5 — loop card with slider
   ============================================================ */
.loop-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}
.loop-step {
  font-family: "JetBrains Mono", monospace;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--text-muted);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(15, 20, 25, 0.55);
}
.loop-step .num {
  color: var(--accent);
  font-weight: 600;
  margin-right: 10px;
}
.loop-step .arrow {
  display: block;
  color: var(--text-soft);
  margin: 6px 0 6px 32px;
  font-size: 11px;
}
.loop-step .amt {
  float: right;
  color: var(--text);
  font-weight: 500;
}
.loop-step.repeat .amt { font-size: 15px; }

.loop-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.loop-stat {
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 16px;
  background: rgba(15, 20, 25, 0.4);
}
.loop-stat .lab {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); font-weight: 600;
}
.loop-stat .val {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px; font-weight: 600;
  margin-top: 8px;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--text);
}
.loop-stat.risk .val { color: var(--risk); }
.loop-stat.depth .val { display: flex; align-items: center; gap: 8px; }

.depth-slider {
  -webkit-appearance: none; appearance: none;
  width: 100%;
  height: 4px;
  background: var(--rule-strong);
  border-radius: 9999px;
  margin-top: 12px;
  cursor: pointer;
}
.depth-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid #04161a;
  box-shadow: 0 0 0 1px rgba(0, 228, 255, 0.4), 0 4px 12px rgba(0, 228, 255, 0.4);
  cursor: pointer;
  transition: transform 120ms ease-out;
}
.depth-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.depth-slider::-moz-range-thumb {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid #04161a;
  cursor: pointer;
}

.loop-cta {
  display: block; width: 100%;
  margin-top: 22px;
  padding: 16px 20px;
  background: var(--accent);
  color: #04161a;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 14.5px;
  border-radius: 9999px;
  border: 0;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: background 150ms ease-out, transform 150ms ease-out;
  text-transform: lowercase;
}
.loop-cta:hover { background: var(--accent-strong); }
.loop-cta:active { transform: translateY(1px); }
.loop-cta.flash { animation: flash 600ms ease-out; }
@keyframes flash {
  0% { box-shadow: 0 0 0 0 rgba(0, 228, 255, 0); }
  40% { box-shadow: 0 0 0 12px rgba(0, 228, 255, 0.18); }
  100% { box-shadow: 0 0 0 0 rgba(0, 228, 255, 0); }
}

@media (max-width: 720px) {
  .loop-stats { grid-template-columns: 1fr; }
}

/* ============================================================
   Section 5 — 3 numbered points (left)
   ============================================================ */
.num-points {
  display: flex; flex-direction: column;
  gap: 22px;
  margin-top: 36px;
}
.num-points li {
  list-style: none;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}
.num-points li:first-child { border-top: 0; padding-top: 0; }
.num-points .n {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); font-weight: 600;
  padding-top: 4px;
}
.num-points .t {
  font-family: "ABC Solar Display", "Space Grotesk", sans-serif;
  font-size: 17px; font-weight: 600;
  color: var(--text); margin: 0 0 6px;
  letter-spacing: -0.015em;
  text-transform: lowercase;
}
.num-points .d {
  font-size: 14.5px; line-height: 1.55;
  color: var(--text-muted); margin: 0;
}

/* ============================================================
   Section 7 — yield stat card
   ============================================================ */
.yield-card {
  text-align: left;
  padding: 40px 36px 32px;
}
.yield-card .ui-eyebrow { font-size: 11px; }
.yield-card .big {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(72px, 9vw, 116px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--text);
  margin: 28px 0 4px;
  font-variant-numeric: tabular-nums;
}
.yield-card .apr {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); font-weight: 600;
  display: block;
  margin-bottom: 36px;
}

/* ============================================================
   Section 8 — solana stat row
   ============================================================ */
.sol-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.sol-row .item {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text); font-weight: 500;
}
.sol-row .sep {
  color: var(--text-soft); opacity: 0.6;
  font-family: "JetBrains Mono", monospace;
}

/* ============================================================
   Section 9 — inline points
   ============================================================ */
.inline-points {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-top: 1px solid var(--rule);
  padding-top: 28px;
}
.inline-points li {
  list-style: none;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
}
.inline-points li strong {
  color: var(--text);
  font-weight: 600;
}

/* ============================================================
   Section 10 — waitlist
   ============================================================ */
.waitlist-section {
  text-align: center;
  padding: 140px 0 160px;
}
.waitlist-inner {
  max-width: 480px; margin: 0 auto;
}
.waitlist-inner h2 { margin: 22px 0 18px; }
.waitlist-inner .body-copy { margin: 0 auto 36px; max-width: 42ch; }

/* Custom waitlist form (replaces GetLaunchList iframe widget) */
.waitlist-form {
  display: flex;
  gap: 10px;
  align-items: stretch;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}
.waitlist-form input[type="email"] {
  flex: 1 1 auto;
  background: rgba(20, 26, 32, 0.6);
  border: 1px solid var(--rule-strong);
  border-radius: 9999px;
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 15px;
  padding: 14px 22px;
  outline: none;
  transition: border-color 150ms ease-out, box-shadow 150ms ease-out;
}
.waitlist-form input[type="email"]::placeholder {
  color: var(--text-soft);
}
.waitlist-form input[type="email"]:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 228, 255, 0.18);
}
.waitlist-form button {
  background: var(--accent);
  color: #04161a;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 15px;
  border-radius: 9999px;
  border: 0;
  padding: 14px 24px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: var(--shadow-accent);
  transition: background 150ms ease-out, transform 150ms ease-out;
}
.waitlist-form button:hover { background: var(--accent-strong); }
.waitlist-form button:active { transform: translateY(1px); }
.waitlist-thanks {
  position: absolute;
  left: 0; right: 0; top: calc(100% + 14px);
  text-align: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0;
}
@media (max-width: 540px) {
  .waitlist-form { flex-direction: column; gap: 12px; }
  .waitlist-form button { width: 100%; }
}

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--rule);
  padding: 32px 0;
  font-size: 13px;
}
.footer-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.footer-row .left { text-align: left; }
.footer-row .center { text-align: center; color: var(--text-muted); }
.footer-row .right { text-align: right; color: var(--text-soft); font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-row a:hover { color: var(--accent); }
.footer-row .center .dot { color: var(--text-soft); margin: 0 10px; }
.footer-row .brand-sm { display: inline-flex; align-items: center; line-height: 0; }
.footer-row .brand-sm img { height: 120px; width: auto; display: block; margin: -40px -22px; }
@media (max-width: 720px) {
  .footer-row { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .footer-row .left, .footer-row .center, .footer-row .right { text-align: center; }
}

/* ============================================================
   FAQ page
   ============================================================ */
.faq-header {
  padding: 96px 0 72px;
  border-bottom: 1px solid var(--rule);
}
.faq-header h1.display {
  margin: 22px 0 28px;
  max-width: 16ch;
}
.faq-header .lede { max-width: 72ch; }

.faq-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 80px;
  padding: 64px 0 120px;
  align-items: start;
}
@media (max-width: 1024px) {
  .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-toc { position: static !important; }
}

.faq-toc {
  position: sticky;
  top: 96px;
  align-self: start;
}
.faq-toc .toc-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-soft); font-weight: 600;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.faq-toc ol {
  list-style: none; margin: 0; padding: 0;
  counter-reset: toc;
  display: flex; flex-direction: column; gap: 4px;
}
.faq-toc ol li {
  counter-increment: toc;
}
.faq-toc ol li a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--text-muted);
  padding: 8px 0;
  transition: color 150ms ease-out;
  border-left: 2px solid transparent;
  padding-left: 14px;
  margin-left: -14px;
}
.faq-toc ol li a::before {
  content: counter(toc, decimal-leading-zero);
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--text-soft);
  padding-top: 2px;
}
.faq-toc ol li a:hover { color: var(--text); }
.faq-toc ol li a.active {
  color: var(--accent);
  border-left-color: var(--accent);
}
.faq-toc ol li a.active::before { color: var(--accent); }

.faq-content { max-width: 720px; }

.faq-section { padding-top: 56px; padding-bottom: 8px; }
.faq-section + .faq-section {
  border-top: 1px solid var(--rule);
  margin-top: 32px;
}
.faq-section .eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.faq-section h2 {
  font-family: "ABC Solar Display", "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: lowercase;
  color: var(--text);
  margin: 0 0 12px;
}
.faq-section .sec-intro {
  font-size: 15.5px; line-height: 1.65;
  color: var(--text-muted);
  margin: 22px 0 0;
}

.faq-q {
  margin-top: 40px;
}
.faq-q h3 {
  font-family: "ABC Solar Display", "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: -0.015em;
  line-height: 1.25;
  text-transform: lowercase;
  color: var(--text);
  margin: 0 0 16px;
}
.faq-q p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 14px;
}
.faq-q p strong, .faq-q li strong {
  color: var(--text);
  font-weight: 600;
}
.faq-q ol, .faq-q ul {
  padding-left: 22px;
  margin: 14px 0 14px;
  color: var(--text-muted);
}
.faq-q li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.faq-q ol li::marker {
  font-family: "JetBrains Mono", monospace;
  color: var(--text-soft);
  font-size: 13px;
}

code, .ic {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9em;
  background: rgba(0, 228, 255, 0.08);
  color: #b3f4ff;
  padding: 2px 7px;
  border-radius: 5px;
  border: 1px solid rgba(0, 228, 255, 0.14);
}
pre {
  background: rgba(20, 26, 32, 0.85);
  border: 1px solid var(--rule-strong);
  border-radius: 12px;
  padding: 18px 22px;
  overflow-x: auto;
  margin: 18px 0;
}
pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.55;
  display: block;
}
pre code .c { color: var(--text-soft); }

/* divider rule between FAQ major sections */
.faq-divider {
  height: 1px;
  background: var(--rule);
  margin: 56px 0 0;
}
