:root {
  --bg: #060d1a;
  --bg2: #08111f;
  --panel: #0e1b33;
  --panel2: #122444;
  --line: #1e3a63;
  --blue: #2563eb;
  --blue2: #3b82f6;
  --cyan: #22d3ee;
  --aqua: #38e0c5;
  --gold: #ffce45;
  --gold2: #f5a623;
  --text: #eaf3ff;
  --muted: #93b3d6;
  --radius: 16px;
  --shadow: 0 18px 44px rgba(0,0,0,.5);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(1200px 620px at 50% -160px, rgba(34,211,238,.18), transparent 60%),
    radial-gradient(900px 520px at 100% 20%, rgba(37,99,235,.20), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Roboto, system-ui, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1240px, 92%); margin: 0 auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; cursor: pointer; font-weight: 800; letter-spacing: .2px; padding: 8px 12px; border-radius: 12px; font-size: 15px; transition: transform .15s ease, box-shadow .2s ease, filter .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold2)); color: #2a1c00; box-shadow: 0 10px 24px rgba(245,166,35,.35); }
.btn-blue { background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #04122b; box-shadow: 0 10px 24px rgba(37,99,235,.4); }
.btn-outline { background: rgba(255,255,255,.05); color: var(--text); border: 1px solid var(--line); }
.btn-lg { padding: 15px 30px; font-size: 16px; }

.section { padding: 56px 0; }
.shead { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.shead h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 900; }
.shead h2 span { color: var(--cyan); }
.shead .eyebrow { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; }

.header { position: sticky; top: 0; z-index: 60; background: rgba(6,13,26,.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header .container { display: flex; align-items: center; gap: 18px; height: 74px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 22px; }
.logo img { width: auto; height: 54px; display: block; object-fit: contain; }
.logo .mark { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--cyan), var(--blue)); display: grid; place-items: center; color: #04122b; font-size: 20px; box-shadow: var(--shadow); }
.logo b span { color: var(--cyan); }
.main-nav { display: flex; gap: 4px; margin-left: 8px; }
.main-nav a { padding: 9px 13px; border-radius: 10px; font-weight: 700; font-size: 14px; color: var(--muted); transition: .15s; }
.main-nav a:hover { color: var(--text); background: rgba(255,255,255,.06); }
.header-search { margin-left: auto; display: flex; align-items: center; gap: 8px; background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; min-width: 200px; }
.header-search input { background: none; border: 0; color: var(--text); outline: none; width: 100%; font-size: 14px; }
.header-search input::placeholder { color: var(--muted); }
.header-cta { display: flex; gap: 10px; align-items: center; }
.burger { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.burger span { width: 24px; height: 3px; background: var(--text); border-radius: 3px; transition: .2s; }
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero { padding: 60px 0 40px; text-align: center; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,13,26,.4), rgba(6,13,26,.9)), url("../img/banners/hero-bg.webp"); background-size: cover; background-position: center; opacity: .5; }
.hero .tag { display: inline-flex; gap: 8px; align-items: center; padding: 7px 16px; border-radius: 999px; background: rgba(34,211,238,.14); border: 1px solid var(--cyan); color: var(--gold); font-weight: 800; font-size: 13px; margin-bottom: 18px; }
.hero h1 { font-size: clamp(32px, 5.5vw, 60px); line-height: 1.04; font-weight: 900; max-width: 880px; margin: 0 auto 16px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p { color: #cfe2f7; font-size: 18px; max-width: 560px; margin: 0 auto 26px; }
.hero-search { max-width: 560px; margin: 0 auto 18px; display: flex; gap: 10px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 8px; }
.hero-search input { flex: 1; background: none; border: 0; color: var(--text); outline: none; padding: 12px 16px; font-size: 13px; }
.hero-search input::placeholder { color: var(--muted); }
.hero-chips { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.hero-chips a { padding: 8px 16px; border-radius: 999px; background: var(--panel); border: 1px solid var(--line); color: var(--muted); font-weight: 700; font-size: 13px; transition: .15s; }
.hero-chips a:hover { color: var(--text); border-color: var(--cyan); }
.hero-jackpot { display: inline-flex; flex-direction: column; gap: 4px; padding: 18px 40px; border-radius: 18px; background: linear-gradient(135deg, rgba(37,99,235,.2), rgba(34,211,238,.12)); border: 1px solid var(--cyan); }
.hero-jackpot small { color: var(--muted); text-transform: uppercase; letter-spacing: 2px; font-size: 11px; }
.hero-jackpot b { font-size: clamp(28px, 4vw, 44px); color: var(--gold); font-weight: 900; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { position: relative; background: linear-gradient(160deg, var(--panel2), var(--panel)); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.step .n { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #04122b; font-weight: 900; font-size: 22px; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 18px; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; }
.step:last-child::after { display: none; }

.bonus-carousel-wrap { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.bonus-carousel { display: flex; transition: transform .5s ease; }
.bonus-slide { min-width: 100%; min-height: 280px; padding: 44px clamp(24px,5vw,64px); display: flex; flex-direction: column; justify-content: center; background-size: cover; background-position: center; position: relative; }
.bonus-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,13,26,.92) 35%, rgba(6,13,26,.3)); }
.bonus-slide > * { position: relative; z-index: 1; }
.bs1 { background-image: url("../img/banners/bonus-slide-1.webp"); background-color: #0e2a4a; }
.bs2 { background-image: url("../img/banners/bonus-slide-2.webp"); background-color: #102a3a; }
.bs3 { background-image: url("../img/banners/bonus-slide-3.webp"); background-color: #1a2350; }
.bonus-slide .eyebrow { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; }
.bonus-slide h3 { font-size: clamp(26px,4vw,42px); font-weight: 900; margin: 8px 0; max-width: 540px; }
.bonus-slide h3 em { font-style: normal; color: var(--gold); }
.bonus-slide p { color: #cfe2f7; max-width: 460px; margin-bottom: 18px; }
.bonus-dots { position: absolute; bottom: 16px; right: 24px; display: flex; gap: 8px; z-index: 2; }
.bonus-dots button { width: 10px; height: 10px; border-radius: 999px; border: 0; background: rgba(255,255,255,.3); cursor: pointer; }
.bonus-dots button.is-active { background: var(--gold); width: 26px; }

.slider { position: relative; }
.slider-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(210px, 1fr); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 18px; scrollbar-width: none; -ms-overflow-style: none; }
.slider-track::-webkit-scrollbar { display: none; height: 0; }
.slot-card { position: relative; border-radius: 16px; overflow: hidden; scroll-snap-align: start; background: var(--panel); border: 1px solid var(--line); transition: transform .15s, border-color .15s, box-shadow .2s; }
.slot-card:hover { transform: translateY(-5px); border-color: var(--cyan); box-shadow: 0 16px 30px rgba(0,0,0,.5); }
.slot-thumb { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.slot-thumb img { width: 100%; height: 100%; object-fit: cover; }
.slot-badge { position: absolute; top: 10px; left: 10px; z-index: 3; background: linear-gradient(135deg, var(--gold), var(--gold2)); color: #2a1c00; font-weight: 900; font-size: 11px; padding: 4px 10px; border-radius: 999px; }
.slot-badge.hot { background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #04122b; }
.slot-overlay { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(0deg, rgba(4,10,22,.94), rgba(4,10,22,.35)); opacity: 0; transition: opacity .18s; }
.slot-card:hover .slot-overlay { opacity: 1; }
.slot-overlay .btn { width: 74%; padding: 10px; }
.slot-meta { padding: 12px 14px 14px; }
.slot-meta b { display: block; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.slot-meta small { color: var(--muted); font-size: 12px; }
.shead .nav-arrows { display: flex; gap: 8px; }
.arrow-btn { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--line); background: var(--panel); color: var(--text); cursor: pointer; font-size: 18px; transition: .15s; }
.arrow-btn:hover { background: var(--cyan); color: #04122b; border-color: var(--cyan); }

.prov-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg2); padding: 34px 0; }
.prov-section .lbl { text-align: center; color: var(--muted); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 800; margin-bottom: 22px; }
.prov-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.prov-list { display: flex; gap: 18px; width: max-content; animation: pmarquee 28s linear infinite; align-items: center; }
.prov-section:hover .prov-list { animation-play-state: paused; }
@keyframes pmarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.prov-list .pchip { display: flex; align-items: center; justify-content: center; min-width: 170px; height: 78px; background: linear-gradient(160deg, var(--panel2), var(--panel)); border: 1px solid var(--line); border-radius: 14px; }
.prov-list .pchip img { height: 34px; width: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .85; }

.stats { background: linear-gradient(180deg, transparent, rgba(34,211,238,.06)); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.stat { background: linear-gradient(160deg, var(--panel2), var(--panel)); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 18px; }
.stat .ic { font-size: 30px; margin-bottom: 10px; }
.stat b { display: block; font-size: clamp(26px,3.4vw,40px); color: var(--gold); font-weight: 900; }
.stat span { color: var(--muted); font-size: 13px; }

.seo { background: linear-gradient(180deg, transparent, rgba(37,99,235,.07)); }
.seo-full { width: 100%; }
.seo-full p { max-width: none; }
.seo h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 16px; font-weight: 900; }
.seo h3 { margin: 22px 0 8px; color: var(--gold); font-size: 18px; }
.seo p { color: #cfe2f7; margin-bottom: 12px; }
.seo ul { list-style: none; display: grid; gap: 10px; }
.seo ul li { padding-left: 26px; position: relative; color: #cfe2f7; }
.seo ul li::before { content: "✦"; position: absolute; left: 0; color: var(--cyan); }

.footer { border-top: 1px solid var(--line); background: var(--bg2); padding: 48px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 24px; }
.footer-grid h5 { margin-bottom: 14px; font-size: 15px; }
.footer-grid a, .footer-grid p { color: var(--muted); font-size: 14px; display: block; margin-bottom: 8px; }
.footer-grid a:hover { color: var(--cyan); }
.pay-row { display: flex; gap: 12px; flex-wrap: wrap; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.pay-row .pay { height: 34px; min-width: 60px; padding: 0 14px; border-radius: 8px; background: var(--panel); border: 1px solid var(--line); color: var(--muted); font-weight: 800; font-size: 13px; display: flex; align-items: center; }
.footer-bottom { color: var(--muted); font-size: 13px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

.demo-modal { position: fixed; inset: 0; z-index: 200; display: none; background: rgba(2,7,16,.85); backdrop-filter: blur(6px); align-items: center; justify-content: center; padding: 20px; }
.demo-modal.is-open { display: flex; }
.demo-modal__dialog { width: min(960px, 96vw); height: min(680px, 90vh); background: var(--panel); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.demo-modal__bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.demo-modal__title { font-weight: 800; color: var(--gold); }
.demo-modal__close { background: rgba(255,255,255,.06); border: 1px solid var(--line); color: var(--text); width: 36px; height: 36px; border-radius: 10px; cursor: pointer; font-size: 16px; }
.demo-modal__close:hover { background: var(--cyan); color: #04122b; }
.demo-modal__frame { flex: 1; background: #000; }
.demo-modal__frame iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 1024px) {
  .steps { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-search { display: none; }
}
@media (max-width: 720px) {
  .main-nav { position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; background: var(--bg2); border-bottom: 1px solid var(--line); padding: 12px; gap: 4px; display: none; }
  .main-nav.open { display: flex; }
  .burger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn {
    font-size: 12px;
  }
}
