/* HERO */
/* HERO - IMAGEN DE FUNDO AMPLIADA PARA BAIXO */
.hero {
    height: auto !important;
    min-height: 600px !important; /* Aumentado de 450px para 600px para descer mais a imagem */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(11, 14, 20, 0.65), rgba(11, 14, 20, 0.92)), 
                url('https://gaming-cdn.com/images/products/21740/screenshot/wardogs-pc-steam-wallpaper-1.jpg?v=1788778229') no-repeat center center/cover;
    padding: 110px 20px 90px 20px !important; /* Maior espaçamento embaixo para esticar o fundo */
}

.hero-content {
    margin-bottom: 0px !important;
}

.hero-content h2, .hero-content p, .info-section .card h3 {
    font-family: 'Rajdhani', sans-serif !important;
}

.hero-content h2 {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(255, 71, 87, 0.4);
}

.hero-content p {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 1.35rem;
    color: #cbd5e1;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.live-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0px !important; 
}

.btn-live {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    color: white;
    transition: transform 0.2s;
}

.btn-live:hover { transform: translateY(-3px); }
.btn-live.twitch { background-color: var(--twitch-color); }
.btn-live.youtube { background-color: var(--youtube-color); }

/* CARDS INFO */
.info-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px 20px 60px 20px !important;
    flex-wrap: wrap;
}

.card {
    background-color: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 10px;
    width: 320px;
    text-align: center;
}

.card i { font-size: 40px; color: var(--primary-color); margin-bottom: 20px; }
.card h3 { font-family: 'Rajdhani', sans-serif; font-size: 22px; margin-bottom: 10px; }
.card p { color: var(--text-muted); font-size: 14px; }

/* ========================================== */
/* ESTILOS DO CARROSSEL HORIZONTAL DE VIPs    */
/* ========================================== */
.vip-ticker-section {
    background: #0d0f14;
    border-top: 1px solid #1f2430;
    border-bottom: 1px solid #1f2430;
    padding: 12px 0 !important;
    margin-top: 0px !important;
    position: relative;
    z-index: 10;
    width: 100vw; /* Força ocupar 100% da largura da janela do navegador */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.8);
}

.vip-ticker-title {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffd700;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.vip-ticker-track {
    display: flex;
    gap: 35px;
    width: max-content;
    will-change: transform;
    animation: scrollTicker 30s linear infinite;
    padding-left: 20px;
}

.vip-ticker-card {
    display: flex;
    align-items: center;
    background: #171b26;
    border: 1px solid #2d3548;
    padding: 12px 22px;
    border-radius: 50px;
    gap: 15px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
    white-space: nowrap;
}

.vip-ticker-card img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #ffd700;
    object-fit: cover;
}

.vip-info {
    display: flex;
    flex-direction: column;
}

.vip-discord-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
}

.vip-game-details {
    font-size: 0.85rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vip-game-details .separator {
    color: #475569;
}

/* Animação que percorre exatamente um sexto da lista multiplicada para dar o loop perfeito */
@keyframes scrollTicker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-16.666%); 
    }
}

.vip-ticker-section:hover .vip-ticker-track {
    animation-play-state: paused;
}

/* ========================================== */
/* SEÇÃO DE INCENTIVO AO VIP E EVENTOS        */
/* ========================================== */
.vip-incentive-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.vip-incentive-box {
    background: linear-gradient(135deg, #171b26 0%, #11141d 100%);
    border: 1px solid #ffd70033;
    border-left: 5px solid #ffd700;
    padding: 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    flex-wrap: wrap;
}

.vip-incentive-icon {
    font-size: 48px;
    color: #ffd700;
    background: rgba(255, 215, 0, 0.1);
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip-incentive-text {
    flex: 1;
    min-width: 280px;
}

.vip-incentive-text h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.vip-incentive-text p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.15rem;
    color: #a0aec0;
    line-height: 1.6;
}

.vip-incentive-text strong {
    color: #ffd700;
}

.btn-garantir-vip {
    background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
    color: #0f1117;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 15px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.btn-garantir-vip:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}