:root {
    --bg: #0b111c;
    --surface: #131d2c;
    --surface-2: #18263a;
    --line: #26364c;
    --text: #f5f8ff;
    --muted: #afbed1;
    --blue: #42c6ff;
    --brand-gradient: linear-gradient(112deg, #36c7ef, #2070ff);
    --radius: 22px;
    color-scheme: dark;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, select, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button, input, select, textarea { max-width: 100%; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
svg { width: 22px; height: 22px; flex: 0 0 auto; }
[hidden] { display: none !important; }
h1,h2,h3,h4,p,figure { margin: 0; }
h1,h2,h3 { line-height: 1.17; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(32px,4.2vw,58px); font-weight: 800; }
h2 { font-size: clamp(25px,2.5vw,36px); font-weight: 760; }
h3 { font-size: 21px; font-weight: 720; }
p { overflow-wrap: anywhere; }
:focus-visible { outline: 3px solid #70d9ff; outline-offset: 4px; }
.wrap { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: fixed; z-index: 100; top: -90px; left: 16px; padding: 12px 24px; background: #fff; color: #000; }
.skip:focus { top: 8px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 25px; border: 1px solid transparent; border-radius: 13px; background: var(--brand-gradient); color: #fff; font-weight: 750; font-size: 15px; line-height: 1.3; text-align: center; transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.btn:hover { filter: brightness(1.11); transform: translateY(-2px); box-shadow: 0 6px 24px #2583f929; }
.btn:active { transform: translateY(0); }
.btn.secondary { background: #24344ccf; border-color: #405575; box-shadow: none; }
.btn.secondary:hover { background: #2c415f; }
.text-link { color: #70ceff; font-weight: 630; display: inline-flex; align-items: center; gap: 8px; line-height: 1.4; }
.text-link:hover { color: #b1e8ff; text-decoration: underline; text-underline-offset: 5px; }
.topbar { border-bottom: 1px solid #1c2a3c; background: #0d1522f7; position: relative; z-index: 40; }
.topbar-inner { display: flex; align-items: center; min-height: 84px; gap: 22px; }
.brand { display: inline-flex; flex-shrink: 0; }
.brand img { width: 158px; height: 34px; object-fit: contain; }
.menu-button { display: none; width: 42px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: #d9eafa; align-items: center; justify-content: center; }
.header-products { display: flex; align-items: center; gap: 25px; margin-left: 28px; }
.product-tab { font-weight: 700; color: #bccadd; position: relative; }
.product-tab:first-child { color: #fff; }
.product-tab:first-child:after { content:""; position: absolute; left:0; right:0; bottom:-29px; height:3px; background:var(--brand-gradient); }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.header-actions .btn { min-height: 43px; padding: 10px 20px; }
.age-badge { display: inline-grid; place-items: center; border: 1px solid #536077; color: #bdcbe0; border-radius: 50%; width: 35px; height: 35px; font-weight: 700; font-size: 12px; flex-shrink: 0; }
.main-nav { display: flex; align-items: center; gap: 30px; padding-block: 12px; font-size: 13px; color: #afbdd0; }
.nav-link:hover { color: #fff; }
.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); margin-top: 26px; border: 1px solid #2c4b65; border-radius: 26px; overflow: hidden; min-height: 480px; background: #102638; }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #091628ed 0%, #102739d6 38%, #14304f4d 65%, #101d2820 100%); }
.hero-copy { padding: 38px 0 32px 46px; max-width: 670px; position: relative; z-index: 2; }
.eyebrow { display: block; color: #7bd9ff; text-transform: uppercase; font-size: 11px; line-height: 1.5; letter-spacing: .14em; font-weight: 750; margin-bottom: 13px; }
.hero h1 { font-size: clamp(36px,4.65vw,63px); line-height: 1.03; letter-spacing:-.045em; }
.hero h1 span { display: block; }
.hero h1 span+span { color: #95dafa; font-size: .76em; margin-top: 8px; }
.hero-text { margin-top: 20px; max-width: 510px; color: #d6e4ee; font-size: 15px; line-height: 1.6; }
.hero-offer { display: flex; flex-direction: column; margin-top: 21px; gap: 0; }
.hero-offer strong { font-size: 25px; line-height: 1.3; letter-spacing: -.03em; color: #fff; }
.hero-offer span { font-size: 13px; color: #d2e3ed; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.hero-actions .btn { min-width: 162px; min-height: 50px; }
.hero-fine { margin-top: 13px; font-size: 11px; line-height: 1.55; max-width: 435px; color: #b2c6d5; }
.hero-art { display: flex; align-items: end; justify-content: center; padding: 16px 26px 0 0; position: relative; min-width: 0; }
.hero-art picture { display: block; width: min(100%,352px); }
.hero-art img { width: 100%; height: auto; object-fit: contain; object-position: center bottom; display: block; }
.offers-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-block: 20px 42px; }
.offer-tile { position: relative; border: 1px solid var(--line); background: linear-gradient(120deg,#15243a,#131d2c); border-radius: 17px; display: flex; align-items: center; gap: 15px; min-height: 104px; padding: 18px 22px; transition:border-color .2s,transform .2s; }
.offer-tile:hover { border-color:#4aaef0; transform:translateY(-2px); }
.offer-icon { display: grid; place-items:center; width:48px; height:48px; border-radius:14px; color:#65cfff; background:#244665; flex-shrink:0; }
.offer-icon svg { width:25px; height:25px; }
.offer-tile strong { display:block; font-size:20px; line-height:1.3; letter-spacing:-.03em; }
.offer-tile p { font-size:12px; margin-top:5px; color:var(--muted); }
.tile-link { position:absolute; inset:0; overflow:hidden; text-indent:-10000px; border-radius:17px; }
.catalog { margin-block: 36px 30px; scroll-margin-top:20px; }
.section-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.section-heading .eyebrow { margin-bottom:8px; }
.catalog-intro { margin-top:13px; max-width:850px; color:var(--muted); font-size:14px; }
.catalog-controls { display:flex; gap:12px; margin-top:24px; }
.search-form { display:flex; align-items:stretch; gap:10px; flex:1; }
.search-field { display:flex; align-items:center; background:#131f2e; border:1px solid #33465f; border-radius:12px; padding:0 16px; gap:12px; flex:1; min-width:0; color:#91a8c4; }
.search-field input { border:0; background:transparent; padding:14px 0; outline:0; width:100%; min-width:0; color:#fff; font-size:14px; }
.search-field:focus-within { border-color:#62caff; }
.search-field input::placeholder { color:#8eabc5; }
.search-form .btn { padding-inline:15px; }
.provider-control { width:225px; display:flex; }
.provider-control select { width:100%; padding:12px 16px; background:#131f2e; color:#d0dcec; border:1px solid #33465f; border-radius:12px; font-size:13px; }
.filter-row { display:flex; gap:8px; align-items:center; margin-block:16px 23px; flex-wrap:wrap; }
.filter-btn { background:#172235; color:#adbed2; border:1px solid #29394f; border-radius:9px; padding:9px 15px; font-size:13px; font-weight:620; white-space:nowrap; }
.filter-btn[aria-pressed=true] { background:#1c4360; color:#a7e5ff; border-color:#3978a0; }
.game-count { color:#9db1c9; font-size:12px; margin-left:auto; }
.games-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:17px; }
.game-card { min-width:0; background:#141f30; border:1px solid #26344a; border-radius:15px; overflow:hidden; transition:transform .2s,border-color .2s; }
.game-card:hover { transform:translateY(-4px); border-color:#3e8cbe; }
.game-cover { display:block; position:relative; aspect-ratio:280/330; overflow:hidden; background:#1b2a40; }
.game-cover>img { width:100%; height:100%; object-fit:cover; object-position:center; }
.game-launch { display:flex; align-items:center; justify-content:center; gap:8px; position:absolute; inset:0; background:#071225c9; opacity:0; transition:opacity .2s; font-size:14px; font-weight:750; }
.game-cover:hover .game-launch, .game-cover:focus-visible .game-launch { opacity:1; }
.game-launch svg { width:35px; height:35px; }
.game-caption { padding:13px; }
.game-caption h3 { font-size:14px; font-weight:730; line-height:1.3; letter-spacing:-.015em; text-wrap:initial; overflow-wrap:anywhere; }
.game-caption p { font-size:11px; color:#73c5f4; margin-top:5px; }
.game-caption small { display:block; font-size:11px; line-height:1.45; color:#a8bbce; margin-top:8px; }
.catalog-bottom { display:flex; justify-content:center; margin-top:25px; }
.catalog-empty { padding:30px; border:1px dashed #385067; border-radius:15px; color:var(--muted); }
.server-pagination { display:flex; gap:10px; justify-content:center; margin-top:18px; }
.server-pagination a { padding:5px 12px; border:1px solid var(--line); border-radius:8px; }
.server-pagination [aria-current=page] { background:#295884; }
html:not(.no-js) .server-pagination { display:none; }
.no-js .js-feature { display:none; }
.providers-strip { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); align-items:center; gap:30px; padding:24px 16px; margin-block:35px 24px; border-block:1px solid #202d3d; }
.providers-strip img { height:33px; width:100%; object-fit:contain; filter:brightness(0) invert(1); opacity:.83; }
/* Full-width editorial flow: an arbitrary block order must not create empty grid cells. */
.home-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    width: 100%;
    min-width: 0;
}
.home-content > .content-block {
    grid-column: 1 / -1;
    width: 100%;
}
.content-block { padding:30px; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); min-width:0; scroll-margin-top:30px; }
.content-block h2 { margin-bottom:20px; font-size:29px; }
.content-block h3 { margin-bottom:13px; }
.content-block p { margin-top:13px; color:#bfcddd; font-size:15px; line-height:1.75; }
.content-block p:first-of-type { margin-top:0; }
.content-block p a { color:#7ed5ff; text-decoration:underline; text-underline-offset:4px; }
.home-content #brand { background:linear-gradient(135deg,#14243a,#121c2c); }
.content-block .block-actions { display:flex; gap:22px; flex-wrap:wrap; align-items:center; margin-top:23px; }
.content-block .btn { padding:11px 20px; min-height:45px; }
.table-scroll { max-width:100%; overflow-x:auto; margin-top:23px; border:1px solid #324157; border-radius:12px; scrollbar-color:#4a7398 transparent; }
table { width:100%; border-collapse:collapse; font-size:13px; line-height:1.55; text-align:left; }
th,td { padding:13px 17px; border-bottom:1px solid #2b3a50; min-width:110px; vertical-align:top; }
thead th { background:#1e3048; color:#e1eeff; font-weight:650; white-space:normal; }
tbody th { font-weight:650; color:#eaf4ff; }
td { color:#c0cfde; }
tbody tr:nth-child(even) { background:#182538; }
tbody tr:last-child>* { border-bottom:0; }
.steps { padding-left:25px; color:#c2d0df; margin-top:20px; font-size:15px; }
.steps li { padding-left:8px; margin-top:13px; }
.steps li::marker { color:#68caff; font-weight:750; }
.note { padding:16px; border-left:3px solid var(--blue); background:#1a3043; border-radius:0 10px 10px 0; }
.inner-hero { padding:35px 0 30px; width:100%; min-width:0; }
.breadcrumbs { display:flex; flex-wrap:wrap; align-items:center; gap:10px; color:#7c92ab; font-size:12px; margin-bottom:28px; }
.breadcrumbs a { color:#b2c8df; }
.inner-hero h1 { max-width:950px; font-size:clamp(32px,4vw,52px); }
.lead { font-size:17px; color:#b5c8dc; margin-top:22px; max-width:900px; line-height:1.75; }
.actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:23px; }
/* The page title, article panels, tables and related links share the same outer edges. */
.reading-layout { width:100%; min-width:0; margin:0; }
.article-content { display:grid; grid-template-columns:minmax(0,1fr); gap:20px; min-width:0; }
.article-content > .content-block { width:100%; }
.article-content .content-block { padding:30px; }
.content-block > p, .content-block > .steps { max-width:1100px; }
.related-pages { display:flex; flex-wrap:wrap; gap:24px; padding:18px 0 30px; }
.calculator { display:block; padding:24px; border:1px solid #314a65; background:#101c2d; border-radius:15px; margin-top:24px; }
.calculator h3 { font-size:21px; }
.calculator>p { font-size:13px; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-block:18px; }
.field { display:flex; flex-direction:column; gap:8px; color:#c5d8eb; font-size:13px; margin-block:12px; min-width:0; }
.field.full { grid-column:1/-1; }
.field input,.field select,.field textarea { border:1px solid #36516e; border-radius:10px; background:#1b2b41; color:#eff7ff; padding:12px 14px; min-height:47px; width:100%; }
.field input::placeholder,.field textarea::placeholder { color:#92a6bd; }
.result { display:block; background:#142c41; border-left:3px solid #45bbed; padding:16px; border-radius:0 10px 10px 0; margin-top:20px; line-height:1.6; font-size:14px; color:#cbe7f9; }
.result[data-error=true] { border-color:#ffb967; }
.breakdown { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:20px; }
.breakdown div { background:#1a2d45; border:1px solid #344c65; padding:15px; border-radius:11px; }
.breakdown span { display:block; font-size:12px; color:#a9c0d5; }
.breakdown strong { display:block; font-size:22px; color:#c1ebff; margin-top:6px; }
.faq { margin-block:30px 45px; }
.faq details { border-top:1px solid #304156; padding-block:16px; }
.faq summary { cursor:pointer; font-size:16px; line-height:1.45; font-weight:650; padding-right:18px; }
.faq summary::marker { color:#56c2ff; }
.faq details p { max-width:1000px; margin-top:15px; }
.footer { border-top:1px solid #233148; background:#0a101a; padding:42px 0 22px; margin-top:35px; }
.footer-top { display:flex; justify-content:space-between; gap:35px; }
.footer-top p { font-size:13px; color:#869fb7; margin-top:18px; }
.footer-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:35px; font-size:13px; }
.footer-links strong { display:block; margin-bottom:15px; color:#c7d9e9; }
.footer-link { display:block; margin-top:9px; color:#8aa4be; }
.footer-link:hover { color:#70d9ff; }
.footer-disclosure { display:flex; gap:20px; margin-top:35px; border-top:1px solid #202c3c; padding-top:22px; font-size:12px; color:#8099b3; line-height:1.7; }
.footer-disclosure p+p { margin-top:8px; }
.footer-bottom { display:flex; justify-content:space-between; flex-wrap:wrap; gap:15px; margin-top:26px; font-size:11px; color:#6884a0; }
.mobile-bottom { display:none; }
.toast { position:fixed; left:50%; transform:translateX(-50%); bottom:24px; z-index:200; background:#dcf4ff; color:#113b57; border-radius:12px; box-shadow:0 8px 30px #0007; padding:12px 22px; max-width:calc(100% - 30px); font-size:14px; text-align:center; }
.reviews-grid { display:grid; gap:20px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.review-card { padding:24px; background:var(--surface); border:1px solid var(--line); border-radius:18px; }
.review-card header { display:flex; justify-content:space-between; gap:15px; }
.review-card p { margin-block:14px; color:var(--muted); }
.review-card small { color:#86a9c6; }
.promo-card { padding:24px; border-radius:15px; border:1px solid #397197; background:#15324b; margin-block:20px; }
.promo-card strong { font-size:25px; color:#fff; }
.promo-card .btn { margin-top:14px; }
@media (max-width:1100px) {
    .wrap { width:calc(100% - 40px); }
    .header-products { margin-left:0; gap:16px; font-size:14px; }
    .main-nav { gap:21px; }
    .hero-copy { padding-left:30px; }
    .hero-art { padding-right:8px; }
    .hero h1 { font-size:52px; }
    .games-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
    .offer-tile { padding:16px; gap:12px; }
    .offer-tile strong { font-size:18px; }
    .offer-icon { width:37px; height:40px; }
    .footer-top { flex-direction:column; }
    .footer-links { max-width:800px; }
}
@media (max-width:760px) {
    .wrap { width:calc(100% - 28px); }
    .topbar-inner { min-height:70px; gap:12px; }
    .brand img { width:124px; height:28px; }
    .header-products,.header-actions .age-badge { display:none; }
    .menu-button { display:flex; }
    .header-actions { gap:7px; }
    .header-actions .btn { min-height:39px; padding:9px 12px; font-size:13px; border-radius:9px; }
    .main-nav { display:none; position:absolute; left:14px; right:14px; top:70px; width:auto; border:1px solid #3d5470; border-radius:14px; background:#142033; padding:14px; box-shadow:0 15px 40px #0008; }
    .main-nav.is-open,.no-js .main-nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:4px; }
    .no-js .main-nav { position:static; width:calc(100% - 28px); margin-block:10px; }
    .main-nav a { padding:9px; font-size:14px; }
    .hero { grid-template-columns:minmax(0,1fr) minmax(0,.65fr); min-height:435px; margin-top:16px; border-radius:20px; }
    .hero-copy { padding:28px 0 24px 25px; }
    .hero h1 { font-size:42px; }
    .hero-text { font-size:14px; }
    .hero-art { padding-top:15px; padding-right:4px; }
    .hero-offer strong { font-size:22px; }
    .hero-actions .btn { min-width:0; min-height:43px; font-size:13px; padding:11px 13px; }
    .hero-fine { padding-right:5px; font-size:10px; }
    .offers-row { gap:10px; margin-bottom:30px; }
    .offer-tile { flex-direction:column; align-items:flex-start; justify-content:center; padding:14px; gap:9px; min-height:130px; }
    .offer-tile strong { font-size:16px; }
    .offer-tile p { font-size:11px; line-height:1.5; }
    .offer-icon { width:32px; height:32px; }
    .offer-icon svg { width:20px; height:20px; }
    .home-content { grid-template-columns:1fr; gap:16px; }
    .home-content > .content-block { grid-column:1 / -1; }
    .content-block,.article-content .content-block { padding:25px; border-radius:17px; }
    .content-block h2 { font-size:26px; }
    .providers-strip { gap:22px; grid-template-columns:repeat(3,minmax(0,1fr)); padding-block:22px; }
    .providers-strip img { height:27px; }
    .games-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }
    .game-caption { padding:12px; }
    .game-caption h3 { font-size:13px; }
    .catalog-controls { gap:8px; }
    .provider-control { width:190px; }
    .game-count { width:100%; margin-left:0; }
    .mobile-bottom { display:flex; gap:9px; position:fixed; left:0; right:0; bottom:0; z-index:60; padding:10px 14px max(10px,env(safe-area-inset-bottom)); border-top:1px solid #31435c; background:#0e1727f5; backdrop-filter:blur(14px); }
    .mobile-bottom .btn { flex:1; min-height:43px; }
    body { padding-bottom:73px; }
    .toast { bottom:85px; }
    .footer-links { gap:20px; }
}
@media (max-width:540px) {
    .wrap { width:calc(100% - 24px); }
    .topbar-inner { gap:9px; min-height:66px; }
    .brand img { width:111px; }
    .menu-button { width:32px; height:36px; border:0; }
    .header-actions .btn { padding:9px 11px; font-size:12px; min-height:38px; }
    .header-actions .secondary { padding-inline:10px; }
    .hero { display:flex; flex-direction:column; }
    .hero-copy { padding:26px 23px 0; max-width:none; }
    .hero .eyebrow { font-size:9px; letter-spacing:.12em; margin-bottom:13px; }
    .hero h1 { font-size:43px; }
    .hero h1 span+span { font-size:.76em; }
    .hero-text { font-size:13px; line-height:1.65; margin-top:15px; max-width:none; }
    .hero-offer { margin-top:16px; }
    .hero-offer strong { font-size:24px; }
    .hero-offer span { font-size:12px; margin-top:3px; }
    .hero-actions { gap:9px; margin-top:17px; }
    .hero-actions .btn { min-height:45px; flex:1; padding-inline:10px; font-size:13px; }
    .hero-fine { font-size:10px; line-height:1.6; margin-top:11px; }
    .hero-art { padding:15px 0 0; margin-top:3px; height:auto; }
    .hero-art picture { width:220px; max-width:75%; }
    .hero-shade { background:linear-gradient(180deg,#071a2beb 0%,#112d42d9 42%,#11375560 80%,#11192310 100%); }
    .hero-background { object-position:62% bottom; }
    .offers-row { gap:9px; grid-template-columns:1fr; margin-block:14px 30px; }
    .offer-tile { flex-direction:row; align-items:center; justify-content:flex-start; min-height:75px; gap:14px; padding:14px 18px; }
    .offer-icon { width:39px; height:39px; }
    .offer-tile strong { font-size:18px; }
    .offer-tile p { font-size:12px; }
    .catalog { margin-top:28px; }
    .section-heading { align-items:flex-end; gap:10px; }
    .section-heading h2 { font-size:27px; }
    .section-heading .text-link { font-size:12px; text-align:right; }
    .section-heading .text-link svg { display:none; }
    .catalog-intro { font-size:13px; line-height:1.65; }
    .catalog-controls { flex-direction:column; margin-top:18px; }
    .provider-control { width:100%; }
    .search-field { padding-inline:12px; }
    .search-field input { font-size:13px; }
    .provider-control select { padding-block:11px; }
    .filter-row { gap:7px; }
    .filter-btn { font-size:11px; padding:8px 10px; }
    .games-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
    .game-cover { aspect-ratio:280/320; }
    .game-caption small { font-size:11px; }
    .content-block,.article-content .content-block { padding:23px 19px; }
    .content-block h2 { font-size:25px; }
    .content-block p { font-size:14px; line-height:1.75; }
    .content-block .block-actions { gap:17px; }
    .content-block .block-actions .btn { width:100%; }
    th,td { padding:12px; min-width:100px; font-size:12px; }
    .table-scroll { margin-top:18px; }
    .inner-hero { padding-block:25px; }
    .inner-hero h1 { font-size:34px; }
    .lead { font-size:15px; margin-top:18px; }
    .breadcrumbs { margin-bottom:23px; }
    .form-grid { grid-template-columns:1fr; gap:6px; }
    .calculator { padding:19px 15px; }
    .calculator .btn { width:100%; }
    .breakdown { grid-template-columns:1fr; }
    .field { margin-block:10px; }
    .field input,.field select,.field textarea { font-size:16px; }
    .faq summary { font-size:15px; }
    .footer { padding-top:30px; }
    .footer-top { gap:28px; }
    .footer-links { grid-template-columns:repeat(2,minmax(0,1fr)); gap:27px 20px; font-size:12px; }
    .footer-disclosure { gap:13px; }
    .footer-disclosure .age-badge { width:30px; height:30px; }
    .reviews-grid { grid-template-columns:1fr; }
}
@media (max-width:359px) {
    .wrap { width:calc(100% - 20px); }
    .header-actions .btn { padding:9px; font-size:11px; }
    .brand img { width:91px; }
    .topbar-inner { gap:7px; }
    .hero-copy { padding-inline:18px; }
    .hero h1 { font-size:36px; }
    .hero-offer strong { font-size:21px; }
    .hero-art picture { width:198px; }
    .game-caption { padding:10px; }
    .game-caption h3 { font-size:12px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior:auto; }
    *,*::before,*::after { animation:none!important; transition:none!important; }
}

/* Long document headings must remain within a 320 px layout. */
.inner-hero h1 {
    overflow-wrap: anywhere;
    hyphens: auto;
}
