/* tribocoworking.com.br — responsividade (regra do projeto: @media SOMENTE aqui) */

@media (max-width: 900px) {
    .mode-cards { grid-template-columns: 1fr; }
    .footer-camp { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .site-header .container { flex-direction: column; gap: .8rem; }
    .main-navigation ul { flex-wrap: wrap; justify-content: center; }
    .hero { padding: 3.2rem 0; }
    .hero h1 { font-size: 1.75rem; }
    .hero-subtitle { font-size: 1rem; }
    .welcome-path li { padding-left: 1.3rem; padding-top: 3.2rem; }
    .welcome-path li::before { top: .85rem; left: 1.15rem; }
}

@media (max-width: 480px) {
    .container { width: 95%; }
    .footer-camp { grid-template-columns: 1fr; gap: 1.5rem; }
    .hero h1 { font-size: 1.48rem; }
    .content-section > h2 { font-size: 1.34rem; }
    .round-btn { display: block; text-align: center; }
    .whatsapp-float { bottom: 1.1rem; right: 1.1rem; }
}
