/* ===== CORREÇÕES VISUAIS BRASIL STARTUP ===== */

/* Navbar clara e limpa */
.navbar {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.95)) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(0, 168, 107, 0.15) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03) !important;
}

.navbar .logo {
    background: linear-gradient(135deg, #00A86B, #0759D9) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.navbar .logo img {
    filter: none !important;
    height: 45px !important;
}

.nav-menu a {
    color: #1a1a2e !important;
    font-weight: 600 !important;
}

.nav-menu a:hover {
    color: #00A86B !important;
}

/* Botão cadastrar - sem efeitos estranhos */
.btn-nav {
    background: linear-gradient(135deg, #00A86B 0%, #0759D9 100%) !important;
    color: white !important;
    padding: 0.7rem 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 10px rgba(0, 168, 107, 0.2) !important;
    transition: all 0.2s ease !important;
    border: none !important;
}

.btn-nav:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0, 168, 107, 0.3) !important;
}

.btn-nav::before {
    display: none !important;
}

/* Remover background animado problemático */
.animated-bg {
    background: linear-gradient(135deg, #071B33 0%, #0a1628 100%) !important;
}

.animated-bg::before {
    display: none !important;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, rgba(0, 168, 107, 0.1), rgba(7, 89, 217, 0.1)) !important;
    backdrop-filter: blur(20px) !important;
}

.footer .logo img {
    height: 70px !important;
}

/* Admin sidebar logo */
.admin-sidebar .logo img,
.admin-layout .logo img {
    height: 55px !important;
    width: auto !important;
}

/* ===== AJUSTES ADICIONAIS 2026 ===== */

/* Explore por Setor - fundo claro */
.sectors-grid,
.areas-grid,
#areas-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(240, 245, 250, 0.03)) !important;
    padding: 3rem 2rem !important;
    border-radius: 24px !important;
}

/* Botão nav cadastrar - azul com texto verde */
.btn-nav {
    background: linear-gradient(135deg, #0759D9 0%, #009FEF 100%) !important;
    color: #20E38A !important;
}

/* Logo maior */
.navbar .logo img,
.logo img {
    height: 55px !important;
}

/* Hero stats - otimizar */
.hero-stats {
    gap: 1rem !important;
}

.hero-stats .stat-card {
    padding: 1.25rem 1.5rem !important;
    min-width: 140px !important;
}

.hero-stats .stat-number {
    font-size: 1.8rem !important;
}

.hero-stats .stat-label {
    font-size: 0.75rem !important;
}

/* Section description */
.section-description {
    margin-bottom: 1rem !important;
    max-width: 600px !important;
}

/* Footer logo 3x maior */
.footer .logo img,
.footer-section img {
    height: 150px !important;
}

/* Hero title mais pesado */
.hero h1 {
    font-weight: 900 !important;
    line-height: 1.1 !important;
}


/* ===== LOGOS AUMENTADAS ===== */
/* Logo navbar - 2x maior (40px -> 80px) */
.navbar .logo img {
    height: 80px !important;
}

/* Logo footer - 3x maior (60px -> 180px) */
.footer .logo img,
.footer-section img {
    height: 180px !important;
}

/* Logo admin sidebar - manter 55px */
.admin-sidebar .logo img {
    height: 55px !important;
}
/* Fix navbar */
.navbar {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.95)) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(0, 168, 107, 0.15) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03) !important;
}

.navbar .logo img {
    filter: none !important;
}

.navbar-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.75rem 2rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
