:root {
  --bg: #090b13;
  --header: #161925;
  --surface: #131722;
  --surface-2: #1a1e2b;
  --border: #303546;
  --text: #f7f5fb;
  --muted: #a7abba;
  --cyan: #2defeb;
  --pink: #ff2db9;
  --yellow: #ffd95a;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.68; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: #061112; background: var(--cyan); }

.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: #071013; background: var(--cyan); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(1180px, calc(100% - 56px)); margin-right: auto; margin-left: auto; }

.logo { display: inline-flex; align-items: center; gap: 9px; font-size: 27px; font-weight: 900; line-height: 1; letter-spacing: -1.5px; }
.logo > span:last-child > span { color: var(--cyan); }
.logo__icon { position: relative; color: var(--pink); font-size: 27px; text-shadow: 0 0 12px rgba(255, 45, 185, .45); }
.logo__icon::after { content: ""; position: absolute; top: 7px; left: 10px; width: 6px; height: 15px; background: var(--cyan); clip-path: polygon(55% 0, 100% 0, 58% 42%, 95% 42%, 14% 100%, 42% 53%, 0 53%); }

.btn { display: inline-flex; min-height: 46px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 13px; font-weight: 900; line-height: 1; text-transform: uppercase; transition: .18s ease; }
.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn--cyan { color: #051314; background: var(--cyan); box-shadow: inset 0 -3px 0 #08a89d; }
.btn--pink { color: #fff; background: var(--pink); box-shadow: inset 0 -3px 0 #bb167d; }
.btn--login { border-color: #52586b; background: #222637; }
.btn--hero { min-width: 250px; min-height: 58px; color: #081213; background: linear-gradient(#5dfffa, #20d8ce); border: 3px solid rgba(255, 255, 255, .28); box-shadow: 0 0 22px rgba(45, 239, 235, .28), inset 0 -4px 0 #079c94; font-size: 16px; }

.page { min-height: 100vh; }
.header { position: sticky; z-index: 60; top: 0; display: flex; height: 78px; padding: 0 34px; align-items: center; justify-content: space-between; background: var(--header); border-bottom: 2px solid #2d243b; }
.header::after { content: ""; position: absolute; right: 0; bottom: -2px; left: 0; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--pink)); opacity: .62; }
.header__logo { display: inline-flex; }
.header__nav { display: flex; height: 100%; align-items: center; gap: 6px; }
.header__nav a { display: flex; height: 100%; padding: 0 22px; align-items: center; color: #d1d3db; font-size: 12px; font-weight: 800; }
.header__nav a:hover { color: var(--cyan); background: rgba(255, 255, 255, .035); }
.header__actions { display: flex; gap: 10px; }

.hero { position: relative; height: 480px; overflow: hidden; background: #160e2b; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 7, 27, .98) 0%, rgba(23, 10, 44, .82) 46%, rgba(16, 8, 35, .12) 76%), linear-gradient(0deg, rgba(8, 8, 17, .58), transparent 50%); }
.hero__content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero__label { margin-bottom: 17px; padding: 7px 16px; color: #19101b; background: #fff5e6; border: 3px solid #f7a2d4; border-radius: 40px; box-shadow: 0 0 18px rgba(255, 45, 185, .32); font-size: 13px; font-weight: 900; letter-spacing: .7px; }
.hero__title { max-width: 760px; font-size: clamp(52px, 5vw, 78px); font-weight: 900; line-height: .98; letter-spacing: -2.5px; }
.hero__title span { color: var(--cyan); }
.hero__content p { margin: 20px 0 25px; color: #d1cbd8; font-size: 16px; }
.hero__note { margin-top: 14px; color: #948b9b; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }

.banner-row { display: grid; padding: 15px; grid-template-columns: 1.35fr 1fr 1fr; gap: 12px; background: #0b0d15; border-bottom: 1px solid var(--border); }
.banner { position: relative; height: 175px; overflow: hidden; border: 1px solid #42465a; }
.banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 7, 13, .95), transparent 72%); }
.banner img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.banner:hover img { transform: scale(1.025); }
.banner span, .banner strong, .banner b { position: absolute; z-index: 2; left: 18px; }
.banner span { top: 16px; padding: 4px 8px; color: #061213; background: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .8px; }
.banner strong { right: 18px; bottom: 38px; font-size: 18px; line-height: 1.2; }
.banner b { bottom: 14px; color: var(--cyan); font-size: 10px; }

.review-highlight { padding: 48px 0 52px; background: #0d1018; border-bottom: 1px solid #343949; }
.review-highlight__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.review-highlight h2 { margin: 6px 0 0; color: #fff; font-size: clamp(30px, 3.3vw, 46px); line-height: 1.08; letter-spacing: -1.4px; }
.eyebrow { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.review-highlight__intro { max-width: 780px; margin: 18px 0 28px; color: #adb2c0; font-size: 15px; }
.review-highlight__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-highlight__card { padding: 22px 23px 20px; background: #171b26; border: 1px solid #3b4050; border-top: 3px solid var(--pink); }
.review-highlight__top { display: flex; align-items: center; gap: 12px; }
.review-highlight__top strong { color: #fff; font-size: 30px; line-height: 1; }
.review-highlight__top span { color: var(--yellow); font-size: 13px; letter-spacing: 1px; }
.review-highlight__top i { color: #555b6c; font-style: normal; }
.review-highlight blockquote { margin: 17px 0 17px; color: #e2e3e9; font-size: 16px; line-height: 1.5; }
.review-highlight footer { color: #8c92a2; font-size: 11px; font-weight: 800; }
.review-highlight footer span { color: var(--cyan); font-weight: 400; }
.review-inline { margin: 28px 0 30px; padding: 18px 22px 19px; background: #171b26; border-left: 4px solid var(--cyan); border-top: 1px solid #343949; border-right: 1px solid #343949; border-bottom: 1px solid #343949; }
.review-inline--pink { border-left-color: var(--pink); }
.review-inline strong { color: var(--cyan); font-size: 10px; letter-spacing: 1.2px; }
.review-inline--pink strong { color: #ff6dcb; }
.review-inline blockquote { margin: 7px 0 0; color: #e4e5ea; font-size: 16px; line-height: 1.48; }
.review-stories { padding: 52px 0 56px; background: #11141d; border-bottom: 1px solid #343949; }
.review-stories__heading { max-width: 820px; margin-bottom: 28px; }
.review-stories h2 { margin: 6px 0 10px; color: #fff; font-size: clamp(30px, 3.3vw, 44px); line-height: 1.08; letter-spacing: -1.3px; }
.review-stories__heading p { margin: 0; color: #adb2c0; font-size: 15px; }
.review-story { display: grid; padding: 27px 29px; grid-template-columns: 110px 1fr; gap: 25px; background: #171b26; border: 1px solid #3b4050; border-left: 4px solid var(--cyan); }
.review-story + .review-story { margin-top: 14px; }
.review-story--pink { border-left-color: var(--pink); }
.review-story__score { padding-top: 3px; border-right: 1px solid #343949; }
.review-story__score strong { display: block; color: #fff; font-size: 38px; line-height: 1; }
.review-story__score span { color: var(--yellow); font-size: 12px; letter-spacing: 1px; }
.review-story__score i { color: #555b6c; font-style: normal; }
.review-story h3 { margin: 0 0 4px; color: #fff; font-size: 23px; line-height: 1.2; }
.review-story__byline { margin: 0 0 14px !important; color: var(--cyan) !important; font-size: 11px !important; }
.review-story p:not(.review-story__byline) { margin-bottom: 13px; color: #c5c8d2; font-size: 15px; }
.review-story p:last-child { margin-bottom: 0; }

.content { padding: 62px 0 90px; background: #11141d; }
.payload-richtext { color: #dddfe6; }
.article-header { padding-bottom: 35px; }
.breadcrumbs { display: flex; margin-bottom: 18px; gap: 9px; color: #7f8495; font-size: 11px; }
.breadcrumbs a { color: var(--cyan); }
.payload-richtext h1 { max-width: 990px; margin: 0 0 24px; color: #fff; font-size: clamp(42px, 4.4vw, 64px); line-height: 1.08; letter-spacing: -2px; }
.payload-richtext p { margin: 0 0 22px; color: #c4c7d1; }
.payload-richtext .article-lead { color: #fff; font-size: 21px; line-height: 1.62; }
.payload-richtext > section { padding-top: 72px; }
.payload-richtext h2 { margin: 0 0 24px; padding: 15px 21px; color: #fff; background: linear-gradient(90deg, #15363a, #26192d 80%); border-left: 5px solid var(--cyan); border-bottom: 1px solid #31535a; font-size: clamp(30px, 3vw, 42px); line-height: 1.18; letter-spacing: -1.2px; }
.payload-richtext h3 { margin: 38px 0 15px; color: #fff; font-size: 26px; line-height: 1.25; }
.payload-richtext p a { color: var(--cyan); text-decoration: underline; }

.lexical-table-container { margin: 28px 0 36px; overflow-x: auto; border: 1px solid #3c4151; }
.lexical-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.lexical-table th, .lexical-table td { padding: 15px 18px; text-align: left; border-right: 1px solid #3c4151; border-bottom: 1px solid #3c4151; }
.lexical-table th:last-child, .lexical-table td:last-child { border-right: 0; }
.lexical-table tr:last-child td { border-bottom: 0; }
.lexical-table th { color: #071313; background: var(--cyan); font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }
.lexical-table tr:nth-child(odd) td { background: #171b27; }
.lexical-table tr:nth-child(even) td { background: #11151e; }
.overview-table td:first-child { width: 40%; color: #fff; font-weight: 700; }
.bonus-table td:nth-child(2) { color: var(--cyan); font-weight: 800; }

.review-list { margin: 29px 0 35px; border-top: 1px solid #414657; }
.review-item { display: grid; padding: 24px 0; grid-template-columns: 130px 1fr; border-bottom: 1px solid #414657; }
.review-item__grade { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #343949; }
.review-item__grade strong { font-size: 40px; line-height: 1; }
.review-item__grade span { margin-top: 7px; color: var(--yellow); font-size: 12px; letter-spacing: 1px; }
.review-item__grade i { color: #545969; font-style: normal; }
.review-item__body { padding-left: 25px; }
.review-item__body header { display: grid; margin-bottom: 13px; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; }
.review-avatar { display: grid; width: 42px; height: 42px; place-items: center; color: #071313; background: var(--cyan); border-radius: 50%; font-size: 10px; font-weight: 900; }
.review-avatar--pink { color: #fff; background: var(--pink); }.review-avatar--orange { color: #160d02; background: #ff9a4b; }.review-avatar--violet { color: #fff; background: #8957e5; }
.review-item h3 { margin: 0 0 3px; font-size: 19px; }
.review-item header div > span { color: #818697; font-size: 10px; }
.review-item header > b { padding: 4px 7px; color: #061313; background: var(--cyan); font-size: 8px; }
.review-item p { margin: 0; color: #adb1bf; font-size: 14px; }

.article-image { margin: 34px 0; background: #080a10; border: 1px solid #3b4050; }
.article-image img { width: 100%; height: 540px; object-fit: cover; }
.article-image--wide img { height: 430px; }
.article-image figcaption { padding: 10px 15px; color: #838899; font-size: 10px; }
.list-bullet, .list-number { margin: 22px 0 30px; padding: 0; list-style: none; counter-reset: item; }
.list-bullet li, .list-number li { position: relative; margin: 8px 0; padding: 11px 14px 11px 46px; color: #c2c5cf; background: #171b26; border-left: 3px solid #4f5567; }
.list-bullet li::before { content: "✓"; position: absolute; top: 11px; left: 17px; color: var(--cyan); font-weight: 900; }
.list-number li { counter-increment: item; }
.list-number li::before { content: counter(item); position: absolute; top: 10px; left: 14px; display: grid; width: 22px; height: 22px; place-items: center; color: #081314; background: var(--cyan); font-size: 10px; font-weight: 900; }
.list-bullet--two { display: grid; grid-template-columns: 1fr 1fr; gap: 1px 10px; }

.cta-strip { display: flex; margin: 35px 0 0; padding: 25px 30px; align-items: center; justify-content: space-between; gap: 25px; background: linear-gradient(90deg, #2a1830, #17333a); border: 1px solid #5b3955; }
.cta-strip span, .cta-strip strong { display: block; }
.cta-strip span { color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.cta-strip strong { margin-top: 4px; font-size: 23px; }

.game-grid { display: grid; margin: 30px 0 35px; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.game-grid a { min-width: 0; padding-bottom: 12px; background: #0c0f17; border: 1px solid #3a3f50; }
.game-grid img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.game-grid strong, .game-grid span { display: block; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.game-grid strong { margin-top: 10px; font-size: 11px; }.game-grid span { color: #777c8d; font-size: 9px; }
.game-grid a:hover { border-color: var(--cyan); }

.notice { margin: 26px 0; padding: 18px 21px; color: #cec4bc; background: #271d1c; border: 1px solid #60443d; border-left: 5px solid #ff9a4b; font-size: 13px; }
.notice strong { color: #ffb072; }

.payment-logos { display: grid; margin: 27px 0; padding: 15px; grid-template-columns: repeat(8, 1fr); gap: 8px; background: #0b0e16; border: 1px solid #353a4a; }
.payment-logos span { display: grid; min-height: 58px; padding: 6px; place-items: center; color: #dfe1e7; background: #171b26; border: 1px solid #34394a; font-size: 10px; font-weight: 900; text-align: center; }

.faq-block details { border: 1px solid #3c4151; border-bottom: 0; }
.faq-block details:last-of-type { border-bottom: 1px solid #3c4151; }
.faq-block summary { display: flex; min-height: 66px; padding: 15px 20px; align-items: center; justify-content: space-between; gap: 20px; background: #171b26; font-size: 15px; font-weight: 800; list-style: none; cursor: pointer; }
.faq-block summary::-webkit-details-marker { display: none; }
.faq-block summary span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; color: #071314; background: var(--cyan); }
.faq-block details[open] summary { color: var(--cyan); background: #1d2230; }
.faq-block details[open] summary span { transform: rotate(45deg); }
.faq-block details > p { margin: 0; padding: 19px 22px; color: #adb1be; background: #0d1018; font-size: 14px; }

.final-banner { position: relative; height: 470px; margin-top: 76px; overflow: hidden; border: 1px solid #434858; }
.final-banner > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.final-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,17,.97), rgba(13,8,27,.56), transparent); }
.final-banner > div { position: relative; z-index: 2; display: flex; width: 60%; height: 100%; padding: 48px; flex-direction: column; align-items: flex-start; justify-content: center; }
.final-banner > div > span { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: 1.3px; }
.final-banner h2 { margin: 9px 0 12px; padding: 0; background: none; border: 0; font-size: 45px; }
.final-banner p { margin-bottom: 24px; }

.footer { padding: 55px 0 22px; background: #090b12; border-top: 3px solid #262b39; }
.footer__grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr 1fr; gap: 7%; }
.footer__grid > div:first-child p { max-width: 310px; color: #777c8d; font-size: 11px; }
.footer__grid > div > strong { display: block; margin-bottom: 13px; color: #fff; font-size: 10px; letter-spacing: 1px; }
.footer__grid > div > a:not(.logo) { display: block; margin: 7px 0; color: #858a9a; font-size: 10px; }
.footer__grid > div > a:hover { color: var(--cyan); }
.footer__responsible { display: grid; grid-template-columns: 46px 1fr 43px; align-items: center; gap: 10px; }
.footer__responsible > span { display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid #7c8190; border-radius: 50%; font-size: 11px; font-weight: 900; }
.footer__responsible p { margin: 0; color: #878c9c; font-size: 9px; line-height: 1.4; }
.footer__responsible img { width: 42px; height: 42px; object-fit: contain; filter: grayscale(1); opacity: .6; }
.footer__bottom { display: flex; margin-top: 40px; padding-top: 16px; justify-content: space-between; color: #5f6473; border-top: 1px solid #292e3b; font-size: 9px; text-transform: uppercase; }

.cookie-bar { position: fixed; z-index: 75; right: 18px; bottom: 18px; display: grid; width: min(410px, calc(100% - 32px)); padding: 12px; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; background: #f4f4f6; border: 2px solid #cfd1d8; box-shadow: 0 12px 35px rgba(0,0,0,.42); color: #181a20; transition: .2s; }
.cookie-bar.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
.cookie-bar > span { display: grid; width: 34px; height: 34px; place-items: center; color: var(--pink); border: 1px solid #c9cad1; border-radius: 50%; }
.cookie-bar p { margin: 0; font-size: 9px; line-height: 1.4; }.cookie-bar p strong { display: block; }
.cookie-bar button { min-height: 34px; padding: 0 12px; color: #071314; background: var(--cyan); border: 0; font-size: 9px; font-weight: 900; cursor: pointer; }
.mobile-cta { display: none; }

@media (max-width: 1220px) {
  .container { width: calc(100% - 46px); }
  .header__nav a { padding-right: 14px; padding-left: 14px; }
  .banner strong { font-size: 15px; }
  .game-grid { grid-template-columns: repeat(5, 1fr); }
  .game-grid a:last-child { display: none; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 76px; }
  .header { height: 70px; padding: 0 20px; }
  .header__nav { display: none; }
  .hero { height: 450px; }
  .banner-row { grid-template-columns: 1fr 1fr; }
  .banner:first-child { grid-column: 1 / -1; }
  .review-highlight__grid { grid-template-columns: 1fr; }
  .review-story { grid-template-columns: 90px 1fr; gap: 18px; }
  .content { padding-top: 48px; }
  .payload-richtext .article-lead { font-size: 19px; }
  .game-grid { grid-template-columns: repeat(4, 1fr); }
  .game-grid a:last-child { display: block; }
  .payment-logos { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 700px) {
  body { padding-bottom: 66px; font-size: 15px; }
  .container { width: calc(100% - 28px); }
  .header { padding: 0 13px; }
  .header__logo { gap: 5px; font-size: 21px; }
  .header__logo .logo__icon { font-size: 22px; }
  .header__actions .btn--login { display: none; }
  .header__actions .btn { min-height: 40px; padding: 0 13px; font-size: 10px; }
  .hero { height: 470px; }
  .hero > img { object-position: 67% center; }
  .hero__overlay { background: linear-gradient(0deg, rgba(10,6,23,.98), rgba(20,8,42,.6) 65%, rgba(13,6,27,.12)); }
  .hero__content { padding-top: 130px; justify-content: flex-end; padding-bottom: 45px; }
  .hero__label { padding: 6px 12px; font-size: 10px; }
  .hero__title { font-size: 44px; letter-spacing: -1.5px; }
  .hero__content p { max-width: 330px; margin: 17px 0 20px; font-size: 13px; }
  .hero__content .btn { width: 100%; }
  .banner-row { padding: 9px; gap: 8px; }
  .banner { height: 155px; }
  .banner:first-child { height: 185px; }
  .banner strong { right: 12px; bottom: 32px; left: 12px; font-size: 12px; }
  .banner span { top: 10px; left: 10px; font-size: 7px; }
  .banner b { bottom: 10px; left: 12px; font-size: 8px; }
  .review-highlight { padding: 38px 0 40px; }
  .review-highlight__heading { align-items: flex-start; flex-direction: column; }
  .review-highlight__heading .btn { width: 100%; }
  .review-highlight h2 { font-size: 31px; }
  .review-highlight__intro { font-size: 14px; }
  .review-stories { padding: 40px 0 44px; }
  .review-story { display: block; padding: 22px 20px; }
  .review-story__score { display: flex; padding: 0 0 14px; align-items: center; gap: 12px; border-right: 0; border-bottom: 1px solid #343949; }
  .review-story__score strong { font-size: 30px; }
  .review-story h3 { margin-top: 16px; font-size: 20px; }
  .review-story p:not(.review-story__byline) { font-size: 14px; }
  .content { padding: 38px 0 70px; }
  .payload-richtext h1 { font-size: 36px; line-height: 1.12; letter-spacing: -1.2px; }
  .payload-richtext .article-lead { font-size: 17px; }
  .payload-richtext > section { padding-top: 56px; }
  .payload-richtext h2 { margin-right: -14px; margin-left: -14px; padding: 13px 15px; font-size: 28px; }
  .payload-richtext h3 { font-size: 22px; }
  .lexical-table { min-width: 620px; font-size: 12px; }
  .lexical-table th, .lexical-table td { padding: 12px; }
  .overview-table .lexical-table { min-width: 540px; }
  .review-item { grid-template-columns: 1fr; }
  .review-item__grade { padding-bottom: 13px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 12px; border-right: 0; }
  .review-item__grade strong { font-size: 29px; }.review-item__grade span { margin: 0; }
  .review-item__body { padding-left: 0; }
  .review-item__body header { grid-template-columns: 38px 1fr; }
  .review-item header > b { display: none; }
  .review-item h3 { font-size: 17px; }
  .article-image img, .article-image--wide img { height: 330px; }
  .list-bullet--two { grid-template-columns: 1fr; }
  .cta-strip { padding: 22px; align-items: stretch; flex-direction: column; }
  .cta-strip strong { font-size: 19px; }.cta-strip .btn { width: 100%; }
  .game-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .payment-logos { grid-template-columns: repeat(2, 1fr); }
  .final-banner { height: 520px; margin-top: 58px; }.final-banner > img { object-position: 63% center; }.final-banner::after { background: linear-gradient(0deg, rgba(8,8,17,.98), rgba(13,8,27,.18)); }.final-banner > div { position: absolute; bottom: 0; width: 100%; height: auto; padding: 30px 22px; }.final-banner h2 { margin-right: 0; margin-left: 0; padding: 0; font-size: 35px; }
  .footer { padding: 42px 0 25px; }.footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }.footer__grid > div:first-child { grid-column: 1 / -1; }.footer__responsible { grid-column: 1 / -1; }.footer__bottom { align-items: flex-start; flex-direction: column; gap: 4px; }
  .cookie-bar { right: 8px; bottom: 74px; left: 8px; width: auto; }
  .mobile-cta { position: fixed; z-index: 65; right: 0; bottom: 0; left: 0; display: flex; height: 66px; padding: 8px 11px; align-items: center; justify-content: space-between; background: #11141e; border-top: 2px solid var(--cyan); box-shadow: 0 -8px 25px rgba(0,0,0,.35); }
  .mobile-cta span, .mobile-cta strong { display: block; }.mobile-cta span { color: #8c91a1; font-size: 8px; }.mobile-cta strong { font-size: 11px; }.mobile-cta .btn { min-height: 43px; padding: 0 18px; }
}

@media (max-width: 420px) {
  .hero__title { font-size: 39px; }
  .banner-row { grid-template-columns: 1fr; }.banner:first-child { grid-column: auto; }.banner, .banner:first-child { height: 175px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .cookie-bar { grid-template-columns: 31px 1fr auto; padding: 9px; }.cookie-bar p { font-size: 8px; }
}

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