:root {
  --wine-950: #120407;
  --wine-900: #1b070b;
  --wine-800: #310a12;
  --wine-700: #54101e;
  --red: #e12a2f;
  --orange: #ff6b18;
  --gold: #ffbd35;
  --cream: #fff9f2;
  --paper: #f7f2ed;
  --ink: #1f1516;
  --muted: #736669;
  --green: #29c66f;
  --line: rgba(67, 31, 36, .13);
  --white-line: rgba(255, 255, 255, .13);
  --shadow: 0 24px 70px rgba(60, 12, 20, .16);
  --radius: 24px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 20px; background: #fff; color: #111; padding: 12px 18px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 14px; }

.age-bar {
  min-height: 34px;
  background: #090204;
  color: #dacdd0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 6px 18px;
  font-size: 12px;
}
.age-bar span { border: 1px solid #ff785f; color: #ff9d84; border-radius: 999px; padding: 1px 8px; font-weight: 900; }
.age-bar p { margin: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(23, 6, 9, .94);
  border-bottom: 1px solid var(--white-line);
  backdrop-filter: blur(16px);
}
.nav-shell {
  min-height: 82px;
  width: min(calc(100% - 40px), 1240px);
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-size: 18px; font-weight: 900; line-height: 1.05; }
.brand img { width: 62px; height: 62px; object-fit: contain; border-radius: 14px; }
.brand small { display: block; color: #d6a9ae; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; margin-top: 5px; }
nav { display: flex; align-items: center; gap: 5px; }
nav a { color: #eedfe1; font-size: 14px; font-weight: 750; text-decoration: none; padding: 10px 13px; border-radius: 999px; }
nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.header-cta { color: #130504; background: var(--green); padding: 12px 20px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 900; box-shadow: 0 10px 30px rgba(41,198,111,.2); }
.menu-button { display: none; background: transparent; border: 0; padding: 10px; }
.menu-button > span:not(.sr-only) { width: 24px; height: 2px; background: #fff; display: block; margin: 5px; }

.hero {
  min-height: 740px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
    radial-gradient(circle at 77% 45%, rgba(225,42,47,.25), transparent 28%),
    linear-gradient(125deg, #22070d 0%, #4c101b 52%, #1a0509 100%);
  background-size: 38px 38px, 38px 38px, auto, auto;
  padding: 92px 0 44px;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(9,2,4,.42)); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 500px; height: 500px; right: -190px; top: 80px; background: radial-gradient(circle, rgba(255,107,24,.2), transparent 68%); }
.hero-glow-two { width: 320px; height: 320px; left: -170px; bottom: 10px; background: radial-gradient(circle, rgba(225,42,47,.22), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; }
.eyebrow, .kicker { margin: 0 0 17px; color: #f6bd73; font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(41,198,111,.13); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6.2vw, 86px); line-height: .98; letter-spacing: -.055em; font-weight: 950; }
.hero-lede { max-width: 620px; margin: 27px 0 0; color: #eadcdf; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; padding: 13px 22px; font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-fire { color: #1a0506; background: linear-gradient(135deg, var(--gold), var(--orange)); box-shadow: 0 16px 35px rgba(255,107,24,.24); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin: 0; padding: 0; list-style: none; color: #d8c5c8; font-size: 13px; }
.trust-row li { display: flex; align-items: center; gap: 8px; }
.trust-row strong { color: #ffcb74; font-size: 11px; border: 1px solid rgba(255,203,116,.3); padding: 3px 6px; border-radius: 6px; }

.hero-visual { min-height: 470px; display: grid; place-items: center; }
.logo-orbit { width: min(100%, 470px); aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px dashed rgba(255,195,110,.25); border-radius: 50%; }
.orbit-one { width: 92%; height: 92%; animation: spin 38s linear infinite; }
.orbit-two { width: 71%; height: 71%; border-style: solid; border-color: rgba(255,255,255,.09); }
.logo-card { width: 276px; aspect-ratio: 1; padding: 14px; position: relative; z-index: 2; border-radius: 42px; background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 40px 100px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.17); transform: rotate(-3deg); }
.logo-card::before { content: ""; position: absolute; inset: -35px; z-index: -1; background: radial-gradient(circle, rgba(255,98,23,.38), transparent 68%); }
.logo-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 30px; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(45,10,17,.75); backdrop-filter: blur(12px); box-shadow: 0 16px 40px rgba(0,0,0,.24); }
.float-card > span { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; border-radius: 11px; background: #ffd773; color: #451016; font-weight: 950; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 13px; }
.float-card small { color: #d3bdc0; font-size: 11px; }
.card-top { top: 42px; right: -10px; }
.card-bottom { bottom: 34px; left: -10px; }
@keyframes spin { to { transform: rotate(360deg); } }

.quick-nav { position: relative; z-index: 3; margin-top: 56px; padding: 12px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(20,4,8,.58); backdrop-filter: blur(12px); }
.quick-nav a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; border-radius: 14px; color: #f4e9ea; text-decoration: none; font-size: 13px; font-weight: 800; }
.quick-nav a:hover { background: rgba(255,255,255,.08); }
.quick-nav span { color: #ffc65a; }

.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.split-heading > p, .section-copy { color: var(--muted); margin: 0; }
.kicker { color: #b1352f; }
.kicker.light { color: #ffb35d; }
h2 { margin: 0; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
h3 { line-height: 1.25; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: 0 13px 40px rgba(48,25,29,.05); }
.step-card.featured { background: linear-gradient(145deg, #3d0c14, #1c060a); color: #fff; border-color: transparent; box-shadow: var(--shadow); }
.step-number { position: absolute; top: 24px; right: 25px; color: #716063; font-size: 12px; font-weight: 900; }
.step-card.featured .step-number { color: #d19aa1; }
.step-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 40px; border-radius: 16px; background: #f5e3dc; color: #8d211e; font-size: 22px; font-weight: 900; }
.featured .step-icon { background: linear-gradient(135deg, var(--gold), var(--orange)); color: #2c080c; }
.step-card h3 { margin: 0 0 11px; font-size: 22px; }
.step-card p { color: var(--muted); margin: 0; font-size: 15px; }
.step-card.featured p { color: #d7c5c7; }
.notice { margin-top: 22px; padding: 18px 22px; display: flex; gap: 14px; border: 1px solid #ead6c0; border-radius: 16px; background: #fff9e9; color: #5d4940; font-size: 14px; }
.notice-icon { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #ffd579; color: #5d2600; font-weight: 950; }

.dark-section { color: #fff; background: var(--wine-950); }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.dark-section h2 { max-width: 600px; }
.muted { color: #cdbdc0; }
.checklist { margin-top: 32px; display: grid; gap: 10px; }
.checklist > div { display: flex; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--white-line); }
.checklist span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; background: rgba(255,184,87,.12); color: #ffc46d; font-size: 12px; font-weight: 900; }
.checklist p { margin: 0; color: #bdabad; font-size: 14px; }
.checklist strong { display: block; color: #fff; font-size: 15px; }
.status-panel { padding: 25px; border: 1px solid var(--white-line); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.status-head { display: flex; justify-content: space-between; margin-bottom: 16px; color: #ddcfd1; font-size: 13px; font-weight: 800; }
.live-dot { color: #62df96; }
.status-item { display: flex; align-items: center; gap: 14px; padding: 17px; margin-top: 8px; border-radius: 17px; background: rgba(255,255,255,.055); }
.status-symbol { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: rgba(41,198,111,.14); color: #6de4a1; font-weight: 950; }
.status-item strong, .status-item small { display: block; }
.status-item small { color: #af9da0; }

.mobile-section { background: #fff; overflow: hidden; }
.mobile-grid { grid-template-columns: .82fr 1.18fr; }
.phone { width: 278px; padding: 13px; margin: auto; border: 6px solid #2a171a; border-radius: 47px; background: #12070a; box-shadow: 0 36px 70px rgba(51,10,18,.22); transform: rotate(-4deg); }
.phone-speaker { width: 70px; height: 5px; margin: 5px auto 12px; border-radius: 9px; background: #4b3438; }
.phone-screen { min-height: 475px; padding: 47px 22px; border-radius: 32px; background: linear-gradient(160deg, #4b0e18, #190509 70%); }
.phone-screen img { width: 145px; height: 145px; margin: 0 auto 40px; border-radius: 30px; }
.mock-field { height: 38px; margin-top: 12px; border-radius: 12px; background: rgba(255,255,255,.09); }
.mock-field.short { width: 82%; }
.mock-button { margin-top: 22px; padding: 12px; text-align: center; border-radius: 12px; color: #24080a; background: linear-gradient(135deg, var(--gold), var(--orange)); font-size: 12px; font-weight: 950; }
.feature-list { display: grid; gap: 9px; margin-top: 30px; }
.feature-list > div { display: flex; gap: 17px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: #ad2a28; font-size: 12px; font-weight: 950; }
.feature-list p { margin: 0; color: var(--muted); }
.feature-list strong { display: block; color: var(--ink); }

.games-section { background: var(--paper); }
.games-image { overflow: hidden; border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); background: #f2eae1; }
.games-image img { width: 100%; height: auto; }
.game-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px; }
.game-notes article { padding: 25px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }
.game-notes span { color: #ad2a28; font-size: 11px; letter-spacing: .13em; font-weight: 950; }
.game-notes h3 { margin: 12px 0 7px; }
.game-notes p { color: var(--muted); margin: 0; font-size: 14px; }

.security-section { padding-top: 0; background: var(--paper); }
.security-card { min-height: 280px; padding: 55px 62px; display: flex; align-items: center; justify-content: space-between; gap: 45px; color: #fff; border-radius: 34px; background: linear-gradient(120deg, #9e211f, #4a0d17 65%, #23070c); box-shadow: var(--shadow); }
.security-card > div { max-width: 700px; }
.security-card h2 { font-size: clamp(34px, 4vw, 52px); }
.security-card p:not(.kicker) { color: #ead8da; margin-bottom: 0; }
.button-light { flex: 0 0 auto; background: #fff; color: #4a0d17; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 18px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #ad2a28; font-size: 24px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 0 25px; padding-right: 40px; color: var(--muted); }

.site-footer { color: #cbbabc; background: #100305; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 55px; }
.footer-brand img { width: 92px; height: 92px; border-radius: 18px; }
.footer-brand p { max-width: 290px; }
.footer-title { color: #fff; margin: 0 0 17px; font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { display: block; margin: 9px 0; color: #cbbabc; text-decoration: none; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-note { margin: 0; font-size: 14px; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--white-line); display: flex; justify-content: space-between; gap: 20px; color: #8f7c7f; font-size: 12px; }
.footer-bottom p { margin: 0; }

@media (max-width: 950px) {
  .nav-shell { grid-template-columns: auto auto 1fr; gap: 10px; }
  .menu-button { display: block; justify-self: end; order: 2; }
  .header-cta { display: none; }
  nav { display: none; position: absolute; top: 82px; left: 20px; right: 20px; padding: 14px; flex-direction: column; align-items: stretch; border: 1px solid var(--white-line); border-radius: 18px; background: #21070d; box-shadow: 0 22px 50px rgba(0,0,0,.35); }
  nav.open { display: flex; }
  nav a { padding: 12px 15px; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { min-height: 420px; }
  .quick-nav { grid-template-columns: repeat(3, 1fr); }
  .split-heading, .two-column, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 250px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .shell, .nav-shell { width: min(calc(100% - 28px), var(--shell)); }
  .age-bar { text-align: left; }
  .nav-shell { min-height: 72px; }
  .brand img { width: 50px; height: 50px; }
  .brand { font-size: 16px; }
  nav { top: 72px; left: 14px; right: 14px; }
  .hero { min-height: auto; padding-top: 55px; }
  h1 { font-size: clamp(43px, 14vw, 64px); }
  .hero-lede { font-size: 16px; }
  .button { width: 100%; }
  .hero-visual { min-height: 350px; }
  .logo-orbit { width: 340px; max-width: 100%; }
  .logo-card { width: 205px; border-radius: 33px; }
  .logo-card img { border-radius: 23px; }
  .float-card { min-width: 170px; padding: 10px; }
  .float-card > span { width: 30px; height: 30px; }
  .float-card strong { font-size: 11px; }
  .card-top { right: 0; top: 15px; }
  .card-bottom { left: 0; bottom: 12px; }
  .quick-nav { grid-template-columns: 1fr 1fr; margin-top: 32px; }
  .quick-nav a { justify-content: flex-start; padding-inline: 12px; }
  .section { padding: 72px 0; }
  h2 { font-size: 38px; }
  .split-heading { gap: 22px; }
  .step-card { padding: 25px; }
  .status-panel { padding: 14px; }
  .mobile-grid { text-align: left; }
  .phone { width: 235px; }
  .phone-screen { min-height: 400px; }
  .game-notes { grid-template-columns: 1fr; }
  .games-image { border-radius: 18px; }
  .security-card { padding: 38px 27px; display: block; border-radius: 25px; }
  .security-card .button { margin-top: 25px; }
  .faq-grid { gap: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
