/* --- CONFIGURAÇÕES GLOBAIS --- */
:root {
    --primary-gold: #ffc107;
}

body { 
    padding-top: 75px !important; 
    margin: 0;
    overflow-x: hidden;
}

main {
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: block;
    width: 100%;
}

.navbar { z-index: 1050 !important; }
.nav-link.dropdown-toggle::after { display: none !important; }

/* --- COMPONENTES --- */
.text-gold { color: var(--primary-gold); }
.divider-warning { height: 3px; width: 60px; }
.x-small { font-size: 0.75rem; }

/* --- LIDERANÇA --- */
.moldura-lider { 
    width: 180px; 
    height: 240px; 
    border-radius: 50% / 40%; 
    overflow: hidden; 
    transition: transform 0.3s ease;
    border: 3px solid var(--primary-gold); 
    cursor: pointer;
}
.moldura-lider:hover { transform: scale(1.05); }
.img-lider-cover { object-fit: cover; }

/* --- CARDS E ANIMAÇÕES --- */
.card-hover { transition: all 0.3s ease; }
.card-hover:hover { 
    transform: translateY(-8px); 
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important; 
}

.hover-zoom { transition: transform 0.4s ease; cursor: pointer; width: 100%; max-width: 800px; }
.hover-zoom:hover { transform: scale(1.03); }

.card-celula-home { background: #fdfdfd; }

/* --- SEÇÕES ESPECÍFICAS --- */
.section-dark { background-color: #1a1a1a; }
.container-alerts { position: relative; z-index: 1050; }
.control-custom { width: 5%; }

.card-momento { height: 250px; }
.img-momento-fluid { height: 250px; object-fit: cover; }

.card-evento-img-wrapper { height: 150px; background: #333; }
.img-evento-cover { object-fit: cover; opacity: 0.9; }

.container-devocional { height: 500px; }

.vh-info { min-height: 50vh; }

/* --- MOBILE --- */
@media (max-width: 767.98px) {
    .navbar-collapse {
        background-color: #212529;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
    }
}

.dropdown-item i {
    width: 20px;
    text-align: center;
}

/* Trilha de Crescimento Atualizada */
.trilha-container { display: flex; justify-content: space-between; position: relative; padding: 20px 0; }
.trilha-container::before { content: ''; position: absolute; top: 40px; left: 0; width: 100%; height: 4px; background: #dee2e6; z-index: 1; }
.step { z-index: 2; text-align: center; width: 20%; } /* Ajustado para 5 passos */
.step-icon { width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 4px solid #dee2e6; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; transition: 0.3s; font-weight: bold; }
.step.done .step-icon { background: #198754; border-color: #198754; color: #fff; }
.step.active .step-icon { border-color: #ffc107; color: #000; background: #fff; box-shadow: 0 0 10px rgba(255,193,7,0.4); }
.step-text { font-size: 0.65rem; font-weight: 800; color: #adb5bd; text-transform: uppercase; line-height: 1.1; }
.step.done .step-text, .step.active .step-text { color: #212529; }

/* Cards do Dashboard */
.dash-card { transition: transform 0.3s ease; border: none; border-radius: 15px; }
.dash-card:hover { transform: translateY(-5px); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; }
.icon-box { width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; border-radius: 12px; margin-bottom: 15px; }
.niver-item { border-left: 3px solid #ffc107; padding-left: 10px; margin-bottom: 10px; font-size: 0.9rem; }
.niver-hoje { background: #fff3cd; border-left: 5px solid #ffc107; padding: 10px; border-radius: 8px; font-weight: bold; font-size: 0.9rem; }