        /* ===== RESET & BASE ===== */
        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Inter', 'Arial', sans-serif;
            background: #0a0a0a;
            color: #e5e5e5;
            line-height: 1.5;
            overflow-x: hidden;
        }
        a { color: inherit; text-decoration: none; }
        img { max-width: 100%; display: block; }
        button, input { font-family: inherit; border: none; outline: none; }
        ::-webkit-scrollbar { height: 6px; width: 6px; }
        ::-webkit-scrollbar-track { background: #111111; }
        ::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 3px; }

        .display { font-family: 'Sofia Sans Condensed', 'Inter', sans-serif; }

        /* ===== HEADER ===== */
        .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #0a0a0a; border-bottom: 1px solid #1f1f1f; }
        .header-main { height: 76px; display: flex; align-items: center; padding: 0 24px; gap: 18px; }
        .header-logo { display: inline-flex; align-items: center; }
        .brand-mark { font-family: 'Sofia Sans Condensed', 'Inter', sans-serif; font-size: 28px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: 1.5px; line-height: 1; display: inline-block; }
        .brand-mark .brand-accent { color: #22c55e; }
        .brand-mark-footer { font-size: 32px; margin-bottom: 14px; }
        .header-search { flex: 1; max-width: 480px; position: relative; margin-left: 8px; }
        .header-search input { width: 100%; height: 42px; background: #141414; border: 1px solid #2a2a2a; border-radius: 10px; padding: 0 16px 0 42px; color: #e5e5e5; font-size: 13px; transition: border-color .15s, box-shadow .15s; cursor: pointer; }
        .header-search input::placeholder { color: #6b6b6b; }
        .header-search input:hover { border-color: #22c55e; }
        .header-search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; fill: #6b6b6b; pointer-events: none; }
        .header-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
        .btn-login { height: 42px; padding: 0 22px; border-radius: 10px; font-size: 13px; font-weight: 700; letter-spacing: .3px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; background: transparent; border: 1px solid #22c55e; color: #e5e5e5; transition: border-color .2s, background .2s, color .2s; }
        .btn-login:hover { background: rgba(34,197,94,.12); color: #22c55e; }
        .btn-signup { height: 42px; padding: 0 24px; border-radius: 10px; font-size: 13px; font-weight: 800; letter-spacing: .3px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%); color: #050505; border: none; transition: transform .15s, box-shadow .15s; }
        .btn-signup:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(34,197,94,.4); }

        /* ===== NAV BAR ===== */
        .nav-bar { height: 40px; display: flex; align-items: center; padding: 0 20px; gap: 6px; overflow-x: auto; background: #050505; border-bottom: 1px solid #1f1f1f; }
        .nav-bar::-webkit-scrollbar { display: none; }
        .nav-pill { display: inline-flex; align-items: center; padding: 0 14px; height: 28px; font-size: 10px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: #8a8a8a; white-space: nowrap; border: 1px solid #2a2a2a; border-radius: 6px; transition: all .15s; flex-shrink: 0; }
        .nav-pill:hover { color: #fff; border-color: #22c55e; }
        .nav-pill.active { color: #050505; border-color: #22c55e; background: #22c55e; }

        /* ===== MAIN CONTENT ===== */
        .main-content { margin-top: 117px; min-height: calc(100vh - 117px); max-width: 1440px; margin-left: auto; margin-right: auto; padding: 0 24px; }

        /* ===== HERO BANNER ===== */
        .hero-wrapper { padding: 18px 0 0; }
        .hero-banner { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid #1f1f1f; background: #111111; }
        .hero-banner img.hero-img { width: 100%; height: auto; display: block; }
        .hero-overlay { position: absolute; inset: 0; display: flex; align-items: center; padding: 0 5%; background: linear-gradient(90deg, rgba(7,16,46,.92) 0%, rgba(7,16,46,.55) 32%, transparent 58%); }
        .hero-text { max-width: 520px; }
        .hero-h1 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 22px; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
        .hero-h1-brand { color: #22c55e; }
        .hero-label { display: inline-block; background: rgba(34,197,94,.15); border: 1px solid rgba(34,197,94,.55); color: #22c55e; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; padding: 5px 12px; border-radius: 4px; margin-bottom: 10px; }
        .hero-title { font-family: 'Sofia Sans Condensed', 'Inter', sans-serif; font-size: 17px; font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .6px; }
        .hero-amount { font-family: 'Sofia Sans Condensed', 'Inter', sans-serif; font-size: 42px; font-weight: 900; color: #fff; line-height: 1.02; margin-bottom: 20px; text-transform: uppercase; }
        .hero-amount span { display: block; }
        .hero-amount .accent { color: #22c55e; }
        .btn-hero { display: inline-block; padding: 14px 36px; background: linear-gradient(180deg, #22c55e 0%, #16a34a 55%, #15803d 100%); color: #050505; font-size: 14px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; border-radius: 10px; cursor: pointer; transition: transform .15s, box-shadow .15s; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 4px 18px rgba(34,197,94,.35); }
        .btn-hero:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(34,197,94,.5); }

        /* ===== HERO DUAL (crypto + VIP) ===== */
        .hero-dual { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
        .hero-mini { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid #1f1f1f; background: #111111; min-height: 170px; display: flex; }
        .hero-mini { background: #0a0a0a; }
        .hero-mini img { width: 100%; height: 100%; object-fit: contain; object-position: right center; position: absolute; inset: 0; }
        .hero-mini-overlay { position: relative; z-index: 1; width: 100%; padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(90deg, rgba(7,16,46,.9) 0%, rgba(7,16,46,.55) 55%, transparent 100%); }
        .hero-mini-tag { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #22c55e; margin-bottom: 6px; }
        .hero-mini-title { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 22px; font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .5px; }
        .hero-mini-desc { font-size: 12px; color: #cccccc; line-height: 1.5; margin-bottom: 14px; max-width: 280px; }
        .btn-mini { display: inline-block; padding: 9px 22px; background: #22c55e; color: #050505; font-size: 11px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; border-radius: 6px; width: max-content; transition: background .15s; }
        .btn-mini:hover { background: #16a34a; }

        /* ===== SECTION BAR ===== */
        .section-bar { display: flex; justify-content: space-between; align-items: center; padding: 28px 0 14px; }
        .section-bar h2 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 18px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .6px; }
        .section-bar-right { display: flex; align-items: center; gap: 8px; }
        .section-bar-right a { font-size: 12px; font-weight: 600; color: #8a8a8a; letter-spacing: .3px; transition: color .15s; }
        .section-bar-right a:hover { color: #22c55e; }

        /* ===== GAME CARDS ===== */
        .games-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
        .game-card { border-radius: 12px; overflow: hidden; background: #161616; border: 1px solid #2a2a2a; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; position: relative; }
        .game-card:hover { transform: translateY(-3px); border-color: #22c55e; box-shadow: 0 8px 24px rgba(0,0,0,.4); }
        .game-card-img { width: 100%; height: auto; aspect-ratio: 8/11; object-fit: cover; background: #050505; display: block; }
        .game-card-info { padding: 7px 10px 9px; }
        .game-card-name { font-size: 12px; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-card-provider { font-size: 10px; color: #6b6b6b; margin-top: 1px; }
        .game-badge { position: absolute; top: 8px; right: 8px; background: #22c55e; color: #050505; font-size: 9px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; z-index: 2; }
        .game-badge.live-badge { background: #ef4444; color: #fff; display: inline-flex; align-items: center; gap: 4px; animation: blink-live 1.4s ease-in-out infinite; }
        .game-badge.live-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
        @keyframes blink-live { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

        /* ===== PROVIDERS ROW ===== */
        .providers-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
        .provider-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 10px; padding: 16px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; transition: border-color .15s; cursor: pointer; min-height: 80px; }
        .provider-card:hover { border-color: #22c55e; }
        .provider-name { font-size: 11px; font-weight: 800; color: #e5e5e5; text-align: center; letter-spacing: .3px; line-height: 1.2; }
        .provider-tag { font-size: 9px; color: #6b6b6b; font-weight: 600; text-transform: uppercase; letter-spacing: .4px; }

        /* ===== BONUS SECTION ===== */
        .bonus-section { padding: 36px 0; background: #111111; margin: 28px -24px 0; padding-left: 24px; padding-right: 24px; border-top: 1px solid #1f1f1f; border-bottom: 1px solid #1f1f1f; }
        .bonus-section .sec-title { text-align: center; margin-bottom: 28px; }
        .bonus-section .sec-title h2 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 26px; font-weight: 800; color: #fff; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .5px; }
        .bonus-section .sec-title p { font-size: 13px; color: #8a8a8a; }
        .bonus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1300px; margin: 0 auto; }
        .bonus-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 12px; padding: 24px 18px; text-align: center; transition: all 0.3s; }
        .bonus-card:hover { transform: translateY(-3px); border-color: #22c55e; box-shadow: 0 6px 22px rgba(34,197,94,.12); }
        .bonus-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%; background: rgba(34,197,94,.12); color: #22c55e; }
        .bonus-card-icon svg { width: 28px; height: 28px; }
        .bonus-card h3 { font-size: 14px; font-weight: 700; color: #e5e5e5; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .4px; }
        .bonus-card-value { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 26px; font-weight: 900; color: #22c55e; margin-bottom: 8px; line-height: 1; }
        .bonus-card p { color: #8a8a8a; font-size: 12px; line-height: 1.5; }
        .bonus-details { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 1300px; margin: 22px auto 0; }
        .bonus-detail { background: #161616; border: 1px solid #2a2a2a; border-left: 3px solid #22c55e; border-radius: 10px; padding: 20px 22px; }
        .bonus-detail h3 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 16px; font-weight: 800; color: #22c55e; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 10px; }
        .bonus-detail p { font-size: 13px; color: #cccccc; line-height: 1.7; margin-bottom: 10px; }
        .bonus-detail p:last-child { margin-bottom: 0; }
        .bonus-detail strong { color: #e5e5e5; font-weight: 700; }

        /* ===== WHY US / FEATURES ===== */
        .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
        .feature-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 10px; padding: 22px 16px; text-align: center; }
        .feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 12px; background: rgba(34,197,94,.12); color: #22c55e; }
        .feature-icon svg { width: 24px; height: 24px; }
        .feature-card h3 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
        .feature-card p { font-size: 12px; color: #8a8a8a; line-height: 1.5; }

        /* ===== REVIEW / ABOUT ===== */
        .review-section { padding: 30px 0; }
        .review-header { margin-bottom: 18px; }
        .review-header h2 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 4px; text-transform: uppercase; letter-spacing: .4px; }
        .review-header p { font-size: 13px; color: #8a8a8a; }
        .review-content { display: flex; gap: 22px; }
        .review-text-box { flex: 1; }
        .review-text-box p { font-size: 13px; color: #cccccc; line-height: 1.7; margin-bottom: 12px; }
        .review-text-box strong { color: #22c55e; font-weight: 700; }
        .review-pros-cons { display: flex; gap: 16px; margin-top: 20px; }
        .review-pros, .review-cons { flex: 1; background: #161616; border: 1px solid #2a2a2a; border-radius: 10px; padding: 16px; }
        .review-pros h3, .review-cons h3 { font-size: 13px; font-weight: 800; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .4px; }
        .review-pros h3 { color: #22c55e; }
        .review-cons h3 { color: #ef6b6b; }
        .review-pros ul, .review-cons ul { list-style: none; }
        .review-pros li, .review-cons li { font-size: 12px; color: #e5e5e5; padding: 4px 0; }
        .review-pros li::before { content: '+ '; color: #22c55e; font-weight: 800; }
        .review-cons li::before { content: '- '; color: #ef6b6b; font-weight: 800; }
        .review-sidebar { width: 280px; flex-shrink: 0; }
        .review-specs { background: #161616; border: 1px solid #2a2a2a; border-radius: 10px; padding: 20px; }
        .review-specs h3 { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .4px; }
        .review-spec-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #1f1f1f; }
        .review-spec-row:last-child { border-bottom: none; }
        .review-spec-label { font-size: 12px; color: #8a8a8a; }
        .review-spec-value { font-size: 12px; font-weight: 700; color: #e5e5e5; }
        .review-spec-value.licensed { color: #22c55e; }

        /* ===== INSCRIPTION STEPS ===== */
        .inscription-section { padding: 30px 0; }
        .inscription-section h2 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .4px; }
        .inscription-intro { font-size: 13px; color: #8a8a8a; margin-bottom: 20px; }
        .inscription-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
        .inscription-step { display: flex; align-items: center; gap: 14px; padding: 16px; background: #161616; border: 1px solid #2a2a2a; border-radius: 10px; }
        .step-number { width: 38px; height: 38px; background: linear-gradient(180deg, #22c55e, #16a34a); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Sofia Sans Condensed', sans-serif; font-weight: 900; color: #050505; font-size: 18px; flex-shrink: 0; }
        .inscription-step span:last-child { font-size: 13px; font-weight: 600; color: #e5e5e5; line-height: 1.4; }

        /* ===== CTA SECTION ===== */
        .cta-section { padding: 40px 24px; text-align: center; background: linear-gradient(135deg, #050505 0%, #1f1f1f 50%, #050505 100%); border-radius: 14px; margin: 30px 0; border: 1px solid #2a2a2a; position: relative; overflow: hidden; }
        .cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(34,197,94,.08), transparent 65%); }
        .cta-section h2 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 28px; font-weight: 900; color: #fff; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .6px; position: relative; }
        .cta-section p { font-size: 14px; color: #cccccc; margin-bottom: 22px; position: relative; }
        .btn-cta { display: inline-block; padding: 16px 44px; background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%); color: #050505; font-size: 15px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; border-radius: 10px; transition: transform .15s, box-shadow .15s; position: relative; }
        .btn-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(34,197,94,.4); }

        /* ===== FAQ ===== */
        .faq-section { padding: 30px 0; }
        .faq-section h2 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .4px; }
        .faq-item { border: 1px solid #2a2a2a; border-radius: 10px; margin-bottom: 8px; overflow: hidden; background: #161616; }
        .faq-item:hover { background: #1f1f1f; }
        .faq-question { width: 100%; padding: 16px 20px; background: transparent; color: #fff; font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-question h3 { font-size: 13px; font-weight: 700; margin: 0; }
        .faq-question::after { content: '+'; font-size: 20px; color: #22c55e; transition: transform .2s; flex-shrink: 0; margin-left: 12px; font-weight: 400; }
        .faq-item.open .faq-question::after { content: '\2212'; }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s; }
        .faq-item.open .faq-answer { max-height: 600px; }
        .faq-answer-inner { padding: 0 20px 16px; font-size: 13px; color: #cccccc; line-height: 1.7; }
        .faq-answer-inner strong { color: #22c55e; }

        /* ===== FOOTER ===== */
        footer { margin-top: 24px; background: #111111; border-top: 1px solid #1f1f1f; padding: 40px 0 16px; }
        .footer-inner { max-width: 1440px; margin: 0 auto; padding: 0 24px; }
        .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 28px; }
        .footer-logo img { height: 36px; margin-bottom: 14px; }
        .footer-logo p { font-size: 12px; color: #8a8a8a; line-height: 1.6; max-width: 320px; }
        .footer-title { display: block; font-family: 'Sofia Sans Condensed', sans-serif; font-size: 13px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 12px; }
        .footer-links ul { list-style: none; }
        .footer-links ul li { margin-bottom: 6px; }
        .footer-links ul li a { font-size: 12px; color: #8a8a8a; transition: color .15s; }
        .footer-links ul li a:hover { color: #22c55e; }
        .footer-payment-icons { display: flex; gap: 10px; flex-wrap: wrap; }
        .payment-pill { padding: 5px 12px; background: #161616; border: 1px solid #2a2a2a; border-radius: 6px; font-size: 10px; font-weight: 700; color: #cccccc; letter-spacing: .4px; }
        .footer-bottom { border-top: 1px solid #1f1f1f; padding-top: 18px; text-align: center; }
        .footer-badges { display: flex; gap: 10px; justify-content: center; margin-bottom: 14px; flex-wrap: wrap; }
        .footer-badges .badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; background: #161616; border: 1px solid #2a2a2a; border-radius: 5px; font-size: 10px; font-weight: 800; color: #e5e5e5; letter-spacing: .4px; }
        .footer-badges .badge.age { background: #22c55e; color: #050505; border-color: #22c55e; }
        .footer-legal { text-align: center; }
        .footer-legal p { font-size: 11px; color: #6b6b6b; line-height: 1.6; max-width: 760px; margin: 0 auto 8px; }
        .footer-legal a { color: #22c55e; text-decoration: underline; }

        /* ===== INTRO / CONTENT SECTIONS ===== */
        .intro-section { padding: 26px 0 4px; }
        .intro-section p { font-size: 15px; color: #cccccc; line-height: 1.75; }
        .intro-section strong { color: #22c55e; font-weight: 700; }
        .section-intro { font-size: 13px; color: #8a8a8a; line-height: 1.7; margin: 0 0 14px; }

        .content-section { padding: 32px 0 12px; }
        .content-section > h2 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .5px; }
        .content-section h3 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 17px; font-weight: 700; color: #22c55e; margin: 20px 0 8px; text-transform: uppercase; letter-spacing: .4px; }
        .content-section p { font-size: 14px; color: #cccccc; line-height: 1.75; margin-bottom: 12px; }
        .content-section p strong { color: #e5e5e5; font-weight: 700; }
        .content-section a { color: #22c55e; }
        .content-section a:hover { text-decoration: underline; }

        /* ===== PAYMENTS TABLE ===== */
        .payments-table-wrap { overflow-x: auto; margin: 18px 0 16px; border-radius: 10px; border: 1px solid #2a2a2a; }
        .payments-table { width: 100%; border-collapse: collapse; background: #161616; min-width: 560px; }
        .payments-table thead { background: #1f1f1f; }
        .payments-table th { padding: 12px 16px; text-align: left; font-size: 11px; font-weight: 800; color: #22c55e; text-transform: uppercase; letter-spacing: .6px; }
        .payments-table td { padding: 12px 16px; font-size: 13px; color: #e5e5e5; border-top: 1px solid #1f1f1f; }
        .payments-table tr:hover td { background: #1f1f1f; }

        /* ===== VIP TIERS ===== */
        .vip-tiers { list-style: none; padding: 0; margin: 16px 0; display: grid; gap: 10px; }
        .vip-tiers li { background: #161616; border: 1px solid #2a2a2a; border-left: 3px solid #22c55e; border-radius: 8px; padding: 14px 18px; font-size: 14px; color: #cccccc; line-height: 1.6; }
        .vip-tiers li strong { color: #22c55e; font-weight: 800; margin-right: 8px; text-transform: uppercase; letter-spacing: .3px; }

        /* ===== PLAYER REVIEWS ===== */
        .reviews-aggregate { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: #22c55e; letter-spacing: .3px; }
        .reviews-aggregate::before { content: '★'; color: #22c55e; font-size: 14px; }
        .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
        .review-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 10px; padding: 18px 18px 14px; display: flex; flex-direction: column; gap: 10px; transition: border-color .2s, transform .2s; }
        .review-card:hover { border-color: #22c55e; transform: translateY(-2px); }
        .review-card-stars { color: #22c55e; font-size: 14px; letter-spacing: 2px; line-height: 1; }
        .review-card-text { font-size: 13px; color: #cccccc; line-height: 1.6; font-style: italic; flex: 1; }
        .review-card-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; border-top: 1px solid #1f1f1f; }
        .review-card-author { font-size: 12px; font-weight: 700; color: #e5e5e5; }
        .review-card-date { font-size: 11px; color: #6b6b6b; }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1100px) {
            .games-row { grid-template-columns: repeat(4, 1fr); }
            .providers-row { grid-template-columns: repeat(6, 1fr); }
            .bonus-grid { grid-template-columns: repeat(2, 1fr); }
            .features-grid { grid-template-columns: repeat(2, 1fr); }
            .inscription-steps { grid-template-columns: repeat(2, 1fr); }
            .footer-top { grid-template-columns: 1fr 1fr; }
            .reviews-grid { grid-template-columns: repeat(2, 1fr); }
            .bonus-details { grid-template-columns: 1fr; }
        }
        @media (max-width: 900px) {
            .review-content { flex-direction: column; }
            .review-sidebar { width: 100%; }
            .review-pros-cons { flex-direction: column; }
            .hero-dual { grid-template-columns: 1fr; }
            .hero-h1 { font-size: 20px; }
            .hero-title { font-size: 15px; }
            .hero-amount { font-size: 34px; }
            .content-section > h2 { font-size: 22px; }
            .intro-section p { font-size: 14px; }
        }
        @media (max-width: 600px) {
            .content-section { padding: 24px 0 8px; }
            .content-section > h2 { font-size: 20px; }
            .content-section h3 { font-size: 15px; }
            .content-section p { font-size: 13.5px; }
            .payments-table { min-width: 500px; }
            .payments-table th, .payments-table td { padding: 10px 12px; font-size: 12px; }
            .header-search { display: none; }
            .btn-login { display: none; }
            .hero-banner { min-height: 58vw; }
            .hero-banner img.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
            .hero-overlay { padding: 0 6%; align-items: flex-end; padding-bottom: 22px; background: linear-gradient(0deg, rgba(7,16,46,.95) 0%, rgba(7,16,46,.6) 50%, transparent 100%); }
            .hero-h1 { font-size: 26px; margin-bottom: 10px; letter-spacing: 1.2px; }
            .hero-title { font-size: 13px; margin-bottom: 6px; }
            .hero-amount { font-size: 24px; margin-bottom: 14px; }
            .hero-label { font-size: 9px; padding: 4px 10px; margin-bottom: 8px; }
            .btn-hero { padding: 11px 26px; font-size: 12px; }
            .hero-mini { min-height: auto; }
            .hero-mini-title { font-size: 19px; }
            .games-row { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 42vw; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 24px 6px; margin: 0 -24px; -webkit-overflow-scrolling: touch; }
            .games-row::-webkit-scrollbar { display: none; }
            .games-row .game-card { scroll-snap-align: start; }
            .providers-row { grid-template-columns: repeat(3, 1fr); }
            .bonus-grid { grid-template-columns: 1fr; }
            .features-grid { grid-template-columns: 1fr; }
            .inscription-steps { grid-template-columns: 1fr; }
            .footer-top { grid-template-columns: 1fr; gap: 22px; }
            .cta-section h2 { font-size: 22px; }
            .review-specs { padding: 16px; }
            .reviews-grid { grid-template-columns: 1fr; }
            .page-hero h1 { font-size: 28px !important; }
            .support-stats { grid-template-columns: repeat(2, 1fr) !important; }
            .support-channels { grid-template-columns: 1fr !important; }
        }

        /* ===== PAGE HERO ===== */
        .page-hero { text-align: center; padding: 50px 0 30px; min-height: 220px; }
        .page-hero .tag { display: inline-block; font-family: 'Sofia Sans Condensed', sans-serif; font-size: 11px; font-weight: 800; color: #22c55e; letter-spacing: 2px; text-transform: uppercase; padding: 6px 14px; border: 1px solid rgba(34,197,94,.4); border-radius: 100px; background: rgba(34,197,94,.08); margin-bottom: 18px; }
        .page-hero h1 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 40px; font-weight: 900; color: #fff; line-height: 1.05; margin-bottom: 14px; letter-spacing: .5px; }
        .page-hero h1 .accent { color: #22c55e; }
        .page-hero p { font-size: 15px; color: #cccccc; line-height: 1.6; max-width: 680px; margin: 0 auto; }

        /* ===== SUPPORT STATS ===== */
        .support-stats { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 16px; padding: 14px 0 28px; }
        .stat-card { background: linear-gradient(140deg, rgba(34,197,94,.10) 0%, rgba(34,197,94,.02) 60%, transparent 100%); border: 1px solid #1f2a1f; border-radius: 14px; padding: 22px 20px; min-height: 170px; }
        .stat-card.featured { border-color: rgba(34,197,94,.35); }
        .stat-card-label { font-size: 12px; font-weight: 700; color: #8a8a8a; letter-spacing: .4px; text-transform: uppercase; margin-bottom: 12px; }
        .stat-card-value { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 42px; font-weight: 900; color: #22c55e; line-height: 1; margin-bottom: 6px; }
        .stat-card-stars { color: #22c55e; font-size: 16px; letter-spacing: 2px; margin-bottom: 6px; }
        .stat-card-sub { font-size: 12px; color: #cccccc; line-height: 1.4; }

        /* ===== SUPPORT CHANNELS ===== */
        .support-section-title { text-align: center; padding: 24px 0 18px; }
        .support-section-title h2 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 28px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }
        .support-section-title p { font-size: 13px; color: #8a8a8a; }
        .support-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 0 32px; }
        .channel-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 16px; padding: 28px 24px; text-align: center; transition: transform .2s, border-color .2s, box-shadow .2s; min-height: 360px; display: flex; flex-direction: column; }
        .channel-card p { flex: 1; }
        .channel-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,.5); }
        .channel-card.green { border-color: rgba(34,197,94,.35); }
        .channel-card.green:hover { border-color: #22c55e; box-shadow: 0 10px 30px rgba(34,197,94,.18); }
        .channel-card.purple { border-color: rgba(139,92,246,.35); }
        .channel-card.purple:hover { border-color: #8b5cf6; box-shadow: 0 10px 30px rgba(139,92,246,.18); }
        .channel-card.pink { border-color: rgba(236,72,153,.35); }
        .channel-card.pink:hover { border-color: #ec4899; box-shadow: 0 10px 30px rgba(236,72,153,.18); }
        .channel-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; margin-bottom: 16px; }
        .channel-card.green .channel-icon { background: rgba(34,197,94,.15); color: #22c55e; }
        .channel-card.purple .channel-icon { background: rgba(139,92,246,.15); color: #8b5cf6; }
        .channel-card.pink .channel-icon { background: rgba(236,72,153,.15); color: #ec4899; }
        .channel-icon svg { width: 28px; height: 28px; }
        .channel-card h3 { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .4px; }
        .channel-meta { font-size: 11px; color: #8a8a8a; letter-spacing: .3px; text-transform: uppercase; margin-bottom: 12px; }
        .channel-card p { font-size: 13px; color: #cccccc; line-height: 1.6; margin-bottom: 18px; }
        .channel-btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 24px; border-radius: 10px; font-size: 12px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; color: #050505; transition: transform .15s, box-shadow .15s; }
        .channel-card.green .channel-btn { background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%); }
        .channel-card.purple .channel-btn { background: linear-gradient(180deg, #a78bfa 0%, #8b5cf6 100%); }
        .channel-card.pink .channel-btn { background: linear-gradient(180deg, #f472b6 0%, #ec4899 100%); }
        .channel-card.gold { border-color: rgba(251,191,36,.35); }
        .channel-card.gold:hover { border-color: #fbbf24; box-shadow: 0 10px 30px rgba(251,191,36,.18); }
        .channel-card.gold .channel-icon { background: rgba(251,191,36,.15); color: #fbbf24; }
        .channel-card.gold .channel-btn { background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 100%); }
        .channel-btn:hover { transform: translateY(-1px); }
        .bonus-showcase { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0 0 32px; }
        .channel-value { font-family: 'Sofia Sans Condensed', sans-serif; font-size: 38px; font-weight: 900; line-height: 1; margin-bottom: 8px; }
        .channel-card.green .channel-value { color: #22c55e; }
        .channel-card.purple .channel-value { color: #a78bfa; }
        .channel-card.pink .channel-value { color: #ec4899; }
        .channel-card.gold .channel-value { color: #fbbf24; }
        @media (max-width: 900px) { .bonus-showcase { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 600px) { .bonus-showcase { grid-template-columns: 1fr; } }
