:root {
  --bg: #060b12;
  --bg-soft: #0a1220;
  --surface: #101a2a;
  --surface-2: #152238;
  --line: rgba(155, 190, 230, .16);
  --text: #f4f8ff;
  --muted: #9baac0;
  --blue: #238cff;
  --blue-2: #5bb2ff;
  --cyan: #5ad8ff;
  --gold: #ffc84a;
  --green: #40d798;
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 8%, rgba(25, 123, 255, .12), transparent 30rem),
    radial-gradient(circle at 10% 55%, rgba(52, 186, 255, .07), transparent 34rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
[id] { scroll-margin-top: 92px; }
h1, h2, h3, p, li, td, th, a { overflow-wrap: break-word; word-break: normal; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; background: white; color: #05080d; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; inset-block-start: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(6, 11, 18, .88); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 0 auto; width: 194px; }
.brand img { width: 194px; height: 48px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 6px; margin-inline: auto; }
.desktop-nav a { color: var(--muted); font-size: .92rem; font-weight: 750; padding: 10px 12px; border-radius: 10px; transition: .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: white; background: rgba(54, 142, 255, .11); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 850; line-height: 1.1; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .lang-toggle:focus-visible, .menu-toggle:focus-visible, summary:focus-visible { outline: 3px solid rgba(91, 178, 255, .7); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(135deg, #1477f8, #35a7ff); box-shadow: 0 10px 32px rgba(27, 137, 255, .25); }
.button-primary:hover { box-shadow: 0 14px 38px rgba(27, 137, 255, .38); }
.button-ghost { color: white; border-color: var(--line); background: rgba(255,255,255,.04); }
.button-glass { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-large { min-height: 52px; padding-inline: 24px; border-radius: 14px; }
.lang-switcher { position: relative; }
.lang-toggle { min-height: 44px; padding: 8px 11px; color: white; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); cursor: pointer; font-weight: 800; }
.chevron { margin-left: 3px; color: var(--muted); }
.lang-menu { position: absolute; top: calc(100% + 10px); right: 0; width: 190px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: #101a2a; box-shadow: var(--shadow); }
.lang-menu a { display: block; padding: 10px 12px; border-radius: 9px; font-weight: 720; }
.lang-menu a:hover, .lang-menu a[aria-current="true"] { background: rgba(35,140,255,.14); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 4px; background: white; }
.mobile-nav { border-top: 1px solid var(--line); padding: 12px 20px 18px; background: #09111e; }
.mobile-nav a { display: block; padding: 12px 10px; color: #cad6e8; border-bottom: 1px solid rgba(255,255,255,.05); font-weight: 750; }

.hero { position: relative; min-height: 620px; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -3; background: url('../img/hero.jpg') center/cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #06101f 0%, rgba(6,16,31,.94) 34%, rgba(6,16,31,.34) 70%, rgba(6,16,31,.7) 100%), linear-gradient(0deg, #060b12 0%, transparent 30%); }
.hero-inner { min-height: 620px; display: flex; align-items: center; padding-block: 70px 90px; }
.hero-copy { max-width: 720px; }
.eyebrow, .section-kicker { color: var(--blue-2); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 20px; font-size: clamp(2.5rem, 5.4vw, 5rem); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -.038em; }
h3 { margin-bottom: 8px; font-size: 1.08rem; line-height: 1.28; }
p { color: #b7c4d7; }
.hero-copy > p { max-width: 660px; margin-bottom: 26px; color: #c7d2e2; font-size: 1.08rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.fact-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.fact-row li { padding: 7px 11px; color: #d9e9ff; border: 1px solid rgba(91,178,255,.22); border-radius: 999px; background: rgba(17,38,65,.72); font-size: .82rem; font-weight: 750; }
.responsible-bar { border-block: 1px solid rgba(255,200,74,.17); background: rgba(255,200,74,.055); }
.responsible-bar .shell { min-height: 62px; display: flex; align-items: center; gap: 15px; }
.responsible-bar strong { color: var(--gold); font-size: 1.25rem; }
.responsible-bar span { color: #c4bda8; font-size: .9rem; }

.toc-section { padding: 34px 0 10px; }
.toc-card { padding: clamp(24px, 4vw, 42px); }
.toc-card > div:first-child { display: block; margin-bottom: 25px; text-align: center; }
.toc-card h2 { margin: 4px 0 0; }
.toc-card p { max-width: 720px; margin: 10px auto 0; }
.toc-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 18px; }
.toc-grid a { display: grid; grid-template-columns: 25px 26px minmax(0,1fr); gap: 9px; align-items: center; min-height: 46px; padding: 8px 11px; color: #cfe1fa; border: 1px solid transparent; border-radius: 11px; font-weight: 750; transition: .18s ease; }
.toc-grid a:hover, .toc-grid a[aria-current="location"] { color: white; border-color: rgba(91,178,255,.2); background: rgba(35,140,255,.1); }
.toc-grid b { color: var(--blue-2); font-size: .78rem; }
.toc-grid em { font-style: normal; }

.section { padding-block: 86px; }
.surface { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(19,31,50,.96), rgba(10,19,32,.96)); box-shadow: 0 16px 46px rgba(0,0,0,.18); }
.section-blue { position: relative; overflow: hidden; border-block: 1px solid rgba(80,162,255,.15); background: linear-gradient(135deg, #091529, #0c1d34 55%, #07111f); }
.section-blue::before { content: ''; position: absolute; width: 520px; aspect-ratio: 1; right: -180px; top: -260px; border-radius: 50%; background: rgba(35,140,255,.12); filter: blur(10px); }
.subsection { margin-top: 34px; }
.notice-box, .warning-box { display: flex; align-items: flex-start; gap: 13px; margin-top: 20px; padding: 18px 20px; border: 1px solid rgba(64,215,152,.22); border-radius: 15px; background: rgba(64,215,152,.07); }
.notice-box span, .warning-box strong { flex: 0 0 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--green); color: #06130e; }
.notice-box p, .warning-box p { margin: 0; color: #d7e5f5; }
.warning-box { border-color: rgba(255,200,74,.22); background: rgba(255,200,74,.07); }
.warning-box strong { background: var(--gold); }
.wide-copy { max-width: 850px; margin: -10px 0 28px; }
.split-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .8fr); gap: 24px; align-items: start; }
.editorial-card { padding: clamp(25px, 4vw, 48px); }
.editorial-card p { font-size: 1.02rem; }
.verdict { display: flex; gap: 14px; margin-top: 26px; padding: 18px; border: 1px solid rgba(35,140,255,.2); border-radius: 15px; background: rgba(35,140,255,.08); }
.verdict span { flex: 0 0 30px; height: 30px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--blue); font-weight: 900; }
.verdict p { margin: 0; color: #dbe7f8; }
.quick-card { padding: 30px; text-align: center; }
.score-ring { width: 112px; aspect-ratio: 1; display: grid; place-content: center; margin: 0 auto 18px; border-radius: 50%; background: radial-gradient(circle at center, #111d30 56%, transparent 57%), conic-gradient(var(--blue) 0 84%, rgba(255,255,255,.08) 84%); }
.score-ring strong { font-size: 2rem; line-height: .9; }
.score-ring span { color: var(--muted); font-size: .8rem; }
.quick-card dl { margin: 24px 0; text-align: left; }
.quick-card dl div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.quick-card dt { color: var(--muted); }
.quick-card dd { margin: 0; color: white; text-align: right; font-weight: 800; }
.quick-card small { display: block; color: #7f8fa8; line-height: 1.5; }

.bonus-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.bonus-figure { position: relative; min-height: 390px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(91,178,255,.23); border-radius: 38% 62% 58% 42% / 45% 40% 60% 55%; background: radial-gradient(circle at 50% 45%, rgba(56,165,255,.36), rgba(10,29,53,.55) 52%, rgba(5,13,25,.2) 70%); box-shadow: inset 0 0 60px rgba(69,169,255,.13), 0 40px 90px rgba(0,0,0,.28); }
.bonus-figure strong { position: relative; z-index: 2; display: block; max-width: 360px; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.06em; background: linear-gradient(180deg, #fff 0%, #80c9ff 55%, #258eff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 12px 28px rgba(22,127,255,.28)); }
.bonus-label { position: relative; z-index: 2; margin-bottom: 12px; color: #9cd5ff; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.bonus-orbit { position: absolute; inset: 10%; border: 1px solid rgba(91,178,255,.2); border-radius: 50%; animation: orbit 16s linear infinite; }
.bonus-orbit i { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 22px var(--blue); }
.bonus-orbit i:nth-child(1) { left: 12%; top: 10%; }.bonus-orbit i:nth-child(2) { right: 4%; top: 48%; }.bonus-orbit i:nth-child(3) { left: 36%; bottom: -8px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.bonus-copy > p { font-size: 1.02rem; }
.steps { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.steps li { display: flex; align-items: flex-start; gap: 13px; color: #c7d3e5; }
.steps li span { flex: 0 0 29px; height: 29px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(91,178,255,.32); border-radius: 9px; background: rgba(35,140,255,.12); font-weight: 900; }

.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 40px; align-items: end; margin-bottom: 34px; }
.section-head h2 { margin: 3px 0 0; }
.section-head > p { margin: 0; }
.section-head.compact { align-items: center; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 27px; }
.icon-badge { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; color: #fff; border: 1px solid rgba(91,178,255,.22); border-radius: 13px; background: linear-gradient(145deg, rgba(35,140,255,.3), rgba(35,140,255,.08)); font-weight: 900; }
.info-card p { margin-bottom: 0; }

.games-section { border-block: 1px solid rgba(255,255,255,.04); background: #080f19; }
.game-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.game-card { min-width: 0; }
.game-art { position: relative; overflow: hidden; aspect-ratio: 3/4; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #111a27; box-shadow: 0 16px 30px rgba(0,0,0,.22); }
.game-art::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); opacity: 0; transition: .2s ease; }
.game-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.game-art span { position: absolute; z-index: 2; top: 10px; left: 10px; max-width: calc(100% - 20px); padding: 5px 7px; color: #eaf5ff; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(5,13,24,.78); font-size: .66rem; font-weight: 850; }
.game-art a { position: absolute; z-index: 3; left: 12px; right: 12px; bottom: 12px; display: grid; place-items: center; min-height: 40px; color: white; border-radius: 11px; background: var(--blue); font-size: .83rem; font-weight: 900; opacity: 0; transform: translateY(10px); transition: .2s ease; }
.game-card:hover .game-art img { transform: scale(1.04); }.game-card:hover .game-art::after, .game-card:hover .game-art a { opacity: 1; }.game-card:hover .game-art a { transform: none; }
.game-card h3 { margin: 12px 2px 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .91rem; }
.game-card p { margin: 0 2px; color: #7889a1; font-size: .75rem; }
.provider-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.provider { min-height: 86px; display: grid; place-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.035); }
.provider img { max-width: 124px; max-height: 40px; filter: grayscale(1) brightness(1.8); opacity: .8; }
.provider-copy { margin: 42px 0 20px; }
.provider-copy h3 { margin-bottom: 6px; font-size: 1.35rem; }
.provider-copy p { max-width: 780px; margin: 0; }

.table-wrap { overflow: hidden; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: #8ebce9; background: rgba(35,140,255,.08); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
td { color: #adbbcf; }
td strong { color: white; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: rgba(35,140,255,.035); }
.tips-panel { margin-top: 22px; padding: 28px; }
.tips-panel ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 24px; margin: 18px 0 0; padding: 0; list-style: none; }
.tips-panel li { display: flex; gap: 10px; color: #c3d0e1; }
.tips-panel li span { color: var(--green); font-weight: 950; }

.mobile-safety { align-items: center; }
.phone-card { position: relative; width: min(100%, 340px); min-height: 390px; justify-self: center; padding: 36px 24px 24px; border: 8px solid #17263b; border-radius: 42px; background: linear-gradient(150deg, #111d2f, #07101d); box-shadow: 0 32px 70px rgba(0,0,0,.38); }
.phone-card::before { content: ''; position: absolute; top: 10px; left: 50%; width: 80px; height: 18px; transform: translateX(-50%); border-radius: 20px; background: #050a11; }
.phone-card > img { width: 170px; height: auto; margin: 30px auto; }
.phone-screen { display: grid; gap: 8px; padding: 26px; border: 1px solid rgba(91,178,255,.22); border-radius: 20px; background: linear-gradient(145deg, rgba(35,140,255,.18), rgba(255,255,255,.03)); }
.phone-screen span { color: var(--blue-2); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.phone-screen strong { font-size: 1.4rem; }.phone-screen small { color: #8192aa; }
.checklist { padding: 34px; }
.checklist ul { display: grid; gap: 15px; margin: 26px 0 0; padding: 0; list-style: none; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; color: #c3d0e1; }
.checklist li span { flex: 0 0 27px; height: 27px; display: grid; place-items: center; color: #06130e; border-radius: 9px; background: var(--green); font-weight: 950; }
.advantage-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.checklist.caution li span { background: var(--gold); }
.stack-cards { display: grid; gap: 18px; }
.link-card { padding: 28px; }
.link-card h2 { margin-top: 4px; font-size: 1.5rem; }
.link-card a { color: var(--blue-2); font-weight: 850; }
.mini-faq { display: grid; gap: 8px; margin-bottom: 17px; }.mini-faq strong { color: #d6e2f3; font-size: .9rem; }

.inner-hero { padding: 92px 0 78px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 30%, rgba(35,140,255,.18), transparent 30rem), linear-gradient(135deg, #07101c, #0b1830); }
.inner-hero .shell { max-width: 920px; margin-left: max(20px, calc((100vw - var(--shell))/2)); }
.inner-hero h1 { max-width: 900px; margin: 10px 0 20px; font-size: clamp(2.4rem, 5vw, 4.7rem); }
.inner-hero p { max-width: 760px; font-size: 1.08rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: #7f90a9; font-size: .85rem; }.breadcrumbs a:hover { color: white; }
.review-theme-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.review-theme { position: relative; padding: 31px; overflow: hidden; }
.review-theme > span { position: absolute; right: 20px; top: 10px; color: rgba(255,255,255,.06); font-size: 4.5rem; font-weight: 950; line-height: 1; }
.review-theme.plus { border-color: rgba(64,215,152,.22); }.review-theme.mixed { border-color: rgba(255,200,74,.2); }
.review-theme h2 { position: relative; font-size: 1.45rem; }.review-theme p { position: relative; margin: 0; }
.conclusion { position: relative; max-width: 900px; margin-top: 22px; padding: 30px; }.conclusion p { margin: 0; font-size: 1.08rem; }
.faq-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 24px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; cursor: pointer; list-style: none; font-weight: 850; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { flex: 0 0 28px; height: 28px; display: grid; place-items: center; color: var(--blue-2); border-radius: 9px; background: rgba(35,140,255,.1); font-style: normal; transition: transform .18s ease; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item > div { padding: 0 24px 21px; }.faq-item p { margin: 0; }
.faq-aside { position: sticky; top: 100px; padding: 30px; text-align: center; }.faq-aside img { margin: 0 auto 18px; }.faq-aside .button { width: 100%; }

.site-footer { padding: 60px 0 24px; border-top: 1px solid var(--line); background: #04080e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 50px; }
.footer-grid img { width: 220px; height: auto; margin-bottom: 18px; }.footer-grid p { max-width: 490px; }.footer-grid strong { display: inline-grid; place-items: center; width: 48px; height: 48px; color: var(--gold); border: 1px solid rgba(255,200,74,.25); border-radius: 14px; }
.footer-grid nav { display: grid; align-content: start; gap: 11px; }.footer-grid nav a, .footer-langs a { color: #9eadc2; font-weight: 700; }.footer-grid nav a:hover, .footer-langs a:hover { color: white; }
.footer-langs { display: grid; align-content: start; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: #66758b; font-size: .8rem; }

.bonus-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(2,6,11,.72); backdrop-filter: blur(10px); }
.bonus-modal[hidden] { display: none; }
.bonus-dialog { position: relative; width: min(100%, 520px); padding: clamp(28px, 6vw, 48px); overflow: hidden; border: 1px solid rgba(91,178,255,.28); border-radius: 26px; background: radial-gradient(circle at 100% 0, rgba(35,140,255,.24), transparent 16rem), linear-gradient(145deg, #121f34, #09131f); box-shadow: 0 40px 100px rgba(0,0,0,.6); }
.bonus-dialog::before { content: ''; position: absolute; width: 170px; aspect-ratio: 1; right: -70px; bottom: -90px; border-radius: 50%; border: 24px solid rgba(35,140,255,.08); }
.modal-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; color: white; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); cursor: pointer; font-size: 1.45rem; }
.modal-badge { color: var(--blue-2); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bonus-dialog h2 { max-width: 400px; margin: 14px 0 12px; font-size: clamp(1.8rem, 5vw, 2.6rem); }.bonus-dialog p { max-width: 420px; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .game-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 820px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand { width: 142px; }.brand img { width: 142px; height: 36px; }
  .login-button { display: none; }
  .register-button { min-height: 42px; padding-inline: 13px; font-size: .82rem; }
  .lang-toggle { min-height: 42px; }
  .hero, .hero-inner { min-height: 620px; }
  .hero-media { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, #06101f 0%, rgba(6,16,31,.9) 55%, rgba(6,16,31,.58) 100%), linear-gradient(0deg, #060b12 0%, transparent 35%); }
  .section { padding-block: 64px; }
  .split-grid, .bonus-layout, .section-head, .faq-layout { grid-template-columns: 1fr; }
  .section-head { gap: 10px; }
  .quick-card { display: grid; grid-template-columns: auto 1fr; gap: 10px 22px; text-align: left; }.score-ring { grid-row: 1/4; margin: 0; }.quick-card dl { margin: 0; }.quick-card small { grid-column: 1/-1; }
  .bonus-figure { min-height: 320px; order: 2; }
  .three-grid { grid-template-columns: 1fr; }
  .provider-grid { grid-template-columns: repeat(3, 1fr); }
  .toc-grid { grid-template-columns: 1fr; }
  .tips-panel ul { grid-template-columns: 1fr; }
  .faq-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1/-1; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 74px; }
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .site-header .shell { width: min(calc(100% - 18px), var(--shell)); }
  .brand { width: 92px; overflow: visible; }.brand img { width: 92px; height: auto; max-width: 100%; object-position: left; }
  .header-actions { gap: 6px; }
  .lang-toggle { padding-inline: 8px; font-size: .78rem; }
  .register-button { max-width: 104px; padding-inline: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero, .hero-inner { min-height: 610px; }
  .hero-inner { align-items: flex-end; padding-block: 56px 70px; }
  .hero-media { background-position: 72% center; opacity: .72; }
  .hero-shade { background: linear-gradient(0deg, #060b12 2%, rgba(6,16,31,.94) 44%, rgba(6,16,31,.28) 100%), linear-gradient(90deg, rgba(6,16,31,.82), rgba(6,16,31,.2)); }
  h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .hero-copy > p { font-size: .98rem; }
  .hero-buttons .button { width: 100%; }
  .fact-row { gap: 7px; }.fact-row li { font-size: .72rem; }
  .responsible-bar .shell { align-items: flex-start; padding-block: 14px; }
  .section { padding-block: 54px; }
  .toc-section { padding-top: 24px; }
  .toc-card { padding: 22px 16px; }
  .toc-grid a { grid-template-columns: 24px 24px minmax(0,1fr); padding-inline: 8px; }
  .editorial-card, .quick-card, .checklist, .link-card { padding: 23px; }
  .quick-card { grid-template-columns: 1fr; text-align: center; }.score-ring { grid-row: auto; margin: auto; }.quick-card dl { text-align: left; }
  .bonus-layout { gap: 38px; }.bonus-figure { min-height: 275px; }.bonus-figure strong { max-width: 260px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 10px; }
  .game-art { border-radius: 14px; }.game-art a { opacity: 1; transform: none; min-height: 36px; background: rgba(20,119,248,.92); }.game-art::after { opacity: 1; }
  .provider-grid { grid-template-columns: repeat(2, 1fr); }.provider { min-height: 72px; padding: 15px; }
  .advantage-grid { grid-template-columns: 1fr; }
  .table-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  table, tbody, tr, td { display: block; width: 100%; }
  thead { display: none; }
  tbody { display: grid; gap: 12px; }
  tr { padding: 16px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, rgba(19,31,50,.96), rgba(10,19,32,.96)); }
  td { display: grid; grid-template-columns: minmax(110px,.7fr) 1fr; gap: 12px; padding: 8px 0; border: 0; }
  td::before { content: attr(data-label); color: #7e91aa; font-size: .72rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
  .phone-card { min-height: 350px; }
  .review-theme-grid { grid-template-columns: 1fr; }
  .inner-hero { padding: 65px 0 58px; }.inner-hero .shell { margin-inline: auto; }.inner-hero h1 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
  .faq-item summary { padding: 18px; }.faq-item > div { padding: 0 18px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 5px; }
  .modal-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* RU SEO section navigation */
.nav-more { position: relative; }
.nav-more summary { display: inline-flex; align-items: center; gap: 6px; padding: 10px 12px; color: var(--muted); border-radius: 10px; cursor: pointer; font-size: .92rem; font-weight: 750; list-style: none; transition: .2s ease; }
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more summary::after { content: '⌄'; font-size: .86em; transition: transform .18s ease; }
.nav-more[open] summary, .nav-more summary:hover { color: white; background: rgba(54, 142, 255, .11); }
.nav-more[open] summary::after { transform: rotate(180deg); }
.nav-more-menu { position: absolute; top: calc(100% + 8px); left: 0; z-index: 80; width: 210px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: #101a2a; box-shadow: var(--shadow); }
.nav-more-menu a { display: block; padding: 10px 12px; }
.nav-more-menu a:hover, .nav-more-menu a[aria-current="page"] { color: white; background: rgba(35,140,255,.14); }
