* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; display: block; }

        header { background: #111419; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2c313a; }
        .header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; object-fit: contain; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; }
        .btn:active { transform: scale(0.95); }

        .banner { width: 100%; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }

        .jackpot-section { background: radial-gradient(circle, #2c313a 0%, #1a1d24 100%); padding: 20px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; text-transform: uppercase; font-weight: bold; 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; }

        .intro-card { padding: 25px 15px; max-width: 1200px; margin: 0 auto; text-align: center; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; }
        .intro-card p { font-size: 15px; color: #a0a0a0; }

        .section-container { padding: 20px 15px; max-width: 1200px; margin: 0 auto; }
        .section-title { font-size: 20px; color: #FFD700; margin-bottom: 20px; border-left: 4px solid #FF2E63; padding-left: 10px; }
        
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
        .game-card { background: #252a34; border-radius: 12px; overflow: hidden; transition: transform 0.3s; border: 1px solid #2c313a; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; }
        .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; display: block; }

        .trust-section { background: #111419; padding: 25px 15px; border-radius: 15px; margin: 20px 0; text-align: center; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.7; }
        .trust-icons i { font-size: 30px; }

        .pautas-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 30px 0; }
        .pauta-item { background: #252a34; padding: 20px; border-radius: 12px; border-top: 3px solid #FFD700; }
        .pauta-item h2 { font-size: 18px; margin-bottom: 10px; color: #FFD700; }

        .winners-marquee { background: #111419; padding: 15px 0; overflow: hidden; position: relative; border-y: 1px solid #2c313a; }
        .marquee-content { display: flex; animation: scroll 40s linear infinite; width: max-content; }
        .winner-card { background: #252a34; padding: 10px 20px; margin: 0 10px; border-radius: 50px; display: flex; align-items: center; gap: 10px; white-space: nowrap; border: 1px solid #333; }
        .winner-card span { color: #FFD700; font-weight: bold; }

        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 20px 0; }
        .provider-tag { background: #2c313a; padding: 8px 15px; border-radius: 5px; font-size: 13px; font-weight: bold; color: #ddd; }

        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 30px 0; }
        .review-card { background: #252a34; padding: 20px; border-radius: 15px; position: relative; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 24px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #666; position: absolute; top: 20px; right: 20px; }

        .faq-section { margin: 40px 0; }
        .faq-item { background: #252a34; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-item h2 { font-size: 16px; padding: 15px; cursor: pointer; color: #FFD700; display: flex; justify-content: space-between; align-items: center; }
        .faq-content { padding: 0 15px 15px; font-size: 14px; color: #ccc; }

        .security-section { text-align: center; padding: 30px 15px; background: #111419; border-radius: 15px; margin-top: 30px; }
        .security-logos { display: flex; justify-content: center; gap: 20px; margin: 20px 0; font-size: 25px; color: #FFD700; }
        .age-limit { display: inline-block; border: 2px solid #ff4444; color: #ff4444; border-radius: 50%; width: 40px; height: 40px; line-height: 36px; font-weight: bold; font-size: 18px; margin-bottom: 15px; }

        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #111419; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2c313a; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #a0a0a0; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #FFD700; }

        footer { background: #0b0d11; padding: 40px 20px 100px; text-align: center; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; font-size: 13px; color: #888; }
        .copyright { font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }

        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .pautas-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
            .intro-card h1 { font-size: 32px; }
        }