/* Crie Comunicação - Responsive.css */
/* Design responsivo otimizado para todos os dispositivos */

@media (max-width: 1200px) {
    .hero-content {
        padding: 0 1rem;
    }

    .creative-showcase {
        width: 250px;
        height: 250px;
    }

    .floating-element {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    .nav {
        padding: 1rem;
    }

    .nav-menu {
        gap: 1.5rem;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-stats {
        gap: 1rem;
    }

    .stat {
        min-width: 100px;
        padding: 0.8rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .services-section {
        padding: 4rem 1rem;
    }

    .services-grid {
        gap: 1.5rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .content-section {
        padding: 4rem 1rem;
    }

    .portfolio-showcase {
        gap: 1.5rem;
    }
}

@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-stats {
        justify-content: center;
        margin: 2rem 0;
        gap: 1rem;
    }

    .stat {
        min-width: 80px;
        padding: 0.6rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .hero-image {
        position: static;
        transform: none;
        margin-top: 3rem;
        order: -1;
    }

    .creative-showcase {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .floating-element {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .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: 1.5rem 1rem;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .service-card h3 {
        font-size: 1.3rem;
    }

    .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;
    }

    .portfolio-showcase {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 3rem 0;
    }

    .portfolio-item {
        margin: 0 auto;
        max-width: 400px;
    }

    .testimonials {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .testimonial {
        padding: 1.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;
    }

    .social-links {
        justify-content: center;
    }

    .footer-bottom {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero {
        padding: 60px 1rem 1rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-stats {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }

    .stat {
        width: 100%;
        max-width: 200px;
    }

    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .creative-showcase {
        width: 150px;
        height: 150px;
    }

    .floating-element {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }

    .services-section {
        padding: 2rem 1rem;
    }

    .services-section h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .service-card {
        padding: 1.2rem 1rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        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;
    }

    .portfolio-showcase {
        margin: 2rem 0;
    }

    .portfolio-image {
        height: 150px;
    }

    .portfolio-image .placeholder {
        font-size: 2rem;
    }

    .portfolio-info {
        padding: 1.2rem;
    }

    .portfolio-info h4 {
        font-size: 1.1rem;
    }

    .testimonial {
        padding: 1.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-stats {
        margin: 1.5rem 0;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .creative-showcase {
        width: 120px;
        height: 120px;
    }

    .floating-element {
        width: 30px;
        height: 30px;
        font-size: 0.7rem;
    }

    .services-section h2 {
        font-size: 1.6rem;
    }

    .content-section h2 {
        font-size: 1.6rem;
    }

    .content-section h3 {
        font-size: 1.2rem;
    }

    .testimonial p {
        font-size: 0.9rem;
    }

    .testimonial cite {
        font-size: 0.9rem;
    }
}

/* 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,
    .portfolio-item,
    .cta-button,
    .nav-menu a {
        transition: none;
    }

    .service-card:active,
    .portfolio-item:active,
    .cta-button:active {
        transform: scale(0.98);
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --primary-orange: #FF4500;
        --secondary-gray: #000000;
        --accent-white: #FFFFFF;
        --text-light: #CCCCCC;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .floating-element,
    .service-card,
    .portfolio-item,
    .cta-button,
    .nav-menu a,
    .logo h1 {
        animation: none !important;
        transition: none !important;
    }
}


