/* LOGO FIX DEFINITIVO */
.navbar .logo img {
    height: 60px !important;
    width: auto !important;
    filter: none !important;
    max-width: 220px !important;
}

/* Hero com mais espaço lateral */
.hero {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.hero-content {
    max-width: 100% !important;
}

.container,
.section .container {
    max-width: 1600px !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

@media (max-width: 768px) {
    .hero {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    
    .container,
    .section .container {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/* Hero Stats - Uma linha só, bem espaçado */
.hero-stats {
    display: flex !important;
    justify-content: center !important;
    gap: 2rem !important;
    flex-wrap: nowrap !important;
    max-width: 1200px !important;
    margin: 3rem auto 0 !important;
}

.hero-stats .stat-card {
    flex: 0 1 auto !important;
    min-width: 180px !important;
    padding: 1.5rem 2rem !important;
}

.hero-stats .stat-number {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    display: block !important;
    margin-bottom: 0.5rem !important;
}

.hero-stats .stat-label {
    font-size: 0.9rem !important;
    display: block !important;
}

/* Hero mais largo */
.hero {
    max-width: 100% !important;
    width: 100% !important;
}

.hero-content {
    max-width: 1400px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* Seções mais largas */
.section {
    max-width: 100% !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.section-header,
.cards-grid,
.filters-bar {
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1024px) {
    .hero-stats {
        flex-wrap: wrap !important;
        gap: 1rem !important;
    }
    
    .hero-stats .stat-card {
        min-width: 150px !important;
        padding: 1rem 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .section {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    
    .hero-stats {
        gap: 0.75rem !important;
    }
    
    .hero-stats .stat-card {
        min-width: 140px !important;
        padding: 1rem !important;
    }
    
    .hero-stats .stat-number {
        font-size: 2rem !important;
    }
}

/* TICKER FIX - Fundo escuro e visível */
.startups-ticker {
    background: linear-gradient(135deg, #071B33 0%, #0a1628 100%) !important;
    padding: 1rem 0 !important;
    border-bottom: 1px solid rgba(0, 168, 107, 0.2) !important;
}

.ticker-wrapper {
    display: flex !important;
    gap: 3rem !important;
}

.ticker-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.5rem 1rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    white-space: nowrap !important;
}

.ticker-item span {
    color: white !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}

.ticker-logo {
    width: 32px !important;
    height: 32px !important;
    border-radius: 6px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}

/* CARDS HERO - 4 colunas, 1 linha, centralizado */
.hero-stats {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
    max-width: 1100px !important;
    margin: 3rem auto 0 !important;
    padding: 0 2rem !important;
}

.hero-stats .stat-card {
    padding: 1.75rem 1.5rem !important;
    text-align: center !important;
}

/* Logos startups visíveis */
.startup-logo,
.ticker-logo {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 1024px) {
    .hero-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        max-width: 600px !important;
    }
}

@media (max-width: 600px) {
    .hero-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
        padding: 0 1rem !important;
    }
    
    .hero-stats .stat-card {
        padding: 1.25rem 1rem !important;
    }
}

/* FOOTER LOGO GRANDE */
.footer .logo img,
.footer-section img,
.footer img {
    height: 180px !important;
    width: auto !important;
    max-width: 300px !important;
    filter: brightness(0) invert(1) !important;
}

/* TICKER com padding top */
.startups-ticker {
    margin-top: 80px !important;
    padding-top: 1rem !important;
}

/* NAVBAR SEMPRE IGUAL EM TODAS AS PÁGINAS */
.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;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
}

.navbar.scrolled {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.95)) !important;
}

.navbar .logo,
.navbar .logo span,
.navbar .logo .logo-icon {
    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 {
    height: 60px !important;
    width: auto !important;
    filter: none !important;
    max-width: 220px !important;
    -webkit-text-fill-color: initial !important;
    background: none !important;
}

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

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

.nav-menu .btn-nav {
    background: linear-gradient(135deg, #0759D9 0%, #009FEF 100%) !important;
    color: #20E38A !important;
    padding: 0.7rem 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.navbar-content {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0.75rem 2rem !important;
}

/* FILTROS BEM FORMATADOS */
.filters-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    justify-content: center !important;
    padding: 1.5rem 0 !important;
}

.filter-btn {
    padding: 0.75rem 1.5rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
}

.filter-btn:hover {
    background: rgba(0, 168, 107, 0.1) !important;
    border-color: rgba(0, 168, 107, 0.3) !important;
    color: var(--brasil-green) !important;
    transform: translateY(-2px) !important;
}

.filter-btn.active {
    background: var(--brasil-green) !important;
    border-color: var(--brasil-green) !important;
    color: white !important;
}
