/* ==========================================================================
   Relay Panel — marketing site
   Same tokens as the product, so a visitor who signs up recognises what they
   arrive at. Dark only: this is what the product looks like.
   ========================================================================== */
:root {
  --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  --brand:  #E8843C;
  --ok:     #3FA96A;
  --warn:   #D9A03C;
  --danger: #DC5F5F;
  --info:   #5B93D6;
  --ai:     #9B7BD4;

  --bg:       #0D0F14;
  --surface:  #12151C;
  --raised:   #171A22;
  --raised-2: #1E222C;
  --line:     #262B36;
  --line-2:   #1D212A;

  --tx:     #E7E9EE;
  --tx-mid: #9AA1B1;
  --tx-low: #6A7183;

  --r-sm: 6px; --r-md: 10px; --r-lg: 14px; --r-xl: 20px;
  --shadow: 0 2px 8px rgba(0,0,0,.4), 0 24px 64px rgba(0,0,0,.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: var(--font); background: var(--bg); color: var(--tx);
  font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; }

.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.dim { color: var(--tx-mid); }
.tiny { font-size: 12.5px; }
.sp { flex: 1; }
.label {
  display: block; font-size: 10.5px; letter-spacing: .09em; text-transform: uppercase;
  color: var(--tx-low); font-weight: 650; margin-bottom: 10px;
}

/* --- nav ---------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-2);
}
.nav-inner { display: flex; align-items: center; gap: 20px; height: 62px; }
.brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 680; font-size: 15px; color: var(--tx); text-decoration: none;
}
.brand:hover { text-decoration: none; }
.mark {
  width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center;
  background: linear-gradient(150deg, var(--brand), #C96A2A);
  color: #1A1105; font-weight: 800; font-size: 14px;
}
.nav-links { display: flex; gap: 4px; margin-left: 14px; flex: 1; }
.nav-links a {
  color: var(--tx-mid); font-size: 14px; padding: 7px 12px; border-radius: var(--r-sm);
}
.nav-links a:hover { color: var(--tx); background: var(--raised); text-decoration: none; }
.nav-links a.active { color: var(--tx); background: var(--raised-2); }

/* --- buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: inherit; font-size: 14px; font-weight: 580; line-height: 1;
  padding: 11px 18px; border-radius: var(--r-md);
  border: 1px solid var(--line); background: var(--raised); color: var(--tx);
  cursor: pointer; white-space: nowrap; text-decoration: none;
  transition: border-color .13s, background .13s, transform .13s;
}
.btn:hover { border-color: var(--tx-low); background: var(--raised-2); text-decoration: none; }
.btn-primary {
  background: var(--brand); border-color: var(--brand); color: #1A1105; font-weight: 660;
}
.btn-primary:hover { background: #F2954E; border-color: #F2954E; }
.btn-lg { padding: 14px 24px; font-size: 15px; }
.btn-sm { padding: 8px 13px; font-size: 13px; }
.btn-xs { padding: 6px 10px; font-size: 11.5px; border-radius: var(--r-sm); }

/* --- hero --------------------------------------------------------------- */
.hero { padding: 84px 0 0; text-align: center; position: relative; }
.hero::before {
  content: ""; position: absolute; inset: -120px 0 auto; height: 620px; z-index: -1;
  background:
    radial-gradient(680px 320px at 50% 0%, color-mix(in srgb, var(--brand) 15%, transparent), transparent 70%),
    radial-gradient(520px 280px at 78% 12%, color-mix(in srgb, var(--ai) 11%, transparent), transparent 70%);
}
.eyebrow {
  display: inline-block; font-size: 12px; letter-spacing: .07em; text-transform: uppercase;
  font-weight: 650; color: var(--brand); margin-bottom: 16px;
  padding: 5px 12px; border-radius: 20px;
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--brand) 26%, transparent);
}
h1 {
  font-size: clamp(34px, 5.4vw, 58px); line-height: 1.08; letter-spacing: -.026em;
  font-weight: 700; margin-bottom: 20px; max-width: 15ch; margin-inline: auto;
}
h1 em { font-style: italic; color: var(--brand); }
.lede {
  font-size: clamp(16px, 1.6vw, 18.5px); color: var(--tx-mid); line-height: 1.65;
  max-width: 62ch; margin: 0 auto 28px;
}
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-shot { margin-top: 52px; }

/* --- sections ----------------------------------------------------------- */
.band { padding: 72px 0; }
.page-head { padding: 64px 0 40px; text-align: center; }
.page-head h1 { max-width: 20ch; }
.section-h {
  font-size: clamp(24px, 3vw, 32px); letter-spacing: -.02em; font-weight: 680;
  text-align: center; margin-bottom: 12px;
}
h2 { font-size: clamp(22px, 2.7vw, 30px); letter-spacing: -.02em; font-weight: 680; margin-bottom: 14px; }
h3 { font-size: 16px; font-weight: 640; margin-bottom: 8px; }
.section-sub {
  color: var(--tx-mid); text-align: center; max-width: 64ch; margin: 0 auto 34px;
  font-size: 15px; line-height: 1.68;
}
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.split.reverse > *:first-child { order: 2; }
.split p { color: var(--tx-mid); margin-bottom: 14px; }
.split h2 + p { margin-top: 4px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.two-shots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 34px; }

.feat {
  background: var(--surface); border: 1px solid var(--line-2);
  border-radius: var(--r-lg); padding: 22px;
}
.feat p { color: var(--tx-mid); font-size: 14px; line-height: 1.65; }

.guards { margin-bottom: 8px; }
.guard {
  background: var(--surface); border: 1px solid var(--line-2);
  border-left: 3px solid var(--danger); border-radius: var(--r-md); padding: 18px 20px;
}
.guard b { display: block; font-size: 15px; margin-bottom: 6px; }
.guard p { color: var(--tx-mid); font-size: 14px; line-height: 1.6; }

.ticks { list-style: none; margin: 16px 0; }
.ticks li {
  position: relative; padding-left: 26px; margin-bottom: 10px;
  color: var(--tx-mid); font-size: 14.5px; line-height: 1.6;
}
.ticks li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--ok); font-weight: 700;
}
.ticks.centered { max-width: 560px; margin: 30px auto 0; }

.notice {
  background: color-mix(in srgb, var(--warn) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--warn) 32%, transparent);
  border-radius: var(--r-md); padding: 14px 18px; margin: 24px auto 0;
  max-width: 700px; font-size: 14px; color: var(--tx-mid); text-align: left;
}
.notice b { color: var(--warn); }

.fig { margin: 0; }
.fig figcaption {
  color: var(--tx-low); font-size: 12.5px; line-height: 1.55; margin-top: 12px;
  text-align: center; max-width: 46ch; margin-inline: auto;
}

.cta-band { text-align: center; }
.cta-band h2 { max-width: 22ch; margin-inline: auto; }

/* --- platforms ---------------------------------------------------------- */
.plat-list { display: grid; gap: 14px; }
.plat {
  background: var(--surface); border: 1px solid var(--line-2);
  border-radius: var(--r-lg); padding: 20px 22px;
}
.plat.ready { border-left: 3px solid var(--ok); }
.plat h3 { margin: 10px 0 6px; font-size: 17px; }
.plat p { color: var(--tx-mid); font-size: 14px; line-height: 1.6; }
.plats .plat { padding: 24px; }

/* --- roadmap ------------------------------------------------------------ */
.road { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.road-h { display: flex; align-items: center; gap: 10px; font-size: 20px; margin-bottom: 20px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--tx-low); flex: 0 0 auto; }
.dot.ok { background: var(--ok); box-shadow: 0 0 0 4px color-mix(in srgb, var(--ok) 18%, transparent); }
.dot.warn { background: var(--warn); box-shadow: 0 0 0 4px color-mix(in srgb, var(--warn) 18%, transparent); }
.road-item {
  background: var(--surface); border: 1px solid var(--line-2);
  border-radius: var(--r-md); padding: 15px 17px; margin-bottom: 11px;
  border-left: 3px solid var(--line);
}
.road-item.done { border-left-color: var(--ok); }
.road-item.now { border-left-color: var(--warn); }
.road-item b { font-size: 14.5px; display: block; margin-bottom: 5px; }
.road-item p { color: var(--tx-mid); font-size: 13.5px; line-height: 1.6; }

/* --- pricing ------------------------------------------------------------ */
.price-card {
  max-width: 620px; margin: 0 auto; text-align: center;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-xl); padding: 40px 34px;
}
.price-figure {
  font-size: 26px; font-weight: 680; letter-spacing: -.02em; margin: 18px 0 8px;
}
.price-card .ticks { text-align: left; max-width: 460px; margin: 22px auto 0; }

/* --- waitlist ----------------------------------------------------------- */
.waitlist {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
  max-width: 560px; margin: 0 auto;
}
.waitlist input {
  font: inherit; font-size: 14.5px; padding: 12px 14px; color: var(--tx);
  background: var(--raised); border: 1px solid var(--line); border-radius: var(--r-md);
}
.waitlist input::placeholder { color: var(--tx-low); }
.waitlist input:focus {
  outline: 2px solid color-mix(in srgb, var(--brand) 45%, transparent); outline-offset: -1px;
}
.waitlist input[type=email] { grid-column: 1 / -1; }
.waitlist button { grid-column: 1 / -1; padding: 13px; }
.waitlist .form-note { grid-column: 1 / -1; font-size: 12.5px; text-align: center; }
.waitlist-compact { grid-template-columns: 1fr auto; max-width: 480px; }
.waitlist-compact input[type=email] { grid-column: auto; }
.waitlist-compact button { grid-column: auto; }
.form-ok {
  color: var(--ok); font-size: 15px; text-align: center; padding: 14px;
  background: color-mix(in srgb, var(--ok) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--ok) 30%, transparent);
  border-radius: var(--r-md);
}

/* --- footer ------------------------------------------------------------- */
.foot { border-top: 1px solid var(--line-2); padding: 52px 0 26px; margin-top: 40px; }
.foot-inner { display: flex; gap: 60px; flex-wrap: wrap; justify-content: space-between; }
.foot-cols { display: flex; gap: 60px; }
.foot-cols a { display: block; color: var(--tx-mid); font-size: 14px; margin-bottom: 8px; }
.foot-cols a:hover { color: var(--tx); }
.foot-legal {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line-2); font-size: 13px;
}

/* ==========================================================================
   Renders
   ========================================================================== */
.shot {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--shadow); overflow: hidden;
  position: relative; text-align: left;
}
.shot-wrap { margin-top: 10px; }
.shot-bar {
  display: flex; align-items: center; gap: 7px; padding: 10px 14px;
  background: var(--raised); border-bottom: 1px solid var(--line);
}
.shot-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.shot-bar i:first-child { background: #E05C57; }
.shot-bar i:nth-child(2) { background: #E0B44C; }
.shot-bar i:nth-child(3) { background: #58B96B; }
.shot-title {
  flex: 1; text-align: center; font-size: 11.5px; color: var(--tx-low); margin-right: 44px;
}
.shot-flag {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  font-size: 10.5px; font-weight: 660; letter-spacing: .04em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 20px;
  background: color-mix(in srgb, var(--warn) 20%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--warn) 42%, transparent); color: var(--warn);
}

/* shared atoms */
.pill {
  display: inline-flex; align-items: center; font-style: normal;
  font-size: 9.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 3px 7px; border-radius: 5px; white-space: nowrap;
  background: var(--raised-2); color: var(--tx-mid);
}
.pill-ai { background: color-mix(in srgb, var(--ai) 20%, transparent); color: #BCA4E4; }
.pill-ok { background: color-mix(in srgb, var(--ok) 18%, transparent); color: #6FCB95; }
.pill-warn { background: color-mix(in srgb, var(--warn) 18%, transparent); color: #E4BA6A; }
.pill-draft { background: color-mix(in srgb, var(--warn) 14%, transparent); color: #E4BA6A; }
.ava {
  width: 26px; height: 26px; border-radius: 8px; flex: 0 0 auto;
  display: grid; place-items: center; font-size: 9.5px; font-weight: 700; color: #fff;
}
.ava.lg { width: 40px; height: 40px; font-size: 13px; border-radius: 11px; }
.ava-ai { background: linear-gradient(140deg, var(--ai), #6E52A8); font-size: 12px; }
.bub {
  background: var(--raised); border: 1px solid var(--line);
  border-radius: 12px; padding: 10px 13px; font-size: 12.5px; line-height: 1.6;
  color: var(--tx);
}
.bub.dim { color: var(--tx-mid); }
.cites { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.cite {
  display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px;
  background: var(--raised-2); border: 1px solid var(--line);
  border-radius: 20px; padding: 4px 10px; color: var(--tx-mid);
}
.cite i, .cite-card i, .know-row i, .rate em, .plat-row em {
  font-style: normal; font-size: 8.5px; font-weight: 700; letter-spacing: .06em;
  color: var(--brand); background: color-mix(in srgb, var(--brand) 14%, transparent);
  padding: 2px 5px; border-radius: 4px;
}

/* the app render */
.app { display: grid; grid-template-columns: 52px 232px 1fr 246px; min-height: 420px; }
.app.compact { grid-template-columns: 46px 190px 1fr; min-height: 300px; }
.app > * { border-right: 1px solid var(--line); min-width: 0; }
.app > *:last-child { border-right: 0; }

.app-rail {
  background: var(--raised); display: flex; flex-direction: column; align-items: center;
  gap: 9px; padding: 12px 0;
}
.rail-logo {
  width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center;
  background: #6E8B62; color: #fff; font-weight: 700; font-size: 12px; margin-bottom: 6px;
}
.rail-i { width: 26px; height: 26px; border-radius: 8px; background: var(--raised-2); }
.rail-i.on { background: color-mix(in srgb, var(--brand) 22%, transparent); }
.rail-i.b { position: relative; }
.rail-i.b::after {
  content: ""; position: absolute; top: -2px; right: -2px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--brand); border: 2px solid var(--raised);
}

.app-list { background: var(--surface); }
.app-list-h {
  padding: 12px 14px; font-size: 13px; font-weight: 660;
  border-bottom: 1px solid var(--line); display: flex; justify-content: space-between;
}
.app-list-h b { color: var(--tx-low); font-weight: 500; font-size: 12px; }
.conv {
  display: flex; gap: 10px; padding: 11px 14px; border-bottom: 1px solid var(--line-2);
}
.conv.on { background: var(--raised-2); box-shadow: inset 2px 0 0 var(--brand); }
.conv > div { min-width: 0; flex: 1; }
.conv b { display: block; font-size: 12.5px; font-weight: 620; margin-bottom: 2px; }
.conv span {
  display: block; font-size: 11.5px; color: var(--tx-low);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.conv .pill { margin-top: 6px; }

.app-thread { padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.msg { display: flex; gap: 10px; }
.msg > div { min-width: 0; }
.msg-h { display: flex; align-items: center; gap: 7px; margin-bottom: 5px; }
.msg-h b { font-size: 11.5px; font-weight: 640; }
.approve {
  display: flex; align-items: center; gap: 8px; margin-top: 10px; padding: 10px 12px;
  background: color-mix(in srgb, var(--ai) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--ai) 28%, transparent);
  border-radius: var(--r-md); flex-wrap: wrap;
}
.approve-h { font-size: 11px; color: #BCA4E4; font-weight: 640; flex: 1; }

.app-side { background: var(--surface); padding: 12px 14px; }
.side-tabs {
  display: flex; gap: 4px; margin-bottom: 14px; border-bottom: 1px solid var(--line);
  padding-bottom: 9px;
}
.side-tabs b, .side-tabs span {
  font-size: 11.5px; padding: 4px 9px; border-radius: var(--r-sm); font-weight: 560;
}
.side-tabs b { background: var(--raised-2); color: var(--tx); }
.side-tabs span { color: var(--tx-low); }
.tool {
  background: var(--raised); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 8px 10px; margin-bottom: 6px;
  display: grid; grid-template-columns: 1fr auto; gap: 3px 8px; align-items: center;
}
.tool b { font-family: var(--mono); font-size: 10.5px; font-weight: 500; color: var(--tx); }
.tool i {
  font-style: normal; font-size: 9px; font-weight: 700; text-transform: uppercase;
  color: #6FCB95; background: color-mix(in srgb, var(--ok) 16%, transparent);
  padding: 2px 5px; border-radius: 4px; justify-self: end;
}
.tool i.warn { color: #E4BA6A; background: color-mix(in srgb, var(--warn) 16%, transparent); }
.tool em { font-style: normal; font-size: 10.5px; color: var(--tx-low); grid-column: 1; }
.tool u { text-decoration: none; font-size: 9.5px; color: var(--tx-low); font-family: var(--mono); }
.cite-card {
  background: var(--raised); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 9px 11px; margin-bottom: 6px;
}
.cite-card b { display: block; font-size: 11.5px; margin: 5px 0 3px; }
.cite-card em { font-style: normal; font-size: 10.5px; color: var(--tx-low); line-height: 1.5; }

/* generic single-pane render */
.pane { padding: 16px 18px; min-height: 300px; }
.pane-h { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.pane-h b { font-size: 14px; font-weight: 660; }
.pane-h span:not(.pill) { font-size: 12px; color: var(--tx-low); flex-basis: 100%; }
.pane-note {
  font-size: 11.5px; color: var(--tx-low); line-height: 1.6; margin-top: 12px;
  padding-top: 12px; border-top: 1px solid var(--line-2);
}

.appr {
  background: var(--raised); border: 1px solid var(--line);
  border-left: 3px solid var(--ai); border-radius: var(--r-md);
  padding: 12px 14px; margin-bottom: 10px;
}
.appr-h { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.appr-h span { font-size: 11.5px; color: var(--tx-mid); flex: 1; }
.appr-h u { text-decoration: none; font-size: 10.5px; color: var(--tx-low); }
.appr-a { display: flex; gap: 7px; margin-top: 10px; }

.know-tabs { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.know-tabs b, .know-tabs span {
  font-size: 11.5px; padding: 5px 10px; border-radius: 20px; font-weight: 560;
  border: 1px solid var(--line); color: var(--tx-low);
}
.know-tabs b { background: var(--raised-2); color: var(--tx); }
.know-tabs u { text-decoration: none; color: var(--tx-low); margin-left: 4px; font-size: 10.5px; }
.know-row {
  display: flex; align-items: center; gap: 10px; padding: 10px 0;
  border-bottom: 1px solid var(--line-2);
}
.know-row b { font-size: 12.5px; font-weight: 560; flex: 1; }
.know-row u { text-decoration: none; font-size: 10.5px; color: var(--tx-low); font-family: var(--mono); }
.know-row.off { opacity: .5; }

.rate {
  display: grid; grid-template-columns: auto 1fr auto; gap: 8px 10px; align-items: center;
  padding: 12px 14px; border-radius: var(--r-md); margin-bottom: 8px;
  background: var(--raised); border: 1px solid var(--line);
}
.rate b { font-size: 13px; }
.rate u { text-decoration: none; font-family: var(--mono); font-size: 12.5px; }
.rate span { grid-column: 1 / -1; font-size: 11px; color: var(--tx-low); line-height: 1.55; }
/* Where a visitor is, and where they have been. Newest at the top, so reading
   down is reading backwards through the visit. */
.livedot { display: inline-block; width: 7px; height: 7px; border-radius: 99px;
           background: var(--ok); margin-right: 6px; vertical-align: middle;
           box-shadow: 0 0 0 3px color-mix(in srgb, var(--ok) 22%, transparent); }
.trail { padding: 4px 0; }
.trail-row { display: grid; grid-template-columns: 14px 1fr auto; align-items: center;
             gap: 8px; padding: 5px 0; }
.trail-row i { width: 7px; height: 7px; border-radius: 99px; background: var(--line);
               margin-left: 3px; }
.trail-row.now i { background: var(--ok); }
.trail-row b { font-size: 12.5px; font-weight: 520; }
.trail-row.now b { font-weight: 640; }
.trail-row u { text-decoration: none; font-size: 11px; color: var(--tx-low); }

.rate.ok { border-left: 3px solid var(--ok); }
.rate.warn { border-left: 3px solid var(--warn); }
.rate.warn u { color: var(--tx-low); font-style: italic; }

.cust-h { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.cust-h b { display: block; font-size: 15px; }
.cust-h span:not(.pill):not(.ava) { font-size: 12px; color: var(--tx-low); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.stats div {
  background: var(--raised); border: 1px solid var(--line);
  border-radius: var(--r-sm); padding: 9px 11px;
}
.stats u { display: block; text-decoration: none; font-size: 10px; color: var(--tx-low);
  text-transform: uppercase; letter-spacing: .06em; }
.stats b { font-size: 15px; }
.note-box {
  background: color-mix(in srgb, var(--info) 9%, transparent);
  border: 1px solid color-mix(in srgb, var(--info) 26%, transparent);
  border-radius: var(--r-md); padding: 11px 13px; font-size: 11.5px;
  color: var(--tx-mid); line-height: 1.6; margin-bottom: 12px;
}
.ord-row {
  display: flex; align-items: center; gap: 9px; padding: 9px 0;
  border-bottom: 1px solid var(--line-2); font-size: 12px;
}
.ord-row b { font-family: var(--mono); font-size: 11.5px; }
.ord-row span { flex: 1; color: var(--tx-low); font-size: 11.5px; }
.ord-row u { text-decoration: none; font-family: var(--mono); }

.line {
  display: flex; align-items: center; gap: 10px; padding: 10px 0;
  border-bottom: 1px solid var(--line-2);
}
.line b { font-size: 12.5px; flex: 1; }
.line span { font-family: var(--mono); font-size: 10.5px; color: var(--tx-low); }
.line u { text-decoration: none; font-family: var(--mono); font-size: 12px; }
.line.tot { border-bottom: 0; padding-top: 12px; }
.line.tot b, .line.tot u { font-size: 14px; font-weight: 680; }
.paylink {
  background: var(--raised-2); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 10px 12px; margin-top: 10px;
}
.paylink em {
  font-style: normal; display: block; font-size: 10px; color: var(--tx-low);
  text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px;
}
.paylink code, .field code {
  font-family: var(--mono); font-size: 11px; color: var(--brand);
  word-break: break-all; line-height: 1.5;
}

.plat-row {
  display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; align-items: center;
  background: var(--raised); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 13px 15px; margin-bottom: 9px;
}
.plat-row b { font-size: 13.5px; }
.plat-row i { font-style: normal; color: var(--tx-low); font-size: 16px; }
.plat-row span { grid-column: 1 / -1; font-size: 11.5px; color: var(--tx-low); line-height: 1.55; }
.plat-row.soon { opacity: .6; }

.field { margin-bottom: 10px; }
.field u {
  display: block; text-decoration: none; font-size: 10.5px; color: var(--tx-low);
  margin-bottom: 5px;
}
.field code {
  display: block; background: var(--raised-2); border: 1px solid var(--line);
  border-radius: var(--r-sm); padding: 9px 11px;
}

.tog {
  display: flex; align-items: flex-start; gap: 14px; padding: 12px 0;
  border-bottom: 1px solid var(--line-2);
}
.tog > div { flex: 1; }
.tog b { display: block; font-size: 13px; font-weight: 580; }
.tog span { font-size: 11.5px; color: var(--tx-low); line-height: 1.55; }
.sw {
  width: 34px; height: 20px; border-radius: 20px; background: var(--raised-2);
  border: 1px solid var(--line); position: relative; flex: 0 0 auto; margin-top: 2px;
}
.sw.on { background: var(--brand); border-color: var(--brand); }
.sw::after {
  content: ""; position: absolute; top: 2px; left: 2px; width: 14px; height: 14px;
  border-radius: 50%; background: #fff;
}
.sw.on::after { left: 16px; }
.lock {
  background: var(--raised); border: 1px solid var(--line); border-left: 3px solid var(--tx-low);
  border-radius: var(--r-md); padding: 11px 13px; margin-top: 10px;
}
.lock b { display: block; font-size: 12.5px; margin-bottom: 4px; }
.lock span { font-size: 11.5px; color: var(--tx-low); line-height: 1.55; }

/* the widget */
.shot-widget { max-width: 400px; margin-inline: auto; }
.wid { display: flex; flex-direction: column; min-height: 460px; }
.wid-h { padding: 14px 16px; border-bottom: 1px solid var(--line); }
.wid-h > b { font-size: 14px; }
.wid-who { display: flex; align-items: center; gap: 8px; margin-top: 7px; flex-wrap: wrap; }
.wid-who span { font-size: 11px; color: var(--tx-low); }
.wid-log { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.wm { display: flex; flex-direction: column; gap: 5px; align-items: flex-start; max-width: 88%; }
.wm.you { align-self: flex-end; align-items: flex-end; }
.wm.you .bub { background: var(--brand); border-color: var(--brand); color: #1A1105; }
.wm-who { font-size: 10px; color: var(--tx-low); }
.wm.sys {
  align-self: center; max-width: 100%; font-size: 11px; color: var(--tx-low);
  text-align: center; font-style: italic;
}
.wid-f {
  display: flex; align-items: center; gap: 9px; padding: 11px 14px;
  border-top: 1px solid var(--line);
}
.wid-f span {
  flex: 1; font-size: 12.5px; color: var(--tx-low); background: var(--raised);
  border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px;
}
.wid-f i {
  font-style: normal; font-size: 12.5px; font-weight: 620; padding: 9px 15px;
  border-radius: 10px; background: var(--brand); color: #1A1105;
}

/* macOS */
.shot-mac .shot-bar.mac { padding: 9px 13px; }
.mac-note {
  padding: 12px 16px; font-size: 11.5px; color: var(--tx-low);
  border-top: 1px solid var(--line-2);
}
.shot-menubar { padding: 0 0 18px; }
.mbar {
  display: flex; align-items: center; gap: 14px; padding: 7px 14px;
  background: var(--raised); border-bottom: 1px solid var(--line); font-size: 11.5px;
  color: var(--tx-low);
}
.mbar-item {
  display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px; border-radius: 6px;
  background: color-mix(in srgb, var(--brand) 20%, transparent); color: var(--brand);
  font-weight: 700;
}
.mbar-item u {
  text-decoration: none; background: var(--brand); color: #1A1105;
  border-radius: 10px; padding: 0 6px; font-size: 10px;
}
.mbar-pop { margin: 14px; background: var(--raised); border: 1px solid var(--line);
  border-radius: var(--r-md); overflow: hidden; }
.mbar-h { padding: 11px 14px; border-bottom: 1px solid var(--line); font-size: 12.5px; }
.mbar-row {
  display: grid; grid-template-columns: auto 1fr; gap: 3px 9px; align-items: center;
  padding: 10px 14px; border-bottom: 1px solid var(--line-2);
}
.mbar-row b { font-size: 12.5px; }
.mbar-row span { grid-column: 2; font-size: 11px; color: var(--tx-low); }
.mbar-f { padding: 10px 14px; font-size: 12px; color: var(--brand); }

/* iPhone */
.shot-ios { background: none; border: 0; box-shadow: none; overflow: visible; }
.phone {
  width: 296px; margin-inline: auto; background: var(--surface);
  border: 8px solid #22262F; border-radius: 40px; box-shadow: var(--shadow);
  overflow: hidden; position: relative;
}
.phone-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 108px; height: 22px; background: #22262F; border-radius: 0 0 14px 14px; z-index: 2;
}
.phone-screen { padding: 34px 12px 0; min-height: 520px; display: flex; flex-direction: column; }
.ios-push {
  background: var(--raised-2); border: 1px solid var(--line); border-radius: 16px;
  padding: 11px 13px; margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.ios-push-h { display: flex; align-items: center; gap: 7px; margin-bottom: 5px; }
.ios-push-h b { font-size: 10.5px; color: var(--brand); text-transform: uppercase;
  letter-spacing: .05em; }
.ios-push-h u { text-decoration: none; font-size: 10px; color: var(--tx-low); margin-left: auto; }
.ios-push > b { display: block; font-size: 12.5px; margin-bottom: 3px; }
.ios-push > span { font-size: 11.5px; color: var(--tx-mid); }
.ios-h { display: flex; align-items: baseline; gap: 9px; padding: 6px 4px 12px; }
.ios-h b { font-size: 21px; font-weight: 700; letter-spacing: -.02em; }
.ios-h u { text-decoration: none; font-size: 12px; color: var(--tx-low); }
.ios-h.back u { color: var(--brand); font-size: 13px; }
.ios-h.back b { font-size: 15px; }
.ios-row {
  display: flex; align-items: center; gap: 10px; padding: 11px 6px;
  border-bottom: 1px solid var(--line-2);
}
.ios-row > div { flex: 1; min-width: 0; }
.ios-row b { display: block; font-size: 12.5px; }
.ios-row span {
  display: block; font-size: 11px; color: var(--tx-low);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.ios-row.on { background: var(--raised); border-radius: var(--r-sm); }
.ios-thread { flex: 1; display: flex; flex-direction: column; gap: 13px; padding: 8px 4px; }
.ios-actions {
  display: flex; gap: 7px; padding: 12px 4px; border-top: 1px solid var(--line-2);
  flex-wrap: wrap;
}
.ios-tabs {
  display: flex; justify-content: space-around; margin-top: auto;
  padding: 12px 0 18px; border-top: 1px solid var(--line-2);
}
.ios-tabs b, .ios-tabs span { font-size: 10.5px; font-weight: 560; }
.ios-tabs b { color: var(--brand); }
.ios-tabs span { color: var(--tx-low); }

/* ==========================================================================
   Narrow screens. The renders are the thing most likely to break, so they get
   scaled down rather than reflowed into something that is not the product.
   ========================================================================== */
@media (max-width: 1080px) {
  .app { grid-template-columns: 48px 200px 1fr; }
  .app-side { display: none; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .split, .road, .grid-3, .grid-2, .two-shots { grid-template-columns: 1fr; gap: 32px; }
  .split.reverse > *:first-child { order: 0; }
  .band { padding: 52px 0; }
  .hero { padding: 56px 0 0; }
}
@media (max-width: 620px) {
  .app { grid-template-columns: 44px 1fr; }
  .app-thread { display: none; }
  .waitlist { grid-template-columns: 1fr; }
  .waitlist-compact { grid-template-columns: 1fr; }
  .foot-inner, .foot-cols { gap: 32px; }
  .nav-cta { display: none; }
}

/* --- human-first pillars ------------------------------------------------- */
.pillar { border-left: 3px solid var(--ok); position: relative; padding-top: 26px; }
.pillar-n {
  position: absolute; top: 16px; right: 20px;
  font-family: var(--mono); font-size: 11px; color: var(--tx-low); letter-spacing: .06em;
}

/* --- the handoff flow ---------------------------------------------------- */
.shot-flow { background: none; border: 0; box-shadow: none; overflow: visible; }
.flow { display: flex; flex-direction: column; gap: 6px; }
.flow-step { display: flex; gap: 14px; align-items: flex-start; }
.flow-n {
  width: 26px; height: 26px; flex: 0 0 auto; border-radius: 50%; display: grid;
  place-items: center; font-size: 11.5px; font-weight: 700;
  background: var(--raised-2); border: 1px solid var(--line); color: var(--tx-mid);
}
.flow-card {
  flex: 1; min-width: 0; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 14px 16px;
}
.flow-card .wid-who { margin: 0 0 9px; }
.flow-card .wm.sys { margin: 9px 0; }
.flow-note {
  display: block; font-size: 11.5px; color: var(--tx-low); line-height: 1.6; margin-top: 10px;
}
.flow-note.stop { color: #6FCB95; }
.flow-ask {
  text-align: center; font-size: 12.5px; font-weight: 620; padding: 11px;
  border-radius: var(--r-md); color: var(--brand);
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--brand) 34%, transparent);
}
.flow-arrow { color: var(--tx-low); font-size: 15px; padding-left: 12px; line-height: 1; }
/* ==========================================================================
   Visual pass.
   The first version was flat: --surface and --bg were three points apart, the
   borders were darker than the cards they outlined, and every section was the
   same centred-heading-then-grid. It read as one long grey wall.

   Fixed by giving the page actual depth — separated surfaces, borders that are
   lighter than what they enclose, elevation under the renders so they read as
   product shots rather than divs — and by varying the rhythm section to
   section.
   ========================================================================== */
:root {
  /* Deeper base, and each step up is now visible rather than theoretical. */
  --bg:       #08090C;
  --bg-2:     #0B0D12;
  --surface:  #12141B;
  --raised:   #191C25;
  --raised-2: #22262F;
  /* Borders sit ABOVE the surface they outline. The old ones were darker than
     the card, so every edge disappeared. */
  --line:     #2B303B;
  --line-2:   #21252E;
  --glow:     color-mix(in srgb, var(--brand) 40%, transparent);

  --tx:     #EDEFF4;
  --tx-mid: #A2A9B8;
  --tx-low: #737A8A;

  --shadow-sm: 0 1px 2px rgba(0,0,0,.5);
  --shadow: 0 4px 14px rgba(0,0,0,.5), 0 30px 70px -20px rgba(0,0,0,.75);
  --shadow-lift: 0 8px 24px rgba(0,0,0,.55), 0 48px 110px -30px rgba(0,0,0,.85);
}

/* A faint dot grid, so large dark areas have texture instead of being a void. */
body {
  background:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.028) 1px, transparent 0) 0 0 / 34px 34px,
    var(--bg);
}

/* --- rhythm -------------------------------------------------------------- */
/* Alternating panels, so sections stop blurring into one another. */
.band { padding: 88px 0; }
.band-alt {
  background: linear-gradient(180deg, transparent, var(--bg-2) 12%, var(--bg-2) 88%, transparent);
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.section-h { position: relative; }
.section-h::after {
  content: ""; display: block; width: 46px; height: 3px; border-radius: 3px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand) 20%, transparent));
}

/* --- hero ---------------------------------------------------------------- */
/* Was 1370px tall before a visitor saw anything. Tighter type, wider measure,
   fewer lines. */
.hero { padding: 72px 0 0; }
.hero::before {
  inset: -160px 0 auto; height: 720px;
  background:
    radial-gradient(760px 340px at 50% 0%, color-mix(in srgb, var(--brand) 17%, transparent), transparent 68%),
    radial-gradient(560px 300px at 82% 14%, color-mix(in srgb, var(--ai) 13%, transparent), transparent 70%),
    radial-gradient(500px 260px at 16% 22%, color-mix(in srgb, var(--info) 8%, transparent), transparent 72%);
}
h1 {
  font-size: clamp(33px, 4.4vw, 50px); line-height: 1.1; letter-spacing: -.03em;
  max-width: 19ch;
}
h1 em {
  background: linear-gradient(100deg, var(--brand), #F5B071);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { font-size: clamp(15.5px, 1.35vw, 17.5px); max-width: 58ch; margin-bottom: 30px; }
.eyebrow { box-shadow: 0 0 24px -6px var(--glow); }

/* Renders read as product shots, not boxes: lifted, faintly rimmed, and with a
   glow behind the hero one so it does not float in a void. */
.hero-shot { margin-top: 56px; position: relative; }
.hero-shot::before {
  content: ""; position: absolute; inset: 8% 6% -6%; z-index: -1; border-radius: 40px;
  background: radial-gradient(60% 60% at 50% 50%, color-mix(in srgb, var(--brand) 22%, transparent), transparent 72%);
  filter: blur(58px);
}
.hero-shot .shot { box-shadow: var(--shadow-lift); }

.shot {
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, var(--surface), #0F1116);
}
.shot::after {
  /* One-pixel highlight along the top edge — what makes a dark panel look like
     a surface with light on it rather than a hole. */
  content: ""; position: absolute; inset: 0 0 auto; height: 1px; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.09), transparent);
}

/* --- cards --------------------------------------------------------------- */
.feat, .guard, .plat, .road-item, .price-card, .flow-card, .notice {
  background: linear-gradient(180deg, var(--surface), #0F1117);
  border-color: var(--line);
  position: relative;
}
.feat, .plat, .price-card { box-shadow: var(--shadow-sm); }
.feat { padding: 24px; transition: border-color .16s, transform .16s; }
.feat:hover { border-color: color-mix(in srgb, var(--brand) 42%, var(--line)); transform: translateY(-2px); }
.feat h3 { font-size: 16.5px; letter-spacing: -.01em; }

/* The three human-first pillars carry the argument, so they get the weight. */
.pillar {
  border-left: 0; padding-top: 30px;
  border-top: 2px solid color-mix(in srgb, var(--ok) 60%, transparent);
}
.pillar::before {
  content: ""; position: absolute; inset: -1px 0 auto; height: 40px; border-radius: 14px 14px 0 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--ok) 13%, transparent), transparent);
  pointer-events: none;
}
.pillar-n {
  position: static; display: block; margin-bottom: 12px;
  font-family: var(--mono); font-size: 12px; font-weight: 700;
  color: #6FCB95; letter-spacing: .1em;
}

.guard { border-left-width: 3px; }
.guard b { letter-spacing: -.01em; }

/* --- type ---------------------------------------------------------------- */
h2 { letter-spacing: -.028em; }
.section-sub { font-size: 15.5px; margin-bottom: 42px; }
.split { gap: 56px; }
.split h2 { margin-bottom: 16px; }
.split p { font-size: 15px; line-height: 1.7; }

/* --- nav ----------------------------------------------------------------- */
.nav { background: color-mix(in srgb, var(--bg) 78%, transparent); }
.nav-inner { height: 66px; }
.nav-links a { font-weight: 520; }
.nav-links a.active {
  background: color-mix(in srgb, var(--brand) 13%, transparent);
  color: var(--brand);
}
.mark { box-shadow: 0 2px 10px -2px var(--glow); }
.btn-primary { box-shadow: 0 2px 14px -4px var(--glow); }

/* --- roadmap ------------------------------------------------------------- */
/* A rail down each column, so the three states read as a timeline rather than
   three stacks of cards. */
.road-col { position: relative; }
.road-col::before {
  content: ""; position: absolute; left: 4px; top: 44px; bottom: 8px; width: 2px;
  background: linear-gradient(180deg, var(--line), transparent);
}
.road-h { margin-left: 0; }
.road-item { margin-left: 22px; }
.road-item::before {
  content: ""; position: absolute; left: -22px; top: 20px; width: 9px; height: 9px;
  border-radius: 50%; background: var(--bg); border: 2px solid var(--line);
}
.road-item.done::before { border-color: var(--ok); background: var(--ok); }
.road-item.now::before { border-color: var(--warn); background: var(--warn); }

/* --- pricing ------------------------------------------------------------- */
.price-card { box-shadow: var(--shadow); }
.price-figure {
  background: linear-gradient(100deg, var(--tx), var(--tx-mid));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* --- waitlist ------------------------------------------------------------ */
.waitlist input { background: var(--raised); border-color: var(--line); }
.cta-band {
  border-radius: 24px; padding: 64px 32px;
  background:
    radial-gradient(600px 240px at 50% 0%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 70%),
    linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
}
.cta-band + .foot { margin-top: 0; }

/* --- footer -------------------------------------------------------------- */
.foot { border-top: 1px solid var(--line-2); background: var(--bg-2); }

/* --- figures ------------------------------------------------------------- */
.fig figcaption { font-size: 13px; color: var(--tx-mid); }
.two-shots { gap: 32px; }

@media (max-width: 900px) {
  .band { padding: 60px 0; }
  .hero-shot::before { display: none; }
  .cta-band { padding: 44px 20px; border-radius: 18px; }
}
