:root {
    --bg: #f4f6fb;
    --surface: #ffffff;
    --text: #273248;
    --muted: #69758a;
    --line: #e9edf5;
    --blue: #168cf0;
    --blue-dark: #2167ed;
    --purple: #8d23ca;
    --radius: 16px;
    --shadow: 0 8px 28px rgba(36, 58, 101, .035);
}
* {
    box-sizing: border-box;
}
html {
    scroll-padding-top: 86px;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Arial, "Segoe UI", sans-serif;
    color: var(--text);
    background: var(--bg);
    font-size: 15px;
    line-height: 1.62;
}
a {
    color: #166dd4;
    text-decoration: none;
}
a:hover {
    color: #1151a2;
}
img, svg {
    max-width: 100%;
}
button, input, select, textarea {
    font: inherit;
}
button, a, input, select, textarea, summary {
    -webkit-tap-highlight-color: transparent;
}
button, select, summary {
    cursor: pointer;
}
button {
    color: inherit;
}
button, input, select, textarea {
    border-radius: 10px;
}
input, select, textarea {
    min-width: 0;
    max-width: 100%;
    color: var(--text);
    border: 1px solid #dce3f0;
    background: #fff;
    padding: 12px 14px;
}
textarea {
    resize: vertical;
}
:focus-visible {
    outline: 3px solid #3096f0;
    outline-offset: 3px;
}
[hidden] {
    display: none !important;
}
.wrap {
    width: min(1440px, calc(100% - 64px));
    margin-inline: auto;
}
.sr-only, .skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
.skip-link:focus {
    position: fixed;
    z-index: 100;
    top: 10px;
    left: 10px;
    background: white;
    padding: 12px 20px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 43px;
    padding: 10px 22px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, #189cf1, #1b75ee);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    transition: transform .18s, box-shadow .18s, filter .18s;
}
.btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px #198bf02e;
    filter: brightness(1.05);
}
.btn:active {
    transform: translateY(0);
}
.btn.register {
    background: linear-gradient(135deg, #9935da, #771cbd);
}
.btn.soft, .btn.secondary {
    background: #edf4ff;
    color: #256fc9;
}
.btn svg, .text-link svg, .brand-facts svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
}
.text-button {
    padding: 9px 3px;
    border: 0;
    background: transparent;
    color: #166dd4;
}
.site-header {
    background: rgba(244, 246, 251, .98);
    border-bottom: 1px solid var(--line);
}
.header-row {
    display: flex;
    min-height: 77px;
    align-items: center;
    gap: 34px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    line-height: 0;
}
.brand-mark {
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.brand-wordmark {
    width: 112px;
    height: 50px;
    object-fit: contain;
}
.header-links {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: 38px;
    font-size: 13px;
}
.header-links a {
    color: #3d4859;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}
.menu-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: white;
    border: 1px solid var(--line);
}
.menu-button svg {
    width: 23px;
    height: 23px;
}
.main-menu {
    display: none;
    padding: 8px 0 19px;
    flex-wrap: wrap;
    gap: 8px 22px;
}
.main-menu.open, .no-js .main-menu {
    display: flex;
}
.nav-link {
    padding: 5px 0;
    font-size: 14px;
}
.home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 236px;
    align-items: start;
    gap: 18px;
    padding-top: 15px;
}
.home-main {
    min-width: 0;
}
.mode-strip {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    background: white;
    border-radius: 11px;
    margin-bottom: 15px;
    padding: 12px 16px;
    gap: 5px;
}
.mode {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px;
    border-radius: 11px;
    color: #51586a;
    padding: 0 4px;
}
.mode strong {
    font-size: 12px;
    line-height: 1.3;
}
.mode small {
    color: #8a96aa;
    font-size: 10px;
}
.mode:hover {
    background: #f5f8fe;
}
.mode-icon {
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: linear-gradient(140deg, #a8b0c7, #78859c);
    margin-bottom: 3px;
    box-shadow: 0 4px 8px #53648715;
}
.mode-icon img {
    width: 23px;
    height: 23px;
    filter: brightness(0) invert(1);
}
.mode-live .mode-icon {
    background: linear-gradient(140deg, #f8d059, #efa147);
}
.mode-sports .mode-icon {
    background: linear-gradient(140deg, #e678f4, #ae39e8);
}
.mode-classic .mode-icon {
    background: linear-gradient(140deg, #9380fe, #6b60fa);
}
.mode-fast .mode-icon {
    background: linear-gradient(140deg, #82d4ff, #5590f2);
}
.mode-mines .mode-icon {
    background: linear-gradient(140deg, #4dedc0, #21bc80);
}
.mode-aviatrix .mode-icon {
    background: linear-gradient(140deg, #fa926a, #e55354);
}
.hero-banner {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #eaa739;
    line-height: 0;
    transition: filter .2s;
}
.hero-banner:hover {
    filter: saturate(1.04) brightness(1.015);
}
.hero-banner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2990 / 440;
    object-fit: contain;
}
.brand-intro {
    margin: 19px 0 18px;
    padding: 0 8px;
}
.brand-intro h1 {
    font-size: clamp(22px, 2.15vw, 30px);
    line-height: 1.2;
    margin: 0 0 5px;
    letter-spacing: -.6px;
}
.brand-intro p {
    max-width: 930px;
    color: #66738a;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}
.panel, .content-block, .rail-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.catalog {
    padding: 20px;
    margin-bottom: 18px;
}
.catalog-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.catalog-heading h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    font-size: 18px;
}
.catalog-heading h2 svg {
    color: var(--blue);
    width: 22px;
    height: 22px;
}
.catalog-heading > a {
    font-size: 12px;
}
.catalog-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 9px;
    align-items: center;
    background: #f5f7fc;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 21px;
}
.catalog-tabs {
    display: flex;
    gap: 2px;
}
.catalog-tab {
    min-height: 34px;
    padding: 7px 10px;
    background: transparent;
    border: 0;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 700;
}
.catalog-tab.active {
    background: #198bf0;
    color: white;
    box-shadow: 0 3px 6px #168cf01c;
}
.catalog-inputs {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    flex: 1 1 320px;
    justify-content: flex-end;
}
.search-field {
    position: relative;
    flex: 1 1 160px;
    max-width: 250px;
    min-width: 0;
}
.search-field svg {
    position: absolute;
    left: 10px;
    top: 9px;
    width: 18px;
    height: 18px;
    color: #288bfd;
}
.search-field input {
    width: 100%;
    border: none;
    padding: 9px 9px 9px 34px;
    height: 36px;
    font-size: 11px;
}
.provider-field {
    flex: 0 1 146px;
    min-width: 0;
}
.provider-field select {
    width: 100%;
    height: 36px;
    padding: 6px 8px;
    font-size: 11px;
    border: 0;
}
.search-submit {
    min-height: 36px;
    padding: 6px 12px;
    font-size: 11px;
}
.js .search-submit {
    display: none;
}
.games-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 17px 10px;
}
.game-card {
    min-width: 0;
}
.game-cover {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 240 / 170;
    background: #edf0f7;
}
.game-cover > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s;
}
.game-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #071b36d9;
    opacity: 0;
    color: white;
    font-size: 11px;
    transition: opacity .2s;
}
.game-overlay strong {
    background: #198bf0;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
}
.game-cover:hover .game-overlay, .game-cover:focus-visible .game-overlay {
    opacity: 1;
}
.game-cover:hover img {
    transform: scale(1.03);
}
.game-card h3 {
    font-size: 11px;
    margin: 7px 0 1px;
    line-height: 1.35;
    font-weight: 700;
}
.game-card p {
    color: #828b9e;
    margin: 0;
    font-size: 10px;
    line-height: 1.4;
}
.catalog-footer {
    margin-top: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.catalog-count {
    color: var(--muted);
    font-size: 12px;
}
.catalog-empty {
    padding: 30px 10px;
    text-align: center;
}
.site-rail {
    min-width: 0;
}
.rail-inner {
    display: grid;
    gap: 15px;
}
.rail-card {
    padding: 21px;
}
.rail-card h2 {
    font-size: 13px;
    margin: 0 0 14px;
}
.rail-card p {
    font-size: 12px;
    line-height: 1.6;
    color: var(--muted);
}
.rail-contest {
    background: linear-gradient(135deg, #fce9ac, #ffd991);
    position: relative;
}
.rail-contest strong {
    display: block;
    font-size: 30px;
    line-height: 1.3;
    color: #664410;
    margin-top: 5px;
    letter-spacing: -.8px;
}
.rail-contest p {
    color: #786139;
}
.rail-contest .btn {
    width: 100%;
}
.eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.rail-link {
    display: flex;
    padding: 8px 0;
    font-size: 13px;
    border-top: 1px solid var(--line);
}
.legal-marks {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}
.age-badge {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #df7c88;
    border-radius: 50%;
    font-size: 12px;
    color: #c86271;
}
.license-code {
    font-size: 11px !important;
    overflow-wrap: anywhere;
}
.brand-facts {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    gap: 12px;
    margin: 18px 0 30px;
}
.brand-facts > div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #e0e8f5;
    border-radius: 12px;
}
.brand-facts svg {
    color: #2691ed;
    margin-top: 3px;
}
.brand-facts p {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
}
.brand-facts strong, .brand-facts span {
    display: block;
}
.brand-facts span {
    color: #7d8699;
    margin-top: 2px;
    overflow-wrap: anywhere;
}
.content-block {
    padding: 30px 34px;
    margin-bottom: 16px;
    min-width: 0;
    scroll-margin-top: 20px;
}
.content-block h2 {
    margin: 0 0 17px;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.28;
    letter-spacing: -.5px;
}
.content-block h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 15px;
}
.content-block p {
    margin: 0 0 16px;
    overflow-wrap: break-word;
}
.content-block p:last-child {
    margin-bottom: 0;
}
.related-links, .actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 23px;
    margin-top: 22px;
}
.related-links .text-link {
    font-size: 13px;
}
.table-scroll {
    overflow-x: auto;
    border: 1px solid #e5eaf4;
    border-radius: 12px;
    margin: 23px 0;
    max-width: 100%;
    scrollbar-width: thin;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
}
th, td {
    padding: 13px 16px;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}
thead th {
    background: #f2f6ff;
    color: #3f5273;
    font-weight: 700;
}
tbody th {
    font-weight: 600;
}
tr:last-child > * {
    border-bottom: 0;
}
.steps {
    padding-left: 25px;
    margin: 20px 0;
}
.steps li {
    padding-left: 5px;
    margin-bottom: 11px;
}
.steps li::marker {
    color: #2587e7;
    font-weight: 700;
}
.note {
    padding: 15px 18px;
    background: #f4f7fc;
    border-radius: 10px;
    color: #657089;
    font-size: 13px;
}
.faq details {
    border-top: 1px solid var(--line);
    padding: 0;
}
.faq summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    font-weight: 600;
    list-style: none;
}
.faq summary::-webkit-details-marker {
    display: none;
}
.faq summary span {
    color: #2891eb;
    font-size: 22px;
    line-height: 1;
}
.faq details[open] summary span {
    transform: rotate(45deg);
}
.faq details p {
    font-size: 14px;
    padding-bottom: 14px;
    color: #657089;
}
.inner-main {
    max-width: 1250px;
}
.inner-hero {
    padding: 32px 0 30px;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 19px;
    color: #7e889a;
    font-size: 12px;
}
.inner-hero h1 {
    font-size: clamp(30px, 3.5vw, 45px);
    max-width: 940px;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin: 0 0 18px;
    overflow-wrap: break-word;
}
.lead {
    max-width: 900px;
    font-size: 16px;
    color: #66748b;
    line-height: 1.7;
    margin: 0;
}
.reading-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 246px;
    gap: 24px;
    align-items: start;
}
.article-content, .article-sidebar {
    min-width: 0;
}
.article-sidebar {
    align-self: stretch;
}
.sidebar-sticky {
    position: sticky;
    top: 20px;
    max-height: calc(100svh - 40px);
    overflow-y: auto;
    display: grid;
    gap: 18px;
    scrollbar-width: thin;
}
.toc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
    background: white;
    border-radius: 14px;
    font-size: 13px;
}
.toc strong {
    margin-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
    color: #7b8598;
    letter-spacing: 1px;
}
.toc a {
    color: #53617a;
    line-height: 1.55;
    overflow-wrap: break-word;
}
.sidebar-card {
    display: grid;
    gap: 12px;
    padding: 21px;
    border-radius: 14px;
    background: #e9effb;
    font-size: 13px;
}
.calculator {
    margin-top: 25px;
    padding: 24px;
    background: #f4f7fd;
    border: 1px solid #e2eaf8;
    border-radius: 14px;
}
.calculator > p {
    font-size: 13px;
    color: var(--muted);
}
.calc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}
.field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    min-width: 0;
}
.field input, .field select, .field textarea {
    width: 100%;
    font-weight: 400;
}
.field small {
    color: #718096;
    font-weight: 400;
}
.calc-result {
    display: block;
    margin-top: 18px;
    padding: 16px;
    border-radius: 10px;
    color: #30557d;
    background: #e7effb;
    font-size: 14px;
}
.calc-result.error {
    color: #a33748;
    background: #fff0f2;
}
.output-label {
    margin-top: 20px;
}
.promo-card {
    margin: 24px 0;
    padding: 22px;
    border: 1px solid #bfdbf6;
    border-radius: 14px;
}
.promo-code {
    font-size: 25px;
    letter-spacing: 2px;
    margin-right: 20px;
}
dl > div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 15px;
    padding: 8px 0;
    border-top: 1px solid var(--line);
}
dd {
    margin: 0;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.review-card {
    background: #f5f8ff;
    padding: 20px;
    border-radius: 13px;
}
.review-card header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.review-card small {
    color: var(--muted);
}
.footer {
    padding: 35px 0 22px;
    margin-top: 30px;
    border-top: 1px solid #e3e9f4;
}
.provider-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 22px;
    border-radius: 14px;
    color: white;
    background: #273c63;
    font-size: 14px;
    font-weight: 700;
}
.footer-main {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 30px;
    padding: 30px 0;
}
.footer-main p {
    font-size: 12px;
    color: #79869b;
}
.footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 20px;
    align-content: start;
    font-size: 12px;
}
.footer-link {
    color: #536581;
}
.footer-disclosure {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    border-top: 1px solid #e3e9f4;
    padding-top: 20px;
    font-size: 11px;
    line-height: 1.65;
    color: #758199;
}
.footer-disclosure p {
    margin: 0 0 5px;
    overflow-wrap: break-word;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-top: 22px;
    font-size: 11px;
    color: #909aac;
}
.mobile-bottom {
    display: none;
}
.toast {
    position: fixed;
    z-index: 80;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 20px;
    border-radius: 10px;
    color: #fff;
    background: #243652;
    box-shadow: 0 5px 24px #23375126;
    width: max-content;
    max-width: calc(100% - 30px);
    font-size: 13px;
}
.copy-buffer {
    position: fixed;
    left: -9999px;
}
@media (max-width: 1200px) {
    .wrap {
        width: calc(100% - 40px);
    }
    .home-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .site-rail {
        display: none;
    }
    .header-links {
        margin-left: 10px;
    }
    .reading-layout {
        grid-template-columns: minmax(0, 1fr) 225px;
        gap: 18px;
    }
}
@media (max-width: 800px) {
    body {
        font-size: 14px;
    }
    .wrap {
        width: calc(100% - 28px);
    }
    .header-row {
        gap: 14px;
    }
    .header-links {
        display: none;
    }
    .header-actions {
        gap: 8px;
    }
    .games-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .reading-layout {
        grid-template-columns: minmax(0, 1fr);
    }
    .article-sidebar {
        grid-row: 1;
    }
    .sidebar-sticky {
        position: static;
        max-height: none;
        overflow: visible;
        display: block;
        margin-bottom: 18px;
    }
    .toc {
        display: block;
        padding: 17px 20px;
        columns: auto;
    }
    .toc strong {
        display: block;
        margin-bottom: 10px;
    }
    .toc a {
        display: block;
        margin: 7px 0;
    }
    .sidebar-card {
        display: none;
    }
    .footer-main {
        grid-template-columns: 1fr;
    }
    .brand-facts {
        grid-template-columns: 1fr 1fr;
    }
    .brand-facts > div:last-child {
        grid-column: 1 / -1;
    }
}
@media (max-width: 680px) {
    .hero-banner img {
        aspect-ratio: 1340 / 400;
    }
    .brand-wordmark {
        width: 96px;
        height: 44px;
    }
    .brand-mark {
        width: 39px;
        height: 39px;
    }
    .header-row {
        min-height: 66px;
    }
    .header-actions .btn {
        min-height: 35px;
        font-size: 11px;
        padding: 7px 12px;
    }
    .menu-button {
        width: 34px;
        height: 34px;
    }
    .mode-strip {
        padding: 10px 5px;
    }
    .mode-icon {
        width: 33px;
        height: 33px;
    }
    .mode-icon img {
        width: 20px;
        height: 20px;
    }
    .mode strong {
        font-size: 10px;
    }
    .mode small {
        display: none;
    }
    .brand-intro {
        padding: 0 4px;
        margin: 18px 0;
    }
    .brand-intro h1 {
        font-size: 23px;
        margin-bottom: 7px;
    }
    .brand-intro p {
        font-size: 12px;
    }
    .catalog {
        padding: 14px 12px;
    }
    .catalog-heading h2 {
        font-size: 16px;
    }
    .catalog-tools {
        display: block;
        margin-bottom: 15px;
    }
    .catalog-tabs {
        justify-content: space-around;
        margin-bottom: 8px;
    }
    .catalog-inputs {
        display: flex;
        gap: 5px;
    }
    .search-field {
        max-width: none;
    }
    .provider-field {
        flex-basis: 125px;
    }
    .games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 7px;
    }
    .game-cover {
        border-radius: 8px;
    }
    .game-card h3 {
        font-size: 10px;
    }
    .game-card p {
        font-size: 9px;
    }
    .game-overlay {
        font-size: 9px;
    }
    .game-overlay strong {
        font-size: 11px;
        padding: 7px 10px;
    }
    .brand-facts {
        gap: 9px;
        margin: 16px 0 23px;
    }
    .brand-facts > div {
        padding: 12px;
        gap: 8px;
    }
    .brand-facts svg {
        width: 17px;
    }
    .content-block {
        padding: 23px 20px;
    }
    .content-block h2 {
        font-size: 23px;
    }
    .table-scroll table {
        min-width: 440px;
    }
    .table-scroll th, .table-scroll td {
        padding: 11px 13px;
        font-size: 12px;
    }
    .related-links {
        gap: 14px;
    }
    .related-links .btn {
        flex: 1 0 auto;
        max-width: 100%;
    }
    .inner-hero {
        padding: 22px 4px 25px;
    }
    .inner-hero h1 {
        font-size: 32px;
        letter-spacing: -.7px;
    }
    .lead {
        font-size: 14px;
    }
    .calc-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .calculator {
        padding: 18px 14px;
    }
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    .footer {
        padding-bottom: 105px;
    }
    .footer-links {
        grid-template-columns: 1fr 1fr;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .provider-strip {
        font-size: 12px;
        padding: 18px;
        gap: 15px 22px;
    }
    .mobile-bottom {
        display: grid;
        grid-template-columns: 1fr 1.25fr;
        gap: 10px;
        position: fixed;
        z-index: 50;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        background: #ffffffed;
        border-top: 1px solid #e0e7f1;
        backdrop-filter: blur(10px);
    }
    .mobile-bottom .btn {
        min-height: 45px;
    }
}
@media (max-width: 430px) {
    .wrap {
        width: calc(100% - 20px);
    }
    .header-row {
        gap: 5px;
    }
    .brand {
        gap: 5px;
    }
    .brand-mark {
        width: 32px;
        height: 32px;
    }
    .brand-wordmark {
        width: 82px;
        height: 40px;
    }
    .header-actions {
        gap: 5px;
    }
    .header-actions .btn {
        padding: 7px 8px;
        font-size: 10px;
    }
    .menu-button {
        width: 31px;
        height: 33px;
    }
    .mode-strip {
        gap: 0;
    }
    .mode {
        padding: 0;
    }
    .mode-icon {
        width: 29px;
        height: 29px;
    }
    .mode strong {
        font-size: 9px;
    }
    .brand-intro h1 {
        font-size: 22px;
    }
    .content-block {
        padding: 22px 17px;
    }
    .brand-facts {
        grid-template-columns: 1fr;
    }
    .brand-facts > div:last-child {
        grid-column: auto;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        transition: none !important;
    }
}

/* Three offers share one admin-managed data source on home and bonus pages. */
.promotion-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0;
}
.promotion-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px;
    border: 1px solid #dfe6f5;
    border-radius: 16px;
    background: linear-gradient(140deg, #f5f7ff, #ffffff);
}
.promotion-reward {
    color: #6c43cf;
    font-size: 28px;
    line-height: 1.2;
}
.promotion-code {
    display: block;
    padding: 13px 0 5px;
    color: #223452;
    font-size: 15px;
    font-weight: 700;
    overflow-wrap: anywhere;
    user-select: all;
}
.promotion-limit { font-size: 13px; }
.promotion-terms { font-size: 13px; }
.promotion-terms div { padding: 8px 0; border-top: 1px solid #e3e9f4; }
.promotion-terms dt { font-weight: 700; }
.promotion-terms dd { margin-top: 4px; }
.promotion-actions { display: grid; gap: 8px; margin-top: auto; }
.promotion-actions .btn { min-width: 0; width: 100%; justify-content: center; }
.review-filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; }
.review-filter {
    border: 1px solid #dfe6f5;
    border-radius: 10px;
    padding: 10px 14px;
    color: #263a5c;
    background: white;
    font: inherit;
    cursor: pointer;
}
.review-filter.active { color: white; background: #317cff; border-color: #317cff; }
.review-count { color: var(--muted); font-size: 14px; }
.review-rating { flex-shrink: 0; color: #275bd5; font-weight: 700; }
.review-card { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 900px) {
    .promotion-grid { grid-template-columns: 1fr; }
    .promotion-actions { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 360px) {
    .promotion-actions { grid-template-columns: 1fr; }
}
