/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --gold:       #f0a500;
  --gold-light: #ffd166;
  --gold-dark:  #c47f00;
  --red:        #e63946;
  --red-dark:   #b02430;
  --bg:         #0a0608;
  --bg2:        #110d0a;
  --bg3:        #1a1208;
  --border:     rgba(240,165,0,.18);
  --text:       #f0e6c8;
  --muted:      #7a6a50;
  --glow-gold:  0 0 20px rgba(240,165,0,.45);
  --glow-red:   0 0 20px rgba(230,57,70,.5);
  --max-w:      1380px;
}

/* ===== SEO CATEGORY AND LEGAL CONTENT ===== */
.category-page,
.legal-page {
  min-height: 70vh;
  padding: 128px 20px 82px;
}

.category-hero,
.legal-hero {
  max-width: 1080px;
  margin: 0 auto 34px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 195, 66, .28);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(42, 10, 12, .95), rgba(10, 4, 6, .94));
  box-shadow: 0 18px 60px rgba(0, 0, 0, .35), inset 0 0 40px rgba(255, 195, 66, .035);
}

.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  gap: 34px;
  align-items: center;
}

.category-hero h1,
.legal-hero h1 {
  margin: 8px 0 16px;
  color: #fff1d0;
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.08;
}

.category-hero p,
.legal-hero p {
  color: rgba(247, 230, 198, .82);
  font-size: 1.08rem;
  line-height: 1.75;
}

.category-visual {
  min-height: 250px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(5, 1, 3, .08), rgba(5, 1, 3, .72)), url('assect/rr9-casino-banner-bg.png') center/cover;
  border: 1px solid rgba(255, 195, 66, .35);
  display: flex;
  align-items: flex-end;
  padding: 22px;
}

.category-visual strong {
  color: #ffc342;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.category-intro,
.legal-content {
  max-width: 1080px;
  margin: 0 auto;
}

.category-intro {
  margin-bottom: 28px;
}

.category-intro h2,
.category-faq h2 {
  color: #ffc342;
  font-family: 'Orbitron', sans-serif;
  margin: 0 0 12px;
}

.category-intro p {
  color: rgba(247, 230, 198, .74);
  line-height: 1.7;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 18px;
}

.category-card {
  display: block;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(255, 195, 66, .26);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(45, 12, 12, .92), rgba(12, 5, 5, .94));
  color: #f7e6c6;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.category-card:hover,
.category-card:focus-visible {
  transform: translateY(-5px);
  border-color: #ffc342;
  box-shadow: 0 12px 28px rgba(255, 170, 40, .15);
}

.category-card h3 {
  color: #ffc342;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.08rem;
  margin: 0 0 10px;
}

.category-card p {
  margin: 0;
  color: rgba(247, 230, 198, .72);
  line-height: 1.55;
}

.category-faq {
  max-width: 1080px;
  margin: 46px auto 0;
}

.category-faq details {
  margin: 12px 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 195, 66, .2);
  border-radius: 12px;
  background: rgba(18, 6, 8, .72);
}

.category-faq summary {
  cursor: pointer;
  color: #f7e6c6;
  font-weight: 700;
}

.category-faq details p {
  margin: 12px 0 0;
  color: rgba(247, 230, 198, .72);
  line-height: 1.7;
}

.legal-hero {
  max-width: 920px;
}

.legal-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.legal-content {
  max-width: 920px;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid rgba(255, 195, 66, .18);
  border-radius: 20px;
  background: rgba(12, 5, 5, .82);
}

.legal-content h2 {
  margin: 30px 0 10px;
  color: #ffc342;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.35rem;
}

.legal-content h2:first-child { margin-top: 0; }

.legal-content h3 {
  margin: 22px 0 8px;
  color: #f7e6c6;
  font-size: 1.08rem;
}

.legal-content p,
.legal-content li {
  color: rgba(247, 230, 198, .76);
  line-height: 1.78;
}

.legal-content ul { padding-left: 22px; }

.legal-notice {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 3px solid #ffc342;
  background: rgba(255, 195, 66, .08);
  color: #f7e6c6;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 195, 66, .18);
}

.legal-links a { color: #ffc342; }

@media (max-width: 760px) {
  .category-hero { grid-template-columns: 1fr; }
  .category-visual { min-height: 190px; }
}

/* ===== SEO GUIDE CONTENT ===== */
.seo-content,
.seo-related {
  padding: 72px 20px 0;
  background: #080203;
}

.seo-article {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid rgba(255, 195, 66, 0.22);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(41, 12, 12, 0.96), rgba(15, 5, 6, 0.96));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3);
}

.seo-kicker,
.section-kicker {
  color: #ffc342;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.seo-article h2,
.seo-related h2 {
  color: #ffc342;
  font-family: 'Orbitron', sans-serif;
  line-height: 1.25;
}

.seo-article h2 {
  margin: 0 0 28px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.seo-article h3 {
  color: #f7e6c6;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  margin: 24px 0 8px;
}

.seo-article p,
.seo-related p {
  color: rgba(247, 230, 198, 0.86);
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.06rem;
  line-height: 1.75;
  margin: 0 0 18px;
}

.seo-article strong {
  color: #ffd66b;
}

.seo-related {
  padding-top: 30px;
}

.seo-related-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px;
  border-top: 1px solid rgba(255, 195, 66, 0.2);
}

.seo-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-link-grid a {
  display: inline-block;
  padding: 8px 13px;
  border: 1px solid rgba(255, 195, 66, 0.35);
  border-radius: 999px;
  color: #ffc342;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.seo-link-grid a:hover {
  background: #ffc342;
  color: #180607;
}

html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Rajdhani', sans-serif; font-weight: 600; background: var(--bg); color: var(--text); overflow-x: hidden; width: 100%; max-width: 100%; }
a { text-decoration: none; }
img, video { display: block; max-width: 100%; }

/* ===== SHARED SECTION WIDTH ===== */
.section-container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 48px;
}

/*.section-title */
.section-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.65rem; font-weight: 700;
  color: #fff; letter-spacing: 1.2px;
  display: flex; align-items: center; gap: 10px;
}
.section-title i { color: var(--red); font-size: 1.35rem; }
.section-title.centered { justify-content: center; margin-bottom: 40px; }
.accent { color: var(--gold); margin-left: 6px; }

.section-header {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.view-all-btn {
  font-family: 'Orbitron', sans-serif;
  font-size: .7rem; color: var(--gold);
  letter-spacing: 1px;
  border: 1px solid var(--border);
  padding: 6px 14px; border-radius: 4px;
  transition: background .2s, color .2s;
}
.view-all-btn:hover { background: rgba(240,165,0,.1); }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 70px;
  background: rgba(8, 4, 4, 0.98) !important;
  border-bottom: 1.5px solid rgba(255, 184, 41, 0.35) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9), 0 0 20px rgba(255, 184, 41, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.logo-icon { color: var(--gold); font-size: 1.4rem; }
.logo-text {
  font-family: 'Orbitron', sans-serif; font-size: 1.25rem;
  font-weight: 900; color: #fff; letter-spacing: 2.5px;
  text-shadow: 0 0 12px rgba(240, 165, 0, 0.4);
}
.logo-accent { color: var(--gold); text-shadow: 0 0 12px rgba(240, 165, 0, 0.6); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 20px; flex: 1; }
.nav-link {
  color: #ccc; font-family: 'Rajdhani',sans-serif;
  font-size: .85rem; font-weight: 700; letter-spacing: 1.2px;
  padding: 8px 12px; border-radius: 4px;
  position: relative;
  transition: color .3s ease; white-space: nowrap;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
  transition: width 0.3s ease, left 0.3s ease;
}
.nav-link:hover { color: #fff; }
.nav-link.active { color: var(--gold); }
.nav-link:hover::after, .nav-link.active::after {
  width: 80%;
  left: 10%;
}
.nav-link .fa-chevron-down {
  font-size: .6rem; margin-left: 4px;
  transition: transform 0.3s ease;
}
.nav-link:hover .fa-chevron-down {
  transform: translateY(2px);
}
.nav-actions { display: flex; gap: 12px; flex-shrink: 0; }
.btn-login {
  background: transparent; border: 1px solid rgba(240,165,0,.6);
  color: var(--gold); padding: 8px 20px; border-radius: 4px;
  font-family: 'Rajdhani',sans-serif; font-weight: 700;
  font-size: .85rem; letter-spacing: 1.2px; cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(240, 165, 0, 0.15);
}
.btn-login:hover {
  background: rgba(240,165,0,.18);
  box-shadow: 0 0 15px rgba(240,165,0,.4);
  transform: translateY(-1px);
  color: #fff;
  border-color: var(--gold);
}
.btn-register-nav {
  background: linear-gradient(135deg,var(--red),var(--red-dark));
  border: none; color: #fff; padding: 8px 20px; border-radius: 4px;
  font-family: 'Rajdhani',sans-serif; font-weight: 700;
  font-size: .85rem; letter-spacing: 1.2px; cursor: pointer;
  box-shadow: var(--glow-red); transition: all .3s ease;
}
.btn-register-nav:hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(230,57,70,.8);
}

/* ===== DOWNLOAD NOW NAV BUTTON ===== */
.btn-download-nav {
  background: linear-gradient(135deg, #c87800 0%, #f0a500 50%, #c87800 100%);
  border: none; color: #000; padding: 7px 18px; border-radius: 4px;
  font-family: 'Rajdhani', sans-serif; font-weight: 700;
  font-size: .8rem; letter-spacing: 1px; cursor: pointer;
  box-shadow: 0 0 18px rgba(240,165,0,.45);
  transition: all .3s ease;
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}
.btn-download-nav:hover {
  opacity: .9;
  transform: translateY(-1px);
  box-shadow: 0 0 28px rgba(240,165,0,.75);
}
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--gold); border-radius: 2px; transition: .3s; }
.mobile-menu {
  display: none; flex-direction: column; gap: 2px;
  padding: 12px 24px 16px;
  background: rgba(8,5,4,.99);
  border-top: 1px solid var(--border);
}
.mobile-menu a {
  color: #ccc; padding: 10px 0; font-size: .95rem;
  font-family: 'Rajdhani',sans-serif; font-weight: 700; letter-spacing: 1px;
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: color .2s ease, padding-left .2s ease;
}
.mobile-menu a:hover { color: var(--gold); padding-left: 6px; }
.mobile-actions { display: flex; gap: 8px; margin-top: 10px; }
.mobile-actions .btn-login, .mobile-actions .btn-register-nav { flex: 1; }
.mobile-menu.open { display: flex; }

/* ===== HERO SECTION FULL CLEAN STRUCTURE ===== */
.hero {
  position: relative !important;
  margin-top: 70px !important;
  padding-top: 20px !important;
  padding-bottom: 45px !important;
  min-height: auto !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 184, 41, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(5, 1, 3, 0.85) 0%, rgba(15, 4, 5, 0.88) 50%, rgba(5, 1, 3, 0.98) 100%),
    url("assect/rr9-casino-banner-bg.png") center center / cover no-repeat !important;
}

/* TIMER STICKER BANNER */
.hero-timer {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  z-index: 30 !important;
  margin: 10px auto 18px auto !important;
  width: 100% !important;
}

.timer-inner {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: linear-gradient(135deg, rgba(25, 12, 5, 0.95), rgba(45, 22, 5, 0.95)) !important;
  border: 2px solid #ffc342 !important;
  border-radius: 10px !important;
  padding: 8px 24px !important;
  box-shadow: 0 0 25px rgba(255, 184, 41, 0.45), 0 4px 15px rgba(0, 0, 0, 0.8) !important;
}

.timer-icon {
  font-size: 1.4rem !important;
}

.timer-label {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  color: #ffc342 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}

.timer-display {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 1.7rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  letter-spacing: 2px !important;
  text-shadow: 0 0 15px rgba(255, 184, 41, 0.9) !important;
}

.timer-tag {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  color: #170604 !important;
  background: linear-gradient(135deg, #ffe46a, #ff9d20) !important;
  padding: 4px 10px !important;
  border-radius: 5px !important;
  letter-spacing: 1.5px !important;
}

/* HERO CONTAINER & VISUAL */
.hero-container {
  width: 100% !important;
  max-width: 1350px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.hero-visual {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 1350px !important;
  height: clamp(340px, 50vh, 520px) !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 2px solid rgba(255, 184, 41, 0.45) !important;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.9), 0 0 35px rgba(255, 184, 41, 0.35) !important;
}

.hero-video-wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.hero-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* BANNER TITLE TEXT */
.hero-video-title {
  position: absolute !important;
  top: 12% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
  z-index: 10 !important;
  width: 90% !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.hero-video-title .hero-title-line {
  font-family: 'Orbitron', sans-serif !important;
  font-size: clamp(1.8rem, 3.5vw, 3rem) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.95), 0 0 25px rgba(255, 184, 41, 0.7) !important;
  letter-spacing: 2px !important;
  display: block !important;
  margin-bottom: 2px !important;
}

.hero-video-title .hero-highlight {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: clamp(1.1rem, 2vw, 1.8rem) !important;
  font-weight: 900 !important;
  color: #b86f00 !important;
  text-transform: uppercase !important;
  text-shadow:
    0 1px 0 #ffe19a,
    0 3px 0 #2a1100,
    0 0 10px rgba(0, 0, 0, 0.95),
    0 0 22px rgba(0, 0, 0, 0.9) !important;
  letter-spacing: 1.5px !important;
  display: block !important;
}

/* PLAY BUTTON BELOW VIDEO */
.hero-content, .hero-content.centered-cta-wrap {
  position: relative !important;
  z-index: 20 !important;
  width: 100% !important;
  margin: 20px auto 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.hero-cta {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.btn-hero-center, .btn-cta-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 16px 65px !important;
  background: linear-gradient(180deg, #ffe46a 0%, #ff8c00 45%, #d31a1a 100%) !important;
  color: #ffffff !important;
  border: 1.5px solid #ffe46a !important;
  border-radius: 12px !important;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: 0 0 35px rgba(255, 140, 0, 0.75), 0 0 50px rgba(255, 184, 41, 0.4) !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8) !important;
  transition: transform 0.25s, box-shadow 0.25s !important;
}

.btn-hero-center:hover, .btn-cta-primary:hover {
  transform: scale(1.04) translateY(-2px) !important;
  box-shadow: 0 0 45px rgba(255, 140, 0, 0.9), 0 0 65px rgba(255, 184, 41, 0.6) !important;
}
.particles { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.particle {
  position: absolute; border-radius: 50%; opacity: 0;
  animation: floatUp var(--dur,6s) ease-in infinite;
  animation-delay: var(--delay,0s);
}
@keyframes floatUp {
  0%  { opacity:0; transform:translateY(0) scale(1); }
  10% { opacity:.5; }
  80% { opacity:.15; }
  100%{ opacity:0; transform:translateY(-120vh) scale(.4); }
}
.glow-orb { position:absolute; border-radius:50%; pointer-events:none; filter:blur(80px); }
.orb-1 { width:500px;height:500px;background:rgba(240,165,0,.13);top:-80px;right:8%; }
.orb-2 { width:380px;height:380px;background:rgba(160,0,60,.1);bottom:-60px;left:4%; }

.hero-container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex; align-items: center;
  /* same left padding as navbar so content aligns perfectly */
  padding: 0 0 0 0;
}

/* LEFT */
.hero-content {
  position: relative; z-index: 3;
  flex: 0 0 auto;
  width: 42%;
  min-width: 340px;
  max-width: 560px;
  /* left side mein proper padding — video ke baaye, edge se thodi door */
  padding: 0 20px 0 48px;
  margin-left: 0;
  margin-right: 0;
  display: flex; flex-direction: column; justify-content: center; align-self: center;
}

/* ===== HERO TIMER — Bold sticker-style banner ===== */
.hero-timer {
  margin-bottom: 20px;
  width: fit-content;
}
.timer-inner {
  display: inline-flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, rgba(20,10,0,.95), rgba(40,20,0,.95), rgba(20,10,0,.95));
  border: 2px solid var(--gold);
  border-radius: 8px;
  padding: 14px 28px;
  box-shadow: 
    0 0 30px rgba(240,165,0,.4),
    0 4px 16px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 0 24px rgba(240,165,0,.08);
  position: relative; overflow: hidden;
  animation: timerBounce 1.2s ease-in-out infinite;
}
/* Pulse animation — sticker "breathing" */
@keyframes timerBounce {
  0%, 100% { transform: scale(1); box-shadow: 0 0 30px rgba(240,165,0,.4), 0 4px 16px rgba(0,0,0,.6); }
  50%      { transform: scale(1.03); box-shadow: 0 0 50px rgba(240,165,0,.65), 0 6px 20px rgba(0,0,0,.7); }
}

/* Rotating glow ring */
.timer-inner::before {
  content: '';
  position: absolute; inset: -3px; border-radius: 8px;
  background: conic-gradient(
    transparent 0deg,
    rgba(240,165,0,.6) 90deg,
    transparent 180deg,
    rgba(240,165,0,.6) 270deg,
    transparent 360deg
  );
  animation: timerRotate 3s linear infinite;
  z-index: -1;
}
@keyframes timerRotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Corner sparkles */
.timer-inner::after {
  content: '✨';
  position: absolute; top: -8px; right: -8px;
  font-size: 1.2rem; opacity: 0;
  animation: sparkle 2s ease-in-out infinite;
}
@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(.5) rotate(0deg); }
  50%      { opacity: 1; transform: scale(1.2) rotate(180deg); }
}

.timer-icon {
  font-size: 1.5rem;
  filter: drop-shadow(0 0 8px rgba(240,165,0,.7));
  animation: timerBell 1s ease-in-out infinite;
}
@keyframes timerBell {
  0%, 100% { transform: rotate(-15deg); }
  50%      { transform: rotate(15deg); }
}

.timer-label {
  font-family: 'Orbitron', sans-serif;
  font-size: .8rem; font-weight: 700;
  color: #ddb070; letter-spacing: 1.8px; text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
}

.timer-display {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem; font-weight: 900; color: #fff;
  letter-spacing: 3px; min-width: 80px; text-align: center;
  background: linear-gradient(180deg, #fff, #ffd166, #fff);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(240,165,0,.9)) drop-shadow(0 0 32px rgba(240,165,0,.4));
  transition: filter .15s;
}
.timer-display.flash {
  background: linear-gradient(180deg, #ff4444, #ff0000, #ff4444);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(230,57,70,1)) drop-shadow(0 0 40px rgba(230,57,70,.6));
  animation: flashPulse .3s ease-in-out infinite;
}
@keyframes flashPulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: .7; }
}

.timer-tag {
  font-family: 'Orbitron', sans-serif; font-size: .75rem; font-weight: 700;
  color: #000; letter-spacing: 2px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold));
  padding: 5px 12px; border-radius: 5px;
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 2px 10px rgba(240,165,0,.5), inset 0 1px 0 rgba(255,255,255,.4);
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
}

/* ===== LIVE BADGE ===== */
.live-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(30,18,0,.9); border: 1px solid rgba(240,165,0,.42);
  padding: 6px 14px; border-radius: 4px;
  font-family: 'Georgia', serif;
  font-size: .8rem; font-weight: 600;
  color: var(--gold-light); margin-bottom: 22px; letter-spacing: .5px; width: fit-content;
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #2ecc40; flex-shrink: 0;
  animation: pulse 1.5s ease-out infinite;
}
@keyframes pulse {
  0%  { box-shadow: 0 0 0 0 rgba(46,204,64,.5); }
  70% { box-shadow: 0 0 0 8px rgba(46,204,64,0); }
  100%{ box-shadow: 0 0 0 0 rgba(46,204,64,0); }
}

.hero-title {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: clamp(2.4rem, 3.6vw, 3.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: -.5px;
  text-shadow: 0 3px 28px rgba(0,0,0,.85);
}
.hero-title-line { display: block; color: #fff; }

.hero-highlight {
  display: block;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  font-weight: 700;
  background: linear-gradient(90deg, #c87800, #ffd166, #f0a500, #ffd166, #c87800);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite; background-size: 250%;
  letter-spacing: -1px;
  text-shadow: none;
}
@keyframes shimmer { 0%{ background-position: 0% } 100%{ background-position: 250% } }

.hero-subtitle {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: .95rem; color: #9a8a6a; line-height: 1.7;
  margin-bottom: 28px; font-style: italic; max-width: 400px;
}

.trust-badges { display: flex; gap: 10px; margin-bottom: 30px; flex-wrap: wrap; }
.trust-item {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(240,165,0,.2);
  padding: 9px 14px; border-radius: 6px; transition: border-color .2s, background .2s;
}
.trust-item:hover { border-color: var(--gold); background: rgba(240,165,0,.07); }
.trust-item i { font-size: 1rem; color: var(--gold); }
.trust-item span {
  font-family: 'Georgia', serif;
  font-size: .72rem; font-weight: 600; line-height: 1.3; color: #bbb;
}

.hero-cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.btn-cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #d42b38 0%, #8f0e18 100%);
  color: #fff; border: none; padding: 14px 42px; border-radius: 6px;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.05rem; font-weight: 700; letter-spacing: 1.5px; cursor: pointer;
  box-shadow: 0 4px 28px rgba(200,30,50,.6);
  transition: transform .2s, box-shadow .2s;
  animation: ctaPulse 2.5s ease-in-out infinite;
}
@keyframes ctaPulse {
  0%,100%{ box-shadow: 0 4px 24px rgba(200,30,50,.5); }
  50%    { box-shadow: 0 6px 44px rgba(200,30,50,.85), 0 0 0 12px rgba(200,30,50,0); }
}
.btn-cta-primary:hover { transform: translateY(-2px) scale(1.02); }
.cta-sub {
  font-family: 'Georgia', serif;
  font-size: .76rem; color: #5a4a35; font-style: italic;
}

/* RIGHT VIDEO — stretches to screen right edge, no gap */
.hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  /* fill from 40% of page width to absolute right edge of viewport */
  left: 40%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.hero-visual::before,
.hero-visual::after { content:''; position:absolute; inset:0; z-index:4; pointer-events:none; }
.hero-visual::before {
  background:
    linear-gradient(to right,  #060408 0%, rgba(6,4,8,0) 22%),
    linear-gradient(to bottom, #060408 0%, rgba(6,4,8,0) 14%),
    linear-gradient(to top,    #060408 0%, rgba(6,4,8,0) 14%);
}
.hero-visual::after {
  background:linear-gradient(to left,#060408 0%,rgba(6,4,8,0) 12%);
}
.hero-video-wrapper { position:absolute; inset:0; overflow:hidden; z-index:2; }
.hero-video { width:100%; height:100%; object-fit:cover; object-position:center; }
.video-ring { display:none; }

/* Overlay badges */
.free-spin-badge {
  position:absolute; top:10%; right:4%; z-index:5;
  background:linear-gradient(135deg,#7a0000,#c00000,#7a0000);
  border:2px solid var(--gold); padding:9px 15px; border-radius:8px;
  display:flex; flex-direction:column; align-items:center;
  box-shadow:var(--glow-red),var(--glow-gold);
  animation:badgeFloat 3s ease-in-out infinite;
}
.badge-glow {
  position:absolute; inset:-2px; border-radius:8px;
  background:linear-gradient(135deg,var(--gold),transparent,var(--gold));
  opacity:.25; animation:rotateBorder 3s linear infinite;
}
@keyframes rotateBorder{ from{transform:rotate(0)} to{transform:rotate(360deg)} }
.badge-label { font-family:'Orbitron',sans-serif; font-size:.56rem; letter-spacing:3px; color:var(--gold-light); font-weight:700; }
.badge-main  { font-family:'Orbitron',sans-serif; font-size:1.1rem; font-weight:900; color:#fff; letter-spacing:2px; }
@keyframes badgeFloat {
  0%,100%{ transform:translateY(0) rotate(-1deg); }
  50%    { transform:translateY(-8px) rotate(1deg); }
}
.reward-card {
  position:absolute; bottom:14%; right:3%; z-index:5;
  background:rgba(10,8,18,.92); border:1px solid var(--gold);
  padding:10px 14px; border-radius:10px;
  display:flex; align-items:center; gap:9px;
  box-shadow:var(--glow-gold);
  animation:badgeFloat 4s ease-in-out infinite reverse;
}
.reward-icon { font-size:1.4rem; }
.reward-text { display:flex; flex-direction:column; }
.reward-percent { font-family:'Orbitron',sans-serif; font-size:1.2rem; font-weight:900; color:var(--gold); line-height:1; }
.reward-label { font-size:.65rem; color:#ccc; font-weight:600; }
.reward-coins { display:flex; flex-direction:column; align-items:center; }
.coin { font-size:.9rem; }
.coin-value { font-family:'Orbitron',sans-serif; font-size:.78rem; color:var(--gold-light); font-weight:700; }
.jackpot-winner {
  position:absolute; bottom:5%; left:5%; z-index:5;
  background:rgba(10,8,18,.92); border:1px solid rgba(240,165,0,.45);
  padding:8px 14px; border-radius:8px;
  display:flex; align-items:center; gap:9px;
  animation:slideInLeft 1s ease forwards,badgeFloat 5s ease-in-out 1s infinite;
}
.jackpot-winner i { font-size:1.1rem; color:var(--gold); }
.jackpot-label  { display:block; font-size:.6rem; color:var(--muted); letter-spacing:1px; text-transform:uppercase; }
.jackpot-amount { font-family:'Orbitron',sans-serif; font-size:.88rem; font-weight:700; color:var(--gold); }
@keyframes slideInLeft{ from{opacity:0;transform:translateX(-30px)} to{opacity:1;transform:translateX(0)} }

/* ===== LIVE TICKER BAR ===== */
.live-ticker-bar {
  background: linear-gradient(90deg, rgba(8,5,4,0.99) 0%, rgba(20,15,8,0.99) 50%, rgba(8,5,4,0.99) 100%);
  border-top: 1px solid rgba(240,165,0,.25);
  border-bottom: 1px solid rgba(240,165,0,.25);
  box-shadow: 0 4px 20px rgba(240,165,0,0.08), inset 0 0 15px rgba(240,165,0,0.05);
  padding: 12px 0;
  display: flex; align-items: center; gap: 0;
  overflow: hidden;
  position: relative;
}
.ticker-left {
  flex-shrink: 0; padding: 0 20px;
  color: var(--gold); font-size: 1.1rem;
  border-right: 1px solid rgba(240,165,0,.25);
  display: flex; align-items: center; gap: 8px;
  z-index: 10;
  background: rgba(8,5,4,0.99);
}
.ticker-left i {
  animation: speakerPulse 1.2s ease-in-out infinite alternate;
  text-shadow: 0 0 10px var(--gold);
}
@keyframes speakerPulse {
  0% { transform: scale(1); opacity: 0.85; }
  100% { transform: scale(1.15); opacity: 1; }
}
.ticker-badge {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  background: var(--red);
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 8px rgba(230,57,70,0.6);
}
.ticker-scroll-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.ticker-scroll-wrap::before,
.ticker-scroll-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.ticker-scroll-wrap::before {
  left: 0;
  background: linear-gradient(to right, rgba(8,5,4,1) 0%, rgba(8,5,4,0) 100%);
}
.ticker-scroll-wrap::after {
  right: 0;
  background: linear-gradient(to left, rgba(8,5,4,1) 0%, rgba(8,5,4,0) 100%);
}
.ticker-scroll {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  white-space: nowrap !important;
  animation: ticker 22s linear infinite !important;
  will-change: transform !important;
  font-family: 'Rajdhani', sans-serif;
  font-size: .92rem;
  color: #e0d5c1;
  letter-spacing: .8px;
  font-weight: 600;
}
.ticker-scroll span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 40px !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}
.ticker-scroll span strong {
  color: var(--gold);
  text-shadow: 0 0 8px rgba(240,165,0,0.4);
  font-weight: 700;
}
@keyframes ticker {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

/* ===== STATS BAR ===== */
.stats-bar {
  background: linear-gradient(180deg, #090608 0%, #060405 100%);
  border-bottom: 1px solid rgba(240, 165, 0, 0.15);
  position: relative;
  padding: 24px 0;
}
.stats-container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stat-item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(240, 165, 0, 0.15);
  border-radius: 12px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  cursor: default;
}
.stat-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(240, 165, 0, 0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.stat-item:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5), 0 0 15px rgba(240, 165, 0, 0.25);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.stat-item:hover::before {
  opacity: 1;
}
.stat-icon-wrap {
  width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(240, 165, 0, 0.15), rgba(240, 165, 0, 0.05));
  border: 1px solid rgba(240, 165, 0, 0.3);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 15px rgba(240, 165, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 2;
}
.stat-item:hover .stat-icon-wrap {
  box-shadow: 0 0 25px rgba(240, 165, 0, 0.4);
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(240, 165, 0, 0.3), rgba(240, 165, 0, 0.1));
  transform: scale(1.05) rotate(5deg);
}
.stat-icon { font-size: 1.45rem; color: var(--gold); filter: drop-shadow(0 0 5px rgba(240, 165, 0, 0.5)); }
.stat-info { display: flex; flex-direction: column; gap: 4px; z-index: 2; }
.stat-number {
  font-family: 'Orbitron', sans-serif; font-size: 1.35rem; font-weight: 700;
  color: #fff; line-height: 1.1; text-shadow: 0 0 15px rgba(255, 255, 255, 0.1), 0 0 8px rgba(240, 165, 0, 0.5);
  letter-spacing: 0.5px;
}
.stat-label {
  font-family: 'Rajdhani', sans-serif; font-size: 0.78rem;
  color: #aaa; letter-spacing: 1px; text-transform: uppercase;
  font-weight: 600;
  transition: color 0.3s ease;
}
.stat-item:hover .stat-label {
  color: var(--gold-light);
}
.stat-divider { display: none; }

/* ===== RECENT WINNERS ===== */
.section-winners {
  padding: 80px 0;
  background: linear-gradient(180deg, #0c0908 0%, #0a0708 100%);
  border-bottom: 1px solid rgba(240,165,0,.12);
}
.section-winners .section-container {
  max-width: 1600px;
}
.winners-live {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'Rajdhani', sans-serif; font-size: .75rem;
  font-weight: 700; color: #2ecc40; letter-spacing: 1px;
}
.winners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 4px;
}
.winner-card {
  background: linear-gradient(135deg, rgba(20,14,4,.95), rgba(12,8,2,.98));
  border: 1px solid rgba(240,165,0,.18);
  border-radius: 14px;
  padding: 28px 20px;
  display: flex; flex-direction: column; align-items: center;
  gap: 14px; text-align: center;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  position: relative; overflow: hidden;
  min-width: 0;
}
.winner-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(240,165,0,.7), transparent);
  opacity: 0; transition: opacity .3s;
}
.winner-card:hover { transform: translateY(-5px); border-color: rgba(240,165,0,.5); box-shadow: 0 12px 32px rgba(0,0,0,.6), 0 0 20px rgba(240,165,0,.15); }
.winner-card:hover::before { opacity: 1; }

.winner-avatar {
  width: 76px; height: 76px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Orbitron', sans-serif; font-size: 1.25rem; font-weight: 900;
  color: #fff; position: relative; flex-shrink: 0;
  border: 2px solid rgba(255,255,255,.15);
  box-shadow: 0 4px 16px rgba(0,0,0,.5);
  background: #151113; /* Fallback background */
}
.winner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.winner-rank {
  position: absolute; bottom: -4px; right: -4px;
  font-size: 1rem; line-height: 1;
}

.winner-info { display: flex; flex-direction: column; gap: 5px; width: 100%; }
.winner-name {
  font-family: 'Georgia', serif; font-size: 1.05rem;
  font-weight: 700; color: #fff; letter-spacing: .3px;
}
.winner-game {
  font-family: 'Rajdhani', sans-serif; font-size: .78rem;
  color: var(--muted); letter-spacing: .5px;
}
.winner-game i { color: var(--gold); margin-right: 4px; font-size: .68rem; }

.winner-amount {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  background: rgba(240,165,0,.06);
  border: 1px solid rgba(240,165,0,.2);
  border-radius: 8px; padding: 8px 16px; width: 100%;
}
.won-label {
  font-family: 'Rajdhani', sans-serif; font-size: .62rem;
  font-weight: 700; color: var(--muted); letter-spacing: 2px;
}
.won-value {
  font-family: 'Orbitron', sans-serif; font-size: 1.15rem;
  font-weight: 900; color: var(--gold);
  text-shadow: 0 0 12px rgba(240,165,0,.5);
}

@media (max-width: 900px) {
  .winners-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .winners-grid { grid-template-columns: 1fr; }
}

/* ===== GAMES SECTION ===== */
.section-games {
  padding: 84px 0 48px;
  background: linear-gradient(180deg,#0a0608 0%,#0d0a06 100%);
}
.section-games .section-container {
  max-width: 1600px;
}
.games-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
}
.game-card {
  border-radius: 12px; overflow: hidden; cursor: pointer;
  position: relative;
  border: 1px solid rgba(240,165,0,.15);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s, box-shadow 0.3s;
  background: #111;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
.game-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 20px rgba(240,165,0,0.25);
}
.game-thumb {
  width: 100%; aspect-ratio: 4/3;
  display: block;
  position: relative;
  overflow: hidden;
}
.game-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.game-card:hover .game-img {
  transform: scale(1.1);
}
.game-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 60%);
  z-index: 1;
}
.game-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.game-play-btn i {
  font-size: 1.8rem;
  color: var(--gold);
  background: rgba(10, 6, 4, 0.9);
  border: 2px solid var(--gold);
  width: 50px; height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(240, 165, 0, 0.6);
  transform: scale(0.6);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.game-card:hover .game-play-btn {
  opacity: 1;
}
.game-card:hover .game-play-btn i {
  transform: scale(1);
}
.game-play-btn i:hover {
  box-shadow: 0 0 30px rgba(240, 165, 0, 0.9);
  background: var(--gold);
  color: #000;
}
.game-name {
  font-family: 'Orbitron',sans-serif; font-size: .8rem; font-weight: 700;
  color: #fff; letter-spacing: 1.5px; text-align: center;
  padding: 12px 8px 14px; line-height: 1.4;
  background: linear-gradient(180deg,#110d0f 0%,#070506 100%);
  border-top: 1px solid rgba(240,165,0,.15);
  transition: color 0.3s ease;
  z-index: 2;
  position: relative;
}
.game-card:hover .game-name {
  color: var(--gold-light);
}
.game-card.hot {
  border-color: var(--gold);
  box-shadow: 0 4px 15px rgba(240,165,0,0.15);
}

/* Theme-specific glowing border colors for each game */
.game-card:nth-child(1) { border-color: rgba(46, 204, 64, 0.22); }
.game-card:nth-child(1):hover { border-color: #2ecc40; box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 22px rgba(46, 204, 64, 0.45); }

.game-card:nth-child(2) { border-color: rgba(224, 64, 251, 0.22); }
.game-card:nth-child(2):hover { border-color: #e040fb; box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 22px rgba(224, 64, 251, 0.45); }

.game-card:nth-child(3) { border-color: rgba(240, 165, 0, 0.22); }
.game-card:nth-child(3):hover { border-color: var(--gold); box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 22px rgba(240, 165, 0, 0.45); }

.game-card:nth-child(4) { border-color: rgba(0, 229, 255, 0.22); }
.game-card:nth-child(4):hover { border-color: #00e5ff; box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 22px rgba(0, 229, 255, 0.45); }

.game-card:nth-child(5) { border-color: rgba(230, 57, 70, 0.22); }
.game-card:nth-child(5):hover { border-color: var(--red); box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 22px rgba(230, 57, 70, 0.45); }

.game-card:nth-child(6) { border-color: rgba(213, 0, 249, 0.22); }
.game-card:nth-child(6):hover { border-color: #d500f9; box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 22px rgba(213, 0, 249, 0.45); }

.game-card:nth-child(7) { border-color: rgba(255, 171, 0, 0.22); }
.game-card:nth-child(7):hover { border-color: #ffab00; box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 22px rgba(255, 171, 0, 0.45); }

.game-card:nth-child(8) { border-color: rgba(255, 23, 68, 0.22); }
.game-card:nth-child(8):hover { border-color: #ff1744; box-shadow: 0 12px 30px rgba(0,0,0,0.7), 0 0 22px rgba(255, 23, 68, 0.45); }
.hot-tag {
  position: absolute; top: 10px; left: 10px;
  background: linear-gradient(135deg, #e63946, #b02430);
  color: #fff;
  font-family: 'Orbitron', sans-serif; font-size: 0.6rem; font-weight: 700;
  padding: 4px 10px; border-radius: 4px; letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(230, 57, 70, 0.6);
  z-index: 3;
  animation: tagPulse 1.5s ease-in-out infinite;
}
@keyframes tagPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 10px rgba(230, 57, 70, 0.6); }
  50% { transform: scale(1.05); box-shadow: 0 0 18px rgba(230, 57, 70, 0.9); }
}

/* ===== PROMOTIONS ===== */
.section-promos {
  padding: 56px 0;
  background: linear-gradient(180deg,#0d0a06 0%,#100c07 100%);
}
.section-promos .section-container {
  max-width: 1600px;
}
.promos-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
}
.promo-card {
  border-radius: 14px;
  padding: 28px 160px 28px 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
  border: 1px solid rgba(240,165,0,.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.45);
}
.promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.65), 0 0 25px rgba(240,165,0,0.2);
}
.promo-welcome {
  background: linear-gradient(135deg,#1f0408 0%,#3e0a12 50%,#1f0408 100%);
  border-color: rgba(230,57,70,.25);
}
.promo-welcome:hover {
  border-color: rgba(230,57,70,.75);
  box-shadow: 0 15px 35px rgba(0,0,0,0.65), 0 0 25px rgba(230,57,70,.35);
}
.promo-deposit {
  background: linear-gradient(135deg,#0e021a 0%,#1b0532 50%,#0e021a 100%);
  border-color: rgba(224,64,251,.25);
}
.promo-deposit:hover {
  border-color: rgba(224,64,251,.75);
  box-shadow: 0 15px 35px rgba(0,0,0,0.65), 0 0 25px rgba(224,64,251,.35);
}
.promo-weekend {
  background: linear-gradient(135deg,#1c1404 0%,#35260a 50%,#1c1404 100%);
  border-color: rgba(240,165,0,.25);
}
.promo-weekend:hover {
  border-color: var(--gold);
  box-shadow: 0 15px 35px rgba(0,0,0,0.65), 0 0 25px rgba(240,165,0,.35);
}
.promo-content {
  display: flex; flex-direction: column; gap: 10px; flex: 1; z-index: 2;
}
.promo-badge-tag {
  font-family: 'Rajdhani',sans-serif; font-size: .7rem; font-weight: 700;
  color: var(--gold-light); letter-spacing: 1.5px; text-transform: uppercase;
  border: 1px solid rgba(240,165,0,.3); padding: 4px 10px; border-radius: 4px;
  width: fit-content;
  background: rgba(240,165,0,.05);
}
.promo-welcome .promo-badge-tag {
  color: #ffa4a2; border-color: rgba(230,57,70,.3); background: rgba(230,57,70,.05);
}
.promo-deposit .promo-badge-tag {
  color: #ea80fc; border-color: rgba(224,64,251,.3); background: rgba(224,64,251,.05);
}
.promo-percent {
  font-family: 'Orbitron',sans-serif; font-size: 1.05rem; color: #fff; line-height: 1.35;
}
.promo-percent strong { font-size: 2.1rem; color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.2); }
.promo-welcome .promo-percent strong { text-shadow: 0 0 15px rgba(230,57,70,0.4); }
.promo-deposit .promo-percent strong { text-shadow: 0 0 15px rgba(224,64,251,0.4); }
.promo-weekend .promo-percent strong { text-shadow: 0 0 15px rgba(240,165,0,0.4); }
.promo-sub { font-family: 'Rajdhani',sans-serif; font-size: .88rem; color: #b5a58e; font-weight: 600; }
.promo-img-wrap {
  width: 140px; height: calc(100% - 20px);
  position: absolute; right: 15px; top: 10px; bottom: 10px;
  display: flex; align-items: center; justify-content: center; z-index: 1;
  pointer-events: none;
}
.promo-img {
  max-width: 100%; max-height: 100%; object-fit: contain;
  mix-blend-mode: screen;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.6));
}
.promo-card:hover .promo-img {
  transform: scale(1.12) rotate(2deg);
}
.btn-claim {
  margin-top: 12px; width: fit-content;
  background: linear-gradient(135deg,var(--red),var(--red-dark));
  color: #fff; border: none; padding: 10px 24px; border-radius: 6px;
  font-family: 'Rajdhani',sans-serif; font-size: .85rem; font-weight: 700;
  letter-spacing: 1.2px; cursor: pointer;
  box-shadow: var(--glow-red); transition: all 0.3s ease;
}
.btn-claim:hover {
  opacity: 1; transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(230, 57, 70, 0.8);
}

/* ===== VIP CLUB ===== */
.section-vip {
  padding: 64px 0;
  background: linear-gradient(180deg, #100c07 0%, #0d0a06 100%);
  border-top: 1px solid rgba(240,165,0,.15);
  border-bottom: 1px solid rgba(240,165,0,.15);
  position: relative;
}
.section-vip .section-container {
  max-width: 1600px;
}
.vip-card {
  background:
    linear-gradient(135deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.50) 100%),
    url('assect/JOIN OUR.png') center center / cover no-repeat;
  border: 1px solid rgba(240, 165, 0, 0.35);
  border-radius: 16px;
  padding: 40px 48px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.65), inset 0 0 35px rgba(240,165,0,.08);
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
  overflow: hidden;
}
.vip-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.vip-left {
  flex: 1;
  max-width: 700px;
}
.vip-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.vip-header .red-accent {
  color: var(--red);
  font-size: 1.6rem;
  filter: drop-shadow(0 0 8px rgba(230, 57, 70, 0.8));
}
.vip-header .section-title {
  margin: 0;
  font-size: 1.6rem;
}
.vip-desc {
  font-size: 1.05rem;
  color: #b5a58e;
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 24px;
}
.btn-vip-join {
  display: inline-block;
  background: linear-gradient(135deg,var(--red),var(--red-dark));
  color: #fff; border: none; padding: 12px 36px; border-radius: 6px;
  font-family: 'Rajdhani',sans-serif; font-size: 1rem; font-weight: 700;
  letter-spacing: 1.2px; cursor: pointer;
  box-shadow: var(--glow-red); transition: all 0.3s ease;
}
.btn-vip-join:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(230, 57, 70, 0.85);
}

/* Perks Bottom Row */
.vip-perks-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.vip-perk-card {
  background: linear-gradient(135deg, rgba(0,0,0,.65) 0%, rgba(20,14,4,.75) 100%);
  border: 1px solid rgba(240,165,0,.28);
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  transition: all .3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(6px);
  position: relative;
  overflow: hidden;
}
/* Gold shimmer top line */
.vip-perk-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(240,165,0,.6), transparent);
  opacity: 0; transition: opacity .3s;
}
.vip-perk-card:hover::before { opacity: 1; }
.vip-perk-card:hover {
  border-color: rgba(240,165,0,.6);
  background: linear-gradient(135deg, rgba(30,18,0,.8) 0%, rgba(20,12,0,.85) 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.6), 0 0 20px rgba(240,165,0,.18);
}
.perk-icon-circle {
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px solid rgba(240,165,0,.5);
  background: radial-gradient(circle at 40% 35%, rgba(240,165,0,.2), rgba(240,165,0,.05));
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.5rem;
  flex-shrink: 0; transition: all .3s ease;
  box-shadow: 0 0 14px rgba(240,165,0,.2), inset 0 0 8px rgba(240,165,0,.08);
}
.vip-perk-card:hover .perk-icon-circle {
  background: radial-gradient(circle, var(--gold), var(--gold-dark));
  color: #000;
  border-color: var(--gold-light);
  box-shadow: 0 0 22px rgba(240,165,0,.6);
  transform: scale(1.08);
}
.perk-text {
  font-family: 'Georgia', serif;
  font-size: .88rem;
  color: #d4c8a8;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .3px;
  text-transform: uppercase;
  transition: color .3s ease;
}
.vip-perk-card:hover .perk-text { color: var(--gold-light); }

/* VIP Badge & Coins */
.vip-right { flex-shrink: 0; }
.vip-badge-container {
  position: relative;
  width: 280px; height: 280px;
  display: flex; align-items: center; justify-content: center;
}
/* VIP section image */
.vip-img-wrap {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.vip-section-img {
  width: 320px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 30px rgba(240,165,0,.35)) drop-shadow(0 8px 24px rgba(0,0,0,.7));
  animation: vipFloat 3.5s ease-in-out infinite;
}
@keyframes vipFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

.vip-badge-wrap {
  width: 230px; height: 230px;
  border-radius: 50%; position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: radial-gradient(circle at 40% 30%,rgba(240,165,0,.22),rgba(8,5,6,.95));
  border: 3px solid rgba(240,165,0,.55);
  box-shadow: 0 0 50px rgba(240,165,0,.3), inset 0 0 30px rgba(240,165,0,0.2);
  z-index: 2;
  animation: badgePulse 2.2s ease-in-out infinite alternate;
  transition: all 0.3s ease;
}
@keyframes badgePulse {
  0% { transform: scale(1); box-shadow: 0 0 40px rgba(240,165,0,0.25), inset 0 0 20px rgba(240,165,0,0.15); }
  100% { transform: scale(1.03); box-shadow: 0 0 60px rgba(240,165,0,0.5), inset 0 0 35px rgba(240,165,0,0.3); }
}
.vip-crown {
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 6px;
  animation: crownFloat 2s ease-in-out infinite alternate;
}
@keyframes crownFloat {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-6px) rotate(3deg); }
}
.vip-text-big {
  font-family: 'Orbitron',sans-serif; font-size: 3.4rem; font-weight: 900;
  background: linear-gradient(135deg,var(--gold),var(--gold-light),var(--gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  letter-spacing: 4px;
}
.vip-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(240,165,0,.25); pointer-events: none;
  animation: ringExpand 3s ease-out infinite;
}
.vip-ring-1 { inset: -16px; animation-delay: 0s; }
.vip-ring-2 { inset: -30px; animation-delay: 1.5s; }
@keyframes ringExpand {
  0%  { opacity:.6; transform:scale(1); }
  100%{ opacity:0; transform:scale(1.12); }
}
.vip-coins-bg {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
}
.v-coin {
  position: absolute; font-size: 1.5rem; opacity: 0.85;
  animation: coinFloat 3s ease-in-out infinite alternate;
}
.coin-1 { top: 30px; left: 10px; animation-delay: 0s; }
.coin-2 { top: 70px; right: 10px; animation-delay: 0.8s; }
.coin-3 { bottom: 40px; left: 20px; animation-delay: 1.5s; }
.coin-4 { bottom: 50px; right: 15px; animation-delay: 0.4s; }
@keyframes coinFloat {
  0% { transform: translateY(0) rotate(0deg); opacity: 0.5; }
  100% { transform: translateY(-15px) rotate(15deg); opacity: 0.95; }
}

/* ===== HOW TO GET STARTED ===== */
.section-howto {
  padding: 64px 0;
  background: linear-gradient(180deg,#0d0a06 0%,#0a0608 100%);
}
.section-howto .section-container {
  max-width: 1600px;
}
.howto-card {
  background: linear-gradient(135deg, rgba(20, 14, 16, 0.98) 0%, rgba(8, 5, 6, 0.98) 100%);
  border: 1px solid rgba(240, 165, 0, 0.2);
  border-radius: 16px;
  padding: 40px 48px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.65), inset 0 0 35px rgba(240, 165, 0, 0.05);
}
.howto-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(240, 165, 0, 0.12);
  padding-bottom: 18px;
}
.howto-header .red-accent {
  color: var(--red);
  font-size: 1.8rem;
  filter: drop-shadow(0 0 10px rgba(230, 57, 70, 0.8));
}
.howto-header .section-title {
  margin: 0;
  font-size: 1.6rem;
}
.steps-flow {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 1 auto;
}
.step-icon-wrap {
  width: 72px; height: 72px; border-radius: 50%;
  border: 2px solid rgba(240, 165, 0, 0.45);
  background: radial-gradient(circle at 40% 30%, rgba(240, 165, 0, 0.15), rgba(0,0,0,0.5));
  display: flex; align-items: center; justify-content: center;
  position: relative; flex-shrink: 0;
  box-shadow: 0 0 20px rgba(240, 165, 0, 0.2), inset 0 0 15px rgba(240, 165, 0, 0.1);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.step-icon-wrap::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(230, 57, 70, 0.2);
  opacity: 0.8;
}
.step-icon {
  font-size: 1.65rem;
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(240, 165, 0, 0.65));
  transition: all 0.35s ease;
}
.step-item:hover .step-icon-wrap {
  border-color: var(--gold);
  box-shadow: 0 0 30px rgba(240, 165, 0, 0.45), inset 0 0 20px rgba(240, 165, 0, 0.2);
  transform: scale(1.08) rotate(5deg);
}
.step-item:hover .step-icon {
  transform: scale(1.08);
  color: #fff;
  filter: drop-shadow(0 0 12px var(--gold));
}
.step-info {
  display: flex; flex-direction: column; gap: 6px;
}
.step-heading-row {
  display: flex; align-items: center; gap: 10px;
}
.step-badge {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--gold); color: #000;
  font-family: 'Orbitron', sans-serif; font-size: 0.72rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 10px rgba(240, 165, 0, 0.4);
}
.step-name {
  font-family: 'Orbitron', sans-serif; font-size: 1.05rem; font-weight: 700;
  color: var(--gold-light); letter-spacing: 1.2px; margin: 0;
}
.step-text {
  font-family: 'Rajdhani', sans-serif; font-size: 0.92rem;
  color: #c4b8a5; line-height: 1.45; font-weight: 600; margin: 0;
  max-width: 240px;
}
.step-connector {
  display: flex; align-items: center; gap: 8px;
  flex: 1; justify-content: center; position: relative;
  max-width: 140px;
}
.line-dot {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, rgba(240, 165, 0, 0.5) 0%, rgba(240, 165, 0, 0.1) 100%);
  position: relative;
}
.line-dot::after {
  content: ''; position: absolute;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); left: 0; top: -2px;
  box-shadow: 0 0 8px var(--gold);
}
.connector-arrow {
  color: rgba(240, 165, 0, 0.7); font-size: 0.8rem;
}

/* ===== FAQ SECTION ===== */
.section-faq {
  padding: 64px 0;
  background: linear-gradient(180deg,#0a0608 0%,#0d0a06 100%);
  border-top: 1px solid rgba(240, 165, 0, 0.12);
}
.section-faq .section-container {
  max-width: 1600px;
}
.faq-accordion-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.005) 100%);
  border: 1px solid rgba(240, 165, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  border-color: rgba(240, 165, 0, 0.35);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.faq-question {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  user-select: none;
  transition: color 0.3s ease;
  gap: 16px;
}
.faq-item.active .faq-question {
  color: var(--gold);
}
.faq-icon {
  font-size: 0.9rem;
  color: var(--gold);
  transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer p {
  padding: 0 24px 32px;
  margin: 0;
  font-family: 'Georgia', serif;
  font-size: 0.92rem;
  color: #9a8870;
  line-height: 1.85;
  font-style: italic;
}
.faq-answer strong {
  color: var(--gold-light);
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.faq-answer strong:hover {
  color: var(--gold);
  text-shadow: 0 0 8px rgba(240, 165, 0, 0.45);
}

/* ===== PROMO STRIP ===== */
.promo-strip {
  background: linear-gradient(90deg, #6b0015, #3a0010, #6b0015);
  padding: 0;
  overflow: hidden;
  border-top: 1px solid rgba(240,165,0,.15);
  border-bottom: 1px solid rgba(240,165,0,.15);
}
.promo-ticker {
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}
.ticker-track {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  white-space: nowrap !important;
  animation: tickerScroll 30s linear infinite !important;
  will-change: transform !important;
}
.ticker-track span {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 40px !important;
  font-family: 'Rajdhani', sans-serif;
  font-size: .82rem; font-weight: 700;
  color: #fff; letter-spacing: .8px;
  border-right: 1px solid rgba(255,255,255,.12);
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}
.ticker-track span:last-child { border-right: none; }

@keyframes tickerScroll {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

/* ===== ULTRA PREMIUM BOXED CARD FOOTER ===== */
.footer {
  background: #050103 !important;
  padding: 50px 0 30px !important;
  position: relative;
}

.footer-top {
  padding: 0 !important;
}

.footer-top .footer-container {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 40px 45px !important;
  background: rgba(15, 5, 6, 0.95) !important;
  border: 1.5px solid rgba(255, 184, 41, 0.3) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  display: grid !important;
  grid-template-columns: 1.4fr 0.9fr 1fr !important;
  gap: 20px !important;
  justify-content: center !important;
}

.footer-col {
  background: transparent !important;
  box-shadow: none !important;
  padding-right: 25px !important;
  border-right: 1px solid rgba(255, 184, 41, 0.15) !important;
}

.footer-col:last-child {
  padding-right: 0 !important;
  border-right: none !important;
}

.footer-col-title {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  padding-bottom: 8px !important;
  border-bottom: 2px solid rgba(255, 184, 41, 0.35) !important;
  position: relative !important;
}

.footer-col-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  width: 35px !important;
  height: 2px !important;
  background: #ffc342 !important;
  box-shadow: 0 0 10px #ffc342 !important;
}

.footer-brand .footer-logo {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
}

.footer-brand .logo-icon {
  color: #ffc342 !important;
  font-size: 1.4rem !important;
}

.footer-brand .logo-text {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  color: #fff !important;
  letter-spacing: 2px !important;
}

.footer-brand-desc {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 0.95rem !important;
  color: rgba(247, 230, 198, 0.8) !important;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
  max-width: 280px !important;
  font-style: normal !important;
}

.footer-socials {
  display: flex !important;
  gap: 12px !important;
}

.social-btn {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: rgba(255, 184, 41, 0.06) !important;
  border: 1px solid rgba(255, 184, 41, 0.35) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffc342 !important;
  font-size: 1.05rem !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
}

.social-btn:hover {
  background: linear-gradient(135deg, #ffe46a, #ff9d20) !important;
  border-color: #ffe46a !important;
  color: #170604 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 0 20px rgba(255, 184, 41, 0.6) !important;
}

.footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.footer-links li a,
.footer-links li {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  color: rgba(247, 230, 198, 0.85) !important;
  text-decoration: none !important;
  transition: color 0.25s, padding-left 0.25s !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.footer-links li a:hover {
  color: #ffc342 !important;
  padding-left: 5px !important;
}

.footer-contact li i {
  color: #ffc342 !important;
  font-size: 0.95rem !important;
}

/* QR Code & App Download Button */
.footer-app .qr-wrap {
  margin-bottom: 14px !important;
}

.qr-image {
  width: 105px !important;
  height: 105px !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 6px !important;
  border: 2px solid rgba(255, 184, 41, 0.4) !important;
  box-shadow: 0 0 20px rgba(255, 184, 41, 0.25) !important;
  display: block !important;
  object-fit: cover !important;
  transition: transform 0.3s, box-shadow 0.3s !important;
}

.qr-image:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 0 30px rgba(255, 184, 41, 0.5) !important;
}

.btn-download-app {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 11px 22px !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #ffe46a 0%, #ff9d20 38%, #d3290d 100%) !important;
  color: #170604 !important;
  border: none !important;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: 0 0 20px rgba(255, 100, 0, 0.4) !important;
  transition: transform 0.25s, box-shadow 0.25s !important;
}

.btn-download-app:hover {
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 0 30px rgba(255, 140, 0, 0.65) !important;
}

/* Footer Bottom */
.footer-bottom {
  margin-top: 35px !important;
  text-align: center !important;
  padding-top: 15px !important;
  border-top: 1px solid rgba(255, 184, 41, 0.12) !important;
  background: transparent !important;
}

.footer-bottom-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: rgba(247, 230, 198, 0.65) !important;
}

@media (max-width: 1024px) {
  .footer-top .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
  }
  .footer-col {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .footer-top .footer-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }
}
.footer-badges { display: flex; gap: 20px; flex-wrap: wrap; }
.f-badge {
  font-family: 'Rajdhani', sans-serif; font-size: .8rem; color: #8a7a60;
  display: flex; align-items: center; gap: 6px; font-weight: 600;
  transition: color 0.3s ease;
}
.f-badge i { color: var(--gold); font-size: .85rem; }
.f-badge:hover { color: var(--gold-light); }

/* ===== FAQ SECTION ===== */
.section-faq {
  padding: 64px 0;
  background: linear-gradient(180deg, #0d0a06 0%, #0a0608 100%);
  border-top: 1px solid rgba(240,165,0,.1);
}
.faq-list { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(240,165,0,.15);
  border-radius: 10px; overflow: hidden;
  transition: border-color .3s, box-shadow .3s;
}
.faq-item:hover { border-color: rgba(240,165,0,.35); }
.faq-item.active { border-color: rgba(240,165,0,.5); box-shadow: 0 4px 24px rgba(240,165,0,.12); }

.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; background: transparent; border: none;
  font-family: 'Georgia', serif; font-size: 1rem; font-weight: 600;
  color: #fff; text-align: left; cursor: pointer;
  transition: color .3s, background .3s;
}
.faq-question:hover { background: rgba(240,165,0,.04); color: var(--gold-light); }
.faq-item.active .faq-question { color: var(--gold); }

.faq-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(240,165,0,.1); border: 1px solid rgba(240,165,0,.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: .85rem; flex-shrink: 0;
  transition: transform .3s, background .3s, border-color .3s;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: rgba(240,165,0,.2);
  border-color: rgba(240,165,0,.5);
}

.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
}
.faq-item.active .faq-answer { max-height: 2000px; padding: 0 24px 32px; }

.faq-answer p {
  font-family: 'Georgia', serif; font-size: .92rem; line-height: 1.85;
  color: #9a8870; font-style: italic;
  margin: 0;
  padding-bottom: 8px;
}
.faq-answer strong { color: var(--gold-light); font-style: normal; }

/* ===== WIN TOAST ===== */
.win-toast {
  position: fixed; bottom: 28px; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: linear-gradient(135deg,#1a1a28,#12121a);
  border: 1px solid var(--gold); color: var(--gold-light);
  padding: 13px 26px; border-radius: 8px; font-size: .95rem; font-weight: 700;
  box-shadow: var(--glow-gold),0 8px 32px rgba(0,0,0,.6);
  z-index: 9999; white-space: nowrap;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1),opacity .4s ease;
  opacity: 0;
}
.win-toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.win-toast strong { color: #fff; }

/* ===== RIPPLE ===== */
.ripple-effect {
  position: absolute; border-radius: 50%;
  background: rgba(255,255,255,.22);
  transform: scale(0);
  animation: ripple .6s linear forwards;
  pointer-events: none;
}
@keyframes ripple { to { transform:scale(2.5); opacity:0; } }

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .games-grid { grid-template-columns: repeat(4,1fr); }
  .footer-top .footer-container { grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
  .footer-app { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav-links, .nav-actions { display: none; }
  .hamburger { display: flex; }

  .hero { height: auto; max-height: none; min-height: auto; padding-bottom: 36px; }
  .hero-container { flex-direction: column; }
  .hero-content {
    position: relative; z-index: 3;
    width: 100%; min-width: unset; max-width: 100%;
    padding: 32px 24px 0; align-items: center; text-align: center;
  }
  .live-badge { margin: 0 auto; }
  .hero-subtitle { max-width: 100%; }
  .trust-badges { justify-content: center; }
  .hero-cta { align-items: center; }
  .hero-visual { position: relative; top: auto; right: auto; width: 100%; height: 280px; }
  .hero-visual::before { background: linear-gradient(to bottom, rgba(6,4,8,0) 60%, #060408 100%); }
  .hero-visual::after  { background: none; }

  .games-grid { grid-template-columns: repeat(2,1fr); }
  .promos-grid { grid-template-columns: 1fr; }
  .vip-top-row { flex-direction: column; text-align: center; }
  .vip-perks-row { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .steps-flow { flex-direction: column; align-items: stretch; gap: 24px; }
  .step-item { justify-content: flex-start; }
  .step-connector { display: none; }

  .stats-container { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .stat-item { padding: 16px 20px; }

  .footer-top .footer-container { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  body > * {
    max-width: 100%;
  }
  .section-container { padding: 0 20px; }
  .navbar {
    background: rgba(6, 4, 4, .98);
    border-bottom-color: rgba(240,165,0,.28);
    box-shadow: 0 8px 24px rgba(0,0,0,.42);
  }
  .nav-container {
    height: 54px;
    padding: 0 14px;
    gap: 12px;
    justify-content: space-between;
  }
  .logo {
    gap: 7px;
    min-width: 0;
  }
  .logo-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    background: rgba(240,165,0,.1);
    border: 1px solid rgba(240,165,0,.24);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  }
  .logo-text {
    font-size: 1rem;
    letter-spacing: 1.4px;
    line-height: 1;
    white-space: nowrap;
  }
  .hamburger {
    width: 42px;
    height: 38px;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 8px;
    border: 1px solid rgba(240,165,0,.28);
    background: rgba(240,165,0,.06);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  }
  .hamburger span {
    width: 18px;
    height: 2px;
  }
  .mobile-menu {
    padding: 10px 14px 14px;
    background: rgba(7,5,5,.99);
    border-top: 1px solid rgba(240,165,0,.18);
    box-shadow: 0 18px 28px rgba(0,0,0,.48);
  }
  .mobile-menu a {
    padding: 11px 4px;
    font-size: .86rem;
    letter-spacing: .9px;
  }
  .mobile-actions {
    margin-top: 12px;
  }
  .mobile-actions .btn-download-nav {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    font-size: .76rem;
  }
  .hero {
    margin-top: 54px;
  }
  .live-ticker-bar {
    padding: 9px 0;
  }
  .ticker-left {
    padding: 0 12px;
    gap: 6px;
    font-size: 1rem;
  }
  .ticker-badge {
    font-size: .55rem;
    padding: 2px 5px;
  }
  .ticker-scroll {
    font-size: .82rem;
    letter-spacing: .4px;
  }
  .ticker-scroll span {
    gap: 6px;
    margin: 0 26px;
  }
  .ticker-scroll-wrap::before,
  .ticker-scroll-wrap::after {
    width: 34px;
  }
  .stats-bar {
    padding: 16px 0 18px;
  }
  .stats-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 14px;
  }
  .stat-item {
    min-height: 112px;
    padding: 14px 8px 12px;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }
  .stat-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .stat-icon {
    font-size: 1.2rem;
  }
  .stat-info {
    align-items: center;
    gap: 3px;
    min-width: 0;
  }
  .stat-number {
    font-size: 1.12rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .stat-label {
    font-size: .68rem;
    letter-spacing: .8px;
  }
  .section-winners {
    padding: 44px 0 38px;
  }
  .section-winners .section-container {
    padding: 0 18px;
  }
  .section-winners .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 18px;
  }
  .section-winners .section-title {
    width: 100%;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 1.18rem;
    line-height: 1.18;
    letter-spacing: .7px;
  }
  .section-winners .section-title i {
    font-size: 1rem;
  }
  .section-winners .accent {
    margin-left: 0;
  }
  .winners-live {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: .62rem;
    letter-spacing: .6px;
    gap: 5px;
  }
  .winners-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }
  .winner-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    row-gap: 10px;
    min-height: auto;
    padding: 14px 14px;
    border-radius: 10px;
    text-align: left;
  }
  .winner-avatar {
    width: 58px;
    height: 58px;
    grid-row: 1 / 3;
  }
  .winner-rank {
    bottom: -3px;
    right: -3px;
    font-size: .76rem;
  }
  .winner-info {
    align-items: flex-start;
    gap: 3px;
    min-width: 0;
  }
  .winner-name {
    font-size: .98rem;
    line-height: 1.15;
  }
  .winner-game {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .72rem;
  }
  .winner-amount {
    align-items: flex-start;
    width: 100%;
    padding: 7px 10px;
    border-radius: 7px;
  }
  .won-label {
    font-size: .54rem;
    letter-spacing: 1.4px;
  }
  .won-value {
    font-size: .96rem;
    line-height: 1.15;
  }
  .section-games {
    padding: 42px 0 34px;
  }
  .section-games .section-container {
    padding: 0 14px;
  }
  .section-games .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
  }
  .section-games .section-title {
    width: 100%;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 1.18rem;
    line-height: 1.18;
    letter-spacing: .7px;
  }
  .section-games .section-title i {
    font-size: 1rem;
  }
  .section-games .accent {
    margin-left: 0;
  }
  .section-games .view-all-btn {
    align-self: flex-start;
    font-size: .62rem;
    letter-spacing: .7px;
    padding: 6px 10px;
  }
  .games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .game-card {
    border-radius: 10px;
  }
  .game-thumb {
    aspect-ratio: 1 / .74;
  }
  .game-name {
    min-height: 50px;
    padding: 9px 6px 10px;
    font-size: .66rem;
    line-height: 1.28;
    letter-spacing: .8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .game-play-btn {
    background: rgba(0, 0, 0, 0.28);
  }
  .game-play-btn i {
    width: 42px;
    height: 42px;
    font-size: 1.35rem;
  }
  .hot-tag {
    top: 8px;
    left: 8px;
    padding: 3px 8px;
    font-size: .52rem;
    letter-spacing: .8px;
  }
  .section-promos {
    padding: 42px 0 36px;
  }
  .section-promos .section-container {
    padding: 0 14px;
  }
  .section-promos .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
  }
  .section-promos .section-title {
    width: 100%;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 1.14rem;
    line-height: 1.18;
    letter-spacing: .6px;
  }
  .section-promos .section-title i {
    font-size: 1rem;
  }
  .section-promos .accent {
    margin-left: 0;
  }
  .section-promos .view-all-btn {
    align-self: flex-start;
    font-size: .62rem;
    letter-spacing: .7px;
    padding: 6px 10px;
  }
  .promos-grid {
    gap: 12px;
  }
  .promo-card {
    min-height: 152px;
    padding: 17px 16px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    align-items: center;
    column-gap: 12px;
    text-align: left;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 24px rgba(0,0,0,.34);
  }
  .promo-content {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
    max-width: none;
    min-width: 0;
  }
  .promo-badge-tag {
    font-size: .55rem;
    letter-spacing: .8px;
    padding: 4px 8px;
    border-radius: 5px;
  }
  .promo-percent {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 1px;
    font-size: .8rem;
    line-height: 1.08;
    max-width: none;
    letter-spacing: .2px;
  }
  .promo-percent br {
    display: none;
  }
  .promo-percent strong {
    font-size: 1.48rem;
    line-height: 1;
  }
  .promo-welcome .promo-percent strong {
    order: -1;
  }
  .promo-sub {
    font-size: .7rem;
    line-height: 1.2;
    color: #d4c3a3;
  }
  .btn-claim {
    margin-top: 3px;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: .68rem;
    letter-spacing: .8px;
  }
  .promo-img-wrap {
    position: static;
    width: 86px;
    height: 86px;
    margin-top: 0;
    justify-self: end;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, .28);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 8px 20px rgba(0,0,0,.34);
  }
  .promo-img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.5));
  }
  @media (max-width: 380px) {
    .promo-card {
      grid-template-columns: minmax(0, 1fr) 76px;
      column-gap: 9px;
      padding: 14px;
    }
    .promo-img-wrap {
      width: 76px;
      height: 76px;
    }
    .promo-percent {
      font-size: .72rem;
    }
    .promo-percent strong {
      font-size: 1.3rem;
    }
    .btn-claim {
      padding: 7px 11px;
    }
  }
  .footer-container { padding: 0 20px; }
  .hero-content { padding: 28px 20px 0; }
  .hero-title { font-size: 1.75rem; }
  .hero-highlight { font-size: 1.9rem; }
  .footer-top .footer-container { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
  .section-vip {
    padding: 40px 0;
  }
  .section-vip .section-container {
    padding: 0 14px;
  }
  .vip-card {
    padding: 18px;
    gap: 18px;
    border-radius: 12px;
    background:
      linear-gradient(135deg, rgba(0,0,0,.78), rgba(12,7,3,.7)),
      url('assect/JOIN OUR.png') center center / cover no-repeat;
    box-shadow: 0 12px 30px rgba(0,0,0,.5), inset 0 0 28px rgba(240,165,0,.06);
  }
  .vip-top-row {
    align-items: flex-start;
    text-align: left;
    gap: 0;
  }
  .vip-left {
    max-width: none;
    width: 100%;
  }
  .vip-header {
    gap: 9px;
    margin-bottom: 12px;
  }
  .vip-header .red-accent {
    width: 32px;
    height: 32px;
    font-size: 1.05rem;
    border-color: rgba(230,57,70,.32);
    background: rgba(230,57,70,.12);
  }
  .vip-header .section-title {
    flex: 1;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 1.16rem;
    line-height: 1.15;
    letter-spacing: .7px;
  }
  .vip-header .accent {
    margin-left: 0;
  }
  .vip-desc {
    max-width: 300px;
    margin-bottom: 16px;
    color: #e0d2b6;
    font-size: .9rem;
    line-height: 1.45;
  }
  .btn-vip-join {
    padding: 9px 24px;
    border-radius: 7px;
    font-size: .82rem;
    letter-spacing: 1px;
  }
  .vip-perks-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .vip-perk-card {
    min-height: 112px;
    padding: 14px 8px;
    border-radius: 10px;
    gap: 9px;
  }
  .perk-icon-circle {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
    border-width: 1px;
  }
  .perk-text {
    font-size: .68rem;
    line-height: 1.28;
    letter-spacing: .4px;
  }
  .section-howto {
    padding: 38px 0;
  }
  .section-howto .section-container {
    padding: 0 14px;
  }
  .howto-card {
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(20,12,14,.96), rgba(7,5,6,.98));
    box-shadow: 0 12px 30px rgba(0,0,0,.48), inset 0 0 24px rgba(240,165,0,.05);
  }
  .howto-header {
    gap: 9px;
    margin-bottom: 18px;
    padding-bottom: 14px;
  }
  .howto-header .red-accent {
    width: 32px;
    height: 32px;
    font-size: 1.05rem;
    border-color: rgba(230,57,70,.32);
    background: rgba(230,57,70,.12);
  }
  .howto-header .section-title {
    flex: 1;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 1.14rem;
    line-height: 1.15;
    letter-spacing: .6px;
  }
  .howto-header .accent {
    margin-left: 0;
  }
  .steps-flow {
    gap: 12px;
  }
  .step-item {
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(240,165,0,.1);
  }
  .step-icon-wrap {
    width: 48px;
    height: 48px;
    border-width: 1px;
    box-shadow: 0 0 14px rgba(240,165,0,.16), inset 0 0 10px rgba(240,165,0,.08);
  }
  .step-icon-wrap::before {
    inset: -4px;
  }
  .step-icon {
    font-size: 1.18rem;
  }
  .step-info {
    gap: 4px;
    min-width: 0;
  }
  .step-heading-row {
    gap: 8px;
  }
  .step-badge {
    width: 18px;
    height: 18px;
    font-size: .62rem;
  }
  .step-name {
    font-size: .83rem;
    line-height: 1.15;
    letter-spacing: .8px;
  }
  .step-text {
    max-width: none;
    font-size: .78rem;
    line-height: 1.35;
    color: #d1c2ad;
  }
  .section-faq {
    padding: 40px 0 44px;
  }
  .section-faq .section-container {
    padding: 0 14px;
  }
  .section-faq .section-title.centered {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
    font-size: 1.08rem;
    line-height: 1.18;
    letter-spacing: .55px;
    text-align: left;
  }
  .section-faq .section-title i {
    font-size: 1rem;
  }
  .section-faq .accent {
    margin-left: 0;
  }
  .faq-list {
    gap: 10px;
  }
  .faq-item {
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255,255,255,.028), rgba(255,255,255,.008));
  }
  .faq-question {
    min-height: 66px;
    padding: 14px 14px 14px 16px;
    gap: 12px;
    align-items: center;
    font-size: .82rem;
    line-height: 1.28;
    letter-spacing: .1px;
  }
  .faq-question > span:first-child {
    flex: 1;
    min-width: 0;
  }
  .faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(240,165,0,.08);
    border: 1px solid rgba(240,165,0,.26);
    font-size: .78rem;
  }
  .faq-item.active .faq-answer {
    padding: 0 16px 18px;
    overflow: visible;
  }
  .faq-answer p {
    padding: 0;
    font-size: .8rem;
    line-height: 1.55;
  }

  /* Consistent mobile section rhythm */
  .section-winners,
  .section-games,
  .section-promos,
  .section-vip,
  .section-howto,
  .section-faq {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .section-winners .section-container,
  .section-games .section-container,
  .section-promos .section-container,
  .section-vip .section-container,
  .section-howto .section-container,
  .section-faq .section-container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .section-winners .section-header,
  .section-games .section-header,
  .section-promos .section-header {
    margin-bottom: 16px;
  }
  .section-winners .section-title,
  .section-games .section-title,
  .section-promos .section-title,
  .section-faq .section-title.centered {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 26px;
    font-size: 1.18rem;
    line-height: 1.22;
    letter-spacing: .55px;
    text-align: left;
  }
  .section-winners .section-title i,
  .section-games .section-title i,
  .section-promos .section-title i,
  .section-faq .section-title i {
    position: absolute;
    left: 0;
    top: .12em;
    width: 18px;
    text-align: center;
    font-size: .92rem;
  }
  .section-winners .accent,
  .section-games .accent,
  .section-promos .accent,
  .section-faq .accent {
    margin-left: 0;
  }
  .vip-header .section-title,
  .howto-header .section-title {
    font-size: 1.18rem;
    line-height: 1.22;
    letter-spacing: .55px;
  }

  /* Polished mobile hero */
  .hero {
    margin-top: 54px;
    padding: 0 0 26px;
    background:
      radial-gradient(circle at 50% 15%, rgba(240,165,0,.18), transparent 34%),
      linear-gradient(180deg, #080506 0%, #180907 48%, #070405 100%);
  }
  .hero-container {
    padding: 0 14px;
  }
  .hero-content {
    padding: 18px 0 0;
    align-items: stretch;
    text-align: center;
  }
  .hero-timer {
    width: 100%;
    margin: 0 0 14px;
  }
  .timer-inner {
    width: 100%;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-width: 1px;
    border-radius: 0;
    background:
      linear-gradient(120deg, rgba(16,9,2,.96) 0%, rgba(70,43,3,.96) 48%, rgba(14,8,3,.96) 100%);
    box-shadow: 0 0 22px rgba(240,165,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
    animation: none;
  }
  .timer-inner::before,
  .timer-inner::after {
    display: none;
  }
  .timer-icon {
    font-size: 1rem;
    animation: none;
  }
  .timer-label {
    font-size: .64rem;
    letter-spacing: 1.3px;
    text-align: left;
    line-height: 1.15;
  }
  .timer-display {
    min-width: 72px;
    font-size: 1.45rem;
    letter-spacing: 1.8px;
  }
  .timer-tag {
    padding: 5px 9px;
    border-radius: 5px;
    font-size: .66rem;
    letter-spacing: 1px;
  }
  .live-badge {
    width: 100%;
    justify-content: center;
    margin: 0 0 12px;
    padding: 8px 10px;
    border-radius: 7px;
    font-size: .72rem;
    line-height: 1.22;
    letter-spacing: .2px;
  }
  .hero-title {
    margin-bottom: 10px;
    font-size: 1.72rem;
    line-height: 1.08;
    letter-spacing: 0;
  }
  .hero-highlight {
    margin-top: 4px;
    font-size: 1.8rem;
    line-height: 1.05;
    letter-spacing: 0;
  }
  .hero-subtitle {
    max-width: 310px;
    margin: 0 auto 18px;
    font-size: .84rem;
    line-height: 1.55;
    color: #bea987;
  }
  .trust-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 22px;
  }
  .trust-item {
    min-height: 52px;
    justify-content: center;
    gap: 6px;
    padding: 8px 6px;
    border-radius: 8px;
    background: rgba(255,255,255,.035);
  }
  .trust-item i {
    font-size: .9rem;
  }
  .trust-item span {
    font-size: .64rem;
    line-height: 1.18;
  }
  .hero-cta {
    align-items: stretch;
    gap: 8px;
  }
  .btn-cta-primary {
    width: 100%;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 8px;
    font-size: .98rem;
    letter-spacing: 1px;
  }
  .cta-sub {
    text-align: center;
    font-size: .7rem;
    color: #806b4a;
  }
  .hero-visual {
    left: 0;
    right: auto;
    width: 100%;
    height: 270px;
    margin-top: 16px;
    border-radius: 10px;
    border: 1px solid rgba(240,165,0,.18);
    overflow: hidden;
    background: #0a0608;
  }
  .hero-video {
    object-position: center center;
  }
  .hero-visual::before {
    background: linear-gradient(to bottom, rgba(6,4,8,0) 70%, rgba(6,4,8,.9) 100%);
  }
  .free-spin-badge {
    top: 12px;
    right: 12px;
    padding: 6px 10px;
    border-width: 1px;
    border-radius: 8px;
    box-shadow: 0 0 14px rgba(230,57,70,.5), 0 0 16px rgba(240,165,0,.28);
    animation: none;
  }
  .badge-label {
    font-size: .46rem;
    letter-spacing: 1.8px;
  }
  .badge-main {
    font-size: .82rem;
    letter-spacing: 1.2px;
  }
  .reward-card {
    right: 10px;
    bottom: 44px;
    gap: 6px;
    padding: 7px 9px;
    border-radius: 8px;
    background: rgba(10,8,18,.86);
    box-shadow: 0 0 14px rgba(240,165,0,.32);
    animation: none;
  }
  .reward-icon {
    font-size: 1rem;
  }
  .reward-percent {
    font-size: .86rem;
  }
  .reward-label,
  .coin-value {
    font-size: .52rem;
  }
  .coin {
    font-size: .72rem;
  }
  .jackpot-winner {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    padding: 7px 12px;
    border-radius: 7px;
    white-space: nowrap;
    animation: none;
  }
  .jackpot-label {
    font-size: .52rem;
  }
  .jackpot-amount {
    font-size: .76rem;
  }

  /* Compact mobile footer */
  .footer {
    overflow: hidden;
  }
  .footer-top {
    padding: 34px 0 24px;
  }
  .footer-container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .footer-top .footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(240,165,0,.12);
    text-align: center;
  }
  .footer-brand .footer-logo {
    justify-content: center;
    margin-bottom: 12px;
  }
  .footer-brand .logo-icon {
    width: 30px;
    height: 30px;
    font-size: 1.05rem;
  }
  .footer-brand .logo-text {
    font-size: 1rem;
    letter-spacing: 1.3px;
  }
  .footer-brand-desc {
    max-width: none;
    margin-bottom: 14px;
    font-size: .82rem;
    line-height: 1.55;
  }
  .footer-socials {
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
  }
  .social-btn {
    width: 36px;
    height: 36px;
    font-size: .92rem;
  }
  .footer-col-title {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: .72rem;
    letter-spacing: 1px;
  }
  .footer-links {
    gap: 9px;
  }
  .footer-links li a,
  .footer-links li {
    font-size: .82rem;
    line-height: 1.25;
    letter-spacing: .1px;
  }
  .footer-top .footer-col:nth-child(4),
  .footer-app {
    grid-column: 1 / -1;
  }
  .footer-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .footer-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 9px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(240,165,0,.1);
    font-size: .8rem;
    word-break: break-word;
  }
  .footer-app {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(240,165,0,.12);
  }
  .footer-app .footer-col-title {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }
  .footer-app .qr-wrap {
    margin-bottom: 0;
  }
  .qr-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }
  .btn-download-app {
    justify-content: center;
    padding: 10px 12px;
    font-size: .76rem;
    letter-spacing: .8px;
  }
  .footer-bottom {
    padding: 16px 0;
  }
  .footer-bottom-inner {
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  .footer-bottom-inner span {
    width: 100%;
    font-size: .72rem;
  }
  .footer-badges {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .f-badge {
    width: auto;
    font-size: .68rem;
  }

}

/* ===== HOW TO GET STARTED SECTION ===== */
.section-howto {
  padding: 60px 0;
  background: linear-gradient(180deg, #090303 0%, #050202 100%);
  border-bottom: 1px solid rgba(255, 183, 38, 0.16);
}

.howto-card {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 42px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(18, 8, 6, 0.95) 0%, rgba(8, 4, 3, 0.98) 100%);
  border: 1.5px solid rgba(255, 184, 41, 0.35);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.7), inset 0 0 30px rgba(255, 60, 20, 0.06);
}

.howto-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255, 184, 41, 0.2);
}

.howto-header .logo-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(230, 57, 70, 0.2);
  border: 1px solid rgba(230, 57, 70, 0.5);
  border-radius: 8px;
  color: #ff4937;
  font-size: 1.2rem;
  box-shadow: 0 0 15px rgba(230, 57, 70, 0.4);
}

.howto-header .section-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}

.steps-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.step-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 184, 41, 0.08);
  border: 2px solid rgba(255, 184, 41, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffc342;
  font-size: 1.6rem;
  box-shadow: 0 0 20px rgba(255, 184, 41, 0.25), inset 0 0 10px rgba(255, 184, 41, 0.1);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.step-item:hover .step-icon-wrap {
  transform: scale(1.08);
  border-color: #ffc342;
  box-shadow: 0 0 30px rgba(255, 184, 41, 0.45);
}

.step-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.step-heading-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.step-badge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe46a, #ff9d20);
  color: #170604;
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-name {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffc342;
  margin: 0;
  letter-spacing: 0.5px;
}

.step-text {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(247, 230, 198, 0.7);
  margin: 0;
}

.step-connector {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100px;
  position: relative;
}

.step-connector::before {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 184, 41, 0.1), rgba(255, 184, 41, 0.6));
}

.line-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffc342;
  box-shadow: 0 0 8px #ffc342;
}

.connector-arrow {
  color: rgba(255, 184, 41, 0.7);
  font-size: 0.75rem;
  margin-left: 2px;
}

/* ===== RR9 LOBBY SECTION & COMPONENTS ===== */
.rr9-lobby {
  position: relative;
  overflow: hidden;
  padding: 80px 0 54px;
  min-height: 720px;
  background: #050204 url("assect/rr9-casino-banner-bg.png") center top / cover no-repeat;
}

.rr9-lobby::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 2, 4, .2) 0%, rgba(5, 2, 4, .08) 34%, rgba(5, 2, 4, .9) 100%),
    radial-gradient(circle at 50% 26%, rgba(255, 177, 43, .18), transparent 34%);
  pointer-events: none;
}

.rr9-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px;
}

.rr9-register-box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 28px;
  padding: 24px 28px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 10, 5, 0.95) 0%, rgba(10, 5, 2, 0.98) 100%);
  border: 1.5px solid rgba(255, 161, 0, 0.5);
  box-shadow: 0 0 35px rgba(255, 120, 0, 0.25), inset 0 0 20px rgba(255, 60, 0, 0.15);
}

.rr9-register-title {
  margin: 0 0 16px;
  color: #ffd700;
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
  letter-spacing: 0.5px;
}

.rr9-register-row {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 180px;
  gap: 12px;
  align-items: stretch;
}

.rr9-input-group {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 161, 0, 0.3);
  border-radius: 8px;
  height: 50px;
  padding: 0 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.rr9-input-group:focus-within {
  border-color: rgba(255, 161, 0, 0.8);
  box-shadow: 0 0 8px rgba(255, 161, 0, 0.3);
}

.rr9-country-group {
  cursor: pointer;
  gap: 8px;
  color: #ffd15a;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  user-select: none;
}

.rr9-country-group i.fa-mobile-screen-button {
  font-size: 1.15rem;
}

.rr9-country-group i.rr9-chevron {
  font-size: 0.8rem;
  color: rgba(255, 209, 90, 0.6);
  margin-left: auto;
}

.rr9-phone-group input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.05rem;
}

.rr9-phone-group input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.rr9-ref-group {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4px 34px 2px 14px;
}

.rr9-ref-label-container {
  height: 14px;
  display: flex;
  align-items: center;
}

.rr9-ref-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.rr9-ref-input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffd15a;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.95rem;
  width: 100%;
}

.rr9-check-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #00ff66;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.rr9-play-btn {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, #d31a1a 0%, #ff8c00 50%, #d31a1a 100%);
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(255, 140, 0, 0.4);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  animation: pulseGlow 2s infinite alternate;
}

.rr9-play-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 0 28px rgba(255, 140, 0, 0.6);
  color: #fff;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 15px rgba(255, 140, 0, 0.3); }
  100% { box-shadow: 0 0 30px rgba(255, 140, 0, 0.6); }
}

.rr9-mini-steps {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
  color: #ffd15a;
  font-size: 0.88rem;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
}

.rr9-mini-steps .sep {
  color: rgba(255, 209, 90, 0.4);
  font-size: 1.2rem;
  line-height: 1;
}

/* === HOT GAMES === */
.rr9-section-head {
  margin-top: 36px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.rr9-section-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rr9-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.rr9-subheading {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  margin: 0;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
}

.rr9-view-all {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: #ffd15a;
  border: 1px solid rgba(255, 209, 90, 0.4);
  background: rgba(0, 0, 0, 0.3);
  padding: 7px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.rr9-view-all:hover {
  background: rgba(255, 209, 90, 0.1);
  border-color: rgba(255, 209, 90, 0.8);
  color: #ffd15a;
}

.rr9-games {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.rr9-game-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.rr9-game-card {
  position: relative;
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 161, 0, 0.4);
  background: #0f090b;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
  display: block;
}

.rr9-game-card:hover {
  transform: translateY(-6px);
  border-color: #ffa100;
  box-shadow: 0 10px 25px rgba(255, 161, 0, 0.3);
}

.rr9-game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rr9-hot {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  background: #ff1a1a;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0.5px;
}

.rr9-game-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  transition: color 0.3s;
}

.rr9-game-card-wrapper:hover .rr9-game-label {
  color: #ffd15a;
}

/* === TRUST ROW === */
.rr9-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.rr9-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(20, 10, 5, 0.75);
  border: 1px solid rgba(255, 161, 0, 0.25);
  border-radius: 10px;
  padding: 14px 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.rr9-trust-icon-box {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 161, 0, 0.12);
  border: 1px solid rgba(255, 161, 0, 0.35);
  border-radius: 50%;
  color: #ffd15a;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.rr9-trust-text {
  display: flex;
  flex-direction: column;
}

.rr9-trust-text h3 {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.3px;
}

.rr9-trust-text p {
  margin: 2px 0 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
}

/* === PROMOTION ROW === */
.rr9-promo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.rr9-promo-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(35, 12, 8, 0.95) 0%, rgba(15, 6, 4, 0.98) 100%);
  border: 1px solid rgba(255, 90, 0, 0.35);
  border-radius: 14px;
  padding: 22px 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6), inset 0 0 15px rgba(255, 60, 0, 0.05);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.rr9-promo-card:hover {
  transform: translateY(-5px);
  border-color: #ffa100;
  box-shadow: 0 8px 25px rgba(255, 90, 0, 0.25);
}

.rr9-promo-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.rr9-promo-title {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 4px;
}

.rr9-promo-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 2px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}

.rr9-promo-value {
  color: #ffd15a;
  font-size: 1.95rem;
  font-weight: 900;
  font-family: 'Orbitron', sans-serif;
  line-height: 1.1;
  margin: 4px 0;
  text-shadow: 0 0 10px rgba(255, 209, 90, 0.25);
}

.rr9-promo-desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Rajdhani', sans-serif;
}

.rr9-promo-btn {
  height: 36px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffd861 0%, #e19018 100%);
  color: #170806;
  font-weight: 800;
  font-size: 0.85rem;
  font-family: 'Rajdhani', sans-serif;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  cursor: pointer;
}

.rr9-promo-btn:hover {
  transform: scale(1.03);
  color: #170806;
}

.rr9-promo-image {
  position: absolute;
  right: -10px;
  bottom: -10px;
  height: 110%;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  opacity: 0.85;
}

@media (max-width: 1024px) {
  .rr9-register-row {
    grid-template-columns: 1fr 1fr;
  }
  .rr9-games {
    grid-template-columns: repeat(3, 1fr);
  }
  .rr9-trust-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .rr9-promo-row {
    grid-template-columns: 1fr;
  }
  .rr9-shell {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .rr9-register-row {
    grid-template-columns: 1fr;
  }
  .rr9-games {
    grid-template-columns: repeat(2, 1fr);
  }
  .rr9-trust-row {
    grid-template-columns: 1fr;
  }
}

/* ===== FINAL HOME MOBILE FOOTER FIX ===== */
@media (max-width: 560px) {
  .footer {
    overflow: hidden !important;
  }

  .footer-top {
    padding: 34px 0 24px !important;
  }

  .footer-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .footer-top .footer-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
  }

  .footer-col {
    min-width: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  .footer-brand {
    grid-column: 1 / -1 !important;
    padding: 16px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid rgba(240, 165, 0, 0.12) !important;
    text-align: center !important;
  }

  .footer-brand .footer-logo {
    justify-content: center !important;
    margin-bottom: 12px !important;
  }

  .footer-brand .logo-icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 1.05rem !important;
  }

  .footer-brand .logo-text {
    font-size: 1rem !important;
    letter-spacing: 1.3px !important;
  }

  .footer-brand-desc {
    max-width: none !important;
    margin-bottom: 14px !important;
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
  }

  .footer-socials {
    justify-content: center !important;
    gap: 9px !important;
    flex-wrap: wrap !important;
  }

  .social-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.92rem !important;
  }

  .footer-col-title {
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    font-size: 0.72rem !important;
    letter-spacing: 1px !important;
  }

  .footer-links {
    gap: 9px !important;
  }

  .footer-links li,
  .footer-links li a {
    min-width: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.1px !important;
    word-break: break-word !important;
  }

  .footer-top .footer-col:nth-child(4),
  .footer-app {
    grid-column: 1 / -1 !important;
  }

  .footer-contact {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .footer-contact li {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 9px 10px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid rgba(240, 165, 0, 0.1) !important;
    font-size: 0.8rem !important;
  }

  .footer-app {
    display: grid !important;
    grid-template-columns: 80px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid rgba(240, 165, 0, 0.12) !important;
  }

  .footer-app .footer-col-title {
    grid-column: 1 / -1 !important;
    margin-bottom: 0 !important;
  }

  .footer-app .qr-wrap {
    margin-bottom: 0 !important;
  }

  .qr-image {
    width: 80px !important;
    height: 80px !important;
    border-radius: 8px !important;
  }

  .btn-download-app {
    width: 100% !important;
    justify-content: center !important;
    padding: 10px 12px !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.8px !important;
    white-space: normal !important;
  }

  .footer-bottom {
    padding: 16px 0 !important;
  }

  .footer-bottom-inner {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0 !important;
  }

  .footer-bottom-inner span {
    width: 100% !important;
    font-size: 0.72rem !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 380px) {
  .footer-top .footer-container {
    gap: 16px 10px !important;
  }

  .footer-links li,
  .footer-links li a {
    font-size: 0.78rem !important;
  }

  .footer-app {
    grid-template-columns: 72px minmax(0, 1fr) !important;
  }

  .qr-image {
    width: 72px !important;
    height: 72px !important;
  }
}

/* ===== FINAL HOME MOBILE SECTION POLISH ===== */
@media (max-width: 560px) {
  .section-featured-hubs {
    padding: 42px 0 !important;
  }

  .section-featured-hubs .section-header {
    margin-bottom: 18px !important;
    padding: 0 4px !important;
  }

  .section-featured-hubs .section-title {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.35rem, 8vw, 1.95rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0.4px !important;
    text-align: left !important;
  }

  .section-featured-hubs .section-title i {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-size: 0.9rem !important;
    background: rgba(230, 57, 70, 0.18) !important;
    border: 1px solid rgba(230, 57, 70, 0.35) !important;
  }

  .section-title-copy {
    display: block !important;
    min-width: 0 !important;
  }

  .section-featured-hubs .accent {
    display: block !important;
    margin-left: 0 !important;
  }

  .hubs-grid {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .hub-card {
    padding: 20px 18px !important;
    border-radius: 12px !important;
  }

  .hub-icon {
    font-size: 1.65rem !important;
    margin-bottom: 10px !important;
  }

  .hub-title {
    font-size: 1.08rem !important;
    line-height: 1.15 !important;
  }

  .hub-desc {
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
    margin-bottom: 16px !important;
  }

  .rr9-lobby {
    padding: 34px 0 40px !important;
  }

  .rr9-section-head {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-top: 24px !important;
    margin-bottom: 16px !important;
  }

  .rr9-heading {
    font-size: clamp(1.35rem, 8.2vw, 2rem) !important;
    line-height: 1.15 !important;
    letter-spacing: 0.35px !important;
  }

  .rr9-heading span {
    display: block !important;
  }

  .rr9-subheading {
    max-width: 240px !important;
    font-size: 0.86rem !important;
    line-height: 1.3 !important;
  }

  .rr9-view-all {
    align-self: flex-start !important;
    padding: 8px 14px !important;
    font-size: 0.82rem !important;
    line-height: 1.2 !important;
  }

  .rr9-games {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 12px !important;
  }

  .section-howto {
    padding: 42px 0 !important;
  }

  .section-howto .section-container {
    padding: 0 14px !important;
  }

  .howto-card {
    width: 100% !important;
    padding: 22px 16px 24px !important;
    border-radius: 18px !important;
  }

  .howto-header {
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    padding-bottom: 18px !important;
    margin-bottom: 22px !important;
    text-align: left !important;
  }

  .howto-header .logo-icon,
  .howto-header .red-accent {
    width: 40px !important;
    height: 40px !important;
    border-radius: 11px !important;
    font-size: 1rem !important;
    flex-shrink: 0 !important;
  }

  .howto-header .section-title {
    display: block !important;
    max-width: 230px !important;
    flex: 0 1 auto !important;
    font-size: clamp(1.45rem, 7.5vw, 2rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0.5px !important;
    text-align: left !important;
  }

  .howto-header .accent {
    display: block !important;
    margin-left: 0 !important;
  }

  .steps-flow {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }

  .step-connector {
    display: none !important;
  }

  .step-item {
    width: 100% !important;
    min-width: 0 !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 12px !important;
  }

  .step-icon-wrap {
    width: 54px !important;
    height: 54px !important;
    font-size: 1.25rem !important;
    flex-shrink: 0 !important;
  }

  .step-info {
    min-width: 0 !important;
  }

  .step-name {
    font-size: clamp(0.9rem, 4.8vw, 1.1rem) !important;
    line-height: 1.1 !important;
  }

  .step-text {
    font-size: 0.84rem !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 380px) {
  .section-featured-hubs .section-title,
  .rr9-heading,
  .howto-header .section-title {
    font-size: clamp(1.18rem, 7.8vw, 1.58rem) !important;
  }

  .section-featured-hubs .section-title {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .section-featured-hubs .section-title i,
  .howto-header .logo-icon,
  .howto-header .red-accent {
    width: 34px !important;
    height: 34px !important;
  }

  .howto-card {
    padding: 20px 12px 22px !important;
  }

  .step-item {
    padding: 12px !important;
  }

  .step-icon-wrap {
    width: 48px !important;
    height: 48px !important;
    font-size: 1.1rem !important;
  }
}

/* ===== SHARED MOBILE HOW-TO DESIGN ===== */
@media (max-width: 560px) {
  .section-howto {
    padding: 34px 0 42px !important;
    background: #050202 !important;
  }

  .section-howto .section-container {
    padding: 0 18px !important;
  }

  .howto-card {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 28px 20px 30px !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, rgba(20, 7, 5, 0.98), rgba(6, 2, 2, 0.99)) !important;
    border: 1.5px solid rgba(240, 165, 0, 0.55) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.72), inset 0 0 32px rgba(255, 86, 14, 0.05) !important;
  }

  .howto-header {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 18px !important;
    padding: 0 0 24px !important;
    margin: 0 0 28px !important;
    border-bottom: 1px solid rgba(240, 165, 0, 0.32) !important;
    text-align: left !important;
  }

  .howto-header .logo-icon,
  .howto-header .red-accent {
    width: 48px !important;
    height: 48px !important;
    border-radius: 11px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.05rem !important;
    color: #ff4937 !important;
    background: rgba(230, 57, 70, 0.18) !important;
    border: 1px solid rgba(230, 57, 70, 0.55) !important;
    box-shadow: 0 0 26px rgba(230, 57, 70, 0.62) !important;
  }

  .howto-header .section-title {
    display: block !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0.5px !important;
    text-align: left !important;
    color: #fff !important;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.12) !important;
  }

  .howto-header .accent {
    display: block !important;
    margin-left: 0 !important;
    color: #ffc342 !important;
    text-shadow: 0 0 20px rgba(255, 195, 66, 0.55) !important;
  }

  .steps-flow {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .step-connector {
    display: none !important;
  }

  .step-item {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 16px 18px !important;
    border-radius: 12px !important;
    background: rgba(17, 9, 8, 0.92) !important;
    border: 1px solid rgba(240, 165, 0, 0.17) !important;
    box-shadow: inset 0 0 22px rgba(255, 96, 16, 0.035) !important;
  }

  .step-icon-wrap {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(240, 165, 0, 0.72) !important;
    color: #ffc342 !important;
    font-size: 1.5rem !important;
    box-shadow: 0 0 22px rgba(240, 165, 0, 0.3), inset 0 0 14px rgba(240, 165, 0, 0.1) !important;
  }

  .step-info {
    min-width: 0 !important;
    gap: 5px !important;
  }

  .step-heading-row {
    align-items: center !important;
    gap: 8px !important;
  }

  .step-badge {
    width: 26px !important;
    height: 26px !important;
    font-size: 0.75rem !important;
    box-shadow: 0 0 14px rgba(255, 195, 66, 0.48) !important;
  }

  .step-name {
    font-size: clamp(1.05rem, 5.8vw, 1.42rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0.4px !important;
    color: #ffc342 !important;
  }

  .step-text {
    font-size: clamp(0.82rem, 3.8vw, 0.98rem) !important;
    line-height: 1.32 !important;
    color: rgba(247, 230, 198, 0.76) !important;
  }
}

@media (max-width: 380px) {
  .section-howto .section-container {
    padding: 0 12px !important;
  }

  .howto-card {
    padding: 24px 14px 26px !important;
  }

  .howto-header {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .howto-header .logo-icon,
  .howto-header .red-accent {
    width: 42px !important;
    height: 42px !important;
  }

  .howto-header .section-title {
    font-size: clamp(1.75rem, 9.5vw, 2.45rem) !important;
  }

  .step-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 14px !important;
  }

  .step-icon-wrap {
    width: 58px !important;
    height: 58px !important;
    font-size: 1.28rem !important;
  }
}

/* ===== HOME MOBILE HERO TIMER MATCH ===== */
@media (max-width: 560px) {
  .hero .hero-timer {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    right: 8px !important;
    z-index: 60 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  .hero .timer-inner {
    width: 100% !important;
    min-height: 50px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, rgba(18, 6, 3, 0.9), rgba(80, 42, 6, 0.72), rgba(20, 7, 3, 0.9)) !important;
    border: 1.5px solid rgba(255, 195, 66, 0.9) !important;
    box-shadow: 0 0 22px rgba(255, 160, 25, 0.28), inset 0 0 18px rgba(255, 195, 66, 0.08) !important;
  }

  .hero .timer-icon {
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.05rem !important;
    line-height: 1 !important;
  }

  .hero .timer-label {
    max-width: 150px !important;
    font-family: 'Orbitron', sans-serif !important;
    font-size: clamp(0.72rem, 3.6vw, 0.98rem) !important;
    font-weight: 900 !important;
    line-height: 1.04 !important;
    letter-spacing: 0.4px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9) !important;
  }

  .hero .timer-display {
    min-width: 100px !important;
    justify-self: end !important;
    font-family: 'Orbitron', sans-serif !important;
    font-size: clamp(1.35rem, 7vw, 2rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 2px !important;
    color: #ffd46a !important;
    text-align: right !important;
    text-shadow: 0 0 14px rgba(255, 195, 66, 0.72), 0 2px 8px rgba(0, 0, 0, 0.8) !important;
  }

  .hero .timer-tag {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .hero .timer-inner {
    grid-template-columns: 28px minmax(0, 1fr) auto !important;
    gap: 6px !important;
    padding: 7px 10px !important;
  }

  .hero .timer-icon {
    width: 24px !important;
    height: 24px !important;
    font-size: 0.95rem !important;
  }

  .hero .timer-label {
    max-width: 126px !important;
    font-size: 0.72rem !important;
  }

  .hero .timer-display {
    min-width: 88px !important;
    font-size: 1.42rem !important;
    letter-spacing: 1.4px !important;
  }
}

/* ===== REFINED MOBILE HOW-TO CARD ===== */
@media (max-width: 560px) {
  .section-howto {
    padding: 28px 0 34px !important;
  }

  .section-howto .section-container {
    padding: 0 12px !important;
  }

  .howto-card {
    padding: 24px 16px 24px !important;
    border-radius: 18px !important;
  }

  .howto-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 0 0 20px !important;
    margin: 0 0 22px !important;
    text-align: center !important;
  }

  .howto-header .logo-icon,
  .howto-header .red-accent {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
  }

  .howto-header .section-title {
    max-width: 100% !important;
    font-size: clamp(1.72rem, 8.4vw, 2.35rem) !important;
    line-height: 1.08 !important;
    text-align: center !important;
  }

  .steps-flow {
    gap: 12px !important;
  }

  .step-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 14px 12px !important;
    border-radius: 12px !important;
  }

  .step-icon-wrap {
    width: 58px !important;
    height: 58px !important;
    font-size: 1.28rem !important;
  }

  .step-heading-row {
    gap: 7px !important;
    flex-wrap: nowrap !important;
  }

  .step-badge {
    width: 23px !important;
    height: 23px !important;
    font-size: 0.68rem !important;
  }

  .step-name {
    font-size: clamp(0.98rem, 5vw, 1.22rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere !important;
  }

  .step-text {
    font-size: clamp(0.76rem, 3.6vw, 0.9rem) !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 380px) {
  .howto-card {
    padding: 22px 12px !important;
  }

  .howto-header .section-title {
    font-size: clamp(1.5rem, 8vw, 2rem) !important;
  }

  .step-item {
    grid-template-columns: 50px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 12px 10px !important;
  }

  .step-icon-wrap {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.12rem !important;
  }
}

/* ===== MOBILE PERFORMANCE TUNE ===== */
@media (max-width: 700px) {
  *:not(.ticker-scroll):not(.ticker-scroll *):not(.ticker-track):not(.ticker-track *):not(.pulse-dot):not(.badge-glow) {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .ticker-scroll {
    display: flex !important;
    width: max-content !important;
    white-space: nowrap !important;
    animation: ticker 25s linear infinite !important;
    will-change: transform !important;
  }

  .ticker-track {
    display: flex !important;
    width: max-content !important;
    white-space: nowrap !important;
    animation: tickerScroll 30s linear infinite !important;
    will-change: transform !important;
  }

  .navbar,
  .dropdown-menu,
  .mobile-menu {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .particles,
  .particle,
  .glow-orb,
  .badge-glow,
  .video-ring {
    display: none !important;
  }

  .hero-video,
  .cat-thumb-wrap img,
  .rr9-game-card img,
  .game-card img,
  .hub-card,
  .howto-card,
  .footer,
  .rr9-lobby,
  .category-block {
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .hero-video {
    will-change: auto !important;
  }

  .hero-visual,
  .howto-card,
  .hub-card,
  .cat-game-card,
  .rr9-game-card,
  .rr9-register-box,
  .winner-card,
  .promo-card,
  .footer-brand,
  .footer-app,
  .step-item,
  .free-spin-badge,
  .reward-card,
  .jackpot-winner {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.42) !important;
  }

  .hero-video-title,
  .section-title,
  .rr9-heading,
  .howto-header .section-title,
  .timer-display {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72) !important;
  }

  .free-spin-badge,
  .reward-card,
  .jackpot-winner,
  .btn-cta-primary,
  .btn-download-app,
  .btn-hub-play,
  .cat-play-btn,
  .rr9-promo-btn {
    transition: transform 0.15s ease, opacity 0.15s ease !important;
  }

  .cat-game-card:hover,
  .game-card:hover,
  .hub-card:hover,
  .rr9-game-card:hover,
  .winner-card:hover,
  .promo-card:hover {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* ===== FAQ NORMAL TEXT WEIGHT ===== */
.faq-question,
.faq-question span,
.faq-answer,
.faq-answer p,
.faq-answer strong,
.faq-answer b,
.faq-answer em {
  font-weight: 400 !important;
}

.faq-question {
  font-family: 'Rajdhani', sans-serif !important;
}

.faq-answer p {
  font-family: 'Rajdhani', sans-serif !important;
  font-style: normal !important;
}

/* ===== FOOTER CENTER POLISH ===== */
.footer {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.footer-top .footer-container {
  width: min(100%, 1180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 34px 36px !important;
  grid-template-columns: minmax(250px, 1.15fr) minmax(180px, 0.75fr) minmax(220px, 0.85fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

.footer-col {
  min-width: 0 !important;
  padding-right: 28px !important;
}

.footer-brand-desc {
  max-width: 340px !important;
}

.footer-app {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding-right: 0 !important;
}

.footer-app .footer-col-title {
  width: 100% !important;
}

.footer-app .footer-col-title::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.footer-app .qr-wrap,
.footer-app .qr-image {
  margin-left: auto !important;
  margin-right: auto !important;
}

.footer-bottom .footer-container {
  width: min(100%, 1180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1024px) {
  .footer-top .footer-container {
    width: min(100%, 820px) !important;
    grid-template-columns: 1fr 1fr !important;
    padding: 30px !important;
  }

  .footer-brand {
    grid-column: 1 / -1 !important;
    text-align: center !important;
  }

  .footer-brand .footer-logo,
  .footer-socials {
    justify-content: center !important;
  }

  .footer-brand-desc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 640px) {
  .footer {
    padding: 34px 12px 22px !important;
  }

  .footer-top {
    padding: 0 !important;
  }

  .footer-top .footer-container {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 22px 16px !important;
    border-radius: 14px !important;
    text-align: center !important;
  }

  .footer-col,
  .footer-col:last-child {
    padding: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
  }

  .footer-brand,
  .footer-app {
    grid-column: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .footer-brand .footer-logo,
  .footer-socials,
  .footer-links,
  .footer-links li,
  .footer-links li a {
    justify-content: center !important;
    align-items: center !important;
  }

  .footer-col-title::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .footer-bottom {
    margin-top: 18px !important;
  }

  .footer-bottom-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
}
