/* Colchões Multimarcas - Responsive.css */
/* Design responsivo otimizado para todos os dispositivos */

@media (max-width: 1200px) {
    .hero-content {
        padding: 0 1rem;
    }

    .product-showcase {
        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-features {
        gap: 1rem;
    }

    .feature {
        min-width: 120px;
        padding: 1.2rem;
    }

    .feature i {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .content-section {
        padding: 4rem 1rem;
    }

    .product-showcase {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@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-features {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin: 2rem 0;
    }

    .feature {
        width: 100%;
        max-width: 300px;
        flex-direction: row;
        text-align: left;
    }

    .feature i {
        margin-bottom: 0;
        margin-right: 1rem;
        font-size: 1.8rem;
    }

    .image-placeholder {
        font-size: 6rem;
    }

    .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;
    }

    .product-showcase {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 3rem 0;
    }

    .product-card {
        margin: 0 auto;
        max-width: 400px;
    }

    .product-image {
        height: 200px;
    }

    .product-image .placeholder {
        font-size: 3rem;
    }

    .product-info {
        padding: 1.2rem;
    }

    .product-info h4 {
        font-size: 1.1rem;
    }

    .product-info .price {
        font-size: 1.3rem;
    }

    .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;
    }
}

@media (max-width: 576px) {
    .hero {
        padding: 60px 1rem 1rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-features {
        margin: 1.5rem 0;
    }

    .feature {
        padding: 1rem;
        min-width: auto;
    }

    .feature span {
        font-size: 0.8rem;
    }

    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .image-placeholder {
        font-size: 4rem;
    }

    .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;
    }

    .product-showcase {
        margin: 2rem 0;
    }

    .product-badge {
        padding: 0.3rem 0.8rem;
        font-size: 0.7rem;
    }

    .product-info .price {
        font-size: 1.2rem;
    }

    .product-info .old-price {
        font-size: 0.9rem;
    }

    .testimonial {
        padding: 1.2rem;
    }

    .testimonial p {
        font-size: 0.9rem;
    }

    .testimonial cite {
        font-size: 0.9rem;
    }

    .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-features {
        gap: 0.8rem;
    }

    .feature {
        padding: 0.8rem;
    }

    .feature i {
        font-size: 1.5rem;
        margin-right: 0.8rem;
    }

    .image-placeholder {
        font-size: 3rem;
    }

    .content-section h2 {
        font-size: 1.6rem;
    }

    .content-section h3 {
        font-size: 1.2rem;
    }

    .product-info h4 {
        font-size: 1rem;
    }

    .product-info .price {
        font-size: 1.1rem;
    }

    .testimonial p {
        font-size: 0.85rem;
    }

    .testimonial cite {
        font-size: 0.85rem;
    }
}

/* 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) {
    .product-card,
    .feature,
    .cta-button,
    .nav-menu a {
        transition: none;
    }

    .product-card:active,
    .feature:active,
    .cta-button:active {
        transform: scale(0.98);
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --primary-blue: #000080;
        --accent-red: #FF0000;
        --secondary-white: #FFFFFF;
        --text-light: #CCCCCC;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .image-placeholder,
    .product-card,
    .feature,
    .cta-button,
    .nav-menu a {
        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;
    }

    .content-section,
    .product-showcase {
        page-break-inside: avoid;
    }
}


