/**
 * Aline Herrera Podologia - Responsive Layout Styles
 */

/* Prevent horizontal overflow globally */
html,
body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}

/* Widescreen / Large Desktops */
@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

/* Medium / Laptops */
@media (max-width: 1199.98px) {
    .hero-headline {
        font-size: 2.25rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-img-card img {
        height: 420px;
    }
}

/* Tablets */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 3rem 0;
        text-align: left;
    }

    .hero-headline {
        font-size: 2rem;
    }

    .hero-badge-floating {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 15px;
        text-align: left;
        max-width: 100%;
        justify-content: left;
        text-align: left;
    }

    .hero-img-card img {
        height: 380px;
    }

    .section-title {
        font-size: 1.85rem;
    }

    .pain-connection-box {
        padding: 1.75rem;
        text-align: center;
    }

    .map-container {
        min-height: 320px;
    }
}

/* Mobile Devices */
@media (max-width: 575.98px) {
    .hero-headline {
        font-size: 1.65rem;
    }

    .hero-subheadline {
        font-size: 1rem;
    }

    .btn-primary-custom,
    .btn-pink-custom,
    .btn-outline-primary-custom {
        width: 100%;
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
        justify-content: center !important;
        text-align: center;
    }

    .hero-badge-floating {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 15px;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }

    .brand-name {
        font-size: 1.2rem;
    }

    .brand-subtitle {
        font-size: 0.65rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .hero-img-card img {
        height: 300px;
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 28px;
        bottom: 16px;
        right: 16px;
    }

    .whatsapp-tooltip {
        display: none !important;
    }

    .faq-accordion .accordion-button {
        font-size: 0.95rem;
        padding: 1rem 1.15rem;
    }
}