:root {
  --brand: #f7ca18;
  --brand-dark: #c99700;
  --purple: #5d78ff;
  --purple-soft: #3d4fa8;
  --bg: #080a12;
  --surface: #111526;
  --surface-2: #1b2138;
  --surface-3: #252d49;
  --text: #f8f5fb;
  --muted: #b9aec4;
  --border: #303b61;
  --success: #54d69d;
  --danger: #ff6b78;
  --shadow: 0 24px 70px rgba(0, 0, 0, .32);
  --radius: 24px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 12%, rgba(93, 120, 255, .14), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(255, 214, 23, .06), transparent 24%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1.1rem; color: var(--muted); }
h1, h2, h3, strong { color: var(--text); }
h1, h2, h3 { margin-top: 0; line-height: 1.16; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.035em; }
h3 { font-size: 1.2rem; }
section { scroll-margin-top: 88px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 960px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(8, 10, 18, .92);
  backdrop-filter: blur(18px);
}
.header-inner { display: grid; grid-template-columns: 250px 1fr 250px; align-items: center; min-height: 80px; gap: 24px; }
.brand-logo { display: inline-flex; width: 172px; }
.brand-logo img { width: 172px; height: auto; }
.desktop-nav ul, .mobile-menu ul { margin: 0; padding: 0; list-style: none; }
.desktop-nav ul { display: flex; justify-content: center; gap: 34px; }
.desktop-nav a { color: var(--muted); font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--brand); }
.header-actions { display: flex; justify-content: flex-end; gap: 10px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #0b1020; background: var(--brand); box-shadow: 0 10px 30px rgba(247, 202, 24, .14); }
.button-primary:hover { background: #ffe65c; box-shadow: 0 15px 38px rgba(255, 214, 23, .23); }
.button-ghost { border-color: var(--border); background: var(--surface); }
.button-ghost:hover { border-color: var(--purple); }
.button-small { min-height: 44px; padding: 10px 18px; }
.button-large { min-height: 58px; padding: 17px 28px; }
.button span { font-size: 1.45em; line-height: .7; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--text); }
.mobile-menu { display: none; }

.hero { padding: 30px 0 36px; background: radial-gradient(circle at 82% 30%, rgba(93, 120, 255, .18), transparent 28%), linear-gradient(180deg, #0d1020, #080a12); }
.hero-inner { display: flex; justify-content: center; }
.hero-card {
  position: relative;
  width: min(100%, 1180px);
  padding: 0;
  overflow: hidden;
  text-align: left;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(120deg, rgba(93, 120, 255, .14), transparent 48%), var(--surface);
  box-shadow: var(--shadow);
}
.hero-card::after {
  position: absolute;
  left: 46%;
  bottom: -170px;
  width: 420px;
  height: 420px;
  content: "";
  border-radius: 50%;
  background: rgba(247, 202, 24, .045);
}
.hero-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; padding: 12px 28px; color: #9ea8c9; border-bottom: 1px solid var(--border); background: rgba(8, 10, 18, .5); font-size: .7rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.hero-banner-main { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 36px; align-items: center; padding: 32px clamp(28px, 5vw, 56px); }
.hero-kicker { display: block; margin-bottom: 5px; color: var(--brand); font-size: .72rem; font-weight: 950; letter-spacing: .11em; }
.hero h1 { margin-bottom: 12px; font-size: clamp(2.55rem, 4.6vw, 4.7rem); letter-spacing: -.06em; }
.hero-bonus { display: block; color: var(--brand); font-size: clamp(2rem, 4vw, 3.75rem); line-height: 1.05; letter-spacing: -.04em; }
.hero-spins { display: block; margin: 5px 0 12px; font-size: 1.35rem; }
.hero-offer-copy p { max-width: 650px; margin-bottom: 17px; font-size: .95rem; }
.hero-facts { padding: 22px; border: 1px solid rgba(93, 120, 255, .38); border-radius: 18px; background: rgba(8, 10, 18, .62); }
.hero-facts > strong { display: block; margin-bottom: 12px; font-size: 1.05rem; }
.hero-facts dl { margin: 0; }
.hero-facts dl div { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-top: 1px solid rgba(255, 255, 255, .07); }
.hero-facts dt { color: var(--muted); font-size: .8rem; }
.hero-facts dd { margin: 0; color: var(--text); font-size: .82rem; font-weight: 850; }
.hero-facts small { display: block; margin-top: 12px; line-height: 1.45; }
.hero .button-large { min-height: 50px; padding: 13px 24px; }
.hero small { position: relative; z-index: 1; color: #8f8399; }

.lobby { padding: 44px 0 42px; border-top: 1px solid rgba(255, 255, 255, .04); }
.game-row + .game-row { margin-top: 64px; }
.row-title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-bottom: 26px; }
.row-title span { height: 1px; background: linear-gradient(90deg, transparent, var(--purple)); }
.row-title span:last-child { background: linear-gradient(90deg, var(--purple), transparent); }
.row-title h3 { margin: 0; font-size: 1.15rem; letter-spacing: .13em; text-transform: uppercase; }
.game-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.game-card { min-width: 0; }
.game-art {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #050307;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.game-art img { width: 100%; height: 100%; object-fit: contain; }
.game-card:hover .game-art { transform: translateY(-4px); border-color: var(--purple); box-shadow: 0 16px 40px rgba(0, 0, 0, .32); }
.play-label {
  position: absolute;
  left: 50%;
  bottom: 14px;
  padding: 7px 12px;
  color: #160b22;
  border-radius: 999px;
  background: var(--brand);
  font-size: .78rem;
  font-weight: 900;
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}
.game-card:hover .play-label { opacity: 1; transform: translate(-50%, 0); }
.game-card strong { display: block; margin-top: 12px; font-size: .95rem; line-height: 1.35; }
.game-card small { color: var(--muted); }
.lobby-note { max-width: 800px; margin: 38px auto 0; text-align: center; font-size: .92rem; }

.toc-wrap { padding: 50px 0 22px; }
.toc { overflow: hidden; border: 1px solid var(--border); border-left: 4px solid var(--brand); border-radius: 16px; background: var(--surface); }
.toc summary { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; color: var(--text); font-weight: 900; list-style: none; }
.toc summary::-webkit-details-marker { display: none; }
.toc summary span { color: var(--brand); font-size: .82rem; text-transform: uppercase; }
.toc[open] summary { border-bottom: 1px solid var(--border); }
.toc nav { padding: 20px 34px 24px; }
.toc ol { margin: 0; padding-left: 24px; columns: 2; column-gap: 50px; }
.toc li { margin: 6px 0; break-inside: avoid; }
.toc a { color: var(--muted); }
.toc a:hover { color: var(--brand); }

.content-section { padding: 96px 0; }
.content-section.alternate { border-block: 1px solid rgba(255, 255, 255, .05); background: rgba(17, 21, 38, .72); }
.section-heading { display: grid; grid-template-columns: 64px minmax(0, 820px); gap: 24px; align-items: start; margin-bottom: 42px; }
.section-heading > span { display: grid; width: 54px; height: 54px; place-items: center; color: var(--brand); border: 1px solid rgba(255, 214, 23, .3); border-radius: 50%; font-weight: 950; }
.section-heading h2 { margin-bottom: 10px; }
.section-heading p { margin: 0; font-size: 1.08rem; }
.copy p:last-child, .panel p:last-child { margin-bottom: 0; }
.intro-grid, .two-column, .device-layout, .vip-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 32px; align-items: start; }
.fact-card, .panel, .notice, .login-tip, .pros, .cons {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}
.fact-card { padding: 28px; }
.fact-card > strong { display: block; margin-bottom: 16px; font-size: 1.2rem; }
.fact-card dl { margin: 0; }
.fact-card dl div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 16px; padding: 11px 0; border-top: 1px solid rgba(255, 255, 255, .07); }
.fact-card dt { color: var(--muted); }
.fact-card dd { margin: 0; color: var(--text); font-weight: 750; }
.panel { min-height: 100%; padding: 30px; }
.positive-panel { box-shadow: inset 0 3px 0 var(--success); }
.warning-panel { box-shadow: inset 0 3px 0 var(--danger); }
.notice { padding: 18px 22px; margin-top: 24px; color: var(--muted); }
.notice strong { color: var(--brand); }

.bonus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 34px 0; }
.bonus-grid article { padding: 24px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(145deg, var(--surface-2), var(--surface)); }
.bonus-grid article > span { color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.bonus-grid h3 { margin: 15px 0 8px; }
.bonus-grid strong { display: block; margin-bottom: 10px; color: var(--brand); font-size: 1.6rem; }
.bonus-grid p { margin: 0; font-size: .93rem; }
.rules-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin: 28px 0; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.rules-strip div { padding: 22px; border-right: 1px solid var(--border); }
.rules-strip div:last-child { border-right: 0; }
.rules-strip strong { display: block; color: var(--brand); font-size: 1.45rem; }
.rules-strip span { display: block; margin-top: 5px; color: var(--muted); font-size: .88rem; line-height: 1.45; }

.feature-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 30px; }
.feature-cards article { padding: 26px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.feature-cards article > span { font-size: 1.8rem; }
.feature-cards h3 { margin: 14px 0 8px; }
.feature-cards p { margin: 0; font-size: .94rem; }
.catalog-sections { display: grid; gap: 70px; margin-bottom: 38px; }
.catalog-category { scroll-margin-top: 100px; }
.catalog-copy { display: grid; grid-template-columns: 50px minmax(0, 760px); gap: 18px; align-items: start; margin-bottom: 24px; }
.catalog-copy > span { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); font-size: 1.45rem; }
.catalog-copy h3 { margin: 0 0 6px; font-size: 1.65rem; }
.catalog-copy p { margin: 0; }
.table-scroll { overflow-x: auto; border: 1px solid var(--border); border-radius: 18px; margin-bottom: 28px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--surface); }
th, td { padding: 18px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }
th { color: #0b1020; background: var(--brand); }
tr:last-child td { border-bottom: 0; }
td:first-child { color: var(--text); font-weight: 800; }

.limit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 30px; }
.limit-grid div { padding: 24px; text-align: center; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.limit-grid span, .limit-grid small { display: block; color: var(--muted); }
.limit-grid strong { display: block; margin: 5px 0; color: var(--brand); font-size: 2rem; }
.phone-mockup { display: grid; place-items: center; min-height: 520px; }
.mobile-casino-screen { width: 290px; height: 520px; padding: 8px 12px 12px; overflow: hidden; border: 8px solid #252d49; border-radius: 38px; background: #080a12; box-shadow: var(--shadow); }
.mobile-status, .mobile-casino-head, .mobile-categories, .mobile-casino-nav { display: flex; align-items: center; justify-content: space-between; }
.mobile-status { padding: 0 8px 5px; color: #8f8399; font-size: .56rem; }
.mobile-casino-head { padding: 8px 5px 12px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.mobile-wordmark { font-size: 1.04rem; font-weight: 900; }
.mobile-wordmark b { color: var(--brand); }
.mobile-account { padding: 5px 9px; color: #0b1020; border-radius: 7px; background: var(--brand); font-size: .62rem; font-weight: 900; }
.mobile-offer { display: grid; justify-items: start; min-height: 142px; padding: 17px; margin: 12px 0; border: 1px solid #3d4fa8; border-radius: 15px; background: radial-gradient(circle at 90% 20%, rgba(247, 202, 24, .22), transparent 32%), linear-gradient(135deg, #25347c, #111526); }
.mobile-offer small { color: var(--brand); font-size: .56rem; font-weight: 900; letter-spacing: .08em; }
.mobile-offer strong { font-size: 1.3rem; line-height: 1.1; }
.mobile-offer > span { color: var(--muted); font-size: .72rem; }
.mobile-offer > b { align-self: end; padding: 6px 11px; color: #0b1020; border-radius: 7px; background: var(--brand); font-size: .62rem; }
.mobile-categories { justify-content: flex-start; gap: 7px; margin-bottom: 10px; }
.mobile-categories span { padding: 5px 9px; color: var(--muted); border: 1px solid var(--border); border-radius: 999px; font-size: .58rem; }
.mobile-categories span:first-child { color: #0b1020; border-color: var(--brand); background: var(--brand); }
.mobile-games { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.mobile-games a { min-width: 0; }
.mobile-games img { width: 100%; height: 122px; object-fit: contain; border: 1px solid var(--border); border-radius: 9px; background: #050307; }
.mobile-games small { display: block; margin-top: 4px; overflow: hidden; color: var(--text); font-size: .52rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.mobile-casino-nav { padding: 10px 18px 0; margin-top: 8px; border-top: 1px solid rgba(255, 255, 255, .08); }
.mobile-casino-nav span { display: grid; justify-items: center; color: var(--brand); font-size: .9rem; }
.mobile-casino-nav small { color: var(--muted); font-size: .48rem; }
.check-list { margin: 26px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 30px; color: var(--muted); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.check-list li::before { position: absolute; left: 2px; color: var(--brand); content: "✓"; font-weight: 900; }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.steps article { padding: 22px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.steps article > span { display: grid; width: 40px; height: 40px; margin-bottom: 18px; place-items: center; color: #160b22; border-radius: 50%; background: var(--brand); font-weight: 950; }
.steps h3 { min-height: 2.6em; margin-bottom: 9px; font-size: 1.02rem; }
.steps p { margin: 0; font-size: .9rem; }
.login-tip { padding: 20px 24px; margin-top: 24px; color: var(--muted); }
.login-tip strong { color: var(--brand); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.support-grid article { padding: 28px; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); }
.support-grid article > span { display: inline-flex; padding: 6px 10px; color: #160b22; border-radius: 8px; background: var(--brand); font-size: .7rem; font-weight: 950; letter-spacing: .1em; }
.support-grid h3 { margin: 24px 0 8px; }
.support-grid p { margin: 0; }

.vip-layout { align-items: center; }
.vip-track { display: grid; gap: 22px; padding: 28px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.vip-track article { padding: 20px; border: 1px solid var(--border); border-radius: 17px; background: var(--surface-2); }
.vip-track article > span { display: block; margin-bottom: 8px; color: var(--brand); font-size: .72rem; font-weight: 950; letter-spacing: .09em; }
.vip-track article > strong { display: block; margin-bottom: 6px; font-size: 1.2rem; }
.vip-track article p { margin: 0; font-size: .88rem; }
.vip-track .vip-track-highlight { border-color: rgba(255, 214, 23, .35); background: linear-gradient(135deg, rgba(255, 214, 23, .09), var(--surface-2)); }
.vip-progress { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 7px; }
.vip-progress i { position: absolute; left: 20px; right: 20px; height: 4px; border-radius: 9px; background: linear-gradient(90deg, var(--purple), var(--brand)); }
.vip-progress b { position: relative; z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; color: #0b1020; border-radius: 50%; background: var(--brand); font-size: .75rem; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pros, .cons { padding: 30px; }
.pros { box-shadow: inset 0 3px 0 var(--success); }
.cons { box-shadow: inset 0 3px 0 var(--danger); }
.pros h3 span { color: var(--success); }
.cons h3 span { color: var(--danger); }
.pros ul, .cons ul { margin: 22px 0 0; padding: 0; list-style: none; }
.pros li, .cons li { padding: 11px 0; color: var(--muted); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.pros li:last-child, .cons li:last-child { border-bottom: 0; }
.verdict { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border); }

.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list h3 { margin: 0; font-size: 1.08rem; }
.faq-list summary span { color: var(--brand); font-size: 1.5rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 44px 22px 4px; margin: 0; }

.section-cta { margin-top: 36px; }
.attention { animation: cta-glow 2.8s ease-in-out infinite; }
@keyframes cta-glow {
  0%, 100% { box-shadow: 0 10px 28px rgba(255, 214, 23, .12); }
  50% { box-shadow: 0 12px 38px rgba(255, 214, 23, .28); }
}

.site-footer { padding: 58px 0 22px; border-top: 1px solid var(--border); background: #060810; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 60px; }
.footer-grid img { width: 160px; height: auto; margin-bottom: 18px; }
.footer-grid strong { display: block; margin-bottom: 14px; }
.footer-grid a { display: block; margin: 7px 0; color: var(--muted); }
.footer-grid a:hover { color: var(--brand); }
.footer-grid p { font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; margin-top: 28px; color: #8c7d97; border-top: 1px solid rgba(255, 255, 255, .06); font-size: .82rem; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 190px 1fr 220px; }
  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bonus-grid, .feature-cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { display: flex; min-height: 70px; }
  .brand-logo { margin-right: auto; }
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu.is-open { display: block; border-top: 1px solid var(--border); background: var(--surface); }
  .mobile-menu ul { padding: 12px 18px 20px; }
  .mobile-menu li { border-bottom: 1px solid rgba(255, 255, 255, .06); }
  .mobile-menu li:last-child { border-bottom: 0; }
  .mobile-menu a { display: block; padding: 12px; font-weight: 750; }
  .hero { padding: 22px 0 26px; }
  .hero-card { border-radius: 22px; }
  .hero-topline { padding: 10px 18px; }
  .hero-topline span:last-child { display: none; }
  .hero-banner-main { grid-template-columns: 1fr; gap: 22px; padding: 24px 20px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 4rem); }
  .hero-facts { padding: 18px; }
  .lobby { padding-top: 32px; }
  .game-row + .game-row { margin-top: 48px; }
  .toc ol { columns: 1; }
  .content-section { padding: 72px 0; }
  .section-heading { grid-template-columns: 46px 1fr; gap: 14px; }
  .section-heading > span { width: 42px; height: 42px; font-size: .84rem; }
  .intro-grid, .two-column, .device-layout, .vip-layout, .pros-cons { grid-template-columns: 1fr; }
  .rules-strip, .limit-grid { grid-template-columns: repeat(2, 1fr); }
  .rules-strip div:nth-child(2) { border-right: 0; }
  .rules-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .steps { grid-template-columns: 1fr 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .catalog-sections { gap: 54px; }
  .catalog-copy { grid-template-columns: 44px 1fr; gap: 14px; }
  .catalog-copy > span { width: 42px; height: 42px; }
  .phone-mockup { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 520px) {
  .brand-logo, .brand-logo img { width: 142px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .row-title { gap: 12px; }
  .row-title h3 { font-size: .96rem; text-align: center; }
  .game-card strong { font-size: .86rem; }
  .bonus-grid, .feature-cards, .rules-strip, .limit-grid, .steps { grid-template-columns: 1fr; }
  .rules-strip div { border-right: 0; border-bottom: 1px solid var(--border); }
  .rules-strip div:last-child { border-bottom: 0; }
  .fact-card dl div { grid-template-columns: 1fr; gap: 2px; }
  .vip-track { gap: 18px; padding: 18px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
