/* MyStake Casino España — Main Stylesheet */
/* © 2024 mystake-es-site | yourdomain.com */


/* ========== RESET & TOKENS ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bg: #07080f;
  --bg2: #0e1120;
  --bg3: #131728;
  --surface: #181d32;
  --surface2: #1e2440;
  --border: rgba(255,255,255,0.07);
  --border2: rgba(255,255,255,0.12);
  --accent: #5b6ef5;
  --accent2: #7c8cff;
  --violet: #8b5cf6;
  --violet2: #a78bfa;
  --gold: #f0c040;
  --gold2: #ffd966;
  --green: #34d399;
  --red: #f87171;
  --text: #f0f2ff;
  --text2: #9aa3c8;
  --text3: #6b75a0;
  --r: 14px;
  --r2: 20px;
  --r3: 28px;
  font-size: 16px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

/* ========== TYPOGRAPHY ========== */
h1, h2, h3, h4 { font-family: 'Syne', sans-serif; line-height: 1.2; }
h1 { font-size: clamp(2em, 5vw, 3.2em); font-weight: 800; }
h2 { font-size: clamp(1.4em, 3.5vw, 2em); font-weight: 700; }
h3 { font-size: 1.15em; font-weight: 700; }
p { margin-bottom: 1em; color: var(--text2); }
a { color: var(--accent2); text-decoration: none; transition: color .2s; }
a:hover { color: var(--text); }
strong { color: var(--text); font-weight: 600; }

/* ========== LAYOUT ========== */
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; }
.sec-alt { background: var(--bg2); }
.sec-deep { background: var(--bg3); }

/* Animated gradient orbs */
body::before, body::after {
  content: '';
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(120px);
  opacity: 0.12;
}
body::before {
  background: radial-gradient(circle, #5b6ef5, #8b5cf6);
  top: -200px; left: -200px;
  animation: floatA 18s ease-in-out infinite alternate;
}
body::after {
  background: radial-gradient(circle, #8b5cf6, #5b6ef5);
  bottom: -200px; right: -200px;
  animation: floatB 22s ease-in-out infinite alternate;
}
@keyframes floatA { to { transform: translate(120px, 80px) scale(1.1); } }
@keyframes floatB { to { transform: translate(-80px, -100px) scale(0.9); } }

/* ========== HEADER ========== */
header {
  background: rgba(7,8,15,0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1080px;
  margin: 0 auto;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
/* img/logo-mystake.png — Логотип MyStake */
.logo-img {
  width: 38px; height: 38px;
  background: url('img/logo-mystake.png') center/contain no-repeat,
              linear-gradient(135deg, var(--accent), var(--violet));
  border-radius: 8px;
}
.logo-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.3em; color: var(--text); }
.logo-name span { color: var(--accent2); }
.nav-links {
  display: flex;
  list-style: none;
  gap: 6px;
}
.nav-links a {
  color: var(--text2);
  font-size: 0.875em;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 8px;
  transition: all .2s;
}
.nav-links a:hover { background: var(--surface); color: var(--text); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--accent), var(--violet));
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9em;
  padding: 10px 22px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(91,110,245,.35);
  font-family: 'Syne', sans-serif;
  letter-spacing: 0.02em;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(91,110,245,.55);
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), #e5a800);
  color: #000 !important;
  box-shadow: 0 4px 20px rgba(240,192,64,.35);
}
.btn-gold:hover { box-shadow: 0 8px 28px rgba(240,192,64,.55); }
.btn-outline {
  background: transparent;
  border: 1px solid var(--border2);
  color: var(--text) !important;
  box-shadow: none;
}
.btn-outline:hover { background: var(--surface); border-color: var(--accent); }

/* ========== DISCLAIMER BANNER ========== */
.disclaimer-bar {
  background: rgba(91,110,245,0.12);
  border-bottom: 1px solid rgba(91,110,245,0.25);
  padding: 8px 24px;
  text-align: center;
  font-size: 0.78em;
  color: var(--text2);
}
.disclaimer-bar strong { color: var(--accent2); }

/* ========== HERO ========== */
.hero {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
/* img/mystake-homepage-screenshot.jpg — Скриншот главной страницы MyStake España */
.hero-visual {
  position: absolute;
  inset: 0;
  background: url('img/mystake-homepage-screenshot.jpg') center/cover no-repeat;
  opacity: 0.06;
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(91,110,245,0.15);
  border: 1px solid rgba(91,110,245,0.4);
  color: var(--accent2);
  font-size: 0.8em;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-family: 'Syne', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero h1 { margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--accent2); }
.hero-desc { font-size: 1.05em; color: var(--text2); margin-bottom: 28px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hero-stat {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 14px 16px;
}
.hero-stat strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 1.3em;
  color: var(--accent2);
  font-weight: 800;
}
.hero-stat span { font-size: 0.78em; color: var(--text3); }

/* Rating card */
.rating-card {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--r3);
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.rating-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(91,110,245,.2), transparent 70%);
  border-radius: 50%;
}
.rating-score-big {
  font-family: 'Syne', sans-serif;
  font-size: 4em;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.rating-label { color: var(--text2); font-size: 0.85em; margin-bottom: 16px; }
.rating-stars { font-size: 1.3em; letter-spacing: 2px; margin-bottom: 20px; }
.rating-rows { display: flex; flex-direction: column; gap: 10px; }
.rating-row { display: flex; align-items: center; gap: 10px; font-size: 0.85em; }
.rating-row-label { color: var(--text2); min-width: 90px; }
.rating-bar { flex: 1; height: 6px; background: var(--bg3); border-radius: 3px; overflow: hidden; }
.rating-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--accent), var(--violet)); }
.rating-val { color: var(--text); font-weight: 600; min-width: 28px; text-align: right; }
.rating-cta { margin-top: 24px; width: 100%; display: block; text-align: center; }

/* ========== SECTION HEADERS ========== */
.sec-header { margin-bottom: 48px; }
.sec-header-centered { text-align: center; }
.sec-tag {
  display: inline-block;
  font-size: 0.72em;
  font-weight: 700;
  font-family: 'Syne', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent2);
  background: rgba(91,110,245,0.12);
  border: 1px solid rgba(91,110,245,0.3);
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.sec-header h2 { margin-bottom: 10px; }
.sec-header p { color: var(--text2); max-width: 580px; }

/* ========== CARDS ========== */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 28px;
  transition: all .3s;
}
.card:hover {
  border-color: rgba(91,110,245,0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.4);
}
.card-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  margin-bottom: 18px;
  background: rgba(91,110,245,0.12);
}

/* ========== GRID UTILS ========== */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ========== OVERVIEW SECTION ========== */
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}
.overview-text h2 { margin-bottom: 16px; }
.overview-text p { line-height: 1.8; }
.info-table {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  overflow: hidden;
}
.info-table table { width: 100%; border-collapse: collapse; }
.info-table tr { border-bottom: 1px solid var(--border); }
.info-table tr:last-child { border-bottom: none; }
.info-table td {
  padding: 12px 18px;
  font-size: 0.875em;
}
.info-table td:first-child { color: var(--text3); width: 45%; }
.info-table td:last-child { color: var(--text); font-weight: 500; }
.info-table .tbl-head {
  background: linear-gradient(135deg, var(--accent), var(--violet));
  padding: 14px 18px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #fff;
  letter-spacing: 0.04em;
}

/* ========== GAMES SECTION ========== */
/* img/mystake-game-slots.jpg — Секция слотов MyStake */
/* img/mystake-game-live.jpg — Casino en vivo */
/* img/mystake-game-sports.jpg — Apuestas deportivas */
.games-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.game-card {
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all .3s;
  background: var(--surface);
}
.game-card:hover { transform: translateY(-5px); border-color: rgba(91,110,245,0.4); }
.game-card:hover .gc-overlay { opacity: 1; }
.gc-thumb {
  height: 180px;
  position: relative;
  overflow: hidden;
}
.gc-thumb-slots {
  background: url('img/mystake-game-slots.jpg') center/cover no-repeat,
              linear-gradient(135deg, #1e1560, #3b1fa8);
}
.gc-thumb-live {
  background: url('img/mystake-game-live.jpg') center/cover no-repeat,
              linear-gradient(135deg, #1a0e2e, #5c1b8a);
}
.gc-thumb-sports {
  background: url('img/mystake-game-sports.jpg') center/cover no-repeat,
              linear-gradient(135deg, #0e1e2e, #1b4a8a);
}
.gc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(91,110,245,.85);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity .3s;
}
.gc-body { padding: 22px; }
.gc-body h3 { margin-bottom: 8px; }
.gc-body p { font-size: 0.875em; margin-bottom: 14px; color: var(--text2); }
.gc-tag {
  display: inline-block;
  background: rgba(91,110,245,.15);
  color: var(--accent2);
  font-size: 0.75em;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 4px;
}

/* ========== DINO SECTION ========== */
.dino-hero {
  background: linear-gradient(135deg, #0b0f1f, #111628);
  border: 1px solid rgba(91,110,245,.25);
  border-radius: var(--r3);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 400px;
  margin-bottom: 40px;
}
.dino-info { padding: 48px; }
.dino-info .sec-tag { background: rgba(240,192,64,.12); border-color: rgba(240,192,64,.3); color: var(--gold); }
.dino-info h2 { margin-bottom: 16px; }
.dino-info h2 em { font-style: normal; color: var(--gold); }
.dino-info p { line-height: 1.8; }
/* img/dino-mystake-gameplay.jpg — Интерфейс игры Dino Mystake с T-Rex и множителем */
.dino-visual {
  background: url('img/dino-mystake-gameplay.jpg') center/cover no-repeat,
              linear-gradient(135deg, #1a1530, #2d1f6e);
}
.dino-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}
.dino-stat {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 20px 16px;
  text-align: center;
}
.dino-stat strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 1.2em;
  color: var(--gold);
  font-weight: 800;
  margin-bottom: 4px;
}
.dino-stat span { font-size: 0.75em; color: var(--text3); }
.steps-list { counter-reset: steps; list-style: none; }
.steps-list li {
  counter-increment: steps;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.steps-list li:last-child { border-bottom: none; }
.step-num {
  width: 32px; height: 32px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent), var(--violet));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.85em;
  color: #fff;
}
.step-num::after { content: counter(steps); }
.step-content strong { display: block; font-size: 0.95em; margin-bottom: 4px; }
.step-content span { font-size: 0.85em; color: var(--text2); }

/* Comparativa table */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid var(--border);
}
.compare-table th {
  background: linear-gradient(135deg, var(--accent), var(--violet));
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  padding: 14px 20px;
  text-align: left;
  letter-spacing: 0.03em;
}
.compare-table td {
  padding: 13px 20px;
  font-size: 0.875em;
  border-bottom: 1px solid var(--border);
  color: var(--text2);
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td:first-child { color: var(--text); font-weight: 500; }
.compare-table .highlight { background: rgba(91,110,245,0.07); }
.compare-table .badge-exclusive {
  background: rgba(240,192,64,.15);
  color: var(--gold);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75em;
  font-weight: 600;
}

/* ========== CHICKEN SECTION ========== */
/* img/mystake-chicken-grid.jpg — Сетка 5×5 игры Mystake Chicken с курами и костями */
.chicken-hero {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
.chicken-visual {
  height: 400px;
  border-radius: var(--r3);
  background: url('img/mystake-chicken-grid.jpg') center/cover no-repeat,
              linear-gradient(135deg, #0e1e10, #1a3a1c);
  border: 1px solid rgba(52,211,153,.2);
}
.chicken-info h2 em { font-style: normal; color: var(--green); }
.chicken-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.chicken-stat {
  background: rgba(52,211,153,.08);
  border: 1px solid rgba(52,211,153,.2);
  border-radius: var(--r);
  padding: 16px;
  text-align: center;
}
.chicken-stat strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 1.15em;
  color: var(--green);
  font-weight: 800;
  margin-bottom: 4px;
}
.chicken-stat span { font-size: 0.75em; color: var(--text3); }

/* ========== MINI GAMES TABLE ========== */
.minigames-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}
.minigame-chip {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
  font-size: 0.8em;
  transition: all .2s;
}
.minigame-chip:hover { border-color: var(--accent); background: var(--surface2); }
.minigame-chip .emoji { font-size: 1.6em; display: block; margin-bottom: 6px; }
.minigame-chip span { color: var(--text2); }

/* ========== BONOS / PROMO SECTION ========== */
.bonus-main {
  background: linear-gradient(135deg, #0e0a1e, #170f2e);
  border: 1px solid rgba(139,92,246,.3);
  border-radius: var(--r3);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.bonus-main::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(139,92,246,.15), transparent 60%);
  border-radius: 50%;
}
.bonus-amount {
  font-family: 'Syne', sans-serif;
  font-size: 5em;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.bonus-subtitle { font-size: 1.15em; color: var(--text2); margin-bottom: 24px; }
.bonus-points { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.bonus-points li {
  font-size: 0.875em;
  color: var(--text2);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.bonus-points li::before { content: '✓'; color: var(--green); flex-shrink: 0; font-weight: 700; }

/* Promo code box */
/* img/mystake-promo-code-form.jpg — Форма ввода промо-кода MyStake */
.promo-code-box {
  background: var(--surface2);
  border: 1px solid rgba(91,110,245,.25);
  border-radius: var(--r2);
  padding: 32px;
  flex-shrink: 0;
  width: 300px;
  text-align: center;
}
.promo-code-box h4 { font-family: 'Syne', sans-serif; margin-bottom: 6px; }
.promo-code-box p { font-size: 0.85em; color: var(--text2); margin-bottom: 20px; }
.promo-input {
  background: var(--bg);
  border: 2px dashed var(--accent);
  border-radius: 10px;
  padding: 14px 20px;
  text-align: center;
  font-family: 'Syne', sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 14px;
  cursor: text;
}
.promo-note { font-size: 0.75em; color: var(--text3); margin-bottom: 20px; }
.bonus-table-wrap {
  overflow-x: auto;
  border-radius: var(--r2);
  border: 1px solid var(--border);
}
.bonus-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
}
.bonus-table th {
  background: var(--surface2);
  color: var(--text2);
  font-family: 'Syne', sans-serif;
  font-size: 0.78em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 13px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.bonus-table td {
  padding: 13px 18px;
  font-size: 0.875em;
  color: var(--text2);
  border-bottom: 1px solid var(--border);
}
.bonus-table tr:last-child td { border-bottom: none; }
.bonus-table td:first-child { color: var(--text); font-weight: 500; }
.badge-green { background: rgba(52,211,153,.12); color: var(--green); padding: 2px 8px; border-radius: 4px; font-size: 0.8em; font-weight: 600; }
.badge-purple { background: rgba(139,92,246,.12); color: var(--violet2); padding: 2px 8px; border-radius: 4px; font-size: 0.8em; font-weight: 600; }

/* ========== LOGIN / APP SECTION ========== */
.login-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.login-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 32px;
}
.login-card h3 { margin-bottom: 20px; }
/* img/mystake-mobile-app.jpg — Мобильная версия MyStake Casino на смартфоне */
.app-preview {
  width: 100%;
  height: 240px;
  border-radius: var(--r2);
  background: url('img/mystake-mobile-app.jpg') center/cover no-repeat,
              linear-gradient(135deg, #0e1020, #1e2040);
  margin-bottom: 20px;
  border: 1px solid var(--border);
}

/* ========== PROS & CONS ========== */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pros-card { background: rgba(52,211,153,.05); border: 1px solid rgba(52,211,153,.2); }
.cons-card { background: rgba(248,113,113,.05); border: 1px solid rgba(248,113,113,.2); }
.proscons-list { list-style: none; margin-top: 16px; }
.proscons-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  font-size: 0.9em;
  color: var(--text2);
  border-bottom: 1px solid var(--border);
}
.proscons-list li:last-child { border-bottom: none; }
.pros-card .proscons-list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.cons-card .proscons-list li::before { content: '✗'; color: var(--red); font-weight: 700; flex-shrink: 0; }

/* ========== PAYMENTS ========== */
/* img/payment-bizum.png — Логотип Bizum */
/* img/payment-visa.png — Логотип Visa */
/* img/payment-mastercard.png — Логотип Mastercard */
/* img/payment-crypto.png — Иконка криптовалюты */
/* img/payment-neosurf.png — Логотип Neosurf */
/* img/payment-skrill.png — Логотип Skrill */
.pay-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.pay-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 18px 12px;
  text-align: center;
  transition: all .2s;
}
.pay-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.pay-logo {
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 10px;
  width: 70px;
  font-size: 1.8em;
  line-height: 36px;
}
.pay-card p { font-size: 0.75em; color: var(--text3); margin: 0; }

/* ========== FAQ ========== */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }
.faq-q {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  transition: background .2s;
}
.faq-q:hover { background: var(--surface2); }
.faq-q h3 { font-size: 0.95em; font-weight: 600; flex: 1; }
.faq-toggle {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(91,110,245,.12);
  border: 1px solid rgba(91,110,245,.25);
  color: var(--accent2);
  font-size: 1.1em;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-left: 16px;
  transition: all .3s;
}
.faq-item.active .faq-toggle { background: var(--accent); border-color: var(--accent); color: #fff; transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.faq-item.active .faq-a { max-height: 400px; }
.faq-a-inner { padding: 0 22px 20px; }
.faq-a-inner p { font-size: 0.9em; color: var(--text2); }

/* ========== CTA FINAL ========== */
.cta-section {
  background: linear-gradient(135deg, #0a0e20, #14103a);
  border-radius: var(--r3);
  padding: 80px 40px;
  text-align: center;
  border: 1px solid rgba(91,110,245,.25);
  position: relative;
  overflow: hidden;
}
.cta-section::before, .cta-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
}
.cta-section::before { width: 300px; height: 300px; background: var(--accent); top: -100px; left: -100px; }
.cta-section::after { width: 300px; height: 300px; background: var(--violet); bottom: -100px; right: -100px; }
.cta-section h2 { font-size: clamp(1.6em, 4vw, 2.4em); margin-bottom: 16px; position: relative; }
.cta-section p { color: var(--text2); font-size: 1.05em; margin-bottom: 32px; position: relative; }
.cta-section .btn-primary { font-size: 1.05em; padding: 14px 36px; position: relative; }

/* ========== FOOTER ========== */
footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 56px 0 32px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { font-size: 0.85em; color: var(--text3); line-height: 1.7; margin-top: 16px; }
.footer-col h4 {
  font-family: 'Syne', sans-serif;
  font-size: 0.78em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text3);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { color: var(--text2); font-size: 0.875em; transition: color .2s; }
.footer-col ul a:hover { color: var(--text); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-disclaimer { font-size: 0.75em; color: var(--text3); line-height: 1.7; flex: 1; min-width: 300px; }
.age-badge {
  flex-shrink: 0;
  background: rgba(248,113,113,.12);
  border: 2px solid rgba(248,113,113,.4);
  color: var(--red);
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1em;
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* ========== ALERT / NOTE BOXES ========== */
.note-box {
  background: rgba(240,192,64,.07);
  border: 1px solid rgba(240,192,64,.25);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 0.875em;
  color: var(--text2);
}
.note-box strong { color: var(--gold); }
.warning-box {
  background: rgba(248,113,113,.07);
  border: 1px solid rgba(248,113,113,.25);
  border-left: 4px solid var(--red);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 0.875em;
  color: var(--text2);
}
.warning-box strong { color: var(--red); }

/* ========== BREADCRUMBS ========== */
.breadcrumb {
  padding: 14px 24px;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 0.8em;
  color: var(--text3);
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb a { color: var(--text3); }
.breadcrumb a:hover { color: var(--accent2); }
.breadcrumb span { opacity: 0.5; }

/* ========== INTERNAL LINK ANCHORS ========== */
.internal-link-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 14px 18px;
  font-size: 0.875em;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.internal-link-block::before { content: '→'; color: var(--accent2); font-weight: 700; }
.internal-link-block a { color: var(--accent2); }

/* ========== RESPONSIVE ========== */
@media (max-width: 960px) {
  .hero-content { grid-template-columns: 1fr; }
  .rating-card { max-width: 520px; }
  .overview-grid { grid-template-columns: 1fr; }
  .dino-hero { grid-template-columns: 1fr; }
  .dino-visual { height: 250px; }
  .chicken-hero { grid-template-columns: 1fr; }
  .chicken-visual { height: 240px; order: -1; }
  .bonus-main { grid-template-columns: 1fr; }
  .promo-code-box { width: 100%; }
  .pay-grid { grid-template-columns: repeat(3, 1fr); }
  .games-cards { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .minigames-grid { grid-template-columns: repeat(4, 1fr); }
  .dino-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  section { padding: 56px 0; }
  .hero { padding: 60px 0 50px; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .games-cards { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  nav ul { display: none; }
  .login-grid { grid-template-columns: 1fr; }
  .proscons { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .bonus-main { padding: 32px; }
  .dino-info { padding: 32px; }
  .minigames-grid { grid-template-columns: repeat(2, 1fr); }
  .chicken-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ========== ANIMATIONS ========== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-content { animation: fadeUp .8s ease both; }
.hero-content .rating-card { animation: fadeUp .8s .2s ease both; }
