:root {
  --navy: #081c3a;
  --blue: #2369ff;
  --sky: #72d7ff;
  --red: #ff1238;
  --yellow: #ffd447;
  --ink: #10223f;
  --muted: #64748b;
  --paper: #f7fbff;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(8, 28, 58, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(8, 28, 58, 0.08);
  box-shadow: 0 6px 24px rgba(8, 28, 58, 0.06);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(220px, 26vw, 360px);
  height: 52px;
}
.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nav a { opacity: 0.78; }
.nav a:hover { opacity: 1; color: var(--red); }
.mobile-menu { display: none; }

.section-pad { padding: clamp(72px, 12vw, 150px) 24px; }
.section { padding: clamp(72px, 9vw, 116px) 24px; }
.container { width: min(1120px, 100%); margin: 0 auto; }

.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0)),
    radial-gradient(circle at 12% 18%, rgba(255, 212, 71, 0.34), transparent 22%),
    radial-gradient(circle at 83% 12%, rgba(114, 215, 255, 0.56), transparent 24%),
    linear-gradient(180deg, rgba(8, 28, 58, 0.13) 0%, rgba(8, 28, 58, 0.44) 48%, rgba(8, 28, 58, 0.76) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='s' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop stop-color='%2394d9ff'/%3E%3Cstop offset='.48' stop-color='%237cc8db'/%3E%3Cstop offset='.49' stop-color='%232998b8'/%3E%3Cstop offset='1' stop-color='%23047caa'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23s)' width='1600' height='900'/%3E%3Cpath fill='%23f5fbff' opacity='.78' d='M0 268c150-45 238 33 354-13 83-32 155-129 274-96 112 30 151 132 278 107 89-18 141-88 229-79 120 13 143 145 265 132 83-9 109-70 200-58v108H0z'/%3E%3Cpath fill='%23053f64' opacity='.38' d='M0 355c191-45 296-21 421-7 118 13 216-48 364-40 143 8 209 58 353 42 141-16 256-76 462-24v574H0z'/%3E%3Cg opacity='.92'%3E%3Cpath fill='%230c5b37' d='M111 177c-78 52-97 134-91 215 50-72 99-118 151-146-23 50-36 99-34 148 41-65 76-108 125-149-6 46-2 90 15 132 19-74 51-131 98-170-79 16-131 45-176 82 16-54 51-92 93-125-75 10-131 43-181 89z'/%3E%3Cpath fill='%23401616' d='M123 268c18 101 9 210-21 330h55c-9-119-3-226 22-325z'/%3E%3C/g%3E%3Cg transform='translate(1360 152)' opacity='.92'%3E%3Cpath fill='%230c5b37' d='M111 25C33 77 14 159 20 240c50-72 99-118 151-146-23 50-36 99-34 148 41-65 76-108 125-149-6 46-2 90 15 132 19-74 51-131 98-170-79 16-131 45-176 82 16-54 51-92 93-125-75 10-131 43-181 89z'/%3E%3Cpath fill='%23401616' d='M123 116c18 101 9 210-21 330h55c-9-119-3-226 22-325z'/%3E%3C/g%3E%3Cellipse cx='800' cy='660' rx='820' ry='180' fill='%23a8f1ff' opacity='.23'/%3E%3Cellipse cx='800' cy='632' rx='580' ry='96' fill='%23ffffff' opacity='.16'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -4px;
  height: 170px;
  background: linear-gradient(180deg, rgba(19, 182, 222, 0), rgba(2, 93, 131, 0.64));
  filter: blur(18px);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  display: grid;
  justify-items: center;
}
.eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--yellow);
}
.eyebrow.dark { color: var(--blue); }
.center { text-align: center; }
.hero h1 {
  margin: 0;
  font-size: clamp(42px, 8vw, 92px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-shadow: 0 6px 18px rgba(0,0,0,.36);
}
h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}
h3 { margin: 0 0 10px; color: var(--navy); }
p { font-size: 18px; line-height: 1.72; }
.hero-copy {
  width: min(760px, 100%);
  margin: 24px auto 26px;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.45;
  color: rgba(255,255,255,0.93);
  text-shadow: 0 3px 12px rgba(0,0,0,.4);
}

.sale-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px;
  margin: 0 auto 18px;
  color: white;
  background: rgba(8, 28, 58, 0.72);
  border: 2px solid rgba(255,255,255,0.78);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
}
.countdown-copy { display: grid; text-align: left; }
.countdown-copy strong { font-size: clamp(20px, 3.4vw, 34px); letter-spacing: 0.02em; }
.countdown-copy span { color: rgba(255,255,255,.78); font-size: 12px; }
.timer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(48px, 1fr));
  gap: 8px;
}
.timer-grid div { display: grid; gap: 2px; }
.timer-grid b { font-size: 24px; }
.timer-grid small { font-size: 10px; color: rgba(255,255,255,.75); }

.ca-copy {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 auto 18px;
  padding: 12px 14px;
  color: white;
  background: rgba(8, 28, 58, 0.78);
  border: 2px solid rgba(255, 212, 71, 0.82);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
  cursor: pointer;
}
.ca-copy:hover { border-color: #fff; }
.ca-copy span,
.ca-copy b {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ca-copy span { color: var(--yellow); }
.ca-copy b { color: rgba(255,255,255,.82); }
.ca-copy code {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(12px, 2vw, 15px);
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ca-copy.copied {
  border-color: #35ff86;
  box-shadow: 0 14px 34px rgba(33, 212, 107, .24);
}

.hero-actions, .launch-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  min-height: 48px;
  padding: 13px 22px;
  color: white;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: 2px solid rgba(255,255,255,0.62);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(0,0,0,.28); }
.btn-red { background: linear-gradient(180deg, #ff2649, #d80022); }
.btn-blue { background: linear-gradient(180deg, #4b83ff, #164fed); }
.btn-green { background: linear-gradient(180deg, #21d46b, #0b8f45); }
.microcopy {
  margin-top: 16px;
  max-width: 680px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.5;
}

.two-col {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}
.section-lore { background: #fff; }
.quote-card {
  position: relative;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 30px;
  color: white;
  background: linear-gradient(145deg, var(--navy), #174ca8 55%, #0ca9d3);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.quote-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  top: -70px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}
.quote-card blockquote {
  position: relative;
  margin: 0;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.06em;
}
.stamp {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
}

.section-test { background: linear-gradient(180deg, #eaf8ff, #f8fbff); }
.max-text { width: min(820px, 100%); margin: 0 auto 34px; color: var(--muted); }
.test-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.test-card {
  min-height: 220px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(8,28,58,.08);
  border: 1px solid rgba(8,28,58,.06);
}
.test-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  font-weight: 950;
  background: var(--red);
}
.test-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.result-box {
  margin: 26px auto 0;
  width: fit-content;
  max-width: 100%;
  padding: 18px 24px;
  color: var(--navy);
  background: var(--yellow);
  border: 2px solid rgba(8, 28, 58, 0.12);
  border-radius: 999px;
  font-size: 18px;
  box-shadow: 0 15px 40px rgba(8,28,58,.12);
}
.quiz-panel {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 24px;
  margin: 34px auto 0;
  padding: clamp(22px, 4vw, 34px);
  text-align: left;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(8,28,58,.08);
}
.quiz-copy h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: .96;
  letter-spacing: -0.06em;
}
.quiz-copy p:not(.eyebrow), .quiz-result span { color: var(--muted); }
.quiz-form {
  display: grid;
  gap: 14px;
}
.quiz-form fieldset {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(8,28,58,.1);
  border-radius: 18px;
  background: #f7fbff;
}
.quiz-form legend {
  padding: 0 8px;
  color: var(--navy);
  font-weight: 950;
}
.quiz-form label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 15px;
  color: #233a5f;
}
.quiz-form input { accent-color: var(--red); margin-top: 3px; }
.quiz-result {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  color: white;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--navy), #0b8f45);
}
.quiz-result strong { font-size: clamp(22px, 3vw, 34px); letter-spacing: -0.05em; }
.quiz-result span { color: rgba(255,255,255,.8); }

.section-drops { background: #fff; }
.drop-badge {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 999px;
  color: white;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.45), transparent 28%),
    linear-gradient(145deg, #ff143b, #9d0018 72%);
  box-shadow: var(--shadow);
  transform: rotate(-4deg);
}
.drop-badge span, .drop-badge small { display: block; font-weight: 950; letter-spacing: .18em; }
.drop-badge strong { display: block; font-size: clamp(62px, 10vw, 118px); letter-spacing: -0.09em; line-height: .82; }
.punch-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}
.punch-list li {
  padding: 13px 16px;
  border-left: 5px solid var(--red);
  background: #f3f8ff;
  border-radius: 0 14px 14px 0;
  font-weight: 850;
}
.fee-machine {
  margin-top: 28px;
  padding: 24px;
  border: 2px solid rgba(255, 18, 56, 0.15);
  border-radius: 26px;
  background: linear-gradient(180deg, #fff7f8, #f2f9ff);
  box-shadow: 0 18px 45px rgba(8, 28, 58, 0.09);
}
.fee-machine h3 {
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.04em;
}
.fee-machine p { margin: 0 0 16px; font-size: 16px; line-height: 1.6; }
.machine-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
}
.machine-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 11px;
  border-radius: 999px;
  color: white;
  background: var(--navy);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}
.machine-steps b { color: var(--red); font-size: 22px; text-align: center; }
.drop-rules {
  margin: 18px 0;
  padding: 18px 20px;
  border-radius: 22px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(35, 105, 255, 0.16);
}
.drop-rules strong {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.drop-rules ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 19px;
}
.drop-rules li {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}
.scale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 16px;
}
.scale-grid span {
  display: grid;
  gap: 3px;
  padding: 12px 10px;
  border-radius: 16px;
  background: #f3f8ff;
  border: 1px solid rgba(8, 28, 58, 0.08);
}
.scale-grid b {
  color: var(--navy);
  font-size: 13px;
  letter-spacing: -0.02em;
}
.scale-grid small {
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.random-note {
  margin: 14px 0 0 !important;
  padding: 14px 16px;
  border-radius: 16px;
  color: #23405f;
  background: rgba(255, 212, 71, 0.2);
  font-weight: 750;
}
.fine-print.left { text-align: left; }

.section-team {
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 212, 71, .2), transparent 28%),
    radial-gradient(circle at 85% 16%, rgba(255, 18, 56, .24), transparent 26%),
    linear-gradient(180deg, #06152b, #102c5f 58%, #06152b);
}
.section-team h2 { color: #fff; }
.team-disclaimer { color: rgba(255,255,255,.78); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.team-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 70px rgba(0,0,0,.2);
}
.team-card::after {
  content: "NOT AFFILIATED";
  position: absolute;
  right: -42px;
  top: 24px;
  padding: 7px 42px;
  color: var(--navy);
  background: var(--yellow);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  transform: rotate(34deg);
}
.team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 22px;
  background: rgba(255,255,255,.1);
}
.team-card h3 {
  margin: 18px 0 5px;
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.04em;
}
.team-card span {
  display: block;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.team-card p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.55;
}

.section-dashboard {
  color: #dfffee;
  background:
    radial-gradient(circle at 14% 12%, rgba(33, 212, 107, .24), transparent 26%),
    radial-gradient(circle at 86% 22%, rgba(255, 18, 56, .18), transparent 24%),
    linear-gradient(180deg, #030812, #07182f 55%, #06152b);
}
.section-dashboard h2 { color: #fff; }
.dashboard-intro { color: rgba(255,255,255,.74); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}
.stat-card {
  padding: 24px;
  border: 1px solid rgba(33, 212, 107, .24);
  border-radius: 26px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 22px 60px rgba(0,0,0,.2);
}
.stat-card span {
  display: block;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.stat-card strong {
  display: block;
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: -0.06em;
}
.stat-card small { color: rgba(255,255,255,.68); line-height: 1.35; }
.drop-log {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.06);
}
.drop-log summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  color: #fff;
  font-weight: 950;
}
.drop-log summary small {
  color: rgba(255,255,255,.62);
  font-weight: 700;
}
.drop-table { padding: 0 14px 14px; }
.drop-row {
  display: grid;
  grid-template-columns: .72fr .82fr 1.25fr .75fr .55fr;
  gap: 10px;
  align-items: center;
  padding: 13px 10px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.78);
  font-size: 13px;
}
.drop-head {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.drop-row a { color: #7cffaf; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.drop-row code {
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}
.pending-row {
  grid-template-columns: 1fr;
  padding: 22px;
  text-align: center;
  color: rgba(255,255,255,.72);
}
.engine-console {
  margin-top: 22px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(124, 255, 175, .28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 212, 71, .14), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  box-shadow: 0 22px 70px rgba(0,0,0,.18);
}
.engine-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.engine-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: .96;
  letter-spacing: -0.06em;
}
.engine-pill {
  display: grid;
  gap: 3px;
  min-width: 190px;
  padding: 12px 14px;
  color: #06152b;
  text-align: right;
  border-radius: 18px;
  background: var(--yellow);
  box-shadow: 0 14px 35px rgba(0,0,0,.18);
}
.engine-pill span {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
}
.engine-pill small {
  color: rgba(8,28,58,.72);
  font-size: 11px;
  font-weight: 850;
}
.engine-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.engine-grid article {
  min-height: 168px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(3, 8, 18, .36);
}
.engine-grid span {
  display: block;
  color: #7cffaf;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.engine-grid strong {
  display: block;
  margin: 10px 0 9px;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.engine-grid small {
  color: rgba(255,255,255,.68);
  line-height: 1.45;
}
.engine-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  color: rgba(255,255,255,.78);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  font-size: 14px;
  line-height: 1.55;
}

.section-redflags {
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 212, 71, .18), transparent 24%),
    radial-gradient(circle at 85% 35%, rgba(35, 105, 255, .34), transparent 26%),
    var(--navy);
}
.section-redflags h2 { color: #fff; }
.flag-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}
.flag-grid article {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.flag-grid h3 { color: #fff; }
.flag-grid p { margin: 0; color: rgba(255,255,255,.77); font-size: 15px; line-height: 1.58; }

.section-launch { background: linear-gradient(180deg, #fff, #dff6ff); }
.launch-card {
  padding: clamp(30px, 6vw, 72px);
  text-align: center;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(8,28,58,.08);
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.launch-card p { width: min(820px, 100%); margin-left: auto; margin-right: auto; color: var(--muted); }
.fine-print { font-size: 13px; line-height: 1.5; }
.footer {
  padding: 24px;
  color: rgba(255,255,255,.76);
  background: #06152b;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer strong { color: #fff; }

@media (max-width: 900px) {
  .nav {
    position: absolute;
    inset: 58px 16px auto;
    display: none;
    flex-direction: column;
    padding: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .mobile-menu {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    color: white;
    background: var(--navy);
    font-size: 22px;
  }
  .hero { min-height: 760px; }
  .sale-panel { flex-direction: column; width: min(520px, 100%); }
  .ca-copy { grid-template-columns: 1fr; justify-items: center; width: min(520px, 100%); }
  .ca-copy code { width: 100%; text-align: center; }
  .countdown-copy { text-align: center; }
  .two-col, .test-grid, .flag-grid, .team-grid, .quiz-panel, .stats-grid, .scale-grid, .engine-grid { grid-template-columns: 1fr; }
  .engine-head { flex-direction: column; }
  .engine-pill { width: 100%; text-align: left; }
  .machine-steps { grid-template-columns: 1fr; align-items: stretch; }
  .machine-steps b { transform: rotate(90deg); text-align: center; }
  .drop-log summary { align-items: flex-start; flex-direction: column; }
  .drop-row { grid-template-columns: 1fr; gap: 4px; }
  .drop-head { display: none; }
  .reverse-mobile .drop-badge { order: 2; }
  .drop-badge { width: min(420px, 100%); justify-self: center; }
  .result-box { border-radius: 22px; }
  .footer-inner { flex-direction: column; text-align: center; }
}
