:root {
  --ink: #101624;
  --muted: #667085;
  --panel: #ffffff;
  --line: #e6e9f0;
  --rose: #e3376a;
  --teal: #13bfa5;
  --gold: #ffd447;
  --violet: #33308f;
  --navy: #08152d;
  --bg: #f7f8fb;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(16px, 4vw, 56px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; letter-spacing: 0; }
.logo span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 8px; color: var(--navy); background: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { padding: 9px 12px; text-decoration: none; color: #2d3445; font-weight: 700; border-radius: 8px; }
.main-nav a:hover { background: #eef1f8; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 8px; font-size: 24px; }
.hero { min-height: 680px; display: flex; align-items: center; padding: 74px clamp(16px, 5vw, 72px); color: #fff; background: linear-gradient(90deg, rgba(8,21,45,.92), rgba(8,21,45,.35)), url("../images/hero.png") center/cover no-repeat; }
.hero-copy { width: min(720px, 100%); }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .12em; color: var(--teal); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0 0 18px; font-size: clamp(36px, 5vw, 68px); line-height: 1.02; letter-spacing: 0; }
h2 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 42px); line-height: 1.12; letter-spacing: 0; }
.hero p:not(.eyebrow) { max-width: 650px; font-size: 18px; color: #edf3ff; }
.hero-actions, .age-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 0; border-radius: 8px; font-weight: 900; text-decoration: none; cursor: pointer; white-space: normal; text-align: center; }
.btn.primary { color: #121212; background: var(--gold); box-shadow: 0 10px 28px rgba(255,212,71,.25); }
.btn.light { color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35); }
.btn.ghost { color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); }
.btn.dark { color: #fff; background: var(--navy); }
.notice-band { margin: -44px auto 0; width: min(1120px, calc(100% - 32px)); padding: 24px; background: #fff; border: 3px solid var(--gold); border-radius: 8px; box-shadow: 0 20px 50px rgba(16,22,36,.12); position: relative; z-index: 2; }
.notice-band h2 { font-size: 26px; }
.section-grid, .benefits, .reviews, .faq, .contact, .stats { width: min(1180px, calc(100% - 32px)); margin: 72px auto; }
.section-heading { max-width: 720px; margin-bottom: 24px; }
.section-heading p:last-child { color: var(--muted); }
.game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.game-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 14px 35px rgba(16,22,36,.08); }
.game-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: #111827; }
.game-body { padding: 16px; display: flex; flex-direction: column; min-height: 294px; }
.category { width: fit-content; padding: 4px 8px; border-radius: 8px; background: #e8fbf7; color: #087766; font-size: 12px; font-weight: 900; }
.game-body strong { margin-top: 10px; font-size: 20px; line-height: 1.2; }
.game-body p { color: var(--muted); margin: 9px 0 0; }
.rating { margin: auto 0 14px; font-weight: 900; color: #b15d00; }
.benefits { display: grid; grid-template-columns: .9fr 1.4fr; gap: 28px; align-items: start; }
.benefit-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.benefit-list div, .review-grid blockquote { margin: 0; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.benefit-list strong { font-size: 18px; }
.benefit-list p, .review-grid p { color: var(--muted); margin: 8px 0 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
cite { display: block; margin-top: 14px; font-style: normal; font-weight: 900; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy); color: #fff; border-radius: 8px; overflow: hidden; }
.stats div { padding: 24px; border-right: 1px solid rgba(255,255,255,.15); }
.stats div:last-child { border-right: 0; }
.stats strong { display: block; font-size: 34px; color: var(--gold); }
.stats span { color: #dce6ff; }
.accordion { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.accordion-trigger { width: 100%; padding: 18px; border: 0; border-bottom: 1px solid var(--line); background: #fff; text-align: left; font-size: 18px; font-weight: 900; cursor: pointer; }
.accordion-panel { display: none; padding: 0 18px 18px; color: var(--muted); }
.accordion-trigger.is-open + .accordion-panel { display: block; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; padding: 28px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, var(--violet), var(--rose) 55%, #0e8f80); }
.contact .eyebrow { color: var(--gold); }
.contact-form { display: grid; gap: 12px; }
label { display: grid; gap: 6px; font-weight: 800; }
input, textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; font: inherit; color: var(--ink); background: #fff; }
.form-status { min-height: 24px; margin: 0; color: #fff4b8; font-weight: 900; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 34px clamp(16px, 4vw, 56px); color: #dce6ff; background: #07101f; }
.site-footer a { color: #fff; }
.site-footer p { margin: 6px 0 0; }
.page-hero { min-height: 360px; padding: 78px clamp(16px, 5vw, 72px); color: #fff; background: linear-gradient(90deg, rgba(8,21,45,.88), rgba(8,21,45,.4)), url("../images/demo-slots.png") center/cover no-repeat; }
.page-hero p { max-width: 720px; color: #edf3ff; font-size: 18px; }
.legal { width: min(900px, calc(100% - 32px)); margin: 56px auto; padding: 30px; background: #fff; border-radius: 8px; border: 1px solid var(--line); }
.legal h1 { color: var(--navy); font-size: clamp(34px, 5vw, 54px); }
.legal h2 { margin-top: 26px; font-size: 24px; }
.age-gate { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 18px; background: rgba(7,16,31,.86); }
.age-gate.is-visible { display: grid; }
.age-box { width: min(460px, 100%); padding: 28px; color: #fff; background: #111827; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.badge { display: inline-grid; place-items: center; width: 58px; height: 58px; margin-bottom: 12px; border-radius: 8px; background: var(--gold); color: #111827; font-size: 24px; }
.site-lock { position: fixed; inset: 0; z-index: 110; display: none; place-items: center; padding: 18px; color: #fff; text-align: center; background: #07101f; }
.site-lock.is-visible { display: grid; }
.site-lock strong { font-size: 34px; color: var(--gold); }
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 30; display: none; align-items: center; justify-content: space-between; gap: 16px; width: min(820px, calc(100% - 32px)); margin: 0 auto; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 45px rgba(16,22,36,.2); }
.cookie-banner.is-visible { display: flex; }
.cookie-banner p { margin: 0; color: var(--muted); }
.game-modal { position: fixed; inset: 0; z-index: 80; display: none; }
.game-modal.is-open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(7,16,31,.82); }
.modal-panel { position: relative; width: min(1120px, calc(100% - 32px)); margin: 38px auto; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.modal-head { display: flex; justify-content: space-between; gap: 16px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.modal-head h2 { margin: 0; font-size: 24px; }
.modal-head p { margin: 4px 0 0; color: var(--muted); }
.modal-close { width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 8px; font-size: 30px; cursor: pointer; }
#gameFrame { display: block; width: 100%; min-height: 560px; border: 0; background: #111827; }
.not-found { min-height: 100vh; color: #fff; background: linear-gradient(135deg, var(--navy), var(--rose), var(--teal)); }
.error-page { min-height: 100vh; display: grid; place-content: center; padding: 24px; text-align: center; }
.error-page strong { font-size: clamp(80px, 16vw, 180px); line-height: .8; color: var(--gold); }
.error-page p { max-width: 560px; margin: 0 auto; }
@media (max-width: 980px) {
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits, .contact { grid-template-columns: 1fr; }
  .benefit-list { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .site-header { align-items: center; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: 68px; display: none; flex-direction: column; align-items: stretch; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 20px 45px rgba(16,22,36,.16); }
  .main-nav.is-open { display: flex; }
  .hero { min-height: 620px; padding-top: 48px; background-position: center; }
  .notice-band { margin-top: -28px; }
  .game-grid { grid-template-columns: 1fr; }
  .game-body { min-height: auto; }
  .rating { margin-top: 16px; }
  .stats { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-footer { grid-template-columns: 1fr; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .modal-panel { width: 100%; height: 100%; margin: 0; border-radius: 0; display: flex; flex-direction: column; }
  #gameFrame { flex: 1; min-height: 0; }
  .modal-head { align-items: start; }
}
