
:root {
  --bg: #191970;
  --bg-soft: #241f7a;
  --surface: #111650;
  --surface-2: rgba(255, 255, 255, 0.08);
  --surface-3: rgba(255, 255, 255, 0.12);
  --text: #fff8dc;
  --muted: #d8d4ff;
  --line: rgba(255, 215, 0, 0.18);
  --primary: #8b0000;
  --primary-strong: #b30000;
  --accent: #ffd700;
  --accent-strong: #ffea61;
  --success: #9eff9e;
  --danger: #ff8e8e;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
  --radius: 24px;
  --radius-sm: 16px;
  --radius-xs: 12px;
  --container: 1200px;
  --header-h: 92px;
  --transition: 0.25s ease;
  --font-main: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 215, 0, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(139, 0, 0, 0.22), transparent 28%),
    linear-gradient(180deg, #1a1670 0%, #111650 55%, #0d123f 100%);
  min-height: 100vh;
  line-height: 1.6;
}
img, canvas, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
main { overflow: hidden; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(860px, 100%); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--accent); letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.78rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: linear-gradient(90deg, transparent, var(--accent)); }
.lead, .hero__text, .page-hero p, .content-section p, .legal-content p, .site-footer p, .cookie-banner p, .feature-list li { color: var(--muted); }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.15; color: #ffffff; }
h1 { font-size: clamp(2.3rem, 5vw, 4.3rem); max-width: 12ch; text-wrap: balance; }
h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 16px; }
ul { margin: 0; padding: 0; list-style: none; }
strong { color: #ffffff; }
.site-header { position: sticky; top: 0; z-index: 90; backdrop-filter: blur(16px); background: rgba(11, 14, 52, 0.8); border-bottom: 1px solid var(--line); }
.site-header__inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.08rem; letter-spacing: 0.04em; text-transform: lowercase; flex-shrink: 0; }
.brand__mark { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), #cf1111); color: var(--accent); border: 2px solid rgba(255, 215, 0, 0.35); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.09); font-size: 1.3rem; }
.brand--footer .brand__mark { width: 42px; height: 42px; }
.nav { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
.nav__link { position: relative; padding: 10px 14px; border-radius: 999px; color: var(--muted); font-weight: 700; transition: var(--transition); }
.nav__link:hover, .nav__link.is-active { color: #fff; background: rgba(255, 215, 0, 0.12); }
.site-header__cta { flex-shrink: 0; }
.btn { border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; font-weight: 800; transition: transform var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition); }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(135deg, var(--primary), var(--primary-strong)); color: #fff; box-shadow: 0 16px 35px rgba(139, 0, 0, 0.32); }
.btn--secondary { background: rgba(255, 255, 255, 0.09); color: #fff; border: 1px solid rgba(255,255,255,0.1); }
.btn--ghost { background: transparent; color: var(--accent); border: 1px solid rgba(255, 215, 0, 0.32); }
.btn--accent { background: linear-gradient(135deg, #ffd700, #ffef75); color: #3f1600; box-shadow: 0 16px 35px rgba(255, 215, 0, 0.22); }
.btn--large { min-height: 58px; padding: 0 28px; font-size: 1.05rem; }
.btn--small { min-height: 42px; padding: 0 18px; }
.text-link { color: var(--accent); font-weight: 700; }
.text-link:hover { color: var(--accent-strong); }
.hero, .page-hero, .content-section, .benefits, .featured-strip, .faq-preview, .cta-banner, .play-stage, .content-band, .legal-section { padding: 84px 0; }
.hero { padding-top: 56px; position: relative; }
.page-hero { padding-top: 72px; position: relative; }
.hero__grid, .two-col, .content-band__grid, .featured-layout, .game-shell { display: grid; gap: 28px; }
.hero__grid { grid-template-columns: 1.2fr 0.8fr; align-items: center; }
.hero__grid--play { grid-template-columns: 1fr 360px; align-items: stretch; }
.hero-card, .play-sidecard, .info-card, .featured-panel, .highlight-card, .contact-card, .form-card, .side-card, .step-card { background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04)); border: 1px solid rgba(255, 215, 0, 0.16); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card, .play-sidecard, .info-card, .featured-panel, .highlight-card, .contact-card, .form-card, .side-card, .step-card { position: relative; padding: 26px; }
.hero-card__label, .featured-panel__tag, .meter__label { display: inline-block; margin-bottom: 12px; color: var(--accent); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 800; }
.hero__actions, .age-gate__actions, .cookie-banner__actions, .game-controls { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__badges, .feature-list, .footer-links { display: grid; gap: 12px; }
.hero__badges { margin-top: 26px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hero__badges li, .feature-list li { position: relative; padding-left: 22px; }
.hero__badges li::before, .feature-list li::before { content: "✦"; position: absolute; left: 0; top: 0; color: var(--accent); }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.card-grid { display: grid; gap: 24px; }
.card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.featured-layout { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.section-cta { margin-top: 28px; }
.cta-banner__inner { background: linear-gradient(135deg, rgba(139, 0, 0, 0.88), rgba(32, 33, 113, 0.92)); border: 1px solid rgba(255, 215, 0, 0.24); border-radius: calc(var(--radius) + 4px); padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: var(--shadow); }
.faq-list { display: grid; gap: 16px; }
.faq-item { border: 1px solid rgba(255, 215, 0, 0.16); border-radius: 20px; background: rgba(255, 255, 255, 0.05); overflow: hidden; }
.faq-question { width: 100%; text-align: left; background: transparent; color: #fff; border: 0; padding: 22px 24px; font-weight: 800; font-size: 1rem; position: relative; }
.faq-question::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 1.5rem; transition: transform var(--transition); }
.faq-question[aria-expanded="true"]::after { transform: translateY(-50%) rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--transition); }
.faq-answer > * { overflow: hidden; padding: 0 24px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > * { padding-bottom: 24px; }
.two-col, .content-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.alt-section { background: rgba(255, 255, 255, 0.03); border-block: 1px solid rgba(255, 215, 0, 0.08); }
.play-stage { padding-top: 24px; }
.game-shell { grid-template-columns: minmax(0, 1.15fr) 340px; align-items: start; }
.game-shell__main { background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04)); border-radius: var(--radius); padding: 24px; border: 1px solid rgba(255, 215, 0, 0.18); box-shadow: var(--shadow); }
.game-shell__info { display: grid; gap: 20px; }
.game-topbar { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 20px; }
.meter { padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255, 215, 0, 0.12); }
.meter strong { display: block; font-size: 1.45rem; margin-top: 6px; }
.canvas-wrap { position: relative; padding: 14px; border-radius: 28px; background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(255,255,255,0.04)); border: 1px solid rgba(255, 215, 0, 0.18); overflow: hidden; }
#slotCanvas { width: 100%; height: auto; border-radius: 20px; background: radial-gradient(circle at top, rgba(255, 215, 0, 0.1), transparent 30%), linear-gradient(180deg, #10154d 0%, #18115b 100%); }
.game-controls { margin-top: 20px; }
.game-message { margin: 18px 0 0; min-height: 28px; font-weight: 700; color: var(--accent); }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.step-card__number { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--accent), #ffe869); color: #401200; font-weight: 900; margin-bottom: 16px; }
.legal-content { display: grid; gap: 28px; }
.legal-content article { padding: 24px 0; border-bottom: 1px solid rgba(255, 215, 0, 0.1); }
.contact-form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: #fff; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255, 215, 0, 0.18); background: rgba(255, 255, 255, 0.08); color: #fff; border-radius: 16px; padding: 14px 16px; outline: none; }
.site-footer { padding: 44px 0 24px; border-top: 1px solid rgba(255, 215, 0, 0.12); background: rgba(6, 8, 33, 0.55); }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 28px; }
.site-footer__bottom { margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255, 215, 0, 0.1); display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; }
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 120; }
.cookie-banner__content { width: min(980px, 100%); margin: 0 auto; padding: 18px 20px; border-radius: 22px; background: rgba(12, 15, 48, 0.96); border: 1px solid rgba(255, 215, 0, 0.24); box-shadow: var(--shadow); display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.cookie-banner a { color: var(--accent); text-decoration: underline; }
.age-gate { position: fixed; inset: 0; z-index: 150; background: rgba(4, 6, 24, 0.84); backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; padding: 20px; }
.age-gate.is-visible { display: flex; }
.age-gate__dialog { width: min(560px, 100%); background: linear-gradient(180deg, rgba(139, 0, 0, 0.22), rgba(25, 25, 112, 0.96)); border: 1px solid rgba(255, 215, 0, 0.24); border-radius: 30px; box-shadow: var(--shadow); padding: 34px; text-align: center; }
@media (max-width: 1100px) {
  .hero__grid, .hero__grid--play, .game-shell, .featured-layout, .card-grid--four, .card-grid--three, .steps-grid, .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-shell__info { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .site-header { position: relative; }
  .site-header__inner, .cookie-banner__content, .cta-banner__inner { flex-direction: column; align-items: flex-start; }
  .nav { width: 100%; justify-content: flex-start; }
  .hero, .page-hero, .content-section, .benefits, .featured-strip, .faq-preview, .cta-banner, .play-stage, .content-band, .legal-section { padding: 68px 0; }
  .hero__grid, .hero__grid--play, .two-col, .content-band__grid, .game-shell, .game-topbar, .featured-layout, .card-grid--four, .card-grid--three, .steps-grid, .site-footer__grid, .form-grid, .game-shell__info, .hero__badges { grid-template-columns: 1fr; }
  .btn, .site-header__cta { width: 100%; }
  .game-controls { display: grid; grid-template-columns: 1fr 1fr; }
  .btn--large { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .container { width: min(var(--container), calc(100% - 22px)); }
  .game-controls { grid-template-columns: 1fr; }
}
