/* ================================================
   PlayLagosHub — Main Stylesheet
   Social Entertainment Platform — Nigeria
   ================================================ */

/* --- CSS Variables --- */
:root {
  --bg-deep: #060010;
  --bg-dark: #0d0020;
  --bg-mid: #150030;
  --bg-card: #1a0038;
  --gold: #FFD700;
  --gold-light: #FFF0A0;
  --gold-dark: #B8860B;
  --green: #00ff88;
  --green-dark: #00cc66;
  --pink: #ff3366;
  --purple: #6600cc;
  --purple-light: #9933ff;
  --blue-neon: #00ccff;
  --white: #ffffff;
  --text-muted: #8888aa;
  --text-light: #ccccdd;
  --border-glow: rgba(255, 215, 0, 0.3);
  --font-title: 'Cinzel', 'Georgia', serif;
  --font-body: 'Rajdhani', 'Arial', sans-serif;
  --font-tech: 'Orbitron', 'Courier New', monospace;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-gold: 0 0 20px rgba(255, 215, 0, 0.4);
  --shadow-purple: 0 0 30px rgba(102, 0, 204, 0.5);
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--bg-deep);
  color: var(--text-light);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
}
a { color: var(--gold); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold-light); }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* --- Scrollbar --- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--purple); border-radius: 3px; }

/* ================================================
   AGE GATE
   ================================================ */
.age-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(6, 0, 16, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(12px);
}
.age-gate-overlay.hidden { display: none; }
.age-gate-box {
  background: linear-gradient(135deg, #1a0038 0%, #0d0030 50%, #1a0038 100%);
  border: 2px solid var(--gold);
  border-radius: 20px;
  padding: 40px 36px;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: var(--shadow-gold), 0 30px 80px rgba(0,0,0,0.8);
  animation: gateAppear 0.5s ease;
}
@keyframes gateAppear {
  from { opacity: 0; transform: scale(0.85) translateY(30px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.age-gate-logo { margin-bottom: 16px; }
.age-gate-logo img { height: 50px; margin: 0 auto; }
.age-gate-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--pink), #cc0033);
  color: #fff;
  font-family: var(--font-tech);
  font-size: 28px;
  font-weight: 700;
  width: 70px; height: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin: 0 auto 16px;
  box-shadow: 0 0 25px rgba(255,51,102,0.6);
  border: 3px solid rgba(255,255,255,0.2);
}
.age-gate-box h2 {
  font-family: var(--font-title);
  font-size: 1.6rem;
  color: var(--gold);
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.age-gate-box p {
  color: var(--text-light);
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.7;
}
.age-gate-box strong { color: var(--gold-light); }
.age-gate-question {
  font-family: var(--font-title);
  font-size: 1.1rem;
  color: var(--white);
  font-weight: 600;
  margin: 20px 0 16px !important;
}
.age-gate-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 20px 0;
  flex-wrap: wrap;
}
.btn-yes, .btn-no {
  padding: 14px 32px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  letter-spacing: 1px;
}
.btn-yes {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #000;
  box-shadow: 0 0 20px rgba(0,255,136,0.4);
}
.btn-yes:hover { transform: translateY(-2px); box-shadow: 0 5px 25px rgba(0,255,136,0.6); }
.btn-no {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid rgba(255,255,255,0.15);
}
.btn-no:hover { background: rgba(255,51,102,0.1); color: var(--pink); border-color: var(--pink); }
.age-gate-legal {
  font-size: 0.78rem !important;
  color: var(--text-muted) !important;
  margin-top: 16px !important;
}
.age-gate-legal a { color: var(--gold); }

/* ================================================
   HEADER / NAV
   ================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(6, 0, 16, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 215, 0, 0.15);
  transition: var(--transition);
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 68px;
  max-width: 1280px;
  margin: 0 auto;
  gap: 20px;
}
.nav-logo { flex-shrink: 0; }
.logo-img { height: 42px; width: auto; }
.nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.nav-link {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text-light);
  padding: 8px 16px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  transition: var(--transition);
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%;
  width: 0; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: var(--transition);
}
.nav-link:hover, .nav-link.active {
  color: var(--gold);
  background: rgba(255,215,0,0.06);
}
.nav-link:hover::after, .nav-link.active::after { width: 60%; }
.nav-badge {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.badge-18 {
  background: linear-gradient(135deg, var(--pink), #cc0033);
  color: #fff;
  font-family: var(--font-tech);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}
.badge-social {
  background: rgba(0,255,136,0.12);
  color: var(--green);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(0,255,136,0.3);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--transition);
}

/* ================================================
   HERO
   ================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, #1a0040 0%, #060010 60%);
  padding: 100px 24px 60px;
}
.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.particle {
  position: absolute;
  border-radius: 50%;
  animation: floatParticle linear infinite;
  opacity: 0.5;
}
@keyframes floatParticle {
  0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.4; }
  100% { transform: translateY(-10vh) rotate(720deg); opacity: 0; }
}
.hero-content {
  text-align: center;
  max-width: 820px;
  position: relative;
  z-index: 2;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,215,0,0.1);
  border: 1px solid rgba(255,215,0,0.3);
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 24px;
  letter-spacing: 1px;
  animation: fadeInDown 0.6s ease both;
}
.hero-tag i { color: var(--gold); animation: pulse 1.5s ease infinite; }
@keyframes pulse { 0%,100%{transform:scale(1);} 50%{transform:scale(1.2);} }
.hero-title {
  font-family: var(--font-title);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  animation: fadeInUp 0.7s ease 0.1s both;
}
.title-play { color: var(--gold); text-shadow: 0 0 30px rgba(255,215,0,0.5); }
.title-lagos { color: var(--green); text-shadow: 0 0 30px rgba(0,255,136,0.4); }
.title-hub { color: var(--white); text-shadow: 0 0 20px rgba(255,255,255,0.2); }
.hero-subtitle {
  font-family: var(--font-tech);
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  color: var(--purple-light);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  animation: fadeInUp 0.7s ease 0.2s both;
}
.hero-desc {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto 32px;
  animation: fadeInUp 0.7s ease 0.3s both;
}
.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  animation: fadeInUp 0.7s ease 0.4s both;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #0d0020;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  box-shadow: var(--shadow-gold);
  transition: var(--transition);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255,215,0,0.6);
  color: #060010;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--text-light);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.2);
  transition: var(--transition);
}
.btn-secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(255,215,0,0.06);
}
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  animation: fadeInUp 0.7s ease 0.5s both;
  flex-wrap: wrap;
}
.stat-item { text-align: center; }
.stat-num {
  display: block;
  font-family: var(--font-tech);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.stat-divider {
  width: 1px; height: 40px;
  background: rgba(255,215,0,0.2);
}
.hero-scroll {
  position: absolute;
  bottom: 30px; left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 1.2rem;
  animation: bounceDown 1.5s ease infinite;
}
@keyframes bounceDown {
  0%,100%{transform:translateX(-50%) translateY(0);}
  50%{transform:translateX(-50%) translateY(8px);}
}

/* ================================================
   SOCIAL NOTICE BAR
   ================================================ */
.social-notice-bar {
  background: linear-gradient(90deg, #0a001f, #1a0040, #0a001f);
  border-top: 1px solid rgba(255,215,0,0.2);
  border-bottom: 1px solid rgba(255,215,0,0.2);
  padding: 12px 0;
}
.notice-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-muted);
}
.notice-inner i { color: var(--green); flex-shrink: 0; }
.notice-inner strong { color: var(--gold-light); }
.notice-tags { display: flex; gap: 8px; margin-left: auto; flex-wrap: wrap; }
.ntag {
  background: rgba(255,215,0,0.1);
  border: 1px solid rgba(255,215,0,0.2);
  color: var(--gold);
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 600;
}

/* ================================================
   CONTAINER
   ================================================ */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ================================================
   SECTION HEADER
   ================================================ */
.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-tag {
  display: inline-block;
  background: rgba(102,0,204,0.2);
  border: 1px solid rgba(102,0,204,0.4);
  color: var(--purple-light);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 18px;
  border-radius: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.2;
}
.highlight { color: var(--gold); }
.section-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
}

/* ================================================
   GAMES SECTION
   ================================================ */
.games-section {
  padding: 90px 0 60px;
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-dark) 50%, var(--bg-deep) 100%);
}
.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}
.game-card {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a0038, #0d0025);
  border: 1px solid rgba(255,215,0,0.15);
  transition: var(--transition);
  position: relative;
}
.game-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,215,0,0.4);
  box-shadow: 0 20px 60px rgba(102,0,204,0.4), var(--shadow-gold);
}
.game-card-inner { display: flex; flex-direction: column; height: 100%; }
.game-preview {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.game-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.game-card:hover .game-preview-img { transform: scale(1.05); }
.game-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6,0,16,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}
.game-card:hover .game-overlay { opacity: 1; }
.game-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--gold);
}
.game-overlay-content i { font-size: 3rem; }
.game-overlay-content span {
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.game-badge-hot, .game-badge-new {
  position: absolute;
  top: 12px; right: 12px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 1px;
  z-index: 2;
}
.game-badge-hot {
  background: linear-gradient(135deg, var(--pink), #cc0022);
  color: #fff;
  box-shadow: 0 0 12px rgba(255,51,102,0.5);
}
.game-badge-new {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #0d0020;
  box-shadow: 0 0 12px rgba(255,215,0,0.4);
}
.game-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}
.game-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.game-title {
  font-family: var(--font-title);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.2;
}
.game-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--gold);
  font-size: 0.75rem;
  flex-shrink: 0;
}
.game-rating span {
  color: var(--text-muted);
  font-size: 0.8rem;
  margin-left: 4px;
  font-family: var(--font-body);
}
.game-desc {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.6;
}
.game-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.gtag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.gtag-free { background: rgba(255,215,0,0.1); color: var(--gold); border: 1px solid rgba(255,215,0,0.2); }
.gtag-social { background: rgba(0,255,136,0.1); color: var(--green); border: 1px solid rgba(0,255,136,0.2); }
.gtag-age { background: rgba(255,51,102,0.1); color: var(--pink); border: 1px solid rgba(255,51,102,0.2); }
.game-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--text-muted);
  font-size: 0.78rem;
}
.game-meta span { display: flex; align-items: center; gap: 5px; }
.game-meta i { color: var(--purple-light); }
.btn-play-game {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #6600cc, #9933ff);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 12px;
  letter-spacing: 1px;
  transition: var(--transition);
  margin-top: auto;
  box-shadow: 0 4px 20px rgba(102,0,204,0.4);
}
.btn-play-game:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(102,0,204,0.6);
  color: var(--gold);
}
.games-disclaimer {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.82rem;
  background: rgba(255,215,0,0.04);
  border: 1px solid rgba(255,215,0,0.1);
  border-radius: 10px;
  padding: 14px 20px;
}
.games-disclaimer strong { color: var(--gold-light); }
.games-disclaimer i { color: var(--gold); margin-right: 6px; }

/* ================================================
   ABOUT SECTION
   ================================================ */
.about-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #0d0020 0%, #060010 50%, #0d0020 100%);
  position: relative;
}
.about-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,215,0,0.3), transparent);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.about-text .section-tag { margin-bottom: 14px; display: inline-block; }
.about-text .section-title { text-align: left; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.about-text p {
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.8;
  margin: 16px 0 20px;
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.about-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--text-light);
}
.about-features li i { color: var(--green); flex-shrink: 0; }
.about-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.about-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.about-card {
  background: linear-gradient(135deg, #1a0038, #0d0025);
  border: 1px solid rgba(255,215,0,0.12);
  border-radius: 16px;
  padding: 24px 20px;
  transition: var(--transition);
  text-align: center;
}
.about-card:hover {
  border-color: rgba(255,215,0,0.3);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(102,0,204,0.3);
}
.about-card-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(102,0,204,0.3), rgba(153,51,255,0.2));
  border: 1px solid rgba(102,0,204,0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.4rem;
  color: var(--gold);
}
.about-card h4 {
  font-family: var(--font-title);
  font-size: 1rem;
  color: var(--gold-light);
  margin-bottom: 8px;
}
.about-card p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* ================================================
   COMPLIANCE SECTION
   ================================================ */
.compliance-section {
  padding: 80px 0;
  background: var(--bg-deep);
  position: relative;
}
.compliance-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102,0,204,0.4), transparent);
}
.compliance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.compliance-item {
  background: linear-gradient(135deg, #100025, #0d001f);
  border: 1px solid rgba(102,0,204,0.2);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
}
.compliance-item:hover {
  border-color: rgba(255,215,0,0.3);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(102,0,204,0.25);
}
.comp-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(255,215,0,0.05));
  border: 1px solid rgba(255,215,0,0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.5rem;
  color: var(--gold);
}
.compliance-item h4 {
  font-family: var(--font-title);
  font-size: 1rem;
  color: var(--gold-light);
  margin-bottom: 8px;
}
.compliance-item p {
  color: var(--text-muted);
  font-size: 0.83rem;
  line-height: 1.6;
}

/* ================================================
   FOOTER
   ================================================ */
.site-footer {
  background: linear-gradient(180deg, #0a001e 0%, #060010 100%);
  border-top: 1px solid rgba(255,215,0,0.1);
}
.footer-top { padding: 60px 0 40px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr;
  gap: 40px;
}
.footer-logo { height: 44px; width: auto; margin-bottom: 14px; }
.footer-tagline {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 240px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-social a {
  width: 36px; height: 36px;
  background: rgba(102,0,204,0.2);
  border: 1px solid rgba(102,0,204,0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  transition: var(--transition);
}
.footer-social a:hover {
  background: rgba(255,215,0,0.1);
  border-color: var(--gold);
  color: var(--gold);
}
.footer-18-badge {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-18-badge span {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255,215,0,0.2);
  color: var(--text-muted);
  background: rgba(255,215,0,0.06);
}
.footer-col-title {
  font-family: var(--font-title);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a {
  color: var(--text-muted);
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.footer-links a i { font-size: 0.65rem; color: var(--purple-light); opacity: 0.6; }
.footer-links a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact-list { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.85rem;
}
.footer-contact-list li i { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-contact-list li a { color: var(--gold); }
.footer-contact-list li a:hover { color: var(--gold-light); }

/* Responsible Gaming Block */
.footer-responsible {
  background: linear-gradient(135deg, rgba(0,255,136,0.04), rgba(102,0,204,0.06));
  border-top: 1px solid rgba(0,255,136,0.15);
  border-bottom: 1px solid rgba(0,255,136,0.15);
  padding: 32px 0;
}
.responsible-block {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.responsible-icon {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, rgba(0,255,136,0.15), rgba(0,204,102,0.1));
  border: 1px solid rgba(0,255,136,0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--green);
  flex-shrink: 0;
}
.responsible-content h3 {
  font-family: var(--font-title);
  font-size: 1.1rem;
  color: var(--green);
  margin-bottom: 12px;
}
.responsible-content p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 8px;
}
.responsible-content p strong { color: var(--gold-light); }
.responsible-content p a { color: var(--green); }
.responsible-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.resp-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--green);
  border: 1px solid rgba(0,255,136,0.25);
  padding: 5px 14px;
  border-radius: 20px;
  transition: var(--transition);
  background: rgba(0,255,136,0.06);
}
.resp-link:hover {
  background: rgba(0,255,136,0.12);
  border-color: var(--green);
  color: var(--white);
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom p {
  color: var(--text-muted);
  font-size: 0.8rem;
}
.footer-legal {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-legal span {
  font-size: 0.75rem;
  color: rgba(136,136,170,0.6);
}

/* ================================================
   ANIMATIONS
   ================================================ */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ================================================
   INNER PAGE HEADER
   ================================================ */
.inner-page-hero {
  padding: 120px 24px 60px;
  background: radial-gradient(ellipse 70% 50% at 50% 30%, #1a0040 0%, #060010 70%);
  text-align: center;
  border-bottom: 1px solid rgba(255,215,0,0.1);
}
.inner-page-hero h1 {
  font-family: var(--font-title);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--gold);
  margin-bottom: 12px;
}
.inner-page-hero p {
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: var(--text-muted); }

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .compliance-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: fixed;
    top: 68px; left: 0; right: 0;
    background: rgba(6,0,16,0.97);
    backdrop-filter: blur(16px);
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid rgba(255,215,0,0.1);
    gap: 4px;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .nav-badge { display: none; }
  .games-grid { grid-template-columns: 1fr; }
  .about-cards { grid-template-columns: 1fr 1fr; }
  .compliance-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .responsible-block { flex-direction: column; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .hero-stats { gap: 16px; }
  .stat-divider { display: none; }
}
@media (max-width: 480px) {
  .about-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .age-gate-box { padding: 28px 20px; }
  .age-gate-btns { flex-direction: column; }
  .btn-yes, .btn-no { width: 100%; }
  .navbar { padding: 0 16px; }
  .hero-cta { flex-direction: column; align-items: center; }
}
