/* IDENTIDADE VISUAL GLOBAL - GRUPO J R 
   Versão: 2.0 (2026)
   Responsável: Camilo Rafael Justiniano da Rosa
*/

:root {
    --cor-primaria: #06402B; /* Verde Hunter */
    --cor-secundaria: #16a34a; /* Verde Alerta */
    --cor-fundo: #000000; /* Preto */
    --cor-texto-suave: #9ca3af;
}

html { scroll-behavior: smooth; }

.bg-gradient-jr {
    background: linear-gradient(135deg, var(--cor-fundo) 0%, var(--cor-primaria) 100%);
}

.whatsapp-float {
    position: fixed; bottom: 20px; right: 20px;
    background-color: #25d366; color: #FFF;
    border-radius: 50px; width: 60px; height: 60px;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000; transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.5);
}

.status-em-curso {
    color: var(--cor-secundaria);
    font-weight: 800; font-style: italic; font-size: 11px;
}

.nav-logo { height: 35px; width: auto; }
.academic-logo { height: 40px; object-fit: contain; margin-bottom: 8px; }

/* Utilitário para rastreamento de marca no footer */
.tracking-widest-custom { letter-spacing: 0.4em; }