@property --nav-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0turn;
}

:root {
  --font-body: "Poppins", sans-serif;
  --color-accent: #56e7ff;
  --color-accent-strong: #0fc9ff;
  --color-secondary: #ff5ca8;
  --color-secondary-strong: #ff7e61;
  --color-gold: #ffd56f;
  --nav-font-size: 0.9rem;
  --heading-display: clamp(3rem, 5.2vw, 4.9rem);
  --heading-section: clamp(2rem, 3.4vw, 3.3rem);
  --heading-feature: clamp(1.7rem, 2.5vw, 2.45rem);
  --heading-card: clamp(1.08rem, 1.18vw, 1.22rem);
  --gradient-accent: linear-gradient(
    135deg,
    #56e7ff 0%,
    #4b7dff 48%,
    #ff5ca8 100%
  );
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100% - 40px));
  --section-space: clamp(88px, 10vw, 136px);
  --reveal-distance: 72px;
  --reveal-duration: 1.1s;
  --reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --grid-hover-x: 50%;
  --grid-hover-y: 50%;
  --grid-trail-x: 50%;
  --grid-trail-y: 50%;
  --grid-hover-opacity: 0;
  --fcg-grid-size: 66px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--page-background);
  color: var(--color-text);
  min-height: 100vh;
  overflow-x: hidden;
  transition:
    background 0.4s ease,
    color 0.3s ease;
}

.smooth-wrapper,
.smooth-content {
  width: 100%;
  min-height: 100%;
}

.smooth-content {
  position: relative;
  z-index: 0;
}

body.has-scroll-smoother {
  overscroll-behavior-y: none;
}

body.has-scroll-smoother .play-journey-scene {
  position: relative;
}

body.theme-dark {
  --page-background:
    radial-gradient(circle at top left, rgba(86, 231, 255, 0.14), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(255, 92, 168, 0.14), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(75, 125, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #05070f 0%, #081123 38%, #060813 100%);
  --page-noise-color: rgba(255, 255, 255, 0.04);
  --page-grid-line: rgba(118, 145, 208, 0.12);
  --page-grid-glow: rgba(86, 231, 255, 0.18);
  --page-grid-glow-soft: rgba(255, 92, 168, 0.16);
  --color-text: #f7f9ff;
  --color-text-soft: #a7b5d8;
  --color-text-muted: #7d89a7;
  --panel-background: rgba(9, 15, 31, 0.78);
  --panel-glass-top: rgba(255, 255, 255, 0.06);
  --panel-glass-bottom: rgba(255, 255, 255, 0.02);
  --panel-border: rgba(255, 255, 255, 0.08);
  --panel-shadow: rgba(0, 0, 0, 0.35);
  --panel-inner-border: rgba(255, 255, 255, 0.06);
  --panel-sheen-start: rgba(255, 255, 255, 0.1);
  --panel-sheen-end: rgba(86, 231, 255, 0.08);
  --nav-shell-bg: rgba(8, 13, 27, 0.62);
  --nav-shell-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(192, 100, 255, 0.04);
  --nav-shell-scrolled-bg: rgba(7, 12, 25, 0.84);
  --nav-shell-scrolled-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 1px rgba(192, 100, 255, 0.05);
  --nav-border-static: rgba(255, 255, 255, 0.08);
  --nav-border-color-a: rgba(106, 148, 255, 0.92);
  --nav-border-color-b: rgba(196, 82, 255, 0.96);
  --nav-border-color-c: rgba(255, 92, 191, 0.88);
  --nav-link: #a7b5d8;
  --nav-link-hover: #f7f9ff;
  --button-secondary-bg: rgba(255, 255, 255, 0.04);
  --button-secondary-border: rgba(255, 255, 255, 0.1);
  --button-secondary-text: #f7f9ff;
  --tag-bg: rgba(255, 255, 255, 0.04);
  --tag-border: rgba(255, 255, 255, 0.08);
  --tag-text: #a7b5d8;
  --pill-bg: rgba(8, 14, 30, 0.68);
  --pill-border: rgba(255, 255, 255, 0.12);
  --pill-text: #f7f9ff;
  --hero-stage-bg:
    linear-gradient(180deg, rgba(16, 27, 53, 0.84), rgba(8, 14, 27, 0.9)),
    linear-gradient(
      135deg,
      rgba(86, 231, 255, 0.24),
      rgba(255, 92, 168, 0.16) 42%,
      rgba(255, 213, 111, 0.22) 100%
    );
  --experience-map-bg:
    radial-gradient(circle at 20% 20%, rgba(86, 231, 255, 0.18), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 92, 168, 0.2), transparent 28%),
    radial-gradient(circle at 60% 82%, rgba(255, 213, 111, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(10, 21, 44, 0.92), rgba(8, 16, 31, 0.94));
  --coverage-map-bg:
    radial-gradient(circle at 24% 24%, rgba(86, 231, 255, 0.18), transparent 26%),
    radial-gradient(circle at 68% 34%, rgba(255, 92, 168, 0.16), transparent 22%),
    radial-gradient(circle at 54% 76%, rgba(255, 213, 111, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(10, 21, 44, 0.92), rgba(8, 16, 31, 0.94));
  --map-frame-color: rgba(255, 255, 255, 0.08);
  --map-grid-line: rgba(255, 255, 255, 0.05);
  --skip-bg: #ffffff;
  --skip-text: #0a1224;
  --cursor-border: rgba(255, 255, 255, 0.42);
  --cursor-shadow:
    0 0 0 1px rgba(86, 231, 255, 0.18),
    0 0 24px rgba(86, 231, 255, 0.25);
  --cursor-dot: #56e7ff;
  --card-hover-border: rgba(124, 248, 255, 0.28);
  --card-hover-shadow:
    0 30px 70px rgba(2, 6, 23, 0.5),
    0 18px 42px rgba(86, 231, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  --card-hover-glow: rgba(86, 231, 255, 0.18);
  --card-hover-glow-soft: rgba(255, 92, 168, 0.12);
  --card-hover-shine: rgba(255, 255, 255, 0.12);
}

body.theme-light {
  --page-background:
    radial-gradient(circle at top left, rgba(86, 231, 255, 0.12), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(255, 92, 168, 0.1), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(75, 125, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef4fb 42%, #e7edf8 100%);
  --page-noise-color: rgba(15, 23, 42, 0.05);
  --page-grid-line: rgba(88, 114, 167, 0.12);
  --page-grid-glow: rgba(86, 178, 255, 0.14);
  --page-grid-glow-soft: rgba(255, 124, 178, 0.12);
  --color-text: #0d1b34;
  --color-text-soft: #50627f;
  --color-text-muted: #6f809c;
  --panel-background: rgba(255, 255, 255, 0.72);
  --panel-glass-top: rgba(255, 255, 255, 0.94);
  --panel-glass-bottom: rgba(232, 239, 248, 0.72);
  --panel-border: rgba(102, 123, 168, 0.14);
  --panel-shadow: rgba(148, 163, 184, 0.22);
  --panel-inner-border: rgba(255, 255, 255, 0.7);
  --panel-sheen-start: rgba(255, 255, 255, 0.82);
  --panel-sheen-end: rgba(86, 178, 255, 0.08);
  --nav-shell-bg: rgba(255, 255, 255, 0.78);
  --nav-shell-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  --nav-shell-scrolled-bg: rgba(255, 255, 255, 0.9);
  --nav-shell-scrolled-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  --nav-border-static: rgba(82, 103, 149, 0.12);
  --nav-border-color-a: rgba(96, 143, 255, 0.7);
  --nav-border-color-b: rgba(184, 100, 255, 0.74);
  --nav-border-color-c: rgba(255, 123, 196, 0.7);
  --nav-link: #54657f;
  --nav-link-hover: #0d1b34;
  --button-secondary-bg: rgba(255, 255, 255, 0.74);
  --button-secondary-border: rgba(82, 103, 149, 0.14);
  --button-secondary-text: #0d1b34;
  --tag-bg: rgba(255, 255, 255, 0.74);
  --tag-border: rgba(82, 103, 149, 0.12);
  --tag-text: #4e627d;
  --pill-bg: rgba(255, 255, 255, 0.76);
  --pill-border: rgba(82, 103, 149, 0.12);
  --pill-text: #0d1b34;
  --hero-stage-bg:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(234, 241, 252, 0.9)),
    linear-gradient(
      135deg,
      rgba(86, 231, 255, 0.16),
      rgba(255, 92, 168, 0.1) 42%,
      rgba(255, 213, 111, 0.12) 100%
    );
  --experience-map-bg:
    radial-gradient(circle at 20% 20%, rgba(86, 231, 255, 0.16), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 92, 168, 0.14), transparent 28%),
    radial-gradient(circle at 60% 82%, rgba(255, 213, 111, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(251, 253, 255, 0.96), rgba(233, 240, 250, 0.92));
  --coverage-map-bg:
    radial-gradient(circle at 24% 24%, rgba(86, 231, 255, 0.16), transparent 26%),
    radial-gradient(circle at 68% 34%, rgba(255, 92, 168, 0.12), transparent 22%),
    radial-gradient(circle at 54% 76%, rgba(255, 213, 111, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(251, 253, 255, 0.96), rgba(233, 240, 250, 0.92));
  --map-frame-color: rgba(82, 103, 149, 0.12);
  --map-grid-line: rgba(82, 103, 149, 0.08);
  --skip-bg: #0a1224;
  --skip-text: #ffffff;
  --cursor-border: rgba(79, 113, 178, 0.38);
  --cursor-shadow:
    0 0 0 1px rgba(86, 178, 255, 0.14),
    0 0 24px rgba(86, 178, 255, 0.18);
  --cursor-dot: #4b7dff;
  --card-hover-border: rgba(75, 125, 255, 0.22);
  --card-hover-shadow:
    0 28px 54px rgba(148, 163, 184, 0.24),
    0 14px 32px rgba(86, 178, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  --card-hover-glow: rgba(86, 178, 255, 0.12);
  --card-hover-glow-soft: rgba(255, 124, 178, 0.08);
  --card-hover-shine: rgba(255, 255, 255, 0.56);
}

body > :not(.fc-loader):not(script) {
  transition:
    opacity 0.55s ease,
    filter 0.55s ease;
}

body.is-preparing,
body.is-loading {
  overflow: hidden;
}

body.is-preparing > :not(.fc-loader):not(script) {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

body.is-loading > :not(.fc-loader):not(script) {
  opacity: 0.14;
  filter: blur(6px);
  pointer-events: none;
  user-select: none;
}

body.is-preparing > :not(.fc-loader):not(script),
body.is-loading > :not(.fc-loader):not(script),
body.is-preparing > :not(.fc-loader):not(script) *,
body.is-loading > :not(.fc-loader):not(script) *,
body.is-preparing > :not(.fc-loader):not(script)::before,
body.is-loading > :not(.fc-loader):not(script)::before,
body.is-preparing > :not(.fc-loader):not(script)::after,
body.is-loading > :not(.fc-loader):not(script)::after,
body.is-preparing > :not(.fc-loader):not(script) *::before,
body.is-loading > :not(.fc-loader):not(script) *::before,
body.is-preparing > :not(.fc-loader):not(script) *::after,
body.is-loading > :not(.fc-loader):not(script) *::after {
  animation-play-state: paused !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(var(--page-noise-color) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.18;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), transparent 92%);
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
}

.fc-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(36, 214, 255, 0.16), transparent 28%),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 71, 160, 0.2),
      transparent 26%
    ),
    linear-gradient(180deg, #04070f 0%, #070d1b 52%, #02050c 100%);
  transition:
    opacity 0.68s ease,
    visibility 0.68s ease;
}

.fc-loader::before,
.fc-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fc-loader::before {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0) 42%
    ),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06) 0 2px,
      transparent 2px 6px
    );
  opacity: 0.24;
  mix-blend-mode: screen;
}

.fc-loader::after {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.24),
      transparent 14%,
      transparent 86%,
      rgba(0, 0, 0, 0.28)
    ),
    radial-gradient(circle at center, transparent 48%, rgba(0, 0, 0, 0.4) 100%);
}

.fc-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fc-loader-panel {
  position: relative;
  width: min(540px, 100%);
  padding: clamp(24px, 5vw, 36px);
  border: 4px solid #7cf8ff;
  box-shadow:
    0 0 0 4px rgba(8, 11, 24, 0.96),
    0 0 30px rgba(124, 248, 255, 0.28),
    0 0 54px rgba(255, 62, 151, 0.18);
  background:
    linear-gradient(180deg, rgba(9, 13, 28, 0.96), rgba(7, 10, 21, 0.92)),
    linear-gradient(
      135deg,
      rgba(124, 248, 255, 0.07),
      rgba(255, 62, 151, 0.08)
    );
  backdrop-filter: blur(8px);
  overflow: hidden;
  isolation: isolate;
  transition:
    opacity 0.54s ease,
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.54s ease;
}

.fc-loader.is-panel-hidden .fc-loader-panel {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(10px);
  pointer-events: none;
}

.fc-loader-panel::before,
.fc-loader-panel::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(124, 248, 255, 0.18);
  pointer-events: none;
}

.fc-loader-panel::after {
  inset: auto 18px 18px auto;
  width: 96px;
  height: 96px;
  border: none;
  background: radial-gradient(
    circle,
    rgba(255, 62, 151, 0.18),
    transparent 68%
  );
  filter: blur(10px);
}

.fc-loader-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(12px, 2vw, 16px);
  font-family: var(--font-body);
  text-transform: uppercase;
}

.fc-loader-copy > * {
  margin: 0;
}

.fc-loader-kicker {
  margin: 0;
  color: #fee761;
  display: inline-flex;
  align-items: center;
  font-size: clamp(10px, 1.5vw, 12px);
  line-height: 1;
  letter-spacing: 0.18em;
  text-shadow: 0 0 14px rgba(254, 231, 97, 0.48);
}

.fc-loader-kicker-type {
  display: inline-flex;
  align-items: center;
  min-width: calc(11ch + 1.8em);
}

.fc-loader-kicker-type::after {
  content: "";
  width: 0.12em;
  height: 0.95em;
  margin-left: 0.18em;
  background: currentColor;
  box-shadow: 0 0 10px rgba(254, 231, 97, 0.4);
  animation: fcLoaderCaretBlink 0.72s steps(1, end) infinite;
}

.fc-loader-title {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(20px, 4.8vw, 30px);
  line-height: 1.16;
  text-shadow:
    0 0 10px rgba(124, 248, 255, 0.42),
    0 0 20px rgba(255, 62, 151, 0.18);
}

.fc-loader-media-shell {
  display: grid;
  place-items: center;
  padding: 12px;
  border: 2px solid rgba(124, 248, 255, 0.2);
  background: rgba(7, 10, 21, 0.7);
  box-shadow: inset 0 0 24px rgba(124, 248, 255, 0.08);
  overflow: hidden;
}

.fc-loader-animation {
  width: min(300px, 100%);
  height: auto;
  display: block;
  aspect-ratio: 1;
  contain: layout paint;
}

.fc-loader-animation canvas,
.fc-loader-animation svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.fc-loader-status-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.fc-loader-status-text,
.fc-loader-percentage {
  font-size: clamp(10px, 1.7vw, 12px);
  line-height: 1.8;
}

.fc-loader-status-text {
  color: #7cf8ff;
}

.fc-loader-percentage {
  color: #fee761;
  text-shadow: 0 0 10px rgba(254, 231, 97, 0.44);
}

.fc-loader-track {
  position: relative;
  height: 28px;
  padding: 4px;
  border: 2px solid rgba(124, 248, 255, 0.62);
  background: linear-gradient(
    180deg,
    rgba(7, 10, 21, 0.96),
    rgba(9, 13, 28, 0.88)
  );
  box-shadow:
    inset 0 0 0 2px rgba(10, 14, 29, 0.98),
    inset 0 0 18px rgba(124, 248, 255, 0.08);
}

.fc-loader-track::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.06) 0 14px,
    transparent 14px 18px
  );
  pointer-events: none;
}

.fc-loader-bar {
  position: relative;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
  background: linear-gradient(
    90deg,
    #7cf8ff 0%,
    #7cf8ff 26%,
    #fee761 55%,
    #ff3e97 100%
  );
  box-shadow:
    0 0 18px rgba(124, 248, 255, 0.42),
    inset 0 0 12px rgba(255, 255, 255, 0.18);
  transition: transform 56ms linear;
}

.fc-loader-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.22) 0 8px,
    rgba(255, 255, 255, 0) 8px 16px
  );
  animation: fcLoaderBarShift 1s linear infinite;
}

.fc-loader-scale {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(248, 251, 255, 0.58);
  font-size: 9px;
  letter-spacing: 0.12em;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 20px;
  top: -56px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--skip-bg);
  color: var(--skip-text);
  font-weight: 600;
  z-index: 1000;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 20px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
}

.panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, var(--panel-glass-top), var(--panel-glass-bottom)),
    var(--panel-background);
  backdrop-filter: blur(24px);
  box-shadow:
    0 22px 60px var(--panel-shadow),
    inset 0 1px 0 var(--panel-inner-border);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    var(--panel-sheen-start),
    transparent 35%,
    transparent 65%,
    var(--panel-sheen-end)
  );
  opacity: 0.6;
  pointer-events: none;
}

.glow-layer {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  overflow: hidden;
}

.glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1800px;
  height: 1800px;
  border-radius: 50%;
  will-change: transform;
  transition:
    background 0.4s ease,
    filter 0.4s ease,
    opacity 0.4s ease;
}

.grid-hover-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: var(--grid-hover-opacity);
  background-image:
    radial-gradient(
      circle 420px at var(--grid-trail-x) var(--grid-trail-y),
      var(--page-grid-glow-soft),
      transparent 74%
    ),
    radial-gradient(
      circle 250px at var(--grid-hover-x) var(--grid-hover-y),
      var(--page-grid-glow),
      transparent 70%
    ),
    linear-gradient(var(--page-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--page-grid-line) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    var(--fcg-grid-size) var(--fcg-grid-size),
    var(--fcg-grid-size) var(--fcg-grid-size);
  background-position: center;
  transition: background-image 0.6s ease;
  mask-image: radial-gradient(
    circle 420px at var(--grid-trail-x) var(--grid-trail-y),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.94) 46%,
    rgba(0, 0, 0, 0) 82%
  );
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 22px 0 0;
  isolation: isolate;
}

.site-header.is-scrolled .nav-shell {
  background: var(--nav-shell-scrolled-bg);
  border-color: var(--nav-border-static);
}

.nav-shell {
  --nav-load-target-width: min(1180px, calc(100% - 40px));
  --nav-load-from-width: min(720px, 62%);
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: var(--nav-load-target-width);
  max-width: 100%;
  margin-inline: auto;
  padding: 10px 22px;
  border: 1px solid var(--nav-border-static);
  border-radius: 999px;
  background: var(--nav-shell-bg);
  backdrop-filter: blur(22px);
  overflow: hidden;
  animation: navLoadExpand 1.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition:
    background 0.35s ease,
    border-color 0.35s ease;
}

.nav-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--nav-border-angle),
    rgba(255, 255, 255, 0.08),
    var(--nav-border-color-a) 18%,
    var(--nav-border-color-b) 46%,
    var(--nav-border-color-c) 72%,
    rgba(255, 255, 255, 0.08) 100%
  );
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: navBorderSpin 9s linear infinite;
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 110px;
  height: auto;
  object-fit: contain;
}

.nav-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-menu {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-menu a {
  position: relative;
  font-size: var(--nav-font-size);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--nav-link);
  opacity: 0;
  animation: navMenuFade 0.62s ease 0.42s forwards;
  transition: color 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-menu a:nth-child(2) {
  animation-delay: 0.5s;
}

.nav-menu a:nth-child(3) {
  animation-delay: 0.58s;
}

.nav-menu a:nth-child(4) {
  animation-delay: 0.66s;
}

.nav-menu a:nth-child(5) {
  animation-delay: 0.74s;
}

.nav-menu a:nth-child(6) {
  animation-delay: 0.82s;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gradient-accent);
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--nav-link-hover);
}

.nav-menu a:hover::after,
.nav-menu a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--nav-border-static);
  border-radius: 14px;
  background: var(--button-secondary-bg);
  color: var(--color-text);
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.theme-toggle {
  --toggle-progress: 1;
  --toggle-max-shift: 64px;
  position: relative;
  width: 112px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
  border-radius: 999px;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-toggle:hover {
  transform: translateY(-2px);
}

.theme-toggle.is-dragging {
  cursor: grabbing;
}

.theme-toggle:focus-visible {
  outline: 3px solid rgba(25, 118, 224, 0.35);
  outline-offset: 4px;
}

.theme-toggle-track {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  border-radius: 999px;
  transition:
    background 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.theme-toggle-track::before,
.theme-toggle-track::after {
  content: "";
  position: absolute;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    background 0.4s ease;
}

.theme-toggle-stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.theme-toggle-astronaut {
  position: absolute;
  top: 17px;
  left: 6px;
  width: 22px;
  height: 22px;
  z-index: 2;
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.theme-toggle-astronaut img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.32));
}

.theme-toggle-stars::before,
.theme-toggle-stars::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.theme-toggle-stars::before {
  top: 12px;
  left: 18px;
  width: 2px;
  height: 2px;
  box-shadow:
    12px 8px 0 0 rgba(255, 255, 255, 0.82),
    28px -2px 0 0 rgba(255, 255, 255, 0.76),
    40px 13px 0 0 rgba(255, 255, 255, 0.9),
    54px 3px 0 0 rgba(255, 255, 255, 0.65),
    68px 16px 0 0 rgba(255, 255, 255, 0.84);
}

.theme-toggle-stars::after {
  top: 21px;
  left: 27px;
  width: 2px;
  height: 2px;
  opacity: 0.7;
  box-shadow:
    16px 6px 0 0 rgba(255, 255, 255, 0.72),
    34px -5px 0 0 rgba(255, 255, 255, 0.6),
    50px 8px 0 0 rgba(255, 255, 255, 0.78);
}

.theme-toggle-clouds {
  position: absolute;
  left: 8px;
  right: 6px;
  bottom: -6px;
  height: 27px;
  z-index: 2;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.cloud {
  position: absolute;
  bottom: 0;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(250, 252, 255, 1) 34%,
    rgba(233, 242, 252, 0.98) 76%,
    rgba(212, 228, 245, 0.96) 100%
  );
  box-shadow:
    inset 0 -4px 8px rgba(180, 205, 232, 0.78),
    0 6px 10px rgba(255, 255, 255, 0.35);
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  bottom: 5px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 36% 30%,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 250, 255, 1) 58%,
    rgba(224, 237, 250, 0.98) 100%
  );
  box-shadow: inset 0 -4px 6px rgba(184, 207, 230, 0.55);
}

.cloud-one {
  left: 2px;
  width: 35px;
  height: 14px;
  animation: cloudFloatOne 4.8s ease-in-out infinite;
}

.cloud-one::before {
  left: 4px;
  width: 16px;
  height: 16px;
}

.cloud-one::after {
  right: 5px;
  width: 19px;
  height: 19px;
}

.cloud-two {
  left: 27px;
  width: 42px;
  height: 16px;
  animation: cloudFloatTwo 5.6s ease-in-out infinite;
}

.cloud-two::before {
  left: 6px;
  width: 19px;
  height: 19px;
}

.cloud-two::after {
  right: 7px;
  width: 24px;
  height: 24px;
}

.cloud-three {
  right: 5px;
  width: 43px;
  height: 16px;
  animation: cloudFloatThree 5s ease-in-out infinite;
}

.cloud-three::before {
  left: 6px;
  width: 19px;
  height: 19px;
}

.cloud-three::after {
  right: 5px;
  width: 22px;
  height: 22px;
}

.theme-toggle-birds {
  position: absolute;
  inset: 0;
  z-index: 3;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.bird {
  position: absolute;
  width: 11px;
  height: 6px;
}

.bird::before,
.bird::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 6px;
  height: 4px;
  border-top: 2px solid rgba(93, 139, 188, 0.78);
  border-radius: 999px 999px 0 0;
}

.bird::before {
  left: 0;
  transform: rotate(-12deg);
  transform-origin: right center;
  animation: birdWingLeft 1.8s ease-in-out infinite;
}

.bird::after {
  right: 0;
  transform: rotate(12deg);
  transform-origin: left center;
  animation: birdWingRight 1.8s ease-in-out infinite;
}

.bird-one {
  top: 13px;
  right: 33px;
  animation: birdGlideOne 6.2s ease-in-out infinite;
}

.bird-two {
  top: 19px;
  right: 19px;
  transform: scale(0.82);
  opacity: 0.82;
  animation: birdGlideTwo 5.4s ease-in-out infinite;
}

.theme-toggle-knob {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 36px;
  height: 36px;
  z-index: 4;
  border-radius: 50%;
  transform: translateX(calc(var(--toggle-max-shift) * var(--toggle-progress)));
  transition:
    transform 0.45s cubic-bezier(0.65, 0, 0.35, 1),
    background 0.4s ease,
    box-shadow 0.4s ease;
}

.theme-toggle.is-dragging .theme-toggle-knob {
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease;
}

.theme-toggle-knob::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.8),
    transparent 58%
  );
  opacity: 0.7;
}

.theme-toggle-knob::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 29px;
  top: 2px;
  left: 0;
  border-radius: 50%;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    background 0.4s ease;
}

body.theme-light .theme-toggle {
  --toggle-progress: 0;
}

body.theme-dark .theme-toggle {
  --toggle-progress: 1;
}

body.theme-light .theme-toggle-track::before {
  top: 5px;
  right: -3px;
  width: 44px;
  height: 22px;
  border-radius: 999px;
  background: radial-gradient(
    circle at 38% 35%,
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0.08) 68%,
    transparent 72%
  );
  opacity: 1;
}

body.theme-light .theme-toggle-track::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(232, 243, 255, 0.75)
  );
  opacity: 1;
}

body.theme-dark .theme-toggle-track::before {
  inset: 0;
  background: radial-gradient(
    circle at 50% 20%,
    rgba(255, 255, 255, 0.06),
    transparent 46%
  );
  opacity: 1;
}

body.theme-dark .theme-toggle-track::after {
  inset: auto 8px 8px auto;
  width: 34px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.35;
}

body.theme-light .theme-toggle-track {
  background: linear-gradient(180deg, #74bfff 0%, #8fd1ff 58%, #78bcfb 100%);
  border: 1px solid rgba(132, 185, 236, 0.95);
  box-shadow:
    inset 0 -8px 14px rgba(255, 255, 255, 0.4),
    0 10px 18px rgba(127, 177, 227, 0.32);
}

body.theme-dark .theme-toggle-track {
  background: linear-gradient(180deg, #171d2b 0%, #202737 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 2px 5px rgba(255, 255, 255, 0.05),
    inset 0 -8px 14px rgba(0, 0, 0, 0.34),
    0 10px 18px rgba(15, 23, 42, 0.22);
}

body.theme-light .theme-toggle-astronaut {
  opacity: 0;
  transform: translate(-6px, 6px) scale(0.72);
}

body.theme-dark .theme-toggle-astronaut {
  opacity: 0.95;
  animation: toggleAstronautFloat 5.8s ease-in-out infinite;
}

body.theme-light .theme-toggle-stars {
  opacity: 0;
  transform: translateY(-8px);
}

body.theme-dark .theme-toggle-stars {
  opacity: 1;
  transform: translateY(0);
}

body.theme-light .theme-toggle-clouds {
  opacity: 1;
  transform: translateY(0);
}

body.theme-dark .theme-toggle-clouds {
  opacity: 0;
  transform: translateY(10px);
}

body.theme-light .theme-toggle-birds {
  opacity: 1;
  transform: translateY(0);
}

body.theme-dark .theme-toggle-birds {
  opacity: 0;
  transform: translateY(-8px);
}

body.theme-dark .theme-toggle-stars::before {
  animation: starTwinkleOne 4.6s ease-in-out infinite;
}

body.theme-dark .theme-toggle-stars::after {
  animation: starTwinkleTwo 5.4s ease-in-out infinite;
}

body.theme-light .theme-toggle-knob {
  background: linear-gradient(180deg, #ffd28b 0%, #ffb55f 100%);
  box-shadow:
    0 6px 12px rgba(255, 173, 90, 0.45),
    inset 0 -4px 8px rgba(255, 160, 61, 0.3);
}

body.theme-light .theme-toggle-knob::after {
  opacity: 0;
  transform: translate(6px, -6px) scale(0.4);
  background: transparent;
}

body.theme-dark .theme-toggle-knob {
  background: linear-gradient(180deg, #f5f7fd 0%, #dfe5f1 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 12px rgba(242, 246, 255, 0.55),
    0 0 22px rgba(169, 187, 255, 0.22),
    0 8px 14px rgba(0, 0, 0, 0.3),
    inset 0 -4px 8px rgba(187, 195, 213, 0.38);
}

body.theme-dark .theme-toggle-knob::before {
  background: radial-gradient(
    circle at 45% 45%,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(233, 240, 255, 0.72) 42%,
    rgba(196, 212, 255, 0.26) 62%,
    transparent 78%
  );
  opacity: 1;
}

body.theme-dark .theme-toggle-knob::after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  background: #2d3443;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s ease,
    background 0.42s ease,
    color 0.42s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translate3d(0, -2px, 0);
}

.btn-primary {
  color: #06111d;
  background: linear-gradient(135deg, #7ef0ff 0%, #79d1ff 42%, #ffd56f 100%);
  box-shadow: 0 18px 40px rgba(86, 231, 255, 0.2);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.hero {
  margin-top: clamp(-78px, -9vw, -88px);
  padding-top: calc(clamp(40px, 5vw, 64px) + clamp(72px, 8vw, 92px));
  padding-bottom: 96px;
  min-height: min(92vh, 880px);
  display: flex;
  align-items: flex-start;
}

.hero-backdrop {
  display: none;
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding-top: 0;
  min-height: clamp(560px, 72vh, 760px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 560px;
}

.eyebrow,
.mini-label,
.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 16px;
  border: 1px solid var(--tag-border);
  border-radius: 999px;
  background: var(--tag-bg);
  color: var(--tag-text);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.hero-stage-copy h2,
.experience-copy h3,
.steps-note h3,
.reward-stage h3,
  .cta-banner h2 {
  margin: 10px 0 0;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.hero-copy h1 {
  max-width: 9ch;
  font-size: var(--heading-display);
}

.hero-word-cycle {
  position: relative;
  display: inline-grid;
  place-items: center start;
  overflow: hidden;
  height: 1.08em;
  min-width: 4.8ch;
  margin: 0 0.08em;
  vertical-align: baseline;
  white-space: nowrap;
}

.hero-word {
  grid-area: 1 / 1;
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(
    135deg,
    #8af6ff 0%,
    #5ed8ff 26%,
    #7b9dff 52%,
    #ff77c8 78%,
    #ffd97b 100%
  );
  background-size: 180% 180%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transform-origin: center center;
  will-change: transform, opacity, filter, background-position;
  filter:
    drop-shadow(0 0 8px rgba(94, 216, 255, 0.16))
    drop-shadow(0 0 18px rgba(255, 119, 200, 0.12));
  opacity: 0;
  transform: translate3d(0, 0.42em, 0);
}

.hero-word-seru {
  animation:
    heroWordSeru 5.6s cubic-bezier(0.22, 1, 0.36, 1) infinite,
    heroWordGlowShift 5.6s linear infinite;
}

.hero-word-asik {
  animation:
    heroWordAsik 5.6s cubic-bezier(0.22, 1, 0.36, 1) infinite,
    heroWordGlowShift 5.6s linear infinite;
}

.hero-heading-glow {
  position: relative;
  display: inline-block;
  isolation: isolate;
  background: linear-gradient(
    135deg,
    #fff4a8 0%,
    #ffd15a 24%,
    #ff8f5d 52%,
    #ff5fa8 76%,
    #71ddff 100%
  );
  background-size: 180% 180%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 0 8px rgba(255, 208, 90, 0.24))
    drop-shadow(0 0 18px rgba(255, 95, 168, 0.18));
  will-change: background-position, filter;
  animation: heroHeadingGlowShift 6.8s linear infinite;
}

.hero-heading-glow::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  background: inherit;
  background-size: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0.58;
  filter: blur(7px);
  animation:
    heroHeadingGlowShift 6.8s linear infinite,
    heroHeadingGlowPulse 3.8s ease-in-out infinite;
  pointer-events: none;
}

.hero-lead,
.section-heading p,
.hero-stage-copy p,
.experience-copy p,
.feature-card p,
.step-card p,
.steps-note p,
.reward-card p,
.reward-stage p,
.promo-card p,
.coverage-card p,
.cta-banner p {
  color: var(--color-text-soft);
  line-height: 1.76;
}

.hero-lead {
  max-width: 520px;
  margin: 24px 0 0;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-points span,
.reward-pills span {
  padding: 13px 18px;
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  background: var(--pill-bg);
  color: var(--pill-text);
  font-size: 0.9rem;
  font-weight: 500;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 690px);
  min-height: clamp(520px, 68vh, 730px);
  display: grid;
  place-items: end center;
  isolation: isolate;
}

.hero-visual-showcase::before {
  display: none;
}

.hero-scene {
  position: absolute;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  isolation: isolate;
  z-index: 1;
}

.hero-scene::before,
.hero-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-scene::before {
  display: none;
}

.hero-scene::after {
  display: none;
}

.hero-scene-grid,
.hero-scene-ambient,
.hero-scene-streak,
.hero-scene-particle,
.hero-scene-floor,
.hero-scene-floor-reflection,
.hero-scene-color-wash,
.hero-scene-item-glow {
  position: absolute;
  pointer-events: none;
}

.hero-scene-grid {
  left: 13%;
  right: 4%;
  bottom: 12%;
  height: 38%;
  border-radius: 34% 40% 18% 18%;
  background-image:
    linear-gradient(rgba(118, 155, 214, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 155, 214, 0.12) 1px, transparent 1px);
  background-size: 36px 36px;
  transform: perspective(960px) rotateX(78deg);
  transform-origin: center bottom;
  opacity: 0.4;
  z-index: 1;
  -webkit-mask-image: linear-gradient(180deg, transparent 4%, rgba(0, 0, 0, 0.92) 28%, rgba(0, 0, 0, 1) 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 4%, rgba(0, 0, 0, 0.92) 28%, rgba(0, 0, 0, 1) 78%, transparent 100%);
}

.hero-scene-ambient {
  display: none;
}

.hero-scene-ambient-left {
  left: 13%;
  top: 24%;
  width: min(28%, 180px);
  height: min(30%, 190px);
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 105, 74, 0.2) 0%, rgba(255, 105, 74, 0.08) 34%, transparent 64%),
    radial-gradient(circle at 64% 58%, rgba(255, 192, 92, 0.08), transparent 58%);
  z-index: 1;
}

.hero-scene-ambient-right {
  right: 10%;
  top: 20%;
  width: min(30%, 190px);
  height: min(30%, 190px);
  background:
    radial-gradient(circle at 46% 44%, rgba(82, 198, 255, 0.2) 0%, rgba(82, 198, 255, 0.08) 34%, transparent 64%),
    radial-gradient(circle at 68% 60%, rgba(255, 88, 120, 0.08), transparent 58%);
  z-index: 1;
}

.hero-scene-streak {
  height: 2px;
  border-radius: 999px;
  opacity: 0;
  filter: blur(2px);
  z-index: 3;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 16%, rgba(112, 214, 255, 0.76) 48%, rgba(255, 111, 88, 0.72) 72%, transparent 100%);
  animation: sceneStreakTravel 12s ease-in-out infinite;
}

.hero-scene-streak-one {
  top: 28%;
  left: 22%;
  width: min(36%, 240px);
  animation-delay: -1.2s;
}

.hero-scene-streak-two {
  top: 48%;
  left: 32%;
  width: min(30%, 200px);
  animation-delay: -5.4s;
}

.hero-scene-streak-three {
  top: 62%;
  right: 18%;
  width: min(28%, 180px);
  animation-delay: -8.8s;
}

.hero-scene-particle {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(140, 223, 255, 0.54) 46%, transparent 100%);
  box-shadow: 0 0 18px rgba(108, 209, 255, 0.32);
  opacity: 0.56;
  z-index: 4;
  animation: sceneParticleDrift 9s ease-in-out infinite;
}

.hero-scene-particle-one {
  top: 24%;
  left: 38%;
  animation-delay: -1.5s;
}

.hero-scene-particle-two {
  top: 18%;
  right: 26%;
  animation-delay: -4.2s;
}

.hero-scene-particle-three {
  top: 54%;
  right: 14%;
  animation-delay: -6.7s;
}

.hero-scene-floor {
  left: 18%;
  right: 8%;
  bottom: 8%;
  height: 120px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 52%, rgba(86, 231, 255, 0.16) 0%, rgba(86, 231, 255, 0.06) 28%, rgba(13, 29, 52, 0.02) 54%, transparent 72%),
    radial-gradient(circle at 30% 54%, rgba(255, 110, 84, 0.12), transparent 42%),
    radial-gradient(circle at 76% 52%, rgba(110, 179, 255, 0.12), transparent 40%);
  filter: blur(14px);
  opacity: 0.92;
  z-index: 1;
}

.hero-scene-floor-reflection {
  left: 14%;
  right: 10%;
  bottom: 3%;
  height: 160px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(95, 196, 255, 0.14) 0%, rgba(95, 196, 255, 0) 58%),
    radial-gradient(circle at 28% 24%, rgba(255, 118, 90, 0.14), transparent 22%),
    radial-gradient(circle at 74% 30%, rgba(86, 231, 255, 0.14), transparent 24%);
  transform: perspective(880px) rotateX(77deg);
  transform-origin: center top;
  filter: blur(24px);
  opacity: 0.72;
  z-index: 1;
}

.hero-scene-color-wash {
  display: none;
}

.hero-scene-item {
  position: absolute;
  bottom: 7%;
  transform-origin: center bottom;
}

.hero-scene-item-glow {
  display: none;
}

.hero-scene-accent {
  position: absolute;
  pointer-events: auto;
  touch-action: none;
  cursor: grab;
  user-select: none;
  opacity: var(--accent-opacity, 0.82);
  z-index: var(--accent-z, 2);
  animation: sceneAccentFloat var(--accent-float-duration, 9.8s) ease-in-out infinite;
  animation-delay: var(--accent-delay, 0s);
  transition:
    opacity 0.28s ease,
    filter 0.28s ease;
  will-change: transform, opacity;
}

.hero-scene-accent-image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

.hero-scene-accent-coin .hero-scene-accent-image {
  filter:
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24))
    drop-shadow(0 0 18px rgba(255, 194, 68, 0.22));
}

.hero-scene-accent-card .hero-scene-accent-image {
  filter:
    drop-shadow(0 12px 22px rgba(0, 0, 0, 0.24))
    drop-shadow(0 0 18px rgba(90, 205, 255, 0.18));
}

.hero-scene-accent:hover {
  opacity: min(1, calc(var(--accent-opacity, 0.82) + 0.1));
}

.hero-scene-accent.is-dragging {
  cursor: grabbing;
  opacity: 1;
  animation-play-state: paused;
}

.hero-scene-accent.is-dragging .hero-scene-accent-image {
  animation-play-state: paused;
}

.hero-scene-accent-image-spin-cw {
  animation: sceneAccentRotateClockwise var(--accent-rotate-duration, 20s) linear infinite;
}

.hero-scene-accent-image-spin-ccw {
  animation: sceneAccentRotateCounter var(--accent-rotate-duration, 22s) linear infinite;
}

.hero-scene-accent-coin-one {
  left: 20%;
  top: 12%;
  width: clamp(54px, 6vw, 80px);
  --accent-opacity: 0.84;
  --accent-delay: -1.6s;
  --accent-float-duration: 9.2s;
  --accent-rotate-duration: 18s;
}

.hero-scene-accent-card-one {
  right: -1%;
  top: 10%;
  width: clamp(88px, 9vw, 118px);
  --accent-opacity: 0.76;
  --accent-delay: -3.1s;
  --accent-float-duration: 10.8s;
  --accent-rotate-duration: 26s;
}

.hero-scene-accent-coin-two {
  display: none;
}

.hero-scene-accent-card-two {
  left: 2%;
  bottom: 12%;
  width: clamp(64px, 6.8vw, 88px);
  --accent-z: 5;
  --accent-opacity: 0.68;
  --accent-delay: -4.2s;
  --accent-float-duration: 11.6s;
  --accent-rotate-duration: 24s;
}

.hero-scene-accent-coin-three {
  right: 22%;
  bottom: 6%;
  width: clamp(50px, 5.6vw, 68px);
  --accent-opacity: 0.82;
  --accent-delay: -6.8s;
  --accent-float-duration: 9.8s;
  --accent-rotate-duration: 17s;
}

.hero-scene-basket {
  left: -3%;
  width: clamp(300px, 44vw, 410px);
  z-index: 4;
  animation: sceneFloatBasket 11s ease-in-out infinite;
}

.hero-scene-basket .hero-scene-item-glow {
  background:
    radial-gradient(circle at 38% 38%, rgba(255, 106, 80, 0.18) 0%, rgba(255, 106, 80, 0.08) 42%, transparent 76%),
    radial-gradient(circle at 68% 58%, rgba(86, 231, 255, 0.18), transparent 68%);
}

.hero-scene-racer {
  right: -5%;
  bottom: 11%;
  width: clamp(250px, 35vw, 340px);
  z-index: 3;
  animation: sceneFloatRacer 13s ease-in-out infinite;
}

.hero-scene-racer .hero-scene-item-glow {
  background:
    radial-gradient(circle at 42% 40%, rgba(94, 198, 255, 0.18) 0%, rgba(94, 198, 255, 0.08) 42%, transparent 78%),
    radial-gradient(circle at 72% 58%, rgba(255, 88, 120, 0.16), transparent 68%);
  animation-delay: -2.8s;
}

.hero-scene-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  user-select: none;
  filter: brightness(1.02) contrast(1.05) saturate(1.04);
  -webkit-mask-image: radial-gradient(
    ellipse at 50% 46%,
    rgba(0, 0, 0, 1) 34%,
    rgba(0, 0, 0, 0.98) 54%,
    rgba(0, 0, 0, 0.84) 72%,
    rgba(0, 0, 0, 0.24) 90%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse at 50% 46%,
    rgba(0, 0, 0, 1) 34%,
    rgba(0, 0, 0, 0.98) 54%,
    rgba(0, 0, 0, 0.84) 72%,
    rgba(0, 0, 0, 0.24) 90%,
    transparent 100%
  );
}

.hero-scene-image-basket {
  transform: translate3d(0, 0, 0) scale(1.02);
}

.hero-scene-image-racer {
  transform: translate3d(0, 0, 0) scale(1.02);
}

.stats-section {
  padding-top: 18px;
  padding-bottom: 26px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0;
}

.stats-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  min-height: 100%;
  padding: 24px;
  overflow: hidden;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  border-radius: var(--radius-md);
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 14, 29, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 44px rgba(0, 0, 0, 0.16);
  will-change: transform, box-shadow, border-color;
  transition:
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s ease,
    background 0.42s ease;
}

.stats-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    transparent 34%,
    transparent 70%,
    rgba(86, 231, 255, 0.06)
  );
  opacity: 0.76;
  pointer-events: none;
  transition:
    opacity 0.52s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.stats-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      circle 160px at 82% 18%,
      rgba(86, 231, 255, 0.12),
      transparent 62%
    ),
    radial-gradient(
      circle 190px at 20% 100%,
      rgba(255, 164, 93, 0.08),
      transparent 68%
    );
  transition:
    opacity 0.52s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .stats-card:hover {
    transform: translate3d(0, -8px, 0) scale(1.022);
    border-color: rgba(86, 231, 255, 0.2);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 28px 56px rgba(0, 0, 0, 0.24);
  }

  .stats-card:hover::before {
    opacity: 0.92;
    transform: scale(1.015);
  }

  .stats-card:hover::after {
    opacity: 1;
    transform: scale(1.03);
  }
}

.stats-card:focus-within {
  transform: translate3d(0, -6px, 0) scale(1.016);
  border-color: rgba(86, 231, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 48px rgba(0, 0, 0, 0.22);
}

.stats-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  pointer-events: none;
}

.stats-icon img {
  display: block;
  width: clamp(66px, 6vw, 82px);
  height: clamp(66px, 6vw, 82px);
  object-fit: contain;
  opacity: 0.96;
  filter: drop-shadow(0 12px 24px rgba(86, 231, 255, 0.14));
}

.stats-icon .stats-illustration {
  display: block;
  width: clamp(114px, 18vw, 240px);
  height: auto;
  max-width: none;
  object-fit: contain;
  opacity: 0.98;
  filter: drop-shadow(0 14px 26px rgba(86, 231, 255, 0.1));
  transform-origin: top right;
  transform: translate3d(22px, -20px, 0);
}

.stats-icon .stats-illustration-arcade,
.stats-icon .stats-illustration-prize {
  width: clamp(114px, 18vw, 180px);
}

.stats-card strong,
.stats-card h3,
.stats-card p {
  position: relative;
  z-index: 1;
}

.stats-card strong {
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--color-text);
  padding-right: 124px;
}

.stats-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.4;
  max-width: min(100%, 15ch);
}

.stats-card p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.72;
  font-size: 0.95rem;
  max-width: 33ch;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.section-heading h2 {
  font-size: var(--heading-section);
}

.section-heading p {
  margin: 0;
  max-width: 720px;
}

.our-brand-section {
  padding-top: clamp(54px, 6vw, 86px);
}

.our-brand-heading {
  max-width: 760px;
}

.our-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.our-brand-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 100%;
  padding: 28px;
  border-radius: var(--radius-md);
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 14, 29, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 52px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.34s ease;
}

.our-brand-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle 180px at 50% 0%,
      rgba(255, 213, 111, 0.12),
      transparent 66%
    ),
    radial-gradient(
      circle 220px at 100% 100%,
      rgba(86, 231, 255, 0.08),
      transparent 70%
    );
  transition: opacity 0.42s ease;
}

.our-brand-card > * {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .our-brand-card:hover {
    transform: translate3d(0, -6px, 0);
    border-color: rgba(255, 213, 111, 0.18);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 28px 60px rgba(0, 0, 0, 0.24);
  }

  .our-brand-card:hover::after {
    opacity: 1;
  }
}

.our-brand-logo-shell {
  display: grid;
  place-items: center;
  min-height: 168px;
  padding: 28px 20px;
  border-radius: calc(var(--radius-md) - 10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}

.our-brand-logo {
  width: auto;
  max-width: min(100%, 220px);
  max-height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(7, 13, 28, 0.18));
}

.our-brand-copy {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.our-brand-copy h3 {
  margin: 0;
  font-size: var(--heading-card);
  line-height: 1.25;
}

.our-brand-copy p {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.split-heading {
  max-width: none;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
}

.brand-grid,
.feature-grid,
.promo-grid,
.reward-grid,
.coverage-grid {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.brand-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-card,
.feature-card,
.step-card,
.reward-card,
.promo-card,
.coverage-card {
  --card-hover-x: 50%;
  --card-hover-y: 50%;
  --card-rotate-x: 0deg;
  --card-rotate-y: 0deg;
  padding: 28px;
  border-radius: var(--radius-md);
  transform:
    perspective(1200px)
    rotateX(var(--card-rotate-x))
    rotateY(var(--card-rotate-y))
    translate3d(0, 0, 0);
  transform-style: preserve-3d;
  will-change: transform, box-shadow, border-color;
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.52s ease,
    background 0.52s ease;
}

.brand-card::after,
.feature-card::after,
.step-card::after,
.reward-card::after,
.promo-card::after,
.coverage-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      circle 180px at var(--card-hover-x) var(--card-hover-y),
      var(--card-hover-glow),
      transparent 62%
    ),
    radial-gradient(
      circle 320px at var(--card-hover-x) var(--card-hover-y),
      var(--card-hover-glow-soft),
      transparent 72%
    ),
    linear-gradient(
      135deg,
      var(--card-hover-shine),
      transparent 34%,
      transparent 68%,
      rgba(255, 255, 255, 0.02)
    );
  transition: opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-card > *,
.feature-card > *,
.step-card > *,
.reward-card > *,
.promo-card > *,
.coverage-card > * {
  position: relative;
  z-index: 1;
  transition:
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.42s ease;
}

.brand-card:hover,
.brand-card.is-card-hovered,
.feature-card:hover,
.feature-card.is-card-hovered,
.step-card:hover,
.step-card.is-card-hovered,
.reward-card:hover,
.reward-card.is-card-hovered,
.promo-card:hover,
.promo-card.is-card-hovered,
.coverage-card:hover,
.coverage-card.is-card-hovered {
  border-color: var(--card-hover-border);
  box-shadow: var(--card-hover-shadow);
  transform:
    perspective(1200px)
    rotateX(var(--card-rotate-x))
    rotateY(var(--card-rotate-y))
    translate3d(0, -8px, 0);
}

.brand-card:hover::after,
.brand-card.is-card-hovered::after,
.feature-card:hover::after,
.feature-card.is-card-hovered::after,
.step-card:hover::after,
.step-card.is-card-hovered::after,
.reward-card:hover::after,
.reward-card.is-card-hovered::after,
.promo-card:hover::after,
.promo-card.is-card-hovered::after,
.coverage-card:hover::after,
.coverage-card.is-card-hovered::after {
  opacity: 1;
}

.brand-card:hover > *,
.brand-card.is-card-hovered > *,
.feature-card:hover > *,
.feature-card.is-card-hovered > *,
.step-card:hover > *,
.step-card.is-card-hovered > *,
.reward-card:hover > *,
.reward-card.is-card-hovered > *,
.promo-card:hover > *,
.promo-card.is-card-hovered > *,
.coverage-card:hover > *,
.coverage-card.is-card-hovered > * {
  transform: translateY(-3px);
}

.brand-card h3,
.feature-card h3,
.step-card h3,
.reward-card h3,
.promo-card h3,
.coverage-card h3 {
  margin: 18px 0 0;
  font-size: var(--heading-card);
  line-height: 1.25;
}

.brand-card p,
.feature-card p,
.step-card p,
.reward-card p,
.promo-card p,
.coverage-card p {
  margin: 14px 0 0;
}

.brand-index,
.step-number {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--color-accent);
}

.experience-panel,
.reward-stage,
.steps-note,
.cta-banner {
  border-radius: var(--radius-lg);
}

.experience-panel {
  display: grid;
  gap: 22px;
  padding: 28px;
  margin-top: 36px;
  overflow: hidden;
}

.experience-slider-viewport {
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 4px);
}

.experience-slider-track {
  display: flex;
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.experience-slide {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(300px, 1.05fr);
  gap: 28px;
  align-items: center;
  flex: 0 0 100%;
  min-width: 100%;
}

.experience-slide-media {
  min-height: 100%;
}

.experience-slide-visual {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  background:
    radial-gradient(circle at 18% 20%, var(--experience-glow-a), transparent 30%),
    radial-gradient(circle at 82% 18%, var(--experience-glow-b), transparent 26%),
    radial-gradient(circle at 50% 100%, var(--experience-glow-c), transparent 34%),
    linear-gradient(180deg, rgba(8, 16, 31, 0.92), rgba(10, 15, 28, 0.98));
}

.experience-slide-visual--photo {
  border: 0;
  background: #08101f;
  box-shadow: inset 0 0 0 1px var(--panel-border);
}

.experience-slide-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.experience-slide-visual::before,
.experience-slide-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.experience-slide-visual::before {
  content: attr(data-visual-word);
  inset: auto 24px 18px 24px;
  font-size: clamp(4rem, 10vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.06);
}

.experience-slide-visual::after {
  background:
    linear-gradient(var(--map-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--map-grid-line) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.24;
}

.experience-slide-visual--photo::before {
  content: "";
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 10, 22, 0.04), rgba(4, 10, 22, 0.16)),
    linear-gradient(90deg, rgba(4, 10, 22, 0.22), transparent 28%, transparent 72%, rgba(4, 10, 22, 0.22));
  color: transparent;
}

.experience-slide-visual--photo::after,
.experience-slide-visual--photo .experience-slide-visual-core,
.experience-slide-visual--photo .experience-slide-accent {
  display: none;
}

.experience-slide-chip {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 15, 31, 0.72);
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.experience-slide-chip-secondary {
  left: auto;
  right: 18px;
}

.experience-slide-visual-core {
  position: absolute;
  inset: 18% 14% 20%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(10, 17, 32, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(4, 7, 19, 0.28);
}

.experience-slide-visual-ring,
.experience-slide-visual-pulse {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.experience-slide-visual-ring-primary {
  width: min(52%, 180px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 34px var(--experience-glow-a);
}

.experience-slide-visual-ring-secondary {
  width: min(72%, 260px);
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  opacity: 0.72;
}

.experience-slide-visual-pulse {
  width: min(24%, 88px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), transparent 68%);
  box-shadow:
    0 0 0 12px rgba(255, 255, 255, 0.03),
    0 0 44px var(--experience-glow-b);
}

.experience-slide-accent {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.28));
}

.experience-slide-accent-card {
  top: 24%;
  right: 12%;
  width: clamp(64px, 8vw, 88px);
  transform: rotate(11deg);
}

.experience-slide-accent-coin {
  left: 12%;
  bottom: 16%;
  width: clamp(40px, 5.4vw, 58px);
  transform: rotate(-14deg);
}

.experience-slide-tags {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.experience-slide-tags span,
.experience-slide-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  color: var(--pill-text);
  font-size: 0.84rem;
  font-weight: 600;
}

.experience-slide-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 6px 8px 2px;
}

.experience-slide-copy h3 {
  margin: 10px 0 0;
  font-size: var(--heading-feature);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.experience-slide-copy p {
  margin: 18px 0 0;
  max-width: 38ch;
  color: var(--color-text-soft);
  line-height: 1.72;
}

.experience-slide-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.experience-slider-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 24px;
  align-items: center;
}

.experience-slider-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.experience-slider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid var(--button-secondary-border);
  background: var(--button-secondary-bg);
  color: var(--color-text);
  cursor: pointer;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.experience-slider-button:hover,
.experience-slider-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
}

.experience-slider-progress {
  margin: 0;
  min-width: 72px;
  color: var(--color-text-soft);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

.experience-slider-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.experience-slider-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--tag-border);
  background: var(--tag-bg);
  color: var(--tag-text);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.experience-slider-tab:hover,
.experience-slider-tab:focus-visible {
  transform: translateY(-2px);
  color: var(--color-text);
}

.experience-slider-tab.is-active {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(86, 231, 255, 0.14), rgba(255, 92, 168, 0.12)),
    rgba(255, 255, 255, 0.04);
  color: var(--color-text);
}

.experience-map {
  position: relative;
  min-height: 350px;
  border-radius: 28px;
  background: var(--experience-map-bg);
  border: 1px solid var(--panel-border);
}

.experience-map::before,
.coverage-map::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid var(--map-frame-color);
  border-radius: 28px;
  opacity: 0.45;
}

.experience-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(var(--map-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--map-grid-line) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.28;
  border-radius: inherit;
}

.map-pill,
.region {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  color: var(--pill-text);
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.map-pill-one {
  left: 12%;
  top: 16%;
}

.map-pill-two {
  right: 12%;
  top: 20%;
}

.map-pill-three {
  left: 20%;
  bottom: 18%;
}

.map-pill-four {
  right: 18%;
  bottom: 18%;
}

.map-pill-five {
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
}

.map-pill-six {
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
}

.experience-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 8px 10px 6px;
}

.experience-copy h3 {
  font-size: var(--heading-feature);
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps-layout,
.reward-layout,
.location-layout {
  display: grid;
  gap: 24px;
  margin-top: 36px;
}

.steps-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: start;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.steps-note {
  padding: 32px;
  min-height: 100%;
}

.reward-layout {
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
}

.reward-stage {
  padding: 34px;
  min-height: 100%;
}

.reward-stage h3 {
  font-size: var(--heading-feature);
}

.reward-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.reward-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.promo-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.promo-card-featured {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(86, 231, 255, 0.12), rgba(255, 92, 168, 0.12)),
    rgba(9, 15, 31, 0.78);
}

.promo-slider {
  --promo-frame-width: 792px;
  --promo-frame-height: 246px;
  --promo-slide-gap: clamp(24px, 3.6vw, 44px);
  display: grid;
  justify-items: center;
  gap: 28px;
  width: 100%;
  max-width: 100%;
  margin-top: 38px;
}

.promo-slider-window {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.promo-slider-viewport {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: var(--promo-frame-height);
  overflow: hidden;
  border-radius: 18px;
}

.promo-slider-track {
  display: flex;
  align-items: stretch;
  gap: var(--promo-slide-gap);
  width: max-content;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.promo-slide {
  flex: 0 0 var(--promo-frame-width);
  width: var(--promo-frame-width);
  height: 100%;
  margin: 0;
  min-width: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.promo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.promo-slider-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(60, 60, 60, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.promo-slider-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.promo-slider-button-next {
  right: 0;
  transform: translate(50%, -50%);
}

.promo-slider-button:hover,
.promo-slider-button:focus-visible {
  background: rgba(38, 38, 38, 0.9);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(124, 248, 255, 0.2);
}

.promo-slider-button-prev:hover,
.promo-slider-button-prev:focus-visible {
  transform: translate(-50%, calc(-50% - 2px));
}

.promo-slider-button-next:hover,
.promo-slider-button-next:focus-visible {
  transform: translate(50%, calc(-50% - 2px));
}

.promo-slider-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promo-slider-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.promo-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 16px;
}

.promo-slider-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(179, 188, 199, 0.55);
  cursor: pointer;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.promo-slider-dot.is-active {
  background: #0b84ff;
  box-shadow: 0 0 18px rgba(11, 132, 255, 0.34);
  transform: scale(1.12);
}

.promo-note {
  margin: 22px auto 0;
  max-width: 520px;
  color: var(--color-text-muted);
  font-size: 0.94rem;
  text-align: center;
}

@media (max-width: 560px) {
  .promo-slider {
    --promo-slide-gap: 18px;
    --promo-frame-width: min(792px, calc(100vw - 24px));
  }

  .promo-slider-button {
    width: 40px;
    height: 40px;
    background: rgba(54, 54, 54, 0.82);
  }

  .promo-slider-button-prev {
    left: 14px;
    transform: translateY(-50%);
  }

  .promo-slider-button-next {
    right: 14px;
    transform: translateY(-50%);
  }

  .promo-slider-button-prev:hover,
  .promo-slider-button-prev:focus-visible,
  .promo-slider-button-next:hover,
  .promo-slider-button-next:focus-visible {
    transform: translateY(calc(-50% - 2px));
  }

  .promo-slider-dots {
    gap: 8px;
  }
}

.location-layout {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.coverage-map {
  position: relative;
  min-height: 420px;
  border-radius: var(--radius-lg);
  background: var(--coverage-map-bg);
  overflow: hidden;
}

.coverage-map::after {
  content: "";
  position: absolute;
  inset: 18% 12%;
  background:
    radial-gradient(circle at 10% 40%, rgba(255, 255, 255, 0.14), transparent 16%),
    radial-gradient(circle at 36% 44%, rgba(255, 255, 255, 0.16), transparent 14%),
    radial-gradient(circle at 54% 58%, rgba(255, 255, 255, 0.15), transparent 12%),
    radial-gradient(circle at 70% 52%, rgba(255, 255, 255, 0.16), transparent 12%),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.15), transparent 11%);
  filter: blur(4px);
}

.region-jkt {
  left: 14%;
  top: 34%;
}

.region-bdg {
  left: 26%;
  top: 48%;
}

.region-jtg {
  left: 42%;
  top: 44%;
}

.region-jtm {
  left: 58%;
  top: 52%;
}

.region-sum {
  left: 12%;
  top: 18%;
}

.region-bli {
  right: 10%;
  bottom: 18%;
}

.coverage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.cta-banner {
  padding: clamp(34px, 5vw, 52px);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(86, 231, 255, 0.13), rgba(75, 125, 255, 0.12), rgba(255, 92, 168, 0.12)),
    rgba(9, 15, 31, 0.82);
}

.cta-banner .eyebrow {
  margin-inline: auto;
}

.cta-banner h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(2.15rem, 4vw, 3.8rem);
}

.cta-banner p {
  max-width: 740px;
  margin: 20px auto 0;
}

.cta-banner .hero-actions {
  justify-content: center;
}

.site-footer {
  padding: 0 0 36px;
}

.footer-shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 24px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--color-text-muted);
  font-size: 0.92rem;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance), 0) scale(0.985);
  filter: blur(12px);
  transition:
    opacity var(--reveal-duration) var(--reveal-ease),
    transform var(--reveal-duration) var(--reveal-ease),
    filter var(--reveal-duration) var(--reveal-ease);
  transition-delay: var(--reveal-delay, 0s);
  will-change: transform, opacity, filter;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@media (hover: hover) and (pointer: fine) {
  .stats-card[data-reveal].is-visible:hover {
    transform: translate3d(0, -10px, 0) scale(1.03);
  }
}

.stats-card[data-reveal].is-visible:focus-within {
  transform: translate3d(0, -8px, 0) scale(1.024);
}

body.theme-dark .glow-blue {
  background: radial-gradient(
    circle,
    rgba(25, 118, 224, 0.48) 0%,
    rgba(25, 118, 224, 0.4) 8%,
    rgba(25, 118, 224, 0.34) 16%,
    rgba(25, 118, 224, 0.28) 24%,
    rgba(25, 118, 224, 0.22) 32%,
    rgba(25, 118, 224, 0.16) 42%,
    rgba(25, 118, 224, 0.11) 52%,
    rgba(25, 118, 224, 0.07) 62%,
    rgba(25, 118, 224, 0.04) 72%,
    rgba(25, 118, 224, 0.02) 82%,
    transparent 92%
  );
  filter: blur(340px);
  mix-blend-mode: screen;
  animation: orbitBlueDark 70s ease-in-out infinite;
}

body.theme-dark .glow-red {
  background: radial-gradient(
    circle,
    rgba(236, 30, 94, 0.42) 0%,
    rgba(236, 30, 94, 0.34) 10%,
    rgba(236, 30, 94, 0.28) 18%,
    rgba(236, 30, 94, 0.22) 26%,
    rgba(236, 30, 94, 0.17) 36%,
    rgba(236, 30, 94, 0.12) 46%,
    rgba(236, 30, 94, 0.08) 56%,
    rgba(236, 30, 94, 0.05) 66%,
    rgba(236, 30, 94, 0.03) 76%,
    rgba(236, 30, 94, 0.015) 86%,
    transparent 94%
  );
  filter: blur(1080px);
  mix-blend-mode: screen;
  animation: orbitRedDark 80s ease-in-out infinite;
}

body.theme-light .glow-blue {
  background: radial-gradient(
    circle,
    rgba(25, 118, 224, 0.26) 0%,
    rgba(25, 118, 224, 0.18) 16%,
    rgba(25, 118, 224, 0.1) 32%,
    rgba(25, 118, 224, 0.05) 48%,
    transparent 70%
  );
  filter: blur(260px);
  mix-blend-mode: multiply;
  opacity: 0.75;
  animation: orbitBlueLight 58s linear infinite;
}

body.theme-light .glow-red {
  background: radial-gradient(
    circle,
    rgba(236, 30, 94, 0.22) 0%,
    rgba(236, 30, 94, 0.14) 16%,
    rgba(236, 30, 94, 0.08) 32%,
    rgba(236, 30, 94, 0.04) 48%,
    transparent 72%
  );
  filter: blur(300px);
  mix-blend-mode: multiply;
  opacity: 0.65;
  animation: orbitRedLight 66s linear infinite;
}

body.theme-light .panel {
  box-shadow:
    0 22px 52px rgba(148, 163, 184, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.theme-light .stats-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.66)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 40px rgba(148, 163, 184, 0.16);
}

@media (hover: hover) and (pointer: fine) {
  body.theme-light .stats-card:hover {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 26px 52px rgba(148, 163, 184, 0.24);
  }
}

body.theme-light .experience-slide-visual {
  background:
    radial-gradient(circle at 18% 20%, var(--experience-glow-a), transparent 30%),
    radial-gradient(circle at 82% 18%, var(--experience-glow-b), transparent 26%),
    radial-gradient(circle at 50% 100%, var(--experience-glow-c), transparent 34%),
    linear-gradient(180deg, rgba(251, 253, 255, 0.98), rgba(233, 240, 250, 0.94));
}

body.theme-light .experience-slide-chip {
  border-color: rgba(82, 103, 149, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: #0d1b34;
}

body.theme-light .experience-slide-visual-core {
  border-color: rgba(82, 103, 149, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(239, 244, 251, 0.76)),
    rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 38px rgba(148, 163, 184, 0.18);
}

body.theme-light .experience-slider-button,
body.theme-light .experience-slider-tab {
  color: #0d1b34;
}

body.theme-light .our-brand-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 40px rgba(148, 163, 184, 0.16);
}

body.theme-light .our-brand-logo-shell {
  border-color: rgba(82, 103, 149, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 251, 0.92));
}

@media (hover: hover) and (pointer: fine) {
  body.theme-light .our-brand-card:hover {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 24px 50px rgba(148, 163, 184, 0.22);
  }
}

body.theme-light .btn-primary {
  color: #071221;
  box-shadow: 0 18px 36px rgba(86, 178, 255, 0.18);
}

body.theme-dark .hero-visual-showcase::after {
  display: none;
}

body.theme-dark .hero-scene-image {
  filter: brightness(1.02) contrast(1.05) saturate(1.04);
}

body.theme-light .hero-visual-showcase::before {
  display: none;
}

body.theme-light .hero-visual-showcase::after {
  display: none;
}

body.theme-light .hero-scene::before {
  background: linear-gradient(180deg, rgba(8, 16, 30, 0.2) 0%, rgba(8, 16, 30, 0.28) 100%);
}

body.theme-light .hero-scene-grid {
  opacity: 0.34;
}

body.theme-light .hero-heading-glow {
  filter:
    drop-shadow(0 0 6px rgba(255, 179, 76, 0.16))
    drop-shadow(0 0 14px rgba(255, 95, 168, 0.12));
}

body.theme-light .hero-word {
  filter:
    drop-shadow(0 0 6px rgba(94, 216, 255, 0.12))
    drop-shadow(0 0 12px rgba(255, 119, 200, 0.08));
}

body.theme-light .hero-heading-glow::after {
  opacity: 0.44;
  filter: blur(6px);
}

body.theme-light .hero-scene-floor,
body.theme-light .hero-scene-floor-reflection {
  opacity: 1;
}

body.theme-light .hero-scene-image {
  filter: brightness(1.07) contrast(1.08) saturate(1.08);
}

body.theme-light .footer-shell {
  border-top-color: rgba(82, 103, 149, 0.14);
}

@keyframes sceneFloatBasket {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1.2deg);
  }

  50% {
    transform: translate3d(18px, -16px, 0) rotate(0.8deg);
  }
}

@keyframes sceneFloatRacer {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(1deg);
  }

  50% {
    transform: translate3d(-14px, -20px, 0) rotate(-0.8deg);
  }
}

@keyframes sceneMachinePulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.88;
    transform: scale(1.05);
  }
}

@keyframes sceneStreakTravel {
  0% {
    opacity: 0;
    transform: translate3d(-8%, 0, 0) scaleX(0.84);
  }

  18% {
    opacity: 0.68;
  }

  56% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translate3d(16%, -10px, 0) scaleX(1.08);
  }
}

@keyframes sceneParticleDrift {
  0%,
  100% {
    opacity: 0.42;
    transform: translate3d(0, 0, 0) scale(0.9);
  }

  50% {
    opacity: 0.88;
    transform: translate3d(6px, -14px, 0) scale(1.08);
  }
}

@keyframes sceneAccentFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(4px, -14px, 0);
  }
}

@keyframes sceneAccentRotateClockwise {
  from {
    transform: rotate(-8deg);
  }

  to {
    transform: rotate(352deg);
  }
}

@keyframes sceneAccentRotateCounter {
  from {
    transform: rotate(10deg);
  }

  to {
    transform: rotate(-350deg);
  }
}

@keyframes heroHeadingGlowShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes heroWordGlowShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes heroWordSeru {
  0%,
  32% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  40%,
  48% {
    opacity: 0;
    transform: translate3d(0, -0.42em, 0);
  }

  48.01%,
  78% {
    opacity: 0;
    transform: translate3d(0, 0.42em, 0);
  }

  88%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroWordAsik {
  0%,
  32% {
    opacity: 0;
    transform: translate3d(0, 0.42em, 0);
  }

  40%,
  78% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  86%,
  100% {
    opacity: 0;
    transform: translate3d(0, -0.42em, 0);
  }
}

@keyframes heroHeadingGlowPulse {
  0%,
  100% {
    opacity: 0.46;
    filter: blur(6px);
  }

  50% {
    opacity: 0.76;
    filter: blur(10px);
  }
}

@keyframes orbitBlueDark {
  0% {
    transform: translate(-35%, -35%) scale(1);
  }

  25% {
    transform: translate(10%, -15%) scale(1.04);
  }

  50% {
    transform: translate(45%, 25%) scale(1.08);
  }

  75% {
    transform: translate(-5%, 45%) scale(1.05);
  }

  100% {
    transform: translate(-35%, -35%) scale(1);
  }
}

@keyframes orbitRedDark {
  0% {
    transform: translate(45%, 25%) scale(1);
  }

  25% {
    transform: translate(-5%, 45%) scale(1.05);
  }

  50% {
    transform: translate(-35%, -35%) scale(1.1);
  }

  75% {
    transform: translate(10%, -15%) scale(1.06);
  }

  100% {
    transform: translate(45%, 25%) scale(1);
  }
}

@keyframes orbitBlueLight {
  0% {
    transform: translate(-30%, -32%);
  }

  25% {
    transform: translate(12%, -18%);
  }

  50% {
    transform: translate(42%, 18%);
  }

  75% {
    transform: translate(-6%, 38%);
  }

  100% {
    transform: translate(-30%, -32%);
  }
}

@keyframes orbitRedLight {
  0% {
    transform: translate(42%, 12%);
  }

  25% {
    transform: translate(8%, 34%);
  }

  50% {
    transform: translate(-26%, 8%);
  }

  75% {
    transform: translate(4%, -24%);
  }

  100% {
    transform: translate(42%, 12%);
  }
}

@keyframes fcLoaderBarShift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(16px);
  }
}

@keyframes fcLoaderCaretBlink {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@keyframes navBorderSpin {
  to {
    --nav-border-angle: 1turn;
  }
}

@keyframes navLoadExpand {
  0% {
    width: var(--nav-load-from-width);
  }

  100% {
    width: var(--nav-load-target-width);
  }
}

@keyframes navMenuFade {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cloudFloatOne {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(3px, -2px);
  }
}

@keyframes cloudFloatTwo {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-2px, -3px);
  }
}

@keyframes cloudFloatThree {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(2px, -2px);
  }
}

@keyframes birdGlideOne {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(3px, -2px);
  }
}

@keyframes birdGlideTwo {
  0%,
  100% {
    transform: translate(0, 0) scale(0.82);
  }

  50% {
    transform: translate(2px, -3px) scale(0.82);
  }
}

@keyframes birdWingLeft {
  0%,
  100% {
    transform: rotate(-12deg);
  }

  50% {
    transform: rotate(-24deg);
  }
}

@keyframes birdWingRight {
  0%,
  100% {
    transform: rotate(12deg);
  }

  50% {
    transform: rotate(24deg);
  }
}

@keyframes starTwinkleOne {
  0%,
  100% {
    opacity: 0.76;
    transform: translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: translate(1px, -2px);
  }
}

@keyframes starTwinkleTwo {
  0%,
  100% {
    opacity: 0.6;
    transform: translate(0, 0);
  }

  50% {
    opacity: 0.92;
    transform: translate(-1px, -1px);
  }
}

@keyframes toggleAstronautFloat {
  0%,
  100% {
    transform: translate(0, 0) rotate(-10deg);
  }

  50% {
    transform: translate(3px, -4px) rotate(-6deg);
  }
}

@media (max-width: 1180px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .our-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-grid,
  .coverage-grid,
  .reward-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-card-featured {
    grid-column: span 2;
  }
}

@media (max-width: 980px) {
  .hero-layout,
  .split-heading,
  .experience-slide,
  .steps-layout,
  .reward-layout,
  .location-layout {
    grid-template-columns: 1fr;
  }

  .experience-slider-footer {
    grid-template-columns: 1fr;
  }

  .experience-slide {
    gap: 24px;
  }

  .experience-slide-visual {
    min-height: 320px;
  }

  .experience-slider-tabs {
    justify-content: flex-start;
  }

  .hero-layout {
    gap: 24px;
    min-height: auto;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-copy h1 {
    max-width: 11ch;
  }

  .hero-visual {
    justify-self: center;
    width: min(100%, 620px);
    min-height: clamp(480px, 60vh, 640px);
  }

  .hero-scene-basket {
    left: -3%;
    width: clamp(270px, 46vw, 360px);
  }

  .hero-scene-racer {
    right: -4%;
    width: clamp(220px, 34vw, 300px);
    bottom: 11%;
  }

  .hero-scene-grid {
    left: 10%;
    right: 2%;
    height: 36%;
  }

  .hero-scene-accent-coin-one {
    left: 14%;
    top: 16%;
    width: clamp(48px, 6vw, 68px);
  }

  .hero-scene-accent-card-one {
    right: 0;
    top: 12%;
    width: clamp(78px, 10vw, 104px);
  }

  .hero-scene-accent-coin-two {
    right: 0;
    top: 50%;
    width: clamp(38px, 4.6vw, 52px);
  }

  .hero-scene-accent-card-two {
    left: 2%;
    bottom: 18%;
    width: clamp(64px, 8vw, 86px);
  }

  .hero-scene-accent-coin-three {
    right: 20%;
    bottom: 8%;
    width: clamp(44px, 5.4vw, 60px);
  }
}

@media (max-width: 860px) {
  .site-header {
    padding-top: 18px;
  }

  .nav-shell {
    --nav-load-from-width: min(1040px, 88%);
    position: relative;
    border-radius: 30px;
    align-items: center;
    flex-wrap: wrap;
  }

  .nav-actions {
    gap: 10px;
  }

  .theme-toggle {
    --toggle-max-shift: 56px;
    width: 104px;
    height: 46px;
  }

  .nav-menu {
    display: none;
    order: 3;
    width: 100%;
    padding-top: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  body.nav-open .nav-menu {
    display: flex;
  }

  body.nav-open .nav-menu a {
    opacity: 1;
    animation: none;
  }

  body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    width: min(100%, 560px);
    min-height: 430px;
    overflow: hidden;
  }

  .hero-scene-basket {
    left: -2%;
    width: clamp(250px, 54vw, 320px);
  }

  .hero-scene-racer {
    right: -4%;
    width: clamp(200px, 34vw, 270px);
  }

  .hero-scene-accent-card-two,
  .hero-scene-accent-coin-two {
    display: none;
  }

  .hero-scene-accent-coin-one {
    left: 12%;
    top: 17%;
    width: clamp(46px, 9vw, 60px);
  }

  .hero-scene-accent-card-one {
    right: -1%;
    top: 14%;
    width: clamp(72px, 16vw, 94px);
  }

  .hero-scene-accent-coin-three {
    right: 18%;
    bottom: 8%;
    width: clamp(42px, 8vw, 56px);
  }

  .hero-copy h1 {
    max-width: 10ch;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .our-brand-grid {
    grid-template-columns: 1fr;
  }

  .stats-shell {
    padding: 24px;
  }

  .steps-grid,
  .brand-grid,
  .feature-grid,
  .promo-grid,
  .reward-grid,
  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .promo-card-featured {
    grid-column: auto;
  }

  .hero-points span,
  .reward-pills span,
  .map-pill,
  .region {
    font-size: 0.84rem;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 24px, 100%);
    --section-space: 76px;
  }

  .nav-shell {
    --nav-load-from-width: min(1152px, 92%);
    padding: 16px 18px;
  }

  .nav-actions {
    width: auto;
  }

  .brand img {
    width: 110px;
    height: auto;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-copy,
  .section-heading {
    justify-items: center;
    text-align: center;
    max-width: 100%;
  }

  .experience-copy {
    align-items: center;
    text-align: center;
  }

  .steps-note,
  .reward-stage {
    text-align: center;
  }

  .hero-copy .eyebrow,
  .section-heading .eyebrow,
  .experience-copy .mini-label,
  .steps-note .mini-label,
  .reward-stage .mini-label,
  .cta-banner .eyebrow {
    margin-inline: auto;
    text-align: center;
  }

  .hero-copy h1 {
    justify-self: center;
    max-width: 10ch;
    font-size: clamp(2.45rem, 10vw, 3.35rem);
    text-align: center;
  }

  .section-heading h2,
  .experience-copy h3,
  .steps-note h3,
  .reward-stage h3,
  .cta-banner h2 {
    text-align: center;
  }

  .hero-lead {
    font-size: 0.98rem;
    justify-self: stretch;
    max-width: 100%;
    text-align: justify;
    text-align-last: left;
  }

  .section-heading p,
  .experience-copy p,
  .experience-slide-copy p,
  .steps-note p,
  .reward-stage p,
  .cta-banner p {
    width: 100%;
    max-width: 100%;
    text-align: justify;
    text-align-last: left;
  }

  .section-heading p {
    justify-self: stretch;
  }

  .experience-panel,
  .steps-note,
  .reward-stage,
  .cta-banner {
    padding: 24px;
  }

  .experience-slide-copy {
    padding: 0;
  }

  .hero-layout {
    gap: 18px;
    min-height: auto;
  }

  .stats-heading h2 {
    font-size: clamp(1.84rem, 9vw, 2.45rem);
  }

  .stats-card {
    padding: 22px;
  }

  .our-brand-card {
    padding: 22px;
  }

  .stats-icon {
    top: 16px;
    right: 16px;
  }

  .stats-card strong {
    padding-right: 108px;
  }

  .stats-icon .stats-illustration {
    width: clamp(96px, 45vw, 190px);
    transform: translate3d(19px, -18px, 0);
  }

  .our-brand-logo-shell {
    min-height: 152px;
    padding: 24px 18px;
  }

  .our-brand-logo {
    max-width: min(100%, 210px);
    max-height: 96px;
  }

  .experience-slide-visual {
    min-height: 280px;
  }

  .experience-slide-tags,
  .experience-slide-points {
    gap: 8px;
  }

  .experience-slide-tags span,
  .experience-slide-points span {
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .experience-slider-nav {
    justify-content: space-between;
  }

  .experience-slider-progress {
    text-align: left;
  }

  .hero-visual {
    width: min(100%, 420px);
    min-height: 405px;
    overflow: hidden;
  }

  .hero-scene-basket {
    left: -2%;
    width: min(66vw, 260px);
    bottom: 5%;
  }

  .hero-scene-racer {
    right: 0;
    width: min(46vw, 180px);
    bottom: 10%;
  }

  .hero-scene-grid {
    left: 8%;
    right: 0;
    bottom: 10%;
    height: 34%;
    background-size: 28px 28px;
  }

  .hero-scene-floor {
    left: 14%;
    right: 2%;
    bottom: 7%;
    height: 92px;
  }

  .hero-scene-floor-reflection {
    left: 10%;
    right: 4%;
    height: 122px;
  }

  .hero-scene-accent-card-one,
  .hero-scene-accent-card-two,
  .hero-scene-accent-coin-two {
    display: none;
  }

  .hero-scene-accent-coin-one {
    left: 12%;
    top: 18%;
    width: min(13vw, 54px);
  }

  .hero-scene-accent-coin-three {
    right: 15%;
    bottom: 8%;
    width: min(12vw, 50px);
  }

  .hero-scene-streak-three,
  .hero-scene-particle-three {
    display: none;
  }

  .coverage-map {
    min-height: 340px;
  }

  .map-pill,
  .region {
    padding: 10px 12px;
  }

  .footer-shell {
    flex-direction: column;
  }

  .fc-loader-panel {
    padding: 22px 18px;
  }

  .fc-loader-status-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .fc-loader-scale {
    gap: 8px;
    font-size: 8px;
  }
}

.play-journey-section {
  --journey-progress: 0;
  --journey-cyan: #7cf8ff;
  --journey-cyan-soft: rgba(124, 248, 255, 0.2);
  --journey-purple: #a071ff;
  --journey-purple-soft: rgba(160, 113, 255, 0.18);
  --journey-pink-soft: rgba(255, 92, 168, 0.12);
  --journey-panel: rgba(6, 13, 31, 0.78);
  --journey-panel-strong: rgba(7, 16, 36, 0.9);
  --journey-border: rgba(135, 229, 255, 0.18);
  --journey-muted: #aebce2;
  --journey-line-start: 36px;
  --journey-line-end: 36px;
  color: #f8fbff;
  background:
    radial-gradient(ellipse at 12% 16%, rgba(86, 231, 255, 0.18), transparent 36%),
    radial-gradient(ellipse at 82% 22%, rgba(160, 113, 255, 0.18), transparent 38%),
    linear-gradient(180deg, #050917 0%, #071225 54%, #050916 100%);
  overflow: hidden;
  isolation: isolate;
}

.play-journey-section::before,
.play-journey-section::after,
.play-journey-ambient {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.play-journey-section::before {
  z-index: 0;
  background:
    linear-gradient(rgba(124, 248, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 248, 255, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 82%, transparent 100%);
  opacity: 0.32;
}

.play-journey-section::after {
  z-index: 0;
  background:
    linear-gradient(120deg, transparent 8%, rgba(124, 248, 255, 0.08) 32%, transparent 54%),
    linear-gradient(280deg, transparent 14%, rgba(160, 113, 255, 0.1) 44%, transparent 76%);
  mix-blend-mode: screen;
  opacity: 0.8;
}

.play-journey-ambient {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
    radial-gradient(ellipse at 50% 100%, rgba(75, 125, 255, 0.12), transparent 52%);
}

.play-journey-container {
  position: relative;
  z-index: 1;
}

.play-journey-heading {
  max-width: 870px;
  justify-items: start;
  text-align: left;
}

.play-journey-heading .eyebrow {
  border-color: rgba(124, 248, 255, 0.28);
  background: rgba(8, 20, 43, 0.78);
  color: var(--journey-cyan);
  box-shadow: 0 0 28px rgba(124, 248, 255, 0.12);
}

.play-journey-heading h2 {
  max-width: 860px;
  color: #f8fbff;
  text-shadow:
    0 0 24px rgba(124, 248, 255, 0.14),
    0 0 42px rgba(160, 113, 255, 0.12);
}

.play-journey-heading p {
  max-width: 720px;
  color: var(--journey-muted);
}

.play-journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.78fr);
  gap: clamp(26px, 4.4vw, 58px);
  align-items: start;
  margin-top: clamp(36px, 5vw, 60px);
}

.play-journey-step {
  position: relative;
}

.journey-step-card {
  --card-hover-x: 50%;
  --card-hover-y: 50%;
  --card-rotate-x: 0deg;
  --card-rotate-y: 0deg;
  --card-hover-glow: rgba(124, 248, 255, 0.18);
  --card-hover-glow-soft: rgba(160, 113, 255, 0.14);
  --card-hover-shine: rgba(255, 255, 255, 0.12);
  --card-hover-border: rgba(124, 248, 255, 0.46);
  --card-hover-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(124, 248, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 16px;
  align-items: start;
  padding: clamp(22px, 3vw, 28px);
  border-radius: 24px;
  border-color: var(--journey-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(124, 248, 255, 0.1), rgba(160, 113, 255, 0.08) 52%, rgba(255, 92, 168, 0.06)),
    var(--journey-panel);
  color: #f8fbff;
  overflow: visible;
  transform:
    perspective(1200px)
    rotateX(var(--card-rotate-x))
    rotateY(var(--card-rotate-y))
    translate3d(0, 0, 0);
  transform-style: preserve-3d;
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition:
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s ease,
    background 0.42s ease,
    box-shadow 0.42s ease;
}

.journey-step-card::before {
  border-radius: inherit;
}

.journey-step-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      circle 180px at var(--card-hover-x) var(--card-hover-y),
      var(--card-hover-glow),
      transparent 64%
    ),
    radial-gradient(
      circle 360px at var(--card-hover-x) var(--card-hover-y),
      var(--card-hover-glow-soft),
      transparent 72%
    );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s ease;
}

.journey-step-card > * {
  position: relative;
  z-index: 1;
}

.journey-step-card:hover,
.journey-step-card:focus-within,
.journey-step-card.is-card-hovered,
.play-journey-step.is-active .journey-step-card {
  border-color: var(--card-hover-border);
  box-shadow: var(--card-hover-shadow);
  transform:
    perspective(1200px)
    rotateX(var(--card-rotate-x))
    rotateY(var(--card-rotate-y))
    translate3d(0, -6px, 0);
}

.journey-step-card:hover::after,
.journey-step-card:focus-within::after,
.journey-step-card.is-card-hovered::after,
.play-journey-step.is-active .journey-step-card::after {
  opacity: 1;
}

.journey-step-node {
  position: absolute;
  left: calc(var(--timeline-left) - var(--timeline-card-offset) - 10px);
  top: 50%;
  z-index: 3;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(124, 248, 255, 0.42);
  border-radius: 999px;
  background: #071225;
  box-shadow:
    0 0 0 6px rgba(6, 13, 31, 0.92),
    0 0 18px rgba(124, 248, 255, 0.18);
  transform: translateY(-50%);
}

.journey-step-node::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(124, 248, 255, 0.34);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.74);
}

.play-journey-step.is-active .journey-step-node {
  border-color: #f8fbff;
  background: linear-gradient(135deg, #7cf8ff, #a071ff);
  box-shadow:
    0 0 0 7px rgba(7, 18, 37, 0.94),
    0 0 24px rgba(124, 248, 255, 0.68),
    0 0 42px rgba(160, 113, 255, 0.36);
}

.play-journey-step.is-active .journey-step-node::before {
  animation: journeyNodePulse 1.9s ease-out infinite;
}

.journey-step-icon {
  grid-row: 1 / span 3;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(124, 248, 255, 0.2);
  border-radius: 18px;
  color: var(--journey-cyan);
  background:
    linear-gradient(180deg, rgba(124, 248, 255, 0.12), rgba(160, 113, 255, 0.06)),
    rgba(7, 18, 40, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(124, 248, 255, 0.12);
  animation: journeyIconFloat 5.8s ease-in-out infinite;
}

.play-journey-step:nth-child(2) .journey-step-icon {
  animation-delay: -0.8s;
}

.play-journey-step:nth-child(3) .journey-step-icon {
  animation-delay: -1.6s;
}

.play-journey-step:nth-child(4) .journey-step-icon {
  animation-delay: -2.4s;
}

.play-journey-step:nth-child(5) .journey-step-icon {
  animation-delay: -3.2s;
}

.journey-step-icon svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-step-number {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--journey-cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-shadow: 0 0 18px rgba(124, 248, 255, 0.32);
}

.journey-step-card h3 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.22;
  letter-spacing: 0;
}

.journey-step-card p {
  grid-column: 2;
  margin: 0;
  color: var(--journey-muted);
  line-height: 1.68;
}

.journey-note-panel {
  position: sticky;
  top: 112px;
  min-height: 420px;
  padding: clamp(28px, 3.4vw, 38px);
  border-radius: 30px;
  border-color: rgba(160, 113, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    linear-gradient(145deg, rgba(124, 248, 255, 0.1), rgba(160, 113, 255, 0.12) 56%, rgba(255, 92, 168, 0.08)),
    var(--journey-panel-strong);
  box-shadow:
    0 30px 84px rgba(0, 0, 0, 0.36),
    0 0 42px rgba(160, 113, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.journey-note-panel::after {
  content: "";
  position: absolute;
  inset: auto 28px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, #7cf8ff, #a071ff, transparent);
  box-shadow: 0 0 24px rgba(124, 248, 255, 0.42);
}

.journey-note-panel .mini-label {
  border-color: rgba(160, 113, 255, 0.32);
  background: rgba(13, 21, 48, 0.82);
  color: #d4c5ff;
}

.journey-note-step {
  margin: clamp(28px, 4vw, 42px) 0 10px;
  color: var(--journey-cyan);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journey-note-panel h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.journey-note-panel p {
  color: var(--journey-muted);
  line-height: 1.75;
}

.journey-note-panel h3 + p {
  margin: 18px 0 0;
}

@keyframes journeyNodePulse {
  0% {
    opacity: 0.58;
    transform: scale(0.74);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.32);
  }
}

@keyframes journeyIconFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@media (max-width: 980px) {
  .play-journey-layout {
    grid-template-columns: 1fr;
  }

  .journey-note-panel {
    position: relative;
    top: auto;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .play-journey-section {
    --journey-line-start: 34px;
    --journey-line-end: 34px;
  }

  .play-journey-heading {
    justify-items: start;
    text-align: left;
  }

  .play-journey-heading .eyebrow {
    margin-inline: 0;
  }

  .play-journey-heading h2,
  .play-journey-heading p {
    text-align: left;
    text-align-last: auto;
  }

  .journey-step-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 20px;
    border-radius: 22px;
  }

  .journey-step-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .journey-step-icon svg {
    width: 25px;
    height: 25px;
  }

  .journey-step-card p {
    grid-column: 1 / -1;
  }

  .journey-note-panel {
    padding: 24px;
    text-align: left;
  }

  .journey-note-panel .mini-label {
    margin-inline: 0;
  }

  .journey-note-panel h3,
  .journey-note-panel p {
    text-align: left;
    text-align-last: auto;
  }
}

.play-journey-layout {
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.play-journey-stack {
  position: relative;
  display: grid;
  grid-column: 2;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: journey-card;
}

.play-journey-stack::before {
  content: "";
  position: absolute;
  inset: -34px -24px auto;
  height: min(62%, 580px);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 28% 40%, rgba(124, 248, 255, 0.18), transparent 58%),
    radial-gradient(ellipse at 72% 24%, rgba(160, 113, 255, 0.16), transparent 60%);
  filter: blur(26px);
  opacity: 0.9;
  pointer-events: none;
}

.play-journey-step {
  --stack-index: 0;
  --stack-offset: 0px;
  position: sticky;
  top: clamp(96px, 13vh, 128px);
  z-index: calc(var(--stack-index) + 1);
  display: grid;
  align-items: start;
  min-height: clamp(520px, 76vh, 720px);
  padding-bottom: clamp(42px, 8vh, 92px);
  perspective: 1400px;
}

.play-journey-step:nth-child(1) {
  --stack-index: 1;
  --stack-offset: 0px;
}

.play-journey-step:nth-child(2) {
  --stack-index: 2;
  --stack-offset: 14px;
}

.play-journey-step:nth-child(3) {
  --stack-index: 3;
  --stack-offset: 28px;
}

.play-journey-step:nth-child(4) {
  --stack-index: 4;
  --stack-offset: 42px;
}

.play-journey-step:nth-child(5) {
  --stack-index: 5;
  --stack-offset: 56px;
}

.journey-step-card {
  --stack-y: 0px;
  --stack-scale: 1;
  --stack-tilt: 0deg;
  --stack-lift: 0px;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  min-height: clamp(430px, 60vh, 560px);
  padding: clamp(28px, 4vw, 46px);
  border-radius: 30px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 86% 14%, rgba(124, 248, 255, 0.18), transparent 26%),
    radial-gradient(circle at 12% 84%, rgba(160, 113, 255, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(9, 25, 55, 0.96), rgba(17, 18, 49, 0.96));
  box-shadow:
    0 36px 92px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(124, 248, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform:
    perspective(1200px)
    translate3d(0, calc(var(--stack-offset) + var(--stack-y) + var(--stack-lift)), 0)
    rotateX(calc(var(--card-rotate-x) + var(--stack-tilt)))
    rotateY(var(--card-rotate-y))
    scale(var(--stack-scale));
}

.journey-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 22%, transparent 72%, rgba(124, 248, 255, 0.08)),
    linear-gradient(rgba(124, 248, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 248, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  opacity: 0.6;
  pointer-events: none;
}

.journey-step-card::after {
  inset: 0;
  background:
    radial-gradient(circle 260px at var(--card-hover-x) var(--card-hover-y), rgba(124, 248, 255, 0.22), transparent 64%),
    radial-gradient(circle 460px at var(--card-hover-x) var(--card-hover-y), rgba(160, 113, 255, 0.18), transparent 72%);
}

.journey-step-card:hover,
.journey-step-card:focus-within,
.journey-step-card.is-card-hovered,
.play-journey-step.is-active .journey-step-card {
  --stack-lift: -8px;
}

.journey-step-node {
  inset: 26px 26px auto auto;
  left: auto;
  top: auto;
  width: 12px;
  height: 12px;
  border-color: rgba(124, 248, 255, 0.54);
  background: rgba(124, 248, 255, 0.68);
  box-shadow:
    0 0 0 8px rgba(124, 248, 255, 0.08),
    0 0 26px rgba(124, 248, 255, 0.42);
  transform: none;
}

.journey-step-node::before {
  inset: -13px;
}

.journey-step-icon {
  grid-row: 1;
  width: clamp(58px, 6vw, 72px);
  height: clamp(58px, 6vw, 72px);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(124, 248, 255, 0.16), rgba(160, 113, 255, 0.08)),
    rgba(4, 15, 34, 0.86);
}

.journey-step-icon svg {
  width: 34px;
  height: 34px;
}

.journey-step-number {
  align-self: center;
  padding: 8px 13px;
  border: 1px solid rgba(124, 248, 255, 0.26);
  border-radius: 999px;
  background: rgba(4, 15, 34, 0.62);
  color: #8ff9ff;
}

.journey-step-card h3 {
  grid-column: 1 / -1;
  margin-top: clamp(34px, 6vw, 72px);
  max-width: 12ch;
  font-size: clamp(2.15rem, 5vw, 4.35rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.journey-step-card p {
  grid-column: 1 / -1;
  align-self: end;
  max-width: 48ch;
  margin-top: clamp(28px, 5vw, 54px);
  color: #c3d0ef;
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  line-height: 1.76;
}

.journey-note-panel {
  grid-column: 1;
  grid-row: 1;
  top: clamp(104px, 13vh, 132px);
  min-height: auto;
  padding: clamp(26px, 3.3vw, 36px);
}

.journey-note-panel::after {
  transform: scaleX(var(--journey-progress));
  transform-origin: left center;
  transition: transform 0.14s linear;
}

.journey-note-step {
  margin-top: clamp(24px, 4vw, 36px);
}

.journey-note-panel h3 {
  font-size: clamp(1.32rem, 2vw, 1.9rem);
}

@media (max-width: 980px) {
  .play-journey-layout {
    grid-template-columns: 1fr;
  }

  .play-journey-stack,
  .journey-note-panel {
    grid-column: auto;
    grid-row: auto;
  }

  .journey-note-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .play-journey-stack {
    gap: 10px;
  }

  .play-journey-step {
    top: 92px;
    min-height: 72vh;
    padding-bottom: 28px;
  }

  .play-journey-step:nth-child(n) {
    --stack-offset: 0px;
  }

  .journey-step-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 440px;
    padding: 22px;
    border-radius: 24px;
  }

  .journey-step-node {
    inset: 20px 20px auto auto;
  }

  .journey-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .journey-step-icon svg {
    width: 26px;
    height: 26px;
  }

  .journey-step-card h3 {
    max-width: 10ch;
    margin-top: 42px;
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .journey-step-card p {
    margin-top: 22px;
    font-size: 0.96rem;
  }
}

.play-journey-section {
  --journey-progress: 0;
  --journey-cyan: #7cf8ff;
  --journey-purple: #a071ff;
  --journey-muted: #aebce2;
  height: 400vh;
  min-height: 400vh;
  padding: 0;
  color: #f8fbff;
  background:
    radial-gradient(ellipse at calc(14% + (var(--journey-progress) * 7%)) 16%, rgba(86, 231, 255, 0.18), transparent 38%),
    radial-gradient(ellipse at calc(82% - (var(--journey-progress) * 8%)) 32%, rgba(160, 113, 255, 0.2), transparent 42%),
    radial-gradient(ellipse at 50% 100%, rgba(255, 92, 168, 0.08), transparent 46%),
    linear-gradient(180deg, #050917 0%, #071225 46%, #050916 100%);
  overflow: clip;
  isolation: isolate;
}

.play-journey-section::before {
  z-index: 0;
  background:
    linear-gradient(rgba(124, 248, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 248, 255, 0.07) 1px, transparent 1px);
  background-position:
    0 calc(var(--journey-progress) * -90px),
    calc(var(--journey-progress) * 70px) 0;
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 86%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 86%, transparent 100%);
  opacity: 0.34;
}

.play-journey-section::after {
  z-index: 0;
  background:
    linear-gradient(120deg, transparent 8%, rgba(124, 248, 255, 0.08) 32%, transparent 54%),
    linear-gradient(280deg, transparent 14%, rgba(160, 113, 255, 0.1) 44%, transparent 76%);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.play-journey-ambient {
  z-index: 0;
  background:
    radial-gradient(circle at 72% calc(28% + (var(--journey-progress) * 14%)), rgba(124, 248, 255, 0.12), transparent 24%),
    radial-gradient(circle at 24% calc(76% - (var(--journey-progress) * 10%)), rgba(160, 113, 255, 0.14), transparent 26%);
  transform: translate3d(0, calc(var(--journey-progress) * -56px), 0);
}

.play-journey-scene {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
}

.play-journey-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(38px, 5.5vh, 54px);
  align-items: center;
  justify-items: center;
  align-content: center;
  min-height: 100svh;
  padding-top: clamp(96px, 11vh, 124px);
  padding-bottom: clamp(28px, 6vh, 58px);
}

.play-journey-copy {
  position: relative;
  z-index: 3;
  display: grid;
  justify-self: center;
  align-content: end;
  justify-items: start;
  width: min(100%, 900px);
  max-width: none;
  padding-left: calc(52px + clamp(18px, 3vw, 34px));
  gap: 0;
}

.play-journey-copy .eyebrow {
  border-color: rgba(124, 248, 255, 0.28);
  background: rgba(8, 20, 43, 0.78);
  color: var(--journey-cyan);
  box-shadow: 0 0 28px rgba(124, 248, 255, 0.12);
}

.play-journey-copy h2 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(2.05rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    0 0 24px rgba(124, 248, 255, 0.14),
    0 0 42px rgba(160, 113, 255, 0.12);
}

.play-journey-copy > p {
  margin: 0;
  max-width: 46ch;
  color: var(--journey-muted);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  line-height: 1.78;
}

.journey-note-panel {
  position: relative;
  top: auto;
  min-height: 0;
  margin-top: clamp(18px, 4vh, 34px);
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(160, 113, 255, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.028)),
    linear-gradient(145deg, rgba(124, 248, 255, 0.08), rgba(160, 113, 255, 0.1) 58%, rgba(255, 92, 168, 0.06)),
    rgba(7, 16, 36, 0.78);
  backdrop-filter: blur(22px);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.28),
    0 0 38px rgba(160, 113, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.journey-note-panel::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #7cf8ff, #a071ff, #ff5ca8);
  box-shadow: 0 0 24px rgba(124, 248, 255, 0.42);
  transform: scaleX(var(--journey-progress));
  transform-origin: left center;
}

.journey-note-panel .mini-label {
  border-color: rgba(160, 113, 255, 0.32);
  background: rgba(13, 21, 48, 0.82);
  color: #d4c5ff;
}

.journey-note-step {
  margin: 22px 0 8px;
  color: var(--journey-cyan);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journey-note-panel h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.08rem, 1.75vw, 1.52rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.journey-note-panel p {
  color: var(--journey-muted);
  line-height: 1.68;
}

.journey-note-panel h3 + p {
  margin: 14px 0 0;
}

.play-journey-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  justify-self: center;
  width: min(100%, 900px);
  min-width: 0;
}

.journey-progress-rail {
  position: relative;
  display: grid;
  justify-items: center;
  gap: clamp(12px, 2.4vh, 20px);
  align-self: center;
  padding: 12px 0;
}

.journey-progress-line,
.journey-progress-fill {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  width: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.journey-progress-line {
  background: rgba(124, 248, 255, 0.18);
}

.journey-progress-fill {
  background: linear-gradient(180deg, #7cf8ff, #a071ff, #ff5ca8);
  box-shadow: 0 0 18px rgba(124, 248, 255, 0.44);
  transform: translateX(-50%) scaleY(var(--journey-progress));
  transform-origin: top center;
}

.journey-progress-item {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(124, 248, 255, 0.22);
  border-radius: 999px;
  background: rgba(5, 13, 31, 0.84);
  color: rgba(197, 211, 241, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.journey-progress-item.is-active {
  color: #ffffff;
  border-color: rgba(124, 248, 255, 0.78);
  box-shadow:
    0 0 18px rgba(124, 248, 255, 0.36),
    0 0 34px rgba(160, 113, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: scale(1.08);
}

.play-journey-stack {
  position: relative;
  display: block;
  grid-column: auto;
  counter-reset: none;
  width: 100%;
  height: clamp(390px, 48vh, 540px);
  margin: 0;
  padding: 0;
  list-style: none;
  perspective: 1600px;
  transform-style: preserve-3d;
}

.play-journey-stack-wrap {
  position: relative;
  display: grid;
  width: min(100%, 760px);
  min-width: 0;
  gap: clamp(10px, 1.8vh, 16px);
}

.play-journey-stack::before {
  content: "";
  position: absolute;
  inset: -12% -10% auto;
  height: 74%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 34% 40%, rgba(124, 248, 255, 0.18), transparent 58%),
    radial-gradient(ellipse at 78% 28%, rgba(160, 113, 255, 0.18), transparent 62%);
  filter: blur(28px);
  opacity: 0.9;
  pointer-events: none;
}

.play-journey-stack-wrap .journey-note-panel {
  grid-column: auto;
  grid-row: auto;
  justify-self: stretch;
  max-width: none;
  margin: 0;
  padding: clamp(14px, 1.45vw, 18px) clamp(18px, 2vw, 22px);
  border-radius: 22px;
}

.play-journey-stack-wrap .journey-note-step {
  margin: 10px 0 4px;
}

.play-journey-stack-wrap .journey-note-panel h3 {
  font-size: clamp(0.98rem, 1.16vw, 1.12rem);
}

.play-journey-stack-wrap .journey-note-panel h3 + p {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  font-size: 0.86rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.play-journey-step {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  padding: 0;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 1600px;
}

.journey-step-card {
  --card-hover-x: 50%;
  --card-hover-y: 50%;
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  gap: 12px 18px;
  min-height: 0;
  padding: clamp(30px, 4.4vw, 52px);
  border: 1px solid rgba(124, 248, 255, 0.2);
  border-radius: clamp(28px, 3vw, 36px);
  color: #f8fbff;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 86% 14%, rgba(124, 248, 255, 0.18), transparent 26%),
    radial-gradient(circle at 12% 84%, rgba(160, 113, 255, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(9, 25, 55, 0.96), rgba(17, 18, 49, 0.96));
  backdrop-filter: blur(24px);
  box-shadow:
    0 36px 92px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(124, 248, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(0, 80px, 220px) scale(1.12);
  transform-origin: center center;
  backface-visibility: hidden;
  transition:
    border-color 0.32s ease,
    background 0.32s ease,
    box-shadow 0.32s ease;
  will-change: transform, opacity, filter;
}

.journey-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 22%, transparent 72%, rgba(124, 248, 255, 0.08)),
    linear-gradient(rgba(124, 248, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 248, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  opacity: 0.58;
  pointer-events: none;
}

.journey-step-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle 260px at var(--card-hover-x) var(--card-hover-y), rgba(124, 248, 255, 0.24), transparent 64%),
    radial-gradient(circle 460px at var(--card-hover-x) var(--card-hover-y), rgba(160, 113, 255, 0.2), transparent 72%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s ease;
}

.journey-step-card > * {
  position: relative;
  z-index: 1;
}

.play-journey-step.is-active .journey-step-card {
  border-color: rgba(124, 248, 255, 0.58);
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.5),
    0 0 36px rgba(124, 248, 255, 0.2),
    0 0 58px rgba(160, 113, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.journey-step-card:hover::after,
.journey-step-card:focus-within::after,
.play-journey-step.is-active .journey-step-card::after {
  opacity: 1;
}

.journey-step-node {
  position: absolute;
  inset: 24px 24px auto auto;
  z-index: 3;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(124, 248, 255, 0.54);
  border-radius: 999px;
  background: rgba(124, 248, 255, 0.68);
  box-shadow:
    0 0 0 8px rgba(124, 248, 255, 0.08),
    0 0 26px rgba(124, 248, 255, 0.42);
}

.journey-step-node::before {
  content: "";
  position: absolute;
  inset: -13px;
  border: 1px solid rgba(124, 248, 255, 0.34);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.74);
}

.play-journey-step.is-active .journey-step-node::before {
  animation: journeyNodePulse 1.9s ease-out infinite;
}

.journey-step-icon {
  grid-row: 1;
  display: grid;
  place-items: center;
  width: clamp(58px, 6vw, 72px);
  height: clamp(58px, 6vw, 72px);
  border: 1px solid rgba(124, 248, 255, 0.24);
  border-radius: 22px;
  color: var(--journey-cyan);
  background:
    linear-gradient(180deg, rgba(124, 248, 255, 0.16), rgba(160, 113, 255, 0.08)),
    rgba(4, 15, 34, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(124, 248, 255, 0.12);
}

.play-journey-step.is-active .journey-step-icon {
  animation: journeyIconFloat 5.8s ease-in-out infinite;
}

.journey-step-icon svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-step-number {
  align-self: center;
  display: inline-flex;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(124, 248, 255, 0.26);
  border-radius: 999px;
  background: rgba(4, 15, 34, 0.62);
  color: #8ff9ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-shadow: 0 0 18px rgba(124, 248, 255, 0.32);
}

.journey-step-card h3 {
  grid-column: 1 / -1;
  margin: clamp(34px, 6vw, 72px) 0 0;
  max-width: 12ch;
  color: #f8fbff;
  font-size: clamp(2.15rem, 5vw, 4.35rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.journey-step-card p {
  grid-column: 1 / -1;
  align-self: end;
  max-width: 48ch;
  margin: clamp(28px, 5vw, 54px) 0 0;
  color: #c3d0ef;
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  line-height: 1.76;
}

.journey-step-card:hover,
.journey-step-card:focus-within,
.journey-step-card.is-card-hovered,
.play-journey-step.is-active .journey-step-card {
  transform: var(--journey-card-transform, translate3d(0, 0, 0) scale(1));
}

@media (max-width: 980px) {
  .play-journey-section {
    height: 400vh;
    min-height: 400vh;
  }

  .play-journey-scene {
    align-items: start;
  }

  .play-journey-container {
    grid-template-columns: 1fr;
    align-content: start;
    gap: clamp(30px, 4.5vh, 44px);
    min-height: 100svh;
    padding-top: clamp(104px, 12vh, 132px);
  }

  .play-journey-copy {
    width: 100%;
    max-width: none;
    padding-left: calc(48px + clamp(18px, 3vw, 34px));
  }

  .journey-note-panel {
    max-width: 720px;
  }

  .play-journey-stage {
    width: 100%;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .play-journey-stack-wrap {
    width: 100%;
  }

  .play-journey-stack {
    width: 100%;
    height: clamp(430px, 54vh, 560px);
  }
}

@media (max-width: 640px) {
  .play-journey-section {
    min-height: 400vh;
  }

  .play-journey-container {
    gap: 30px;
    padding-top: 104px;
    padding-bottom: 28px;
  }

  .play-journey-copy {
    gap: 0;
    padding-left: 50px;
  }

  .play-journey-copy .eyebrow {
    margin-inline: 0;
  }

  .play-journey-copy h2 {
    font-size: clamp(2rem, 10.8vw, 3rem);
  }

  .play-journey-copy > p {
    font-size: 0.96rem;
  }

  .journey-note-panel {
    display: none;
  }

  .play-journey-stage {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .journey-progress-item {
    width: 32px;
    height: 32px;
    font-size: 0.62rem;
  }

  .play-journey-stack {
    height: clamp(410px, 54vh, 500px);
  }

  .play-journey-stack::before {
    inset: -10% 0 auto;
  }

  .journey-step-card {
    padding: 22px;
    border-radius: 28px;
  }

  .journey-step-node {
    inset: 20px 20px auto auto;
  }

  .journey-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .journey-step-icon svg {
    width: 26px;
    height: 26px;
  }

  .journey-step-number {
    padding: 7px 11px;
  }

  .journey-step-card h3 {
    max-width: 10ch;
    margin-top: 42px;
    font-size: clamp(2rem, 11.5vw, 3.15rem);
  }

  .journey-step-card p {
    margin-top: 22px;
    font-size: 0.96rem;
  }
}

@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  body.has-scroll-smoother {
    overscroll-behavior-y: auto;
  }

  .glow-layer,
  .grid-hover-layer {
    display: none;
  }

  [data-reveal] {
    filter: none;
    transition-duration: 0.42s;
    will-change: auto;
  }

  .nav-shell,
  .mobile-menu,
  .hero-visual-showcase,
  .brand-card,
  .feature-card,
  .reward-card,
  .promo-card,
  .coverage-card,
  .journey-note-panel,
  .journey-step-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hero-word,
  .hero-heading-glow,
  .hero-heading-glow::after,
  .hero-scene-basket,
  .hero-scene-racer,
  .hero-scene-accent,
  .hero-scene-accent-image,
  .journey-step-icon,
  .journey-step-node::before {
    animation: none !important;
  }

  .hero-heading-glow,
  .hero-heading-glow::after,
  .hero-scene-image,
  body.theme-dark .hero-scene-image,
  body.theme-light .hero-scene-image {
    filter: none;
  }

  .hero-scene-streak,
  .hero-scene-particle,
  .hero-scene-floor,
  .hero-scene-floor-reflection,
  .hero-scene-item-glow {
    display: none;
  }

  .hero-scene-grid {
    opacity: 0.16;
    filter: none;
  }

  .hero-scene-accent {
    pointer-events: none;
    touch-action: auto;
    will-change: auto;
  }

  .play-journey-stack {
    perspective: none;
    transform-style: flat;
  }

  .play-journey-stack::before {
    filter: none;
    opacity: 0.36;
  }

  .play-journey-step {
    transform-style: flat;
    perspective: none;
  }

  .journey-step-card {
    filter: none !important;
    box-shadow:
      0 24px 58px rgba(0, 0, 0, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    will-change: transform, opacity;
  }

  .journey-step-card::after {
    display: none;
  }

  .journey-step-card::before {
    opacity: 0.42;
    background-size: auto, 54px 54px, 54px 54px;
  }

  .play-journey-step.is-active .journey-step-card {
    box-shadow:
      0 28px 68px rgba(0, 0, 0, 0.42),
      0 0 22px rgba(124, 248, 255, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .play-journey-section.is-mobile-stepper {
    height: auto;
    min-height: auto;
    padding-block: clamp(84px, 14vw, 112px) clamp(56px, 12vw, 88px);
    overflow: visible;
  }

  .play-journey-section.is-mobile-stepper .play-journey-scene {
    position: relative;
    min-height: auto;
    overflow: visible;
  }

  .play-journey-section.is-mobile-stepper .play-journey-container {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .play-journey-section.is-mobile-stepper .play-journey-copy {
    padding-left: 0;
  }

  .play-journey-section.is-mobile-stepper .play-journey-stage {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .play-journey-section.is-mobile-stepper .journey-note-panel {
    display: none;
  }

  .play-journey-section.is-mobile-stepper .journey-progress-rail {
    display: grid;
    align-self: stretch;
  }

  .play-journey-section.is-mobile-stepper .play-journey-stack-wrap {
    width: 100%;
  }

  .play-journey-section.is-mobile-stepper .play-journey-stack {
    display: block;
    height: clamp(420px, 66vh, 520px);
    perspective: none;
    transform-style: flat;
    touch-action: pan-y;
    overscroll-behavior: contain;
  }

  .play-journey-section.is-mobile-stepper .play-journey-stack::before {
    inset: -28px -10px auto;
    height: 220px;
    opacity: 0.34;
    filter: none;
  }

  .play-journey-section.is-mobile-stepper .play-journey-step {
    position: absolute;
    inset: 0;
    min-height: auto;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    perspective: none;
    transform-style: flat;
    transform: translate3d(0, 24px, 0) scale(0.96);
    transition:
      opacity 240ms ease,
      transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .play-journey-section.is-mobile-stepper .play-journey-step.is-before {
    transform: translate3d(0, -22px, 0) scale(0.95);
  }

  .play-journey-section.is-mobile-stepper .play-journey-step.is-active {
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .play-journey-section.is-mobile-stepper .journey-step-card {
    position: absolute;
    inset: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 22px;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    will-change: auto;
  }

  .play-journey-section.is-mobile-stepper .journey-step-card h3 {
    max-width: none;
    margin-top: 18px;
    font-size: clamp(1.55rem, 8vw, 2.25rem);
    line-height: 1.04;
  }

  .play-journey-section.is-mobile-stepper .journey-step-card p {
    margin-top: 14px;
    font-size: 0.95rem;
    line-height: 1.62;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .fc-loader,
  body > :not(.fc-loader):not(script),
  .fc-loader-bar,
  .fc-loader-bar::after,
  .fc-loader-kicker-type::after {
    transition: none;
    animation: none;
  }

  .nav-shell {
    width: var(--nav-load-target-width);
    animation: none;
  }

  .nav-shell::after,
  .nav-menu a {
    animation: none;
  }

  .nav-menu a {
    opacity: 1;
  }

  .grid-hover-layer {
    display: none;
  }

  .brand-card,
  .feature-card,
  .step-card,
  .journey-step-card,
  .reward-card,
  .promo-card,
  .coverage-card {
    transform: none !important;
  }

  .play-journey-stack {
    gap: 18px;
    display: grid;
    height: auto;
  }

  .play-journey-section {
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .play-journey-scene {
    position: relative;
    min-height: auto;
    overflow: visible;
  }

  .play-journey-container {
    min-height: auto;
  }

  .play-journey-step {
    position: relative;
    inset: auto;
    top: auto;
    min-height: auto;
    padding-bottom: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .journey-step-card {
    position: relative;
    opacity: 1 !important;
    filter: none !important;
  }

  .brand-card::after,
  .feature-card::after,
  .step-card::after,
  .journey-step-card::after,
  .reward-card::after,
  .promo-card::after,
  .coverage-card::after {
    display: none;
  }

  .experience-slider-track {
    transition: none;
  }
}
