        /* --- Все стили остаются без изменений --- */
        :root {
            --bg0: #0b1220;
            --bg1: #0A192F;

            --card: rgba(255, 255, 255, .05);
            --stroke: rgba(255, 255, 255, .10);

            --gold: #FFD700;
            --gold2: #FFF6B7;

            --text: rgba(235, 242, 255, .92);
            --muted: rgba(210, 220, 235, .74);
            --green: #7CFF7A;

            --shadow: 0 18px 50px rgba(0, 0, 0, .45);
            --shadow2: 0 10px 30px rgba(0, 0, 0, .35);

            --radius: 18px;
            --maxw: 1280px;
        }

        * {
            box-sizing: border-box;
        }

        html,
        body {
            height: 100%;
        }

        body {
            margin: 0;
            font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
            color: var(--text);
            background:
                radial-gradient(ellipse at top, #ff6b00 0%, #ff8c00 20%, #ffaa00 40%, #1a1a2e 80%, #0f0f1f 100%),
                linear-gradient(180deg, #000 0%, transparent 100%);
            background-blend-mode: screen;
            min-height: max(884px, 100dvh);
            scroll-behavior: smooth;
            position: relative;
            overflow-x: hidden;
        }

        body::before {
            content: "";
            position: fixed;
            inset: 0;
            background-image:
                radial-gradient(2px 2px at 20px 30px, #fff, rgba(0, 0, 0, 0)),
                radial-gradient(2px 2px at 40px 70px, #fff, rgba(0, 0, 0, 0)),
                radial-gradient(2px 2px at 60px 20px, #fff, rgba(0, 0, 0, 0)),
                radial-gradient(3px 3px at 90px 50px, #fff, rgba(0, 0, 0, 0)),
                radial-gradient(2px 2px at 130px 80px, #fff, rgba(0, 0, 0, 0)),
                radial-gradient(3px 3px at 160px 20px, #fff, rgba(0, 0, 0, 0));
            background-repeat: repeat;
            background-size: 220px 220px;
            opacity: .15;
            pointer-events: none;
            z-index: 0;
            animation: starTwinkle 8s infinite alternate;
        }

        @keyframes starTwinkle {

            0%,
            100% {
                opacity: 0.12;
            }

            50% {
                opacity: 0.18;
            }
        }

        body::after {
            content: "";
            position: fixed;
            inset: 0;
            background: radial-gradient(ellipse at top,
                    rgba(255, 107, 0, 0.15) 0%,
                    rgba(255, 140, 0, 0.08) 20%,
                    rgba(255, 170, 0, 0.05) 40%,
                    transparent 80%);
            pointer-events: none;
            z-index: 0;
        }

        .layout-container {
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: var(--maxw);
            margin: 0 auto;
            min-height: 100dvh;
            background: rgba(10, 25, 47, .92);
            border-left: 1px solid rgba(255, 255, 255, .04);
            border-right: 1px solid rgba(255, 255, 255, .04);
            display: flex;
            flex-direction: column;
            padding-bottom: 92px;
            backdrop-filter: blur(8px);
            box-shadow: 0 0 100px rgba(255, 215, 0, 0.05);
        }

        .section {
            padding: 16px;
        }

        .panel {
            background: var(--card);
            border: 1px solid rgba(255, 255, 255, .06);
            border-radius: 14px;
            padding: 14px;
        }

        .topwrap {
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, .06);
            background: rgba(0, 0, 0, .18);
            overflow: hidden;
        }

        .topbg {
            position: absolute;
            inset: 0;
            background-image: url("https://fribetbonusy.ru/freespins/promo_100ZANOSOV_inpaint.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transform: scale(1.02);
            filter: saturate(1.05) contrast(1.02);
            opacity: .95;
        }

        .topbg::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0, 0, 0, .72), rgba(0, 0, 0, .86));
        }

        .topbar {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 12px 16px;
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
        }

        .brand-badge {
            width: 38px;
            height: 38px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 215, 0, .16);
            border: 1px solid rgba(255, 215, 0, .20);
            color: var(--gold);
            font-weight: 1000;
            box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
            flex: 0 0 auto;
        }

        .brand-text {
            min-width: 0;
        }

        .brand-title {
            margin: 0;
            font-weight: 1000;
            font-size: 13.5px;
            color: #fff;
            line-height: 1.15;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .brand-sub {
            margin: 2px 0 0;
            font-size: 12px;
            color: rgba(235, 242, 255, .78);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .topbar-btn {
            flex: 0 0 auto;
            height: 40px;
            padding: 0 14px;
            border-radius: 14px;
            border: 1px solid rgba(255, 215, 0, .45);
            background: rgba(255, 215, 0, .92);
            color: #0A192F;
            font-weight: 1000;
            letter-spacing: .02em;
            cursor: pointer;
            text-decoration: none;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            box-shadow: 0 12px 26px rgba(0, 0, 0, .30), 0 0 18px rgba(255, 215, 0, .12);
            transition: transform .16s ease, filter .16s ease;
        }

        .topbar-btn:hover {
            filter: brightness(1.03);
            transform: translateY(-1px);
        }

        .topbar-btn:active {
            transform: translateY(0);
        }

        .tophero {
            position: relative;
            z-index: 2;
            padding: 10px 16px 16px;
            display: flex;
            justify-content: center;
            text-align: center;
        }

        .tophero-inner {
            width: min(860px, 100%);
            padding: 12px 10px 4px;
        }

        @media (min-width: 769px) {
            .features-grid {
                grid-template-columns: repeat(4, 1fr) !important;
            }
        }

        @media (max-width: 350px) {
            .features-grid {
                grid-template-columns: 1fr !important;
            }
        }

        .h1 {
            font-weight: 900;
            letter-spacing: -0.02em;
            font-size: clamp(28px, 4.7vw, 52px);
            margin: 0 0 8px 0;
            background: linear-gradient(120deg, var(--gold) 0%, var(--gold2) 20%, #fff 35%, var(--gold2) 50%, var(--gold) 70%);
            background-size: 250% auto;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 12px rgba(255, 215, 0, .55), 0 0 28px rgba(255, 215, 0, .35);
            animation: goldShimmer 6s linear infinite, premiumGlow 4s ease-in-out infinite;
        }

        @keyframes goldShimmer {
            to {
                background-position: 250% center;
            }
        }

        @keyframes premiumGlow {

            0%,
            100% {
                text-shadow: 0 0 12px rgba(255, 215, 0, .55), 0 0 28px rgba(255, 215, 0, .35);
            }

            50% {
                text-shadow: 0 0 22px rgba(255, 215, 0, .95), 0 0 55px rgba(255, 215, 0, .75);
            }
        }

        .sub {
            margin: 0 auto 12px;
            color: rgba(255, 255, 255, .86);
            font-size: 14.5px;
            line-height: 1.45;
            max-width: 620px;
        }

        .cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 18px;
            min-height: 48px;
            border-radius: 999px;
            font-weight: 1000;
            letter-spacing: .04em;
            color: #0A192F;
            background: rgba(255, 215, 0, .92);
            border: 1px solid rgba(255, 215, 0, .45);
            box-shadow: 0 0 18px rgba(255, 215, 0, 0.65), 0 0 38px rgba(255, 215, 0, 0.40);
            text-decoration: none;
            cursor: pointer;
            transition: transform .18s ease, filter .18s ease;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            width: min(460px, 100%);
        }

        .cta:active {
            transform: translateY(1px) scale(.99);
        }

        .cta:hover {
            filter: brightness(1.03);
        }

        .promo-code {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            border: 1px dashed rgba(255, 255, 255, .22);
            background: rgba(0, 0, 0, .20);
            padding: 12px;
        }

        .promo-code b {
            font-size: 22px;
            letter-spacing: .22em;
            font-weight: 900;
            color: #fff;
        }

        .promo-hint {
            margin: 10px 0 0;
            text-align: center;
            font-size: 13px;
            color: var(--muted);
            line-height: 1.45;
        }

        .btn {
            width: min(420px, 100%);
            margin: 12px auto 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 42px;
            border-radius: 12px;
            background: rgba(255, 215, 0, .18);
            border: 1px solid rgba(255, 215, 0, .42);
            color: var(--gold);
            font-weight: 1000;
            letter-spacing: .04em;
            cursor: pointer;
            transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
        }

        .btn:hover {
            background: rgba(255, 215, 0, .24);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
        }

        .btn:active {
            transform: translateY(1px);
        }

        .alert {
            margin-top: 10px;
            text-align: center;
            font-weight: 800;
            color: var(--green);
            display: none;
            font-size: 13px;
        }

        .alert.show {
            display: block;
        }

        .trust {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
            margin-top: 10px;
        }

        @media (min-width: 720px) {
            .trust {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .trust-item {
            background: rgba(0, 0, 0, .20);
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 14px;
            padding: 10px 12px;
            display: flex;
            gap: 10px;
            align-items: flex-start;
        }

        .trust-ico {
            width: 34px;
            height: 34px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 215, 0, .14);
            border: 1px solid rgba(255, 215, 0, .18);
            color: var(--gold);
            font-weight: 1000;
            flex: 0 0 auto;
        }

        .trust-title {
            font-weight: 1000;
            font-size: 13px;
            margin: 0;
            color: #fff;
            line-height: 1.2;
        }

        .trust-text {
            margin: 4px 0 0;
            font-size: 12.5px;
            color: rgba(235, 242, 255, .78);
            line-height: 1.35;
        }

        .casino-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin-top: 10px;
        }

        @media (min-width: 720px) {
            .casino-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        .casino-card {
            position: relative;
            border-radius: 16px;
            background: rgba(0, 0, 0, .22);
            border: 1px solid rgba(255, 255, 255, .08);
            overflow: hidden;
            cursor: pointer;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            text-decoration: none;
            cursor: pointer;
            color: inherit;

            display: flex;
            flex-direction: column;
            min-height: 186px;
            padding: 10px 10px 12px;
            gap: 8px;

            --glow1: rgba(255, 215, 0, .18);
            --glow2: rgba(255, 215, 0, .06);

            box-shadow:
                0 12px 28px rgba(0, 0, 0, .34),
                0 0 0 1px rgba(255, 255, 255, .06),
                0 0 26px var(--glow2),
                0 0 42px rgba(255, 215, 0, .08);
            transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, filter .18s ease;
        }

        .casino-card:hover {
            transform: translateY(-3px) scale(1.01);
            border-color: rgba(255, 215, 0, .34);
            box-shadow:
                0 18px 40px rgba(0, 0, 0, .4),
                0 0 0 1px rgba(255, 255, 255, .08),
                0 0 34px var(--glow2),
                0 0 70px rgba(255, 215, 0, .16);
            filter: brightness(1.04);
        }

        .casino-card::before {
            content: "";
            position: absolute;
            inset: -40%;
            background:
                radial-gradient(circle at 30% 25%, var(--glow1), rgba(0, 0, 0, 0) 55%),
                radial-gradient(circle at 70% 70%, var(--glow2), rgba(0, 0, 0, 0) 52%);
            transform: rotate(12deg);
            opacity: .85;
            pointer-events: none;
            z-index: 0;
            transition: opacity 0.3s ease;
        }
        .casino-card::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 16px;
            border: 1px solid rgba(255, 215, 0, .14);
            box-shadow: inset 0 0 18px rgba(255, 215, 0, .07), 0 0 26px rgba(255, 215, 0, .08);
            pointer-events: none;
            z-index: 0;
        }


        .casino-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            position: relative;
            z-index: 1;
        }

        .casino-title {
            font-weight: 1000;
            letter-spacing: .04em;
            font-size: 12.5px;
            color: #fff;
            margin: 0;
            text-transform: uppercase;
            opacity: .96;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            min-width: 0;
        }

        .casino-mini {
            font-size: 11.5px;
            color: rgba(235, 242, 255, .80);
            background: rgba(255, 255, 255, .06);
            border: 1px solid rgba(255, 255, 255, .08);
            padding: 4px 8px;
            border-radius: 999px;
            white-space: nowrap;
            flex: 0 0 auto;
        }

        .casino-mid {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .casino-logo {
            width: 62px;
            height: 62px;
            border-radius: 999px;
            padding: 6px;
            background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, .08));
            border: 1px solid rgba(255, 255, 255, .12);
            box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            flex: 0 0 auto;
        }

        .casino-logo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 999px;
            background: rgba(0, 0, 0, .35);
        }

        .casino-info {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .casino-bonus {
            font-weight: 1000;
            color: var(--gold);
            font-size: 12.5px;
            line-height: 1.2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .casino-desc {
            font-size: 12.2px;
            color: rgba(235, 242, 255, .82);
            line-height: 1.25;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .slot-chips {
            position: relative;
            z-index: 1;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-top: 2px;
        }

        .chip {
            font-size: 11.5px;
            padding: 4px 8px;
            border-radius: 999px;
            background: rgba(0, 0, 0, .22);
            border: 1px solid rgba(255, 255, 255, .10);
            color: rgba(235, 242, 255, .88);
            white-space: nowrap;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .chip.gold {
            background: rgba(255, 215, 0, .14);
            border: 1px solid rgba(255, 215, 0, .18);
            color: var(--gold);
            font-weight: 1000;
        }

        .casino-actions {
            position: relative;
            z-index: 1;
            display: flex;
            gap: 10px;
            margin-top: auto;
        }

        .card-btn {
            flex: 1;
            height: 40px;
            border-radius: 14px;
            font-weight: 1000;
            letter-spacing: .02em;
            border: 1px solid rgba(255, 255, 255, .10);
            background: rgba(255, 255, 255, .06);
            color: #fff;
            cursor: pointer;
            transition: transform .15s ease, filter .15s ease, background .15s ease;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            cursor: pointer;
        }

        .card-btn:active {
            transform: translateY(1px);
        }

        .card-btn.primary {
            background: rgba(255, 215, 0, .92);
            border: 1px solid rgba(255, 215, 0, .45);
            color: #0A192F;
            box-shadow: 0 12px 22px rgba(0, 0, 0, .22);
        }

        .modal-backdrop {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .62);
            backdrop-filter: blur(6px);
            display: none;
            align-items: flex-end;
            justify-content: center;
            z-index: 9999;
            padding: 14px;
        }

        .modal-backdrop.open {
            display: flex;
        }

        .modal {
            width: min(520px, 100%);
            max-height: calc(100dvh - 28px);
            border-radius: 22px;
            overflow: hidden;
            background: rgba(10, 25, 47, .96);
            border: 1px solid rgba(255, 255, 255, .10);
            box-shadow: var(--shadow);
            transform: translateY(12px);
            opacity: 0;
            transition: transform .18s ease, opacity .18s ease;
            display: flex;
            flex-direction: column;
        }

        .modal-backdrop.open .modal {
            transform: translateY(0);
            opacity: 1;
        }

        .modal-head {
            position: relative;
            padding: 14px 14px 12px;
            background:
                linear-gradient(135deg, rgba(255, 215, 0, .20), rgba(0, 0, 0, 0) 55%),
                rgba(0, 0, 0, .22);
            border-bottom: 1px solid rgba(255, 255, 255, .08);
        }

        .modal-close {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 38px;
            height: 38px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, .10);
            background: rgba(0, 0, 0, .22);
            color: #fff;
            cursor: pointer;
            font-weight: 1000;
        }

        .modal-top {
            display: flex;
            align-items: center;
            gap: 12px;
            padding-right: 52px;
        }

        .modal-logo {
            width: 56px;
            height: 56px;
            border-radius: 16px;
            background: rgba(255, 215, 0, .14);
            border: 1px solid rgba(255, 215, 0, .20);
            overflow: hidden;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 12px 24px rgba(0, 0, 0, .30);
        }

        .modal-logo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .modal-title {
            margin: 0;
            font-size: 16px;
            font-weight: 1000;
            letter-spacing: .02em;
            color: #fff;
            line-height: 1.15;
        }

        .modal-sub {
            margin: 4px 0 0;
            font-size: 13px;
            color: rgba(235, 242, 255, .82);
            line-height: 1.25;
        }

        .modal-body {
            padding: 12px 14px 14px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            overflow-y: auto;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;
            touch-action: pan-y;
        }

        .modal-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 10px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .06);
            border: 1px solid rgba(255, 255, 255, .08);
            color: rgba(235, 242, 255, .90);
            font-weight: 900;
            font-size: 12px;
            line-height: 1;
            white-space: nowrap;
        }

        .badge.gold {
            background: rgba(255, 215, 0, .14);
            border: 1px solid rgba(255, 215, 0, .18);
            color: var(--gold);
        }

        .modal-row {
            background: rgba(0, 0, 0, .20);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 16px;
            padding: 10px 12px;
        }

        .modal-row-title {
            margin: 0 0 6px;
            font-size: 13px;
            font-weight: 1000;
            color: #fff;
            letter-spacing: .01em;
        }

        .modal-row-text {
            margin: 0;
            font-size: 12.8px;
            color: rgba(235, 242, 255, .84);
            line-height: 1.4;
        }

        .promo-inline {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 10px 12px;
            border-radius: 16px;
            background: rgba(255, 215, 0, .10);
            border: 1px solid rgba(255, 215, 0, .18);
        }

        .promo-inline .label {
            font-size: 12px;
            color: rgba(255, 255, 255, .86);
            font-weight: 1000;
            letter-spacing: .02em;
        }

        .promo-inline .code {
            font-size: 13px;
            font-weight: 1000;
            letter-spacing: .16em;
            color: #fff;
            padding: 4px 8px;
            border-radius: 10px;
            background: rgba(0, 0, 0, .25);
            border: 1px solid rgba(255, 255, 255, .10);
            white-space: nowrap;
        }

        .slots-block {
            background: rgba(0, 0, 0, .20);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 16px;
            padding: 12px;
        }

        .slots-title {
            margin: 0 0 8px;
            font-weight: 1000;
            color: #fff;
            font-size: 13.5px;
            line-height: 1.25;
        }

        .slots-list {
            margin: 0;
            padding-left: 16px;
            color: rgba(235, 242, 255, .86);
            font-size: 12.8px;
            line-height: 1.5;
        }

        .slots-list li {
            margin: 4px 0;
        }

        .modal-actions {
            display: flex;
            gap: 10px;
            margin-top: 2px;
        }

        .modal-btn {
            flex: 1;
            height: 44px;
            border-radius: 14px;
            font-weight: 1000;
            letter-spacing: .03em;
            border: 1px solid rgba(255, 255, 255, .10);
            background: rgba(255, 255, 255, .06);
            color: #fff;
            cursor: pointer;
            transition: transform .15s ease, filter .15s ease, background .15s ease;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
        }

        .modal-btn:active {
            transform: translateY(1px);
        }

        .btn-primary {
            width: 100%;
            border-radius: 16px;
            padding: 12px 12px;
            background: rgba(255, 215, 0, .92);
            color: #0A192F;
            font-weight: 1000;
            letter-spacing: .02em;
            border: 1px solid rgba(255, 215, 0, .35);
            cursor: pointer;
            text-decoration: none;
            cursor: pointer;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            box-shadow: 0 12px 26px rgba(0, 0, 0, .28), 0 0 18px rgba(255, 215, 0, .12);
            transition: transform .16s ease, filter .16s ease;
        }

        .btn-primary:hover {
            filter: brightness(1.03);
            transform: translateY(-1px);
        }

        .btn-primary:active {
            transform: translateY(0);
        }

        .video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 14px;
            margin-top: 12px;
        }

        .video-card {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .video-container {
            position: relative;
            background-color: #0A192F;
            border-radius: 18px;
            overflow: hidden;
            aspect-ratio: 9 / 16;
            max-width: 380px;
            margin: 0 auto;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .55);
            cursor: pointer;
        }

        .video-player {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .video-play-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, .25);
            transition: opacity .25s ease;
        }

        .video-play-overlay .play-pill {
            width: 76px;
            height: 76px;
            border-radius: 9999px;
            background: rgba(255, 255, 255, .20);
            border: 1px solid rgba(255, 255, 255, .18);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
        }

        .video-play-overlay .play-pill:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 24px solid #fff;
            border-top: 16px solid transparent;
            border-bottom: 16px solid transparent;
            margin-left: 6px;
        }

        .video-container.playing .video-play-overlay {
            opacity: 0;
            pointer-events: none;
        }

        .video-ui {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            pointer-events: none;
        }

        .video-ui .topbar {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            padding: 12px;
        }

        .video-ui .badge {
            max-width: 75%;
            padding: 6px 10px;
            border-radius: 9999px;
            background: rgba(0, 0, 0, .35);
            border: 1px solid rgba(255, 255, 255, .12);
            backdrop-filter: blur(10px);
            color: #fff;
            font-weight: 1000;
            font-size: 12px;
            line-height: 1.2;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .video-ui .badge.casino {
            max-width: 40%;
            text-align: right;
            color: var(--gold);
        }

        .video-ui .bottombar {
            padding: 14px 12px 12px;
            background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .05));
        }

        .video-ui .slot {
            color: #fff;
            font-weight: 1000;
            font-size: 13px;
        }

        .video-ui .win {
            color: var(--green);
            font-weight: 900;
            font-size: 12.5px;
            margin-top: 2px;
        }

        .video-ui .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-top: 8px;
        }

        .video-ui .tags span {
            font-size: 12px;
            padding: 2px 10px;
            background: rgba(255, 215, 0, .14);
            border: 1px solid rgba(255, 215, 0, .18);
            color: var(--gold);
            border-radius: 9999px;
        }

        .video-ui .cta-wrap {
            margin-top: 10px;
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .video-ui .cta {
            pointer-events: auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 10px 12px;
            border-radius: 14px;
            background: rgba(255, 215, 0, .92);
            color: #0A192F;
            font-weight: 1000;
            font-size: 13px;
            text-decoration: none;
            cursor: pointer;
            box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
        }

        .video-meta {
            margin: 0 auto;
            max-width: 380px;
            padding: 12px 12px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 14px;
            backdrop-filter: blur(6px);
        }

        .video-meta .title {
            font-size: 14px;
            font-weight: 1000;
            color: var(--gold);
            line-height: 1.2;
        }

        .video-meta .row {
            margin-top: 4px;
            font-size: 12.8px;
            color: #fff;
        }

        .video-meta .row.win {
            color: var(--green);
            font-weight: 900;
        }

        .video-meta .tags {
            margin-top: 8px;
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }

        .video-meta .tags span {
            font-size: 12px;
            padding: 2px 10px;
            background: rgba(255, 215, 0, 0.14);
            border: 1px solid rgba(255, 215, 0, 0.18);
            color: var(--gold);
            border-radius: 9999px;
        }

        .video-meta .cta-row {
            margin-top: 10px;
            display: flex;
        }

        .video-meta .cta-row a,
        .video-meta .cta-row button {
            width: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            padding: 10px 12px;
            border-radius: 12px;
            background: rgba(255, 215, 0, 0.20);
            border: 1px solid rgba(255, 215, 0, 0.35);
            color: var(--gold);
            font-weight: 1000;
            font-size: 13px;
            text-decoration: none;
            cursor: pointer;
        }

        .stickybar {
            position: fixed;
            left: 50%;
            transform: translateX(-50%);
            bottom: 12px;
            width: min(var(--maxw), calc(100% - 18px));
            z-index: 9998;
            pointer-events: none;
        }

        .sticky-inner {
            pointer-events: auto;
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            border-radius: 18px;
            background: rgba(10, 25, 47, .92);
            border: 1px solid rgba(255, 255, 255, .10);
            box-shadow: 0 14px 34px rgba(0, 0, 0, .45);
            backdrop-filter: blur(10px);
        }

        .sticky-left {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }

        .sticky-left .t1 {
            font-weight: 1000;
            font-size: 12.5px;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .sticky-left .t2 {
            font-size: 12px;
            color: rgba(235, 242, 255, .75);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .sticky-btn {
            flex: 0 0 auto;
            height: 42px;
            padding: 0 14px;
            border-radius: 14px;
            border: 1px solid rgba(255, 215, 0, .45);
            background: rgba(255, 215, 0, .92);
            color: #0A192F;
            font-weight: 1000;
            letter-spacing: .02em;
            cursor: pointer;
            text-decoration: none;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
        }

        footer {
            padding: 18px 16px 10px;
            text-align: center;
            color: rgba(210, 220, 235, .65);
            font-size: 11px;
            line-height: 1.5;
        }

        .seo-section {
            margin-top: 20px;
        }

        .section-title {
            margin: 0 0 15px;
            font-size: 22px;
            font-weight: 1000;
            color: #fff;
            text-align: center;
        }

        .section-subtitle {
            text-align: center;
            color: rgba(235, 242, 255, 0.8);
            margin-bottom: 25px;
            font-size: 15px;
        }

        .bonus-table {
            overflow-x: auto;
            margin: 20px 0;
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(0, 0, 0, 0.2);
        }

        .bonus-table table {
            width: 100%;
            border-collapse: collapse;
            min-width: 650px;
        }

        .bonus-table th {
            padding: 14px 12px;
            text-align: left;
            color: #fff;
            font-weight: 1000;
            background: rgba(255, 215, 0, 0.15);
            border-bottom: 2px solid var(--gold);
        }

        .bonus-table td {
            padding: 14px 12px;
            color: rgba(235, 242, 255, 0.9);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .bonus-table tr:nth-child(even) {
            background: rgba(255, 255, 255, 0.03);
        }

        .bonus-table tr:hover {
            background: rgba(255, 215, 0, 0.08);
            transition: background 0.3s ease;
        }

        .promo-badge {
            background: rgba(255, 215, 0, 0.15);
            padding: 6px 12px;
            border-radius: 8px;
            color: #fff;
            font-weight: 900;
            letter-spacing: 1px;
            display: inline-block;
        }

        .step-item {
            position: relative;
            padding-left: 50px;
            margin-bottom: 20px;
        }

        .step-number {
            position: absolute;
            left: 12px;
            top: 12px;
            width: 32px;
            height: 32px;
            background: var(--gold);
            color: #0A192F;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 1000;
        }

        .pros-cons-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 25px;
            margin-top: 25px;
        }

        @media (min-width: 768px) {
            .pros-cons-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .pros-box {
            background: rgba(124, 255, 122, 0.05);
            border-color: rgba(124, 255, 122, 0.2);
        }

        .cons-box {
            background: rgba(255, 107, 107, 0.05);
            border-color: rgba(255, 107, 107, 0.2);
        }

        .pros-title {
            color: var(--green) !important;
        }

        .cons-title {
            color: #ff6b6b !important;
        }

        .expert-tip {
            background: rgba(255, 215, 0, 0.08);
            border-radius: 14px;
            border: 1px solid rgba(255, 215, 0, 0.2);
            padding: 16px;
            margin: 20px 0;
        }

        .final-cta {
            background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(10, 25, 47, 0.95));
            border: 2px solid rgba(255, 215, 0, 0.3);
        }

        details summary {
            cursor: pointer;
            font-weight: 1000;
            color: #fff;
            font-size: 16px;
            padding: 5px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

        details summary::-webkit-details-marker {
            display: none;
        }

        details summary span:last-child {
            color: var(--gold);
            font-size: 20px;
            transition: transform 0.3s;
        }

        details[open] summary span:last-child {
            transform: rotate(45deg);
        }

        details>div {
            margin-top: 14px;
            color: rgba(235, 242, 255, 0.9);
            font-size: 15px;
            line-height: 1.6;
            padding-top: 14px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .faq-card {
            background: rgba(0, 0, 0, 0.22);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 16px;
            padding: 16px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .faq-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--gold), transparent);
        }

        .faq-card:hover {
            background: rgba(255, 215, 0, 0.05);
            border-color: rgba(255, 215, 0, 0.2);
            transform: translateY(-2px);
        }

        .faq-question {
            color: var(--gold);
            font-weight: 1000;
            font-size: 16px;
            margin: 0 0 10px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .faq-answer {
            color: rgba(235, 242, 255, 0.85);
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        .contact-card {
            background: rgba(0, 0, 0, 0.22);
            border: 1px solid rgba(255, 215, 0, 0.15);
            border-radius: 16px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .contact-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .contact-card:hover::before {
            opacity: 1;
        }

        .contact-card:hover {
            transform: translateY(-5px);
            border-color: rgba(255, 215, 0, 0.3);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .contact-icon {
            font-size: 32px;
            color: var(--gold);
            margin-bottom: 12px;
        }

        .contact-title {
            color: #fff;
            font-weight: 1000;
            font-size: 16px;
            margin: 0 0 8px 0;
        }

        .contact-text {
            color: rgba(235, 242, 255, 0.8);
            font-size: 14px;
            line-height: 1.5;
            margin: 0;
        }

        .contact-link {
            color: var(--gold);
            text-decoration: none;
            cursor: pointer;
            font-weight: 900;
            transition: color 0.3s ease;
        }

        .contact-link:hover {
            color: #fff;
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .bonus-table {
                font-size: 14px;
            }

            .bonus-table th,
            .bonus-table td {
                padding: 10px 8px;
            }

            .section-title {
                font-size: 18px;
            }

            .casino-grid {
                grid-template-columns: 1fr;
            }

            .video-grid {
                grid-template-columns: 1fr;
            }

            .pros-cons-grid {
                grid-template-columns: 1fr;
            }

            .trust {
                grid-template-columns: 1fr;
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in {
            animation: fadeInUp 0.6s ease forwards;
        }
    

/* Performance + UX refinements */
.section,
.panel,
.casino-card,
.video-card,
.faq-card,
.contact-card {
    content-visibility: auto;
    contain-intrinsic-size: 1px 520px;
}

a,
button,
summary,
.casino-card {
    touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 2px solid rgba(255, 215, 0, .9);
    outline-offset: 2px;
}

@media (max-width: 640px) {
    .layout-container {
        border-left: 0;
        border-right: 0;
    }

    .section {
        padding: 12px;
    }

    .panel {
        padding: 12px;
        border-radius: 12px;
    }

    .cta,
    .btn,
    .card-btn,
    .modal-btn,
    .topbar-btn,
    .sticky-btn {
        min-height: 46px;
    }

    .casino-card {
        min-height: 198px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}


@media (max-width: 640px) {
    .modal-backdrop {
        align-items: flex-end;
        padding: 8px;
    }

    .modal {
        width: 100%;
        max-height: calc(100dvh - 8px);
        border-radius: 18px 18px 12px 12px;
    }

    .modal-head {
        position: sticky;
        top: 0;
        z-index: 3;
    }

    .modal-body {
        padding-bottom: 20px;
    }
}

.feature-panel {
    background: linear-gradient(145deg, rgba(255, 215, 0, .08), rgba(12, 28, 52, .95));
    border: 1px solid rgba(255, 215, 0, .16);
}

.feature-lead {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.feature-lead p {
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .18);
    border: 1px solid rgba(255, 255, 255, .08);
    line-height: 1.45;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.feature-grid.two-col {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.feature-card {
    background: rgba(0, 0, 0, .24);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
}

.feature-card h3 {
    margin: 0 0 8px;
    color: var(--gold);
    font-size: 14px;
}

.feature-card p {
    margin: 0;
    color: rgba(235,242,255,.88);
    line-height: 1.45;
    font-size: 13px;
}

.feature-note,
.feature-list {
    margin-top: 14px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .09);
}

.feature-list p {
    margin: 0 0 8px;
    color: var(--gold);
    font-weight: 800;
}

.feature-list ul {
    margin: 0;
    padding-left: 18px;
    color: rgba(235,242,255,.9);
    line-height: 1.45;
}


.start-panel {
    background: linear-gradient(150deg, rgba(255, 215, 0, .1), rgba(10, 25, 47, .94));
    border: 1px solid rgba(255, 215, 0, .2);
}

.start-intro {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.start-intro p {
    margin: 0;
    padding: 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .08);
    line-height: 1.5;
}

.start-points {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.start-point {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .24);
    border: 1px solid rgba(255, 255, 255, .09);
}

.start-point span {
    color: var(--gold);
    font-size: 18px;
    line-height: 1;
}

.start-point p {
    margin: 0;
    line-height: 1.4;
    font-size: 13px;
}

.start-check {
    margin-top: 16px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 215, 0, .1);
    border: 1px solid rgba(255, 215, 0, .22);
}

.start-check p {
    margin: 0;
    line-height: 1.45;
    color: rgba(255, 255, 255, .9);
    font-weight: 700;
}
