/* ============================================================
   BJ Baji Live — Global Stylesheet
   Domain: bajilive-777.com
   Design System: Dark Gold Casino Theme
   ============================================================ */

/* ── CSS Variables ── */
:root {
  --primary: #d4a017;
  --primary-dark: #b8860b;
  --primary-light: #f5c842;
  --accent: #e8320a;
  --accent2: #00c9a7;
  --bg-dark: #0d0d1a;
  --bg-mid: #13132a;
  --bg-card: #1a1a35;
  --bg-card2: #1f1f40;
  --bg-section: #111128;
  --text-primary: #f0e6c8;
  --text-secondary: #b0a080;
  --text-muted: #7a6e5a;
  --border: rgba(212,160,23,0.25);
  --border-bright: rgba(212,160,23,0.6);
  --shadow-gold: 0 4px 24px rgba(212,160,23,0.18);
  --shadow-card: 0 8px 32px rgba(0,0,0,0.45);
  --radius: 10px;
  --radius-lg: 16px;
  --header-h: 68px;
  --font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-bn: "Noto Sans Bengali", "Vrinda", "SolaimanLipi", system-ui, Arial, sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-bn);
  background: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary-light); }
img, svg { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ── Typography ── */
h1, h2, h3, h4, h5 {
  font-family: var(--font-bn);
  line-height: 1.3;
  color: var(--text-primary);
}
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; }
h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }
p { margin-bottom: 1rem; color: var(--text-secondary); }
strong { color: var(--text-primary); }

/* ── Utility ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.text-gold { color: var(--primary); }
.section-pad { padding: 72px 0; }
.section-pad-sm { padding: 48px 0; }
.gold-line {
  display: inline-block; width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  border-radius: 2px; margin: 12px auto 24px;
}
.section-title { margin-bottom: 8px; }
.section-subtitle { color: var(--text-secondary); font-size: 1rem; margin-bottom: 32px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 22px; border-radius: 6px; font-size: 0.92rem;
  font-weight: 700; border: none; transition: all .22s; white-space: nowrap;
  letter-spacing: 0.02em;
}
.btn-register {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #0d0d1a;
  box-shadow: 0 2px 12px rgba(212,160,23,0.35);
}
.btn-register:hover {
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  color: #0d0d1a;
  box-shadow: 0 4px 20px rgba(212,160,23,0.55);
  transform: translateY(-1px);
}
.btn-login {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
}
.btn-login:hover {
  background: rgba(212,160,23,0.12);
  color: var(--primary-light);
  border-color: var(--primary-light);
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  padding: 13px 32px;
  font-size: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(232,50,10,0.3);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(232,50,10,0.45);
  color: #fff;
}
.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  padding: 11px 28px;
  border-radius: 8px;
}
.btn-outline:hover {
  background: rgba(212,160,23,0.1);
  color: var(--primary-light);
}
.btn-accent {
  background: linear-gradient(135deg, var(--accent2), #00a88a);
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
}
.btn-accent:hover { transform: translateY(-2px); color: #fff; }

/* ── Header ── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--header-h);
  background: rgba(13,13,26,0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
  transition: box-shadow .3s;
}
#site-header.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.6);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h); gap: 16px;
}

/* Logo */
.site-logo {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0; max-height: 48px;
}
.site-logo svg {
  width: auto; height: 40px; max-height: 44px;
  flex-shrink: 0;
}
.logo-text {
  font-size: 1.15rem; font-weight: 800;
  color: var(--primary);
  letter-spacing: 0.04em;
  white-space: nowrap;
  line-height: 1.2;
}
.logo-text span { color: var(--accent); }

/* Nav */
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  color: var(--text-secondary); font-size: 0.9rem; font-weight: 600;
  padding: 6px 12px; border-radius: 5px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active {
  color: var(--primary); background: rgba(212,160,23,0.1);
}

/* Header CTA */
.header-cta { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

/* Mobile menu toggle */
.menu-toggle {
  display: none; background: none; border: none;
  color: var(--text-primary); padding: 6px;
}
.menu-toggle svg { width: 24px; height: 24px; }

/* ── Mobile Nav ── */
@media (max-width: 900px) {
  .menu-toggle { display: flex; align-items: center; }
  .main-nav {
    display: none; position: fixed;
    top: var(--header-h); left: 0; right: 0;
    background: rgba(13,13,26,0.99);
    flex-direction: column; align-items: stretch;
    padding: 16px 20px 24px; gap: 4px;
    border-bottom: 1px solid var(--border);
    z-index: 999;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 14px; font-size: 1rem; }
  .header-cta { gap: 6px; }
  .btn { padding: 8px 14px; font-size: 0.82rem; }
}
@media (max-width: 480px) {
  .logo-text { font-size: 0.95rem; }
  .site-logo svg { height: 32px; }
}

/* ── Page Offset for fixed header ── */
.page-body { padding-top: var(--header-h); }

/* ── Banner ── */
.home-banner {
  width: 100%; overflow: hidden;
  position: relative; background: var(--bg-mid);
  max-height: 520px;
}
.home-banner img, .home-banner svg {
  width: 100%; height: auto; display: block;
  max-height: 520px; object-fit: cover;
}

/* ── Hero Section ── */
.hero-section {
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a35 50%, #0d0d1a 100%);
  padding: 64px 0 56px;
  position: relative; overflow: hidden;
}
.hero-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(212,160,23,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(212,160,23,0.12); border: 1px solid var(--border);
  color: var(--primary); font-size: 0.82rem; font-weight: 700;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 18px;
}
.hero-title { margin-bottom: 16px; }
.hero-title .highlight {
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-desc { font-size: 1.05rem; margin-bottom: 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 24px; margin-top: 32px; flex-wrap: wrap;
}
.hero-stat { text-align: center; }
.hero-stat .num {
  font-size: 1.6rem; font-weight: 800; color: var(--primary);
  display: block; line-height: 1.1;
}
.hero-stat .lbl { font-size: 0.78rem; color: var(--text-muted); }
.hero-visual {
  display: flex; align-items: center; justify-content: center;
}
.hero-card-stack {
  position: relative; width: 320px; height: 280px;
}
.hero-card-stack .card-bg {
  position: absolute; border-radius: var(--radius-lg);
  background: var(--bg-card); border: 1px solid var(--border);
}
.hero-card-stack .card-bg:nth-child(1) {
  width: 260px; height: 180px; top: 60px; left: 30px;
  transform: rotate(-6deg);
  background: linear-gradient(135deg, #1a1a35, #2a1a4a);
}
.hero-card-stack .card-bg:nth-child(2) {
  width: 260px; height: 180px; top: 40px; left: 50px;
  transform: rotate(3deg);
  background: linear-gradient(135deg, #1f1f40, #2a2a50);
}
.hero-card-main {
  position: absolute; width: 280px; height: 190px;
  top: 30px; left: 20px;
  background: linear-gradient(135deg, #1a1a35 0%, #2d1f5e 100%);
  border: 1px solid var(--border-bright);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  box-shadow: var(--shadow-gold);
}
.hero-card-main .card-icon { font-size: 2.5rem; }
.hero-card-main .card-label {
  color: var(--primary); font-weight: 700; font-size: 1rem;
}

@media (max-width: 768px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual { display: none; }
  .hero-section { padding: 40px 0 36px; }
}

/* ── Section Divider ── */
.divider-wave {
  width: 100%; overflow: hidden; line-height: 0;
  background: var(--bg-dark);
}
.divider-wave svg { display: block; width: 100%; }

/* ── Advantage Cards ── */
.adv-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; margin-top: 40px;
}
.adv-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative; overflow: hidden;
}
.adv-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  opacity: 0; transition: opacity .25s;
}
.adv-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-gold); border-color: var(--border-bright); }
.adv-card:hover::before { opacity: 1; }
.adv-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(212,160,23,0.12);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.adv-icon svg { width: 26px; height: 26px; }
.adv-card h3 { font-size: 1rem; margin-bottom: 8px; }
.adv-card p { font-size: 0.88rem; margin: 0; }

/* ── Category Grid ── */
.cat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px; margin-top: 36px;
}
.cat-card {
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 16px;
  text-align: center;
  transition: all .25s;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.cat-card:hover {
  border-color: var(--primary);
  background: rgba(212,160,23,0.07);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.cat-icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(212,160,23,0.2), rgba(232,50,10,0.15));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.cat-card h3 { font-size: 0.95rem; margin: 0; }
.cat-card p { font-size: 0.8rem; margin: 0; color: var(--text-muted); }

/* ── Stats Bar ── */
.stats-bar {
  background: linear-gradient(135deg, #1a1a35, #2a1a4a);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 36px 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px; text-align: center;
}
.stat-item .stat-num {
  font-size: 2rem; font-weight: 800;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; display: block;
}
.stat-item .stat-lbl { font-size: 0.85rem; color: var(--text-muted); }

/* ── Feature Grid ── */
.feature-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 36px;
}
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex; gap: 18px; align-items: flex-start;
  transition: all .25s;
}
.feature-card:hover { border-color: var(--border-bright); box-shadow: var(--shadow-card); }
.feature-num {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #0d0d1a; font-weight: 800; font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.feature-card h4 { margin-bottom: 6px; }
.feature-card p { font-size: 0.88rem; margin: 0; }

/* ── Steps ── */
.steps-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px; margin-top: 36px; position: relative;
}
.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px; text-align: center;
  position: relative;
}
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff; font-weight: 800; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.step-card h4 { margin-bottom: 8px; }
.step-card p { font-size: 0.85rem; margin: 0; }

/* ── FAQ ── */
.faq-list { margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s;
}
.faq-item.open { border-color: var(--border-bright); }
.faq-question {
  width: 100%; background: none; border: none;
  color: var(--text-primary); font-family: inherit;
  font-size: 0.97rem; font-weight: 600;
  padding: 18px 20px; text-align: left;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; cursor: pointer;
  transition: color .2s;
}
.faq-question:hover { color: var(--primary); }
.faq-icon {
  width: 22px; height: 22px; flex-shrink: 0;
  border: 1.5px solid var(--border-bright);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s, background .2s;
  color: var(--primary);
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(212,160,23,0.15); }
.faq-answer {
  display: none; padding: 0 20px 18px;
  color: var(--text-secondary); font-size: 0.92rem; line-height: 1.7;
}
.faq-item.open .faq-answer { display: block; }

/* ── CTA Banner ── */
.cta-banner {
  background: linear-gradient(135deg, #1a1a35 0%, #2d1f5e 50%, #1a1a35 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 64px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(212,160,23,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.cta-banner h2 { margin-bottom: 12px; }
.cta-banner p { margin-bottom: 28px; font-size: 1.05rem; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── YouTube Video ── */
.video-section { background: var(--bg-section); padding: 64px 0; }
.video-wrapper {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.video-wrapper iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  border: none;
}
.video-container { max-width: 800px; margin: 0 auto; }

/* ── Long Content ── */
.long-content { max-width: 860px; margin: 0 auto; }
.long-content h2 { margin-top: 40px; margin-bottom: 14px; }
.long-content h3 { margin-top: 28px; margin-bottom: 10px; color: var(--primary); }
.long-content p { font-size: 0.97rem; }
.long-content ul, .long-content ol {
  padding-left: 20px; margin-bottom: 16px;
}
.long-content ul li { list-style: disc; color: var(--text-secondary); margin-bottom: 6px; font-size: 0.95rem; }
.long-content ol li { list-style: decimal; color: var(--text-secondary); margin-bottom: 6px; font-size: 0.95rem; }
.long-content .info-box {
  background: rgba(212,160,23,0.07);
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px; margin: 20px 0;
}
.long-content .info-box p { margin: 0; font-size: 0.92rem; }
.long-content .warn-box {
  background: rgba(232,50,10,0.07);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px; margin: 20px 0;
}
.long-content .warn-box p { margin: 0; font-size: 0.92rem; color: #e8a090; }

/* ── Breadcrumb ── */
.breadcrumb {
  padding: 14px 0; font-size: 0.85rem;
  color: var(--text-muted);
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .sep { color: var(--text-muted); opacity: 0.5; }
.breadcrumb .current { color: var(--primary); }

/* ── Page Hero (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a35 100%);
  padding: 48px 0 40px;
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; right: -80px; top: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,160,23,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero h1 { margin-bottom: 10px; }
.page-hero p { font-size: 1rem; max-width: 600px; }

/* ── Promo Cards ── */
.promo-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 36px;
}
.promo-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .25s;
}
.promo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-gold); border-color: var(--border-bright); }
.promo-card-header {
  padding: 24px 22px 16px;
  background: linear-gradient(135deg, #1f1f40, #2a1a4a);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 14px;
}
.promo-badge {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff; font-size: 0.75rem; font-weight: 700;
  padding: 3px 10px; border-radius: 20px;
}
.promo-card-body { padding: 18px 22px; }
.promo-card-body h3 { margin-bottom: 8px; font-size: 1rem; }
.promo-card-body p { font-size: 0.87rem; margin-bottom: 14px; }
.promo-card-footer { padding: 0 22px 20px; }

/* ── Game Cards ── */
.game-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 18px; margin-top: 32px;
}
.game-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .25s;
  cursor: pointer;
}
.game-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-gold); border-color: var(--border-bright); }
.game-thumb {
  height: 130px;
  background: linear-gradient(135deg, #1f1f40, #2a1a4a);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; position: relative; overflow: hidden;
}
.game-thumb::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.5));
}
.game-info { padding: 12px 14px; }
.game-info h4 { font-size: 0.9rem; margin-bottom: 4px; }
.game-info p { font-size: 0.78rem; margin: 0; color: var(--text-muted); }
.game-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 700;
  padding: 2px 8px; border-radius: 10px;
  background: rgba(212,160,23,0.15); color: var(--primary);
  margin-top: 6px;
}

/* ── Tabs ── */
.tabs-nav {
  display: flex; gap: 4px; border-bottom: 1px solid var(--border);
  margin-bottom: 28px; flex-wrap: wrap;
}
.tab-btn {
  background: none; border: none; color: var(--text-muted);
  font-family: inherit; font-size: 0.92rem; font-weight: 600;
  padding: 10px 18px; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: all .2s;
}
.tab-btn.active, .tab-btn:hover { color: var(--primary); border-bottom-color: var(--primary); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ── Contact Form ── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.88rem; font-weight: 600; color: var(--text-secondary); }
.form-group input, .form-group textarea, .form-group select {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-primary);
  font-family: inherit; font-size: 0.95rem;
  padding: 11px 14px;
  transition: border-color .2s;
  outline: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--primary);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-error { color: var(--accent); font-size: 0.8rem; display: none; }
.form-success {
  background: rgba(0,201,167,0.1); border: 1px solid var(--accent2);
  border-radius: var(--radius); padding: 14px 18px;
  color: var(--accent2); font-size: 0.92rem; display: none;
}
.contact-info-block { display: flex; flex-direction: column; gap: 20px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-info-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: rgba(212,160,23,0.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-info-icon svg { width: 20px; height: 20px; }
.contact-info-item h4 { font-size: 0.88rem; margin-bottom: 4px; color: var(--primary); }
.contact-info-item p { font-size: 0.9rem; margin: 0; }

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ── Table ── */
.compare-table { width: 100%; border-collapse: collapse; margin-top: 24px; }
.compare-table th {
  background: var(--bg-card2); color: var(--primary);
  padding: 12px 16px; text-align: left; font-size: 0.88rem;
  border-bottom: 2px solid var(--border-bright);
}
.compare-table td {
  padding: 12px 16px; border-bottom: 1px solid var(--border);
  font-size: 0.9rem; color: var(--text-secondary);
}
.compare-table tr:hover td { background: rgba(212,160,23,0.04); }
.check-yes { color: var(--accent2); font-weight: 700; }
.check-no { color: var(--accent); }

/* ── Trust Badges ── */
.trust-row {
  display: flex; gap: 20px; flex-wrap: wrap; align-items: center;
  justify-content: center; margin-top: 32px;
}
.trust-badge {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 8px; padding: 10px 16px;
  font-size: 0.85rem; color: var(--text-secondary);
}
.trust-badge svg { width: 18px; height: 18px; color: var(--primary); }

/* ── Bullet List ── */
.bullet-list { margin: 16px 0; padding-left: 0; }
.bullet-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 6px 0; color: var(--text-secondary); font-size: 0.95rem;
}
.bullet-list li::before {
  content: ''; display: inline-block; width: 8px; height: 8px;
  border-radius: 50%; background: var(--primary);
  flex-shrink: 0; margin-top: 7px;
}

/* ── Related Links ── */
.related-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px; margin-top: 28px;
}
.related-link {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px;
  display: flex; align-items: center; gap: 10px;
  transition: all .2s;
  color: var(--text-secondary); font-size: 0.9rem;
}
.related-link:hover { border-color: var(--primary); color: var(--primary); background: rgba(212,160,23,0.06); }
.related-link svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ── Policy Content ── */
.policy-content { max-width: 820px; margin: 0 auto; }
.policy-content h2 { margin-top: 40px; margin-bottom: 12px; font-size: 1.3rem; }
.policy-content h3 { margin-top: 24px; margin-bottom: 8px; color: var(--primary); font-size: 1.05rem; }
.policy-content p { font-size: 0.95rem; }
.policy-content ul { padding-left: 20px; margin-bottom: 14px; }
.policy-content ul li { list-style: disc; color: var(--text-secondary); margin-bottom: 5px; font-size: 0.93rem; }
.policy-date { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 32px; }

/* ── 404 ── */
.error-page {
  min-height: 70vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 60px 20px;
}
.error-code {
  font-size: clamp(5rem, 15vw, 10rem); font-weight: 900;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1; margin-bottom: 16px;
}
.error-page h2 { margin-bottom: 12px; }
.error-page p { margin-bottom: 28px; }
.error-links { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Back to Top ── */
#back-to-top {
  position: fixed; bottom: 28px; right: 24px; z-index: 900;
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #0d0d1a; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(212,160,23,0.4);
  opacity: 0; pointer-events: none;
  transition: opacity .3s, transform .3s;
}
#back-to-top.visible { opacity: 1; pointer-events: auto; }
#back-to-top:hover { transform: translateY(-3px); }
#back-to-top svg { width: 20px; height: 20px; }

/* ── Footer ── */
#site-footer {
  background: #080814;
  border-top: 1px solid var(--border);
  padding: 56px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px; padding-bottom: 40px;
}
.footer-brand .site-logo { margin-bottom: 14px; }
.footer-brand p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }
.footer-col h4 {
  color: var(--primary); font-size: 0.88rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a {
  color: var(--text-muted); font-size: 0.88rem;
  transition: color .2s;
}
.footer-col ul li a:hover { color: var(--primary); }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-item { font-size: 0.87rem; color: var(--text-muted); line-height: 1.5; }
.footer-contact-item strong { color: var(--text-secondary); display: block; margin-bottom: 2px; }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 0.82rem; color: var(--text-muted); margin: 0; }
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a { font-size: 0.82rem; color: var(--text-muted); }
.footer-bottom-links a:hover { color: var(--primary); }
.footer-disclaimer {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid var(--border);
  padding: 14px 0;
  font-size: 0.78rem; color: var(--text-muted); text-align: center;
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ── Responsive Helpers ── */
@media (max-width: 768px) {
  .section-pad { padding: 48px 0; }
  .adv-grid { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .adv-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-cta { flex-direction: column; }
  .cta-btns { flex-direction: column; align-items: center; }
}

/* ── Animations ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-in-up { animation: fadeInUp .5s ease both; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }

/* ── Glow Decoration ── */
.glow-dot {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,160,23,0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Highlight Box ── */
.highlight-box {
  background: linear-gradient(135deg, rgba(212,160,23,0.08), rgba(232,50,10,0.05));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin: 28px 0;
}
.highlight-box h3 { color: var(--primary); margin-bottom: 12px; }

/* ── Two-col layout ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 768px) { .two-col { grid-template-columns: 1fr; gap: 24px; } }

/* ── Icon List ── */
.icon-list { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.icon-list-item { display: flex; align-items: flex-start; gap: 12px; }
.icon-list-item .il-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(212,160,23,0.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.icon-list-item .il-icon svg { width: 18px; height: 18px; }
.icon-list-item h4 { font-size: 0.92rem; margin-bottom: 3px; }
.icon-list-item p { font-size: 0.85rem; margin: 0; }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--border-bright); border-radius: 3px; }
