* { 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; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        header { background: #111317; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .nav-top { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-container { display: flex; align-items: center; gap: 8px; }
        .logo-container img { width: 25px; height: 25px; object-fit: contain; }
        .logo-container strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: bold; border: none; cursor: pointer; font-size: 14px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(135deg, #FF6B35, #FF2E63); color: #ffffff; }
        .banner { width: 100%; display: block; cursor: pointer; aspect-ratio: 2/1; object-fit: cover; }
        .container { max-width: 1200px; margin: 0 auto; padding: 20px 15px; }
        .jackpot-container { background: #252a34; border: 2px solid #FFD700; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 25px; position: relative; overflow: hidden; }
        .jackpot-label { color: #FFD700; font-size: 18px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .platform-intro { background: #252a34; border-radius: 15px; padding: 25px; margin-bottom: 30px; border-left: 5px solid #FFD700; }
        .platform-intro h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; }
        .section-title { font-size: 20px; color: #FFD700; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 30px; }
        .game-card { background: #252a34; border-radius: 12px; overflow: hidden; display: block; border: 1px solid #333; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 12px; color: #aaa; }
        .payment-methods { background: #111317; border-radius: 15px; padding: 20px; margin-bottom: 30px; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 15px; opacity: 0.8; }
        .payment-icons i { font-size: 30px; color: #FFD700; }
        .guide-section { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
        .guide-item { background: #252a34; padding: 20px; border-radius: 12px; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .winners-marquee { background: #111317; padding: 15px 0; overflow: hidden; margin-bottom: 30px; white-space: nowrap; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scroll 40s linear infinite; }
        .winner-tag { display: inline-flex; align-items: center; gap: 10px; background: #252a34; padding: 8px 15px; margin-right: 20px; border-radius: 30px; font-size: 13px; }
        .winner-tag strong { color: #FFD700; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 30px; }
        .provider-badge { background: #252a34; padding: 10px 20px; border-radius: 8px; font-weight: bold; color: #FFD700; border: 1px solid #333; }
        .testimonials { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
        .testimonial-card { background: #252a34; padding: 20px; border-radius: 12px; position: relative; }
        .user-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .user-meta i { font-size: 24px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; margin-bottom: 10px; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #252a34; border-radius: 10px; padding: 15px; margin-bottom: 10px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 10px; cursor: pointer; }
        .trust-section { background: #111317; border-radius: 15px; padding: 25px; text-align: center; border: 1px dashed #FFD700; margin-bottom: 30px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111317; display: flex; justify-content: space-around; padding: 10px 5px; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #aaa; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; color: #FFD700; }
        footer { background: #0b0d10; padding: 40px 15px 100px; text-align: center; border-top: 2px solid #FFD700; }
        .footer-contacts { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 30px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
        .footer-links a { font-size: 13px; color: #aaa; }
        .copyright { font-size: 12px; color: #666; margin-top: 20px; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guide-section, .testimonials { grid-template-columns: repeat(2, 1fr); }
            .platform-intro h1 { font-size: 28px; }
            .jackpot-amount { font-size: 48px; }
        }