/* ===== RUSSIAN-PARIMATCH.COM ===== */
/* Шрифты подключаются в HTML */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --bg: #0a0a0a;
  --bg-alt: #121212;
  --card: #161616;
  --card-hover: #1c1c1c;
  --border: #232323;
  --border-hot: #2c2c2c;
  --yellow: #ffd200;
  --yellow-deep: #f5b800;
  --red: #e63946;
  --green: #2ecc71;
  --text: #ffffff;
  --text-mute: #b3b3b3;
  --text-dim: #7a7a7a;
  --shadow: 0 18px 40px rgba(0,0,0,.55);
  --radius: 14px;
  --radius-sm: 8px;
  --container: 1240px;
  --transition: .25s cubic-bezier(.2,.7,.2,1);
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(255,210,0,.07), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(255,210,0,.04), transparent 60%),
    var(--bg);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: 'Unbounded', 'Manrope', sans-serif;
  font-weight: 800;
  letter-spacing: -.01em;
  margin: 0 0 .6em;
  line-height: 1.15;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.7rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p  { margin: 0 0 1em; color: var(--text-mute); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ===== HEADER ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10,10,10,.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: -.02em;
}
.logo-mark {
  width: 36px; height: 36px;
  background: var(--yellow);
  color: #0a0a0a;
  display: grid;
  place-items: center;
  border-radius: 9px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 1.05rem;
}
.logo span.brand-rus { color: var(--text); }
.logo span.brand-accent { color: var(--yellow); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-nav a {
  font-weight: 600;
  font-size: .95rem;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--text-mute);
  transition: var(--transition);
}
.main-nav a:hover { color: var(--text); background: rgba(255,255,255,.04); }
.main-nav a.active { color: var(--yellow); }

.header-cta { display: flex; align-items: center; gap: 12px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 10px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .02em;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-primary {
  background: var(--yellow);
  color: #0a0a0a;
  box-shadow: 0 8px 22px rgba(255,210,0,.22);
}
.btn-primary:hover {
  background: #ffdd33;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(255,210,0,.32);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-hot);
}
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-lg { padding: 16px 30px; font-size: 1rem; }

/* Mobile menu */
.menu-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 8px;
  border: 1px solid var(--border-hot);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.menu-toggle svg { width: 20px; height: 20px; }

/* ===== HERO ===== */
.hero {
  position: relative;
  padding: 80px 0 70px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -120px; right: -120px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(255,210,0,.15), transparent 65%);
  filter: blur(20px);
  z-index: 0;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255,210,0,.1);
  border: 1px solid rgba(255,210,0,.25);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 22px;
}
.hero h1 .accent { color: var(--yellow); }
.hero p.lead {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  max-width: 560px;
  margin-bottom: 32px;
}
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.hero-stats .num {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  color: var(--yellow);
  line-height: 1;
}
.hero-stats .lbl {
  font-size: .82rem;
  color: var(--text-dim);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* Hero visual */
.hero-card {
  position: relative;
  background: linear-gradient(180deg, #181818 0%, #101010 100%);
  border: 1px solid var(--border-hot);
  border-radius: 20px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,210,0,.5), transparent 50%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.match-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.match-row:last-child { border-bottom: none; }
.team {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: .95rem;
}
.team.right { justify-content: flex-end; }
.team-badge {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
  display: grid; place-items: center;
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: .75rem;
  color: var(--yellow);
}
.odds-grid {
  display: flex;
  gap: 6px;
}
.odd-cell {
  background: #1f1f1f;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  min-width: 56px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  transition: var(--transition);
}
.odd-cell:hover { background: var(--yellow); color: #0a0a0a; border-color: var(--yellow); cursor: pointer; }
.odd-cell .lbl-odd { display: block; font-size: .65rem; color: var(--text-dim); font-weight: 500; margin-bottom: 2px; }
.odd-cell:hover .lbl-odd { color: rgba(0,0,0,.65); }
.match-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.match-meta .sport-tag {
  font-size: .75rem;
  font-weight: 700;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.match-meta .league {
  font-size: .8rem;
  color: var(--text-dim);
}

/* ===== SECTIONS ===== */
.section { padding: 80px 0; position: relative; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.section-head .kicker {
  display: inline-block;
  font-size: .8rem;
  font-weight: 800;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 14px;
}
.section-head p { color: var(--text-mute); font-size: 1.05rem; }

/* Feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.feature {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 26px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.feature:hover {
  border-color: rgba(255,210,0,.4);
  transform: translateY(-3px);
  background: var(--card-hover);
}
.feature-icon {
  width: 48px; height: 48px;
  border-radius: 10px;
  background: rgba(255,210,0,.1);
  color: var(--yellow);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.feature-icon svg { width: 24px; height: 24px; }
.feature h3 { color: var(--text); margin-bottom: 8px; }
.feature p { font-size: .95rem; margin: 0; }

/* Category cards */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.cat-card {
  position: relative;
  background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  transition: var(--transition);
}
.cat-card::after {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,210,0,.16), transparent 70%);
  transition: var(--transition);
}
.cat-card:hover { transform: translateY(-4px); border-color: rgba(255,210,0,.4); }
.cat-card:hover::after { transform: scale(1.4); }
.cat-tag {
  font-size: .75rem;
  font-weight: 800;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 14px;
  position: relative; z-index: 1;
}
.cat-card h3 { font-size: 1.5rem; margin-bottom: 10px; position: relative; z-index: 1; }
.cat-card p { flex: 1; position: relative; z-index: 1; }
.cat-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: .85rem;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .06em;
  position: relative; z-index: 1;
  margin-top: 16px;
}
.cat-link::after {
  content: "→";
  transition: var(--transition);
}
.cat-card:hover .cat-link::after { transform: translateX(5px); }

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 30px 26px 26px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 18px; right: 22px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: rgba(255,210,0,.12);
  line-height: 1;
}
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { margin: 0; font-size: .92rem; }

/* Bonus card */
.bonus-block {
  background: linear-gradient(120deg, #1c1300 0%, #0f0f0f 60%);
  border: 1px solid rgba(255,210,0,.25);
  border-radius: 18px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.bonus-block::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,210,0,.18), transparent 65%);
}
.bonus-amount {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 7vw, 5.2rem);
  color: var(--yellow);
  line-height: 1;
  letter-spacing: -.04em;
  text-shadow: 0 4px 22px rgba(255,210,0,.25);
}
.bonus-text { position: relative; z-index: 1; }
.bonus-text h2 { margin-bottom: 12px; }
.bonus-text p { margin-bottom: 22px; max-width: 480px; }

/* FAQ */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--transition);
}
.faq-item:hover { border-color: var(--border-hot); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1.02rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--yellow);
  transition: var(--transition);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 24px 22px; color: var(--text-mute); font-size: .95rem; }

/* Tables / lists for sport markets */
.markets-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.markets-table th, .markets-table td {
  text-align: left;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  font-size: .95rem;
}
.markets-table th {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .78rem;
  color: var(--yellow);
  background: rgba(255,210,0,.04);
}
.markets-table tbody tr:last-child td { border-bottom: none; }
.markets-table tbody tr:hover { background: rgba(255,255,255,.02); }

/* Sports tabs */
.sport-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.sport-pill {
  padding: 10px 18px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-weight: 600;
  font-size: .9rem;
  color: var(--text-mute);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sport-pill .ico { color: var(--yellow); font-size: 1rem; }

/* Game grid */
.game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.game-card {
  position: relative;
  background: linear-gradient(180deg, #1c1c1c 0%, #111 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 22px 18px;
  text-align: center;
  transition: var(--transition);
  overflow: hidden;
}
.game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(255,210,0,.06) 100%);
  opacity: 0;
  transition: var(--transition);
}
.game-card:hover { transform: translateY(-3px); border-color: rgba(255,210,0,.35); }
.game-card:hover::before { opacity: 1; }
.game-card .symbol {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--yellow);
  margin-bottom: 10px;
}
.game-card h4 { font-size: .98rem; margin: 0 0 4px; font-family: 'Manrope', sans-serif; font-weight: 700; }
.game-card p { font-size: .82rem; color: var(--text-dim); margin: 0; }

/* Provider list */
.providers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}
.provider {
  padding: 22px 14px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: .92rem;
  color: var(--text-mute);
  transition: var(--transition);
  letter-spacing: .02em;
}
.provider:hover { color: var(--yellow); border-color: rgba(255,210,0,.35); }

/* Promo cards */
.promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
}
.promo-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.promo-card .badge {
  display: inline-block;
  background: var(--yellow);
  color: #0a0a0a;
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: .72rem;
  padding: 5px 11px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 16px;
}
.promo-card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.promo-card p { font-size: .92rem; margin-bottom: 20px; }
.promo-card .cond { font-size: .82rem; color: var(--text-dim); margin: 14px 0 0; padding-top: 14px; border-top: 1px solid var(--border); }

/* Page header */
.page-head {
  padding: 90px 0 50px;
  position: relative;
}
.page-head::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  width: 1000px; height: 240px;
  background: radial-gradient(ellipse, rgba(255,210,0,.08), transparent 60%);
  transform: translateX(-50%);
  pointer-events: none;
}
.crumb {
  font-size: .82rem;
  color: var(--text-dim);
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.crumb a { color: var(--text-mute); }
.crumb a:hover { color: var(--yellow); }
.crumb .sep { color: var(--text-dim); }
.page-head h1 { max-width: 880px; }
.page-head p.lead { font-size: 1.1rem; max-width: 720px; }

/* Article body */
.article {
  max-width: 920px;
  margin: 0 auto;
}
.article h2 { margin-top: 50px; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin-top: 36px; color: var(--yellow); font-size: 1.2rem; }
.article ul, .article ol { padding-left: 0; list-style: none; margin: 16px 0 24px; }
.article ul li, .article ol li {
  position: relative;
  padding: 6px 0 6px 30px;
  color: var(--text-mute);
}
.article ul li::before {
  content: "";
  position: absolute;
  left: 6px; top: 16px;
  width: 8px; height: 8px;
  background: var(--yellow);
  border-radius: 2px;
  transform: rotate(45deg);
}
.article ol { counter-reset: ol; }
.article ol li {
  counter-increment: ol;
  padding-left: 38px;
}
.article ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0; top: 6px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  color: var(--yellow);
  width: 28px;
}

/* CTA strip */
.cta-strip {
  background: linear-gradient(110deg, var(--yellow) 0%, var(--yellow-deep) 100%);
  color: #0a0a0a;
  border-radius: 18px;
  padding: 46px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.cta-strip h2 { color: #0a0a0a; margin: 0 0 6px; }
.cta-strip p { color: #1a1a1a; margin: 0; font-weight: 500; }
.cta-strip .btn-ghost {
  background: #0a0a0a;
  color: var(--yellow);
  border-color: #0a0a0a;
}
.cta-strip .btn-ghost:hover { background: #1a1a1a; color: var(--yellow); }

/* ===== FOOTER ===== */
.site-footer {
  background: #050505;
  border-top: 1px solid var(--border);
  padding: 70px 0 30px;
  margin-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
.footer-brand p {
  font-size: .9rem;
  max-width: 320px;
  margin: 18px 0 0;
}
.footer-col h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--yellow);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  color: var(--text-mute);
  font-size: .92rem;
  transition: var(--transition);
}
.footer-col a:hover { color: var(--yellow); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: .82rem;
  color: var(--text-dim);
}
.footer-bottom .legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom .legal a:hover { color: var(--text); }
.payment-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
}
.pay-chip {
  padding: 7px 12px;
  background: #111;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: .72rem;
  color: var(--text-mute);
  letter-spacing: .04em;
}
.age-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border: 2px solid var(--red);
  color: var(--red);
  border-radius: 50%;
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: .72rem;
  flex-shrink: 0;
}
.disclaimer {
  font-size: .78rem;
  color: var(--text-dim);
  background: rgba(230,57,70,.06);
  border: 1px solid rgba(230,57,70,.2);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 24px;
  line-height: 1.55;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 50px 0 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .bonus-block { grid-template-columns: 1fr; padding: 36px 28px; text-align: left; }
  .cta-strip { padding: 32px 28px; }
  .section { padding: 60px 0; }
}

@media (max-width: 720px) {
  .main-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-cta .btn-lg { display: none; }
  .header-cta .btn-primary { padding: 10px 16px; font-size: .8rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
  .hero { padding: 40px 0 30px; }
  .page-head { padding: 50px 0 30px; }
  h1 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .hero-card { padding: 22px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  body.menu-open .main-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 70px 0 0;
    background: var(--bg);
    padding: 30px 24px;
    align-items: stretch;
    gap: 4px;
    z-index: 49;
    overflow-y: auto;
  }
  body.menu-open .main-nav a {
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--border);
  }
  body.menu-open { overflow: hidden; }
}

@media (max-width: 460px) {
  .hero-stats { grid-template-columns: 1fr; }
  .container { padding: 0 18px; }
  .bonus-block { padding: 28px 22px; }
  .bonus-amount { font-size: 3rem; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
}
