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

@media (max-width: 900px) {
    .demo-grid { grid-template-columns: 1fr; }
    .demo-wide { grid-column: span 1; }
    .footer-track { 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.4rem 0; }
    .hero h1 { font-size: 1.7rem; }
    .hero-subtitle { font-size: 1rem; }
    .visit-steps li { padding-left: 1.3rem; padding-top: 3rem; }
    .visit-steps li::before { top: .8rem; left: 1.1rem; }
}

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