/* ============================================================
   WildHubCasino – Custom CSS & Animations
   Neon Jungle Theme: Electric Cyan + Emerald on Dark Tropical
============================================================ */

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

body {
  overflow-x: hidden;
  word-break: break-word;
  background-color: #071a12;
  color: #e5e7eb;
}

/* ============================================================
   TYPOGRAPHY & PROSE
============================================================ */

.prose-casino {
  color: #d1d5db;
  line-height: 1.8;
  font-size: 1rem;
  max-width: 100%;
}

.prose-casino h1,
.prose-casino h2,
.prose-casino h3,
.prose-casino h4 {
  color: #00ffe0;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}

.prose-casino h1 { font-size: 2rem; }
.prose-casino h2 { font-size: 1.5rem; }
.prose-casino h3 { font-size: 1.2rem; }

.prose-casino p { margin-bottom: 1em; }

.prose-casino a {
  color: #00ffe0;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.prose-casino a:hover { color: #00ff85; }

.prose-casino ul,
.prose-casino ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.prose-casino li { margin-bottom: 0.4em; }

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

.prose-casino strong { color: #ffffff; font-weight: 700; }

.prose-casino table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin: 1.5em 0;
}
.prose-casino thead tr {
  background: rgba(0,255,224,0.1);
}
.prose-casino th {
  color: #00ffe0;
  text-align: left;
  padding: 0.6em 0.8em;
  border: 1px solid rgba(0,255,224,0.2);
  font-weight: 700;
}
.prose-casino td {
  padding: 0.5em 0.8em;
  border: 1px solid rgba(0,255,224,0.1);
  color: #d1d5db;
}
.prose-casino tr:hover { background: rgba(0,255,224,0.03); }

.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;
}

/* ============================================================
   NEON TEXT & SHADOWS
============================================================ */

.neon-text {
  text-shadow: 0 0 8px #00ffe0, 0 0 20px #00ffe088;
}
.neon-text-white {
  text-shadow: 0 0 12px rgba(255,255,255,0.3);
}
.shadow-neon {
  box-shadow: 0 0 24px rgba(0,255,224,0.35), 0 0 60px rgba(0,255,224,0.15);
}

/* ============================================================
   BUTTONS
============================================================ */

.cta-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #00ffe0 0%, #00c97a 100%);
  color: #071a12;
  font-weight: 800;
  border-radius: 9999px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 20px rgba(0,255,224,0.4);
}
.cta-btn-primary:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 36px rgba(0,255,224,0.65);
  color: #071a12;
}

.cta-btn-secondary {
  display: inline-block;
  background: transparent;
  color: #00ffe0;
  border: 2px solid #00ffe0;
  font-weight: 700;
  border-radius: 9999px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.cta-btn-secondary:hover {
  background: rgba(0,255,224,0.12);
  transform: translateY(-2px);
  color: #00ffe0;
}

/* ============================================================
   NAVBAR
============================================================ */

.nav-link {
  color: #a7f3d0;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: #00ffe0;
  transition: width 0.3s;
}
.nav-link:hover { color: #00ffe0; }
.nav-link:hover::after { width: 100%; }

.footer-link {
  color: #6ee7b7;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover { color: #00ffe0; }

/* ============================================================
   HERO SECTION
============================================================ */

.hero-gradient {
  background: linear-gradient(
    180deg,
    rgba(7,26,18,0.55) 0%,
    rgba(7,26,18,0.80) 60%,
    rgba(7,26,18,1) 100%
  );
}

.hero-section {
  background-color: #071a12;
}

.neon-trails {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 20% 50%, rgba(0,255,224,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 50% 35% at 80% 40%, rgba(0,255,133,0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* ============================================================
   BONUS BADGE
============================================================ */

.bonus-badge {
  animation: pulse-glow 3s ease-in-out infinite;
}
.bonus-inner {
  position: relative;
  overflow: hidden;
}
.bonus-inner::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: conic-gradient(transparent 0deg, rgba(0,255,224,0.07) 60deg, transparent 120deg);
  animation: spin-slow 8s linear infinite;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(0,255,224,0.3); }
  50%       { box-shadow: 0 0 50px rgba(0,255,224,0.6), 0 0 90px rgba(0,255,133,0.2); }
}
@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ============================================================
   PROMO CARDS
============================================================ */

.promo-card {
  background: #0d2d1e;
  border: 1px solid rgba(0,255,224,0.2);
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.promo-card:hover {
  border-color: rgba(0,255,224,0.6);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,255,224,0.15);
}
.promo-icon {
  width: 60px; height: 60px;
  background: rgba(0,255,224,0.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
  border: 1px solid rgba(0,255,224,0.2);
}

/* ============================================================
   GAME CARDS & MARQUEE
============================================================ */

.games-marquee-outer {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #00ffe033 transparent;
  padding-bottom: 0.5rem;
}
.games-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}
.games-track:hover {
  animation-play-state: paused;
}

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

.game-card {
  flex-shrink: 0;
  width: 196px;
}

/* ============================================================
   REVIEW BLOCKS
============================================================ */

.review-block {
  background: #0d2d1e;
  border: 1px solid rgba(0,255,224,0.15);
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  transition: border-color 0.3s;
}
.review-block:hover { border-color: rgba(0,255,224,0.4); }
.review-block-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0,255,224,0.1);
}

/* ============================================================
   PROVIDER WORD CLOUD
============================================================ */

.providers-cloud { gap: 0.5rem; }
.provider-tag {
  color: #6ee7b7;
  font-weight: 700;
  padding: 0.2rem 0;
  transition: color 0.2s;
  cursor: default;
  line-height: 1.5;
}
.provider-tag:hover { color: #00ffe0; text-shadow: 0 0 8px #00ffe0; }

/* ============================================================
   STEP CARDS
============================================================ */

.step-card {
  background: #0d2d1e;
  border: 1px solid rgba(0,255,224,0.15);
  border-radius: 1.25rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}
.step-card:hover {
  border-color: rgba(0,255,224,0.5);
  transform: translateY(-4px);
}
.step-number {
  position: absolute;
  top: -1rem; right: -1rem;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(0,255,224,0.06);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.step-icon {
  width: 72px; height: 72px;
  background: rgba(0,255,224,0.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  border: 1px solid rgba(0,255,224,0.25);
}

/* ============================================================
   FAQ
============================================================ */

.faq-item {
  background: #0d2d1e;
  border: 1px solid rgba(0,255,224,0.15);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  transition: border-color 0.3s;
}
.faq-item:hover { border-color: rgba(0,255,224,0.4); }
.faq-question { background: none; border: none; cursor: pointer; padding: 0; }
.faq-icon { transition: transform 0.3s; }

/* ============================================================
   SECTION HEADING
============================================================ */

.section-heading {
  font-size: 1.875rem;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.section-heading::after {
  content: '';
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: -0.4rem;
  width: 60px; height: 3px;
  background: linear-gradient(90deg, #00ffe0, #00ff85);
  border-radius: 999px;
}

/* ============================================================
   JUNGLE PATTERN BACKGROUND
============================================================ */

.jungle-pattern {
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(0,255,224,0.03) 35px, rgba(0,255,224,0.03) 70px),
    repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(0,255,133,0.02) 35px, rgba(0,255,133,0.02) 70px);
}

.neon-stripe-bg {
  background: repeating-linear-gradient(
    60deg,
    transparent,
    transparent 80px,
    rgba(0,255,224,0.02) 80px,
    rgba(0,255,224,0.02) 82px
  );
}

/* ============================================================
   LANG SWITCHER
============================================================ */

.lang-menu {
  animation: fadeInDown 0.15s ease;
}
.lang-menu.hidden { display: none; }

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   SCROLLBAR
============================================================ */

::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #0a2218; }
::-webkit-scrollbar-thumb { background: #00ffe033; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #00ffe066; }

/* ============================================================
   RESPONSIVE TABLES
============================================================ */

.overflow-x-auto table { min-width: 480px; }
