/* Responsive.css - Estilos responsivos para o site Desentupidora Rápido */

/* Tablets */
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .seo-content {
        padding: 3rem 1rem;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Tablets pequenos e celulares grandes */
@media (max-width: 768px) {
    .header-content {
        padding: 0 0.5rem;
    }

    .logo {
        font-size: 1.5rem;
    }

    .hero {
        padding: 100px 1rem 60px;
    }

    .hero h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .hero p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-cta {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .seo-content {
        padding: 2rem 1rem;
    }

    .seo-section {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .seo-section h2 {
        font-size: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .whatsapp-float {
        width: 110px;
        height: 45px;
        font-size: 0.85rem;
    }

    .map-container iframe {
        height: 300px !important;
    }
}

/* Celulares pequenos */
@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 0.95rem;
    }

    .hero-cta {
        padding: 0.7rem 1.2rem;
        font-size: 0.95rem;
    }

    .seo-section {
        padding: 1rem;
    }

    .seo-section h2 {
        font-size: 1.3rem;
    }

    .whatsapp-cta {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }

    .whatsapp-float {
        width: 100px;
        height: 40px;
        font-size: 0.8rem;
        bottom: 15px;
        right: 15px;
    }

    footer {
        padding: 2rem 1rem 1rem;
    }

    .footer-section h3 {
        font-size: 1.2rem;
    }

    .map-container iframe {
        height: 250px !important;
    }
}

/* Celulares muito pequenos */
@media (max-width: 360px) {
    .hero {
        padding: 80px 0.5rem 40px;
    }

    .hero h1 {
        font-size: 1.6rem;
    }

    .hero p {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }

    .seo-content {
        padding: 1.5rem 0.5rem;
    }

    .seo-section {
        padding: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .whatsapp-float {
        width: 90px;
        height: 35px;
        font-size: 0.75rem;
    }

    .footer-content {
        padding: 0 0.5rem;
    }
}
