/* Bet593 EC — стили кластера. Палитра и типографика из живого CSS бренда:
   тёмный нави #181434/#131635, карточки #202659/#2B3276, жёлтый #FFCD01,
   CTA-градиент #F8C203→#FFE57B (glow #FFB11B), оранж секций #F7AD07,
   королевский синий баннеров, Montserrat + Anton для hero. */

:root {
  --bg: #181434;
  --bg-deep: #131635;
  --card: #202659;
  --card-2: #2b3276;
  --ink: #ffffff;
  --muted: #bdbfd5;
  --faint: #8f93b8;
  --line: rgba(189, 191, 213, 0.18);
  --yellow: #ffcd01;
  --yellow-soft: #ffe57b;
  --gold-grad: linear-gradient(86deg, #f8c203 3%, #ffe57b 100%);
  --glow: #ffb11b;
  --orange: #f7ad07;
  --blue: #007bff;
  --royal: #1b2fd8;
  --royal-deep: #0a1bb4;
  --green: #29a852;
  --red: #e04040;
  --r: 8px;
  --r-lg: 14px;
  --shadow: 0 10px 30px rgba(6, 8, 40, 0.45);
  --font: "Montserrat", "Segoe UI", Arial, sans-serif;
  --font-display: "Anton", "Montserrat", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--yellow); text-decoration: none; }
a:hover { color: var(--yellow-soft); }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3 { line-height: 1.25; font-weight: 800; }
h2 { font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 14px; }
h3 { font-size: 19px; }
p { margin-bottom: 14px; }

.eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section { padding: 56px 0; }
.section-alt { background: var(--bg-deep); }
.lead { color: var(--muted); font-size: 17px; max-width: 760px; }
.center { text-align: center; }
.center .lead { margin: 0 auto 14px; }

/* ---------- header ---------- */
.site-header {
  background: var(--bg-deep);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 60;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 70px;
}
.brand { display: flex; align-items: baseline; gap: 2px; font-weight: 800; font-size: 25px; letter-spacing: 0.02em; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand .star { color: var(--yellow); margin-right: 5px; align-self: center; display: flex; }
.brand em { font-style: normal; color: var(--yellow); }
.brand small {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--muted);
  text-transform: uppercase;
}
.brand-box { line-height: 1; }
.main-nav { display: flex; gap: 4px; margin: 0 auto; }
.main-nav a {
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 600;
  padding: 8px 11px;
  border-radius: 6px;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover { color: var(--yellow); }
.main-nav a.active { color: var(--yellow); border-bottom-color: var(--yellow); border-radius: 6px 6px 0 0; }
.header-cta { display: flex; gap: 10px; align-items: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--r);
  font-family: var(--font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 11px 22px;
  cursor: pointer;
  border: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold {
  background: var(--gold-grad);
  color: #2b3276;
  border: 1px solid var(--glow);
  box-shadow: 0 0 16px rgba(255, 177, 27, 0.55);
}
.btn-gold:hover { color: #2b3276; box-shadow: 0 0 22px rgba(255, 177, 27, 0.8); }
.btn-outline {
  background: var(--bg-deep);
  color: #efefef;
  border: 1px solid #efefef;
  box-shadow: 0 0 16px rgba(0, 123, 255, 0.55);
}
.btn-outline:hover { color: var(--ink); box-shadow: 0 0 22px rgba(0, 123, 255, 0.85); }
.btn-lg { font-size: 15px; padding: 15px 32px; }

.burger {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
}
.burger span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }

.mobile-menu { display: none; background: var(--bg-deep); border-bottom: 1px solid var(--line); padding: 10px 20px 18px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 11px 4px; color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--line); }
.mobile-menu a.active { color: var(--yellow); }
.mobile-menu .btn { margin-top: 14px; width: 100%; }

/* ---------- hero (главная) ---------- */
.hero {
  background: radial-gradient(120% 160% at 85% 10%, #2c47ff 0%, var(--royal) 42%, var(--royal-deep) 100%);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 85%, rgba(255, 205, 1, 0.22), transparent 42%),
    radial-gradient(circle at 92% 90%, rgba(255, 255, 255, 0.1), transparent 40%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; padding-top: 64px; padding-bottom: 70px; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 40px; align-items: center; }
.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 5.4vw, 62px);
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 1.08;
  color: var(--yellow);
  text-shadow: 0 4px 0 rgba(10, 16, 90, 0.55);
}
.hero h1 span { color: #fff; }
.hero-sub { color: #e8ebff; font-size: 18px; margin: 16px 0 24px; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-note { font-size: 12px; color: #c7ccff; margin-top: 14px; }
.hero-badges { display: flex; flex-direction: column; gap: 12px; }
.hero-badge {
  background: rgba(10, 16, 90, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r-lg);
  padding: 14px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  backdrop-filter: blur(4px);
}
.hero-badge b { display: block; font-size: 15px; }
.hero-badge small { color: #c7ccff; font-size: 12.5px; }
.hero-badge svg { flex: none; }

/* ---------- категории-кружки ---------- */
.cats { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; }
.cat { text-align: center; width: 96px; }
.cat-circle {
  width: 76px;
  height: 76px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(6, 8, 40, 0.5);
  transition: transform 0.15s ease;
}
.cat:hover .cat-circle { transform: translateY(-3px); }
.cat span { font-size: 13.5px; font-weight: 600; color: var(--ink); }

/* ---------- спорт-карточки ---------- */
.match-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.match-card {
  background: linear-gradient(160deg, var(--card) 0%, #1a2050 70%, #171c46 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 16px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.match-meta { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); }
.match-meta .league { font-weight: 600; color: #dfe0ea; }
.match-teams { font-size: 15.5px; font-weight: 700; line-height: 1.35; }
.odds-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.odds-row.two { grid-template-columns: repeat(2, 1fr); }
.odd {
  background: #fff;
  border-radius: var(--r);
  text-align: center;
  padding: 8px 4px 7px;
  color: #131635;
  display: block;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.odd:hover { transform: translateY(-2px); box-shadow: 0 0 14px rgba(255, 205, 1, 0.5); color: #131635; }
.odd b { display: block; font-size: 16px; }
.odd small { display: block; font-size: 10.5px; color: #5a5f8a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 4px; }
.odds-note { font-size: 12px; color: var(--faint); margin-top: 10px; }

/* cuotas mejoradas */
.boost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.boost-card {
  background: var(--card);
  border: 1px solid #3a55c9;
  border-radius: var(--r-lg);
  padding: 16px;
  position: relative;
}
.boost-tag {
  display: inline-block;
  background: var(--gold-grad);
  color: #2b3276;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border-radius: 5px;
  padding: 3px 8px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.boost-card h3 { font-size: 16px; margin-bottom: 8px; }
.boost-card ul { list-style: none; margin: 0 0 12px; }
.boost-card li { font-size: 13.5px; color: var(--muted); padding: 3px 0 3px 16px; position: relative; }
.boost-card li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.boost-odd {
  display: block;
  background: #fff;
  color: #131635;
  border-radius: var(--r);
  font-weight: 800;
  font-size: 17px;
  text-align: center;
  padding: 9px;
}
.boost-odd:hover { color: #131635; box-shadow: 0 0 14px rgba(255, 205, 1, 0.5); }

/* ---------- витрина игр ---------- */
.game-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.game-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.game-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  display: block;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.game-card:hover { transform: translateY(-4px); box-shadow: 0 0 20px rgba(255, 205, 1, 0.35); }
.game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.game-card.wide img { aspect-ratio: 4 / 3; }
.game-card figcaption {
  padding: 8px 10px 10px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-card figcaption small { display: block; font-weight: 400; color: var(--faint); font-size: 11px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--muted);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 14px;
}

/* ---------- шаги ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: step; }
.step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 18px 18px;
  position: relative;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold-grad);
  color: #2b3276;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 12px;
}
.step h3 { font-size: 16.5px; margin-bottom: 6px; }
.step p { font-size: 14px; color: var(--muted); margin: 0; }
.steps.four { grid-template-columns: repeat(4, 1fr); }

/* ---------- полоса статистики ---------- */
.stats-band { background: var(--royal-deep); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 34px; padding-bottom: 34px; }
.stat { text-align: center; }
.stat b { display: block; font-size: clamp(24px, 3vw, 34px); color: var(--yellow); font-weight: 800; }
.stat span { color: #c7ccff; font-size: 13.5px; }

/* ---------- карточки-фичи / промо ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 20px;
}
.feature h3 { margin: 10px 0 8px; }
.feature p { color: var(--muted); font-size: 14.5px; margin: 0; }
.feature .icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(255, 205, 1, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-card {
  background: linear-gradient(150deg, var(--card) 0%, #1c2668 100%);
  border: 1px solid #3a55c9;
  border-radius: var(--r-lg);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promo-card .promo-kicker { color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.promo-card h3 { font-size: 20px; }
.promo-card p { color: var(--muted); font-size: 14.5px; margin: 0; flex: 1; }
.promo-card .btn { align-self: flex-start; margin-top: 8px; }
.promo-hero {
  background: radial-gradient(130% 150% at 80% 0%, #2c47ff 0%, var(--royal) 45%, var(--royal-deep) 100%);
  border: 0;
}
.promo-hero h3 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: 28px; color: var(--yellow); }
.promo-hero p { color: #e8ebff; }

/* ---------- product tiles (главная) ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.prod {
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--card);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 210px;
}
.prod-body { padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.prod-body p { color: var(--muted); font-size: 14px; flex: 1; margin: 0; }
.prod-body .link { font-weight: 700; font-size: 14px; }
.prod-visual { position: relative; min-height: 170px; }
.prod-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.prod-visual.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 10px; }
.prod-visual.grid2 img { position: static; border-radius: 8px; height: 100%; }
.prod-visual .shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--card) 0%, transparent 45%); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin-bottom: 10px;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  font-size: 15.5px;
  list-style: none;
  position: relative;
  padding-right: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--yellow);
  font-size: 20px;
  font-weight: 800;
}
.faq details[open] summary::after { content: "–"; }
.faq .faq-body { padding: 0 18px 16px; color: var(--muted); font-size: 14.5px; }

/* ---------- CTA-бэнд ---------- */
.cta-band {
  background: radial-gradient(120% 170% at 50% 0%, #2c47ff 0%, var(--royal-deep) 90%);
  border-radius: var(--r-lg);
  text-align: center;
  padding: 46px 26px;
}
.cta-band h2 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; color: var(--yellow); font-size: clamp(26px, 4vw, 40px); }
.cta-band p { color: #e8ebff; max-width: 620px; margin: 8px auto 22px; }

/* ---------- страницы: компактный заголовок ---------- */
.page-head { background: var(--bg-deep); border-bottom: 1px solid var(--line); padding: 40px 0 34px; }
.page-head h1 { font-size: clamp(28px, 4vw, 40px); }
.page-head .lead { margin-top: 8px; }

/* ---------- opiniones ---------- */
.rating-summary { display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.rating-score { text-align: center; }
.rating-score b { font-size: 56px; line-height: 1; color: var(--yellow); font-weight: 800; }
.rating-score .stars { color: var(--yellow); font-size: 20px; letter-spacing: 2px; margin: 6px 0; }
.rating-score span { color: var(--muted); font-size: 13.5px; }
.rating-bars { display: flex; flex-direction: column; gap: 8px; }
.rbar { display: grid; grid-template-columns: 52px 1fr 42px; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.rbar .track { height: 9px; border-radius: 6px; background: var(--bg-deep); overflow: hidden; }
.rbar .fill { height: 100%; border-radius: 6px; background: var(--gold-grad); }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.review {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 16px 18px;
}
.review header { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.review b { font-size: 14.5px; }
.review .stars { color: var(--yellow); font-size: 13px; white-space: nowrap; }
.review p { color: var(--muted); font-size: 14px; margin: 0; }
.review .brand-reply { margin-top: 10px; border-left: 3px solid var(--yellow); padding: 8px 12px; background: var(--bg-deep); border-radius: 0 8px 8px 0; font-size: 13.5px; color: var(--muted); }

/* ---------- apps ---------- */
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.phone-wrap { display: flex; justify-content: center; }
.phone {
  width: 240px;
  border-radius: 34px;
  border: 8px solid #0c0f2e;
  background: linear-gradient(170deg, var(--royal) 0%, var(--royal-deep) 100%);
  box-shadow: var(--shadow);
  padding: 26px 16px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.phone .p-logo { font-weight: 800; font-size: 22px; text-align: center; }
.phone .p-logo em { font-style: normal; color: var(--yellow); }
.phone .p-banner { background: var(--gold-grad); color: #2b3276; font-weight: 800; font-size: 12px; text-transform: uppercase; text-align: center; border-radius: 8px; padding: 10px 8px; }
.phone .p-row { background: rgba(10, 16, 90, 0.55); border-radius: 8px; padding: 10px 12px; font-size: 12px; color: #e8ebff; display: flex; justify-content: space-between; }
.phone .p-row b { color: var(--yellow); }
.store-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000;
  border: 1px solid #3a3f6e;
  color: #fff;
  border-radius: 10px;
  padding: 9px 18px;
}
.store-btn:hover { color: #fff; border-color: var(--yellow); }
.store-btn small { display: block; font-size: 10px; color: #b8bce0; line-height: 1.2; }
.store-btn b { font-size: 15px; line-height: 1.2; }

/* ---------- таблицы ---------- */
.table-scroll { overflow-x: auto; border-radius: var(--r); border: 1px solid var(--line); }
table.data { width: 100%; border-collapse: collapse; min-width: 560px; background: var(--card); font-size: 14px; }
table.data th { background: var(--bg-deep); color: var(--orange); text-align: left; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.06em; padding: 12px 14px; }
table.data td { padding: 12px 14px; border-top: 1px solid var(--line); color: var(--ink); }
table.data td small { color: var(--faint); }

/* ---------- текстовые блоки ---------- */
.article { max-width: 820px; margin: 0 auto; }
.article h2 { margin-top: 34px; }
.article h3 { margin-top: 22px; margin-bottom: 8px; }
.article ul, .article ol { margin: 0 0 16px 22px; color: var(--muted); }
.article li { margin-bottom: 6px; }
.article p { color: var(--muted); }
.article strong { color: var(--ink); }
.article .btn { color: #2b3276; }
.callout {
  background: var(--card);
  border-left: 4px solid var(--yellow);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 16px 18px;
  margin: 20px 0;
  color: var(--muted);
  font-size: 14.5px;
}
.callout b { color: var(--ink); }

/* ---------- контакты ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; display: flex; gap: 14px; align-items: flex-start; }
.contact-card .icon { width: 42px; height: 42px; flex: none; border-radius: 10px; background: rgba(255, 205, 1, 0.12); display: flex; align-items: center; justify-content: center; }
.contact-card h3 { font-size: 16px; margin-bottom: 4px; }
.contact-card p { color: var(--muted); font-size: 13.5px; margin: 0; }

/* ---------- juego responsable ---------- */
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tool { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; }
.tool h3 { font-size: 16px; margin: 10px 0 6px; }
.tool p { color: var(--muted); font-size: 13.5px; margin: 0; }

/* ---------- юридика ---------- */
.legal-toc { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; margin-bottom: 26px; }
.legal-toc b { display: block; margin-bottom: 8px; color: var(--orange); text-transform: uppercase; font-size: 12.5px; letter-spacing: 0.08em; }
.legal-toc ol { margin: 0 0 0 20px; }
.legal-toc a { color: var(--ink); font-size: 14px; }
.legal-toc a:hover { color: var(--yellow); }
.updated { color: var(--faint); font-size: 13px; margin-bottom: 20px; }

/* ---------- футер ---------- */
.site-footer { background: var(--bg-deep); border-top: 1px solid var(--line); padding: 44px 0 26px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 26px; margin-bottom: 26px; }
.footer-grid h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--orange); margin-bottom: 12px; }
.footer-grid a { display: block; color: var(--muted); font-size: 14px; padding: 3px 0; }
.footer-grid a:hover { color: var(--yellow); }
.footer-about p { color: var(--faint); font-size: 13.5px; }
.social-row { display: flex; gap: 10px; margin-top: 12px; }
.social-row a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); color: var(--muted); }
.social-row a:hover { border-color: var(--yellow); color: var(--yellow); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: var(--faint); font-size: 12.5px; }
.age-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--yellow); color: var(--yellow); font-weight: 800; font-size: 13px; }

/* ---------- sticky CTA ---------- */
.fab {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 140%);
  width: min(560px, 100% - 32px);
  background: var(--gold-grad);
  color: #2b3276;
  border: 1px solid var(--glow);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(255, 177, 27, 0.45);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px 10px 22px;
  z-index: 70;
  transition: transform 0.3s ease;
}
.fab.show { transform: translate(-50%, 0); }
.fab b { font-size: 14px; }
.fab .btn { background: #131635; color: var(--yellow); box-shadow: none; border: 0; padding: 10px 20px; }
.fab .btn:hover { color: var(--yellow-soft); }

/* ---------- адаптив ---------- */
@media (max-width: 920px) {
  .main-nav { display: none; }
  .burger { display: block; margin-left: auto; }
  .header-cta { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 46px; padding-bottom: 54px; }
  .hero-badges { flex-direction: row; flex-wrap: wrap; }
  .hero-badge { flex: 1 1 200px; }
  .match-grid, .boost-grid, .feature-grid, .tool-grid, .app-grid { grid-template-columns: repeat(2, 1fr); }
  .game-grid { grid-template-columns: repeat(4, 1fr); }
  .game-grid.cols-4 { grid-template-columns: repeat(3, 1fr); }
  .steps, .steps.four { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .rating-summary { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section { padding: 40px 0; }
  .match-grid, .boost-grid, .feature-grid, .tool-grid, .app-grid, .contact-grid { grid-template-columns: 1fr; }
  .game-grid, .game-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .steps, .steps.four { grid-template-columns: 1fr; }
  .prod { grid-template-columns: 1fr; }
  .prod-visual { min-height: 150px; }
  .prod-visual .shade { background: linear-gradient(180deg, var(--card) 0%, transparent 55%); }
  .cats { gap: 14px; }
  .cat { width: 78px; }
  .cat-circle { width: 62px; height: 62px; }
  .hero-cta .btn { width: 100%; }
  .fab { border-radius: 16px 16px 0 0; bottom: 0; width: 100%; }
  .footer-bottom { flex-direction: column; }
}
