:root {
    --bg: #0d0f16;
    --bg-2: #11131c;
    --panel: #1c2033;
    --panel-2: #272b43;
    --sidebar: #191c2d;
    --text: #ffffff;
    --muted: #a8acc1;
    --soft: #74798e;
    --yellow: #f3ff00;
    --yellow-2: #d7e400;
    --purple: #34384f;
    --line: rgba(255, 255, 255, 0.08);
    --pink: #ff2f87;
    --blue: #21a8ff;
    --green: #0edc7b;
    --radius: 18px;
    --container: 1440px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}

.container {
    width: min(100% - 48px, var(--container));
    margin-inline: auto;
}

.page-shell {
    display: flex;
    min-height: 100vh;
}

.main-area {
    width: 100%;
    padding-left: 66px;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    padding: 0 28px 0 32px;
    background: #101219;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.topbar-left,
.topbar-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-weight: 1000;
    letter-spacing: -0.08em;
}

.brand-box {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 7px;
    color: #050505;
    background: var(--yellow);
    border-radius: 5px;
    font-size: 25px;
    line-height: 1;
}

.brand-text {
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.pill-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    background: #242633;
    border-radius: 999px;
}

.pill-nav a {
    padding: 7px 13px;
    color: #b8bccd;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.pill-nav a.active,
.pill-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.search-btn {
    width: 34px;
    height: 34px;
    border: 0;
    color: #c7ccde;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.login-btn,
.register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.login-btn {
    color: #fff;
    background: #31354d;
}

.register-btn,
.yellow-btn,
.hero-btn,
.small-yellow-btn {
    color: #050505;
    background: var(--yellow);
    font-weight: 1000;
    box-shadow: 0 0 0 1px rgba(243, 255, 0, 0.15);
    transition: 0.2s;
}

.register-btn:hover,
.yellow-btn:hover,
.hero-btn:hover,
.small-yellow-btn:hover {
    background: #ffff36;
    transform: translateY(-1px);
}

.hero {
    padding: 110px 0 42px;
    background:
            radial-gradient(circle at 50% 0%, rgba(58, 68, 110, 0.35), transparent 42rem),
            var(--bg);
}

.hero-banner {
    position: relative;
    min-height: 470px;
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    background:
            linear-gradient(90deg, rgba(97, 72, 20, 0.85), rgba(14, 18, 29, 0.92) 42%, rgba(18, 49, 61, 0.78)),
            #171b28;
}

.hero-banner::before,
.hero-banner::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 64px;
    background: linear-gradient(135deg, #fff, #9fa78f);
    opacity: 0.75;
    border-radius: 10px;
    filter: blur(0.2px);
    transform: rotate(28deg);
}

.hero-banner::before {
    top: 58px;
    right: 300px;
}

.hero-banner::after {
    top: 76px;
    right: 86px;
    transform: rotate(-18deg);
}

.hero-copy {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 58px 20px;
}

.hero-kicker {
    display: block;
    margin-bottom: 16px;
    font-size: clamp(24px, 2vw, 34px);
    text-transform: uppercase;
    font-weight: 1000;
    letter-spacing: 0.03em;
}

h1 {
    margin: 0;
    font-size: clamp(34px, 4vw, 68px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

.bonus-big {
    margin-top: 10px;
    color: #ffe019;
    font-size: clamp(76px, 9vw, 142px);
    line-height: 0.9;
    font-weight: 1000;
    letter-spacing: -0.08em;
}

.bonus-sub {
    margin: 18px 0 22px;
    color: #ffe019;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 1000;
}

.hero-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 330px;
    min-height: 74px;
    border-radius: 999px;
    font-size: 30px;
    line-height: 1;
}

.hero-btn small {
    margin-top: 7px;
    font-size: 15px;
    font-weight: 800;
    opacity: 0.75;
}

.hero-visual {
    position: relative;
    height: 100%;
    min-height: 470px;
}

.character {
    position: absolute;
    inset: auto 0 0;
    height: 420px;
}

.gold-character::before,
.blue-character::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 260px;
    height: 330px;
    border-radius: 70px 70px 0 0;
}

.gold-character::before {
    left: 55px;
    background: linear-gradient(135deg, #f6b22b, #7b4416);
}

.blue-character::before {
    right: 60px;
    background: linear-gradient(135deg, #293a57, #c5d9e7);
}

.face {
    position: absolute;
    top: 26px;
    width: 150px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f3b27a, #9c5631);
}

.gold-character .face {
    left: 110px;
}

.blue-character .face {
    right: 118px;
    background: linear-gradient(135deg, #9b623d, #603019);
}

.glasses {
    position: absolute;
    top: 85px;
    width: 136px;
    height: 34px;
    border-radius: 999px;
    background: repeating-linear-gradient(0deg, #fff 0 3px, transparent 3px 8px);
    border: 3px solid #fff;
}

.gold-character .glasses {
    left: 116px;
}

.blue-character .glasses {
    right: 122px;
    background: rgba(111, 34, 255, 0.8);
    border-color: #a06cff;
}

.chain {
    position: absolute;
    left: 118px;
    bottom: 150px;
    width: 130px;
    height: 80px;
    border: 12px solid #ffd21f;
    border-top: 0;
    border-radius: 0 0 100px 100px;
}

.cash {
    position: absolute;
    width: 80px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff, #b8c0a0);
}

.cash-one {
    top: 30px;
    right: 20px;
    transform: rotate(20deg);
}

.cash-two {
    top: 100px;
    right: 250px;
    transform: rotate(-25deg);
}

.cashback-line {
    display: flex;
    justify-content: center;
    gap: 26px;
    align-items: center;
    margin-top: 12px;
    color: var(--yellow);
    font-weight: 1000;
}

.cashback-line strong {
    color: #fff;
}

.payments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 52px;
    margin-top: 42px;
    color: #d8dced;
    font-size: 28px;
    font-weight: 1000;
}

.popular-games {
    padding: 38px 0 70px;
}

.popular-games h2,
.brand-guide-section h2,
.faq-section h2 {
    margin: 0 0 58px;
    text-align: center;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.game-card {
    position: relative;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 20px;
    border-radius: 12px;
    background: var(--panel);
}

.game-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.2), transparent 38%),
            linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.7));
}

.game-card button {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 28px;
    height: 28px;
    border: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.32);
    border-radius: 50%;
    cursor: pointer;
}

.game-icon {
    position: absolute;
    inset: 50px 20px auto;
    z-index: 1;
    text-align: center;
    font-size: 115px;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.55));
}

.game-card h3,
.game-card span {
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.game-card h3 {
    font-size: 15px;
    line-height: 1.15;
    font-weight: 1000;
}

.game-card span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 900;
}

.game-blue { background: linear-gradient(160deg, #094cff, #a90075); }
.game-red { background: linear-gradient(160deg, #2b0e28, #ca003b); }
.game-gold { background: linear-gradient(160deg, #6d5900, #18191f); }
.game-dark { background: linear-gradient(160deg, #050507, #686b00); }
.game-cyan { background: linear-gradient(160deg, #3de6ff, #14237a); }
.game-purple { background: linear-gradient(160deg, #5e1943, #c10073); }
.game-ice { background: linear-gradient(160deg, #cceeff, #3157c9); }
.game-live { background: linear-gradient(160deg, #150000, #a900d4); }
.game-roulette { background: linear-gradient(160deg, #250000, #d40061); }
.game-black { background: linear-gradient(160deg, #010102, #621c84); }

.center-btn {
    display: flex;
    justify-content: center;
    margin-top: 46px;
}

.yellow-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 0 34px;
    border-radius: 999px;
    font-size: 16px;
}

.yellow-btn.full {
    width: 100%;
}

.providers-section {
    padding: 20px 0 74px;
}

.providers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 58px;
    flex-wrap: wrap;
    color: #dce0f4;
    font-size: 26px;
    font-weight: 1000;
    opacity: 0.9;
}

.overview-section,
.features-section,
.brand-guide-section,
.info-tiles,
.faq-section {
    padding: 70px 0;
}

.overview-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    padding: 42px;
    border-radius: 20px;
    background: #1b1e2e;
}

.section-label {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
}

.overview-content h2,
.feature-banner h2 {
    margin: 0 0 24px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.overview-content p,
.feature-banner p,
.brand-guide-grid p,
.support-row p,
.footer p,
.faq-item p {
    color: #c4c8da;
    font-size: 17px;
}

.overview-content a,
.brand-guide-grid a,
.feature-banner a {
    color: var(--yellow);
    font-weight: 1000;
}

.rating-card {
    padding: 28px;
    border-radius: 18px;
    background: #24283e;
}

.rating-number {
    color: var(--yellow);
    font-size: 76px;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: -0.08em;
}

.stars {
    color: var(--yellow);
    margin: 6px 0;
    letter-spacing: 0.1em;
}

.rating-card ul {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.rating-card li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    color: #c4c8da;
    border-bottom: 1px solid var(--line);
}

.rating-card strong {
    color: #fff;
    text-align: right;
}

.feature-banner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 40px;
    align-items: center;
    min-height: 430px;
    padding: 44px;
    overflow: hidden;
    border-radius: 20px;
    background:
            radial-gradient(circle at 78% 50%, rgba(117, 62, 255, 0.4), transparent 24rem),
            #202437;
}

.small-yellow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 20px;
    padding: 0 34px;
    border-radius: 999px;
}

.wheel {
    position: relative;
    width: 330px;
    height: 330px;
    justify-self: center;
    border: 18px solid #d79b19;
    border-radius: 50%;
    background:
            conic-gradient(#27358e 0 25%, #5845c6 0 50%, #27358e 0 75%, #5845c6 0);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.wheel::before {
    content: "";
    position: absolute;
    inset: 115px;
    border-radius: 50%;
    background: #c92032;
    border: 10px solid #ffd74b;
}

.wheel span {
    position: absolute;
    color: #ffd74b;
    font-size: 34px;
    font-weight: 1000;
}

.wheel span:nth-child(1) { top: 52px; left: 132px; }
.wheel span:nth-child(2) { right: 52px; top: 138px; }
.wheel span:nth-child(3) { bottom: 52px; left: 132px; }
.wheel span:nth-child(4) { left: 52px; top: 138px; }

.mini-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: -94px;
    padding: 0 36px 0;
    position: relative;
    z-index: 2;
}

.mini-features article {
    padding: 22px;
    border-radius: 16px;
    background: transparent;
}

.mini-icon {
    font-size: 25px;
    margin-bottom: 10px;
}

.mini-icon.pink { color: var(--pink); }
.mini-icon.blue { color: var(--blue); }
.mini-icon.gold { color: #ffcc32; }

.mini-features h3,
.brand-guide-grid h3,
.support-row h3,
.tiles-row h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
}

.brand-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.brand-guide-grid article {
    padding: 28px;
    border-radius: 18px;
    background: #1b1e2e;
}

.brand-guide-grid a {
    display: inline-flex;
    margin-top: 8px;
}

.tiles-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.tiles-row article {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    padding: 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, #29304e, #1c2033);
}

.tiles-row h3 {
    position: relative;
    z-index: 2;
    color: var(--yellow);
    font-size: 18px;
}

.tile-emoji {
    position: absolute;
    right: 20px;
    bottom: 12px;
    font-size: 105px;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.45));
}

.support-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.support-row article {
    padding: 28px;
    border-radius: 16px;
    background: #1c2033;
}

.support-row span {
    display: inline-flex;
    margin-bottom: 12px;
    font-size: 30px;
}

.faq-list {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.faq-item {
    overflow: hidden;
    border-radius: 16px;
    background: #1b1e2e;
}

.faq-item button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 22px 26px;
    border: 0;
    color: #fff;
    background: transparent;
    text-align: left;
    font-size: 19px;
    font-weight: 1000;
    cursor: pointer;
}

.faq-item button span {
    color: var(--yellow);
    font-size: 26px;
}

.faq-item div {
    display: none;
    padding: 0 26px 22px;
}

.faq-item.active div {
    display: block;
}

.faq-item.active button span {
    transform: rotate(45deg);
}

.footer {
    padding: 80px 0 110px;
    background: #101219;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.5fr;
    gap: 56px;
}

.footer-brand {
    margin-bottom: 32px;
}

.lang-pill {
    display: inline-flex;
    padding: 10px 18px;
    color: #fff;
    background: #33374f;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}

.footer h3 {
    margin: 0 0 18px;
    color: #d2d5e5;
    font-size: 15px;
}

.footer a:hover {
    color: var(--yellow);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
}

.footer-bottom p {
    margin: 0;
    color: #787d92;
    font-size: 14px;
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badges span {
    padding: 8px 12px;
    border-radius: 8px;
    color: #fff;
    background: #303650;
    font-size: 13px;
    font-weight: 900;
}

.cookie-bar {
    position: fixed;
    left: 66px;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    padding: 16px 24px;
    background: #2a2e46;
}

.cookie-bar.hidden {
    display: none;
}

.cookie-bar p {
    margin: 0;
    color: #e0e3f4;
    font-size: 15px;
    font-weight: 700;
}

.cookie-bar a {
    color: var(--yellow);
    font-weight: 1000;
}

.cookie-bar button {
    height: 40px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--yellow);
    color: #050505;
    font-weight: 1000;
    cursor: pointer;
}

.float-up,
.float-help {
    position: fixed;
    right: 28px;
    z-index: 55;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #3a3f5b;
    color: #d8dcec;
    font-size: 28px;
    font-weight: 1000;
}

.float-up {
    bottom: 106px;
}

.float-help {
    bottom: 28px;
}

@media (max-width: 1280px) {
    .games-grid,
    .tiles-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .brand-guide-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-banner {
        grid-template-columns: 0.7fr 1.2fr 0.7fr;
    }
}

@media (max-width: 980px) {
    .sidebar {
        display: none;
    }

    .main-area {
        padding-left: 0;
    }

    .topbar {
        height: auto;
        min-height: 70px;
        flex-wrap: wrap;
        padding: 14px 18px;
    }

    .topbar-left,
    .topbar-actions {
        width: 100%;
        justify-content: space-between;
    }

    .pill-nav {
        overflow-x: auto;
        max-width: 100%;
    }

    .hero {
        padding-top: 40px;
    }

    .hero-banner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-visual {
        display: none;
    }

    .overview-card,
    .feature-banner {
        grid-template-columns: 1fr;
    }

    .mini-features {
        grid-template-columns: 1fr;
        margin-top: 24px;
        padding: 0;
    }

    .support-row,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .cookie-bar {
        left: 0;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(100% - 28px, var(--container));
    }

    .brand-text {
        font-size: 28px;
    }

    .brand-box {
        height: 30px;
        font-size: 21px;
    }

    .login-btn {
        display: none;
    }

    .hero-btn {
        min-width: 0;
        width: 100%;
        font-size: 24px;
    }

    .bonus-big {
        font-size: 78px;
    }

    .payments {
        gap: 18px;
        font-size: 18px;
    }

    .games-grid,
    .tiles-row,
    .brand-guide-grid {
        grid-template-columns: 1fr;
    }

    .game-card {
        min-height: 320px;
    }

    .providers {
        gap: 24px;
        font-size: 20px;
    }

    .overview-card,
    .feature-banner {
        padding: 24px;
    }

    .wheel {
        width: 240px;
        height: 240px;
    }

    .wheel::before {
        inset: 80px;
    }

    .float-up,
    .float-help {
        width: 52px;
        height: 52px;
        right: 18px;
    }
}

body.menu-open {
    overflow: hidden;
}
/* ===== CLEAN BDM BET SIDEBAR ===== */

.sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 80;
    width: 66px;
    height: 100vh;
    overflow: hidden;
    background: #1a1d2f;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: width 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.burger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 66px;
    height: 70px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 6px auto;
    background: #bcc1d5;
    border-radius: 10px;
    transition: transform 0.22s ease;
}

.sidebar-logo {
    position: absolute;
    top: 14px;
    left: 74px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.side-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 86px 8px 20px;
}

.side-icons a {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    color: #c9cede;
    background: transparent;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 900;
    transition: background 0.2s ease, color 0.2s ease;
}

.side-icons a:hover,
.side-icons a.active {
    background: rgba(255, 255, 255, 0.08);
}

.side-icons .icon {
    width: 24px;
    min-width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
}

.side-icons .label {
    opacity: 0;
    transform: translateX(-8px);
    color: #ffffff;
    font-size: 15px;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.sidebar-bottom {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 22px;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.sidebar-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    color: #050505;
    background: var(--yellow);
    font-size: 15px;
    font-weight: 1000;
}

.sidebar-bottom p {
    margin: 10px 0 0;
    color: #8f95aa;
    font-size: 12px;
    text-align: center;
}

.sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(4, 5, 9, 0.58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

body.sidebar-open {
    overflow: hidden;
}

body.sidebar-open .sidebar {
    width: 300px;
    background: #171b2d;
    box-shadow: 28px 0 90px rgba(0, 0, 0, 0.55);
}

body.sidebar-open .sidebar-logo {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

body.sidebar-open .side-icons .label {
    opacity: 1;
    transform: translateX(0);
}

body.sidebar-open .sidebar-bottom {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.sidebar-open .sidebar-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.sidebar-open .burger span:first-child {
    transform: translateY(4px) rotate(45deg);
}

body.sidebar-open .burger span:last-child {
    transform: translateY(-4px) rotate(-45deg);
}

.main-area {
    width: 100%;
    padding-left: 66px;
}

/* ===== MOBILE SIDEBAR ===== */

@media (max-width: 980px) {
    .sidebar {
        width: 58px;
        height: 68px;
        background: #101219;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .burger {
        width: 58px;
        height: 68px;
    }

    .sidebar-logo,
    .side-icons,
    .sidebar-bottom {
        display: none;
    }

    body.sidebar-open .sidebar {
        width: min(300px, 88vw);
        height: 100vh;
        background: #171b2d;
    }

    body.sidebar-open .sidebar-logo {
        display: inline-flex;
        left: 64px;
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }

    body.sidebar-open .side-icons {
        display: flex;
        padding: 86px 10px 20px;
    }

    body.sidebar-open .side-icons .label {
        opacity: 1;
        transform: translateX(0);
    }

    body.sidebar-open .sidebar-bottom {
        display: block;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .main-area {
        padding-left: 0;
    }

    .topbar {
        padding-left: 68px;
    }
}

@media (max-width: 420px) {
    body.sidebar-open .sidebar {
        width: 92vw;
    }

    body.sidebar-open .sidebar-logo {
        left: 58px;
    }
}
.flag-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.flag-svg {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.08);
}
.pill-nav a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nav-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.nav-flag .flag-svg {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.sidebar-logo {
    position: absolute;
    top: 14px;
    left: 74px;
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-weight: 1000;
    letter-spacing: -0.08em;
}

.brand-box {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 7px;
    color: #050505;
    background: var(--yellow);
    border-radius: 5px;
    font-size: 25px;
    line-height: 1;
}

.brand-text {
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.hero {
    padding: 110px 0 42px;
    background:
            radial-gradient(circle at 50% 0%, rgba(58, 68, 110, 0.35), transparent 42rem),
            var(--bg);
}

.hero-banner-link {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: #171b28;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hero-banner-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 34px 95px rgba(0, 0, 0, 0.58);
}

.hero-banner-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2048 / 682;
    object-fit: cover;
}

.cashback-line {
    display: flex;
    justify-content: center;
    gap: 26px;
    align-items: center;
    margin-top: 12px;
    color: var(--yellow);
    font-weight: 1000;
}

.cashback-line strong {
    color: #fff;
}

.payments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 52px;
    margin-top: 42px;
    color: #d8dced;
    font-size: 28px;
    font-weight: 1000;
}

@media (max-width: 980px) {
    .hero {
        padding-top: 40px;
    }

    .hero-banner-link {
        border-radius: 18px;
    }
}

@media (max-width: 680px) {
    .hero-banner-img {
        height: 260px;
        object-fit: cover;
        object-position: center;
    }

    .payments {
        gap: 18px;
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .hero-banner-img {
        height: 220px;
    }
}

.features-section {
    padding: 76px 0;
}

.feature-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 420px;
    gap: 48px;
    align-items: center;
    min-height: 430px;
    padding: 56px;
    overflow: hidden;
    border-radius: 24px;
    background:
            radial-gradient(circle at 80% 50%, rgba(116, 67, 255, 0.45), transparent 24rem),
            linear-gradient(135deg, #202437 0%, #242741 48%, #30235d 100%);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.feature-banner::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(243, 255, 0, 0.08);
    filter: blur(4px);
}

.feature-banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 1px;
    background: linear-gradient(90deg, var(--yellow), transparent);
    opacity: 0.45;
}

.feature-content {
    position: relative;
    z-index: 2;
}

.feature-label {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #050505;
    background: var(--yellow);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.feature-content h2 {
    max-width: 760px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.feature-content p {
    max-width: 760px;
    margin: 0;
    color: #d6daec;
    font-size: 18px;
    line-height: 1.65;
}

.feature-content a {
    color: var(--yellow);
    font-weight: 1000;
}

.small-yellow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 28px;
    padding: 0 34px;
    border-radius: 999px;
    color: #050505 !important;
    background: var(--yellow);
    font-size: 16px;
    font-weight: 1000;
    box-shadow: 0 14px 34px rgba(243, 255, 0, 0.18);
    transition: transform 0.2s ease, background 0.2s ease;
}

.small-yellow-btn:hover {
    transform: translateY(-2px);
    background: #ffff36;
}

.wheel-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wheel {
    position: relative;
    width: 320px;
    height: 320px;
    border: 16px solid #e3a812;
    border-radius: 50%;
    background:
            conic-gradient(
                    #27358e 0deg 90deg,
                    #6146d7 90deg 180deg,
                    #27358e 180deg 270deg,
                    #6146d7 270deg 360deg
            );
    box-shadow:
            0 26px 70px rgba(0, 0, 0, 0.45),
            inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.wheel::before {
    content: "";
    position: absolute;
    inset: 118px;
    border-radius: 50%;
    background: #d92639;
    border: 10px solid #ffd84b;
    box-shadow: 0 0 0 10px rgba(255, 216, 75, 0.08);
}

.wheel::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 28px solid var(--yellow);
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.35));
}

.wheel span {
    position: absolute;
    color: #ffd84b;
    font-size: 34px;
    font-weight: 1000;
    line-height: 1;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.wheel span:nth-child(1) {
    top: 58px;
    left: 132px;
}

.wheel span:nth-child(2) {
    right: 54px;
    top: 136px;
}

.wheel span:nth-child(3) {
    bottom: 58px;
    left: 132px;
}

.wheel span:nth-child(4) {
    left: 54px;
    top: 136px;
}

.mini-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.mini-features article {
    min-height: 170px;
    padding: 26px;
    border-radius: 18px;
    background: #1b1f31;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.mini-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    font-size: 23px;
}

.mini-icon.pink {
    color: var(--pink);
}

.mini-icon.blue {
    color: var(--blue);
}

.mini-icon.gold {
    color: #ffcc32;
}

.mini-features h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
}

.mini-features p {
    margin: 0;
    color: #c4c8da;
    font-size: 16px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .feature-banner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .wheel-wrap {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .features-section {
        padding: 52px 0;
    }

    .feature-banner {
        padding: 28px;
        border-radius: 18px;
    }

    .feature-content h2 {
        font-size: 34px;
    }

    .feature-content p {
        font-size: 15px;
    }

    .wheel {
        width: 230px;
        height: 230px;
        border-width: 12px;
    }

    .wheel::before {
        inset: 78px;
        border-width: 7px;
    }

    .wheel span {
        font-size: 24px;
    }

    .wheel span:nth-child(1) {
        top: 42px;
        left: 94px;
    }

    .wheel span:nth-child(2) {
        right: 40px;
        top: 96px;
    }

    .wheel span:nth-child(3) {
        bottom: 42px;
        left: 94px;
    }

    .wheel span:nth-child(4) {
        left: 40px;
        top: 96px;
    }

    .mini-features {
        grid-template-columns: 1fr;
    }

    .mini-features article {
        min-height: auto;
    }
}

.wheel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancy-wheel {
    display: block;
    width: 420px;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 50px rgba(0, 0, 0, 0.3));
    transition: transform 0.25s ease;
}

.feature-banner:hover .fancy-wheel {
    transform: rotate(360deg);
}

@media (max-width: 760px) {
    .fancy-wheel {
        width: 280px;
    }
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.game-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #1b1e2e;
    min-height: 320px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.35);
}

.game-card button {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    width: 30px;
    height: 30px;
    border: 0;
    color: #fff;
    background: rgba(9, 12, 20, 0.45);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    cursor: pointer;
}

.game-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
}

.game-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.game-card:hover .game-thumb img {
    transform: scale(1.05);
}

.game-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(180deg, rgba(0,0,0,0.02) 35%, rgba(0,0,0,0.78) 100%);
    z-index: 1;
}

.game-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 18px 16px 14px;
    text-align: center;
}

.game-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 1000;
    text-transform: uppercase;
}

.game-overlay span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,0.78);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    .games-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 680px) {
    .games-grid {
        grid-template-columns: 1fr;
    }

    .game-card,
    .game-thumb,
    .game-thumb img {
        min-height: 280px;
    }
}
.popular-games {
    padding: 42px 0 78px;
}

.popular-games h2 {
    margin: 0 0 44px;
    text-align: center;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.game-card {
    position: relative;
    padding: 12px;
    border-radius: 24px;
    background:
            linear-gradient(180deg, rgba(39, 44, 67, 0.96), rgba(21, 24, 37, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
            0 20px 40px rgba(0, 0, 0, 0.32),
            inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
            transform 0.28s ease,
            box-shadow 0.28s ease,
            border-color 0.28s ease;
}

.game-card:hover {
    transform: translateY(-6px);
    border-color: rgba(243, 255, 0, 0.28);
    box-shadow:
            0 28px 55px rgba(0, 0, 0, 0.42),
            0 0 0 1px rgba(243, 255, 0, 0.08),
            0 0 28px rgba(243, 255, 0, 0.08);
}

.game-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #0a0d17;
    aspect-ratio: 5 / 7;
}

.game-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    transform: scale(1.001);
    transition:
            transform 0.45s ease,
            filter 0.35s ease;
}

.game-card:hover .game-thumb img {
    transform: scale(1.06);
    filter: saturate(1.05) contrast(1.03);
}

.game-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
            linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.08) 48%, rgba(0,0,0,0.75) 100%);
}

.game-thumb::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 10, 17, 0.88) 100%);
}

.game-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 18px 14px 16px;
    text-align: center;
}

.game-overlay h3 {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.14;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.game-overlay span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fav-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 28px;
    height: 28px;
    border: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(16, 18, 25, 0.62);
    backdrop-filter: blur(5px);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.fav-btn:hover {
    background: rgba(243, 255, 0, 0.96);
    color: #050505;
    transform: scale(1.06);
}

.center-btn {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

@media (max-width: 1280px) {
    .games-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 860px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .games-grid {
        grid-template-columns: 1fr;
    }

    .game-card {
        padding: 10px;
        border-radius: 20px;
    }

    .game-thumb,
    .game-thumb img {
        border-radius: 16px;
    }

    .game-overlay h3 {
        font-size: 16px;
    }

    .game-overlay span {
        font-size: 11px;
    }
}
.footer {
    position: relative;
    padding: 76px 0 34px;
    background:
            radial-gradient(circle at 15% 0%, rgba(243, 255, 0, 0.06), transparent 28rem),
            linear-gradient(180deg, #12141e 0%, #090b11 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(243, 255, 0, 0.5), transparent);
}

.footer-top {
    display: grid;
    grid-template-columns: 1.1fr 2fr;
    gap: 64px;
    align-items: start;
}

.footer-brand-col p {
    max-width: 430px;
    margin: 20px 0 22px;
    color: #aeb4c8;
    font-size: 15px;
    line-height: 1.65;
}

.footer-brand {
    width: fit-content;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    color: #e9ecf8;
    background: #202437;
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 12px;
    font-weight: 900;
}

.footer-badges span:first-child {
    color: #050505;
    background: var(--yellow);
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.footer-nav h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.footer-nav a {
    display: block;
    width: fit-content;
    margin-bottom: 12px;
    color: #9298ad;
    font-size: 14px;
    font-weight: 800;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-nav a:hover {
    color: var(--yellow);
    transform: translateX(3px);
}

.footer-warning {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    margin-top: 48px;
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(243, 255, 0, 0.05);
    border: 1px solid rgba(243, 255, 0, 0.16);
}

.warning-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #050505;
    background: var(--yellow);
    font-size: 24px;
    font-weight: 1000;
}

.footer-warning p {
    margin: 0;
    color: #c2c7d8;
    font-size: 14px;
    line-height: 1.6;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-bottom p {
    margin: 0;
    color: #787f94;
    font-size: 13px;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-bottom-links a {
    color: #aeb4c8;
    font-size: 13px;
    font-weight: 800;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: var(--yellow);
}

@media (max-width: 980px) {
    .footer {
        padding: 58px 0 28px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .footer-nav {
        grid-template-columns: 1fr;
    }

    .footer-warning {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
.footer .brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    width: fit-content;
    margin: 0;
    font-weight: 1000;
    letter-spacing: -0.08em;
}

.footer .brand-box {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 7px;
    color: #050505;
    background: var(--yellow);
    border-radius: 5px;
    font-size: 25px;
    line-height: 1;
}

.footer .brand-text {
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
}

.footer-brand {
    display: inline-flex;
    margin-bottom: 0;
}
@media (max-width: 620px) {
    .footer {
        padding: 52px 0 30px;
        text-align: center;
    }

    .footer-top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
        justify-items: center;
    }

    .footer-brand-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .brand,
    .footer-brand {
        justify-content: center;
        margin-inline: auto;
    }

    .footer-brand-col p {
        max-width: 340px;
        margin: 18px auto 20px;
        text-align: center;
    }

    .footer-badges {
        justify-content: center;
    }

    .footer-nav {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 28px;
        justify-items: center;
        text-align: center;
    }

    .footer-nav div {
        width: 100%;
        max-width: 320px;
        padding: 22px 18px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.035);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .footer-nav h3 {
        margin-bottom: 16px;
        text-align: center;
    }

    .footer-nav a {
        width: fit-content;
        margin: 0 auto 12px;
        text-align: center;
    }

    .footer-nav a:last-child {
        margin-bottom: 0;
    }

    .footer-nav a:hover {
        transform: none;
    }

    .footer-warning {
        max-width: 340px;
        margin: 34px auto 0;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 22px 18px;
    }

    .warning-icon {
        margin-inline: auto;
    }

    .footer-bottom {
        max-width: 340px;
        margin: 28px auto 0;
        padding-top: 24px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
        gap: 14px 18px;
    }
}

@media (max-width: 980px) {
    .topbar {
        position: sticky;
        top: 0;
        z-index: 40;
        height: 68px;
        min-height: 68px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 14px 0 68px;
        background: #101219;
    }

    .topbar-left,
    .topbar-actions {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .topbar-left {
        min-width: 0;
        flex: 1;
    }

    .topbar-actions {
        flex: 0 0 auto;
    }

    .topbar .brand {
        transform: none;
        flex: 0 0 auto;
    }

    .topbar .brand-box {
        height: 30px;
        padding: 0 6px;
        font-size: 21px;
        border-radius: 5px;
    }

    .topbar .brand-text {
        font-size: 30px;
    }

    .pill-nav,
    .search-btn,
    .login-btn {
        display: none;
    }

    .register-btn {
        height: 38px;
        padding: 0 14px;
        border-radius: 999px;
        font-size: 12px;
        white-space: nowrap;
    }

    .sidebar {
        display: block;
        width: 58px;
        height: 68px;
        inset: 0 auto auto 0;
        z-index: 100;
        background: #101219;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .burger {
        width: 58px;
        height: 68px;
    }
}

@media (max-width: 420px) {
    .topbar {
        padding: 0 10px 0 60px;
    }

    .topbar .brand-box {
        height: 27px;
        font-size: 18px;
        padding: 0 5px;
    }

    .topbar .brand-text {
        font-size: 26px;
    }

    .register-btn {
        height: 34px;
        padding: 0 11px;
        font-size: 11px;
    }
}

.hero-heading {
    max-width: 980px;
    margin: 0 auto 28px;
    text-align: center;
}

.hero-heading span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #050505;
    background: var(--yellow);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero-heading h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 0.98;
    text-transform: uppercase;
    letter-spacing: -0.06em;
}

.hero-heading p {
    max-width: 780px;
    margin: 18px auto 0;
    color: #c4c8da;
    font-size: 18px;
    line-height: 1.55;
}

.hero-banner-link {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: #171b28;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hero-banner-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2048 / 682;
    object-fit: contain;
    border-radius: 24px;
}

@media (max-width: 980px) {
    .hero {
        padding-top: 20px;
    }

    .hero-heading {
        margin-bottom: 22px;
    }

    .hero-heading h1 {
        font-size: 34px;
        line-height: 1.02;
    }

    .hero-heading p {
        font-size: 15px;
    }

    .hero-banner-link,
    .hero-banner-img {
        border-radius: 18px;
    }
}

@media (max-width: 640px) {
    .hero-banner-img {
        height: 210px;
        object-fit: cover;
        object-position: center;
    }

    .payments {
        gap: 18px 24px;
        font-size: 18px;
    }
}

.hero {
    padding: 54px 0 42px;
    background:
            radial-gradient(circle at 50% 0%, rgba(58, 68, 110, 0.35), transparent 42rem),
            var(--bg);
}

.hero-heading {
    max-width: 980px;
    margin: 0 auto 28px;
    text-align: center;
}

.hero-heading span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #050505;
    background: var(--yellow);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero-heading h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 0.98;
    text-transform: uppercase;
    letter-spacing: -0.06em;
}
@media (max-width: 980px) {
    .hero {
        padding: 22px 0 38px;
    }

    .hero-heading {
        margin-bottom: 22px;
    }

    .hero-heading h1 {
        font-size: 34px;
        line-height: 1.02;
    }

    .hero-heading p {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .hero {
        padding-top: 20px;
    }

    .hero-heading {
        margin-bottom: 24px;
    }

    .hero-heading span {
        font-size: 12px;
    }

    .hero-heading h1 {
        font-size: 32px;
    }
}
/* Compact popular games on mobile */

@media (max-width: 680px) {
    .popular-games {
        padding: 34px 0 42px;
    }

    .popular-games h2 {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 1;
    }

    .games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .game-card {
        padding: 7px;
        border-radius: 16px;
    }

    .game-card:hover {
        transform: none;
    }

    .game-thumb {
        min-height: 0;
        aspect-ratio: 5 / 6.7;
        border-radius: 12px;
    }

    .game-thumb img {
        min-height: 0;
        height: 100%;
        border-radius: 12px;
    }

    .game-overlay {
        padding: 34px 8px 9px;
    }

    .game-overlay h3 {
        font-size: 10px;
        line-height: 1.1;
        letter-spacing: 0;
    }

    .game-overlay span {
        margin-top: 4px;
        font-size: 8px;
    }

    .center-btn {
        margin-top: 24px;
    }

    .center-btn .yellow-btn {
        width: 100%;
        min-height: 48px;
        padding: 0 18px;
        font-size: 14px;
    }

    .providers-section {
        padding: 10px 0 42px;
    }

    .providers {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        font-size: 14px;
        text-align: center;
    }

    .providers span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.045);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }
}

@media (max-width: 420px) {
    .games-grid {
        gap: 10px;
    }

    .game-card {
        padding: 6px;
        border-radius: 14px;
    }

    .game-thumb {
        border-radius: 11px;
    }

    .game-thumb img {
        border-radius: 11px;
    }

    .game-overlay h3 {
        font-size: 9px;
    }

    .game-overlay span {
        font-size: 7px;
    }
}

/* Compact content sections on mobile */

@media (max-width: 680px) {
    .overview-section,
    .features-section,
    .brand-guide-section,
    .info-tiles,
    .faq-section {
        padding: 34px 0;
    }

    /* SEO review card */
    .overview-card {
        padding: 20px;
        gap: 18px;
        border-radius: 18px;
    }

    .section-label,
    .feature-label {
        margin-bottom: 12px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .overview-content h2,
    .feature-content h2,
    .brand-guide-section h2,
    .faq-section h2 {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1.05;
        letter-spacing: -0.04em;
    }

    .overview-content p,
    .feature-content p,
    .brand-guide-grid p,
    .support-row p,
    .faq-item p {
        font-size: 14px;
        line-height: 1.55;
    }

    .overview-content p:not(:last-child) {
        margin-bottom: 12px;
    }

    .rating-card {
        padding: 18px;
        border-radius: 16px;
    }

    .rating-number {
        font-size: 48px;
    }

    .rating-card ul {
        margin: 16px 0;
    }

    .rating-card li {
        padding: 9px 0;
        font-size: 13px;
    }

    .rating-card .yellow-btn {
        min-height: 46px;
        font-size: 14px;
    }

    /* Gamification */
    .feature-banner {
        padding: 22px;
        gap: 20px;
        min-height: auto;
        border-radius: 18px;
    }

    .small-yellow-btn {
        width: 100%;
        min-height: 46px;
        margin-top: 18px;
        font-size: 14px;
    }

    .wheel-wrap {
        display: none;
    }

    .mini-features {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 12px;
    }

    .mini-features article {
        min-height: auto;
        display: grid;
        grid-template-columns: 42px 1fr;
        column-gap: 12px;
        align-items: center;
        padding: 16px;
        border-radius: 16px;
    }

    .mini-icon {
        grid-row: span 2;
        width: 42px;
        height: 42px;
        margin: 0;
    }

    .mini-features h3 {
        margin: 0 0 4px;
        font-size: 18px;
    }

    .mini-features p {
        margin: 0;
        font-size: 13px;
        line-height: 1.45;
    }

    /* Intent cards */
    .brand-guide-section h2 {
        margin-bottom: 22px;
    }

    .brand-guide-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .brand-guide-grid article {
        padding: 18px;
        border-radius: 16px;
    }

    .brand-guide-grid h3 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .brand-guide-grid a {
        margin-top: 8px;
        font-size: 14px;
    }

    /* Info tiles */
    .tiles-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .tiles-row article {
        min-height: 118px;
        padding: 14px;
        border-radius: 16px;
    }

    .tiles-row h3 {
        font-size: 14px;
        line-height: 1.2;
    }

    .tile-emoji {
        right: 12px;
        bottom: 8px;
        font-size: 54px;
        opacity: 0.9;
    }

    .support-row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
    }

    .support-row article {
        padding: 18px;
        border-radius: 16px;
    }

    .support-row span {
        margin-bottom: 8px;
        font-size: 24px;
    }

    .support-row h3 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    /* FAQ */
    .faq-section h2 {
        margin-bottom: 22px;
    }

    .faq-list {
        gap: 10px;
    }

    .faq-item {
        border-radius: 14px;
    }

    .faq-item button {
        padding: 16px;
        font-size: 15px;
        line-height: 1.25;
    }

    .faq-item button span {
        font-size: 22px;
    }

    .faq-item div {
        padding: 0 16px 16px;
    }
}

@media (max-width: 420px) {
    .overview-section,
    .features-section,
    .brand-guide-section,
    .info-tiles,
    .faq-section {
        padding: 30px 0;
    }

    .overview-content h2,
    .feature-content h2,
    .brand-guide-section h2,
    .faq-section h2 {
        font-size: 26px;
    }

    .tiles-row {
        gap: 10px;
    }

    .tiles-row article {
        min-height: 108px;
        padding: 12px;
    }

    .tile-emoji {
        font-size: 48px;
    }
}

.casino-article-section {
    padding: 70px 0;
}

.casino-article {
    padding: 44px;
    border-radius: 24px;
    background:
            radial-gradient(circle at 90% 0%, rgba(243, 255, 0, 0.055), transparent 26rem),
            linear-gradient(180deg, #1b1f31 0%, #151827 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.casino-article-head {
    max-width: 980px;
    margin-bottom: 34px;
}

.casino-article-head h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.casino-article-head p {
    margin: 0;
    color: #c4c8da;
    font-size: 18px;
    line-height: 1.65;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    align-items: start;
}

.article-main {
    max-width: 900px;
}

.article-main section {
    padding: 0 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.article-main section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.article-main h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.article-main p {
    margin: 0 0 14px;
    color: #c4c8da;
    font-size: 17px;
    line-height: 1.75;
}

.article-main p:last-child {
    margin-bottom: 0;
}

.article-main a {
    color: var(--yellow);
    font-weight: 1000;
}

.article-main ol {
    margin: 14px 0 18px;
    padding-left: 24px;
    color: #c4c8da;
}

.article-main li {
    margin-bottom: 7px;
    line-height: 1.6;
}

.article-summary {
    position: sticky;
    top: 94px;
    padding: 24px;
    border-radius: 18px;
    background: #202437;
    border: 1px solid rgba(243, 255, 0, 0.12);
}

.article-summary h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 22px;
}

.article-summary ul {
    margin: 0 0 22px;
    padding-left: 18px;
    color: #c4c8da;
}

.article-summary li {
    margin-bottom: 10px;
    line-height: 1.5;
}

@media (max-width: 980px) {
    .casino-article-section {
        padding: 48px 0;
    }

    .casino-article {
        padding: 28px;
    }

    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-summary {
        position: static;
    }
}

@media (max-width: 680px) {
    .casino-article-section {
        padding: 34px 0;
    }

    .casino-article {
        padding: 20px;
        border-radius: 18px;
    }

    .casino-article-head {
        margin-bottom: 24px;
    }

    .casino-article-head h2 {
        font-size: 28px;
    }

    .casino-article-head p {
        font-size: 14px;
        line-height: 1.55;
    }

    .article-main section {
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .article-main h3 {
        font-size: 23px;
    }

    .article-main p,
    .article-main li {
        font-size: 14px;
        line-height: 1.65;
    }

    .article-summary {
        padding: 18px;
        border-radius: 16px;
    }
}


.bonus-hero {
    padding: 72px 0 56px;
    background:
            radial-gradient(circle at 70% 20%, rgba(243, 255, 0, 0.12), transparent 28rem),
            radial-gradient(circle at 20% 10%, rgba(111, 34, 255, 0.28), transparent 32rem),
            var(--bg);
}

.bonus-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 32px;
    align-items: center;
}

.bonus-hero-content {
    padding: 44px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(31, 35, 56, 0.96), rgba(17, 20, 33, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.bonus-hero-content h1 {
    margin: 0 0 20px;
    font-size: clamp(44px, 6vw, 88px);
    line-height: 0.92;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.bonus-hero-content p {
    max-width: 760px;
    margin: 0;
    color: #c9cede;
    font-size: 20px;
}

.bonus-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
}

.bonus-main-btn {
    min-width: 250px;
    min-height: 66px;
    font-size: 25px;
}

.bonus-ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    color: #fff;
    background: #2d324d;
    font-weight: 900;
}

.bonus-hero-card {
    padding: 34px;
    border-radius: 24px;
    background:
            radial-gradient(circle at 50% 0%, rgba(243, 255, 0, 0.22), transparent 16rem),
            #202437;
    border: 1px solid rgba(243, 255, 0, 0.18);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.bonus-card-top {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    color: #050505;
    background: var(--yellow);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
}

.bonus-amount {
    margin-top: 24px;
    color: var(--yellow);
    font-size: 84px;
    line-height: 0.9;
    font-weight: 1000;
    letter-spacing: -0.08em;
}

.bonus-hero-card p {
    margin: 12px 0 22px;
    color: #fff;
    font-size: 26px;
    font-weight: 1000;
}

.bonus-hero-card ul,
.bonus-checklist ul,
.article-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bonus-hero-card li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    color: #c8cdde;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bonus-hero-card li strong {
    color: #fff;
    text-align: right;
}

.bonus-intro-section,
.bonus-types-section,
.bonus-code-section,
.bonus-table-section,
.bonus-steps-section,
.bonus-warning-section,
.bonus-internal-section {
    padding: 64px 0;
}

.bonus-intro-card,
.bonus-code-card,
.bonus-warning-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
    align-items: start;
    padding: 38px;
    border-radius: 22px;
    background: #1b1e2e;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.bonus-intro-card h2,
.bonus-types-section h2,
.bonus-code-card h2,
.bonus-table-head h2,
.bonus-steps-grid h2,
.bonus-internal-section h2 {
    margin: 0 0 22px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.bonus-intro-card p,
.bonus-code-card p,
.bonus-table-head p,
.bonus-steps-grid p,
.bonus-warning-card p,
.bonus-types-grid p,
.bonus-checklist li,
.bonus-steps p {
    color: #c4c8da;
    font-size: 17px;
}

.bonus-checklist {
    padding: 26px;
    border-radius: 18px;
    background: #24283e;
}

.bonus-checklist h3 {
    margin: 0 0 16px;
    font-size: 24px;
}

.bonus-checklist li {
    position: relative;
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.bonus-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--yellow);
    font-weight: 1000;
}

.bonus-types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bonus-types-grid article {
    padding: 26px;
    border-radius: 18px;
    background: #1b1e2e;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.bonus-type-icon {
    margin-bottom: 16px;
    font-size: 38px;
}

.bonus-types-grid h3,
.bonus-steps h3,
.promo-code-box strong {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
}

.bonus-code-card a,
.bonus-intro-card a,
.bonus-steps-grid a {
    color: var(--yellow);
    font-weight: 1000;
}

.promo-code-box {
    padding: 26px;
    border-radius: 18px;
    background:
            linear-gradient(135deg, rgba(243, 255, 0, 0.16), rgba(255, 255, 255, 0.04)),
            #24283e;
    border: 1px dashed rgba(243, 255, 0, 0.35);
}

.promo-code-box span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
}

.promo-code-box strong {
    display: block;
    color: #fff;
}

.bonus-table-head {
    max-width: 900px;
    margin-bottom: 28px;
}

.bonus-table-wrap {
    overflow-x: auto;
    border-radius: 18px;
    background: #1b1e2e;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.bonus-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.bonus-table th,
.bonus-table td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.bonus-table th {
    color: #050505;
    background: var(--yellow);
    font-size: 14px;
    font-weight: 1000;
    text-transform: uppercase;
}

.bonus-table td {
    color: #c9cede;
    font-size: 16px;
}

.bonus-table td:first-child {
    color: #fff;
    font-weight: 1000;
}

.bonus-steps-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 36px;
    align-items: start;
}

.bonus-steps {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bonus-steps li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    background: #1b1e2e;
}

.bonus-steps li > span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #050505;
    background: var(--yellow);
    font-size: 22px;
    font-weight: 1000;
}

.bonus-warning-card {
    grid-template-columns: 64px 1fr;
    align-items: center;
    background:
            linear-gradient(135deg, rgba(255, 47, 135, 0.12), rgba(243, 255, 0, 0.06)),
            #1b1e2e;
}

.bonus-warning-card h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3vw, 42px);
}

.bonus-warning-card p {
    margin: 0;
}

@media (max-width: 1100px) {
    .bonus-hero-grid,
    .bonus-intro-card,
    .bonus-code-card,
    .bonus-steps-grid {
        grid-template-columns: 1fr;
    }

    .bonus-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .bonus-hero {
        padding: 34px 0 34px;
    }

    .bonus-hero-content,
    .bonus-hero-card,
    .bonus-intro-card,
    .bonus-code-card,
    .bonus-warning-card {
        padding: 22px;
        border-radius: 18px;
    }

    .bonus-hero-content p {
        font-size: 16px;
    }

    .bonus-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .bonus-main-btn,
    .bonus-ghost-btn {
        width: 100%;
    }

    .bonus-amount {
        font-size: 64px;
    }

    .bonus-hero-card p {
        font-size: 22px;
    }

    .bonus-types-grid {
        grid-template-columns: 1fr;
    }

    .bonus-intro-section,
    .bonus-types-section,
    .bonus-code-section,
    .bonus-table-section,
    .bonus-steps-section,
    .bonus-warning-section,
    .bonus-internal-section {
        padding: 38px 0;
    }

    .bonus-steps li {
        grid-template-columns: 44px 1fr;
        padding: 18px;
    }

    .bonus-steps li > span {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .bonus-warning-card {
        grid-template-columns: 1fr;
    }
}

.bonus-hero {
    padding: 72px 0 28px;
    background:
            radial-gradient(circle at 50% 0%, rgba(58, 68, 110, 0.28), transparent 38rem),
            var(--bg);
}

.bonus-overview-section,
.bonus-table-section,
.bonus-cards-section,
.sports-bonus-section {
    padding: 58px 0;
}

.bonus-table-head,
.casino-article-head {
    max-width: 920px;
    margin: 0 auto 28px;
    text-align: center;
}

.bonus-table-head h2,
.casino-article-head h2 {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.bonus-table-head p,
.casino-article-head p {
    margin: 0;
    color: #c4c8da;
    font-size: 17px;
}

.bonus-table-wrap {
    overflow-x: auto;
    border-radius: 18px;
    background: #1b1e2e;
    border: 1px solid rgba(255,255,255,0.08);
}

.bonus-table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
}

.bonus-table th,
.bonus-table td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bonus-table th {
    color: var(--yellow);
    background: rgba(255,255,255,0.04);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bonus-table td {
    color: #e5e8f5;
    font-size: 15px;
    font-weight: 700;
}

.bonus-table tbody tr:last-child td {
    border-bottom: 0;
}

.bonus-note {
    max-width: 980px;
    margin: 18px auto 0;
    color: #aeb4ca;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 680px) {
    .bonus-hero {
        padding: 34px 0 18px;
    }

    .bonus-overview-section,
    .bonus-table-section,
    .bonus-cards-section,
    .sports-bonus-section {
        padding: 34px 0;
    }

    .bonus-table th,
    .bonus-table td {
        padding: 14px 16px;
        font-size: 14px;
    }

    .bonus-table-head,
    .casino-article-head {
        text-align: left;
    }

    .bonus-note {
        text-align: left;
    }
}

.bonus-image-section {
    padding: 22px 0 42px;
}

.bonus-wide-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: #171b28;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.bonus-wide-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    transition: transform 0.28s ease, filter 0.28s ease;
}

.bonus-wide-image:hover img {
    transform: scale(1.025);
    filter: brightness(1.08);
}

.bonus-promo-image-section {
    padding: 18px 0 46px;
}

.bonus-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.bonus-tile-image {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 300px;
    border-radius: 22px;
    background: #1b1e2e;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.bonus-tile-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.28s ease, filter 0.28s ease;
}

.bonus-tile-image:hover img {
    transform: scale(1.04);
    filter: brightness(1.08);
}

@media (max-width: 680px) {
    .bonus-image-section {
        padding: 14px 0 26px;
    }

    .bonus-wide-image {
        border-radius: 16px;
    }

    .bonus-image-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bonus-tile-image,
    .bonus-tile-image img {
        min-height: 190px;
        border-radius: 16px;
    }
}

.bonus-promo-image-section {
    padding: 10px 0 34px;
}

.bonus-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.bonus-tile-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 220px;
    max-height: 340px;
    border-radius: 22px;
    background: #111521;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.bonus-tile-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: contain;
    border-radius: inherit;
    transition: filter 0.22s ease;
}

.bonus-tile-image:hover img {
    filter: brightness(1.06);
}
@media (max-width: 680px) {
    .bonus-promo-image-section {
        padding: 8px 0 26px;
    }

    .bonus-image-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .bonus-tile-image {
        min-height: 150px;
        max-height: 180px;
        border-radius: 16px;
    }

    .bonus-tile-image img {
        max-height: 180px;
        border-radius: 16px;
    }
}

.login-hero-section {
    padding: 56px 0 28px;
}

.login-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 28px;
    background:
            radial-gradient(circle at 18% 0%, rgba(255, 210, 64, 0.18), transparent 30%),
            linear-gradient(135deg, #151a2d 0%, #0d1020 52%, #17112a 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
    overflow: hidden;
}

.login-hero-copy h1 {
    max-width: 720px;
    margin: 12px 0 16px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 0.98;
    color: #fff;
}

.login-hero-copy p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.65;
}

.login-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
    font-weight: 800;
}

.login-hero-panel {
    position: relative;
}

.login-window {
    max-width: 440px;
    margin-left: auto;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.login-window-top {
    display: flex;
    gap: 8px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.22);
}

.login-window-top span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
}

.login-form-preview {
    padding: 28px;
}

.login-brand-mini {
    width: fit-content;
    margin-bottom: 22px;
    padding: 9px 13px;
    border-radius: 14px;
    background: #f4c21b;
    color: #121212;
    font-weight: 950;
    letter-spacing: 0.04em;
}

.fake-input {
    margin-bottom: 12px;
    padding: 16px 18px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.64);
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.fake-button {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    text-align: center;
    background: linear-gradient(180deg, #ffe765, #e7b70f);
    color: #151515;
    font-weight: 950;
}

.login-form-preview p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.section-head-left {
    max-width: 760px;
    margin-bottom: 26px;
}

.section-head-left h2,
.section-head-center h2 {
    margin: 10px 0 12px;
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.08;
}

.section-head-left p,
.section-head-center p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
}

.section-head-center {
    max-width: 780px;
    margin: 0 auto 30px;
    text-align: center;
}

.login-flow-section,
.login-problems-section,
.login-content-section,
.kyc-docs-section,
.login-alert-section {
    padding: 34px 0;
}

.login-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.login-flow article {
    position: relative;
    min-height: 250px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.045));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.login-flow article span {
    display: inline-flex;
    margin-bottom: 28px;
    color: #e9fa00;
    font-size: 34px;
    font-weight: 950;
}

.login-flow article h3,
.problem-grid article h3,
.kyc-docs-grid article h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
}

.login-flow article p,
.problem-grid article p,
.kyc-docs-grid article p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.6;
}

.login-alert-card {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 22px;
    padding: 26px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 194, 28, 0.16), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 210, 64, 0.22);
}

.alert-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #e9fa00;
    color: #111;
    font-size: 32px;
    font-weight: 950;
}

.login-alert-card h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 28px;
}

.login-alert-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.problem-grid article {
    padding: 24px;
    border-radius: 24px;
    background: #13182a;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.problem-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 24px;
}

.login-content-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.login-sticky-summary {
    position: sticky;
    top: 24px;
    padding: 24px;
    border-radius: 26px;
    background:
            linear-gradient(180deg, rgba(244, 194, 27, 0.18), rgba(255,255,255,0.05));
    border: 1px solid rgba(244, 194, 27, 0.18);
}

.login-sticky-summary h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 24px;
}

.login-sticky-summary ul {
    margin: 0 0 22px;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.login-long-content {
    padding: 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.login-long-content h2 {
    margin: 10px 0 22px;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
}

.login-long-content section {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.login-long-content h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
}

.login-long-content p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.login-long-content a {
    color: #e9fa00;
    font-weight: 800;
}

.kyc-docs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.kyc-docs-grid article {
    padding: 24px;
    border-radius: 24px;
    background:
            radial-gradient(circle at top right, rgba(244, 194, 27, 0.18), transparent 38%),
            rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.kyc-docs-grid article span {
    display: inline-flex;
    margin-bottom: 22px;
    color: #e9fa00;
    font-size: 30px;
    font-weight: 950;
}

@media (max-width: 1100px) {
    .login-hero-card,
    .login-content-layout {
        grid-template-columns: 1fr;
    }

    .login-window {
        margin-left: 0;
    }

    .login-flow,
    .problem-grid,
    .kyc-docs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .login-sticky-summary {
        position: static;
    }
}

@media (max-width: 640px) {
    .login-hero-card {
        padding: 24px;
    }

    .login-flow,
    .problem-grid,
    .kyc-docs-grid {
        grid-template-columns: 1fr;
    }

    .login-alert-card {
        grid-template-columns: 1fr;
    }

    .login-long-content {
        padding: 22px;
    }
}
.login-hero-section {
    padding: 56px 0 30px;
}

.login-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border-radius: 30px;
    background:
            radial-gradient(circle at 18% 0%, rgba(244, 194, 27, 0.16), transparent 32%),
            linear-gradient(135deg, #151a2d 0%, #0d1020 58%, #17112a 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
    overflow: hidden;
}

.login-hero-copy h1 {
    max-width: 720px;
    margin: 12px 0 16px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
    color: #fff;
}

.login-hero-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.65;
}

.login-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
    font-weight: 800;
}

.login-hero-image {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    background: #07080f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
}

.login-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .login-hero-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .login-hero-section {
        padding: 34px 0 20px;
    }

    .login-hero-card {
        padding: 20px;
        border-radius: 24px;
    }

    .login-hero-copy h1 {
        font-size: 34px;
    }

    .login-hero-copy p {
        font-size: 16px;
    }

    .login-hero-image {
        border-radius: 18px;
    }
}

/* App page */
.app-hero-section {
    padding: 48px 0 34px;
}

.app-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
    gap: 34px;
    align-items: center;
    background:
            radial-gradient(circle at 15% 15%, rgba(255, 213, 0, 0.16), transparent 34%),
            linear-gradient(135deg, #171a2b 0%, #0f1220 55%, #090b12 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 42px;
    overflow: hidden;
    position: relative;
}

.app-hero-copy {
    position: relative;
    z-index: 2;
}

.app-hero-copy h1 {
    max-width: 760px;
    margin: 12px 0 18px;
}

.app-hero-copy p {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.65;
}

.app-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ghost-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 226, 0, 0.45);
}

.app-phone-preview {
    display: flex;
    justify-content: center;
    position: relative;
}

.app-phone-preview a {
    display: block;
    max-width: 315px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
    transform: rotate(2deg);
    background: #111421;
}

.app-phone-preview img {
    width: 100%;
    height: auto;
    display: block;
}

.app-store-snapshot-section,
.app-options-section,
.app-feature-strip-section,
.app-content-section,
.app-safety-section {
    padding: 36px 0;
}

.app-snapshot-card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 26px;
    align-items: center;
    background: #151827;
    border-radius: 26px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.app-snapshot-card h2 {
    margin: 10px 0 12px;
}

.app-snapshot-card p {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.65;
}

.app-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.app-metrics article {
    min-height: 118px;
    padding: 18px 12px;
    border-radius: 22px;
    background:
            linear-gradient(180deg, rgba(255, 226, 0, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 226, 0, 0.18);
    text-align: center;
}

.app-metrics strong {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: #ffea00;
    margin-bottom: 10px;
}

.app-metrics span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.section-head-center {
    max-width: 820px;
    margin: 0 auto 26px;
    text-align: center;
}

.section-head-center h2 {
    margin: 10px 0 12px;
}

.section-head-center p {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.65;
}

.app-option-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.app-option-grid article {
    background: #151827;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 24px;
    min-height: 230px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.app-option-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 226, 0, 0.28);
}

.app-option-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255, 226, 0, 0.12);
    font-size: 25px;
    margin-bottom: 18px;
}

.app-option-grid h3 {
    margin: 0 0 10px;
}

.app-option-grid p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.app-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(135deg, #ffea00, #ffb800);
    color: #111111;
}

.app-feature-strip article {
    padding: 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.app-feature-strip article:last-child {
    border-right: none;
}

.app-feature-strip span {
    display: inline-block;
    font-weight: 900;
    opacity: 0.55;
    margin-bottom: 18px;
}

.app-feature-strip h3 {
    margin: 0 0 8px;
    color: #111111;
}

.app-feature-strip p {
    margin: 0;
    color: rgba(0, 0, 0, 0.72);
    line-height: 1.5;
}

.app-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
}

.app-long-content {
    background: #151827;
    border-radius: 28px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.app-long-content > h2 {
    margin: 10px 0 24px;
}

.app-long-content section {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.app-long-content section:first-of-type {
    border-top: none;
    padding-top: 0;
}

.app-long-content h3 {
    margin: 0 0 12px;
}

.app-long-content p {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
    margin: 0 0 14px;
}

.app-long-content a {
    color: #ffea00;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 234, 0, 0.45);
}

.app-long-content a:hover {
    border-bottom-color: transparent;
}

.app-side-panel {
    position: sticky;
    top: 24px;
    background:
            radial-gradient(circle at top right, rgba(255, 226, 0, 0.16), transparent 38%),
            #151827;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    padding: 26px;
}

.app-side-panel h3 {
    margin: 0 0 16px;
}

.app-side-panel ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.app-side-panel li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.55;
    margin-bottom: 12px;
}

.app-side-panel li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffea00;
    font-weight: 900;
}

.app-safety-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    background: linear-gradient(135deg, #1c2032, #111421);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    padding: 28px;
}

.app-safety-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ffea00;
    color: #111111;
    font-weight: 950;
    font-size: 26px;
}

.app-safety-card h2 {
    margin: 0 0 10px;
}

.app-safety-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.65;
}

@media (max-width: 1100px) {
    .app-option-grid,
    .app-feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .app-content-layout {
        grid-template-columns: 1fr;
    }

    .app-side-panel {
        position: static;
    }
}

@media (max-width: 820px) {
    .app-hero-grid,
    .app-snapshot-card {
        grid-template-columns: 1fr;
    }

    .app-hero-grid {
        padding: 28px;
    }

    .app-phone-preview a {
        max-width: 240px;
        transform: none;
    }

    .app-metrics {
        grid-template-columns: 1fr;
    }

    .app-safety-card {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

@media (max-width: 560px) {
    .app-hero-section {
        padding-top: 28px;
    }

    .app-hero-grid,
    .app-long-content,
    .app-side-panel,
    .app-snapshot-card,
    .app-safety-card {
        border-radius: 20px;
        padding: 22px;
    }

    .app-hero-copy p {
        font-size: 16px;
    }

    .app-option-grid,
    .app-feature-strip {
        grid-template-columns: 1fr;
    }

    .app-feature-strip article {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .app-feature-strip article:last-child {
        border-bottom: none;
    }

    .app-hero-actions {
        flex-direction: column;
    }

    .app-hero-actions .yellow-btn,
    .app-hero-actions .ghost-btn {
        width: 100%;
    }
}
/* Unified text links inside page content only */
.overview-content p a,
.feature-content p a,
.brand-guide-grid p a,
.casino-article p a,
.login-long-content p a,
.app-long-content p a,
.bonus-note a,
.faq-item p a {
    color: #f3ff00;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(243, 255, 0, 0.45);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.overview-content p a:hover,
.feature-content p a:hover,
.brand-guide-grid p a:hover,
.casino-article p a:hover,
.login-long-content p a:hover,
.app-long-content p a:hover,
.bonus-note a:hover,
.faq-item p a:hover {
    color: #ffffff;
    border-bottom-color: rgba(243, 255, 0, 0);
}

/* =========================
   BDM Bet España page
   ========================= */

.spain-hero-section {
    padding: 34px 0 28px;
}

.spain-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 28px;
    align-items: stretch;
    background:
            radial-gradient(circle at 18% 20%, rgba(255, 230, 0, 0.16), transparent 34%),
            linear-gradient(135deg, #181b31 0%, #101219 58%, #090a10 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.spain-hero-copy {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spain-hero-copy h1 {
    max-width: 720px;
    margin: 12px 0 18px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.spain-hero-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.65;
}

.spain-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.spain-hero-image {
    min-height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #080a10;
}

.spain-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transform: none;
}
.spain-hero-card {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
}
.spain-check-section,
.spain-overview-section,
.spain-payment-section,
.spain-content-section,
.spain-warning-section {
    padding: 44px 0;
}

.spain-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.spain-check-grid article {
    min-height: 230px;
    padding: 24px;
    border-radius: 24px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.spain-check-grid article span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 16px;
    background: #f5ff00;
    color: #101219;
    font-weight: 900;
}

.spain-check-grid article h3 {
    margin: 0 0 12px;
    font-size: 21px;
}

.spain-check-grid article p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.62;
}

.spain-payment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.spain-payment-grid article {
    padding: 24px;
    border-radius: 24px;
    background: #16192a;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.spain-payment-grid article h3 {
    margin: 0 0 12px;
    font-size: 21px;
}

.spain-payment-grid article p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.62;
}

.spain-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 26px;
    align-items: start;
}

.spain-long-content {
    padding: 36px;
    border-radius: 28px;
    background: #151827;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.spain-long-content h2 {
    margin: 12px 0 26px;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.spain-long-content section {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.spain-long-content section:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.spain-long-content h3 {
    margin: 0 0 14px;
    font-size: 25px;
}

.spain-long-content p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.72;
}

.spain-long-content p:last-child {
    margin-bottom: 0;
}

.spain-side-panel {
    position: sticky;
    top: 24px;
    padding: 26px;
    border-radius: 26px;
    background:
            radial-gradient(circle at 80% 0%, rgba(245, 255, 0, 0.12), transparent 34%),
            #191c2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.spain-side-panel h3 {
    margin: 0 0 18px;
    font-size: 24px;
}

.spain-side-panel ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.spain-side-panel li {
    position: relative;
    padding: 12px 0 12px 24px;
    color: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    line-height: 1.45;
}

.spain-side-panel li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 12px;
    color: #f5ff00;
    font-weight: 900;
}

.spain-warning-card {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 22px;
    align-items: start;
    padding: 30px;
    border-radius: 28px;
    background:
            linear-gradient(135deg, rgba(255, 213, 0, 0.12), rgba(255, 255, 255, 0.035)),
            #151827;
    border: 1px solid rgba(245, 255, 0, 0.22);
}

.spain-warning-icon {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5ff00;
    color: #101219;
    font-size: 34px;
    font-weight: 900;
}

.spain-warning-card h2 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3vw, 38px);
    letter-spacing: -0.03em;
}

.spain-warning-card p {
    margin: 0;
    max-width: 980px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

/* чтобы текстовые ссылки были в стиле сайта */
.spain-long-content a,
.spain-warning-card a,
.spain-payment-grid a,
.spain-check-grid a {
    color: #f5ff00;
    text-decoration: none;
    font-weight: 800;
}

.spain-long-content a:hover,
.spain-warning-card a:hover,
.spain-payment-grid a:hover,
.spain-check-grid a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Responsive */
@media (max-width: 1180px) {
    .spain-hero-card {
        grid-template-columns: 1fr;
    }

    .spain-hero-image {
        min-height: 360px;
    }

    .spain-check-grid,
    .spain-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .spain-content-layout {
        grid-template-columns: 1fr;
    }

    .spain-side-panel {
        position: static;
    }
}

@media (max-width: 720px) {
    .spain-hero-section {
        padding-top: 20px;
    }

    .spain-hero-copy {
        padding: 28px 22px;
    }

    .spain-hero-copy p {
        font-size: 16px;
    }

    .spain-hero-actions {
        flex-direction: column;
    }

    .spain-hero-actions .yellow-btn,
    .spain-hero-actions .ghost-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .spain-hero-image {
        min-height: 240px;
    }

    .spain-check-section,
    .spain-overview-section,
    .spain-payment-section,
    .spain-content-section,
    .spain-warning-section {
        padding: 30px 0;
    }

    .spain-check-grid,
    .spain-payment-grid {
        grid-template-columns: 1fr;
    }

    .spain-check-grid article {
        min-height: auto;
    }

    .spain-long-content,
    .spain-side-panel,
    .spain-warning-card {
        padding: 22px;
        border-radius: 22px;
    }

    .spain-warning-card {
        grid-template-columns: 1fr;
    }

    .spain-warning-icon {
        width: 56px;
        height: 56px;
        border-radius: 18px;
        font-size: 28px;
    }
}
.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Casino page */

.casino-page-hero-section {
    padding: 54px 0 34px;
}

.casino-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 30px;
    background:
            radial-gradient(circle at 18% 18%, rgba(255, 214, 0, 0.18), transparent 34%),
            radial-gradient(circle at 85% 78%, rgba(198, 11, 30, 0.18), transparent 32%),
            linear-gradient(135deg, #171b2f 0%, #101219 58%, #19121f 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
    overflow: hidden;
}

.casino-page-hero-copy h1 {
    max-width: 780px;
    margin: 12px 0 18px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.casino-page-hero-copy p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.7;
}

.casino-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.casino-page-hero-image {
    display: block;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
}

.casino-page-hero-image img {
    width: 100%;
    height: 390px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.casino-category-section {
    padding: 46px 0;
}

.casino-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.casino-category-grid article {
    padding: 24px;
    border-radius: 24px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
            #171b2f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.casino-category-grid article > span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 15px;
    background: rgba(255, 214, 0, 0.14);
    color: #f7ff03;
    font-weight: 900;
}

.casino-category-grid h3 {
    margin: 0 0 10px;
    font-size: 21px;
}

.casino-category-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.casino-highlight-section {
    padding: 34px 0 48px;
}

.casino-highlight-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: stretch;
    padding: 30px;
    border-radius: 28px;
    background:
            radial-gradient(circle at 90% 20%, rgba(255, 214, 0, 0.18), transparent 30%),
            linear-gradient(135deg, #1c2140, #11131d);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28);
}

.casino-highlight-card h2 {
    margin: 10px 0 16px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.casino-highlight-card p {
    max-width: 800px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
}

.casino-highlight-panel {
    padding: 24px;
    border-radius: 24px;
    background: rgba(16, 18, 25, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.casino-highlight-panel h3 {
    margin: 0 0 16px;
    font-size: 24px;
}

.casino-highlight-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.casino-highlight-panel li {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.45;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.casino-highlight-panel li:last-child {
    border-bottom: 0;
}

.casino-highlight-panel li::before {
    content: "✓";
    margin-right: 10px;
    color: #f7ff03;
    font-weight: 900;
}

.casino-game-types-section {
    padding: 48px 0;
}

.casino-game-types-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.casino-game-types-grid article {
    padding: 26px;
    border-radius: 24px;
    background: #171b2f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

.casino-game-types-grid h3 {
    margin: 0 0 12px;
    font-size: 23px;
}

.casino-game-types-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.7;
}

.casino-content-section {
    padding: 52px 0;
}

.casino-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}

.casino-long-content {
    padding: 32px;
    border-radius: 28px;
    background: #151928;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.25);
}

.casino-long-content h2 {
    margin: 10px 0 28px;
    font-size: clamp(30px, 3.6vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.casino-long-content section + section {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.casino-long-content h3 {
    margin: 0 0 12px;
    font-size: 24px;
}

.casino-long-content p {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.75;
}

.casino-side-panel {
    position: sticky;
    top: 24px;
    padding: 24px;
    border-radius: 24px;
    background:
            linear-gradient(180deg, rgba(255, 214, 0, 0.12), rgba(255, 255, 255, 0.04)),
            #171b2f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.casino-side-panel h3 {
    margin: 0 0 16px;
    font-size: 24px;
}

.casino-side-panel ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.casino-side-panel li {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.45;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.casino-side-panel li::before {
    content: "✓";
    margin-right: 10px;
    color: #f7ff03;
    font-weight: 900;
}

.casino-warning-section {
    padding: 36px 0 60px;
}

.casino-warning-card {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 28px;
    border-radius: 26px;
    background:
            linear-gradient(135deg, rgba(198, 11, 30, 0.14), rgba(255, 214, 0, 0.07)),
            #151928;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.casino-warning-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: rgba(255, 214, 0, 0.14);
    color: #f7ff03;
    font-weight: 900;
    font-size: 24px;
}

.casino-warning-card h2 {
    margin: 0 0 10px;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
}

.casino-warning-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

@media (max-width: 1120px) {
    .casino-page-hero,
    .casino-highlight-card,
    .casino-content-layout {
        grid-template-columns: 1fr;
    }

    .casino-side-panel {
        position: static;
    }

    .casino-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .casino-page-hero-image img {
        height: auto;
        max-height: 520px;
    }
}

@media (max-width: 740px) {
    .casino-page-hero-section {
        padding-top: 30px;
    }

    .casino-page-hero,
    .casino-highlight-card,
    .casino-long-content,
    .casino-warning-card {
        padding: 22px;
        border-radius: 22px;
    }

    .casino-category-grid,
    .casino-game-types-grid {
        grid-template-columns: 1fr;
    }

    .casino-page-actions {
        flex-direction: column;
    }

    .casino-page-actions .yellow-btn,
    .casino-page-actions .ghost-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .casino-warning-card {
        grid-template-columns: 1fr;
    }

    .casino-page-hero-image img {
        height: auto;
    }
}

.casino-gallery-section {
    padding: 34px 0 26px;
}

.casino-gallery-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px;
    margin-top: 24px;
}

.casino-gallery-card {
    position: relative;
    display: block;
    min-height: 260px;
    overflow: hidden;
    border-radius: 22px;
    background: #171a28;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 45px rgba(0,0,0,0.28);
}

.casino-gallery-card-large {
    grid-row: span 2;
    min-height: 540px;
}

.casino-gallery-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
    object-position: center top;
    transform: none;
}

.casino-gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,12,18,0.05), rgba(10,12,18,0.78));
    pointer-events: none;
}

.casino-gallery-card div {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 2;
}

.casino-gallery-card span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(242, 255, 0, 0.12);
    color: #f2ff00;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.casino-gallery-card strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.15;
}

@media (max-width: 900px) {
    .casino-gallery-grid {
        grid-template-columns: 1fr;
    }

    .casino-gallery-card,
    .casino-gallery-card-large {
        min-height: 260px;
        grid-row: auto;
    }
}

@media (max-width: 560px) {
    .casino-gallery-card,
    .casino-gallery-card-large {
        min-height: 210px;
        border-radius: 16px;
    }

    .casino-gallery-card div {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .casino-gallery-card strong {
        font-size: 18px;
    }
}
.casino-image-feature-section,
.casino-live-preview-section {
    padding: 34px 0;
}

.casino-wide-shot,
.casino-content-image,
.casino-live-preview-image {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: #171a28;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.casino-wide-shot img,
.casino-content-image img,
.casino-live-preview-image img {
    display: block;
    width: 100%;
    height: auto;
}

.casino-content-image {
    margin: 30px 0;
}

.casino-content-image figcaption {
    padding: 12px 16px 14px;
    color: #aeb3c7;
    font-size: 0.92rem;
    line-height: 1.5;
}

.casino-live-preview-card {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 28px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
    background:
            radial-gradient(circle at 20% 20%, rgba(238, 255, 0, 0.08), transparent 32%),
            linear-gradient(135deg, #171a28, #101219);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.casino-live-preview-card h2 {
    margin: 12px 0 14px;
    color: #ffffff;
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    line-height: 1.05;
}

.casino-live-preview-card p {
    color: #c7cbda;
    font-size: 1.02rem;
    line-height: 1.75;
}

@media (max-width: 900px) {
    .casino-live-preview-card {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .casino-image-feature-section,
    .casino-live-preview-section {
        padding: 24px 0;
    }
}
.casino-page-hero {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 36px;
    align-items: center;
    padding: 38px;
    border-radius: 32px;
    overflow: hidden;
    background:
            radial-gradient(circle at 18% 12%, rgba(239, 255, 0, 0.14), transparent 30%),
            radial-gradient(circle at 82% 88%, rgba(120, 20, 60, 0.22), transparent 28%),
            linear-gradient(135deg, #171a28 0%, #101426 55%, #181022 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.casino-page-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.casino-page-hero-image picture {
    display: block;
    width: 100%;
}

.casino-page-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 390px;
    object-fit: contain;   /* главное */
    object-position: center;
    border-radius: 22px;
}
@media (max-width: 980px) {
    .casino-page-hero {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .casino-page-hero-image {
        min-height: auto;
        padding: 12px;
    }

    .casino-page-hero-image img {
        max-height: none;
        width: 100%;
        height: auto;
    }
}
/* Text internal links */
.article-main a,
.casino-long-content a,
.spain-long-content a,
.app-long-content a,
.login-long-content a,
.overview-content a,
.feature-content a,
.bonus-note a,
.casino-article a,
.faq-section p a {
    color: #eeff00;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
    transition: color .2s ease, text-shadow .2s ease;
}

.article-main a:hover,
.casino-long-content a:hover,
.spain-long-content a:hover,
.app-long-content a:hover,
.login-long-content a:hover,
.overview-content a:hover,
.feature-content a:hover,
.bonus-note a:hover,
.casino-article a:hover,
.faq-section p a:hover {
    color: #eeff5b;
    text-shadow: 0 0 10px rgba(255, 212, 59, .35);
    text-decoration: none;
}
.yellow-btn,
.yellow-btn:visited,
.yellow-btn.full,
.yellow-btn.full:visited {
    color: #101219;
    text-decoration: none;
}
.footer-help {
    margin-top: 24px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.footer-help h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 18px;
}

.footer-help p {
    max-width: 760px;
    margin: 0 auto 16px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    font-size: 14px;
}

.footer-help-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-help-links a,
.footer-help-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffd84d;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.footer-help-links a:hover {
    background: rgba(255, 216, 77, 0.12);
    border-color: rgba(255, 216, 77, 0.35);
}