/* css/index.css - ESTILOS EXCLUSIVOS DA PÁGINA INICIAL */

/* --- ESTRUTURA PRINCIPAL (HERO) --- */
.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 80px 20px 60px 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background: radial-gradient(circle at center, rgba(0, 242, 255, 0.05) 0%, transparent 60%);
}

.main-logo {
    width: 100%;
    max-width: 320px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(0, 242, 255, 0.2));
    animation: flutuar 6s ease-in-out infinite;
    margin-bottom: 20px;
}

@keyframes flutuar {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

h1 {
    font-family: 'Orbitron', sans-serif;
    color: var(--neon-blue);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.4);
    font-size: 1.6rem;
    max-width: 800px;
    line-height: 1.4;
    margin: 10px 0 20px 0;
}

/* --- O SEU CÓDIGO CORRIGIDO E INTEGRADO --- */
.event-info {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 2;
    position: relative;
}

.event-date {
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.4);
}

.event-date i {
    color: var(--neon-blue);
    font-size: 1.4rem;
}

.btn-schedule {
    background: rgba(0, 242, 255, 0.05);
    border: 1px solid var(--neon-blue);
    color: var(--neon-blue);
    padding: 10px 10px;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    font-size: 0.6rem;
    text-decoration: none;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.1);
}

.btn-schedule:hover {
    background: var(--neon-blue);
    color: #000;
    box-shadow: 0 0 25px rgba(0, 242, 255, 0.6);
    transform: translateY(-3px);
}

/* --- LOGOS SECUNDÁRIAS (PM, APMBB, DAXV) --- */
.secondary-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.secondary-logos img {
    height: 65px;
    width: auto;
    filter: grayscale(0%) opacity(0.6);
    transition: all 0.4s ease;
}

.secondary-logos img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* --- CONTADOR E RODAPÉ --- */
.visit-counter {
    margin-top: 60px;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 1px;
}

#count {
    color: var(--neon-blue);
    font-weight: bold;
    font-size: 1.1rem;
    text-shadow: 0 0 5px rgba(0, 242, 255, 0.5);
}

.footer-social {
    position: relative; /* Mudado de absolute para relative */
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
    margin-top: auto; /* Empurra para o final */
}

.footer-social a {
    color: var(--neon-blue);
    font-size: 30px;
    transition: 0.3s;
}

.footer-social a:hover {
    transform: scale(1.2);
    text-shadow: 0 0 10px var(--neon-blue);
}

/* --- RESPONSIVIDADE (MOBILE) --- */
@media (max-width: 600px) {
    .main-logo { max-width: 240px; }
    h1 { font-size: 1.2rem; padding: 0 10px; }
    
    .event-info { margin: 30px 0; gap: 15px; }
    .event-date { font-size: 0.95rem; }
    .event-date i { font-size: 1.3rem; }
    .btn-schedule { font-size: 0.85rem; padding: 12px 20px; }
    
    .secondary-logos { gap: 20px; }
    .secondary-logos img { height: 50px; }
    
    .visit-counter { margin-top: 40px; }
}

/* --- CARROSSEL DE PATROCINADORES (INDEX) --- */
.sponsors-carousel-wrapper {
    margin-top: 50px;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 242, 255, 0.1);
    border-bottom: 1px solid rgba(0, 242, 255, 0.1);
    background: rgba(0, 242, 255, 0.02);
    transition: all 0.3s ease;
    z-index: 2;
}

.sponsors-carousel-wrapper:hover {
    background: rgba(0, 242, 255, 0.05);
    border-color: rgba(0, 242, 255, 0.3);
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.1);
}

.sponsors-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: 0.3s;
}

.sponsors-carousel-wrapper:hover .sponsors-title {
    color: var(--neon-blue);
    text-shadow: 0 0 8px rgba(0, 242, 255, 0.4);
}

.sponsors-track {
    display: flex;
    align-items: center;
    gap: 50px;
    width: max-content;
    /* Animação de 20s, altere para mais ou menos para mudar a velocidade */
    animation: scrollSponsors 30s linear infinite; 
}

/* Pausa a rolagem se o usuário passar o mouse por cima */
.sponsors-carousel-wrapper:hover .sponsors-track {
    animation-play-state: paused;
}

.sponsors-track img {
    height: 45px;
    width: auto;
    object-fit: contain;
    filter: grayscale(0%) opacity(0.6);
    transition: all 0.3s ease;
}

.sponsors-track img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(2);
}

@keyframes scrollSponsors {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}

@media (max-width: 600px) {
    .sponsors-carousel-wrapper { margin-top: 40px; }
    .sponsors-track img { height: 35px; }
}