* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        
        header { background-color: #12141a; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        header .container { display: flex; justify-content: space-between; align-items: center; }
        .logo-box { display: flex; align-items: center; gap: 10px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-actions { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; padding: 5px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; border: none; padding: 6px 18px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; }
        .btn-register:hover { opacity: 0.9; transform: scale(1.05); }

        .banner-section img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; cursor: pointer; display: block; }
        
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-label { color: #FFD700; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 15px rgba(255, 215, 0, 0.5); font-family: monospace; }

        .intro-card { background: #242832; margin: 20px 15px; padding: 25px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 15px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #cccccc; }

        .section-title { padding: 0 15px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; font-weight: bold; border-left: 3px solid #FF2E63; padding-left: 10px; }

        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 0 15px; }
        .game-card { background: #242832; border-radius: 12px; overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-bottom: 2px solid #2a2e38; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 11px; color: #888; }

        .payments-section { background: #12141a; padding: 30px 15px; margin: 30px 0; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.7; }
        .payment-icons i { font-size: 30px; }
        .trust-seals { margin-top: 20px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .seal { background: #242832; padding: 5px 12px; border-radius: 5px; font-size: 12px; font-weight: bold; color: #FFD700; border: 1px solid #3d424d; }

        .guidelines-section { padding: 20px 15px; display: grid; grid-template-columns: 1fr; gap: 20px; }
        .guide-item { background: #242832; padding: 20px; border-radius: 12px; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 10px; }
        .guide-item p { font-size: 13px; color: #aaa; }

        .marquee-container { background: #000; padding: 15px 0; margin: 20px 0; overflow: hidden; }
        .marquee-content { display: flex; animation: marqueeScroll 40s linear infinite; gap: 30px; }
        .winner-item { white-space: nowrap; font-size: 13px; display: flex; align-items: center; gap: 8px; }
        .winner-val { color: #FFD700; font-weight: bold; }
        @keyframes marqueeScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

        .providers-section { padding: 20px 15px; text-align: center; }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
        .provider-tag { background: #2a2e38; padding: 8px 15px; border-radius: 20px; font-size: 12px; border: 1px solid #3d424d; }

        .reviews-section { padding: 20px 15px; }
        .review-card { background: #242832; padding: 20px; border-radius: 15px; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 40px; height: 40px; background: #3d424d; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; }
        .review-meta h3 { font-size: 14px; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; margin-left: auto; }
        .review-body { font-size: 13px; color: #bbb; }

        .faq-section { padding: 20px 15px; background: #12141a; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; overflow: hidden; border: 1px solid #2a2e38; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; cursor: pointer; color: #FFD700; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #bbb; }

        .security-section { padding: 30px 15px; text-align: center; background: #1a1d24; margin-bottom: 80px; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; font-size: 24px; color: #4CAF50; }
        .security-text { font-size: 12px; color: #888; max-width: 600px; margin: 0 auto; }
        .age-limit { display: inline-block; border: 2px solid #ff4444; color: #ff4444; padding: 5px; border-radius: 50%; font-weight: bold; font-size: 14px; margin-top: 15px; }

        .navigator { position: fixed; bottom: 0; width: 100%; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e38; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 11px; color: #888; }
        .nav-item i { font-size: 20px; }
        .nav-item:nth-child(3) i { color: #FFD700; }

        footer { background: #0d0f14; padding: 40px 15px 100px; border-top: 1px solid #2a2e38; }
        .footer-contact { margin-bottom: 30px; text-align: center; }
        .footer-contact h2 { font-size: 16px; margin-bottom: 15px; }
        .contact-links { display: flex; justify-content: center; gap: 20px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 30px; }
        .footer-links a { font-size: 12px; color: #888; }
        .footer-copy { text-align: center; font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 20px; }

        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines-section { grid-template-columns: repeat(2, 1fr); }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }