*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Nunito", sans-serif;
  background: #0c0620;
  color: #e8e0f5;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9998;
  opacity: 0.6;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}
:root {
  --primary: #a855f7;
  --primary-light: #c084fc;
  --primary-dark: #7e22ce;
  --accent: #fbbf24;
  --accent-light: #fde68a;
  --accent-dark: #d97706;
  --hot: #f43f5e;
  --hot-light: #fb7185;
  --cyan: #22d3ee;
  --bg-dark: #0c0620;
  --bg-card: #1a1040;
  --bg-card-hover: #251560;
  --text-primary: #f3eeff;
  --text-secondary: #a394c4;
  --border: rgba(168, 85, 247, 0.15);
  --glow-purple: 0 0 25px rgba(168, 85, 247, 0.35);
  --glow-gold: 0 0 25px rgba(251, 191, 36, 0.35);
  --max-width: 1280px;
  --radius: 16px;
}
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section-title {
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-primary);
}
.section-title .badge {
  font-family: "Nunito", sans-serif;
  font-size: 0.65em;
  padding: 5px 16px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.badge-hot {
  background: linear-gradient(135deg, #f43f5e, #fb923c);
  color: #fff;
  box-shadow: 0 2px 12px rgba(244, 63, 94, 0.3);
}
.badge-new {
  background: linear-gradient(135deg, #22d3ee, #a855f7);
  color: #fff;
  box-shadow: 0 2px 12px rgba(34, 211, 238, 0.3);
}
.badge-hold {
  background: linear-gradient(135deg, #a855f7, #ec4899);
  color: #fff;
  box-shadow: 0 2px 12px rgba(168, 85, 247, 0.3);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #1a1040;
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 38px;
  border-radius: 50px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow:
    0 4px 0 #92600a,
    0 6px 20px rgba(251, 191, 36, 0.25);
}
.btn-primary:hover {
  box-shadow:
    0 2px 0 #92600a,
    0 4px 30px rgba(251, 191, 36, 0.4);
  transform: translateY(2px);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 38px;
  border-radius: 50px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow:
    0 4px 0 #581c87,
    0 6px 20px rgba(168, 85, 247, 0.25);
}
.btn-secondary:hover {
  box-shadow:
    0 2px 0 #581c87,
    0 4px 30px rgba(168, 85, 247, 0.4);
  transform: translateY(2px);
}

/* AGE VERIFICATION */
.age-overlay{position:fixed;inset:0;background:rgba(12,6,32,0.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:100000;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .6s ease}
.age-overlay.hidden{opacity:0;pointer-events:none}
.age-overlay-inner{background:#1a1040;border:2px solid var(--border);border-radius:24px;padding:48px 40px;max-width:480px;width:90%;text-align:center;box-shadow:0 40px 80px rgba(0,0,0,0.5);animation:ageIn .6s ease both}
@keyframes ageIn{from{opacity:0;transform:translateY(30px) scale(0.96)}to{opacity:1;transform:translateY(0) scale(1)}}
.age-badge-large{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#1a1040;font-family:'Baloo 2',cursive;font-size:1.8rem;font-weight:800;margin-bottom:24px;box-shadow:0 4px 24px rgba(251,191,36,0.3)}
.age-title{font-family:'Baloo 2',cursive;font-size:1.8rem;font-weight:800;margin-bottom:12px;color:var(--text-primary)}
.age-text{color:var(--text-secondary);font-size:.95rem;margin-bottom:12px;line-height:1.6;font-weight:500}
.age-text-small{color:var(--text-secondary);font-size:.8rem;margin-bottom:28px;font-style:italic;opacity:.7}
.age-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.age-btn{padding:14px 32px;border:none;border-radius:50px;font-family:'Baloo 2',cursive;font-size:1rem;cursor:pointer;transition:all .3s;font-weight:700;min-width:160px}
.age-btn-confirm{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#1a1040;box-shadow:0 4px 0 #92600a,0 6px 20px rgba(251,191,36,0.25)}
.age-btn-confirm:hover{box-shadow:0 2px 0 #92600a,0 4px 30px rgba(251,191,36,0.4);transform:translateY(2px)}
.age-btn-deny{background:transparent;color:var(--text-secondary);border:2px solid var(--border)}
.age-btn-deny:hover{border-color:var(--primary);color:var(--primary-light);background:rgba(168,85,247,0.08)}

/* COOKIE CONSENT */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1040;border-top:1px solid var(--border);box-shadow:0 -8px 40px rgba(0,0,0,0.4);z-index:99999;padding:20px 24px;animation:cookieUp .5s ease both}
@keyframes cookieUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}
.cookie-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.cookie-text h4{font-family:'Baloo 2',cursive;font-size:1.1rem;margin-bottom:4px;color:var(--text-primary)}
.cookie-text p{font-size:.85rem;color:var(--text-secondary);margin-bottom:4px;font-weight:500}
.cookie-link{font-size:.8rem;color:var(--accent);text-decoration:underline}
.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}
.cookie-btn{padding:10px 20px;border:none;border-radius:12px;font-family:'Baloo 2',cursive;font-size:.85rem;cursor:pointer;transition:all .2s;font-weight:700;white-space:nowrap}
.cookie-accept-btn{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#1a1040}
.cookie-accept-btn:hover{box-shadow:0 2px 16px rgba(251,191,36,0.3)}
.cookie-necessary-btn{background:var(--bg-card-hover);color:var(--text-primary);border:1px solid var(--border)}
.cookie-necessary-btn:hover{background:rgba(168,85,247,0.1);border-color:var(--primary)}
.cookie-settings-btn-main{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}
.cookie-settings-btn-main:hover{background:rgba(168,85,247,0.08);border-color:var(--primary)}
.cookie-settings-panel{max-width:1280px;margin:16px auto 0;padding-top:16px;border-top:1px solid var(--border)}
.cookie-setting-row{padding:8px 0;color:var(--text-secondary);font-size:.85rem;font-weight:500}
.cookie-setting-row label{display:flex;align-items:center;gap:8px;cursor:pointer}
.cookie-setting-row input[type="checkbox"]{accent-color:var(--accent);width:16px;height:16px}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(12, 6, 32, 0.8);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  transition: all 0.3s;
}
.header.scrolled {
  background: rgba(12, 6, 32, 0.95);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Baloo 2", cursive;
  font-size: 1.6rem;
  font-weight: 800;
}
.logo-img {
  height: 54px;
  width: auto;
}
.logo .maple {
  color: var(--primary-light);
}
.logo .prime {
  color: var(--accent);
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav a {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-secondary);
  transition: color 0.2s;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.nav a:hover {
  color: var(--accent);
}
.nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transition: width 0.3s;
}
.nav a:hover::after {
  width: 100%;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-login {
  background: transparent;
  color: var(--text-primary);
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 9px 22px;
  border-radius: 50px;
  border: 2px solid var(--border);
  transition: all 0.3s;
}
.btn-login:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  background: rgba(168, 85, 247, 0.08);
}
.btn-signup {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #1a1040;
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 9px 22px;
  border-radius: 50px;
  transition: all 0.3s;
  box-shadow: 0 2px 0 #92600a;
}
.btn-signup:hover {
  box-shadow:
    0 1px 0 #92600a,
    0 3px 15px rgba(251, 191, 36, 0.3);
  transform: translateY(1px);
}
.mobile-toggle {
  display: none;
  background: none;
  color: var(--text-primary);
  font-size: 1.5rem;
  padding: 8px;
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 72px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  background: url("images/hero.webp") center bottom/cover no-repeat;
  opacity: 0.75;
}
.hero-bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(12, 6, 32, 0.6) 0%,
    rgba(12, 6, 32, 0.3) 40%,
    rgba(12, 6, 32, 0.85) 80%,
    #0c0620 100%
  );
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      ellipse 70% 50% at 50% 35%,
      rgba(168, 85, 247, 0.18) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 40% at 80% 20%,
      rgba(251, 191, 36, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse 40% 50% at 15% 70%,
      rgba(244, 63, 94, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse 30% 30% at 70% 80%,
      rgba(34, 211, 238, 0.08) 0%,
      transparent 50%
    );
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a855f7' fill-opacity='0.025'%3E%3Ccircle cx='40' cy='40' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: floatUp linear infinite;
}
@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translateY(100vh) scale(0) rotate(0deg);
  }
  10% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translateY(-10vh) scale(1) rotate(360deg);
  }
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 60px 24px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(168, 85, 247, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.25);
  color: var(--primary-light);
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 28px;
  animation: badgePulse 2.5s ease-in-out infinite;
}
@keyframes badgePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(168, 85, 247, 0.2);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(168, 85, 247, 0);
  }
}
.hero h1 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 0 80px rgba(168, 85, 247, 0.3);
}
.hero h1 .highlight {
  background: linear-gradient(135deg, var(--accent), #fde68a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(251, 191, 36, 0.3));
}
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-secondary);
  margin-bottom: 14px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.hero-free {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 36px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}
.hero-stat {
  text-align: center;
}
.hero-stat-value {
  font-family: "Baloo 2", cursive;
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--primary-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stat-label {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-top: 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* GAME CARDS */
.games-section {
  padding: 70px 0;
}
.games-section + .games-section {
  padding-top: 0;
}
.carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.carousel-nav {
  display: flex;
  gap: 8px;
}
.carousel-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--border);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 1.2rem;
  font-weight: 700;
}
.carousel-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: var(--glow-purple);
}
.games-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.games-track::-webkit-scrollbar {
  display: none;
}

.game-card {
  flex: 0 0 200px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-card);
  border: 2px solid var(--border);
  transition: all 0.35s ease;
  cursor: pointer;
  position: relative;
}
.game-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: var(--radius);
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--accent),
    var(--hot)
  );
  opacity: 0;
  transition: opacity 0.35s;
  z-index: -1;
  padding: 2px;
}
.game-card:hover {
  border-color: transparent;
  box-shadow: 0 8px 32px rgba(168, 85, 247, 0.2);
}
.game-card:hover::after {
  opacity: 1;
}
.game-card-img {
  width: 200px;
  height: 150px;
  position: relative;
  overflow: hidden;
  background: #120833;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s;
}
.game-card:hover .game-card-img img {
  transform: scale(1.05);
}
.game-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 6, 32, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.game-card:hover .game-card-overlay {
  opacity: 1;
}
.play-btn-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.4);
  transition: transform 0.3s;
}
.game-card:hover .play-btn-icon {
  transform: scale(1.1);
}
.play-btn-icon svg {
  width: 22px;
  height: 22px;
  fill: #1a1040;
  margin-left: 2px;
}
.game-card-info {
  padding: 12px 14px;
}
.game-card-title {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-card-provider {
  font-size: 0.72rem;
  color: var(--text-secondary);
  margin-top: 1px;
  font-weight: 600;
}

/* FEATURES */
.features {
  padding: 80px 0;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feature-card {
  background: linear-gradient(
    160deg,
    var(--bg-card) 0%,
    rgba(26, 16, 64, 0.6) 100%
  );
  border: 2px solid var(--border);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 20%;
  right: 20%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary),
    var(--accent),
    transparent
  );
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transition: opacity 0.3s;
}
.feature-card:hover::before {
  opacity: 1;
}
.feature-card:hover {
  border-color: rgba(168, 85, 247, 0.3);
  box-shadow:
    0 12px 40px rgba(12, 6, 32, 0.5),
    0 0 30px rgba(168, 85, 247, 0.08);
}
.feature-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon.green {
  background: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.15),
    rgba(34, 211, 238, 0.1)
  );
}
.feature-icon.amber {
  background: linear-gradient(
    135deg,
    rgba(251, 191, 36, 0.15),
    rgba(251, 146, 60, 0.1)
  );
}
.feature-icon.purple {
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.15),
    rgba(236, 72, 153, 0.1)
  );
}
.feature-icon.blue {
  background: linear-gradient(
    135deg,
    rgba(34, 211, 238, 0.15),
    rgba(96, 165, 250, 0.1)
  );
}
.feature-title {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--text-primary);
}
.feature-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.55;
  font-weight: 500;
}

/* ABOUT */
.about {
  padding: 80px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about h2 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--text-primary);
}
.about p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-size: 0.95rem;
  font-weight: 500;
}
.about-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-img {
  width: 100%;
  max-width: 460px;
  border-radius: 24px;
  margin: 0 auto;
}
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}
.about-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-secondary);
  font-weight: 600;
}
.about-feature-item .check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.15),
    rgba(34, 211, 238, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan);
  flex-shrink: 0;
}

/* FAQ */
.faq {
  padding: 80px 0;
}
.faq-header {
  text-align: center;
  margin-bottom: 48px;
}
.faq-header h2 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  margin-bottom: 12px;
}
.faq-header p {
  color: var(--text-secondary);
  font-weight: 500;
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border: 2px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.faq-item.active {
  border-color: rgba(168, 85, 247, 0.35);
  box-shadow: 0 4px 20px rgba(168, 85, 247, 0.1);
}
.faq-question {
  width: 100%;
  background: var(--bg-card);
  color: var(--text-primary);
  padding: 20px 24px;
  font-family: "Baloo 2", cursive;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s;
}
.faq-question:hover {
  background: var(--bg-card-hover);
}
.faq-icon {
  font-size: 1.3rem;
  color: var(--primary);
  transition: transform 0.3s;
  font-weight: 800;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: var(--accent);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer-inner {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  font-size: 0.93rem;
  line-height: 1.75;
  font-weight: 500;
}

/* CTA */
.cta-banner {
  padding: 80px 0;
}
.cta-inner {
  background: linear-gradient(
    160deg,
    rgba(168, 85, 247, 0.12),
    rgba(251, 191, 36, 0.08),
    rgba(244, 63, 94, 0.06)
  );
  border: 2px solid rgba(168, 85, 247, 0.2);
  border-radius: 28px;
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-inner::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: radial-gradient(
    circle,
    rgba(251, 191, 36, 0.04) 0%,
    transparent 50%
  );
  animation: rotateSlow 25s linear infinite;
}
.cta-inner::after {
  content: "";
  position: absolute;
  bottom: -40%;
  right: -20%;
  width: 120%;
  height: 120%;
  background: radial-gradient(
    circle,
    rgba(168, 85, 247, 0.04) 0%,
    transparent 50%
  );
  animation: rotateSlow 18s linear infinite reverse;
}
@keyframes rotateSlow {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cta-inner h2 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
}
.cta-inner p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-bottom: 32px;
  position: relative;
  font-weight: 500;
}
.cta-inner .btn-primary {
  position: relative;
  font-size: 1.1rem;
  padding: 16px 48px;
}

/* CONTACT */
.contact-section{padding:80px 0}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.contact-info-block .section-title{margin-bottom:16px}
.contact-text{color:var(--text-secondary);font-size:.95rem;margin-bottom:28px;font-weight:500;line-height:1.7}
.contact-details{display:flex;flex-direction:column;gap:20px}
.contact-detail-item{display:flex;align-items:flex-start;gap:14px;color:var(--text-secondary);font-size:.9rem;font-weight:500;line-height:1.6}
.contact-detail-item strong{color:var(--text-primary);font-weight:700}
.contact-detail-item svg{flex-shrink:0;margin-top:2px}
.contact-form-block{background:var(--bg-card);border:2px solid var(--border);border-radius:24px;padding:36px}
.form-title{font-family:'Baloo 2',cursive;font-size:1.3rem;font-weight:700;margin-bottom:24px;color:var(--text-primary)}
.form-group{margin-bottom:18px}
.form-label{display:block;font-size:.85rem;font-weight:700;color:var(--text-secondary);margin-bottom:6px}
.form-input{width:100%;padding:12px 16px;background:var(--bg-card-hover);border:2px solid var(--border);border-radius:12px;color:var(--text-primary);font-family:'Nunito',sans-serif;font-size:.95rem;font-weight:500;transition:border-color .3s;outline:none}
.form-input::placeholder{color:rgba(163,148,196,0.5)}
.form-input:focus{border-color:var(--primary)}
.form-textarea{resize:vertical;min-height:100px}
.form-consent{margin-top:4px}
.consent-label{display:flex;align-items:flex-start;gap:10px;font-size:.82rem;color:var(--text-secondary);cursor:pointer;font-weight:500;line-height:1.5}
.consent-label input[type="checkbox"]{accent-color:var(--accent);width:16px;height:16px;margin-top:2px;flex-shrink:0}
.consent-label a{color:var(--accent);text-decoration:underline}
.form-submit{width:100%;padding:14px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#1a1040;font-family:'Baloo 2',cursive;font-weight:700;font-size:1.05rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 0 #92600a,0 6px 20px rgba(251,191,36,0.25);margin-top:8px}
.form-submit:hover{box-shadow:0 2px 0 #92600a,0 4px 30px rgba(251,191,36,0.4);transform:translateY(2px)}
.form-message{margin-top:16px;padding:12px 16px;border-radius:12px;font-size:.9rem;font-weight:600;display:none}
.form-message.success{display:block;background:rgba(34,197,94,0.1);border:1px solid rgba(34,197,94,0.3);color:#4ade80}
.form-message.error{display:block;background:rgba(244,63,94,0.1);border:1px solid rgba(244,63,94,0.3);color:#fb7185}

@media(max-width:768px){
    .contact-layout{grid-template-columns:1fr}
    .contact-form-block{padding:28px 20px}
}

/* FOOTER */
.footer {
  padding: 60px 0 0;
  border-top: 1px solid var(--border);
  background: #080418;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-brand p {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-top: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.footer-col h4 {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 1rem;
  color: var(--text-primary);
}
.footer-col a {
  display: block;
  color: var(--text-secondary);
  font-size: 0.85rem;
  padding: 5px 0;
  transition: color 0.2s;
  font-weight: 500;
}
.footer-col a:hover {
  color: var(--accent);
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-legal {
  font-size: 0.78rem;
  color: var(--text-secondary);
  max-width: 700px;
  line-height: 1.6;
}
.footer-badges {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-badge {
  padding: 6px 14px;
  border-radius: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  font-size: 0.7rem;
  color: var(--text-secondary);
  font-weight: 700;
}
.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 2px solid var(--accent);
  color: var(--accent);
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  font-size: 0.85rem;
}

/* MOBILE MENU */
.mobile-menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 6, 32, 0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  padding: 40px 24px;
}
.mobile-menu.active {
  display: block;
}
.mobile-menu a {
  display: block;
  font-family: "Baloo 2", cursive;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 16px 0;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu a:hover {
  color: var(--accent);
}
.mobile-menu .mobile-actions {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-visual {
    order: -1;
  }
  .about-glow {
    width: 240px;
    height: 240px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .hero-stats {
    gap: 24px;
  }
  .hero-stat-value {
    font-size: 1.6rem;
  }
  .game-card {
    flex: 0 0 170px;
  }
  .game-card-img {
    width: 170px;
    height: 128px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .cta-inner {
    padding: 48px 24px;
  }
  .about-features {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero-stats {
    flex-direction: column;
    gap: 16px;
  }
  .header-actions {
    display: none;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
