/* Agência 4Ever - Responsive.css */
/* Design responsivo otimizado para todos os dispositivos */

@media (max-width: 1200px) {
    .hero-content {
        padding: 0 1rem;
    }

    .results-grid {
        gap: 1.5rem;
    }
}

@media (max-width: 992px) {
    .nav {
        padding: 1rem;
    }

    .nav-menu {
        gap: 1.5rem;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-metrics {
        gap: 1rem;
    }

    .metric {
        min-width: 120px;
        padding: 1.5rem 1rem;
    }

    .metric-number {
        font-size: 2rem;
    }

    .services-section {
        padding: 4rem 1rem;
    }

    .services-grid {
        gap: 1.5rem;
    }

    .content-section {
        padding: 4rem 1rem;
    }

    .results-section {
        padding: 4rem 1rem;
    }
}

@media (max-width: 768px) {
    .header {
        position: relative;
    }

    .nav {
        flex-direction: column;
        padding: 1rem;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        gap: 1rem;
    }

    .nav-menu.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }

    .hero {
        padding: 80px 1rem 2rem;
        min-height: auto;
        text-align: center;
    }

    .hero h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .hero h1::before {
        margin: 0 auto 1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-metrics {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin: 2rem 0;
    }

    .metric {
        width: 100%;
        max-width: 300px;
        padding: 1.5rem;
    }

    .metric-number {
        font-size: 2.5rem;
    }

    .services-section {
        padding: 3rem 1rem;
    }

    .services-section h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .service-card {
        padding: 2rem 1.5rem;
    }

    .service-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }

    .service-card h3 {
        font-size: 1.4rem;
    }

    .content-section {
        padding: 3rem 1rem;
    }

    .content-section h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .content-section h3 {
        font-size: 1.5rem;
        margin: 2rem 0 1rem;
        padding-left: 1rem;
    }

    .content-section h3::before {
        width: 3px;
        height: 20px;
    }

    .results-section {
        padding: 3rem 1rem;
    }

    .results-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 2rem 0;
    }

    .result-card {
        padding: 1.5rem;
    }

    .result-number {
        font-size: 2.5rem;
    }

    .footer {
        padding: 3rem 1rem 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .footer-section h3 {
        font-size: 1.3rem;
    }

    .footer-section h4 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .hero {
        padding: 60px 1rem 1rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-metrics {
        margin: 1.5rem 0;
    }

    .metric {
        padding: 1.2rem;
    }

    .metric-number {
        font-size: 2rem;
    }

    .metric-label {
        font-size: 0.8rem;
    }

    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .image-placeholder {
        font-size: 6rem;
    }

    .services-section {
        padding: 2rem 1rem;
    }

    .services-section h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .service-card {
        padding: 1.5rem 1rem;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }

    .content-section {
        padding: 2rem 1rem;
    }

    .content-section h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .content-section h3 {
        font-size: 1.3rem;
        margin: 1.5rem 0 1rem;
    }

    .results-section {
        padding: 2rem 1rem;
    }

    .results-grid {
        margin: 1.5rem 0;
    }

    .result-number {
        font-size: 2rem;
    }

    .footer {
        padding: 2rem 1rem 1rem;
    }

    .footer-section p {
        font-size: 0.9rem;
    }

    .footer-section ul {
        text-align: center;
    }

    .footer-bottom p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .nav {
        padding: 0.8rem 1rem;
    }

    .logo h1 {
        font-size: 1.5rem;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .hero-metrics {
        gap: 0.8rem;
    }

    .metric-number {
        font-size: 1.8rem;
    }

    .metric-label {
        font-size: 0.75rem;
    }

    .image-placeholder {
        font-size: 4rem;
    }

    .services-section h2 {
        font-size: 1.6rem;
    }

    .content-section h2 {
        font-size: 1.6rem;
    }

    .content-section h3 {
        font-size: 1.2rem;
    }

    .result-number {
        font-size: 1.8rem;
    }

    .result-label {
        font-size: 0.8rem;
    }
}

/* Mobile Menu Animation */
.nav-menu.active {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Touch-friendly interactions */
@media (hover: none) and (pointer: coarse) {
    .service-card,
    .metric,
    .cta-button,
    .nav-menu a {
        transition: none;
    }

    .service-card:active,
    .metric:active,
    .cta-button:active {
        transform: scale(0.98);
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --primary-purple: #800080;
        --secondary-teal: #008080;
        --accent-black: #000000;
        --accent-white: #FFFFFF;
        --text-light: #CCCCCC;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .image-placeholder,
    .service-card,
    .metric,
    .cta-button,
    .nav-menu a,
    .service-icon::before {
        animation: none !important;
        transition: none !important;
    }
}

/* Print styles */
@media print {
    .header,
    .footer,
    .cta-button,
    .menu-toggle {
        display: none !important;
    }

    .hero {
        padding: 2rem 0;
        min-height: auto;
    }

    .hero-image {
        display: none;
    }

    body {
        font-size: 12pt;
        line-height: 1.4;
    }

    .services-section,
    .content-section,
    .results-section {
        page-break-inside: avoid;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    :root {
        --accent-white: #2D3748;
        --text-dark: #F7FAFC;
        --text-light: #A0AEC0;
        --border-light: #4A5568;
        --shadow: rgba(0, 0, 0, 0.3);
        --shadow-dark: rgba(0, 0, 0, 0.5);
    }

    .hero {
        background: linear-gradient(135deg, #2D3748 0%, #1A202C 100%);
    }

    .service-card,
    .metric,
    .result-card {
        background: #1A202C;
        border-color: #4A5568;
    }

    .content-section {
        background: #2D3748;
    }
}


