:root {
  --color-bg: #06080F;
  --color-surface: #0C1324;
  --color-elevated: #111A30;
  --color-primary: #E8BF57;
  --color-primary-2: #D89A1F;
  --color-secondary: #1B6FFF;
  --color-text: #F5F7FB;
  --color-muted: #8E9AB3;
  --color-border: #1C2745;
  --color-glow: #4A4DFF;
  --color-hot: #FF9F1C;
  --radius: 14px;
  --shadow: 0 18px 44px rgba(0,0,0,.5);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--color-bg); color: var(--color-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(1280px, 94%); margin: 0 auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; cursor: pointer; font-weight: 800; padding: 12px 22px; border-radius: 10px; font-size: 15px; transition: transform .15s, box-shadow .2s, filter .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, #F4D06F 0%, #D89A1F 100%); color: #1a1405; box-shadow: 0 10px 24px rgba(232,191,87,.32); }
.btn-gold:hover { filter: brightness(1.05); }
.btn-blue { background: linear-gradient(135deg, #2A7BFF, #1B4FCC); color: #fff; box-shadow: 0 10px 24px rgba(27,111,255,.35); }
.btn-ghost { background: var(--color-elevated); color: var(--color-text); border: 1px solid var(--color-border); }
.btn-outline { background: transparent; color: var(--color-text); border: 1px solid var(--color-border); }
.btn-lg { padding: 15px 30px; font-size: 16px; }

.section { padding: 28px 0; }
.shead { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.shead h2 { font-size: clamp(20px, 2.6vw, 28px); font-weight: 900; }
.shead .nav-arrows { display: flex; gap: 8px; align-items: center; }
.shead .all { color: var(--color-primary); font-weight: 700; font-size: 14px; margin-right: 4px; }
.shead .all:hover { text-decoration: underline; }
.arrow-btn { width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--color-border); background: var(--color-surface); color: var(--color-text); cursor: pointer; font-size: 15px; transition: .15s; }
.arrow-btn:hover { background: var(--color-primary); color: #1a1405; border-color: var(--color-primary); }

.header { position: sticky; top: 0; z-index: 60; background: rgba(6,8,15,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--color-border); }
.header .container { display: flex; align-items: center; gap: 18px; height: 70px; }
.logo { display: flex; align-items: center; }
.logo img { width: auto; height: 44px; display: block; object-fit: contain; }
.main-nav { display: flex; gap: 2px; margin-left: 14px; }
.main-nav a { padding: 9px 14px; border-radius: 8px; font-weight: 700; font-size: 14px; color: var(--color-muted); transition: .15s; }
.main-nav a:hover, .main-nav a.active { color: var(--color-primary); }
.header-cta { margin-left: auto; 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(--color-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: 20px 0 6px; }
.hero-slider { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--color-border); }
.hero-slide { display: none; min-height: 340px; align-items: center; padding: 44px clamp(24px,4vw,56px); background-size: cover; background-position: center; }
.hero-slide.is-active { display: flex; }
.hero-slide--1 { background: linear-gradient(100deg, rgba(6,8,15,.95) 36%, rgba(6,8,15,.25)), url("../img/banners/hero-slide-1.webp"), linear-gradient(120deg, #0E1B3D, #06080F); }
.hero-slide--2 { background: linear-gradient(100deg, rgba(6,8,15,.95) 36%, rgba(6,8,15,.25)), url("../img/banners/hero-slide-2.webp"), linear-gradient(120deg, #241032, #06080F); }
.hero-slide--3 { background: linear-gradient(100deg, rgba(6,8,15,.95) 36%, rgba(6,8,15,.25)), url("../img/banners/hero-slide-3.webp"), linear-gradient(120deg, #153D8A, #06080F); }
.hero-copy { max-width: 520px; position: relative; z-index: 2; }
.hero-copy .eyebrow { color: var(--color-muted); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; margin-bottom: 6px; }
.hero-copy h1 { font-size: clamp(40px, 7vw, 76px); line-height: .95; font-weight: 900; color: var(--color-primary); text-shadow: 0 0 26px rgba(232,191,87,.4); }
.hero-copy .h-sub { font-size: clamp(18px, 2.4vw, 26px); font-weight: 800; margin: 4px 0 22px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.hero-dots button { width: 9px; height: 9px; border-radius: 999px; border: 0; background: rgba(255,255,255,.3); cursor: pointer; }
.hero-dots button.is-active { background: var(--color-primary); width: 26px; }

.promo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.promo-card { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--color-border); padding: 26px; min-height: 168px; display: flex; flex-direction: column; background-size: cover; background-position: center; }
.promo-card::after { content: ""; position: absolute; inset: 0; }
.pcb { background-image: linear-gradient(135deg, rgba(14,27,61,.92), rgba(21,61,138,.55)), url("../img/banners/promo-1.webp"); background-color: #0E1B3D; }
.pcp { background-image: linear-gradient(135deg, rgba(36,16,50,.92), rgba(93,36,179,.5)), url("../img/banners/promo-2.webp"); background-color: #241032; }
.pcg { background-image: linear-gradient(135deg, rgba(26,20,5,.9), rgba(216,154,31,.45)), url("../img/banners/promo-3.webp"); background-color: #2a2008; }
.promo-card .tag { display: inline-flex; width: fit-content; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.1); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; position: relative; z-index: 1; }
.pcb .tag { background: rgba(27,111,255,.22); color: #79acff; border: 1px solid rgba(27,111,255,.5); }
.pcp .tag { background: rgba(154,77,255,.22); color: #c9a6ff; border: 1px solid rgba(154,77,255,.5); }
.pcg .tag { background: rgba(232,191,87,.2); color: var(--color-primary); border: 1px solid rgba(232,191,87,.5); }
.ic .ic-img { width: 62%; height: 62%; object-fit: contain; }
.app-ic { height: 22px; width: auto; object-fit: contain; }
.promo-card h3 { font-size: 24px; font-weight: 900; position: relative; z-index: 1; line-height: 1.1; }
.promo-card h3 em { font-style: normal; color: var(--color-primary); }
.promo-card p { color: var(--color-muted); font-size: 13px; margin: 4px 0 16px; position: relative; z-index: 1; }
.promo-card .btn { margin-top: auto; align-self: flex-start; position: relative; z-index: 1; }

.slider { position: relative; }
.slider-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(160px, 1fr); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 8px; scrollbar-width: none; -ms-overflow-style: none; }
.slider-track::-webkit-scrollbar { display: none; height: 0; }
.slot-card { position: relative; border-radius: 14px; overflow: hidden; scroll-snap-align: start; background: var(--color-surface); border: 1px solid var(--color-border); transition: transform .15s, border-color .15s, box-shadow .2s; }
.slot-card:hover { transform: translateY(-4px); border-color: var(--color-glow); box-shadow: 0 0 20px rgba(74,77,255,.4); }
.slot-thumb { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.slot-thumb img { width: 100%; height: 100%; object-fit: cover; }
.slot-badge { position: absolute; top: 8px; left: 8px; z-index: 3; background: var(--color-hot); color: #1a1405; font-weight: 900; font-size: 10px; padding: 3px 8px; border-radius: 6px; text-transform: uppercase; }
.slot-badge.new { background: var(--color-secondary); color: #fff; }
.win-amt { position: absolute; top: 8px; left: 8px; right: 8px; z-index: 3; text-align: center; background: linear-gradient(135deg, rgba(232,191,87,.95), rgba(216,154,31,.95)); color: #1a1405; font-weight: 900; font-size: 12px; padding: 4px 6px; border-radius: 7px; }
.slot-overlay { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(180deg, rgba(6,8,15,0) 0%, rgba(6,8,15,.92) 100%); opacity: 0; transition: opacity .18s; }
.slot-card:hover .slot-overlay { opacity: 1; }
.slot-overlay .btn { width: 80%; padding: 9px; font-size: 13px; }
.slot-meta { padding: 9px 10px 12px; }
.slot-meta b { display: block; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.slot-meta small { color: var(--color-muted); font-size: 11px; }

.providers-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.prov-chip { display: flex; flex-direction: column; align-items: center; gap: 8px; justify-content: center; height: 96px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 14px; transition: border-color .15s, transform .15s; }
.prov-chip:hover { border-color: var(--color-primary); transform: translateY(-3px); }
.prov-chip img { height: 30px; width: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .85; }
.prov-chip span { font-size: 12px; font-weight: 700; color: var(--color-muted); }

.why-jp { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.why { position: relative; border-radius: var(--radius); border: 1px solid var(--color-border); overflow: hidden; padding: 30px;
  background: linear-gradient(135deg, rgba(12,19,36,.96), rgba(36,16,50,.5)), url("../img/banners/why-bg.webp"); background-size: cover; background-position: right center; }
.why h2 { font-size: clamp(20px,2.6vw,26px); font-weight: 900; margin-bottom: 18px; }
.why-item { display: flex; gap: 14px; margin-bottom: 16px; max-width: 60%; }
.why-item .ic { width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0; display: grid; place-items: center; font-size: 20px; background: linear-gradient(135deg, rgba(232,191,87,.2), rgba(12,19,36,.6)); border: 1px solid var(--color-border); }
.why-item h4 { font-size: 15px; margin-bottom: 2px; }
.why-item p { color: var(--color-muted); font-size: 13px; }
.jackpots { border-radius: var(--radius); border: 1px solid var(--color-border); padding: 30px; background: linear-gradient(135deg, #0E1B3D 0%, #0C1324 60%); }
.jackpots h2 { font-size: clamp(20px,2.6vw,26px); font-weight: 900; }
.jackpots .jp-sub { color: var(--color-muted); font-size: 13px; margin-bottom: 18px; }
.jp-tier { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 12px; background: var(--color-surface); border: 1px solid var(--color-border); margin-bottom: 10px; }
.jp-tier .ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; font-size: 17px; }
.jp-tier.mega .ic { background: rgba(232,191,87,.18); color: var(--color-primary); }
.jp-tier.major .ic { background: rgba(255,79,216,.16); color: #FF4FD8; }
.jp-tier.minor .ic { background: rgba(27,111,255,.16); color: var(--color-secondary); }
.jp-tier.mini .ic { background: rgba(56,224,150,.16); color: #38e096; }
.jp-tier .lvl { font-weight: 800; }
.jp-tier .val { margin-left: auto; font-weight: 900; font-size: clamp(15px,1.8vw,20px); color: var(--color-primary); }

.appban { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--color-border); padding: 36px clamp(24px,4vw,48px); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  background: linear-gradient(120deg, rgba(6,8,15,.92), rgba(36,16,50,.5)), url("../img/banners/app-bg.webp"); background-size: cover; background-position: center; }
.appban h2 { font-size: clamp(22px,3vw,32px); font-weight: 900; }
.appban p { color: var(--color-muted); max-width: 360px; margin-top: 8px; }
.appban .app-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.app-qr { width: 96px; height: 96px; border-radius: 12px; background: #fff; display: grid; place-items: center; color: #06080F; font-size: 11px; font-weight: 800; text-align: center; }
.app-btns { display: flex; flex-direction: column; gap: 10px; }
.app-btn { display: flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 10px; background: var(--color-surface); border: 1px solid var(--color-border); font-weight: 700; }
.app-btn span { font-size: 22px; }

.seo-text { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%); border-top: 1px solid var(--color-border); padding: 44px 0; }
.seo-text h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 900; margin-bottom: 14px; }
.seo-text h2 span { color: var(--color-primary); }
.seo-text h3 { font-size: 17px; margin: 20px 0 8px; }
.seo-text p { color: var(--color-muted); margin-bottom: 13px; max-width: 980px; font-size: 15px; }

.footer { border-top: 1px solid var(--color-border); background: #070A14; padding: 44px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 26px; margin-bottom: 24px; }
.footer-grid h5 { margin-bottom: 13px; font-size: 14px; }
.footer-grid a, .footer-grid p { color: var(--color-muted); font-size: 13px; display: block; margin-bottom: 7px; }
.footer-grid a:hover { color: var(--color-primary); }
.footer-grid .logo img { height: 40px; margin-bottom: 12px; }
.socials { display: flex; gap: 10px; margin-top: 12px; }
.socials a { width: 36px; height: 36px; border-radius: 9px; background: var(--color-surface); border: 1px solid var(--color-border); display: grid; place-items: center; }
.pay-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; padding: 16px 0; border-top: 1px solid var(--color-border); margin-bottom: 14px; }
.pay-row .lbl { color: var(--color-muted); font-size: 12px; margin-right: 8px; }
.pay-row .pay { height: 30px; min-width: 54px; padding: 0 12px; border-radius: 7px; background: var(--color-surface); border: 1px solid var(--color-border); color: var(--color-muted); font-weight: 800; font-size: 12px; display: flex; align-items: center; }
.footer-bottom { color: var(--color-muted); font-size: 12px; }

.demo-modal { position: fixed; inset: 0; z-index: 200; display: none; background: rgba(3,5,10,.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(--color-surface); border: 1px solid var(--color-border); border-radius: 14px; 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(--color-border); }
.demo-modal__title { font-weight: 800; color: var(--color-primary); }
.demo-modal__close { background: var(--color-elevated); border: 1px solid var(--color-border); color: var(--color-text); width: 36px; height: 36px; border-radius: 9px; cursor: pointer; font-size: 16px; }
.demo-modal__close:hover { background: var(--color-primary); color: #1a1405; }
.demo-modal__frame { flex: 1; background: #000; }
.demo-modal__frame iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 1024px) {
  .promo-row { grid-template-columns: 1fr; }
  .providers-strip { grid-template-columns: repeat(3, 1fr); }
  .why-jp { grid-template-columns: 1fr; }
  .why-item { max-width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .main-nav { position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; background: var(--color-surface); border-bottom: 1px solid var(--color-border); padding: 12px; gap: 4px; display: none; margin: 0; }
  .main-nav.open { display: flex; }
  .burger { display: flex; }
  .header-cta .btn-ghost { display: none; }
  .providers-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .appban { flex-direction: column; align-items: flex-start; }
}
