/* Eaglex Marketing Digital — Responsivo */

@media (max-width: 960px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .process-grid::before {
        display: none;
    }

    .hero-content::before {
        width: 250px;
        height: 250px;
        top: 40px;
        right: -110px;
        opacity: 0.32;
    }

    .hero-content::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    /* Drawer controlado pelo JS: fechado por padrao, aberto via inline styles */
    #mainNav {
        display: none;
    }

    .nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .nav-list a {
        padding: 13px 8px;
        font-size: 13.5px;
        border-bottom: none;
        border-left: 3px solid transparent;
    }

    .nav-list a:hover {
        border-left-color: var(--gold);
        background: rgba(233, 166, 60, 0.1);
    }

    .logo-text small {
        display: none;
    }

    .hero-content {
        padding: 64px 0 60px;
    }

    .hero h1 {
        font-size: clamp(26px, 7.4vw, 34px);
    }

    .hero-body {
        padding: 28px 22px 26px;
    }

    .hero-body h2 {
        font-size: 17.5px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .section {
        padding: 58px 0;
    }
}

@media (max-width: 560px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .cta-group .btn {
        display: block;
        text-align: center;
        width: 100%;
    }

    .hero-content::before {
        width: 190px;
        height: 190px;
        top: 26px;
        right: -120px;
        opacity: 0.25;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 48px;
        height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    html {
        scroll-behavior: auto;
    }
}
