:root {
  --color-bg: #05070D;
  --color-surface: #0A1020;
  --color-elevated: #111A2E;
  --color-primary: #F0C64A;
  --color-primary-2: #C07A0A;
  --color-secondary: #FFB347;
  --color-text: #FAF7EF;
  --color-muted: #A7A3A0;
  --color-border: #23314E;
  --color-glow: #D89B2B;
  --color-hot: #FF8A00;
  --radius: 14px;
  --shadow: 0 18px 44px rgba(0,0,0,.55);
}

* { 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, #F7D66E 0%, #E3AD31 55%, #C07A0A 100%); color: #1a1305; box-shadow: 0 10px 24px rgba(240,198,74,.34); }
.btn-gold:hover { filter: brightness(1.05); }
.btn-outline { background: transparent; color: var(--color-text); border: 1px solid var(--color-border); }
.btn-ghost { background: var(--color-elevated); color: var(--color-text); border: 1px solid var(--color-border); }
.btn-lg { padding: 15px 30px; font-size: 16px; }

.section { padding: 26px 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; display: flex; align-items: center; gap: 8px; }
.shead h2 .star { color: var(--color-primary); }
.shead .nav-arrows { display: flex; gap: 8px; align-items: center; }
.shead .all { color: var(--color-muted); font-weight: 700; font-size: 14px; margin-right: 4px; }
.shead .all:hover { color: var(--color-primary); }
.arrow-btn { width: 34px; height: 34px; border-radius: 50%; 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: #1a1305; border-color: var(--color-primary); }

.header { position: sticky; top: 0; z-index: 60; background: rgba(5,7,13,.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: 28px 0 6px; }
.hero-banner { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--color-border); min-height: 380px; display: flex; align-items: center; padding: 48px clamp(24px,4vw,60px);
  background: linear-gradient(100deg, rgba(5,7,13,.95) 40%, rgba(5,7,13,.2)), url("../img/banners/hero-main.webp"), linear-gradient(120deg, #1A120E, #05070D); background-size: cover; background-position: right center; }
.hero-copy { max-width: 540px; position: relative; z-index: 2; }
.hero-copy h1 { font-size: clamp(30px, 4.6vw, 52px); line-height: 1.04; font-weight: 900; }
.hero-copy h1 .g { color: var(--color-primary); display: block; text-shadow: 0 0 24px rgba(240,198,74,.4); }
.hero-copy p { color: var(--color-muted); font-size: 16px; margin: 12px 0 22px; max-width: 420px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-mini { display: flex; gap: 28px; margin-top: 26px; flex-wrap: wrap; }
.hero-mini .hm { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.hero-mini .hm .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 20px; background: linear-gradient(135deg, rgba(240,198,74,.18), rgba(10,16,32,.6)); border: 1px solid var(--color-border); }
.hero-mini .hm span { font-size: 12px; color: var(--color-muted); font-weight: 700; }

.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: 28px; min-height: 200px; display: flex; flex-direction: column; background-size: cover; background-position: center;
  background-image: linear-gradient(135deg, rgba(10,16,32,.92), rgba(26,18,14,.7)); }
.pc1 { background-image: linear-gradient(135deg, rgba(10,16,32,.9), rgba(26,18,14,.65)), url("../img/banners/promo-1.webp"); }
.pc2 { background-image: linear-gradient(135deg, rgba(10,16,32,.9), rgba(26,18,14,.65)), url("../img/banners/promo-2.webp"); }
.pc3 { background-image: linear-gradient(135deg, rgba(10,16,32,.9), rgba(26,18,14,.65)), url("../img/banners/promo-3.webp"); }
.promo-card .tag { color: var(--color-primary); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; position: relative; z-index: 1; }
.promo-card h3 { font-size: 26px; font-weight: 900; margin: 8px 0 4px; position: relative; z-index: 1; line-height: 1.05; }
.promo-card h3 em { font-style: normal; color: var(--color-primary); }
.promo-card p { color: var(--color-muted); font-size: 13px; margin-bottom: 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; }
.ic .ic-img { width: 62%; height: 62%; object-fit: contain; }
.shead h2 .star { display: inline-flex; }
.shead h2 .star .star-img { height: 22px; width: auto; object-fit: contain; }

.live-strip { border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-surface); padding: 14px 16px; margin-bottom: 16px; overflow: hidden; }
.lw-head { display: flex; align-items: center; gap: 8px; font-weight: 800; font-style: italic; color: var(--color-text); margin-bottom: 12px; font-size: 14px; }
.lw-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--color-hot); box-shadow: 0 0 8px var(--color-hot); animation: lwpulse 1.4s infinite; }
@keyframes lwpulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.lw-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.lw-list { list-style: none; display: flex; gap: 10px; width: max-content; animation: lwscroll 46s linear infinite; }
.live-strip:hover .lw-list { animation-play-state: paused; }
@keyframes lwscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.lw-item { display: flex; align-items: center; gap: 10px; background: var(--color-elevated); border: 1px solid var(--color-border); border-radius: 10px; padding: 7px 14px 7px 7px; min-width: 220px; }
.lw-item img { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; }
.lw-item b { font-size: 12px; }
.lw-item span { display: block; color: var(--color-muted); font-size: 11px; }
.lw-item .lw-amt { display: inline; margin-left: auto; color: var(--color-primary); font-weight: 900; font-size: 13px; }

.bonus-banner { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--color-border); padding: 28px clamp(24px,4vw,44px); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; min-height: 130px;
  background: linear-gradient(90deg, rgba(10,16,32,.95) 30%, rgba(26,18,14,.35)), url("../img/banners/bonus-banner.webp"); background-size: cover; background-position: right center; background-color: #0E1B3D; }
.bonus-banner .bb-copy { position: relative; z-index: 1; }
.bonus-banner .bb-eyebrow { color: var(--color-text); font-weight: 800; font-size: 15px; }
.bonus-banner h3 { font-size: clamp(22px,3.4vw,34px); font-weight: 900; color: var(--color-primary); }
.bonus-banner h3 em { font-style: normal; color: var(--color-primary); }
.bonus-banner .btn { position: relative; z-index: 1; }
.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-primary); box-shadow: 0 0 20px rgba(216,155,43,.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: #1a1305; font-weight: 900; font-size: 10px; padding: 3px 8px; border-radius: 6px; text-transform: uppercase; }
.slot-badge.new { background: linear-gradient(135deg, var(--color-primary), var(--color-glow)); }
.win-amt { position: absolute; top: 8px; left: 8px; right: 8px; z-index: 3; text-align: center; background: linear-gradient(135deg, rgba(240,198,74,.95), rgba(192,122,10,.95)); color: #1a1305; font-weight: 900; font-size: 12px; padding: 4px 6px; border-radius: 7px; }
.fav { position: absolute; top: 7px; right: 7px; z-index: 3; width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--color-border); background: rgba(5,7,13,.6); color: var(--color-muted); cursor: pointer; font-size: 14px; transition: .15s; }
.fav:hover, .fav.on { background: var(--color-primary); color: #1a1305; border-color: var(--color-primary); }
.slot-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(5,7,13,0) 0%, rgba(5,7,13,.9) 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-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.prov-pill { display: flex; align-items: center; gap: 12px; justify-content: flex-start; height: 68px; padding: 0 18px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; transition: border-color .15s, transform .15s; }
.prov-pill:hover { border-color: var(--color-primary); transform: translateY(-3px); }
.prov-pill .pic { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0; display: grid; place-items: center; background: var(--color-elevated); border: 1px solid var(--color-border); }
.prov-pill .pic img { height: 20px; width: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.prov-pill span { font-size: 14px; font-weight: 800; color: var(--color-text); }

.features-band { border: 1px solid var(--color-border); border-radius: var(--radius); padding: 30px clamp(24px,4vw,44px); background: linear-gradient(135deg, var(--color-surface) 0%, #1A120E 100%); }
.features-band h2 { text-align: center; font-size: clamp(20px,2.6vw,26px); font-weight: 900; margin-bottom: 22px; }
.features-band .fb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fb-item { display: flex; gap: 16px; align-items: flex-start; }
.fb-item .ic { width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center; font-size: 22px; background: linear-gradient(135deg, rgba(240,198,74,.2), rgba(10,16,32,.6)); border: 1px solid var(--color-border); }
.fb-item h4 { font-size: 16px; margin-bottom: 4px; }
.fb-item p { color: var(--color-muted); font-size: 13px; }

.seo-text { padding: 40px 0; }
.seo-grid { align-items: center; }
.seo-body h2 { font-size: clamp(22px,3vw,30px); font-weight: 900; margin-bottom: 14px; }
.seo-body h2 span { color: var(--color-primary); }
.seo-body p { color: var(--color-muted); margin-bottom: 12px; font-size: 15px; }
.seo-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 28px; }
.seo-stats div { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; padding: 16px 10px; text-align: center; }
.seo-stats div b { display: block; color: var(--color-primary); font-size: 22px; font-weight: 900; }
.seo-stats div span { color: var(--color-muted); font-size: 12px; }

.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 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: 34px; height: 34px; 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; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .promo-row { grid-template-columns: 1fr; }
  .providers-grid { grid-template-columns: repeat(3, 1fr); }
  .features-band .fb-grid { grid-template-columns: 1fr; }
  .seo-grid { grid-template-columns: 1fr; }
  .seo-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 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-outline { display: none; }
  .providers-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
