:root {
  --ink: #080806;
  --ink-soft: #10100c;
  --panel: #15150f;
  --panel-2: #1d1d14;
  --line: rgba(220, 190, 123, 0.2);
  --line-bright: rgba(220, 190, 123, 0.52);
  --paper: #f2eadb;
  --muted: #b9b19e;
  --muted-dark: #888171;
  --acid: #d9b568;
  --green: #77a96b;
  --amber: #e9c77f;
  --danger: #ff8677;
  --max: 1280px;
  --font-display: "Bahnschrift Condensed", "Arial Narrow", "Roboto Condensed", sans-serif;
  --font-body: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 25% 28%, rgba(82, 126, 65, 0.09), transparent 34rem),
    var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--acid);
  color: var(--ink);
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, min-height 220ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(5, 7, 6, 0.88);
  border-color: rgba(215, 243, 122, 0.13);
  backdrop-filter: blur(18px);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 0 28px rgba(120, 216, 120, 0.12);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0.14em;
}

.brand-copy small {
  margin-top: 5px;
  color: #aab5a6;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(241, 245, 233, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav a,
.header-cta {
  transition: color 160ms ease;
}

.site-nav a:hover,
.header-cta:hover {
  color: var(--acid);
}

.header-cta {
  justify-self: end;
  padding: 11px 17px;
  border: 1px solid rgba(215, 243, 122, 0.44);
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  background: rgba(5, 7, 6, 0.48);
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: max(760px, 100svh);
  isolation: isolate;
  overflow: hidden;
  background: #090b09;
}

.hero-media,
.hero-media img,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -4;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
  animation: hero-breathe 16s ease-in-out infinite alternate;
}

.hero-shade {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(3, 5, 4, 0.72) 0%, rgba(3, 5, 4, 0.16) 23%, rgba(3, 5, 4, 0.45) 63%, #050706 100%),
    radial-gradient(ellipse 46% 54% at 50% 44%, rgba(5, 7, 6, 0.14), rgba(5, 7, 6, 0.7) 86%),
    linear-gradient(90deg, rgba(4, 6, 5, 0.38), transparent 28%, transparent 72%, rgba(4, 6, 5, 0.38));
}

.hero-grid {
  z-index: -2;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(215, 243, 122, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 243, 122, 0.13) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, transparent 6%, #000 24%, #000 74%, transparent 98%);
}

.hero-content {
  width: min(900px, calc(100% - 48px));
  padding: 124px 0 158px;
  text-align: center;
}

.launch-line,
.hero-kicker,
.eyebrow,
.form-code {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
  padding: 8px 12px;
  border: 1px solid rgba(215, 243, 122, 0.27);
  background: rgba(5, 7, 6, 0.52);
  color: #dbe5d5;
  backdrop-filter: blur(10px);
}

.status-dot,
.roster-status i,
.video-tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 15px rgba(215, 243, 122, 0.9);
  animation: signal 1.8s ease-in-out infinite;
}

.hero-kicker {
  margin: 0 0 14px;
  color: var(--acid);
}

.hero h1,
.section h2,
.waitlist-intro h2,
.privacy-dialog h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
  font-size: clamp(66px, 8.6vw, 134px);
  line-height: 0.78;
  text-shadow: 0 8px 44px rgba(0, 0, 0, 0.55);
}

.hero h1 span {
  color: var(--paper);
}

.hero h1 em {
  margin-top: 0.2em;
  color: var(--acid);
  font-style: normal;
}

.hero-lead {
  max-width: 700px;
  margin: 30px auto 0;
  color: #d5ddd1;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.86);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 34px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 15px 22px 15px 28px;
  border: 0;
  cursor: pointer;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: transform 160ms ease, filter 160ms ease, background 160ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(5, 7, 6, 0.18);
  clip-path: inherit;
  pointer-events: none;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.button:active {
  transform: translateY(1px);
}

.button-primary {
  background: var(--acid);
  color: var(--ink);
  box-shadow: 0 14px 44px rgba(186, 225, 86, 0.2);
}

.button-secondary {
  background: #252d25;
  color: var(--paper);
}

.button-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-left: 1px solid rgba(5, 7, 6, 0.24);
  font-size: 20px;
}

.slot-live {
  display: grid;
  min-width: 148px;
  text-align: left;
}

.slot-live-value {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.slot-live span:last-child {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-note {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(216, 225, 211, 0.72);
  font-size: 11px;
  line-height: 1.55;
}

.countdown {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 13px;
  margin: 30px auto 0;
}

.countdown-item {
  display: grid;
  min-width: 58px;
  text-align: center;
}

.countdown-item strong {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.countdown-item span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.countdown-separator {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 27px;
  line-height: 0.9;
}

.faction {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  transform: translateY(-50%);
  color: rgba(241, 245, 233, 0.78);
  text-shadow: 0 3px 18px #000;
}

.faction-left {
  left: max(26px, calc((100vw - 1450px) / 2));
  text-align: left;
}

.faction-right {
  right: max(26px, calc((100vw - 1450px) / 2));
  text-align: right;
}

.faction strong {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.04em;
}

.faction-kicker {
  color: var(--acid);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.concept-label,
.scroll-cue {
  position: absolute;
  bottom: 25px;
  z-index: 3;
  color: rgba(211, 222, 207, 0.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-label {
  left: max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 9px;
}

.concept-label span {
  color: var(--acid);
}

.scroll-cue {
  right: max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 10px;
}

.scroll-cue span {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--acid));
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(215, 243, 122, 0.15);
  border-bottom: 1px solid rgba(215, 243, 122, 0.15);
  background: #080b09;
}

.signal-strip > div {
  position: relative;
  display: grid;
  min-height: 116px;
  padding: 27px 34px 24px 78px;
  border-right: 1px solid rgba(215, 243, 122, 0.11);
}

.signal-strip > div:last-child {
  border-right: 0;
}

.signal-strip span {
  position: absolute;
  top: 31px;
  left: 31px;
  color: var(--acid);
  font-family: var(--font-display);
  font-weight: 900;
}

.signal-strip strong {
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signal-strip small {
  margin-top: 5px;
  color: var(--muted-dark);
  font-size: 12px;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(100px, 12vw, 170px) 0;
}

.eyebrow {
  margin: 0 0 21px;
  color: var(--acid);
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 1px;
  margin: 0 11px 3px 0;
  background: currentColor;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 70px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -38px;
}

.section h2,
.waitlist-intro h2 {
  font-size: clamp(54px, 7vw, 106px);
  line-height: 0.86;
}

.section h2 span,
.waitlist-intro h2 span,
.prototype-copy h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(215, 243, 122, 0.58);
  text-stroke: 1px rgba(215, 243, 122, 0.58);
}

.section-heading > p:last-child {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.flow-list h3,
.form-heading h3,
.roster-heading h3,
.success-panel h3,
.privacy-dialog h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 29px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.flow-list p {
  margin: 9px 0 0;
  color: var(--muted);
}

.prototype {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(54px, 9vw, 132px);
  padding-top: 64px;
}

.prototype-media {
  position: relative;
}

.prototype-media::before {
  content: "";
  position: absolute;
  inset: 12% -15% -7% 12%;
  z-index: -1;
  border: 1px solid rgba(215, 243, 122, 0.15);
  background-image:
    linear-gradient(rgba(215, 243, 122, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 243, 122, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
}

.video-frame {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
  padding: 11px;
  border: 1px solid rgba(215, 243, 122, 0.28);
  background: #0c100d;
  box-shadow: var(--shadow);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #050706;
}

.video-tag {
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
  background: rgba(5, 7, 6, 0.78);
  color: #d6dfd2;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.prototype-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 102px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.86;
  text-transform: uppercase;
}

.prototype-lead {
  max-width: 670px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.66;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 46px 0 0;
  border-top: 1px solid rgba(215, 243, 122, 0.16);
  border-bottom: 1px solid rgba(215, 243, 122, 0.16);
}

.proof-list div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 22px 18px;
  border-right: 1px solid rgba(215, 243, 122, 0.13);
}

.proof-list div:last-child {
  border-right: 0;
}

.proof-list dt {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 900;
}

.proof-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-note {
  max-width: 650px;
  margin: 26px 0 0;
  padding-left: 17px;
  border-left: 2px solid var(--amber);
  color: #a7b0a4;
  font-size: 13px;
}

.battle-flow {
  padding-top: 82px;
}

.section-heading.compact {
  display: block;
}

.section-heading.compact .eyebrow {
  margin-bottom: 22px;
}

.flow-list {
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
  border-top: 1px solid rgba(215, 243, 122, 0.17);
}

.flow-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 34px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid rgba(215, 243, 122, 0.13);
}

.flow-list li > div {
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(300px, 1fr);
  gap: 44px;
  align-items: baseline;
}

.flow-index {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
}

.flow-list p {
  max-width: 580px;
}

.waitlist-shell {
  position: relative;
  padding: clamp(84px, 9vw, 132px) max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-top: 1px solid rgba(215, 243, 122, 0.19);
  background:
    linear-gradient(180deg, rgba(10, 14, 11, 0.98), rgba(5, 7, 6, 1)),
    var(--ink);
}

.waitlist-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(215, 243, 122, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 243, 122, 0.13) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(circle at 50% 34%, #000, transparent 74%);
}

.waitlist-shell::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: clamp(420px, 48vw, 780px);
  height: 100%;
  pointer-events: none;
  opacity: 0.54;
  background-image:
    linear-gradient(90deg, #080a08 0%, rgba(8, 10, 8, 0.42) 28%, rgba(8, 10, 8, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.14) 0%, rgba(5, 7, 6, 0.28) 52%, #050706 100%),
    url("/assets/real-tank-camera-closeup.webp");
  background-position: center;
  background-size: cover;
  filter: grayscale(0.68) saturate(0.72) contrast(1.14);
}

.waitlist-glow {
  position: absolute;
  top: -240px;
  left: 50%;
  width: 900px;
  height: 520px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(120, 216, 120, 0.08);
  filter: blur(90px);
  pointer-events: none;
  z-index: 1;
}

.waitlist-intro,
.waitlist-layout {
  position: relative;
  z-index: 2;
}

.waitlist-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 60px;
  align-items: end;
}

.waitlist-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -36px;
}

.waitlist-intro > p:not(.eyebrow) {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.capacity {
  grid-column: 2;
  margin-top: -10px;
  padding: 20px;
  border: 1px solid rgba(215, 243, 122, 0.15);
  background: rgba(15, 20, 16, 0.72);
}

.capacity-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capacity-head strong {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 23px;
}

.capacity-track {
  height: 8px;
  margin-top: 14px;
  overflow: hidden;
  background: #202720;
}

.capacity-track span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--acid));
  box-shadow: 0 0 18px rgba(215, 243, 122, 0.46);
  transition: width 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.capacity small {
  display: block;
  margin-top: 11px;
  color: var(--muted-dark);
}

.waitlist-layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
  margin-top: 58px;
}

.form-panel,
.roster-panel {
  position: relative;
  min-height: 650px;
  border: 1px solid rgba(215, 243, 122, 0.18);
  background: rgba(13, 18, 14, 0.92);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}

.form-panel {
  padding: clamp(26px, 4vw, 46px);
}

.form-heading,
.roster-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(215, 243, 122, 0.14);
}

.form-code {
  display: block;
  margin-bottom: 9px;
  color: var(--acid);
  font-size: 9px;
}

.field {
  display: grid;
  margin-top: 24px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field label {
  margin-bottom: 8px;
  color: #dbe3d6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field input {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(215, 243, 122, 0.15);
  border-radius: 0;
  outline: 0;
  background: #080b09;
  color: var(--paper);
  caret-color: var(--acid);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field input:hover {
  border-color: rgba(215, 243, 122, 0.3);
}

.field input:focus {
  border-color: var(--acid);
  box-shadow: 0 0 0 3px rgba(215, 243, 122, 0.1);
}

.field input[aria-invalid="true"] {
  border-color: var(--danger);
}

.field input::placeholder {
  color: #7d887b;
}

.field small {
  margin-top: 7px;
  color: var(--muted-dark);
  font-size: 11px;
}

.field-error {
  min-height: 0;
  margin-top: 6px;
  color: var(--danger);
  font-size: 11px;
}

.field-error:not(:empty) {
  min-height: 17px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-row {
  margin-top: 22px;
}

.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  color: #aab4a7;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.55;
}

.consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox-mark {
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border: 1px solid rgba(215, 243, 122, 0.36);
  background: #080b09;
}

.consent input:focus-visible + .checkbox-mark {
  outline: 2px solid var(--acid);
  outline-offset: 3px;
}

.consent input:checked + .checkbox-mark {
  border-color: var(--acid);
  background: var(--acid);
}

.consent input:checked + .checkbox-mark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid var(--ink);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.privacy-link,
.text-button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--acid);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-privacy-link {
  margin: 7px 0 0 33px;
  font-size: 11px;
}

.consent-error {
  display: block;
  margin-left: 33px;
}

.analytics-note {
  margin: 14px 0 0 33px;
  color: var(--muted-dark);
  font-size: 11px;
  line-height: 1.55;
}

.submit-button {
  width: 100%;
  margin-top: 25px;
}

.submit-button[disabled] {
  cursor: wait;
  filter: saturate(0.3);
  opacity: 0.7;
}

.submit-button.is-loading .button-label::after {
  content: "…";
}

.form-status {
  min-height: 21px;
  margin: 13px 0 0;
  color: var(--danger);
  font-size: 12px;
  text-align: center;
}

.success-panel {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 42px;
  background:
    radial-gradient(circle at 50% 42%, rgba(120, 216, 120, 0.15), transparent 38%),
    #0c110d;
  text-align: center;
}

.success-panel[hidden] {
  display: none;
}

.form-panel.has-success {
  min-height: 520px;
}

.success-mark {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 30px;
  border: 1px solid var(--acid);
  border-radius: 50%;
  color: var(--acid);
  font-size: 34px;
  box-shadow: 0 0 45px rgba(215, 243, 122, 0.15);
}

.success-panel h3 {
  font-size: 38px;
}

.success-panel h3 span {
  color: var(--acid);
}

.success-panel > p:not(.eyebrow) {
  max-width: 400px;
  margin: 16px 0 26px;
  color: var(--muted);
}

.text-button {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.roster-panel {
  padding: clamp(26px, 4vw, 42px);
}

.roster-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roster-status.is-offline {
  color: #d9a29c;
}

.roster-status.is-offline i {
  background: var(--danger);
  box-shadow: 0 0 12px rgba(231, 110, 95, 0.55);
  animation: none;
}

.roster-panel:focus-visible {
  outline-offset: -5px;
}

.table-wrap {
  max-height: 510px;
  margin-top: 8px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(215, 243, 122, 0.36) transparent;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 15px 11px;
  border-bottom: 1px solid rgba(215, 243, 122, 0.1);
  text-align: left;
}

th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #0d120e;
  color: var(--muted-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

th:first-child,
td:first-child {
  width: 76px;
}

th:last-child,
td:last-child {
  width: 170px;
}

td {
  color: #c9d2c5;
  font-size: 13px;
}

td:first-child {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
}

td:nth-child(2) {
  overflow: hidden;
  color: var(--paper);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.empty-row td {
  height: 180px;
  color: var(--muted-dark);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.roster-footnote {
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: 11px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  padding: 34px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(215, 243, 122, 0.13);
  background: #030504;
}

.footer-brand img {
  width: 56px;
  height: 56px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer small {
  grid-column: 1 / -1;
  color: #899386;
  font-size: 11px;
}

.footer-link {
  color: var(--muted);
  font-size: 11px;
}

.privacy-dialog {
  width: min(650px, calc(100% - 32px));
  max-height: min(760px, calc(100dvh - 32px));
  padding: 34px;
  overflow: auto;
  border: 1px solid rgba(215, 243, 122, 0.3);
  background:
    linear-gradient(145deg, #151c16, #080b09 75%);
  color: var(--paper);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7);
}

.privacy-dialog::backdrop {
  background: rgba(1, 2, 1, 0.78);
  backdrop-filter: blur(9px);
}

.dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dialog-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(215, 243, 122, 0.18);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 28px;
}

.privacy-dialog h2 {
  margin-top: 24px;
  font-size: clamp(36px, 7vw, 56px);
  line-height: 0.95;
}

.privacy-dialog h3 {
  margin-top: 27px;
  font-size: 19px;
}

.privacy-dialog p,
.privacy-dialog li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.privacy-dialog ul {
  padding-left: 20px;
}

.dialog-note {
  padding: 14px 16px;
  border-left: 2px solid var(--acid);
  background: rgba(215, 243, 122, 0.05);
}

.privacy-dialog .button {
  margin-top: 18px;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-breathe {
  from { transform: scale(1.015); }
  to { transform: scale(1.055); }
}

@keyframes signal {
  0%, 100% { opacity: 0.55; transform: scale(0.86); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 18px;
  }

  .faction {
    display: none;
  }

  .section-heading,
  .waitlist-intro {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .section-heading .eyebrow,
  .waitlist-intro .eyebrow {
    margin-bottom: 0;
  }

  .capacity {
    grid-column: 1;
    max-width: 580px;
    margin-top: 7px;
  }

  .prototype {
    gap: 64px;
  }

  .waitlist-layout {
    grid-template-columns: 1fr;
  }

  .form-panel,
  .roster-panel {
    min-height: auto;
  }

  .roster-panel {
    min-height: 590px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 18px;
  }

  .site-nav {
    display: none;
  }

  .brand-copy small {
    display: none;
  }

  .header-cta {
    font-size: 10px;
  }

  .hero-content {
    width: min(680px, calc(100% - 32px));
  }

  .signal-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .signal-strip > div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(215, 243, 122, 0.11);
  }

  .section {
    width: min(var(--max), calc(100% - 32px));
  }

  .prototype {
    grid-template-columns: 1fr;
  }

  .video-frame {
    max-width: 420px;
  }

  .prototype-copy {
    order: -1;
  }

  .flow-list li {
    grid-template-columns: 74px 1fr;
  }

  .flow-list li > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer p {
    display: none;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header,
  .site-header.is-scrolled {
    min-height: 66px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .header-cta {
    padding: 10px 12px;
  }

  .hero {
    min-height: max(760px, 100svh);
  }

  .hero-media img {
    object-position: 50% 60%;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 5, 4, 0.84) 0%, rgba(3, 5, 4, 0.3) 29%, rgba(3, 5, 4, 0.4) 62%, #050706 100%),
      radial-gradient(ellipse 86% 57% at 50% 38%, rgba(5, 7, 6, 0.12), rgba(5, 7, 6, 0.56));
  }

  .hero-grid {
    background-size: 52px 52px;
  }

  .hero-content {
    align-self: start;
    width: calc(100% - 30px);
    padding: 105px 0 140px;
  }

  .launch-line {
    margin-bottom: 20px;
    font-size: 9px;
  }

  .hero-kicker {
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(56px, 18vw, 82px);
    line-height: 0.82;
  }

  .hero-lead {
    max-width: 430px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.48;
  }

  .hero-actions {
    display: grid;
    gap: 15px;
    margin-top: 27px;
  }

  .hero-actions .button {
    width: min(100%, 370px);
  }

  .slot-live {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 9px;
    text-align: center;
  }

  .slot-live-value {
    font-size: 24px;
  }

  .offer-note {
    max-width: 390px;
    font-size: 9px;
  }

  .countdown {
    gap: 5px;
    margin-top: 24px;
  }

  .countdown-item {
    min-width: 50px;
  }

  .countdown-item strong {
    font-size: 25px;
  }

  .countdown-separator {
    font-size: 22px;
  }

  .concept-label {
    right: 18px;
    bottom: 22px;
    left: 18px;
    justify-content: center;
    text-align: center;
  }

  .scroll-cue {
    display: none;
  }

  .signal-strip > div {
    min-height: 96px;
    padding: 22px 15px 18px 52px;
  }

  .signal-strip span {
    top: 24px;
    left: 16px;
  }

  .signal-strip strong {
    font-size: 11px;
  }

  .signal-strip small {
    font-size: 10px;
  }

  .section {
    padding: 92px 0;
  }

  .section h2,
  .waitlist-intro h2,
  .prototype-copy h2 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .section-heading > p:last-child,
  .prototype-lead {
    font-size: 16px;
  }

  .proof-list {
    grid-template-columns: 1fr;
  }

  .proof-list div {
    border-right: 0;
    border-bottom: 1px solid rgba(215, 243, 122, 0.12);
  }

  .proof-list div:last-child {
    border-bottom: 0;
  }

  .battle-flow {
    padding-top: 40px;
  }

  .flow-list {
    margin-top: 42px;
  }

  .flow-list li {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 26px 0;
  }

  .flow-index {
    font-size: 30px;
  }

  .flow-list h3 {
    font-size: 22px;
  }

  .flow-list p {
    font-size: 14px;
  }

  .waitlist-shell {
    padding: 76px 16px;
  }

  .waitlist-layout {
    margin-top: 42px;
  }

  .form-panel,
  .roster-panel {
    padding: 24px 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-heading h3,
  .roster-heading h3 {
    font-size: 24px;
  }

  .roster-panel {
    min-height: auto;
  }

  .roster-heading {
    align-items: end;
  }

  .table-wrap {
    max-height: 620px;
    overflow: auto;
  }

  table,
  tbody {
    display: block;
  }

  thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  tbody tr:not(.empty-row) {
    display: grid;
    grid-template-columns: 62px 1fr;
    padding: 15px 0;
    border-bottom: 1px solid rgba(215, 243, 122, 0.1);
  }

  tbody tr:not(.empty-row) td {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
  }

  tbody tr:not(.empty-row) td:first-child {
    grid-row: 1 / 3;
    align-self: center;
  }

  tbody tr:not(.empty-row) td:last-child {
    margin-top: 3px;
    color: var(--muted-dark);
    font-size: 11px;
  }

  .empty-row,
  .empty-row td {
    display: block;
    width: 100%;
  }

  .empty-row td {
    padding: 60px 10px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    padding: 28px 18px;
  }

  .site-footer small {
    grid-column: 1;
  }

  .privacy-dialog {
    padding: 25px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* RTA conversion release: final badge, language gate, proof-first funnel. */
.language-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: 24px;
  overflow: auto;
  background:
    linear-gradient(180deg, rgba(4, 4, 3, 0.72), rgba(4, 4, 3, 0.94)),
    radial-gradient(circle at 50% 20%, rgba(217, 181, 104, 0.18), transparent 42%),
    url("/assets/hero-arena-desktop-v2.webp") center / cover no-repeat;
}

.language-gate[hidden] {
  display: none;
}

body.language-pending {
  overflow: hidden;
}

body.language-pending .site-app {
  filter: blur(10px);
  pointer-events: none;
  user-select: none;
}

.language-panel {
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(217, 181, 104, 0.42);
  background: rgba(9, 9, 7, 0.9);
  box-shadow: 0 42px 140px rgba(0, 0, 0, 0.72);
  text-align: center;
  backdrop-filter: blur(18px);
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}

.language-panel > img {
  width: clamp(142px, 26vw, 220px);
  height: auto;
  margin: 0 auto 18px;
  object-fit: contain;
  filter: drop-shadow(0 14px 38px rgba(0, 0, 0, 0.58));
}

.language-code {
  margin: 0 0 14px;
  color: var(--acid);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.language-panel h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-transform: uppercase;
}

.language-panel h1 span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(12px, 2vw, 17px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: none;
}

.language-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 34px;
}

.language-options button {
  min-height: 94px;
  padding: 16px 12px;
  border: 1px solid rgba(217, 181, 104, 0.25);
  background: rgba(32, 31, 23, 0.78);
  color: var(--paper);
  cursor: pointer;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.language-options button:hover,
.language-options button:focus-visible,
.language-options button.is-recommended {
  border-color: var(--acid);
  background: rgba(83, 73, 45, 0.72);
  transform: translateY(-2px);
}

.language-options strong,
.language-options span {
  display: block;
}

.language-options strong {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.language-options span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
}

.language-note,
.language-panel noscript {
  display: block;
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: 11px;
}

.site-header {
  min-height: 92px;
}

.brand img {
  width: 76px;
  height: 76px;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 9px 22px rgba(0, 0, 0, 0.55));
  box-shadow: none;
}

.site-header.is-scrolled .brand img {
  width: 62px;
  height: 62px;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: grid;
  place-items: center;
  min-width: 48px;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(217, 181, 104, 0.3);
  background: rgba(8, 8, 6, 0.6);
  color: var(--paper);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.header-cta {
  border-color: rgba(217, 181, 104, 0.68);
  background: var(--acid);
  color: #111008;
}

.header-cta:hover {
  color: #111008;
  filter: brightness(1.08);
}

.hero {
  min-height: max(780px, 100svh);
}

.hero-content {
  width: min(980px, calc(100% - 48px));
  padding: 128px 0 116px;
}

.hero h1 {
  font-size: clamp(68px, 9.2vw, 142px);
  line-height: 0.8;
}

.hero h1 em {
  color: var(--acid);
}

.hero-lead {
  max-width: 780px;
}

.button-primary {
  background: linear-gradient(135deg, #edcf8b, var(--acid));
  box-shadow: 0 16px 48px rgba(217, 181, 104, 0.22);
}

.button-ghost {
  min-height: 56px;
  border: 1px solid rgba(242, 234, 219, 0.34);
  background: rgba(8, 8, 6, 0.56);
  color: var(--paper);
  backdrop-filter: blur(10px);
}

.play-icon {
  color: var(--acid);
  font-size: 12px;
}

.hero-capacity {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-capacity strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 26px;
}

.hero-capacity small {
  color: var(--acid);
  font-size: 10px;
}

.offer-note {
  max-width: 780px;
}

.video-logo {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.video-tag b {
  font-size: inherit;
}

.form-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0 2px;
}

.form-trust span {
  min-height: 52px;
  padding: 10px;
  border: 1px solid rgba(217, 181, 104, 0.14);
  background: rgba(217, 181, 104, 0.035);
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.form-trust span::before {
  content: "✓";
  display: block;
  margin-bottom: 3px;
  color: var(--acid);
  font-size: 13px;
}

.success-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.success-meta strong {
  color: var(--acid);
}

.privacy-canonical {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
  white-space: pre-line;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .faction {
    display: grid;
    bottom: 84px;
  }
}

@media (max-width: 820px) {
  body:not(.language-pending) {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .site-header,
  .site-header.is-scrolled {
    min-height: 72px;
  }

  .brand img,
  .site-header.is-scrolled .brand img {
    width: 58px;
    height: 58px;
  }

  .header-cta {
    display: none;
  }

  .hero-content {
    width: calc(100% - 30px);
    padding: 102px 0 122px;
  }

  .hero-actions {
    display: grid;
    justify-items: stretch;
    width: min(100%, 440px);
    margin-inline: auto;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-capacity {
    flex-wrap: wrap;
  }

  .hero-capacity small {
    flex-basis: 100%;
  }

  .faction {
    display: none;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: block;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(8, 8, 6, 0.94);
    border-top: 1px solid rgba(217, 181, 104, 0.34);
    backdrop-filter: blur(16px);
    transition: transform 180ms ease;
  }

  .mobile-cta.is-hidden,
  body.language-pending .mobile-cta {
    transform: translateY(120%);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 50px;
    padding: 10px 16px;
    background: var(--acid);
    color: #111008;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
  }

  .mobile-cta small {
    max-width: 42%;
    font-size: 8px;
    line-height: 1.25;
    text-align: right;
  }
}

@media (max-width: 600px) {
  .language-gate {
    align-items: start;
    padding: 14px;
  }

  .language-panel {
    margin-top: max(10px, env(safe-area-inset-top));
    padding: 24px 16px 28px;
  }

  .language-panel > img {
    width: 132px;
    margin-bottom: 10px;
  }

  .language-panel h1 {
    font-size: 38px;
  }

  .language-options {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 24px;
  }

  .language-options button {
    min-height: 64px;
  }

  .language-options strong {
    font-size: 20px;
  }

  .language-options span {
    margin-top: 2px;
  }

  .hero {
    min-height: max(760px, 100svh);
  }

  .hero h1 {
    font-size: clamp(54px, 16.8vw, 76px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-capacity {
    margin-top: 18px;
  }

  .offer-note {
    margin-top: 10px;
  }

  .concept-label {
    bottom: 18px;
  }

  .form-trust {
    grid-template-columns: 1fr;
  }

  .form-trust span {
    min-height: auto;
    text-align: left;
  }

  .form-trust span::before {
    display: inline;
    margin-right: 7px;
  }

  .video-logo {
    width: 72px;
    height: 72px;
  }
}

/* Real arena narrative: operator -> onboard camera -> physical motion. */
.remote-proof {
  position: relative;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(82px, 8vw, 128px) 0 clamp(72px, 7vw, 112px);
}

.remote-proof::before {
  content: "";
  position: absolute;
  top: 0;
  right: -18vw;
  left: -18vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 181, 104, 0.38), transparent);
}

.remote-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 18px 64px;
  margin-bottom: 42px;
}

.remote-proof-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--acid);
}

.remote-proof-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(54px, 6.5vw, 96px);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.remote-proof-heading h2 span:last-child {
  color: var(--acid);
}

.remote-proof-heading > p:last-child {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.55;
}

.remote-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  grid-template-rows: repeat(2, minmax(300px, 1fr));
  gap: 16px;
}

.proof-shot {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  contain: layout paint;
  border: 1px solid rgba(217, 181, 104, 0.22);
  background: #11110d;
  isolation: isolate;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.proof-shot-operator {
  grid-row: 1 / 3;
  min-height: 696px;
}

.proof-shot img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 260ms ease;
}

.proof-shot-operator img {
  object-position: 58% center;
}

.proof-shot-camera img {
  object-position: 50% 48%;
}

.proof-shot-motion img {
  object-position: 52% center;
}

.proof-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 6, 4, 0.12) 34%, rgba(6, 6, 4, 0.92) 100%),
    linear-gradient(90deg, rgba(6, 6, 4, 0.34), transparent 44%);
  pointer-events: none;
}

.proof-shot:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.025);
}

.proof-shot-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(242, 234, 219, 0.28);
  background: rgba(8, 8, 6, 0.68);
  color: var(--paper);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.proof-shot-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #86d46f;
  box-shadow: 0 0 14px rgba(134, 212, 111, 0.7);
}

.proof-shot figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 44px clamp(22px, 3vw, 42px) clamp(22px, 3vw, 38px);
}

.proof-shot-index {
  color: var(--acid);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.proof-shot h3 {
  max-width: 690px;
  margin: 8px 0 7px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.proof-shot:not(.proof-shot-operator) h3 {
  font-size: clamp(25px, 2.4vw, 36px);
}

.proof-shot figcaption p {
  max-width: 640px;
  margin: 0;
  color: rgba(242, 234, 219, 0.74);
  font-size: 13px;
  line-height: 1.52;
}

.remote-proof-note {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .remote-proof-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .remote-proof-heading .eyebrow {
    grid-column: auto;
  }

  .remote-proof-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .proof-shot-operator {
    grid-row: auto;
    min-height: 540px;
  }

  .proof-shot-camera,
  .proof-shot-motion {
    min-height: 390px;
  }
}

@media (max-width: 600px) {
  .remote-proof {
    width: calc(100% - 28px);
    padding: 66px 0 72px;
  }

  .remote-proof-heading {
    margin-bottom: 26px;
  }

  .remote-proof-heading h2 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .remote-proof-heading > p:last-child {
    font-size: 15px;
  }

  .remote-proof-grid {
    gap: 10px;
  }

  .proof-shot-operator {
    min-height: 440px;
  }

  .proof-shot-camera,
  .proof-shot-motion {
    min-height: 350px;
  }

  .proof-shot-operator img {
    object-position: 57% center;
  }

  .proof-shot-badge {
    top: 12px;
    left: 12px;
  }

  .proof-shot figcaption {
    padding: 50px 18px 20px;
  }

  .proof-shot h3,
  .proof-shot:not(.proof-shot-operator) h3 {
    font-size: clamp(28px, 9vw, 39px);
  }

  .proof-shot figcaption p {
    font-size: 12px;
  }
}

@media (max-width: 720px) {
  .waitlist-shell::after {
    width: 100%;
    height: 590px;
    opacity: 0.42;
    background-image:
      linear-gradient(90deg, rgba(8, 10, 8, 0.28), rgba(8, 10, 8, 0.16)),
      linear-gradient(180deg, rgba(5, 7, 6, 0.08) 0%, rgba(5, 7, 6, 0.42) 60%, #050706 100%),
      url("/assets/real-tank-camera-closeup.webp");
    background-position: center 20%;
  }
}

/* 2026-09-02 field-footage pass: every conversion block is grounded in owned arena video. */
.language-gate {
  isolation: isolate;
  background: #050604;
}

.language-gate::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 5, 3, 0.9) 0%, rgba(4, 5, 3, 0.46) 48%, rgba(4, 5, 3, 0.82) 100%),
    linear-gradient(180deg, rgba(4, 5, 3, 0.16), rgba(4, 5, 3, 0.84));
}

.language-gate-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.1) brightness(0.78);
  transform: scale(1.015);
}

.language-panel {
  background: linear-gradient(145deg, rgba(9, 11, 7, 0.94), rgba(9, 9, 7, 0.8));
}

.hero-live-frame {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 24px;
  z-index: 4;
  width: clamp(190px, 18vw, 290px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 181, 104, 0.46);
  background: #080906;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.hero-live-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
}

.hero-live-frame figcaption,
.reserve-camera-card figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  color: var(--paper);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-live-frame i,
.reserve-camera-card i {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #86d46f;
  box-shadow: 0 0 12px rgba(134, 212, 111, 0.82);
}

.signal-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #080b09;
}

.signal-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #080b09 2%, rgba(8, 11, 9, 0.83) 44%, rgba(8, 11, 9, 0.54) 100%);
}

.signal-strip-media {
  position: absolute;
  inset: 0 0 0 38%;
  z-index: -2;
  width: 62%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 58%;
  filter: saturate(0.75) contrast(1.16);
}

.signal-strip > div {
  background: linear-gradient(135deg, rgba(8, 11, 9, 0.84), rgba(8, 11, 9, 0.46));
  backdrop-filter: blur(2px);
}

.prototype {
  position: relative;
  isolation: isolate;
}

.prototype::after {
  content: "";
  position: absolute;
  top: 3%;
  right: -18vw;
  bottom: 3%;
  left: 35%;
  z-index: -1;
  background: linear-gradient(90deg, var(--ink), rgba(5, 7, 6, 0.42) 44%, rgba(5, 7, 6, 0.78));
  pointer-events: none;
}

.prototype-backdrop {
  position: absolute;
  top: 3%;
  right: -18vw;
  bottom: 3%;
  z-index: -2;
  width: 83%;
  height: 94%;
  object-fit: cover;
  object-position: center;
  opacity: 0.32;
  filter: saturate(0.72) contrast(1.18);
  pointer-events: none;
}

.waitlist-section-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  opacity: 0.19;
  filter: saturate(0.62) contrast(1.18);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.58) 48%, transparent 86%);
}

.reserve-camera-card {
  grid-column: 1;
  grid-row: 3;
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  align-items: stretch;
  width: min(100%, 440px);
  min-height: 112px;
  margin: 8px 0 0;
  overflow: hidden;
  border: 1px solid rgba(217, 181, 104, 0.27);
  background: rgba(8, 9, 6, 0.76);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
}

.reserve-camera-card img {
  width: 100%;
  height: 100%;
  min-height: 112px;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.7) contrast(1.14);
}

.reserve-camera-card figcaption {
  justify-content: center;
  padding: 16px;
}

.capacity {
  grid-row: 3;
}

.bot-verification {
  min-height: 0;
  margin-top: 22px;
}

.bot-verification:empty {
  display: none;
}

.cf-turnstile {
  width: 100%;
  min-height: 65px;
}

.site-footer {
  position: relative;
  display: block;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #030504;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #030504 0%, rgba(3, 5, 4, 0.9) 50%, rgba(3, 5, 4, 0.54) 100%),
    linear-gradient(180deg, rgba(3, 5, 4, 0.14), #030504 100%);
}

.footer-media {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: -2;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.7;
  filter: saturate(0.62) contrast(1.2);
}

.footer-inner {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) 0 28px;
}

.footer-lead {
  display: grid;
  grid-template-columns: 118px minmax(0, 620px);
  align-items: center;
  gap: 28px;
}

.footer-brand img {
  width: 112px;
  height: 112px;
}

.footer-kicker {
  margin: 0 0 8px;
  color: var(--acid) !important;
  font-size: 9px !important;
  letter-spacing: 0.18em !important;
}

.site-footer h2 {
  max-width: 660px;
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 74px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.footer-lead > div > p:last-child {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.footer-contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 980px;
  margin-top: 40px;
  border: 1px solid rgba(217, 181, 104, 0.18);
  background: rgba(217, 181, 104, 0.18);
  font-style: normal;
}

.footer-contacts > div {
  display: grid;
  align-content: start;
  min-height: 92px;
  padding: 17px 19px;
  background: rgba(7, 9, 6, 0.84);
  backdrop-filter: blur(10px);
}

.footer-contacts span {
  color: var(--acid);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.footer-contacts a,
.footer-contacts strong {
  margin-top: 10px;
  overflow-wrap: anywhere;
  color: var(--paper);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.footer-contacts a:hover {
  color: var(--acid);
}

.footer-preview-note {
  max-width: 740px;
  margin: 13px 0 0 !important;
  padding-left: 12px;
  border-left: 2px solid var(--amber);
  color: #b8aa86 !important;
  font-size: 10px !important;
  line-height: 1.5;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(217, 181, 104, 0.14);
}

.footer-bottom small {
  color: #899386;
  font-size: 10px;
  text-align: right;
}

@media (max-width: 1050px) {
  .hero-live-frame {
    width: 210px;
  }

  .waitlist-intro {
    grid-template-columns: 1fr 1fr;
  }

  .footer-media {
    left: 34%;
    width: 66%;
  }
}

@media (max-width: 820px) {
  .hero-live-frame {
    right: 15px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    width: 184px;
  }

  .concept-label {
    bottom: calc(88px + env(safe-area-inset-bottom));
    max-width: calc(100% - 220px);
  }

  .signal-strip-media {
    inset: 0;
    width: 100%;
  }

  .prototype::after,
  .prototype-backdrop {
    right: -24px;
    left: -24px;
    width: calc(100% + 48px);
  }

  .prototype-backdrop {
    top: 38%;
    height: 58%;
    opacity: 0.2;
  }

  .waitlist-intro {
    grid-template-columns: 1fr;
  }

  .waitlist-intro .eyebrow,
  .capacity,
  .reserve-camera-card {
    grid-column: 1;
    grid-row: auto;
  }

  .reserve-camera-card {
    margin-top: 0;
  }

  .footer-media {
    inset: 0;
    width: 100%;
    opacity: 0.34;
  }

  .site-footer::after {
    background: linear-gradient(180deg, rgba(3, 5, 4, 0.72), #030504 88%);
  }

  .footer-contacts {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-kicker,
  .site-footer .footer-lead p,
  .site-footer .footer-preview-note {
    display: block;
  }
}

@media (max-width: 600px) {
  .language-gate-media {
    object-position: 57% center;
  }

  .language-gate::before {
    background: linear-gradient(180deg, rgba(4, 5, 3, 0.62), rgba(4, 5, 3, 0.96));
  }

  .hero-content {
    padding-bottom: 228px;
  }

  .hero-live-frame {
    right: 14px;
    bottom: calc(90px + env(safe-area-inset-bottom));
    width: 166px;
  }

  .hero-live-frame figcaption {
    padding: 7px 8px;
    font-size: 7px;
  }

  .concept-label {
    bottom: calc(90px + env(safe-area-inset-bottom));
    max-width: calc(100% - 198px);
  }

  .signal-strip > div {
    background: rgba(8, 11, 9, 0.68);
  }

  .reserve-camera-card {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .footer-inner {
    width: calc(100% - 28px);
    padding-top: 48px;
  }

  .footer-lead {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 15px;
  }

  .footer-brand img {
    width: 72px;
    height: 72px;
  }

  .site-footer h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .footer-lead > div > p:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom small {
    text-align: left;
  }

  html[lang="kk"] .waitlist-intro h2 {
    font-size: clamp(38px, 11.5vw, 54px);
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .language-gate-media,
  .hero-live-frame img {
    transform: none;
  }
}

/* Production motion pass: short real-footage loops, stable pilot avatars, and restrained depth. */
.proof-shot > .proof-shot-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0a0b08;
  filter: saturate(0.94) contrast(1.05);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 260ms ease;
  pointer-events: none;
}

.proof-shot::after {
  z-index: 1;
}

.proof-shot-badge,
.proof-shot figcaption {
  z-index: 2;
}

.proof-shot-operator > .proof-shot-media {
  object-position: 58% center;
}

.proof-shot-camera > .proof-shot-media {
  object-position: 50% 48%;
}

.proof-shot-motion > .proof-shot-media {
  object-position: 52% center;
}

.proof-shot:hover > .proof-shot-media {
  filter: saturate(1.06) contrast(1.06);
  transform: scale(1.025);
}

.pilot-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.pilot-avatar {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(215, 243, 122, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(215, 243, 122, 0.12), rgba(217, 181, 104, 0.06)),
    #11160f;
  box-shadow: inset 0 0 18px rgba(215, 243, 122, 0.04);
  font-size: 17px;
  line-height: 1;
}

.pilot-callsign {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pilot-row td {
  transition: background-color 180ms ease, color 180ms ease;
}

.pilot-row:hover td {
  background: rgba(215, 243, 122, 0.035);
}

.pilot-row.is-new {
  animation: roster-entry 420ms cubic-bezier(0.2, 0.75, 0.2, 1) var(--row-delay, 0ms) both;
}

.footer-launch {
  display: grid;
  grid-template-columns: auto auto minmax(240px, 1fr);
  align-items: center;
  gap: 16px;
  max-width: 980px;
  margin-top: 32px;
  padding: 15px 18px;
  border: 1px solid rgba(215, 243, 122, 0.24);
  background:
    linear-gradient(90deg, rgba(215, 243, 122, 0.1), rgba(217, 181, 104, 0.04)),
    rgba(7, 9, 6, 0.78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.footer-launch > .status-dot {
  display: block;
  width: 9px;
  height: 9px;
}

.footer-launch > div {
  display: grid;
  gap: 3px;
  min-width: 170px;
}

.footer-launch small {
  grid-column: auto;
  color: var(--acid);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-launch strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 27px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.site-footer .footer-launch p {
  justify-self: end;
  max-width: 430px;
  color: #b9c3b5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: right;
  text-transform: none;
}

.hero-media img.parallax-layer {
  animation-name: hero-breathe-parallax;
  will-change: transform;
}

.signal-strip-media.parallax-layer,
.prototype-backdrop.parallax-layer,
.waitlist-section-media.parallax-layer,
.footer-media.parallax-layer {
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.06);
  will-change: transform;
}

@keyframes roster-entry {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-breathe-parallax {
  from { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.025); }
  to { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.06); }
}

@media (max-width: 600px) {
  .pilot-avatar {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 15px;
  }

  .footer-launch {
    grid-template-columns: auto 1fr;
    gap: 12px;
    margin-top: 26px;
    padding: 14px;
  }

  .site-footer .footer-launch p {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
}

.motion-reduced .hero-media img,
.motion-reduced .status-dot,
.motion-reduced .roster-status i,
.motion-reduced .video-tag span,
.motion-reduced .pilot-row.is-new {
  animation: none;
}

.motion-reduced .parallax-layer {
  transform: none;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .proof-shot:hover > .proof-shot-media,
  .signal-strip-media.parallax-layer,
  .prototype-backdrop.parallax-layer,
  .waitlist-section-media.parallax-layer,
  .footer-media.parallax-layer {
    transform: none;
  }
}
