:root {
  --bg: #10091f;
  --bg-2: #160c2a;
  --panel: #211439;
  --panel-2: #2a1747;
  --purple: #8b5cf6;
  --purple-bright: #a979ff;
  --pink: #ff4fd8;
  --lime: #b7ff3c;
  --lime-dark: #80c90a;
  --gold: #ffc857;
  --cyan: #46d9ff;
  --text: #f8f6ff;
  --muted: #b7acc9;
  --line: rgba(255,255,255,.1);
  --paper: #f7f5fb;
  --paper-text: #262133;
  --paper-muted: #625b70;
  --shadow: 0 24px 70px rgba(5,0,15,.35);
  --radius: 18px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 5vw, 4.7rem); margin-bottom: 20px; }
h2 { font-size: clamp(1.75rem, 3vw, 2.7rem); margin-bottom: 14px; }
h3 { font-size: 1.05rem; }
.container { width: min(calc(100% - 40px), var(--container)); 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; left: 12px; top: -100px; z-index: 1000; padding: 10px 14px; color: #000; background: var(--lime); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.responsibility-bar { background: #090410; border-bottom: 1px solid var(--line); color: #cfc5dd; font-size: .75rem; }
.responsibility-bar__inner { min-height: 34px; display: flex; align-items: center; gap: 10px; }
.responsibility-bar__meta { margin-left: auto; }
.responsibility-text--mobile { display: none; }
.age-badge { display: inline-grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid #ff647c; color: #ff8a9c; font-weight: 900; border-radius: 50%; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(16,9,31,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.site-header__inner { height: 76px; display: flex; align-items: center; gap: 26px; }
.brand img { width: 156px; max-height: 44px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-inline: auto; color: #d9d0e7; font-size: .92rem; font-weight: 650; }
.desktop-nav a, .mobile-menu a { transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .mobile-menu a:hover { color: var(--lime); }
.header-actions { display: flex; gap: 10px; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: rgba(255,255,255,.07); cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; background: white; border-radius: 2px; transition: .25s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 110px 0 0; padding: 34px 24px; background: rgba(16,9,31,.98); }
.mobile-menu a { display: block; padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 1.15rem; font-weight: 700; }
.mobile-menu .button { width: 100%; margin-top: 24px; }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.button--primary { color: #152000; background: linear-gradient(135deg, #c8ff67, var(--lime)); box-shadow: 0 0 0 0 rgba(183,255,60,.38); animation: cta-pulse 3s infinite; }
.button--primary:hover { box-shadow: 0 10px 30px rgba(183,255,60,.3); }
.button--secondary { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.button--ghost { color: white; background: transparent; border-color: var(--line); }
.button--large { min-height: 54px; padding-inline: 28px; }
.button--small { min-height: 38px; padding: 8px 14px; font-size: .82rem; }
@keyframes cta-pulse { 0%, 65%, 100% { box-shadow: 0 0 0 0 rgba(183,255,60,0); } 78% { box-shadow: 0 0 0 8px rgba(183,255,60,.11); } }

.hero { position: relative; overflow: hidden; padding: 78px 0 0; background: radial-gradient(circle at 70% 25%, rgba(139,92,246,.24), transparent 30%), linear-gradient(155deg, #110721 0%, #1c0c38 58%, #120823 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(to bottom, black, transparent); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(50px); pointer-events: none; }
.hero__glow--one { width: 260px; height: 260px; right: 5%; top: 8%; background: rgba(255,79,216,.19); }
.hero__glow--two { width: 200px; height: 200px; left: -4%; bottom: 5%; background: rgba(70,217,255,.12); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; min-height: 480px; }
.hero__content { padding-bottom: 66px; }
.eyebrow, .section-kicker, .article-label { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.hero__lead { max-width: 650px; color: #d3c9df; font-size: 1.08rem; }
.hero-offer { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; margin: 28px 0; }
.hero-offer__label { width: 100%; color: #a99eb8; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.hero-offer strong { font-size: clamp(1.9rem, 4vw, 3.25rem); color: var(--lime); letter-spacing: -.05em; }
.hero-offer > span:last-child { color: #cec5d8; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.store-button { min-width: 150px; min-height: 52px; display: inline-flex; align-items: center; gap: 11px; padding: 7px 15px; color: white; background: rgba(7,3,14,.72); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.store-button:hover { transform: translateY(-2px); background: rgba(31,16,52,.95); border-color: rgba(183,255,60,.55); }
.store-button__icon { width: 32px; height: 32px; flex: 0 0 32px; object-fit: contain; }
.store-button span:last-child { display: grid; line-height: 1.05; }
.store-button small { color: #aea3bb; font-size: .61rem; font-weight: 700; }
.store-button strong { color: white; font-size: 1rem; }
.store-buttons--card { display: grid; grid-template-columns: 1fr 1fr; margin: 13px 0 3px; }
.store-buttons--card .store-button { min-width: 0; width: 100%; padding-inline: 11px; }
.terms-line { max-width: 790px; margin: 16px 0 0; color: #9d93ab; font-size: .72rem; line-height: 1.45; }
.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 80px rgba(139,92,246,.28), inset 0 0 80px rgba(255,79,216,.07); animation: orbit 18s linear infinite; }
.hero-visual__card { position: relative; z-index: 2; width: 310px; min-height: 335px; display: flex; flex-direction: column; justify-content: center; padding: 32px; overflow: hidden; text-align: center; background: linear-gradient(155deg, rgba(139,92,246,.9), rgba(53,17,100,.95)); border: 1px solid rgba(255,255,255,.25); border-radius: 30px; box-shadow: 0 35px 80px rgba(0,0,0,.35); transform: rotate(3deg); }
.hero-visual__card::after { content: ""; position: absolute; inset: -20%; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.12), transparent 70%); transform: translateX(-80%); animation: sheen 5s infinite; }
.hero-visual__kicker { font-size: .77rem; font-weight: 900; letter-spacing: .2em; }
.hero-visual__card > strong { margin: 12px 0 0; font-size: 5.4rem; line-height: .9; color: var(--lime); letter-spacing: -.09em; }
.hero-visual__fs { font-size: 1.2rem; font-weight: 950; }
.hero-visual__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 26px; }
.hero-visual__steps span { padding: 8px 3px; font-size: .73rem; font-weight: 900; background: rgba(0,0,0,.2); border-radius: 8px; }
.floating-game { position: absolute; z-index: 3; aspect-ratio: 1; object-fit: cover; border-radius: 20px; border: 3px solid rgba(255,255,255,.22); box-shadow: 0 20px 38px rgba(0,0,0,.4); }
.floating-game--one { left: 0; top: 45px; transform: rotate(-11deg); }
.floating-game--two { right: 2%; bottom: 38px; transform: rotate(9deg); }
.floating-chip { position: absolute; z-index: 4; display: grid; place-items: center; color: #190a2f; background: var(--gold); font-weight: 950; box-shadow: 0 16px 32px rgba(0,0,0,.3); border-radius: 50%; }
.floating-chip--one { width: 72px; height: 72px; right: 2%; top: 35px; transform: rotate(9deg); }
.floating-chip--two { width: 54px; height: 54px; left: 7%; bottom: 54px; color: white; background: #ff4564; }
@keyframes sheen { 0%, 55% { transform: translateX(-90%) rotate(10deg); } 85%, 100% { transform: translateX(90%) rotate(10deg); } }
@keyframes orbit { to { transform: rotate(360deg); } }
.trust-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.025); }
.trust-strip span { padding: 19px 16px; text-align: center; color: #cfc6db; font-size: .84rem; font-weight: 700; border-right: 1px solid var(--line); }
.trust-strip span:last-child { border-right: 0; }

.casino-lobby { background: linear-gradient(#140a27, #0e0719); }
.lobby-nav-wrap { position: sticky; top: 76px; z-index: 90; background: rgba(20,10,39,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.lobby-nav { min-height: 68px; display: flex; align-items: center; gap: 22px; }
.category-tabs { display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs a { flex: 0 0 auto; padding: 9px 13px; color: #c4b9d3; border-radius: 10px; font-size: .81rem; font-weight: 800; }
.category-tabs a:hover, .category-tabs a.active { color: white; background: linear-gradient(135deg, rgba(139,92,246,.7), rgba(255,79,216,.38)); }
.game-search { margin-left: auto; }
.game-search input { width: 190px; height: 40px; padding: 0 14px 0 38px; color: white; background: rgba(255,255,255,.06) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23b7acc9' stroke-width='2'%3E%3Ccircle cx='7' cy='7' r='5'/%3E%3Cpath d='m11 11 4 4'/%3E%3C/svg%3E") no-repeat 13px center; border: 1px solid var(--line); border-radius: 12px; outline: 0; }
.game-search input::placeholder { color: #998da9; }
.lobby-section { padding-block: 74px 8px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading h2 { margin: 4px 0 0; }
.text-button { color: var(--lime); background: none; border: 0; font-weight: 850; cursor: pointer; }
.text-button span { display: inline-block; transition: transform .2s; }
.text-button:hover span { transform: translateX(4px); }
.games-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.game-card { min-width: 0; }
.game-card[hidden] { display: none; }
.game-card__visual { position: relative; overflow: hidden; aspect-ratio: 1.28 / 1; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 32px rgba(0,0,0,.2); }
.game-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s, filter .35s; }
.game-card__visual::after { content: ""; position: absolute; inset: 0; opacity: 0; background: rgba(10,4,20,.6); transition: opacity .3s; }
.game-card__visual button { position: absolute; z-index: 2; left: 50%; top: 50%; min-width: 92px; padding: 9px 16px; color: #132000; background: var(--lime); border: 0; border-radius: 10px; font-weight: 900; cursor: pointer; opacity: 0; transform: translate(-50%,-35%); transition: .3s; }
.game-card:hover .game-card__visual img { transform: scale(1.06); filter: saturate(1.15); }
.game-card:hover .game-card__visual::after, .game-card:focus-within .game-card__visual::after { opacity: 1; }
.game-card:hover .game-card__visual button, .game-card:focus-within .game-card__visual button { opacity: 1; transform: translate(-50%,-50%); }
.game-card h3 { margin: 9px 0 2px; font-size: .94rem; }
.game-card p { margin: 0; color: var(--muted); font-size: .7rem; }
.game-tag { position: absolute; z-index: 3; top: 10px; left: 10px; padding: 4px 8px; color: #142100; background: var(--lime); border-radius: 6px; font-size: .62rem; font-weight: 950; }
.game-tag--pink { color: white; background: var(--pink); }
.game-tag--gold { background: var(--gold); }
.game-card--extra { display: none; }
.games-grid.is-expanded .game-card--extra { display: block; }
.search-empty { padding: 30px; text-align: center; color: var(--muted); background: var(--panel); border-radius: var(--radius); }

.category-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 184px; gap: 14px; }
.category-card { --category-accent: #a9ff38; position: relative; grid-column: span 4; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; isolation: isolate; overflow: hidden; background: #25123e; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); box-shadow: 0 18px 38px rgba(0,0,0,.22); transition: transform .25s, border-color .25s, box-shadow .25s; }
.category-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(11,5,24,.08) 5%, rgba(11,5,24,.35) 45%, rgba(11,5,24,.97) 100%); }
.category-card::after { content: ""; position: absolute; z-index: -1; width: 150px; height: 150px; right: -55px; top: -65px; background: var(--category-accent); border-radius: 50%; opacity: .18; filter: blur(28px); }
.category-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--category-accent) 55%, white 10%); box-shadow: 0 24px 48px rgba(0,0,0,.32); }
.category-card__art { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.1) contrast(1.04); transition: transform .45s, filter .45s; }
.category-card:hover .category-card__art { transform: scale(1.055); filter: saturate(1.22) contrast(1.08); }
.category-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.category-card__icon { width: 38px; height: 38px; display: grid; place-items: center; background: rgba(12,5,25,.72); border: 1px solid rgba(255,255,255,.2); border-radius: 11px; box-shadow: 0 8px 24px rgba(0,0,0,.22); font-size: 1.15rem; backdrop-filter: blur(8px); }
.category-card__tag { padding: 6px 9px; color: #fff; background: rgba(12,5,25,.66); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .58rem; font-weight: 950; letter-spacing: .1em; backdrop-filter: blur(8px); }
.category-card__content { display: block; }
.category-card h3 { margin: 0 0 4px; font-size: 1.05rem; }
.category-card p { max-width: 290px; margin: 0; color: rgba(255,255,255,.76); font-size: .76rem; }
.category-card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: var(--category-accent); font-size: .7rem; font-weight: 900; }
.category-card__link b { font-size: 1rem; line-height: 1; transition: transform .2s; }
.category-card:hover .category-card__link b { transform: translateX(4px); }
.category-card--slots { --category-accent: #a9ff38; grid-row: span 2; }
.category-card--slots h3 { font-size: 1.4rem; }
.category-card--slots p { font-size: .82rem; }
.category-card--jackpot { --category-accent: #ffc64a; }
.category-card--live { --category-accent: #64b5ff; }
.category-card--table { --category-accent: #ff6ec7; }
.category-card--crash { --category-accent: #62efff; }

.games-carousel { display: grid; grid-template-columns: repeat(4, minmax(260px, 1fr)); gap: 16px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
.wide-game { position: relative; min-width: 260px; min-height: 220px; overflow: hidden; border-radius: var(--radius); scroll-snap-align: start; }
.wide-game::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 15%, rgba(7,3,15,.92)); }
.wide-game img { width: 100%; height: 100%; object-fit: cover; }
.wide-game div { position: absolute; z-index: 2; inset: auto 18px 18px; }
.wide-game div > span { color: var(--lime); font-size: .64rem; font-weight: 900; }
.wide-game h3 { margin: 4px 0 10px; }
.wide-game button, .promo-card button { padding: 7px 12px; color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font-size: .75rem; font-weight: 850; cursor: pointer; }
.editor-picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.editor-picks article { display: grid; grid-template-columns: 42% 58%; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.editor-picks img { width: 100%; height: 100%; object-fit: cover; }
.editor-picks article > div { padding: 20px; }
.editor-picks article span { color: var(--lime); font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.editor-picks h3 { margin: 6px 0; }
.editor-picks p { color: var(--muted); font-size: .78rem; }

.bonus-section { margin-top: 90px; padding: 82px 0; background: radial-gradient(circle at 80% 20%, rgba(255,79,216,.24), transparent 28%), linear-gradient(145deg, #2b1260, #190b33 70%); border-block: 1px solid rgba(255,255,255,.11); }
.bonus-header { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.bonus-header p { max-width: 620px; color: #c8bdd7; }
.bonus-total { text-align: right; }
.bonus-total strong { display: block; color: var(--lime); font-size: 4rem; line-height: .85; }
.bonus-total span { font-size: 1.2rem; font-weight: 900; }
.deposit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 34px 0; counter-reset: deposit; }
.deposit-grid article { position: relative; padding: 24px; overflow: hidden; background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.deposit-grid article::before { counter-increment: deposit; content: "0" counter(deposit); position: absolute; right: 12px; bottom: -20px; color: rgba(255,255,255,.05); font-size: 6rem; font-weight: 950; }
.deposit-grid article > span { color: #c7bcd4; font-size: .7rem; font-weight: 900; }
.deposit-grid strong { display: block; margin: 12px 0 0; color: var(--lime); font-size: 3rem; line-height: 1; }
.deposit-grid p { position: relative; margin: 5px 0 0; font-weight: 800; }
.bonus-footer { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 14px; align-items: center; }
.bonus-footer > div { padding: 14px 18px; background: rgba(0,0,0,.15); border-radius: 12px; }
.bonus-footer span, .bonus-footer strong { display: block; }
.bonus-footer span { color: #b8adc7; font-size: .7rem; }

.wallet-section { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; padding-block: 100px 20px; }
.wallet-copy p { color: var(--muted); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.wallet-card { max-width: 430px; width: 100%; justify-self: end; padding: 28px; background: linear-gradient(145deg, #32185a, #1b1030); border: 1px solid rgba(255,255,255,.15); border-radius: 24px; box-shadow: var(--shadow); }
.wallet-card__top, .wallet-card__bottom { display: flex; justify-content: space-between; color: #afa4bd; font-size: .72rem; font-weight: 800; }
.wallet-balance { padding: 40px 0 24px; }
.wallet-balance span, .wallet-balance strong { display: block; }
.wallet-balance span { color: var(--muted); }
.wallet-balance strong { margin-top: 5px; font-size: 2.3rem; }
.wallet-balance small { color: var(--lime); font-size: .8rem; }
.wallet-progress { height: 9px; margin-bottom: 12px; overflow: hidden; background: rgba(255,255,255,.08); border-radius: 10px; }
.wallet-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--purple), var(--lime)); border-radius: inherit; }
.wallet-card__bottom strong { color: var(--lime); }

.cashback-section { margin-top: 80px; padding: 86px 0; background: linear-gradient(rgba(22,9,42,.76), rgba(15,7,28,.9)), url("./assets/brand/cashback-card-background.webp") center/cover; border-block: 1px solid var(--line); }
.cashback-grid { display: grid; grid-template-columns: 1fr 1fr .8fr; gap: 18px; }
.cashback-grid article, .cashback-summary { padding: 28px; background: rgba(22,10,42,.83); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); backdrop-filter: blur(9px); }
.cashback-grid article > strong { display: block; margin: 12px 0; color: var(--lime); font-size: 3.5rem; line-height: 1; }
.cashback-grid article p, .cashback-summary p { color: #bcb0cb; }
.cashback-badge { padding: 5px 8px; color: white; background: var(--purple); border-radius: 6px; font-size: .65rem; font-weight: 900; }
.cashback-summary { display: flex; flex-direction: column; justify-content: center; text-align: center; background: linear-gradient(160deg, rgba(139,92,246,.7), rgba(255,79,216,.34)); }
.cashback-summary > span { font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.cashback-summary > strong { font-size: 2.1rem; }

.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promo-card { position: relative; isolation: isolate; min-height: 260px; display: flex; flex-direction: column; align-items: start; justify-content: end; padding: 28px; overflow: hidden; background-image: var(--promo-overlay), url("./assets/brand/promo-card-casino-bg.webp"); background-size: cover; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.promo-card > span { margin-bottom: auto; font-size: .66rem; font-weight: 900; }
.promo-card h3 { margin: 14px 0 7px; font-size: 1.45rem; }
.promo-card p { color: rgba(255,255,255,.72); font-size: .86rem; }
.promo-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(10,4,20,.06), rgba(10,4,20,.42)); pointer-events: none; }
.promo-card::after { content: ""; position: absolute; z-index: -1; width: 150px; height: 150px; right: -48px; top: -52px; background: rgba(255,255,255,.08); border-radius: 50%; filter: blur(2px); pointer-events: none; }
.promo-card--violet { --promo-overlay: linear-gradient(110deg, rgba(68,27,132,.93) 0%, rgba(53,23,91,.77) 58%, rgba(25,10,45,.18) 100%); background-position: 58% center; }
.promo-card--pink { --promo-overlay: linear-gradient(110deg, rgba(139,28,91,.93) 0%, rgba(88,22,68,.76) 58%, rgba(28,8,34,.18) 100%); background-position: 72% center; }
.promo-card--gold { --promo-overlay: linear-gradient(110deg, rgba(141,83,24,.93) 0%, rgba(91,48,30,.78) 58%, rgba(32,12,24,.16) 100%); background-position: 86% center; }

.payments-section { margin-top: 90px; padding: 80px 0; color: var(--text); background: radial-gradient(circle at 15% 20%, rgba(139,92,246,.18), transparent 28%), linear-gradient(145deg, #160b2a, #0d0718); border-block: 1px solid var(--line); }
.payments-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.payments-section .section-kicker { color: var(--lime); }
.payments-section p { color: #bdb2ca; }
.payment-logos { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.payment-logos img { width: 78px; height: 44px; padding: 8px; object-fit: contain; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.payment-benefits { display: grid; gap: 12px; }
.payment-benefits > div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.payment-benefits > div > span { font-size: 1.5rem; }
.payment-benefits p { margin: 0; color: #bdb2ca; font-size: .85rem; }
.payment-benefits strong { display: block; color: var(--text); }

.final-cta { padding: 70px 0; background: linear-gradient(120deg, #2b1357, #190b31); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 720px; }
.final-cta p { color: var(--muted); }
.final-cta__inner > div:last-child { text-align: center; }
.final-cta__inner > div:last-child span { display: block; margin-top: 9px; color: var(--muted); font-size: .7rem; }

.editorial { padding: 88px 0; color: var(--paper-text); background: var(--paper); }
.editorial-layout { display: grid; grid-template-columns: 230px minmax(0, 850px); justify-content: center; gap: 60px; }
.toc { position: sticky; top: 120px; align-self: start; display: grid; padding: 22px; background: white; border: 1px solid #e4dfeb; border-radius: 16px; box-shadow: 0 16px 35px rgba(48,34,70,.07); }
.toc strong { margin-bottom: 9px; color: #291f38; font-size: .82rem; text-transform: uppercase; }
.toc a { padding: 7px 0; color: #625a70; font-size: .78rem; border-bottom: 1px solid #eee9f2; }
.toc a:hover { color: #7037c9; }
.article { min-width: 0; }
.article-intro { padding-bottom: 10px; }
.article-label { color: #6e38c0; }
.article h2 { margin: 58px 0 18px; }
.article header h2 { margin-top: 12px; }
.article h3 { margin: 30px 0 10px; font-size: 1.25rem; }
.article p, .article li { color: var(--paper-muted); }
.article p { margin-bottom: 17px; }
.article strong { color: #30263c; }
.fact-table-wrap { overflow-x: auto; margin: 26px 0; border: 1px solid #ded8e7; border-radius: 14px; }
.fact-table { width: 100%; border-collapse: collapse; background: white; font-size: .88rem; }
.fact-table th, .fact-table td { padding: 13px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid #e9e4ee; }
.fact-table tr:last-child th, .fact-table tr:last-child td { border-bottom: 0; }
.fact-table th { width: 34%; color: #433452; background: #f3eff8; }
.fact-table thead th { width: auto; color: white; background: #5f2fae; }
.number-list { padding-left: 22px; counter-reset: item; list-style: none; }
.number-list li { position: relative; margin: 11px 0; padding-left: 30px; }
.number-list li::before { counter-increment: item; content: counter(item); position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; color: white; background: #7541c6; border-radius: 7px; font-size: .72rem; font-weight: 900; }
.calculation { margin: 22px 0; padding: 24px; background: #211139; border-radius: 15px; }
.calculation span { color: #c9b8db; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.calculation p { margin: 9px 0; color: #e4dbef; }
.calculation strong { color: var(--lime); font-size: 1.3rem; }
.warning-box { margin: 22px 0; padding: 17px 20px; color: #5b4111; background: #fff4d9; border-left: 4px solid #eeb83d; border-radius: 8px; }
.warning-box strong { color: #3d2a06; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pros-cons > div { padding: 22px; background: white; border: 1px solid #e4dfeb; border-radius: 14px; }
.pros-cons > div:first-child { border-top: 4px solid #69bf42; }
.pros-cons > div:last-child { border-top: 4px solid #e46b78; }
.pros-cons h3 { margin-top: 0; }
.pros-cons ul { padding-left: 20px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: white; border: 1px solid #e3ddea; border-radius: 12px; }
.faq-list summary { padding: 17px 48px 17px 18px; color: #342641; font-weight: 800; cursor: pointer; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; font-size: 1.4rem; color: #713bc2; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 18px 17px; margin: 0; }

.site-footer { padding: 70px 0 24px; background: #090411; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 42px; }
.footer-brand p, .footer-grid > div > p { color: #9f94ac; font-size: .8rem; }
.footer-brand img { margin-bottom: 18px; }
.age-seal { display: grid; place-items: center; width: 50px; height: 50px; color: #ff8a9c; border: 2px solid #ff647c; border-radius: 50%; font-weight: 950; }
.footer-title { margin-bottom: 13px; color: #cbbfda; font-size: .75rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid a { display: block; padding: 5px 0; color: #9f94ac; font-size: .8rem; }
.footer-grid a:hover { color: var(--lime); }
.support-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 38px; padding: 24px 0; border-block: 1px solid var(--line); }
.support-logos a { display: inline-flex; align-items: center; min-height: 42px; border-radius: 9px; transition: opacity .2s, transform .2s, background-color .2s; }
.support-logos a:hover { transform: translateY(-2px); }
.support-logos a:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
.support-logos img { width: auto; height: 30px; max-width: 130px; object-fit: contain; opacity: .75; transition: opacity .2s; }
.support-logos a:hover img, .support-logos a:focus-visible img { opacity: 1; }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #776c84; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero__grid { gap: 20px; }
  .games-grid { grid-template-columns: repeat(4, 1fr); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 174px; }
  .category-card { grid-column: span 1; }
  .category-card--slots { grid-row: span 2; }
  .editor-picks { grid-template-columns: 1fr; }
  .editor-picks article { grid-template-columns: 180px 1fr; }
  .bonus-footer { grid-template-columns: repeat(3, 1fr); }
  .bonus-footer .button { grid-column: 1 / -1; }
  .cashback-grid { grid-template-columns: 1fr 1fr; }
  .cashback-summary { grid-column: 1 / -1; }
  .editorial-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 35px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .responsibility-bar { background: linear-gradient(90deg, #120823, #1e0d39); border-bottom-color: rgba(169,121,255,.24); }
  .responsibility-bar__inner { min-height: 38px; justify-content: center; gap: 9px; }
  .responsibility-text { display: none; }
  .responsibility-text--mobile { display: inline; color: #ded5e8; font-size: .72rem; font-weight: 700; letter-spacing: .01em; }
  .responsibility-bar__meta { display: none; }
  .age-badge { width: 28px; height: 28px; flex-basis: 28px; color: #fff; background: rgba(255,69,100,.16); border-color: #ff5570; box-shadow: 0 0 0 3px rgba(255,85,112,.07); font-size: .7rem; }
  .site-header__inner { height: 68px; gap: 8px; }
  .brand img { width: 108px; }
  .header-actions { margin-left: auto; gap: 6px; }
  .header-login { display: inline-flex; min-height: 40px; padding-inline: 11px; font-size: .72rem; }
  .header-actions .button--primary { min-height: 40px; padding-inline: 11px; font-size: .72rem; }
  .mobile-menu { inset-block-start: 102px; }
  .hero { padding-top: 52px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { padding-bottom: 20px; text-align: center; }
  .eyebrow { justify-content: center; }
  .hero__lead, .terms-line { margin-inline: auto; }
  .hero-offer, .hero__actions { justify-content: center; }
  .hero-visual { min-height: 385px; }
  .hero-visual__card { width: 270px; min-height: 300px; }
  .hero-visual__card > strong { font-size: 4.5rem; }
  .floating-game--one { left: 2%; }
  .trust-strip { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-strip span { border-bottom: 1px solid var(--line); }
  .lobby-nav-wrap { top: 68px; }
  .lobby-nav { flex-direction: column; align-items: stretch; padding-block: 10px; gap: 8px; }
  .game-search { margin-left: 0; }
  .game-search input { width: 100%; }
  .lobby-section { padding-top: 60px; }
  .games-grid { grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .game-card h3 { font-size: .9rem; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 158px; }
  .category-card { min-height: 0; padding: 15px; }
  .category-card--slots { grid-row: span 2; }
  .category-card__link { margin-top: 8px; }
  .editor-picks article { grid-template-columns: 125px 1fr; }
  .bonus-section { padding-block: 62px; }
  .bonus-header { align-items: start; }
  .bonus-total strong { font-size: 3rem; }
  .deposit-grid { grid-template-columns: 1fr 1fr; }
  .bonus-footer { grid-template-columns: 1fr; }
  .bonus-footer .button { grid-column: auto; }
  .wallet-section, .payments-grid { grid-template-columns: 1fr; gap: 34px; }
  .wallet-card { justify-self: start; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card { min-height: 230px; }
  .final-cta__inner { align-items: start; flex-direction: column; }
  .final-cta__inner > div:last-child { width: 100%; }
  .final-cta .button { width: 100%; }
  .editorial { padding-top: 64px; }
  .editorial-layout { grid-template-columns: 1fr; }
  .toc { position: static; }
  .pros-cons { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; gap: 4px; }
}

@media (max-width: 500px) {
  h1 { font-size: 2.45rem; }
  .site-header__inner { gap: 6px; }
  .brand img { width: 100px; }
  .header-actions { gap: 5px; }
  .header-login { padding-inline: 9px; }
  .header-actions .button--primary { padding-inline: 9px; }
  .hero__actions .button { width: 100%; }
  .hero__content .store-buttons { display: grid; grid-template-columns: 1fr 1fr; }
  .hero__content .store-button { min-width: 0; width: 100%; }
  .store-buttons--card { grid-template-columns: 1fr; }
  .hero-visual__card { width: 235px; min-height: 270px; }
  .hero-visual__card > strong { font-size: 3.9rem; }
  .floating-game--one { width: 82px; }
  .floating-game--two { width: 76px; }
  .floating-chip--one { width: 58px; height: 58px; font-size: .72rem; }
  .section-heading { align-items: start; flex-direction: column; }
  .category-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .category-card, .category-card--slots { min-height: 184px; grid-row: span 1; }
  .category-card--slots { min-height: 226px; }
  .deposit-grid { gap: 10px; }
  .deposit-grid article { padding: 18px; }
  .deposit-grid strong { font-size: 2.35rem; }
  .bonus-header { flex-direction: column; }
  .bonus-total { text-align: left; }
  .cashback-grid { grid-template-columns: 1fr; }
  .cashback-summary { grid-column: auto; }
  .payment-logos img { width: 68px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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


@media (max-width: 370px) {
  .header-actions .button--primary { display: none; }
  .header-login { min-width: 76px; }
}


/* Compact desktop hero */
@media (min-width: 781px) {
  .hero { padding-top: 48px; }
  .hero__grid {
    grid-template-columns: 1.12fr .88fr;
    gap: 44px;
    min-height: 410px;
  }
  .hero__content { padding-bottom: 34px; }
  .hero h1 {
    max-width: 720px;
    margin-bottom: 14px;
    font-size: clamp(2.9rem, 4vw, 3.75rem);
    line-height: 1.04;
  }
  .hero__lead {
    max-width: 620px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  .hero-offer { margin: 18px 0; }
  .hero-offer strong { font-size: clamp(1.8rem, 3.2vw, 2.75rem); }
  .hero__actions .button--large {
    min-height: 50px;
    padding-inline: 24px;
  }
  .hero__content .store-buttons { margin-top: 12px; }
  .hero__content .store-button {
    min-height: 48px;
    min-width: 145px;
  }
  .hero__content .terms-line { margin-top: 10px; }
  .hero-visual { min-height: 350px; }
  .hero-visual::before {
    width: 305px;
    height: 305px;
  }
  .hero-visual__card {
    width: 270px;
    min-height: 290px;
    padding: 27px;
    border-radius: 26px;
  }
  .hero-visual__card > strong { font-size: 4.55rem; }
  .hero-visual__steps { margin-top: 20px; }
  .floating-game--one {
    width: 96px;
    top: 42px;
  }
  .floating-game--two {
    width: 84px;
    bottom: 32px;
  }
  .floating-chip--one {
    width: 62px;
    height: 62px;
    top: 35px;
    font-size: .78rem;
  }
  .floating-chip--two {
    width: 48px;
    height: 48px;
    bottom: 42px;
    font-size: .75rem;
  }
  .trust-strip span { padding-block: 14px; }
}
