:root {
  color-scheme: dark;
  --ink: #f7f2e8;
  --muted: #b9b2a4;
  --soft: #ded3bf;
  --coal: #0c0d0a;
  --coal-2: #151711;
  --coal-3: #202219;
  --line: rgba(247, 242, 232, 0.13);
  --line-strong: rgba(247, 242, 232, 0.24);
  --cyan: #16c8b5;
  --moss: #8da45a;
  --amber: #e2af55;
  --clay: #d96f49;
  --plum: #8d6ac8;
  --paper: #fff9ea;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --content: min(1180px, calc(100vw - 40px));
  --nav-height: 72px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100svh;
  background: var(--coal);
  color: var(--ink);
  overflow-x: hidden;
}

.redirect-body {
  display: grid;
  place-items: center;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 72% 16%, rgba(22, 200, 181, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 249, 234, 0.04), transparent 22%),
    linear-gradient(120deg, #0c0d0a 0%, #17140f 44%, #0f1412 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.redirect-shell {
  display: grid;
  gap: 22px;
  width: min(620px, calc(100vw - 32px));
}

.redirect-card {
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(22, 200, 181, 0.12), rgba(226, 175, 85, 0.07)),
    rgba(12, 13, 10, 0.82);
  box-shadow: var(--shadow);
}

.redirect-card h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 0.98;
  letter-spacing: 0;
}

.redirect-card p:not(.section-kicker) {
  margin: 16px 0 22px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  font: inherit;
}

.market-canvas {
  position: fixed;
  inset: 0;
  z-index: -3;
  width: 100vw;
  height: 100vh;
  opacity: 0.58;
}

.market-canvas::selection {
  background: transparent;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--nav-height);
  border-bottom: 1px solid var(--line);
  background: rgba(12, 13, 10, 0.76);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: var(--content);
  height: 100%;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(22, 200, 181, 0.48);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(22, 200, 181, 0.22), rgba(226, 175, 85, 0.12));
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-word {
  font-weight: 820;
  letter-spacing: 0;
}

.brand-pronounce {
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.is-active {
  border-color: var(--line);
  background: rgba(255, 249, 234, 0.07);
  color: var(--ink);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(226, 175, 85, 0.52);
  border-radius: 999px;
  background: rgba(226, 175, 85, 0.14);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(22, 200, 181, 0.58);
  border-radius: 999px;
  background: rgba(22, 200, 181, 0.16);
  color: var(--ink);
  font-size: 13px;
  font-weight: 780;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  width: var(--content);
  min-height: calc(100svh - var(--nav-height) - 34px);
  max-height: 860px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 76px) 0 clamp(26px, 4vw, 42px);
}

.hero::after {
  position: absolute;
  right: min(44vw, 540px);
  bottom: 28px;
  width: 1px;
  height: 64px;
  content: "";
  background: linear-gradient(transparent, rgba(247, 242, 232, 0.45), transparent);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(52px, 8.4vw, 116px);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-body {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--soft);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.36;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 760;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  border-color: rgba(22, 200, 181, 0.72);
  background: linear-gradient(135deg, rgba(22, 200, 181, 0.94), rgba(141, 164, 90, 0.86));
  color: #07100d;
  box-shadow: 0 16px 42px rgba(22, 200, 181, 0.22);
}

.button.secondary {
  background: rgba(255, 249, 234, 0.07);
}

.button.platform {
  border-color: rgba(22, 200, 181, 0.5);
  background: rgba(22, 200, 181, 0.12);
  color: var(--ink);
}

.button.ghost {
  min-height: 40px;
  background: transparent;
  color: var(--soft);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.badge-row li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 13, 10, 0.42);
  color: var(--soft);
  font-size: 13px;
}

.terminal-shell {
  width: 100%;
  max-width: 460px;
  justify-self: end;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(12, 13, 10, 0.7);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.terminal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 234, 0.05);
}

.terminal-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.terminal-title strong {
  font-size: 13px;
}

.terminal-title span {
  color: var(--muted);
  font-size: 11px;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.live-dot::before {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(22, 200, 181, 0.9);
}

.terminal-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.metric {
  min-width: 0;
  padding: 14px;
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric span {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.metric strong {
  display: block;
  margin-top: 5px;
  font-size: clamp(16px, 2vw, 24px);
  letter-spacing: 0;
}

.depth-book {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 148px;
}

.depth-side {
  padding: 12px;
}

.depth-side + .depth-side {
  border-left: 1px solid var(--line);
}

.depth-label {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}

.depth-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  min-height: 26px;
  margin-top: 6px;
  padding: 0 6px;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  color: var(--soft);
  font-size: 12px;
}

.depth-row::before {
  position: absolute;
  inset: 0;
  width: var(--bar);
  content: "";
  background: color-mix(in srgb, var(--side-color), transparent 76%);
}

.depth-row span,
.depth-row b {
  position: relative;
  z-index: 1;
}

.depth-row b {
  color: var(--ink);
  font-size: 12px;
}

.ask {
  --side-color: var(--clay);
}

.bid {
  --side-color: var(--cyan);
}

.signal-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 14px;
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(22, 200, 181, 0.08), rgba(226, 175, 85, 0.06));
}

.signal-strip span {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.signal-strip strong {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}

.signal-score {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(22, 200, 181, 0.44);
  border-radius: 999px;
  background: rgba(22, 200, 181, 0.12);
  color: var(--cyan);
  font-size: 16px;
  font-weight: 820;
}

.proof-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 234, 0.045);
}

.proof-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: var(--content);
  margin: 0 auto;
}

.proof-item {
  min-height: 118px;
  padding: 24px 22px;
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.proof-item strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 0.95;
}

.platform-band {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(22, 200, 181, 0.12), rgba(226, 175, 85, 0.07)),
    rgba(12, 13, 10, 0.72);
}

.platform-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.56fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  width: var(--content);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px) 0;
}

.platform-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 5.4vw, 66px);
  line-height: 0.98;
  letter-spacing: 0;
}

.platform-copy p:not(.section-kicker) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.5;
}

.platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.platform-status {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(7, 9, 7, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.platform-status-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 234, 0.05);
}

.platform-status-head span,
.platform-metrics span,
.platform-note {
  color: var(--muted);
  font-size: 12px;
}

.platform-status-head strong {
  color: var(--amber);
  font-size: 13px;
  text-transform: uppercase;
}

.platform-status-head strong.is-online {
  color: var(--cyan);
}

.platform-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.platform-metrics div {
  min-height: 78px;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.platform-metrics div:nth-child(2n) {
  border-right: 0;
}

.platform-metrics div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.platform-metrics strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(18px, 2.3vw, 26px);
  line-height: 1;
}

.platform-note {
  padding: 14px;
  border-top: 1px solid var(--line);
  line-height: 1.45;
}

.section {
  width: var(--content);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 112px) 0;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.52fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: end;
  margin-bottom: 34px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-lede {
  margin: 0;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.5;
}

.angle-band {
  width: 100%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(226, 175, 85, 0.1), transparent 34%),
    rgba(255, 249, 234, 0.035);
}

.angle-grid,
.pillar-grid,
.audience-grid,
.risk-grid {
  display: grid;
  gap: 14px;
}

.angle-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.pillar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.risk-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(12, 13, 10, 0.64);
}

.card.is-strong {
  background:
    linear-gradient(135deg, rgba(22, 200, 181, 0.14), rgba(217, 111, 73, 0.08)),
    rgba(12, 13, 10, 0.68);
}

.card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
}

.card h3 {
  margin: 18px 0 0;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: 0;
}

.card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.card li {
  position: relative;
  padding-left: 18px;
  color: var(--soft);
  line-height: 1.42;
}

.card li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  content: "";
  background: var(--cyan);
}

.conversion-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(141, 164, 90, 0.13), rgba(226, 175, 85, 0.09) 44%, rgba(217, 111, 73, 0.08)),
    rgba(255, 249, 234, 0.04);
}

.conversion-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.48fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
  width: var(--content);
  margin: 0 auto;
  padding: clamp(46px, 7vw, 78px) 0;
}

.conversion-inner h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.conversion-inner p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.5;
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.commitment-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.commitment-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.commitment-list strong {
  color: var(--ink);
  white-space: nowrap;
}

.waitlist-section {
  width: var(--content);
  margin: 0 auto;
  padding: clamp(74px, 9vw, 116px) 0;
}

.waitlist-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.waitlist-copy h2 {
  margin: 0;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
}

.waitlist-copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.55;
}

.fine-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.fine-point {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.fine-point::before {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border: 1px solid var(--amber);
  border-radius: 99px;
  content: "";
}

.waitlist-form {
  padding: 24px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(12, 13, 10, 0.78);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.checkline {
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: rgba(255, 249, 234, 0.07);
  color: var(--ink);
  outline: none;
}

.field input,
.field textarea {
  padding: 12px 13px;
}

.field select {
  padding: 0 12px;
  color: var(--ink);
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(22, 200, 181, 0.72);
  box-shadow: 0 0 0 3px rgba(22, 200, 181, 0.12);
}

.checkline {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 520;
}

.checkline input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--cyan);
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--cyan);
  font-size: 13px;
}

.form-status.is-error {
  color: #ffb199;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 249, 234, 0.035);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: 34px;
  width: var(--content);
  margin: 0 auto;
  padding: 34px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--soft);
}

body[data-variant="overnight"] {
  --cyan: #44d1c2;
  --amber: #f0b85f;
  --clay: #e0694f;
}

body[data-variant="guardrails"] {
  --cyan: #9ed06b;
  --amber: #e3ba5f;
  --clay: #cc735d;
}

body[data-variant="institutional"] {
  --cyan: #73c5d8;
  --amber: #cbb16a;
  --clay: #bd7d63;
}

body[data-variant="liquidity"] {
  --cyan: #20c3a4;
  --amber: #f0a84d;
  --clay: #d85b43;
}

body[data-variant="charter"] {
  --cyan: #d0bd63;
  --amber: #f0a65c;
  --clay: #c96d84;
}

@media (max-width: 1060px) {
  .nav-links {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    max-height: none;
  }

  .platform-inner {
    grid-template-columns: 1fr;
  }

  .terminal-shell {
    justify-self: stretch;
    max-width: none;
  }

  .proof-inner,
  .pillar-grid,
  .risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --content: min(100vw - 28px, 1180px);
    --nav-height: 64px;
  }

  .brand-pronounce,
  .nav-cta,
  .nav-platform {
    display: none;
  }

  .nav-inner {
    gap: 12px;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .nav-links a {
    min-height: 34px;
    padding: 0 9px;
    font-size: 12px;
  }

  .hero {
    gap: 24px;
    min-height: calc(100svh - var(--nav-height) - 96px);
    padding-top: 30px;
  }

  .hero h1 {
    font-size: clamp(44px, 15vw, 76px);
  }

  .hero-body {
    margin-top: 18px;
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .badge-row {
    margin-top: 18px;
  }

  .badge-row li:nth-child(n+4) {
    display: none;
  }

  .terminal-shell {
    display: none;
  }

  .terminal-metrics {
    grid-template-columns: 1fr;
  }

  .metric {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric:last-child {
    border-bottom: 0;
  }

  .depth-book {
    min-height: 0;
  }

  .depth-row:nth-of-type(n+5) {
    display: none;
  }

  .section-header,
  .angle-grid,
  .conversion-inner,
  .waitlist-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .proof-inner,
  .pillar-grid,
  .audience-grid,
  .risk-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .card {
    min-height: auto;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
