:root {
  --bg: #0a0a0b;
  --bg-deep: #050505;
  --primary: #183ef6;
  --cyan: #00bfe8;
  --accent: #f0c400;
  --accent-2: #ffe566;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.64);
  --faint: rgba(255, 255, 255, 0.4);
  --surface: rgba(240, 196, 0, 0.06);
  --surface-inv: rgba(240, 196, 0, 0.1);
  --border: rgba(240, 196, 0, 0.22);
  --border-strong: rgba(255, 255, 255, 0.18);
  --border-primary: rgba(240, 196, 0, 0.42);
  --grad: linear-gradient(120deg, #f0c400 0%, #fff1a8 100%);
  --cover-tint: rgba(240, 196, 0, 0.18);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  height: 100%;
  background: var(--bg-deep);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body { display: flex; flex-direction: column; min-height: 100%; }
h1, h2, h3 { font-family: Nunito, system-ui, sans-serif; font-weight: 800; }
.top {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1rem;
  background: rgba(10, 10, 11, 0.96);
  border-bottom: 1px solid var(--border);
  z-index: 10;
}
.brand-mini { display: flex; align-items: center; gap: 0.7rem; min-width: 0; }
.brand-mini img.bb { height: 1.15rem; }
.brand-mini img.dl { height: 1.2rem; }
.brand-mini img.partner { height: 0.95rem; max-width: 140px; object-fit: contain; }
.brand-mini .divider { width: 1px; height: 1.1rem; background: rgba(255,255,255,.2); }
.brand-mini span { font-size: 0.78rem; color: var(--faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.controls { display: flex; align-items: center; gap: 0.5rem; }
button {
  appearance: none;
  border: 1px solid var(--border-primary);
  background: rgba(13, 13, 16, 0.92);
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  min-width: 4.4rem;
}
button:hover { border-color: var(--accent); background: var(--surface-inv); }
button:disabled { opacity: 0.35; cursor: default; }
a.btn {
  appearance: none;
  border: 1px solid var(--border-primary);
  background: rgba(13, 13, 16, 0.92);
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
a.btn:hover { border-color: var(--accent); background: var(--surface-inv); }
.counter {
  min-width: 4rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-size: 0.82rem;
  color: var(--muted);
}
.stage { flex: 1 1 auto; min-height: 0; position: relative; }
.frame {
  --slide-w: 1920px;
  --slide-h: 1080px;
  width: 100%;
  height: 100%;
  background: var(--bg);
  overflow: hidden;
  position: relative;
}
.canvas {
  position: absolute;
  top: 0; left: 0;
  width: var(--slide-w);
  height: var(--slide-h);
  transform-origin: top left;
  font-size: 16px;
}
.slide {
  display: none;
  width: 100%;
  height: 100%;
  padding: 90px 110px 72px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.slide.active { display: flex; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
}
.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rule { height: 8px; border-radius: 999px; background: var(--grad); }
.footer-tag {
  position: absolute;
  left: 110px;
  bottom: 54px;
  z-index: 4;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--faint);
}
.brand-badge {
  position: absolute;
  top: 90px;
  left: 110px;
  z-index: 4;
  height: 46px;
  width: auto;
}
.customer-lockup {
  position: absolute;
  top: 70px;
  right: 110px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 20px;
  background: rgba(10, 10, 11, 0.78);
  border: 1px solid var(--border-primary);
}
.customer-prepared {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
  white-space: nowrap;
}
.customer-lockup img {
  height: 28px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}
.icon-tile {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad);
  flex-shrink: 0;
}
.icon-tile svg { width: 30px; height: 30px; stroke: #111; fill: none; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.year-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--border-primary);
  background: var(--surface-inv);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-2);
  width: fit-content;
}
.cover { padding: 0; }
.cover .hero { position: absolute; inset: 0; }
.cover .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  display: block;
}
.cover .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,11,.96) 0%, rgba(10,10,11,.78) 42%, rgba(10,10,11,.2) 72%, rgba(10,10,11,.08) 100%),
    linear-gradient(0deg, var(--cover-tint), transparent 42%);
}
.cover-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 1220px;
  padding: 90px 110px 72px;
}
.cover-copy h1 {
  font-size: 100px;
  line-height: 1.02;
  letter-spacing: -2.5px;
  margin: 22px 0 0;
}
.cover-copy .rule { width: 170px; margin-top: 36px; }
.cover-copy .sub {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.28;
  margin-top: 32px;
  max-width: 1080px;
}
.slide h2.section {
  font-size: 62px;
  line-height: 1.05;
  letter-spacing: -1.4px;
  margin-top: 12px;
  max-width: 1500px;
}
.cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
  align-content: center;
  min-height: 0;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card h3 { font-size: 28px; line-height: 1.1; }
.card p { font-size: 21px; color: var(--muted); line-height: 1.5; }
.split { padding: 0; display: none; }
.split.active { display: grid; grid-template-columns: 1fr 1fr; }
.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 36px 110px 110px;
  z-index: 3;
  min-width: 0;
}
.split-copy h2 { font-size: 68px; line-height: 1.04; letter-spacing: -1.6px; margin-top: 14px; }
.split-copy .rule { width: 120px; margin-top: 28px; }
.split-copy ul { list-style: none; margin-top: 40px; display: flex; flex-direction: column; gap: 22px; }
.split-copy li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 25px;
  color: var(--muted);
  line-height: 1.4;
}
.dot {
  margin-top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 2.5px;
  background: var(--accent);
  flex-shrink: 0;
}
.closer {
  margin-top: 36px;
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;
}
.split-photo { position: relative; overflow: hidden; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(10,10,11,0) 30%, rgba(10,10,11,.55) 58%, var(--bg) 82%);
}
.stat-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
  align-content: center;
}
.stat {
  background: var(--surface-inv);
  border: 1px solid var(--border-primary);
  border-radius: 28px;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stat .n {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -2px;
}
.stat .l { font-size: 24px; color: var(--muted); line-height: 1.4; }
.stats-closer {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 28px;
  margin-top: 8px;
  margin-bottom: 14px;
}
.pilot-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 18px;
  font-size: 18px;
  color: var(--muted);
}
.pilot-meta strong { color: #fff; font-weight: 700; }
.zones {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 22px;
  margin-bottom: 4px;
  min-height: 0;
}
.zone {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.zone.brand-seat {
  border-color: var(--border-primary);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 28%, transparent);
}
.zone img {
  width: 100%;
  flex: 1 1 auto;
  height: 0;
  min-height: 240px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
.zone .meta {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zone .tag {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 700;
}
.zone.brand-seat .tag { color: var(--accent); }
.zone h3 { font-size: 26px; line-height: 1.15; }
.zone p { font-size: 18px; color: var(--muted); line-height: 1.4; }
.journey-body {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  min-height: 0;
  margin-top: 18px;
}
.journey-copy { display: flex; flex-direction: column; justify-content: center; }
.journey-copy h2 { font-size: 58px; line-height: 1.04; letter-spacing: -1.6px; margin-top: 12px; }
.journey-copy .rule { width: 120px; margin-top: 22px; }
.journey-copy ul { list-style: none; margin-top: 32px; display: flex; flex-direction: column; gap: 18px; }
.journey-copy li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 23px;
  color: var(--muted);
  line-height: 1.4;
}
.game-kiosk {
  position: relative;
  background: #111;
  border: 1px solid var(--border-primary);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 28px 32px;
  min-height: 0;
}
.game-kiosk .game-logo {
  height: 22px;
  margin-bottom: 8px;
}
.game-kiosk .game-title {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.game-kiosk .game-sub {
  font-size: 15px;
  color: var(--accent-2);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 6px 0 18px;
}
.wheel-wrap {
  position: relative;
  width: 430px;
  height: 430px;
  flex: 0 0 auto;
}
.wheel-pointer {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 28px solid #fff;
  z-index: 3;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.4));
}
.wheel {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0 0 0 6px var(--accent), 0 16px 40px rgba(0,0,0,.35);
  transition: transform 4.2s cubic-bezier(.12,.7,.08,1);
  cursor: pointer;
}
.spin-btn {
  margin-top: 22px;
  appearance: none;
  border: 0;
  background: var(--grad);
  color: #111;
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 14px 36px;
  cursor: pointer;
  min-width: 0;
}
.spin-btn:hover { filter: brightness(1.08); }
.spin-btn:disabled { opacity: 0.45; cursor: default; filter: none; }
.spin-result {
  position: absolute;
  inset: 0;
  background: rgba(10,10,11,.82);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px;
  z-index: 4;
}
.spin-result.show { display: flex; }
.spin-result .won {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-2);
}
.spin-result h3 {
  font-size: 44px;
  margin: 12px 0 8px;
  max-width: 420px;
}
.spin-result p { font-size: 20px; color: var(--muted); max-width: 380px; }
.spin-result button {
  margin-top: 22px;
  min-width: 0;
  appearance: none;
  border: 0;
  background: var(--grad);
  color: #111;
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 12px 28px;
  cursor: pointer;
}
.wheel text { pointer-events: none; }
.photo-hero { padding: 0; }
.photo-hero .hero { position: absolute; inset: 0; background: #070707; }
.photo-hero .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  display: block;
}
.photo-hero .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(10,10,11,.88) 0%, rgba(10,10,11,.08) 42%, var(--cover-tint) 100%);
}
.photo-hero .caption {
      position: absolute;
      left: 110px;
      right: 110px;
      bottom: 48px;
      z-index: 3;
    }
    .photo-hero h2 {
      font-size: 58px;
      line-height: 1.05;
      letter-spacing: -1.6px;
      max-width: 1500px;
    }
    .photo-hero p {
      margin-top: 14px;
      font-size: 22px;
      color: rgba(255,255,255,.78);
      max-width: 1100px;
    }
.ask-num {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.18em;
  color: var(--accent);
}
.nav-hit {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  border: 0;
  background: transparent;
  min-width: 0;
  padding: 0;
  z-index: 6;
}
.nav-hit.prev { left: 0; }
.nav-hit.next { right: 0; }
.hint {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  font-size: 0.72rem;
  color: var(--faint);
  z-index: 7;
  pointer-events: none;
}
html.clean .top,
html.clean .hint { display: none !important; }

.slide.qa { padding: 0; display: none; }
.slide.qa.active { display: grid; grid-template-columns: 1fr 1fr; }
.slide.qa .footer-tag { display: none; }
.slide.qa .customer-lockup { right: 40px; top: 36px; }
.qa-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 36px 64px 100px;
  min-width: 0;
  z-index: 3;
}
.q-label,
.s-label {
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}
.q-label { color: var(--accent-2); }
.s-label { color: var(--accent); margin-top: 26px; }
.qa-copy blockquote {
  font-size: 22px;
  line-height: 1.38;
  color: var(--muted);
  margin-top: 12px;
  max-width: 900px;
  font-weight: 500;
}
.qa-copy h2 {
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin-top: 10px;
  max-width: 920px;
}
.qa-copy .rule { width: 110px; margin-top: 18px; }
.qa-copy ul {
  list-style: none;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.qa-copy li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 20px;
  color: var(--muted);
  line-height: 1.38;
}
.qa-copy li strong { color: #fff; font-weight: 700; }
.qa-photo { position: relative; overflow: hidden; }
.qa-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.qa-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(10,10,11,0) 32%, var(--bg) 92%);
  pointer-events: none;
}
.pkg-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}
.pkg-mini {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 16px 18px;
  background: var(--surface);
}
.pkg-mini.featured {
  border-color: var(--border-primary);
  background: var(--surface-inv);
}
.pkg-mini .tier {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 700;
}
.pkg-mini .name {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-top: 4px;
}
.pkg-mini .price {
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: var(--accent);
  margin-top: 2px;
}
.pkg-mini p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.35;
}
.option-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.option-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 18px;
  background: var(--surface);
}
.option-card.featured {
  border-color: var(--border-primary);
  background: var(--surface-inv);
}
.option-card .tag {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 700;
}
.option-card h3 {
  font-size: 22px;
  margin-top: 6px;
}
.option-card p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.35;
}
.qa-visual {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: #14110e;
  min-width: 0;
}
.blinx-planogram {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 8px;
  padding: 72px 28px 72px 12px;
}
.blinx-bank {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 7px;
}
.blinx-slot {
  background: #2a241c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8ddd0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 6px;
  border: 1px solid rgba(201, 184, 154, 0.28);
}
.blinx-slot.muted {
  color: rgba(255,255,255,0.38);
  border-color: rgba(255,255,255,0.1);
  background: #1c1a18;
  font-size: 11px;
  font-weight: 500;
}
.blinx-centre {
  border-radius: 10px;
  background: linear-gradient(180deg, #3a4a52 0%, #1a2a30 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  text-align: center;
  padding: 12px 6px;
  border: 1px solid rgba(201, 184, 154, 0.2);
}
.blinx-centre span {
  font-family: Georgia, serif;
  letter-spacing: 0.18em;
  font-size: 11px;
}
.blinx-centre small {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
