:root {
  color-scheme: dark;
  --ink: #fff8ea;
  --muted: #dab9ac;
  --gold: #efbd50;
  --gold-pale: #fff2a7;
  --wine: #5b171d;
  --wine-2: #7e2728;
  --plum: #2f0a38;
  --night: #160308;
  --green: #169d22;
  --green-hi: #51df43;
  --line: rgba(239, 189, 80, .36);
  --shadow: 0 18px 46px rgba(0, 0, 0, .48);
  --max: 1240px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; background: var(--night); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: radial-gradient(circle at 78% 12%, #4e0d3f 0, transparent 28%), linear-gradient(180deg, #24040a, #160308 65%); color: var(--ink); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .25; background-image: radial-gradient(circle at 20% 20%, rgba(255,224,132,.16) 0 1px, transparent 2px), radial-gradient(circle at 80% 62%, rgba(255,170,41,.18) 0 1px, transparent 2px); background-size: 37px 43px, 53px 61px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p, li { line-height: 1.72; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif; line-height: 1.05; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 6vw, 5.5rem); letter-spacing: -.045em; text-shadow: 0 4px 0 #5b161d, 0 8px 24px rgba(0,0,0,.7); }
h2 { font-size: clamp(2rem, 4.1vw, 3.65rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.72rem); }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; transform: translateY(-160%); padding: .8rem 1rem; border-radius: .7rem; background: #fff; color: #111; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; width: 100%; align-items: center; gap: clamp(1rem, 3vw, 2.6rem); min-height: 74px; padding: .65rem max(1rem, calc((100vw - var(--max))/2)); border-bottom: 1px solid rgba(239,189,80,.15); background: rgba(61, 12, 20,.91); box-shadow: 0 8px 28px rgba(0,0,0,.25); backdrop-filter: blur(14px); transition: min-height .2s, background .2s; }
.site-header.scrolled { min-height: 66px; background: rgba(41, 6, 12, .97); }
.brand { display: inline-flex; align-items: center; gap: .1rem; color: var(--gold); font-family: Georgia, serif; font-size: clamp(1.45rem, 2.4vw, 2.35rem); font-style: italic; font-weight: 900; letter-spacing: -.08em; text-decoration: none; text-shadow: 0 2px 0 #7d320b, 0 0 12px rgba(255,201,78,.35); }
.brand-star { align-self: flex-start; margin-right: -.22rem; color: var(--gold-pale); font-size: .65em; transform: rotate(-10deg); }
.main-nav { display: flex; align-items: center; justify-content: flex-start; gap: .4rem; }
.main-nav a { padding: .66rem .9rem; border: 1px solid transparent; border-radius: 999px; color: #f1c9bd; font-weight: 800; text-decoration: none; }
.main-nav a:hover, .main-nav a.active { border-color: #9d4547; background: linear-gradient(#7c292b, #4f141a); color: #fff; }

.header-cta, .hero-cta, .section-cta { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: .85rem clamp(1.25rem, 3vw, 2.25rem); border: 2px solid #78e657; border-radius: 18px; background: linear-gradient(#39cf3c, #118615 68%, #0d5f12); box-shadow: inset 0 3px 0 rgba(255,255,255,.35), inset 0 -5px 0 rgba(0,0,0,.22), 0 0 0 4px #c99531, 0 8px 22px rgba(0,0,0,.45); color: #fffce8; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 1.02rem; font-weight: 900; letter-spacing: .02em; text-decoration: none; text-shadow: 0 2px 0 #32540f; transition: transform .18s, filter .18s; }
.header-cta:hover, .hero-cta:hover, .section-cta:hover { filter: saturate(1.2) brightness(1.08); transform: translateY(-2px); }
.header-cta:focus-visible, .hero-cta:focus-visible, .section-cta:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.hero { position: relative; isolation: isolate; display: grid; min-height: min(760px, calc(100svh - 74px)); align-items: center; overflow: hidden; border-bottom: 3px solid #a75a21; background: #270612; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(17,2,8,.98) 0%, rgba(26,3,14,.88) 30%, rgba(26,3,14,.18) 62%, rgba(17,2,8,.08) 100%), linear-gradient(0deg, rgba(31,3,8,.8), transparent 34%); }
.hero-art { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-inner { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: clamp(3.4rem, 8vw, 6rem) 0; }
.hero-copy { width: min(660px, 55%); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1rem; color: var(--gold); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before, .eyebrow::after { content: ""; width: 1.8rem; height: 1px; background: var(--gold); }
.hero-lead { max-width: 57ch; margin: 1.3rem 0 1.7rem; color: #ffe8da; font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.65; text-shadow: 0 2px 12px #000; }
.hero-phrase { display: block; margin-top: .55rem; color: var(--gold-pale); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }
.text-link { color: var(--gold-pale); font-weight: 900; text-underline-offset: .28rem; }
.trust-chips { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.7rem 0 0; padding: 0; list-style: none; }
.trust-chips li { padding: .48rem .7rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(69,16,24,.72); color: #f3cdbf; font-size: .88rem; font-weight: 800; line-height: 1.1; backdrop-filter: blur(8px); }

.category-rail { position: relative; z-index: 3; display: flex; width: min(var(--max), calc(100% - 2rem)); margin: -30px auto 0; gap: .6rem; overflow-x: auto; overscroll-behavior-inline: contain; padding: .7rem; border: 1px solid #8d3d32; border-radius: 18px; background: linear-gradient(#57151d, #2d0710); box-shadow: var(--shadow); scrollbar-width: thin; }
.category-rail a { flex: 0 0 auto; padding: .68rem .9rem; border: 1px solid #8d3d32; border-radius: 12px; background: linear-gradient(#7a2928, #4b1118); color: #f2ce78; font-weight: 900; text-decoration: none; }
.category-rail a:hover { color: #fff; transform: translateY(-1px); }

.section { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr); align-items: end; gap: 2rem; margin-bottom: 2.2rem; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.kicker { display: block; margin-bottom: .75rem; color: var(--gold); font-size: .82rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.gold { color: var(--gold); }

.feature-stage { position: relative; min-height: 520px; overflow: hidden; border: 2px solid #a75a21; border-radius: 30px; box-shadow: var(--shadow); }
.feature-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,2,7,.95), rgba(20,2,7,.18) 68%), linear-gradient(0deg, rgba(20,2,7,.7), transparent); }
.stage-copy { position: relative; z-index: 2; width: min(530px, 62%); padding: clamp(2rem, 6vw, 4.6rem); }
.stage-copy p { color: #f5d8cb; }
.stage-copy h2 { margin-bottom: 1rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.art-card, .fact-card, .step, .notice, .quote-card { position: relative; isolation: isolate; overflow: hidden; padding: clamp(1.35rem, 3vw, 2.1rem); border: 1px solid var(--line); border-radius: 22px; background-color: #3d0e18; background-image: linear-gradient(135deg, rgba(55,7,16,.88), rgba(25,3,9,.94)), var(--art, url('/assets/img/games.webp')); background-position: center; background-size: cover; box-shadow: 0 13px 34px rgba(0,0,0,.3); }
.art-card::before, .fact-card::before, .step::before, .notice::before, .quote-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 100% 0, rgba(255,194,61,.18), transparent 38%); }
.art-card h3, .fact-card h3, .step h3 { margin-bottom: .65rem; color: var(--gold-pale); }
.art-card p, .fact-card p, .step p { margin-bottom: 0; color: #edcfc1; }
.card-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 1rem; border: 1px solid #f0c05a; border-radius: 50%; background: rgba(84,18,24,.75); color: var(--gold); font-size: 1.35rem; }

.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr); align-items: start; gap: clamp(2rem, 5vw, 5rem); }
.split.reverse { grid-template-columns: minmax(320px, .78fr) minmax(0, 1.05fr); }
.split-copy > * + * { margin-top: 1rem; }
.poster { position: sticky; top: 92px; overflow: hidden; border: 2px solid #a75a21; border-radius: 26px; background: #4d111a; box-shadow: var(--shadow); }
.poster img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.poster figcaption { padding: 1rem 1.2rem; color: #e9cdbf; font-size: .92rem; line-height: 1.55; }

.article { max-width: 920px; margin: 0 auto; }
.article > h2 { margin: 4rem 0 1.2rem; padding-top: .3rem; color: var(--gold-pale); }
.article > h3 { margin: 2.3rem 0 .8rem; color: var(--gold); }
.article > p, .article > ul, .article > ol { color: #ebd4c8; font-size: 1.05rem; }
.article a:not(.section-cta):not(.hero-cta) { color: var(--gold-pale); font-weight: 800; text-underline-offset: .22rem; }
.article ul, .article ol { padding-left: 1.35rem; }
.article li + li { margin-top: .55rem; }
.article-intro { margin: 0 auto 3rem; padding: 2rem; border-left: 4px solid var(--gold); border-radius: 0 20px 20px 0; background: linear-gradient(90deg, rgba(111,29,31,.62), rgba(51,9,17,.32)); color: #ffe7d7; font-size: 1.18rem; }

.table-wrap { max-width: 100%; overflow-x: auto; margin: 1.5rem 0 2rem; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
table { width: 100%; min-width: 650px; border-collapse: collapse; background: rgba(45,6,13,.92); }
th, td { padding: 1rem; border-bottom: 1px solid rgba(239,189,80,.2); text-align: left; vertical-align: top; line-height: 1.5; }
th { background: #671c22; color: var(--gold-pale); }
td { color: #ecd0c1; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; counter-reset: step; }
.step { counter-increment: step; --art: url('/assets/img/bonus.webp'); }
.step::after { content: counter(step); position: absolute; top: .8rem; right: 1rem; color: rgba(255,238,170,.22); font-size: 4.2rem; font-weight: 900; line-height: 1; }
.step strong { display: block; margin-bottom: .75rem; color: var(--gold); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

.cta-banner { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; overflow: hidden; padding: clamp(2rem, 5vw, 4.5rem); border: 2px solid #b66b2b; border-radius: 30px; background-image: linear-gradient(90deg, rgba(31,3,9,.96), rgba(55,7,20,.58)), url('/assets/img/bonus.webp'); background-position: center; background-size: cover; box-shadow: var(--shadow); }
.cta-banner h2 { margin-bottom: .8rem; }
.cta-banner p { max-width: 64ch; margin: 0; color: #f2d3c4; }

.status-box { display: grid; grid-template-columns: auto 1fr; gap: 1rem; margin: 1.5rem 0; padding: 1.25rem; border: 1px solid #d59f3b; border-radius: 18px; background-image: linear-gradient(90deg, rgba(56,10,18,.94), rgba(28,5,11,.92)), url('/assets/img/safety.webp'); background-size: cover; }
.status-box .seal { display: grid; width: 56px; height: 56px; place-items: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold-pale); font-size: 1.4rem; }
.status-box strong { display: block; margin-bottom: .35rem; color: var(--gold-pale); }
.status-box p { margin: 0; color: #efd4c5; }

.faq { display: grid; gap: .8rem; margin-top: 2rem; }
.faq details { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background-image: linear-gradient(90deg, rgba(75,15,24,.96), rgba(35,5,13,.94)), url('/assets/img/games.webp'); background-position: center; background-size: cover; }
.faq summary { cursor: pointer; padding: 1.2rem 3.4rem 1.2rem 1.25rem; color: var(--gold-pale); font-size: 1.05rem; font-weight: 900; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: .75rem; right: 1rem; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: rgba(240,188,79,.18); color: var(--gold); font-size: 1.5rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 1.25rem 1.3rem; color: #ebcfc1; }

.utility .hero { min-height: 600px; }
.utility .hero-copy { width: min(620px, 56%); }
.legal-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 3rem; }
.legal-nav { position: sticky; top: 96px; align-self: start; padding: 1.2rem; border: 1px solid var(--line); border-radius: 18px; background: #3c0c14; }
.legal-nav a { display: block; padding: .65rem; color: #f0ccbd; font-weight: 800; }
.error-code { color: var(--gold); font-size: clamp(5rem, 15vw, 11rem); font-weight: 900; letter-spacing: -.08em; line-height: .78; opacity: .92; text-shadow: 0 7px 0 #6a1b21; }

.site-footer { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 2rem; padding: 4rem max(1rem, calc((100vw - var(--max))/2)); border-top: 2px solid #80301f; background: linear-gradient(180deg, #3a0b13, #190307); }
.site-footer h2 { margin-bottom: .9rem; color: var(--gold); font-size: 1rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer a:not(.brand) { display: block; margin: .55rem 0; color: #e8c9ba; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-brand p { max-width: 40ch; margin-top: 1rem; color: #d9b6a6; }
.footer-note { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(239,189,80,.18); color: #b99283; font-size: .85rem; }

@media (max-width: 980px) {
  .site-header { padding-inline: 1rem; }
  .main-nav { justify-content: center; }
  .hero-copy { width: 64%; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .poster { position: relative; top: 0; max-width: 720px; margin-inline: auto; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-nav { position: relative; top: 0; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .site-header { grid-template-columns: auto 1fr; gap: .8rem; min-height: 70px; }
  .main-nav { display: none; }
  .header-cta { justify-self: end; min-height: 48px; padding: .72rem 1rem; border-radius: 14px; font-size: .9rem; box-shadow: inset 0 3px 0 rgba(255,255,255,.3), inset 0 -4px 0 rgba(0,0,0,.22), 0 0 0 3px #c99531, 0 6px 16px rgba(0,0,0,.4); }
  .brand { font-size: 1.55rem; }
  .hero { min-height: 760px; align-items: end; }
  .hero::after { background: linear-gradient(0deg, rgba(16,2,7,.99) 0%, rgba(25,3,11,.93) 46%, rgba(25,3,11,.08) 83%), linear-gradient(90deg, rgba(20,2,8,.1), rgba(20,2,8,.1)); }
  .hero-art { object-position: 67% center; }
  .hero-inner { padding: 2rem 0 3.4rem; }
  .hero-copy, .utility .hero-copy { width: 100%; }
  .hero-lead { font-size: 1rem; }
  .trust-chips { gap: .4rem; }
  .trust-chips li { font-size: .78rem; }
  .category-rail { margin-top: 0; border-radius: 0 0 16px 16px; }
  .section { padding: 4.5rem 0; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .feature-stage { min-height: 680px; }
  .feature-stage > img { object-position: 58% center; }
  .feature-stage::after { background: linear-gradient(0deg, rgba(20,2,7,.98), rgba(20,2,7,.45) 74%, rgba(20,2,7,.15)); }
  .stage-copy { position: absolute; bottom: 0; width: 100%; padding: 1.5rem; }
  .card-grid, .card-grid.two { grid-template-columns: 1fr; }
  .cta-banner { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
}

@media (max-width: 460px) {
  .site-header { gap: .45rem; padding-inline: .75rem; }
  .brand { font-size: 1.3rem; }
  .header-cta { min-width: 138px; min-height: 46px; padding-inline: .65rem; font-size: .82rem; }
  .hero { min-height: 720px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-cta { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .status-box { grid-template-columns: 1fr; }
}

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