:root {
  --bg: #0b1220;
  --bg-soft: #10182a;
  --bg-elevated: #162036;
  --panel: rgba(17, 26, 43, 0.86);
  --panel-strong: rgba(11, 18, 32, 0.94);
  --panel-muted: rgba(23, 34, 56, 0.72);
  --line: rgba(151, 176, 219, 0.18);
  --line-strong: rgba(151, 176, 219, 0.32);
  --text: #eff6ff;
  --text-soft: #a6b7d4;
  --accent: #74e6ff;
  --accent-strong: #24c6ff;
  --accent-gold: #ffc857;
  --success: #6df0bf;
  --danger: #ff8f8f;
  --shadow: 0 28px 70px rgba(3, 8, 20, 0.45);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1160px, calc(100% - 32px));
  --header-height: 84px;
  --transition: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at var(--pointer-x, 78%) var(--pointer-y, 18%), rgba(116, 230, 255, 0.15), transparent 22%),
    radial-gradient(circle at 15% 10%, rgba(255, 200, 87, 0.11), transparent 24%),
    linear-gradient(180deg, #09111f 0%, #0e1628 45%, #09111f 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    linear-gradient(120deg, rgba(17, 26, 43, 0.72), rgba(17, 26, 43, 0.12)),
    linear-gradient(rgba(116, 230, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 230, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent);
}

body::after {
  background:
    radial-gradient(circle at 82% 12%, rgba(116, 230, 255, 0.08), transparent 18%),
    radial-gradient(circle at 12% 82%, rgba(255, 200, 87, 0.08), transparent 20%);
  z-index: -1;
}

body.menu-open,
body.is-gated {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

.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;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 96px 0;
  position: relative;
}

.page-inner .section:first-of-type,
.legal-page .section:first-of-type {
  padding-top: 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-self: start;
  flex: 0 0 auto;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 200, 87, 0.1);
  border: 1px solid rgba(255, 200, 87, 0.22);
  color: var(--accent-gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-title {
  margin: 18px 0 14px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.section-text {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 12, 22, 0.78);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(151, 176, 219, 0.12);
}

.header-wrap {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  overflow: hidden;
}

.brand-text {
  min-width: 0;
}

.brand-title {
  margin: 0;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-subtitle {
  margin: 4px 0 0;
  color: var(--text-soft);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-nav a {
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  transition: color var(--transition), background var(--transition), border-color var(--transition);
  border: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(116, 230, 255, 0.08);
  border-color: rgba(116, 230, 255, 0.2);
  outline: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 200, 87, 0.24);
  background: rgba(255, 200, 87, 0.08);
  color: var(--accent-gold);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(16, 24, 42, 0.82);
  color: var(--text);
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle::before {
  transform: translateY(-6px);
}

.nav-toggle::after {
  transform: translateY(6px);
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(2px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(0) rotate(-45deg);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition), color var(--transition);
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.18) 50%, transparent 85%);
  transform: translateX(-150%);
  transition: transform 420ms ease;
}

.btn:hover::after,
.btn:focus-visible::after {
  transform: translateX(150%);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #07111d;
  box-shadow: 0 18px 34px rgba(36, 198, 255, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 24px 42px rgba(36, 198, 255, 0.28);
}

.btn-ghost {
  border-color: rgba(116, 230, 255, 0.28);
  background: rgba(16, 24, 42, 0.52);
  color: var(--text);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: rgba(116, 230, 255, 0.5);
  background: rgba(16, 24, 42, 0.9);
}

.btn-subtle {
  border-color: rgba(255, 200, 87, 0.22);
  background: rgba(255, 200, 87, 0.08);
  color: var(--accent-gold);
}

.hero {
  position: relative;
  padding: 48px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 44px;
  align-items: center;
  min-height: calc(100vh - var(--header-height) - 50px);
}

.hero-copy {
  max-width: 640px;
}

.hero-title {
  margin: 20px 0 18px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-title .accent {
  color: var(--accent);
}

.hero-text {
  margin: 0;
  max-width: 640px;
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.85;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  padding: 0;
}

.hero-points li {
  list-style: none;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(151, 176, 219, 0.14);
  color: var(--text-soft);
}

.hero-points strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.7;
}

.hero-visual::before {
  inset: 12% 6% auto auto;
  width: 180px;
  height: 180px;
  background: rgba(116, 230, 255, 0.16);
  animation: floatSoft 7s ease-in-out infinite;
}

.hero-visual::after {
  inset: auto auto 6% 8%;
  width: 210px;
  height: 210px;
  background: rgba(255, 200, 87, 0.13);
  animation: floatSoft 9s ease-in-out infinite reverse;
}

.vault-console {
  position: relative;
  height: 100%;
  padding: 28px;
  border-radius: 38px;
  background:
    linear-gradient(155deg, rgba(116, 230, 255, 0.12), rgba(16, 24, 42, 0) 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(11, 18, 32, 0.84);
  border: 1px solid rgba(116, 230, 255, 0.16);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.vault-console::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 28px;
  border: 1px solid rgba(116, 230, 255, 0.08);
  pointer-events: none;
}

.vault-screen {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.84fr;
  gap: 18px;
  height: 100%;
  z-index: 1;
}

.vault-main {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(4, 10, 18, 0.16), rgba(4, 10, 18, 0.62)),
    linear-gradient(135deg, rgba(36, 198, 255, 0.16), rgba(255, 200, 87, 0.12));
  border: 1px solid rgba(151, 176, 219, 0.14);
}

.vault-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.92;
}

.vault-main-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.7);
  border: 1px solid rgba(255, 200, 87, 0.22);
  color: var(--accent-gold);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.vault-main-copy {
  position: absolute;
  inset: auto 18px 18px 18px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.2), rgba(11, 18, 32, 0.88));
  backdrop-filter: blur(8px);
}

.vault-main-copy strong {
  display: block;
  font-size: 1.18rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vault-main-copy span {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
  line-height: 1.65;
}

.vault-side {
  display: grid;
  gap: 18px;
}

.mini-card {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(151, 176, 219, 0.14);
  background: rgba(15, 22, 37, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.mini-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
}

.mini-card-copy {
  margin-top: 14px;
}

.mini-card strong,
.floating-chip strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-card span,
.floating-chip span {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.floating-chip {
  position: absolute;
  padding: 16px;
  max-width: 220px;
  border-radius: 20px;
  background: rgba(11, 18, 32, 0.88);
  border: 1px solid rgba(116, 230, 255, 0.16);
  box-shadow: var(--shadow);
  z-index: 2;
}

.floating-chip--top {
  top: -10px;
  left: -8px;
  animation: floatSoft 8s ease-in-out infinite;
}

.floating-chip--bottom {
  right: 8px;
  bottom: -18px;
  animation: floatSoft 9s ease-in-out infinite reverse;
}

.compliance-strip {
  padding-top: 16px;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.compliance-card,
.panel,
.review-card,
.policy-card,
.contact-card,
.legal-card,
.story-card,
.game-card,
.faq-card,
.metric-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.compliance-card {
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.compliance-card::before {
  content: "";
  position: absolute;
  inset: auto -30% -40% auto;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(116, 230, 255, 0.1), transparent 68%);
}

.compliance-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.compliance-card span {
  display: block;
  color: var(--text-soft);
  line-height: 1.7;
}

.about-grid,
.faq-layout,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  gap: 30px;
  align-items: start;
}

.panel {
  padding: 32px;
}

.panel h3,
.contact-card h3,
.faq-card h3,
.legal-card h2,
.story-card h3 {
  margin: 0 0 14px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.panel p,
.contact-card p,
.faq-card p,
.legal-card p,
.story-card p,
.policy-card p,
.review-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.8;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.feature-item {
  padding: 18px 18px 18px 72px;
  border-radius: 20px;
  position: relative;
  border: 1px solid rgba(151, 176, 219, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.feature-item::before {
  content: attr(data-step);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #06101b;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.feature-item strong {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.feature-item span {
  color: var(--text-soft);
  line-height: 1.7;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.metric-card {
  padding: 24px;
}

.metric-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 200, 87, 0.18);
  background: rgba(255, 200, 87, 0.08);
  color: var(--accent-gold);
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.metric-value {
  margin: 18px 0 8px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.metric-note {
  color: var(--text-soft);
  line-height: 1.7;
}

.story-grid,
.policy-grid,
.review-grid,
.game-grid,
.catalog-grid {
  display: grid;
  gap: 22px;
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card {
  padding: 28px;
  position: relative;
}

.story-step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(116, 230, 255, 0.08);
  border: 1px solid rgba(116, 230, 255, 0.16);
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.story-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--text-soft);
}

.story-card li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.spotlight-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 34px;
}

.spotlight-header .section-head {
  margin-bottom: 0;
}

.spotlight-header .section-text {
  max-width: 420px;
}

.game-grid,
.catalog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.game-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.game-art {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(116, 230, 255, 0.2), rgba(255, 200, 87, 0.12)),
    rgba(15, 22, 37, 0.92);
}

.game-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.game-card:hover .game-art img,
.game-card:focus-within .game-art img {
  transform: scale(1.05);
}

.game-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.78);
  border: 1px solid rgba(116, 230, 255, 0.18);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 18px;
  padding: 26px;
}

.game-body h3 {
  margin: 0;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.game-body p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.8;
}

.game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.game-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(151, 176, 219, 0.14);
  color: var(--text-soft);
  font-size: 0.86rem;
}

.game-body .btn {
  margin-top: auto;
  width: fit-content;
}

.catalog-intro {
  padding-bottom: 28px;
}

.faq-card {
  padding: 32px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 18px;
  border: 1px solid rgba(151, 176, 219, 0.12);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: var(--text);
  background: none;
  border: 0;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.faq-question span:last-child {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(116, 230, 255, 0.16);
  background: rgba(116, 230, 255, 0.08);
  color: var(--accent);
  flex-shrink: 0;
  transition: transform var(--transition), background var(--transition);
}

.faq-question[aria-expanded="true"] span:last-child {
  transform: rotate(45deg);
  background: rgba(255, 200, 87, 0.12);
  color: var(--accent-gold);
}

.faq-answer {
  padding: 0 20px 20px;
}

.faq-answer[hidden] {
  display: none;
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  padding: 28px;
  position: relative;
}

.review-card::before {
  content: "66";
  position: absolute;
  right: 24px;
  top: 24px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
}

.review-stars {
  color: var(--accent-gold);
  letter-spacing: 0.18em;
  font-size: 1rem;
}

.review-meta {
  margin: 18px 0 10px;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.review-author {
  margin-top: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.review-role {
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.contact-card {
  padding: 32px;
}

.support-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.support-item {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(151, 176, 219, 0.12);
}

.support-item strong {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
}

.support-item span,
.support-item a {
  color: var(--text-soft);
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row label {
  color: var(--text-soft);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.input,
.textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(151, 176, 219, 0.16);
  border-radius: 16px;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.input:focus,
.textarea:focus {
  outline: none;
  border-color: rgba(116, 230, 255, 0.4);
  box-shadow: 0 0 0 3px rgba(116, 230, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.textarea {
  min-height: 154px;
  resize: vertical;
}

.contact-note {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.7;
}

.form-message {
  display: none;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(109, 240, 191, 0.24);
  background: rgba(109, 240, 191, 0.1);
  color: #d6fff0;
}

.form-message.is-visible {
  display: block;
}

.policy-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.policy-card {
  padding: 26px;
  transition: transform var(--transition), border-color var(--transition);
}

.policy-card:hover,
.policy-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(116, 230, 255, 0.3);
}

.policy-card h3 {
  margin: 0 0 14px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.policy-card .btn {
  margin-top: 18px;
}

.page-banner {
  padding: 74px 0 30px;
}

.banner-card {
  padding: 40px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(116, 230, 255, 0.1), rgba(16, 24, 42, 0.04) 35%),
    rgba(11, 18, 32, 0.88);
  border: 1px solid rgba(116, 230, 255, 0.14);
  box-shadow: var(--shadow);
}

.banner-card p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--text-soft);
  line-height: 1.85;
}

.legal-grid {
  display: grid;
  gap: 22px;
}

.legal-card {
  padding: 32px;
}

.legal-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--text-soft);
}

.legal-card li {
  margin-bottom: 12px;
  line-height: 1.75;
}

.legal-card a {
  color: var(--accent);
}

.site-footer {
  padding: 34px 0 28px;
  border-top: 1px solid rgba(151, 176, 219, 0.12);
  background: rgba(7, 12, 22, 0.88);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.footer-brand {
  max-width: 320px;
}

.footer-brand p {
  margin: 18px 0 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.footer-column h3 {
  margin: 0 0 16px;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-gold);
}

.footer-column a,
.footer-column span {
  display: block;
  margin-bottom: 12px;
  color: var(--text-soft);
  line-height: 1.7;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--text);
  outline: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(151, 176, 219, 0.1);
  color: var(--text-soft);
  font-size: 0.9rem;
}

.age-gate {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 10, 18, 0.84);
  backdrop-filter: blur(18px);
  z-index: 80;
}

.age-gate.is-visible {
  display: flex;
}

.age-dialog {
  width: min(100%, 620px);
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 200, 87, 0.08), rgba(16, 24, 42, 0) 35%),
    rgba(11, 18, 32, 0.96);
  border: 1px solid rgba(255, 200, 87, 0.18);
  box-shadow: var(--shadow);
}

.age-dialog h2 {
  margin: 18px 0 14px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.age-dialog p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.85;
}

.age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.age-note {
  margin-top: 18px;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.page-game main {
  padding: 0;
}

.game-stage {
  position: relative;
  min-height: calc(100dvh - var(--header-height) - 180px);
  background: rgba(8, 14, 24, 0.88);
}

.game-frame {
  width: 100%;
  height: clamp(680px, calc(100dvh - var(--header-height) - 120px), 1100px);
  background: #050b12;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .about-grid,
  .faq-layout,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 0;
  }

  .vault-screen {
    grid-template-columns: 1fr;
  }

  .vault-main {
    min-height: 420px;
  }

  .compliance-grid,
  .story-grid,
  .review-grid,
  .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .header-wrap {
    gap: 16px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: calc(var(--header-height) + 10px) 16px auto;
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(11, 18, 32, 0.96);
    border: 1px solid rgba(151, 176, 219, 0.16);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-14px);
    pointer-events: none;
    transition: opacity var(--transition), transform var(--transition);
  }

  body.menu-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    width: 100%;
    border-radius: 16px;
  }

  .header-actions .badge-pill {
    display: none;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-points,
  .game-grid,
  .catalog-grid,
  .policy-grid,
  .review-grid,
  .story-grid,
  .compliance-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .spotlight-header,
  .footer-bottom {
    flex-direction: column;
    align-items: start;
  }

  .floating-chip {
    position: static;
    max-width: none;
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 24px, 100%);
  }

  .section {
    padding: 78px 0;
  }

  .site-header {
    position: sticky;
  }

  .brand-title {
    font-size: 1rem;
  }

  .brand-subtitle {
    font-size: 0.75rem;
  }

  .hero-title {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
  }

  .panel,
  .faq-card,
  .contact-card,
  .policy-card,
  .legal-card,
  .story-card,
  .game-body,
  .banner-card,
  .age-dialog {
    padding: 24px;
  }

  .hero-cta,
  .age-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .game-frame {
    height: clamp(620px, calc(100dvh - 130px), 920px);
  }
}

/* Reference-Inspired Redesign */

:root {
  --bg: #1b1b2b;
  --bg-soft: #232433;
  --bg-elevated: #2b2d38;
  --panel: rgba(39, 42, 53, 0.94);
  --panel-strong: rgba(27, 28, 43, 0.96);
  --panel-muted: rgba(42, 45, 58, 0.9);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(142, 233, 255, 0.28);
  --text: #ffffff;
  --text-soft: #c7cfdd;
  --accent: #8ee9ff;
  --accent-strong: #6fd9ff;
  --accent-gold: #f5b62d;
  --shadow: 0 26px 70px rgba(6, 9, 18, 0.36);
  --container: min(1380px, calc(100% - 42px));
  --header-height: 104px;
}

body {
  font-family: "Trebuchet MS", "Verdana", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(245, 182, 45, 0.08), transparent 18%),
    radial-gradient(circle at 84% 16%, rgba(142, 233, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #2a2032 0%, #1b1e2c 22%, #1a1c27 100%);
}

body::before {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 100%),
    linear-gradient(62deg, rgba(111, 217, 255, 0.06) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.04), transparent 52%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 88%);
  opacity: 0.9;
}

body::after {
  background:
    radial-gradient(circle at 82% 12%, rgba(142, 233, 255, 0.08), transparent 16%),
    radial-gradient(circle at 14% 76%, rgba(245, 182, 45, 0.08), transparent 18%);
}

.container {
  width: var(--container);
}

.section {
  padding: 108px 0;
}

.site-header {
  background: transparent;
  backdrop-filter: none;
  border-bottom: 0;
  padding-top: 16px;
}

.header-wrap {
  min-height: 88px;
  padding: 0 24px;
  border-radius: 30px;
  background: rgba(34, 36, 49, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 46px rgba(5, 8, 18, 0.25);
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border-color: rgba(142, 233, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.brand-title,
.section-title,
.hero-title,
.panel h3,
.contact-card h3,
.faq-card h3,
.legal-card h2,
.story-card h3,
.game-body h3,
.policy-card h3,
.age-dialog h2 {
  font-family: "Arial Black", "Impact", sans-serif;
  letter-spacing: 0.03em;
}

.brand-title {
  font-size: 1.12rem;
}

.brand-subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.site-nav {
  gap: 4px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.site-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(142, 233, 255, 0.12);
  border-color: rgba(142, 233, 255, 0.18);
}

.badge-pill {
  min-width: 76px;
  min-height: 48px;
  padding: 0 18px;
  border-color: rgba(142, 233, 255, 0.32);
  background: rgba(142, 233, 255, 0.08);
  color: var(--accent);
}

.eyebrow {
  border-radius: 8px;
  background: var(--accent-gold);
  border: 0;
  color: #161920;
  box-shadow: 0 10px 30px rgba(245, 182, 45, 0.24);
}

.section-head {
  max-width: 860px;
}

.section-title {
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  line-height: 0.94;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.section-text,
.panel p,
.contact-card p,
.faq-card p,
.legal-card p,
.story-card p,
.policy-card p,
.review-card p,
.hero-text,
.metric-note,
.support-item span,
.support-item a,
.contact-note,
.footer-column a,
.footer-column span,
.footer-brand p,
.banner-card p,
.game-body p,
.compliance-card span {
  color: #d0d5e0;
}

.btn {
  min-height: 60px;
  padding: 0 30px;
  border-radius: 999px;
  font-weight: 800;
}

.btn-primary {
  background: var(--accent);
  color: #142130;
  box-shadow: 0 20px 40px rgba(142, 233, 255, 0.18);
}

.btn-ghost {
  border-color: rgba(142, 233, 255, 0.4);
  background: transparent;
  color: var(--accent);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(142, 233, 255, 0.08);
}

.hero {
  padding: 46px 0 68px;
}

.hero-grid {
  align-items: center;
  gap: 60px;
  min-height: calc(100vh - var(--header-height) - 60px);
}

.hero-title {
  font-size: clamp(3.4rem, 6.8vw, 6.4rem);
  line-height: 0.9;
  margin-bottom: 22px;
}

.hero-title .accent {
  color: var(--accent);
}

.hero-text {
  max-width: 640px;
  font-size: 1.08rem;
}

.hero-cta {
  margin-top: 34px;
}

.hero-points {
  gap: 16px;
  margin-top: 34px;
}

.hero-points li {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.07);
}

.hero-visual {
  min-height: 720px;
}

.hero-visual::before {
  width: 260px;
  height: 260px;
  inset: 4% auto auto 74%;
  filter: blur(28px);
}

.hero-visual::after {
  width: 280px;
  height: 280px;
  inset: auto auto 3% -2%;
  filter: blur(28px);
}

.vault-console {
  padding: 26px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 42%),
    rgba(39, 42, 53, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vault-console::before {
  inset: 16px;
  border-radius: 28px;
  border-color: rgba(255, 255, 255, 0.06);
}

.vault-console::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: 52px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 4px solid rgba(142, 233, 255, 0.46);
  box-shadow: 0 0 0 18px rgba(142, 233, 255, 0.06);
  pointer-events: none;
}

.vault-main,
.mini-card,
.compliance-card,
.panel,
.metric-card,
.story-card,
.game-card,
.faq-card,
.review-card,
.policy-card,
.contact-card,
.legal-card,
.banner-card,
.age-dialog {
  background: rgba(39, 42, 53, 0.96);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 56px rgba(7, 10, 20, 0.28);
}

.vault-main {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vault-main img {
  mix-blend-mode: normal;
}

.vault-main-badge,
.game-badge,
.metric-label,
.story-step {
  background: rgba(24, 27, 36, 0.88);
  border: 1px solid rgba(245, 182, 45, 0.22);
  color: var(--accent-gold);
}

.vault-main-copy {
  background: linear-gradient(180deg, rgba(20, 22, 31, 0.3), rgba(20, 22, 31, 0.92));
}

.mini-card,
.floating-chip {
  background: rgba(33, 35, 46, 0.98);
}

.mini-card:first-child {
  transform: translateY(18px);
}

.mini-card:last-child {
  transform: translateY(-10px);
}

.floating-chip {
  border-color: rgba(255, 255, 255, 0.08);
}

.compliance-strip {
  padding-top: 8px;
}

.compliance-grid {
  gap: 24px;
}

.compliance-card {
  min-height: 188px;
  padding: 30px 28px;
}

.compliance-card strong {
  margin-bottom: 14px;
  font-size: 1.04rem;
  color: var(--text);
}

.about-grid,
.faq-layout,
.contact-grid {
  gap: 34px;
}

.about-grid > .panel {
  order: 2;
}

.about-grid > .metrics-grid {
  order: 1;
}

.panel,
.faq-card,
.contact-card,
.legal-card,
.story-card,
.policy-card {
  border-radius: 28px;
}

.feature-item,
.support-item,
.faq-item {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

.feature-item::before {
  box-shadow: 0 16px 28px rgba(142, 233, 255, 0.2);
}

.metrics-grid {
  gap: 22px;
}

.metric-card {
  min-height: 222px;
  padding: 30px;
}

.metric-value {
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.story-grid {
  position: relative;
  gap: 26px;
  align-items: stretch;
}

.story-grid::before {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  top: 104px;
  border-top: 3px dashed rgba(142, 233, 255, 0.22);
  pointer-events: none;
}

.story-card {
  padding: 32px 28px;
  position: relative;
  z-index: 1;
}

.story-card h3 {
  font-size: 1.48rem;
}

.spotlight-header {
  align-items: center;
}

.game-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.catalog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.game-card {
  border-radius: 28px;
}

.game-art {
  aspect-ratio: 16 / 10;
  background: #111522;
}

.game-body {
  padding: 28px;
  gap: 20px;
}

.game-body h3 {
  font-size: 1.8rem;
}

.game-tags span {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}

.faq-question {
  font-size: 1.02rem;
}

.faq-question span:last-child {
  background: rgba(142, 233, 255, 0.1);
  border-color: rgba(142, 233, 255, 0.18);
}

.review-grid {
  gap: 28px;
}

.review-card {
  min-height: 100%;
  padding: 32px 28px;
}

.review-meta {
  color: rgba(255, 255, 255, 0.68);
}

.review-author {
  color: var(--text);
}

.policy-grid {
  gap: 24px;
}

.policy-card {
  min-height: 100%;
}

.page-banner {
  padding: 48px 0 22px;
}

.banner-card {
  padding: 42px;
  border-radius: 32px;
}

.legal-grid {
  gap: 24px;
}

.legal-card {
  padding: 34px;
}

.site-footer {
  background: rgba(24, 25, 36, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-grid {
  gap: 32px;
}

.footer-column h3 {
  color: var(--accent-gold);
}

.game-stage {
  background: rgba(17, 21, 34, 0.98);
}

.game-frame {
  height: clamp(760px, calc(100dvh - var(--header-height) - 96px), 1200px);
}

.age-dialog {
  border-radius: 30px;
}

@media (max-width: 1260px) {
  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-grid::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  :root {
    --container: min(100% - 30px, 100%);
  }

  .header-wrap {
    padding: 0 16px;
  }

  .site-nav {
    background: rgba(28, 30, 44, 0.98);
  }

  .hero-grid,
  .about-grid,
  .faq-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 0;
  }

  .compliance-grid,
  .review-grid,
  .policy-grid,
  .catalog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-top: 10px;
  }

  .header-wrap {
    border-radius: 24px;
  }

  .hero {
    padding-top: 24px;
  }

  .hero-title {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .vault-console,
  .panel,
  .faq-card,
  .contact-card,
  .policy-card,
  .legal-card,
  .story-card,
  .game-body,
  .banner-card,
  .age-dialog {
    border-radius: 24px;
  }

  .game-grid,
  .story-grid,
  .metrics-grid,
  .policy-grid,
  .review-grid,
  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .game-frame {
    height: clamp(640px, calc(100dvh - 110px), 980px);
  }
}

/* Final polish: compact branding, overflow guards, and extra image slots */

.site-header .brand {
  flex: 1 1 auto;
}

.site-header .brand-text {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}

.site-header .brand-title {
  font-size: clamp(1rem, 1.3vw, 1.38rem);
  line-height: 1;
  flex: 0 1 auto;
}

.site-header .brand-subtitle {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(142, 233, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.footer-brand .brand-text {
  display: grid;
  gap: 4px;
}

.footer-brand .brand-subtitle {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.hero-copy,
.hero-visual,
.panel,
.faq-card,
.contact-card,
.legal-card,
.story-card,
.policy-card,
.review-card,
.metric-card,
.game-card,
.game-body,
.section-head,
.footer-column,
.footer-brand,
.spotlight-header,
.brand-text {
  min-width: 0;
}

.section-title,
.hero-title,
.metric-value,
.brand-title,
.game-body h3,
.review-author,
.review-meta,
.faq-question span:first-child,
.legal-card h2,
.panel h3,
.story-card h3,
.policy-card h3,
.contact-card h3 {
  overflow-wrap: anywhere;
}

@supports (text-wrap: balance) {
  .section-title,
  .hero-title,
  .metric-value,
  .game-body h3,
  .policy-card h3,
  .story-card h3 {
    text-wrap: balance;
  }
}

.metric-card {
  display: flex;
  flex-direction: column;
}

.metric-value {
  font-size: clamp(1.95rem, 2.8vw, 3.2rem);
  line-height: 0.9;
  max-width: 100%;
}

.faq-question {
  align-items: flex-start;
}

.faq-question span:first-child {
  display: block;
  min-width: 0;
  padding-top: 2px;
}

.review-card::before {
  font-size: clamp(2.8rem, 4vw, 4rem);
}

.vault-side {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.mini-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.vault-side .mini-card {
  overflow: hidden;
}

.vault-side .mini-card img {
  aspect-ratio: 16 / 9;
}

.metric-card--visual {
  grid-column: 1 / -1;
  padding: 18px;
  overflow: hidden;
}

.metric-card--visual img {
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
  border-radius: 22px;
}

.metric-visual-copy {
  padding: 18px 10px 6px;
}

.metric-visual-copy strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.metric-visual-copy span {
  color: #d0d5e0;
  line-height: 1.7;
}

.story-visual {
  margin-bottom: 30px;
  padding: 18px;
  overflow: hidden;
}

.story-visual img {
  width: 100%;
  aspect-ratio: 16 / 5;
  object-fit: cover;
  border-radius: 24px;
}

.story-visual-copy {
  padding: 18px 12px 8px;
}

.story-visual-copy strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story-visual-copy span {
  color: #d0d5e0;
  line-height: 1.7;
}

.reviews-top {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 30px;
}

.review-feature {
  margin: 0;
  padding: 18px;
  border-radius: 28px;
  background: rgba(39, 42, 53, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 56px rgba(7, 10, 20, 0.28);
}

.review-feature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
}

.review-feature figcaption {
  padding: 16px 8px 8px;
}

.review-feature strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.review-feature span {
  color: #d0d5e0;
  line-height: 1.7;
}

.contact-visual {
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 22px;
}

.contact-visual img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.banner-showcase {
  margin-top: 26px;
  overflow: hidden;
  border-radius: 24px;
}

.banner-showcase img {
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .site-header .brand-text {
    display: grid;
    gap: 6px;
  }

  .reviews-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header .brand-subtitle {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .metric-card--visual img,
  .story-visual img,
  .banner-showcase img,
  .contact-visual img {
    aspect-ratio: 16 / 9;
  }
}

/* UI/UX system pass */

:root {
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 30px;
  --space-7: 38px;
  --space-8: 48px;
  --section-space: clamp(74px, 8vw, 112px);
  --section-space-tight: clamp(34px, 4vw, 56px);
  --card-pad: clamp(22px, 2vw, 30px);
}

html {
  scroll-padding-top: calc(var(--header-height) + 22px);
}

main [id] {
  scroll-margin-top: calc(var(--header-height) + 22px);
}

figure {
  margin: 0;
}

main {
  display: block;
}

.container {
  width: min(1380px, calc(100% - 40px));
}

.section {
  padding-block: var(--section-space);
}

.page-banner {
  padding-top: clamp(30px, 4vw, 52px);
  padding-bottom: clamp(18px, 2vw, 28px);
}

.page-banner + .section {
  padding-top: var(--section-space-tight);
}

.section-head {
  margin-bottom: clamp(24px, 3vw, 40px);
}

.section-title {
  margin: 0;
  max-width: 14ch;
}

.section-text {
  max-width: 68ch;
}

.section-head > .eyebrow + .section-title,
.banner-card > .eyebrow + .section-title,
.faq-card > .eyebrow + .section-title,
.contact-card > .eyebrow + .section-title,
.hero-copy > .eyebrow + .hero-title {
  margin-top: 18px;
}

.section-head > .section-title + .section-text,
.banner-card > .section-title + p,
.faq-card > .section-title + .section-text,
.contact-card > .section-title + .section-text {
  margin-top: 16px;
}

.header-wrap {
  min-height: 92px;
  padding-inline: 22px;
  gap: 18px;
}

.site-header .brand {
  gap: 16px;
}

.site-header .brand-mark {
  flex: 0 0 auto;
}

.site-header .brand-title {
  max-width: 15ch;
}

.site-nav {
  flex: 0 1 auto;
  justify-content: center;
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-grid,
.about-grid,
.faq-layout,
.contact-grid,
.reviews-top,
.story-grid,
.game-grid,
.catalog-grid,
.policy-grid,
.review-grid,
.metrics-grid,
.compliance-grid,
.footer-grid {
  align-items: stretch;
}

.hero-grid {
  gap: clamp(28px, 5vw, 60px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.hero-copy > .hero-title,
.hero-copy > .hero-text,
.hero-copy > .hero-cta,
.hero-copy > .hero-points {
  margin-top: 0;
}

.hero-text {
  max-width: 62ch;
}

.hero-points {
  width: 100%;
}

.hero-points li {
  min-height: 100%;
  padding: 18px 18px 20px;
}

.hero-visual {
  display: flex;
  align-items: center;
}

.vault-console {
  width: 100%;
}

.vault-screen {
  gap: 20px;
}

.vault-main-copy,
.floating-chip,
.mini-card-copy,
.metric-visual-copy,
.story-visual-copy,
.review-feature figcaption {
  display: grid;
  gap: 8px;
}

.floating-chip {
  gap: 6px;
}

.compliance-grid {
  gap: 22px;
}

.compliance-card,
.panel,
.metric-card,
.story-card,
.game-body,
.faq-card,
.review-card,
.policy-card,
.contact-card,
.legal-card,
.banner-card,
.age-dialog {
  padding: var(--card-pad);
}

.metric-card--visual,
.story-visual,
.review-feature {
  padding: 18px;
}

.feature-list,
.support-list,
.faq-list,
.contact-form {
  gap: 16px;
}

.feature-item {
  padding: 18px 18px 18px 72px;
}

.support-item {
  padding: 18px;
}

.feature-item strong,
.support-item strong,
.game-body h3,
.review-author,
.policy-card h3,
.story-card h3,
.legal-card h2,
.contact-card h3,
.panel h3 {
  line-height: 1.06;
}

.metrics-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

.metric-card {
  gap: 10px;
}

.metric-label {
  width: fit-content;
}

.metric-value {
  margin: 6px 0 0;
}

.metric-note {
  margin-top: auto;
  padding-top: 6px;
}

.story-grid {
  gap: 24px;
}

.story-card ul {
  margin-top: 16px;
}

.spotlight-header {
  margin-bottom: clamp(24px, 3vw, 36px);
  gap: 24px;
}

.game-grid,
.catalog-grid {
  gap: 24px;
}

.game-art {
  aspect-ratio: 16 / 10.5;
}

.game-body {
  gap: 16px;
}

.game-tags {
  gap: 8px;
}

.game-card .btn,
.policy-card .btn {
  width: 100%;
  justify-content: center;
}

.catalog-intro {
  padding-bottom: 0;
}

.faq-card {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-radius: 20px;
}

.faq-question {
  padding: 18px 20px;
}

.faq-answer {
  padding: 0 20px 20px;
}

.reviews-top {
  gap: 26px;
  margin-bottom: 26px;
}

.review-grid {
  gap: 24px;
}

.review-card {
  gap: 12px;
}

.review-stars {
  margin-bottom: 2px;
}

.review-meta,
.review-role {
  line-height: 1.6;
}

.contact-grid {
  gap: 28px;
}

.contact-visual {
  margin-bottom: 20px;
}

.contact-note {
  margin: 0;
}

.form-row {
  gap: 10px;
}

.policy-grid {
  gap: 22px;
}

.policy-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.policy-card .btn {
  margin-top: auto;
}

.banner-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.banner-card p {
  margin: 0;
}

.banner-showcase {
  margin-top: 6px;
  width: 100%;
}

.legal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.legal-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.legal-card ul {
  margin-top: 2px;
}

.site-footer {
  padding-top: 38px;
  padding-bottom: 28px;
}

.footer-grid {
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 0.85fr));
  gap: 28px;
}

.footer-brand {
  max-width: 100%;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column h3 {
  margin-bottom: 4px;
}

.footer-column a,
.footer-column span {
  margin: 0;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  align-items: flex-start;
}

.game-stage {
  padding-top: 6px;
}

.game-frame {
  height: clamp(720px, calc(100dvh - var(--header-height) - 92px), 1180px);
}

.age-dialog {
  display: grid;
  gap: 16px;
}

.age-actions {
  margin-top: 4px;
}

@media (max-width: 1260px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(0, 1fr));
  }

  .legal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .container {
    width: min(100% - 28px, 100%);
  }

  .header-wrap {
    min-height: 82px;
    padding-inline: 16px;
  }

  .site-nav {
    justify-content: stretch;
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .metrics-grid,
  .policy-grid,
  .review-grid,
  .catalog-grid,
  .legal-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .section {
    padding-block: clamp(64px, 12vw, 84px);
  }

  .spotlight-header,
  .reviews-top,
  .footer-bottom {
    gap: 16px;
  }

  .game-grid,
  .compliance-grid,
  .review-grid,
  .policy-grid,
  .metrics-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .game-body .btn,
  .policy-card .btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, 100%);
  }

  .site-header .brand {
    gap: 12px;
  }

  .site-header .brand-mark {
    width: 52px;
    height: 52px;
  }

  .site-header .brand-title {
    max-width: 11ch;
  }

  .site-header .brand-subtitle {
    padding: 6px 10px;
  }

  .section-title {
    max-width: none;
  }

  .feature-item {
    padding: 18px 18px 18px 64px;
  }

  .feature-item::before {
    left: 16px;
  }

  .hero-visual::before,
  .hero-visual::after,
  .vault-console::after,
  .story-grid::before {
    display: none;
  }

  .page-banner {
    padding-top: 22px;
  }

  .banner-card,
  .review-feature,
  .story-visual,
  .metric-card--visual {
    padding: 16px;
  }

  .game-frame {
    height: clamp(620px, calc(100dvh - 108px), 960px);
  }
}

/* Mobile burger refinement */

.nav-toggle {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(142, 233, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(24, 28, 40, 0.96);
  color: #f4f8ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 28px rgba(6, 10, 20, 0.24);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(142, 233, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(142, 233, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(24, 28, 40, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 30px rgba(6, 10, 20, 0.28);
  outline: none;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2.5px;
  margin: 0;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform-origin: center;
  transition:
    top var(--transition),
    transform var(--transition),
    opacity 160ms ease,
    background var(--transition);
}

.nav-toggle span {
  top: 52%;
  transform: translate(-50%, -50%);
}

.nav-toggle::before {
  top: calc(50% - 8px);
  transform: translateX(-50%);
}

.nav-toggle::after {
  top: calc(50% + 8px);
  transform: translateX(-50%);
}

.nav-toggle[aria-expanded="true"] {
  border-color: rgba(245, 182, 45, 0.34);
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0.55);
}

.nav-toggle[aria-expanded="true"]::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 880px) {
  .header-actions {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .nav-toggle {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 16px;
  }

  .nav-toggle span,
  .nav-toggle::before,
  .nav-toggle::after {
    width: 17px;
  }

  .nav-toggle::before {
    top: calc(50% - 7px);
  }

  .nav-toggle::after {
    top: calc(50% + 7px);
  }
}

/* Hero visual refinement */

.hero-grid {
  align-items: center;
}

.hero-visual {
  display: block;
  align-self: start;
  min-height: auto;
  padding: 18px 14px 18px;
}

.floating-chip {
  position: absolute;
  z-index: 3;
  max-width: 214px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 26, 43, 0.95), rgba(12, 17, 29, 0.92));
  box-shadow: 0 18px 40px rgba(5, 8, 15, 0.3);
}

.floating-chip strong {
  margin-bottom: 5px;
  font-size: 0.75rem;
}

.floating-chip span {
  font-size: 0.88rem;
  line-height: 1.42;
}

.floating-chip--top {
  top: 0;
  left: 0;
  transform: translate(-14px, -14px);
}

.floating-chip--bottom {
  right: 0;
  bottom: 0;
  max-width: 222px;
  transform: translate(14px, 14px);
}

.vault-console {
  position: relative;
  height: auto;
  padding: 24px;
  border-radius: 34px;
}

.vault-console::before {
  inset: 18px;
  border-radius: 26px;
}

.vault-screen {
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.84fr);
  gap: 16px;
  align-items: stretch;
}

.vault-main {
  position: relative;
  display: flex;
  align-items: end;
  min-height: clamp(420px, 43vw, 560px);
  border-radius: 26px;
}

.vault-main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vault-main-badge {
  left: 14px;
  top: 14px;
  padding: 9px 12px;
  font-size: 0.72rem;
}

.vault-main-copy {
  inset: auto 14px 14px 14px;
  padding: 16px;
  border-radius: 20px;
  z-index: 1;
}

.vault-main-copy strong {
  font-size: 1.08rem;
}

.vault-main-copy span {
  margin-top: 6px;
  font-size: 0.97rem;
  line-height: 1.55;
}

.vault-side {
  display: grid;
  grid-template-rows: none;
  grid-auto-rows: auto;
  align-content: start;
  gap: 12px;
}

.mini-card:first-child,
.mini-card:last-child {
  transform: none;
}

.vault-side .mini-card {
  display: grid;
  align-content: start;
  padding: 13px;
  border-radius: 20px;
  min-height: 0;
}

.vault-side .mini-card img {
  aspect-ratio: 16 / 8;
}

.mini-card-copy {
  display: grid;
  align-content: start;
  margin-top: 10px;
  gap: 5px;
}

.mini-card strong {
  margin-bottom: 4px;
  font-size: 0.76rem;
}

.mini-card span {
  font-size: 0.9rem;
  line-height: 1.42;
}

@media (max-width: 1180px) {
  .hero-visual {
    padding: 10px 0 0;
  }

  .floating-chip--top,
  .floating-chip--bottom {
    position: static;
    max-width: none;
    transform: none;
    margin-top: 14px;
  }

  .vault-console {
    padding: 20px;
  }

  .vault-screen {
    grid-template-columns: 1fr;
  }

  .vault-main {
    min-height: 420px;
  }

}

@media (max-width: 640px) {
  .vault-console {
    padding: 16px;
  }

  .vault-main {
    min-height: 360px;
  }

  .vault-side .mini-card {
    padding: 12px;
  }
}
