/* ==========================================================================
   KHELA88 MASTER CASINO UI/UX DESIGN SYSTEM (2026)
   Built with Gambling Website UI/UX Designer standards:
   - High-energy, luxury casino aesthetic (Deep Emerald, Neon Green & Gold)
   - Dynamic glassmorphism surfaces, glow effects & responsive proportionality
   - Strict mobile-first architecture & thumb-zone accessibility
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  /* Core Brand Colors */
  --bg-main: #022018;
  --bg-deep: #01140f;
  --surface: #03362a;
  --surface-elevated: #044838;
  --surface-card: rgba(3, 54, 42, 0.75);
  --surface-glass: rgba(4, 72, 56, 0.55);
  
  /* Accent & Highlight Colors */
  --neon-green: #10b981;
  --neon-green-glow: rgba(16, 185, 129, 0.45);
  --gold: #f59e0b;
  --gold-glow: rgba(245, 158, 11, 0.4);
  --crimson: #ef4444;
  --cyan: #06b6d4;

  /* Text Colors */
  --text-heading: #ffffff;
  --text-body: #e2e8f0;
  --text-muted: #94a3b8;
  --text-dim: #64748b;

  /* Borders & Shadows */
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-glass: rgba(255, 255, 255, 0.15);
  --border-neon: rgba(16, 185, 129, 0.35);
  --border-gold: rgba(245, 158, 11, 0.35);
  --shadow-card: 0 10px 30px -5px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 25px rgba(16, 185, 129, 0.25);
  --shadow-gold-glow: 0 0 25px rgba(245, 158, 11, 0.25);

  /* Typography & Layout */
  --font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-bengali: 'Hind Siliguri', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-pill: 9999px;
  --max-width: 1240px;
  --header-height: 74px;
}

/* Global Reset & Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--bg-main);
  background-image: 
    radial-gradient(circle at 15% 15%, rgba(16, 185, 129, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 85% 85%, rgba(245, 158, 11, 0.06) 0%, transparent 40%),
    linear-gradient(to bottom, var(--bg-deep), var(--bg-main));
  color: var(--text-body);
  font-family: var(--font-main);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Bengali Font Switcher Override */
html[lang="bn"] body,
html[lang="bn"] button,
html[lang="bn"] input,
html[lang="bn"] select,
html[lang="bn"] textarea,
html[lang="bn"] .btn,
html[lang="bn"] .nav-link,
html[lang="bn"] .section-title {
  font-family: var(--font-bengali) !important;
}

/* ==========================================================================
   LANGUAGE SWITCHER SELECTOR (ENGLISH & BENGALI)
   ========================================================================== */
.lang-switcher {
  display: inline-flex;
  align-items: center;
  background: rgba(1, 20, 15, 0.95);
  border: 1px solid var(--border-neon);
  border-radius: var(--radius-pill);
  padding: 3px;
  gap: 3px;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.2);
}

.lang-btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 800;
  border-radius: var(--radius-pill);
  color: var(--text-muted);
  cursor: pointer;
  border: none;
  background: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
}

.lang-btn:hover {
  color: #ffffff;
}

.lang-btn.active {
  background: linear-gradient(135deg, var(--neon-green), #059669);
  color: #01140f;
  box-shadow: 0 0 12px var(--neon-green-glow);
}

.drawer-lang-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 1.25rem;
}

.drawer-lang-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-muted);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ==========================================================================
   CASINO AMBIENT BACKGROUNDS & FLASHY CONTAINER FX
   ========================================================================== */
.casino-hero-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.casino-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(1, 20, 15, 0.75) 0%,
    rgba(2, 32, 24, 0.90) 60%,
    var(--bg-main) 100%
  );
  z-index: 1;
}

.casino-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(16, 185, 129, 0.2) 0%, transparent 65%);
  pointer-events: none;
  z-index: 2;
  animation: pulseGlow 4s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
  0% { opacity: 0.5; transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1.02); }
}

.hero-content-wrapper {
  position: relative;
  z-index: 3;
  padding: 4.5rem 0 3.5rem;
}

/* Flashing Live Indicator Badge */
.live-pulse-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fca5a5;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.live-pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--crimson);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--crimson);
  animation: liveBlink 1.2s infinite ease-in-out;
}

@keyframes liveBlink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(0.85); }
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(1, 20, 15, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-glass);
  display: flex;
  align-items: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
  background: rgba(1, 20, 15, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  border-bottom-color: var(--border-neon);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.brand-logo-img {
  height: 42px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .desktop-nav {
    display: flex;
  }
}

.nav-link {
  color: var(--text-body);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.5rem 0.6rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-link:hover, .nav-link.active {
  color: var(--neon-green);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.6rem;
  right: 0.6rem;
  height: 2px;
  background: var(--neon-green);
  box-shadow: 0 0 8px var(--neon-green);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Button UI Components */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.btn-primary-casino {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #01140f;
  box-shadow: 0 4px 15px var(--neon-green-glow);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-primary-casino:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(16, 185, 129, 0.6);
  color: #000;
}

.btn-outline-gold {
  background: rgba(245, 158, 11, 0.1);
  color: var(--gold);
  border: 1.5px solid var(--gold);
  box-shadow: 0 2px 10px rgba(245, 158, 11, 0.15);
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: #000;
  box-shadow: 0 4px 20px var(--gold-glow);
}

.mobile-menu-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border-glass);
  color: var(--text-heading);
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .mobile-menu-trigger {
    display: none;
  }
}

/* ==========================================================================
   LIVE MARQUEE / TICKER BAR
   ========================================================================== */
.marquee-bar {
  background: #01140f;
  border-bottom: 1px solid var(--border-subtle);
  overflow: hidden;
  padding: 0.45rem 0;
  display: flex;
  align-items: center;
}

.marquee-content {
  display: flex;
  gap: 2.5rem;
  white-space: nowrap;
  animation: marqueeRun 40s linear infinite;
}

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

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.ticker-highlight {
  color: var(--gold);
  font-weight: 700;
}

.ticker-green {
  color: var(--neon-green);
  font-weight: 700;
}

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

/* ==========================================================================
   MOBILE NAVIGATION DRAWER
   ========================================================================== */
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 82%;
  max-width: 340px;
  height: 100vh;
  background: var(--surface);
  z-index: 2000;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.8);
  border-left: 1px solid var(--border-neon);
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-drawer.open {
  right: 0;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 1999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.drawer-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 1rem;
}

.drawer-close-btn {
  color: var(--text-muted);
  font-size: 1.5rem;
  padding: 0.25rem;
}

.drawer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.drawer-links a {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-heading);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.drawer-links a:hover {
  color: var(--neon-green);
}

/* ==========================================================================
   PROPORTIONAL SECTION LAYOUTS & CONTAINERS
   ========================================================================== */
.section-spacer {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.section-header-wrap {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.section-tag {
  color: var(--neon-green);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.section-title {
  color: var(--text-heading);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 0.85rem;
}

.section-desc {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* ==========================================================================
   3x2 INTERACTIVE GRID BOX WITH PAGINATION (MANDATORY REQUIREMENT)
   ========================================================================== */
.grid-3x2-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .grid-3x2-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid-3x2-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Game & Category Placecards */
.placecard-casino {
  background: var(--surface-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.placecard-casino:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card), var(--shadow-glow);
  border-color: var(--neon-green);
}

.placecard-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #01140f;
}

.placecard-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.placecard-casino:hover .placecard-media img {
  transform: scale(1.06);
}

.placecard-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(1, 20, 15, 0.85);
  backdrop-filter: blur(6px);
  border: 1px solid var(--border-neon);
  color: var(--neon-green);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
  letter-spacing: 0.5px;
}

.placecard-rtp {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(245, 158, 11, 0.9);
  color: #000;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
}

.placecard-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.placecard-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 0.4rem;
}

.placecard-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.2rem;
  flex: 1;
}

.placecard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-subtle);
  padding-top: 0.85rem;
}

.placecard-meta {
  font-size: 0.8rem;
  color: var(--text-dim);
}

.placecard-action {
  color: var(--neon-green);
  font-size: 0.85rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.placecard-casino:hover .placecard-action {
  color: #34d399;
}

/* ==========================================================================
   PAGINATION CONTROLS (PAGINATED 3x2)
   ========================================================================== */
.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border-glass);
  color: var(--text-body);
  font-size: 0.9rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.page-btn:hover {
  background: var(--surface-elevated);
  border-color: var(--neon-green);
  color: var(--neon-green);
}

.page-btn.active {
  background: var(--neon-green);
  border-color: var(--neon-green);
  color: #01140f;
  box-shadow: 0 0 12px var(--neon-green-glow);
}

.page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* ==========================================================================
   CATEGORY FILTER TABS
   ========================================================================== */
.filter-tabs-wrapper {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  scrollbar-width: thin;
}

.filter-tab {
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-pill);
  background: var(--surface);
  border: 1px solid var(--border-glass);
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.filter-tab:hover {
  color: var(--text-heading);
  background: var(--surface-elevated);
  border-color: var(--border-neon);
}

.filter-tab.active {
  background: var(--neon-green);
  color: #01140f;
  border-color: var(--neon-green);
  box-shadow: 0 0 14px var(--neon-green-glow);
}

/* ==========================================================================
   E-E-A-T AUTHOR & FACT-CHECKING BADGES
   ========================================================================== */
.eeat-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--surface-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.25rem;
  margin: 1.5rem 0 2rem;
}

.eeat-author-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--neon-green);
  object-fit: cover;
  background: #022018;
}

.author-meta h4 {
  font-size: 0.95rem;
  color: var(--text-heading);
  margin-bottom: 0.15rem;
}

.author-meta p {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.eeat-badges {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #34d399;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-pill);
}

/* ==========================================================================
   INTERACTIVE FAQ ACCORDION (MINIMUM 5 FAQS)
   ========================================================================== */
.faq-accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  background: var(--surface-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.faq-item.active {
  border-color: var(--border-neon);
  background: var(--surface-elevated);
}

.faq-question-btn {
  width: 100%;
  padding: 1.15rem 1.4rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-heading);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--neon-green);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: var(--neon-green);
  color: #01140f;
}

.faq-answer-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-inner {
  padding: 0 1.4rem 1.25rem;
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ==========================================================================
   STEPPER & TRANSACTION WALKTHROUGH (FUNCTIONAL PAGES)
   ========================================================================== */
.stepper-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0;
}

.stepper-card {
  display: flex;
  gap: 1.25rem;
  background: var(--surface-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.stepper-card:hover {
  border-color: var(--border-neon);
}

.step-number-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neon-green), #059669);
  color: #01140f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 0 15px var(--neon-green-glow);
}

.step-details h3 {
  color: var(--text-heading);
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.step-details p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* ==========================================================================
   FOOTER & COMPLIANCE SECTION (YMYL & E-E-A-T)
   ========================================================================== */
.site-footer {
  background: #01120d;
  border-top: 1px solid var(--border-glass);
  padding: 4rem 0 2rem;
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}

.footer-brand-col p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 1rem 0 1.5rem;
}

.footer-heading {
  color: var(--text-heading);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  letter-spacing: 0.5px;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-nav-list a {
  color: var(--text-muted);
  font-size: 0.88rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-nav-list a:hover {
  color: var(--neon-green);
  transform: translateX(3px);
}

.payment-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.mfs-badge {
  background: var(--surface);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-body);
}

.compliance-box {
  background: rgba(3, 54, 42, 0.4);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.age-gate-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--crimson);
  color: var(--crimson);
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
}

.compliance-text {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 820px;
  margin: 0 auto;
}

.footer-copyright {
  text-align: center;
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.5rem;
  color: var(--text-dim);
  font-size: 0.8rem;
}

/* ==========================================================================
   MOBILE STICKY BOTTOM NAVIGATION BAR (THUMB-FRIENDLY ACCESSIBILITY)
   ========================================================================== */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: rgba(1, 20, 15, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-neon);
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 1000;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
  .mobile-bottom-nav {
    display: none;
  }
}

.bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  flex: 1;
  padding: 0.35rem 0;
  transition: color 0.2s ease;
}

.bottom-nav-item.active, .bottom-nav-item:hover {
  color: var(--neon-green);
}

.bottom-nav-icon {
  font-size: 1.25rem;
}

.bottom-nav-highlight {
  position: relative;
  top: -12px;
  background: linear-gradient(135deg, var(--neon-green), #059669);
  color: #01140f !important;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px var(--neon-green-glow);
  border: 2px solid #022018;
}

.bottom-nav-highlight .bottom-nav-icon {
  font-size: 1.35rem;
}

/* ==========================================================================
   FLASHY CASINO CONTAINER BACKGROUNDS & AMBIENCE (HIGH ENERGY)
   ========================================================================== */
.container-flashy-casino {
  position: relative;
  background: radial-gradient(circle at 10% 20%, rgba(16, 185, 129, 0.12) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(245, 158, 11, 0.10) 0%, transparent 45%),
              linear-gradient(180deg, #01140f 0%, #022c22 50%, #01140f 100%);
  border-top: 1px solid rgba(16, 185, 129, 0.2);
  border-bottom: 1px solid rgba(16, 185, 129, 0.2);
  overflow: hidden;
}

.container-flashy-casino::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(16, 185, 129, 0.03) 25%,
    rgba(245, 158, 11, 0.05) 50%,
    rgba(16, 185, 129, 0.03) 75%,
    transparent 100%
  );
  animation: casinoShimmerFlow 12s linear infinite;
  pointer-events: none;
}

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

.container-gold-vip {
  position: relative;
  background: radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.15) 0%, transparent 50%),
              linear-gradient(180deg, #021a14 0%, #032b21 50%, #01140f 100%);
  border-top: 1px solid rgba(245, 158, 11, 0.25);
  border-bottom: 1px solid rgba(245, 158, 11, 0.25);
}

.container-neon-grid {
  position: relative;
  background-color: var(--bg-deep);
  background-image: 
    linear-gradient(rgba(16, 185, 129, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 185, 129, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* ==========================================================================
   POST / ARTICLE / SPOKE GUIDE LAYOUT (STICKY TOC & E-E-A-T AUTHOR)
   ========================================================================== */
.post-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin: 2.5rem 0;
}

@media (min-width: 1024px) {
  .post-layout-grid {
    grid-template-columns: 280px 1fr;
  }
}

.toc-sidebar {
  position: sticky;
  top: 90px;
  height: fit-content;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  background: var(--surface-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: none;
}

@media (min-width: 1024px) {
  .toc-sidebar {
    display: block;
  }
}

.toc-title {
  color: var(--neon-green);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border-subtle);
}

.toc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.toc-link {
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  transition: all 0.2s ease;
  display: block;
  padding-left: 0.5rem;
  border-left: 2px solid transparent;
}

.toc-link:hover, .toc-link.active {
  color: var(--neon-green);
  border-left-color: var(--neon-green);
  padding-left: 0.75rem;
}

.article-content {
  background: var(--surface-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4 {
  color: var(--text-heading);
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.article-content h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 0.6rem;
  color: #ffffff;
}

.article-content h3 {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: var(--neon-green);
}

.article-content p {
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.35rem;
}

.article-content ul, .article-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--text-body);
}

.article-content li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.article-content blockquote {
  background: rgba(16, 185, 129, 0.08);
  border-left: 4px solid var(--neon-green);
  padding: 1.25rem 1.5rem;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: 1.75rem 0;
}

.article-content blockquote p {
  margin-bottom: 0;
  color: #ecfdf5;
  font-size: 0.95rem;
}

/* Styled Markdown / HTML Tables */
.table-responsive-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-glass);
}

.data-table-casino {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.92rem;
}

.data-table-casino th {
  background: #011913;
  color: var(--neon-green);
  font-weight: 800;
  padding: 1rem 1.2rem;
  border-bottom: 2px solid var(--border-neon);
  white-space: nowrap;
}

.data-table-casino td {
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text-body);
  background: rgba(2, 32, 24, 0.4);
}

.data-table-casino tr:hover td {
  background: rgba(16, 185, 129, 0.06);
}

/* Expanded Author E-E-A-T Card */
.author-card-expanded {
  background: linear-gradient(135deg, rgba(3, 54, 42, 0.9), rgba(1, 20, 15, 0.95));
  border: 1px solid var(--border-neon);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .author-card-expanded {
    flex-direction: row;
    align-items: center;
  }
}

.author-large-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid var(--neon-green);
  box-shadow: 0 0 20px var(--neon-green-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  color: var(--neon-green);
  background: #01140f;
  flex-shrink: 0;
}

.author-expanded-bio h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.author-role-title {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.author-expanded-bio p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 0.85rem;
}

/* ==========================================================================
   FUNCTIONAL PAGE STEPPER & INTERACTIVE CASHIER COMPONENTS
   ========================================================================== */
.cashier-simulator-card {
  background: var(--surface-card);
  border: 1px solid var(--border-neon);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-card), var(--shadow-glow);
  margin: 2.5rem 0;
}

.cashier-preset-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.chip-btn {
  background: var(--surface);
  border: 1px solid var(--border-glass);
  color: var(--text-body);
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.chip-btn:hover, .chip-btn.active {
  background: var(--neon-green);
  color: #01140f;
  border-color: var(--neon-green);
  box-shadow: 0 0 12px var(--neon-green-glow);
}

.copy-box-interactive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #01140f;
  border: 1.5px dashed var(--border-neon);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
}

.copy-box-val {
  font-family: monospace;
  font-size: 1.15rem;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 1px;
}

.copy-action-btn {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid var(--neon-green);
  color: var(--neon-green);
  padding: 0.45rem 1rem;
  border-radius: var(--radius-md);
  font-size: 0.85rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.copy-action-btn:hover {
  background: var(--neon-green);
  color: #01140f;
}

