html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  word-break: break-word;
  background-color: #0a0f0a;
  color: #f1f5f9;
}

/* ===================== TYPOGRAPHY ===================== */
.text-shadow-gold {
  text-shadow: 0 0 30px rgba(245, 158, 11, 0.4), 0 2px 4px rgba(0,0,0,0.8);
}

/* ===================== PROSE CASINO ===================== */
.prose-casino {
  color: #d1d5db;
  max-width: 72ch;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 1rem;
}

.prose-casino h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #f59e0b;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-family: Georgia, serif;
}

.prose-casino h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f59e0b;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-family: Georgia, serif;
}

.prose-casino h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #10b981;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.prose-casino p {
  margin-bottom: 1rem;
  color: #d1d5db;
}

.prose-casino a {
  color: #10b981;
  text-decoration: underline;
}

.prose-casino a:hover {
  color: #f59e0b;
}

.prose-casino ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.prose-casino ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.4rem;
  color: #d1d5db;
}

.prose-casino ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: #f59e0b;
  font-size: 0.75rem;
  top: 0.25rem;
}

.prose-casino ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.prose-casino ol li {
  margin-bottom: 0.4rem;
  color: #d1d5db;
}

.prose-casino strong {
  color: #f59e0b;
  font-weight: 600;
}

.prose-casino blockquote {
  border-left: 4px solid #10b981;
  padding-left: 1rem;
  margin: 1.5rem 0;
  color: #9ca3af;
  font-style: italic;
}

.prose-casino table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 1.5rem 0;
}

.prose-casino th {
  background: #152115;
  color: #f59e0b;
  text-align: left;
  padding: 0.6rem 1rem;
  border-bottom: 2px solid #1e3a1e;
}

.prose-casino td {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #1e3a1e;
  color: #d1d5db;
}

.prose-casino tr:hover td {
  background: #111c11;
}

/* Prose table scroll wrapper */
.prose-casino .prose-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  margin: 1.5em 0;
  border-radius: 0.5rem;
}

.prose-casino .prose-table-scroll table {
  margin-top: 0;
  margin-bottom: 0;
}

/* ===================== BUTTONS ===================== */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #0a0f0a;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.65rem 1.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #fcd34d, #f59e0b);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
  transform: translateY(-1px);
}

.btn-hero-primary {
  display: inline-block;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #0a0f0a;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 0.9rem 2.5rem;
  border-radius: 0.6rem;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 6px 25px rgba(245, 158, 11, 0.4);
  letter-spacing: 0.03em;
}

.btn-hero-primary:hover {
  background: linear-gradient(135deg, #fcd34d, #f59e0b);
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.6);
  transform: translateY(-2px);
}

.btn-hero-secondary {
  display: inline-block;
  background: transparent;
  color: #f59e0b;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 0.6rem;
  text-decoration: none;
  border: 2px solid #f59e0b;
  transition: all 0.25s ease;
}

.btn-hero-secondary:hover {
  background: rgba(245, 158, 11, 0.1);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
  transform: translateY(-1px);
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: #10b981;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.6rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 2px solid #10b981;
  transition: all 0.2s ease;
}

.btn-outline:hover {
  background: rgba(16, 185, 129, 0.1);
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}

.btn-game-play {
  display: inline-block;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #0a0f0a;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.5rem 1.25rem;
  border-radius: 0.4rem;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-game-play:hover {
  background: linear-gradient(135deg, #fcd34d, #f59e0b);
  transform: scale(1.05);
}

/* ===================== NAV LINKS ===================== */
.nav-link {
  display: inline-block;
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}

.nav-link:hover {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.08);
}

.mobile-nav-link {
  display: block;
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.6rem 1rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}

.mobile-nav-link:hover {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.08);
}

.footer-link {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #f59e0b;
}

/* ===================== HERO ===================== */
.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(6, 11, 6, 0.55) 0%,
    rgba(6, 11, 6, 0.7) 60%,
    rgba(6, 11, 6, 0.92) 100%
  );
}

/* ===================== BONUS BADGE ===================== */
.bonus-badge-inner {
  background: linear-gradient(135deg, #f59e0b, #10b981, #f59e0b);
  background-size: 200% 200%;
  animation: gradientShift 4s ease infinite;
  padding: 2px;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ===================== STEP CARDS ===================== */
.step-card {
  background: #111c11;
  border: 1px solid #1e3a1e;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
}

.step-number {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #0a0f0a;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.step-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(16, 185, 129, 0.1);
  border: 2px solid rgba(16, 185, 129, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto 1rem;
  color: #10b981;
  font-size: 1.4rem;
}

/* ===================== PROMO CARDS ===================== */
.promo-card {
  background: #111c11;
  border: 1px solid #1e3a1e;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(245, 158, 11, 0.12);
}

.promo-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(16, 185, 129, 0.1));
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
  font-size: 1.2rem;
}

.promo-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f9fafb;
}

.promo-copy {
  font-size: 0.875rem;
  color: #9ca3af;
  line-height: 1.6;
  flex: 1;
}

/* ===================== REVIEW BLOCKS ===================== */
.review-block {
  background: #111c11;
  border: 1px solid #1e3a1e;
  border-radius: 1rem;
  padding: 1.75rem;
}

.review-block-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f9fafb;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #1e3a1e;
}

/* ===================== PROVIDER CLOUD ===================== */
.provider-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.provider-tag {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #10b981;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.provider-tag:hover {
  background: rgba(16, 185, 129, 0.18);
  border-color: #10b981;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15);
}

/* ===================== GAME CARDS ===================== */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  animation: marqueeScroll 35s linear infinite;
  width: max-content;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.game-card {
  width: 200px;
  background: #111c11;
  border: 1px solid #1e3a1e;
  border-radius: 0.75rem;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.game-card:hover {
  transform: translateY(-4px);
}

.game-card-img-wrap {
  position: relative;
  height: 140px;
  overflow: hidden;
}

.game-card-img-wrap img {
  transition: transform 0.4s ease;
}

.game-card:hover .game-card-img-wrap img {
  transform: scale(1.08);
}

.game-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 11, 6, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.game-card:hover .game-card-overlay {
  opacity: 1;
}

.game-card-body {
  padding: 0.6rem 0.75rem;
}

.game-card-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: #f9fafb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===================== FAQ ===================== */
.faq-item {
  background: #111c11;
  border: 1px solid #1e3a1e;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-item.open {
  border-color: rgba(245, 158, 11, 0.4);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: #f9fafb;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: #f59e0b;
}

.faq-item.open .faq-question {
  color: #f59e0b;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.2s ease;
  padding: 0 1.25rem;
}

.faq-item.open .faq-answer {
  max-height: 400px;
  padding: 0 1.25rem 1rem;
}

/* ===================== SPARK ANIMATIONS ===================== */
.spark-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(245, 158, 11, 0.15) 1px, transparent 1px),
    radial-gradient(circle, rgba(16, 185, 129, 0.1) 1px, transparent 1px);
  background-size: 60px 60px, 100px 100px;
  background-position: 0 0, 30px 30px;
  animation: sparkle 8s linear infinite;
}

@keyframes sparkle {
  0%   { opacity: 0.5; transform: translateY(0); }
  50%  { opacity: 1; }
  100% { opacity: 0.5; transform: translateY(-20px); }
}

/* ===================== SECTION HEADER ===================== */
.section-header h2 {
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f59e0b, #10b981);
  border-radius: 2px;
  margin: 0.5rem auto 0;
}

/* ===================== LANG DROPDOWN ===================== */
.lang-dropdown {
  z-index: 9999;
}

/* ===================== SCROLLBAR ===================== */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #0a0f0a;
}

::-webkit-scrollbar-thumb {
  background: #1e3a1e;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #10b981;
}

/* ===================== BURGER ===================== */
.burger-btn {
  z-index: 60;
  position: relative;
}

/* ===================== RESPONSIVE OVERFLOW FIX ===================== */
.overflow-x-auto {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

/* ===================== PARALLAX ===================== */
.hero-section {
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .hero-section {
    background-attachment: scroll;
  }
  .marquee-track {
    animation-duration: 25s;
  }
}