:root {
  --ink: #171008;
  --ink-2: #24170b;
  --gold: #f5b82e;
  --gold-light: #ffd86d;
  --sand: #f3e2bd;
  --paper: #fffaf0;
  --turquoise: #2a9d91;
  --muted: #6b5a45;
  --line: rgba(87, 55, 15, .18);
  --shadow: 0 24px 70px rgba(48, 29, 3, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; padding-bottom: 86px; }
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; padding: 12px 18px; background: white; color: black; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 86px; display: flex; align-items: center; gap: 32px; padding: 0 clamp(24px, 5vw, 84px); color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand-mark { color: var(--gold); font-size: 34px; line-height: 1; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font: 700 16px var(--serif); letter-spacing: .14em; }
.brand small { color: #d6c8ae; font-size: 10px; text-transform: uppercase; letter-spacing: .22em; margin-top: 4px; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; }
.site-header nav a { color: #ede3d1; text-decoration: none; font-size: 14px; font-weight: 600; }
.site-header nav a:hover { color: var(--gold-light); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 55px; padding: 0 28px; border: 1px solid var(--gold-light); border-radius: 2px; color: #181008; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 8px 25px rgba(245,184,46,.25); text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: 800; letter-spacing: .12em; transition: transform .2s, box-shadow .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 12px 30px rgba(245,184,46,.35); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #34c9ba; outline-offset: 4px; }
.button-small { min-height: 43px; padding: 0 20px; }

.hero { position: relative; min-height: 780px; overflow: hidden; display: flex; align-items: center; color: white; background: #080604; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; animation: reveal 1.4s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,3,2,.96) 0%, rgba(8,5,2,.86) 30%, rgba(9,6,3,.28) 68%, rgba(5,3,2,.15)), linear-gradient(0deg, rgba(0,0,0,.72), transparent 35%); }
.hero-content { position: relative; z-index: 2; width: min(1160px, calc(100% - 48px)); margin: 75px auto 100px; }
.eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 20px; color: #e7d8b9; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
.eyebrow span + span { border-left: 1px solid rgba(255,255,255,.3); padding-left: 15px; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: 1.15; }
h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(46px, 5.8vw, 78px); text-transform: uppercase; letter-spacing: -.035em; }
h1 em { display: block; color: var(--gold-light); font-style: normal; text-shadow: 0 0 35px rgba(245,184,46,.25); }
.hero-lead { max-width: 590px; margin: 0 0 28px; color: #e2dacb; font-size: clamp(18px, 2vw, 21px); }
.offer-card { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 16px; width: fit-content; max-width: 100%; margin: 0 0 28px; padding: 15px 20px; border-left: 3px solid var(--gold); background: rgba(29,19,8,.7); backdrop-filter: blur(9px); }
.offer-card strong { color: var(--gold-light); font: 700 21px var(--serif); }
.offer-card > span:last-child { color: #e8dfd0; font-size: 14px; }
.offer-label { width: 100%; color: #b8a98f; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: #f3ead8; text-underline-offset: 5px; font-weight: 600; font-size: 14px; }
.fine-print { color: #b8ad9a; font-size: 12px; margin-top: 22px; }
.hero-stats { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(24px, calc((100vw - 1160px) / 2)); background: rgba(11,7,3,.82); border-top: 1px solid rgba(255,216,109,.22); backdrop-filter: blur(10px); }
.hero-stats div { padding: 21px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-stats div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { color: var(--gold-light); font: 700 24px var(--serif); }
.hero-stats span { color: #c4b7a2; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }

.section { padding: 105px max(24px, calc((100vw - 1160px) / 2)); }
.section-heading { margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(36px, 4.5vw, 56px); letter-spacing: -.035em; }
.kicker { margin: 0 0 10px; color: #704900; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.centered { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.centered > p:last-child { color: #625440; font-size: 17px; }
.toc { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: end; padding-top: 54px; padding-bottom: 54px; color: white; background: #171008; border-top: 1px solid rgba(255,216,109,.28); }
.toc-heading h2 { margin-bottom: 8px; font-size: clamp(30px, 3.4vw, 43px); }
.toc-heading .kicker { color: var(--gold); }
.toc-heading > p:last-child { margin: 0; color: #c8bcaa; font-size: 15px; }
.toc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; padding: 1px; list-style: none; background: rgba(255,216,109,.2); }
.toc-list a { display: flex; align-items: center; gap: 14px; min-height: 54px; padding: 10px 16px; color: #f5ead7; background: #24170b; text-decoration: none; font-size: 15px; font-weight: 650; }
.toc-list a:hover { color: #171008; background: var(--gold-light); }
.toc-list a:focus-visible { position: relative; z-index: 1; }
.toc-list span { color: var(--gold); font: 700 11px var(--serif); letter-spacing: .12em; }
.toc-list a:hover span { color: #704900; }
.intro-grid { display: grid; grid-template-columns: 1.35fr .8fr; gap: 80px; align-items: start; }
.prose p { color: #5d5143; font-size: 17px; }
.prose a { color: #8a5d08; font-weight: 700; text-underline-offset: 3px; }
.prose .lead, .lead { color: var(--ink); font-size: 21px; font-weight: 500; line-height: 1.55; }
.note { display: flex; gap: 16px; margin-top: 30px; padding: 20px; border: 1px solid #dec88f; background: #fff4d6; }
.note > span { display: grid; place-items: center; flex: 0 0 27px; height: 27px; border-radius: 50%; background: var(--gold); font-weight: 800; }
.note p { margin: 0; font-size: 15px; }
.facts-card { margin: 0; padding: 18px 28px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.facts-card div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.facts-card div:last-child { border-bottom: 0; }
.facts-card dt { color: #bfb19b; font-size: 14px; }
.facts-card dd { margin: 0; text-align: right; color: #f7e7bc; font-weight: 700; font-size: 14px; }
.data-table-wrap { width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--line); background: white; box-shadow: 0 12px 35px rgba(48,29,3,.07); }
.quick-facts-table { margin-top: 45px; }
.data-table-wrap table { width: 100%; border-collapse: collapse; min-width: 600px; text-align: left; }
.data-table-wrap caption { padding: 18px 20px; color: var(--ink); background: #f1dfb8; font: 700 18px var(--serif); text-align: left; }
.data-table-wrap th, .data-table-wrap td { padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 14px; }
.data-table-wrap thead th { color: white; background: var(--ink); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.data-table-wrap tbody th { width: 34%; color: #75500c; font-weight: 700; }
.data-table-wrap tbody tr:last-child th, .data-table-wrap tbody tr:last-child td { border-bottom: 0; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 60px; padding: 26px 30px; background: #efe0be; border-left: 4px solid var(--gold); }
.section-cta span, .section-cta strong { display: block; }
.section-cta span { color: #654613; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.section-cta strong { font: 600 20px var(--serif); margin-top: 4px; }

.registration { background: #f4ead3; }
.registration-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; padding: 1px; list-style: none; background: #d7bd85; }
.registration-steps li { display: flex; gap: 22px; min-height: 200px; padding: 32px; background: #fffaf0; }
.step-number { flex: 0 0 auto; color: #704900; font: 700 12px var(--serif); letter-spacing: .14em; }
.registration-steps h3 { margin: 0 0 12px; font-size: 23px; }
.registration-steps p { margin: 0; color: var(--muted); font-size: 16px; }
.registration-warning { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-top: 22px; padding: 22px 24px; color: white; background: var(--ink); border-left: 4px solid var(--gold); }
.registration-warning > span { color: var(--gold); font-size: 38px; }
.registration-warning p { margin: 0; color: #d8ccb9; font-size: 14px; }
.registration-warning strong { color: white; }
.registration-warning .button { min-width: 160px; }

.dark-section { color: white; background: var(--ink); position: relative; overflow: hidden; }
.dark-section::before { content: "𓂀"; position: absolute; right: -30px; top: -100px; color: rgba(255,216,109,.035); font-size: 500px; line-height: 1; }
.dark-section .kicker { color: var(--gold); }
.dark-section .centered > p:last-child { color: #cfc2ae; }
.bonus-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bonus-card { min-height: 235px; padding: 33px; border: 1px solid rgba(255,216,109,.22); background: linear-gradient(145deg, #2a1d0e, #110c07); display: flex; flex-direction: column; justify-content: center; }
.bonus-card.featured { border-color: var(--gold); box-shadow: inset 0 0 50px rgba(245,184,46,.08); }
.bonus-card .deposit { color: #c3b49d; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
.bonus-card strong { display: block; margin: 18px 0; font: 600 21px var(--serif); }
.bonus-card strong b { display: block; color: var(--gold-light); font-size: 42px; }
.spins { width: fit-content; padding: 6px 10px; color: #f9d879; background: rgba(245,184,46,.12); font-size: 14px; font-weight: 700; }
.terms { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 27px auto; }
.terms span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); color: #c9bdab; font-size: 13px; }
.center-action { position: relative; text-align: center; }
.center-action small { display: block; margin-top: 14px; color: #938673; }

.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }
.split-heading p:last-child { color: var(--muted); }
.game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.game-card { position: relative; min-height: 285px; padding: 28px; border: 1px solid var(--line); background: white; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.game-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.game-card .glyph { color: #bc8315; font-size: 42px; }
.game-card h3 { margin: 15px 0 12px; font-size: 22px; }
.game-card p { color: var(--muted); font-size: 15px; }
.tag { position: absolute; left: 28px; bottom: 25px; color: #704900; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.game-card.wide { min-height: auto; grid-column: 1 / -1; display: flex; align-items: center; gap: 25px; color: white; background: var(--ink-2); }
.game-card.wide p { margin: 0; color: #c8bcaa; }
.game-card.wide h3 { margin-top: 0; }

.sandstone { background: #ead5a9; background-image: radial-gradient(rgba(95,54,8,.10) 1px, transparent 1px); background-size: 5px 5px; }
.sandstone .centered > p:last-child { color: inherit; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-grid article { padding: 32px; background: rgba(255,250,240,.84); border-top: 3px solid #a46f0b; }
.number { color: #654000; font: 700 12px var(--serif); letter-spacing: .12em; }
.info-grid h3 { margin: 12px 0; font-size: 23px; }
.info-grid p { color: #625440; font-size: 15px; }
.caution { padding-top: 14px; border-top: 1px solid var(--line); font-weight: 600; }

.full-review { background: #fffaf0; }
.full-review > .section-heading { margin-bottom: 75px; }
.review-chapter { padding: 70px 0; border-top: 1px solid var(--line); }
.review-chapter:last-child { padding-bottom: 0; }
.chapter-title { display: grid; grid-template-columns: 65px 1fr; gap: 20px; max-width: 780px; margin: 0 auto 38px; }
.chapter-title > span { padding-top: 8px; color: #704900; font: 700 12px var(--serif); letter-spacing: .16em; }
.chapter-title h2 { margin: 0; font-size: clamp(32px, 4.3vw, 48px); }
.chapter-title .kicker { margin-bottom: 8px; }
.article-copy { max-width: 780px; margin: 0 auto; font-size: 17px; line-height: 1.72; }
.article-copy > p { color: #5e5140; }
.article-copy > p:first-child { font-size: 20px; color: #30271c; }
.article-copy h3 { margin: 42px 0 15px; padding-bottom: 10px; border-bottom: 1px solid #d9c49b; font-size: 25px; }
.content-list { display: grid; gap: 1px; margin: 25px 0; padding: 1px; list-style: none; background: #d7c49e; }
.content-list li { position: relative; padding: 14px 15px 14px 34px; background: #f8efd9; color: #544734; font-size: 15px; }
.content-list li::before { content: "◆"; position: absolute; left: 14px; top: 14px; color: #a8730c; font-size: 8px; }
.content-list.two-columns { grid-template-columns: repeat(2, 1fr); }
.content-list.three-columns { grid-template-columns: repeat(3, 1fr); }
.content-callout { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--gold); background: #fff1c9; color: #5a492c; font-size: 16px; }
.currency-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; padding: 1px; margin: 25px 0; background: #cfb980; }
.currency-grid div { padding: 18px 10px; text-align: center; background: #f8efd9; }
.currency-grid strong, .currency-grid span { display: block; }
.currency-grid strong { color: #8b5e08; font: 700 18px var(--serif); }
.currency-grid span { color: #766850; font-size: 11px; margin-top: 4px; }
.chapter-cta { max-width: 780px; margin: 38px auto 0; padding: 20px 20px 20px 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: white; background: var(--ink); border-left: 4px solid var(--gold); }
.chapter-cta p { margin: 0; color: #d4c7b3; font-size: 15px; }
.trust-chapter { border-bottom: 1px solid var(--line); }

.verdict { color: white; background: #0d0905; }
.verdict .kicker { color: var(--gold); }
.verdict-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 85px; }
.verdict h2 { font-size: clamp(42px, 5vw, 62px); }
.verdict p { color: #c7bcac; font-size: 16px; }
.verdict .lead { color: #f2e6d0; }
.verdict .button { margin-top: 18px; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; align-self: center; border: 1px solid rgba(255,255,255,.13); }
.pros-cons > div { padding: 30px; }
.pros { border-right: 1px solid rgba(255,255,255,.13); }
.pros-cons h3 { font-size: 19px; }
.pros h3 span { color: #58bfa9; }
.cons h3 span { color: var(--gold); }
.pros-cons ul { margin: 0; padding: 0; list-style: none; }
.pros-cons li { position: relative; padding: 10px 0 10px 16px; border-bottom: 1px solid rgba(255,255,255,.09); color: #c8bcaa; font-size: 14px; }
.pros-cons li::before { content: "•"; position: absolute; left: 0; color: var(--gold); }

.faq-list { max-width: 840px; margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 4px; cursor: pointer; list-style: none; font: 600 19px var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #a8730c; font: 400 24px var(--sans); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 24px; color: var(--muted); font-size: 16px; }

footer { padding: 60px max(24px, calc((100vw - 1160px) / 2)) 50px; color: #a79b88; background: #070503; text-align: center; }
.footer-brand { justify-content: center; color: white; margin-bottom: 25px; }
footer p { max-width: 750px; margin: 10px auto; font-size: 13px; }
.responsible { color: #d6c7aa; }

.sticky-offer { position: fixed; z-index: 100; left: 50%; bottom: 12px; transform: translateX(-50%); width: min(680px, calc(100% - 24px)); min-height: 68px; padding: 8px 8px 8px 16px; display: flex; align-items: center; gap: 14px; color: white; background: rgba(23,16,8,.96); border: 1px solid #765214; box-shadow: 0 10px 45px rgba(0,0,0,.42); backdrop-filter: blur(12px); }
.sticky-icon { color: var(--gold); font-size: 31px; }
.sticky-offer > div:nth-child(2) { flex: 1; min-width: 0; }
.sticky-offer span, .sticky-offer strong { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-offer span { color: #b8ab96; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.sticky-offer strong { color: #f2e4c8; font: 600 14px var(--serif); }
.sticky-offer .button { min-height: 50px; }

@keyframes reveal { from { opacity: 0; transform: scale(1.03); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  .site-header { padding: 0 22px; }
  .site-header nav { display: none; }
  .site-header > .button { margin-left: auto; }
  .hero { min-height: 800px; }
  .hero-content { margin-top: 110px; }
  .hero-media { object-position: 61% center; opacity: .8; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats div { padding: 13px 20px; }
  .intro-grid, .verdict-grid { grid-template-columns: 1fr; gap: 45px; }
  .bonus-grid { grid-template-columns: 1fr; }
  .registration-steps { grid-template-columns: 1fr; }
  .registration-warning { grid-template-columns: auto 1fr; }
  .registration-warning .button { grid-column: 1 / -1; }
  .bonus-card { min-height: 180px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: 1fr; }
  .toc { grid-template-columns: 1fr; gap: 28px; }
  .currency-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  body { padding-bottom: 80px; }
  .site-header { height: 72px; }
  .brand-mark { font-size: 28px; }
  .brand strong { font-size: 13px; }
  .site-header > .button { min-height: 44px; padding: 0 14px; font-size: 11px; }
  .hero { min-height: 850px; align-items: flex-start; }
  .hero-media { object-position: 78% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,3,2,.92), rgba(4,3,2,.38)), linear-gradient(0deg, rgba(0,0,0,.88), transparent 48%); }
  .hero-content { width: calc(100% - 40px); margin-top: 124px; }
  h1 { font-size: clamp(40px, 11.8vw, 52px); }
  .hero-lead { font-size: 17px; }
  .offer-card { padding: 13px 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-stats strong { font-size: 18px; }
  .hero-stats span { font-size: 9px; }
  .section { padding-top: 75px; padding-bottom: 75px; }
  .section-heading h2 { font-size: 38px; }
  .toc { padding-top: 44px; padding-bottom: 44px; }
  .toc-list { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 15px; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card { min-height: 250px; }
  .section-cta { align-items: stretch; flex-direction: column; }
  .registration-steps li { min-height: auto; padding: 25px 22px; }
  .registration-warning { grid-template-columns: 1fr; }
  .registration-warning > span { display: none; }
  .chapter-title { grid-template-columns: 1fr; gap: 8px; }
  .chapter-title > span { padding-top: 0; }
  .content-list.two-columns, .content-list.three-columns { grid-template-columns: 1fr; }
  .currency-grid { grid-template-columns: repeat(2, 1fr); }
  .chapter-cta { align-items: stretch; flex-direction: column; }
  .data-table-wrap { margin-left: 0; margin-right: 0; }
  .pros-cons { grid-template-columns: 1fr; }
  .pros { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .sticky-offer { bottom: 7px; min-height: 64px; padding-left: 10px; gap: 8px; }
  .sticky-icon { display: none; }
  .sticky-offer strong { font-size: 11px; }
  .sticky-offer .button { min-height: 46px; padding: 0 14px; font-size: 10px; }
}
