:root {
  --navy: #0c1a2d;
  --navy-deep: #07111f;
  --navy-black: #040912;
  --red: #d22630;
  --red-dark: #8f141b;
  --red-hot: #ff533d;
  --titanium: #b4b7bc;
  --cream: #f4efe2;
  --gold: #d4af37;
  --ink: #050910;
  --line: rgba(244, 239, 226, .26);
  --muted: #9bb7cf;
  --maxw: 1240px;
  --promo-banner-height: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 16% 12%, rgba(255,83,61,.16), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(212,175,55,.08), transparent 26%),
    linear-gradient(125deg, rgba(210,38,48,.18) 0 7%, transparent 7% 100%),
    repeating-linear-gradient(-18deg, rgba(244,239,226,.02) 0 2px, transparent 2px 12px),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 52%, var(--navy-black) 100%);
  font-family: Manrope, Rajdhani, system-ui, sans-serif;
  overflow-x: hidden;
}

body.has-promo-banner {
  padding-top: var(--promo-banner-height);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(244,239,226,.16) 1px, transparent 2px) 0 0 / 18px 18px,
    linear-gradient(90deg, transparent 0 47%, rgba(244,239,226,.06) 48% 52%, transparent 53% 100%);
  opacity: .22;
  mix-blend-mode: screen;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.topbar {
  position: sticky;
  top: var(--promo-banner-height);
  z-index: 30;
  border-bottom: 1px solid rgba(255,83,61,.4);
  background:
    linear-gradient(90deg, rgba(210,38,48,.16), transparent 22%),
    rgba(4, 9, 18, .94);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
}
.promo-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(244,239,226,.12);
  background: linear-gradient(90deg, rgba(12,26,45,.98), rgba(7,17,31,.98));
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.promo-banner-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  min-height: 38px;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.promo-banner-copy {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px 8px;
  min-width: 0;
}
.promo-banner-copy strong {
  color: var(--cream);
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 18px;
  letter-spacing: .025em;
  line-height: 1;
}
.promo-banner-copy span {
  color: #d7e1ec;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}
.promo-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand img { width: 92px; height: 62px; object-fit: contain; object-position: left center; }
.brand span {
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 34px;
  letter-spacing: .04em;
  color: var(--cream);
  text-shadow: 3px 3px 0 #02050a;
}
.navlinks { display: flex; align-items: center; gap: 14px; font-family: "Bebas Neue", Rajdhani, sans-serif; font-size: 22px; letter-spacing: .04em; }
.navlinks a:not(.btn) { color: var(--cream); }
.nav-toggle {
  display: none;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 2px solid var(--cream);
  background: rgba(244,239,226,.06);
  color: var(--cream);
  cursor: pointer;
  box-shadow: 5px 5px 0 rgba(0,0,0,.45);
}
.nav-toggle-box {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  transform: skewX(8deg);
}
.nav-toggle-box span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border: 2px solid var(--cream);
  border-radius: 0;
  background: rgba(244,239,226,.05);
  color: var(--cream);
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 22px;
  letter-spacing: .045em;
  text-transform: uppercase;
  transform: skewX(-8deg);
  box-shadow: 5px 5px 0 rgba(0,0,0,.45);
  cursor: pointer;
}
.btn > span, .btn { line-height: 1; }
.btn.primary { border-color: var(--red); background: linear-gradient(135deg, var(--red-hot), var(--red-dark)); color: var(--cream); box-shadow: 7px 7px 0 rgba(0,0,0,.5), 0 0 24px rgba(210,38,48,.18); }
.btn.ghost { background: rgba(244,239,226,.02); }
.btn:hover { filter: brightness(1.08); transform: skewX(-8deg) translateY(-2px); }

.label {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px 6px;
  background: var(--red);
  border: 2px solid rgba(0,0,0,.55);
  color: var(--cream);
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 24px;
  letter-spacing: .045em;
  text-transform: uppercase;
  transform: skewX(-10deg);
  box-shadow: 4px 4px 0 rgba(0,0,0,.42);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: 46px 0 28px;
  border-bottom: 2px solid var(--line);
  background:
    radial-gradient(circle at 82% 18%, rgba(255,83,61,.18), transparent 28%),
    linear-gradient(135deg, rgba(210,38,48,.16), transparent 28%),
    linear-gradient(180deg, rgba(5,9,16,.08), rgba(5,9,16,.28)),
    var(--navy-deep);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 86px;
  background: repeating-linear-gradient(-45deg, var(--red) 0 18px, transparent 18px 34px);
  opacity: .55;
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .96fr .86fr; gap: 28px; align-items: stretch; }
.hero-copy {
  border: 2px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255,83,61,.18), transparent 34%),
    linear-gradient(180deg, rgba(12,26,45,.88), rgba(4,9,18,.92));
  padding: 24px;
  box-shadow: 10px 10px 0 rgba(0,0,0,.35);
}
.hero-overline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 4px;
  color: #ffd6cb;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-overline::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.hero-logo {
  width: min(100%, 620px);
  height: auto;
  margin: 6px auto 8px;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.6));
}
h1 {
  margin: 10px 0 10px;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: clamp(46px, 6.8vw, 98px);
  line-height: .92;
  letter-spacing: .015em;
  color: var(--cream);
  text-shadow: 5px 5px 0 #02050a;
}
h1 span { color: var(--red); }
.lead {
  max-width: 650px;
  color: #e5d9c5;
  font-size: 23px;
  line-height: 1.38;
  font-weight: 800;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 24px; }
.welcome-note {
  margin: 14px 0 0;
  max-width: 720px;
  color: #d6e1ec;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
}
.hero-flightline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.flightline-card {
  position: relative;
  min-height: 148px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(244,239,226,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 38%),
    rgba(4,9,18,.54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  overflow: hidden;
}
.flightline-card::after {
  content: "";
  position: absolute;
  inset: auto -26px -26px auto;
  width: 82px;
  height: 82px;
  background: linear-gradient(135deg, rgba(210,38,48,.48), rgba(255,83,61,.12));
  transform: rotate(45deg);
}
.flightline-tag {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.flightline-card strong {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 30px;
  line-height: .95;
  letter-spacing: .03em;
}
.flightline-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d2ddea;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 26px; }
.stat {
  border: 2px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,83,61,.08), transparent 44%),
    rgba(0,0,0,.24);
  padding: 12px;
}
.stat strong { display: block; font-family: "Bebas Neue", Rajdhani, sans-serif; font-size: 35px; color: var(--gold); line-height: .95; }
.stat span { color: var(--muted); font-weight: 900; text-transform: uppercase; }

.command-strip {
  padding: 22px 0 10px;
  border-top: 1px solid rgba(244,239,226,.08);
  border-bottom: 1px solid rgba(244,239,226,.08);
  background:
    linear-gradient(90deg, rgba(255,83,61,.12), transparent 20%, rgba(212,175,55,.08) 80%, transparent),
    rgba(4,9,18,.72);
}
.command-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.command-card {
  padding: 18px 18px 20px;
  border: 1px solid rgba(244,239,226,.18);
  background:
    linear-gradient(135deg, rgba(255,255,255,.03), transparent 44%),
    rgba(7,17,31,.82);
  box-shadow: 8px 8px 0 rgba(0,0,0,.22);
}
.command-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffbe8d;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.command-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 31px;
  line-height: .95;
  letter-spacing: .03em;
}
.command-card p {
  margin: 0;
  color: #d4deea;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.poster {
  position: relative;
  overflow: hidden;
  min-height: 670px;
  border: 2px solid var(--cream);
  background: var(--ink);
  box-shadow: 12px 12px 0 rgba(0,0,0,.42);
}
.poster img { width: 100%; height: 100%; min-height: 670px; object-fit: cover; object-position: center center; }
.hud-sweep {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(244,239,226,.18) 50%, transparent 58%),
    linear-gradient(90deg, transparent, rgba(57,214,255,.08), transparent);
  mix-blend-mode: screen;
  transform: translateY(-110%);
  animation: hudScan 5.6s linear infinite;
}
.mission-status {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(244,239,226,.38);
  background: rgba(5,9,16,.72);
  color: var(--cream);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 0 20px rgba(210,38,48,.18);
}
.status-light {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: statusPulse 1.25s ease-in-out infinite;
}
.mission-control {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(88%, 390px);
  display: grid;
  justify-items: center;
  gap: 12px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.mission-accept {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--cream);
  background:
    linear-gradient(90deg, rgba(210,38,48,.95), rgba(143,20,27,.88)),
    var(--red);
  color: var(--cream);
  box-shadow:
    7px 7px 0 rgba(0,0,0,.52),
    0 0 26px rgba(210,38,48,.28);
  animation: missionPulse 2.2s ease-in-out infinite;
}
.mission-accept small {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: .08em;
}
.mission-accept span:last-child {
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 32px;
  line-height: .9;
  letter-spacing: .045em;
}
.mission-radar {
  position: relative;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border: 2px solid var(--cream);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--gold) 0 3px, transparent 4px),
    linear-gradient(transparent 48%, rgba(244,239,226,.65) 49% 51%, transparent 52%),
    linear-gradient(90deg, transparent 48%, rgba(244,239,226,.65) 49% 51%, transparent 52%),
    rgba(12,26,45,.85);
  overflow: hidden;
}
.radar-sweep {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(212,175,55,.82), rgba(212,175,55,.08) 42deg, transparent 72deg);
  animation: radarSpin 1.55s linear infinite;
}
.radar-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 0 0 10px var(--cream);
}
.dot-a { right: 15px; top: 17px; animation: dotBlink 1.6s ease-in-out infinite; }
.dot-b { left: 17px; bottom: 13px; animation: dotBlink 1.6s ease-in-out .45s infinite; }
.mission-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  width: 100%;
}
.mission-badges span {
  border: 1px solid rgba(244,239,226,.42);
  background: rgba(5,9,16,.72);
  color: var(--cream);
  padding: 6px 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  box-shadow: 3px 3px 0 rgba(0,0,0,.36);
}
.bubble {
  position: absolute;
  right: 22px;
  top: 138px;
  max-width: 315px;
  padding: 18px 22px;
  background: var(--cream);
  color: var(--ink);
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 34px;
  line-height: .98;
  text-align: center;
  border: 3px solid var(--ink);
  clip-path: polygon(6% 0, 94% 0, 100% 12%, 96% 28%, 100% 46%, 94% 100%, 8% 96%, 0 86%, 5% 66%, 0 49%, 5% 26%);
}
.bubble b { color: var(--red); }

@keyframes hudScan {
  0% { transform: translateY(-115%); opacity: 0; }
  12% { opacity: .7; }
  52% { opacity: .48; }
  100% { transform: translateY(115%); opacity: 0; }
}
@keyframes statusPulse {
  0%, 100% { opacity: .45; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.18); }
}
@keyframes missionPulse {
  0%, 100% { transform: translateY(0); filter: brightness(1); }
  50% { transform: translateY(-4px); filter: brightness(1.14); }
}
@keyframes radarSpin {
  to { transform: rotate(360deg); }
}
@keyframes dotBlink {
  0%, 100% { opacity: .25; }
  50% { opacity: 1; }
}

section { padding: 82px 0; }
.section-head { display: flex; justify-content: space-between; gap: 22px; align-items: end; margin-bottom: 24px; }
.kicker { color: var(--gold); font-family: "Bebas Neue", Rajdhani, sans-serif; font-size: 24px; letter-spacing: .08em; text-transform: uppercase; }
h2 { margin: 8px 0 0; font-family: "Bebas Neue", Rajdhani, sans-serif; font-size: clamp(40px, 5vw, 66px); line-height: .92; letter-spacing: .02em; text-shadow: 4px 4px 0 #02050a; }
.sub { color: #b9c9d8; font-size: 19px; line-height: 1.42; font-weight: 700; }

.briefing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.briefing-card, .finder, .plan-summary {
  border: 2px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255,83,61,.12), transparent 32%),
    linear-gradient(180deg, rgba(12,26,45,.88), rgba(4,9,18,.92));
  box-shadow: 8px 8px 0 rgba(0,0,0,.32);
}
.briefing-card { padding: 20px; min-height: 172px; position: relative; overflow: hidden; }
.briefing-card::after { content: ""; position: absolute; right: -20px; bottom: -22px; width: 110px; height: 110px; background: var(--red); transform: rotate(45deg); opacity: .34; }
.briefing-card b { display: block; color: var(--red); font-family: "Bebas Neue", Rajdhani, sans-serif; font-size: 46px; margin-bottom: 4px; }
.briefing-card p { margin: 0; color: var(--cream); font-weight: 800; font-size: 18px; }

.platform-section {
  padding-top: 34px;
}
.platform-wrap {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}
.platform-copy,
.platform-card {
  border: 2px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255,83,61,.1), transparent 30%),
    linear-gradient(180deg, rgba(12,26,45,.88), rgba(4,9,18,.92));
  box-shadow: 8px 8px 0 rgba(0,0,0,.32);
}
.platform-copy {
  padding: 22px;
}
.platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.store-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 150px;
  border: 1px solid rgba(244,239,226,.42);
  background: rgba(5,9,16,.66);
  color: var(--cream);
  padding: 10px 12px;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 24px;
  line-height: .95;
  letter-spacing: .04em;
  box-shadow: 4px 4px 0 rgba(0,0,0,.36);
  justify-content: center;
}
.store-official-badge {
  display: block;
  width: auto;
  max-width: 100%;
  height: 56px;
}
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .03em;
}
.store-badge svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}
.store-btn strong {
  font-size: 24px;
  font-weight: 400;
}
.store-btn.terminal {
  border-color: rgba(212,175,55,.62);
  color: var(--gold);
  align-items: flex-start;
}
.platform-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
}
.platform-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -50px auto;
  width: 180px;
  height: 180px;
  background: var(--red);
  opacity: .28;
  transform: rotate(45deg);
}
.platform-logo {
  width: min(100%, 300px);
  margin-bottom: 14px;
}
.platform-screen {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(244,239,226,.28);
  background:
    repeating-linear-gradient(0deg, rgba(244,239,226,.035) 0 1px, transparent 1px 11px),
    rgba(5,9,16,.72);
  padding: 16px;
}
.screen-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(244,239,226,.24);
  font-family: "JetBrains Mono", monospace;
}
.screen-top img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.screen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 14px;
  margin-top: 14px;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
}
.screen-grid span {
  color: var(--muted);
}
.screen-grid strong {
  color: var(--cream);
  text-align: right;
}
.screen-grid .ok {
  color: var(--gold);
}

.finder {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.finder::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255,83,61,.18), transparent 68%);
  pointer-events: none;
}
.mission-picker {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.picker-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  border: 2px solid rgba(111, 138, 175, .4);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(7,17,31,.92), rgba(5,9,16,.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.picker-label {
  display: flex;
  align-items: center;
  padding: 18px 22px;
  border-right: 1px solid rgba(111, 138, 175, .4);
  color: var(--cream);
  font-size: 16px;
  font-weight: 800;
}
.picker-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
}
.picker-options-inline {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.picker-options-addons {
  padding-block: 12px;
}
.option-chip {
  min-width: 132px;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(111, 138, 175, .22);
  border-radius: 18px;
  background: rgba(255,255,255,.02);
  color: rgba(244,239,226,.78);
  padding: 12px 14px;
  text-align: center;
  font: inherit;
  font-weight: 900;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 20px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.option-chip-emblem {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin: 0 auto 2px;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.35));
}
.option-chip span,
.option-chip strong {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 0;
}
.option-chip-badge {
  color: var(--cream);
  font-family: "Bebas Neue", Rajdhani, sans-serif !important;
  font-size: 18px !important;
  letter-spacing: .03em !important;
  line-height: .95;
}
.option-chip-name {
  color: #d9e2ec;
  font-size: 12px !important;
  line-height: 1.15;
}
.option-chip.active {
  color: #07111f;
  background: #f5f3ed;
  border-color: #f5f3ed;
  box-shadow: 0 10px 24px rgba(0,0,0,.24);
}
.option-chip.active .option-chip-badge { color: #07111f; }
.option-chip.active .option-chip-name { color: rgba(7,17,31,.74); }
.option-chip-size {
  min-width: 128px;
  min-height: 52px;
  display: block;
  text-align: center;
}
.option-chip-addon {
  min-width: 190px;
  min-height: 52px;
  display: block;
  max-width: 240px;
  text-align: left;
  border-color: rgba(111, 138, 175, .28);
  background: rgba(255,255,255,.02);
}
.option-chip-addon.active {
  background: linear-gradient(180deg, #f4efe2, #e4ddd0);
}
.program-card {
  border: 2px solid rgba(111, 138, 175, .4);
  border-radius: 28px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255,83,61,.08), transparent 28%),
    linear-gradient(180deg, rgba(7,17,31,.95), rgba(5,9,16,.98));
  position: relative;
  overflow: hidden;
}
.program-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -46px;
  width: 156px;
  height: 156px;
  background: linear-gradient(135deg, rgba(212,175,55,.18), rgba(255,83,61,.04));
  transform: rotate(45deg);
  pointer-events: none;
}
.program-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}
.program-identity {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  flex: 1;
}
.program-emblem-column {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 116px;
  padding: 10px 0;
}
.program-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 116px;
}
.program-brandline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.program-emblem {
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.38));
}
.program-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.3);
  color: #ffd984;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 18px;
}
.program-mini {
  color: #d69950;
  font-size: 14px;
  font-weight: 800;
}
.program-title {
  margin: 8px 0 4px;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: clamp(32px, 5vw, 50px);
  line-height: .92;
}
.program-subtitle {
  margin: 0;
  max-width: 700px;
  color: #d9a05e;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}
.program-priceblock {
  text-align: right;
  min-width: 250px;
}
.program-balance {
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: clamp(44px, 6vw, 64px);
  line-height: .9;
  color: #fff;
}
.program-fee {
  margin-top: 10px;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: clamp(38px, 5vw, 56px);
  line-height: .9;
  color: var(--gold);
  text-shadow: 4px 4px 0 #02050a;
}
.program-price-note {
  margin-top: 8px;
  color: #d7e1ec;
  font-size: 16px;
  display: grid;
  gap: 4px;
}
.program-price-note #summaryPriceLabel {
  color: #d7e1ec;
  font-size: 15px;
}
.program-price-note #summaryPriceDetail {
  font-size: 18px;
  font-weight: 900;
}
.program-price-note #summaryPriceDetail s {
  color: rgba(215, 225, 236, .55);
  margin-right: 8px;
}
.program-price-note #summaryPriceDetail span {
  color: var(--gold);
  font-weight: 900;
}
.program-meta {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}
.meta-pill {
  border: 1px solid rgba(111, 138, 175, .3);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  padding: 11px 12px;
}
.meta-pill span {
  display: block;
  color: #93a7bf;
  font-size: 11px;
  text-transform: uppercase;
}
.meta-pill strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
}
.table-shell {
  border-top: 1px solid rgba(244,239,226,.28);
  padding-top: 18px;
}
.table-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 10px;
  align-items: center;
}
.table-head {
  margin-bottom: 10px;
  color: #7783a0;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 19px;
}
.table-col-label {
  color: var(--cream);
  font-size: 16px;
  font-weight: 700;
}
.table-col {
  text-align: center;
}
.table-grid-phases .table-col-label {
  padding-right: 12px;
}
.table-col-phase {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 8px;
  text-align: center;
  line-height: 1.15;
  white-space: normal;
  color: #9aa9c1;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
}
.table-row + .table-row {
  margin-top: 8px;
}
.table-cell {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  padding: 0 14px;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
}
.program-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
}
.promo-inline {
  margin: 0;
}
.hidden {
  display: none !important;
}

.brand-board {
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  background: #06111f;
}
.board-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; align-items: stretch; }
.board-card { border: 2px solid var(--line); background: rgba(0,0,0,.25); overflow: hidden; box-shadow: 8px 8px 0 rgba(0,0,0,.32); }
.board-card img { width: 100%; height: 100%; object-fit: cover; }

.legal { border-top: 2px solid var(--line); background: rgba(0,0,0,.26); color: #b6c5d4; font-size: 14px; line-height: 1.55; }
.pilot-reviews {
  overflow: hidden;
  border-top: 2px solid var(--red);
  background:
    linear-gradient(90deg, rgba(210,38,48,.18), transparent 22%, rgba(212,175,55,.12)),
    rgba(5,9,16,.9);
  padding: 34px 0 28px;
}
.reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.reviews-head h2 {
  margin: 0;
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .95;
  text-shadow: 4px 4px 0 #02050a;
}
.reviews-marquee {
  position: relative;
  width: 100%;
}
.reviews-marquee::before,
.reviews-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 120px;
  height: 100%;
  pointer-events: none;
}
.reviews-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--navy-deep), transparent);
}
.reviews-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--navy-deep), transparent);
}
.reviews-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 8px 14px;
  animation: reviewsFlight 34s linear infinite;
}
.pilot-reviews:hover .reviews-track {
  animation-play-state: paused;
}
.review-chip {
  width: 360px;
  min-height: 142px;
  flex: 0 0 auto;
  border: 2px solid rgba(244,239,226,.22);
  background:
    linear-gradient(135deg, rgba(255,83,61,.2), transparent 45%),
    linear-gradient(180deg, rgba(12,26,45,.88), rgba(4,9,18,.9));
  padding: 16px;
  box-shadow: 7px 7px 0 rgba(0,0,0,.34);
}
.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.review-meta strong {
  font-family: "Bebas Neue", Rajdhani, sans-serif;
  font-size: 28px;
  letter-spacing: .035em;
}
.review-meta span {
  color: #d8e3ee;
  font-size: 13px;
  white-space: nowrap;
}
.stars {
  margin-top: 8px;
  color: var(--gold);
  font-size: 18px;
  letter-spacing: .08em;
  text-shadow: 2px 2px 0 #02050a;
}
.review-chip p {
  margin: 9px 0 0;
  color: #d7e1ec;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}
@keyframes reviewsFlight {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 7px)); }
}
footer { padding: 28px 0; border-top: 2px solid var(--red); color: var(--cream); background: var(--navy-deep); }
.foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-weight: 900;
}
.foot-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.foot-links span {
  color: rgba(215, 225, 236, .55);
}
.foot-links a {
  color: #d7e1ec;
}
.foot-copy {
  color: #d7e1ec;
}

@media (max-width: 980px) {
  .nav {
    position: relative;
    align-items: flex-start;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .navlinks {
    position: absolute;
    top: calc(100% + 12px);
    left: 22px;
    right: 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    border: 2px solid var(--line);
    background:
      linear-gradient(135deg, rgba(210,38,48,.18), transparent 40%),
      rgba(7,17,31,.98);
    box-shadow: 10px 10px 0 rgba(0,0,0,.35);
    z-index: 45;
  }
  .nav.is-open .navlinks {
    display: flex;
  }
  .navlinks a,
  .navlinks a:not(.btn),
  .navlinks .btn {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
  .hero-grid, .briefing-grid, .board-grid, .platform-wrap { grid-template-columns: 1fr; }
  .hero-flightline,
  .command-strip-grid { grid-template-columns: 1fr; }
  .poster, .poster img { min-height: 620px; max-height: 720px; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .bubble { top: auto; bottom: 20px; right: 18px; font-size: 28px; }
  .reviews-head { align-items: start; flex-direction: column; }
  .picker-row,
  .program-card-head,
  .program-actions { grid-template-columns: 1fr; flex-direction: column; }
  .picker-row { border-radius: 24px; }
  .picker-label { border-right: 0; border-bottom: 1px solid rgba(111, 138, 175, .4); }
  .program-identity { grid-template-columns: 84px minmax(0, 1fr); }
  .program-emblem-column,
  .program-copy { min-height: 96px; }
  .program-emblem { width: 78px; height: 78px; }
  .program-priceblock { text-align: left; min-width: 0; }
  .promo-banner-inner { flex-direction: column; align-items: flex-start; min-height: 0; padding: 6px 12px; gap: 6px; }
  .promo-banner-copy { flex-wrap: wrap; gap: 3px 7px; }
  .promo-banner-copy strong { font-size: 16px; }
  .promo-banner-copy span { font-size: 11px; }
  .promo-banner-cta { min-height: 24px; padding: 0 10px; font-size: 10px; }
}

@media (max-width: 560px) {
  .container { padding: 0 16px; }
  .brand img { width: 68px; height: 46px; }
  .brand span { font-size: 26px; }
  .nav { min-height: 68px; }
  .navlinks {
    left: 16px;
    right: 16px;
  }
  .nav-toggle {
    width: 48px;
    height: 48px;
  }
  .hero-copy { padding: 18px; }
  .stat-row { grid-template-columns: 1fr; }
  .poster, .poster img { min-height: 520px; }
  .mission-control { top: 52%; width: min(88%, 340px); }
  .mission-accept span:last-child { font-size: 26px; }
  .mission-radar { flex-basis: 50px; width: 50px; height: 50px; }
  .bubble { max-width: 230px; font-size: 23px; }
  .review-chip { width: 300px; }
  .reviews-marquee::before,
  .reviews-marquee::after { width: 42px; }
  .foot-links { width: 100%; }
  .picker-label { padding: 18px 20px; }
  .picker-options {
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: stretch;
    padding: 12px;
    scrollbar-width: thin;
  }
  .picker-options::-webkit-scrollbar,
  .table-shell::-webkit-scrollbar,
  .program-meta::-webkit-scrollbar {
    height: 8px;
  }
  .picker-options::-webkit-scrollbar-thumb,
  .table-shell::-webkit-scrollbar-thumb,
  .program-meta::-webkit-scrollbar-thumb {
    background: rgba(111, 138, 175, .48);
    border-radius: 999px;
  }
  .option-chip {
    width: auto;
    flex: 0 0 auto;
  }
  .program-card { padding: 20px; border-radius: 24px; }
  .program-identity { grid-template-columns: 1fr; gap: 12px; }
  .program-emblem-column { justify-content: flex-start; min-height: 0; padding: 0; }
  .program-copy { min-height: 0; }
  .program-emblem { width: 88px; height: 88px; }
  .program-meta {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 6px;
    margin-inline: -2px;
    scrollbar-width: thin;
  }
  .meta-pill {
    flex: 0 0 168px;
  }
  .table-shell {
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }
  .table-head {
    display: block;
    min-width: 620px;
  }
  #tableBody {
    min-width: 620px;
  }
  .table-grid {
    min-width: 620px;
    gap: 10px;
  }
  .table-col-label { margin-bottom: 0; }
  .table-cell { justify-content: flex-end; }
  .option-chip-addon {
    min-width: 220px;
    max-width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hud-sweep,
  .status-light,
  .mission-accept,
  .radar-sweep,
  .radar-dot,
  .reviews-track {
    animation: none;
  }
}
