﻿/* =========================================
   HOME – RESPONSIVO MOBILE (FINAL)
========================================= */

/* =========================
   HERO
========================= */
@media (max-width: 991px) {

    .hero-section {
        height: auto;
    }

    .hero-left {
        padding: 32px 22px;
        text-align: left;
    }

    .hero-content h1 {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 0.95rem;
    }

    .hero-badge {
        font-size: 0.75rem;
        padding: 5px 14px;
    }

    .btn-hero {
        width: 100%;
        text-align: center;
        padding: 12px;
    }

    /* garante altura consistente no slider */
    .hero-right,
    .hero-right img,
    .hero-right .carousel-item {
        height: 260px;
    }
}

/* =========================
   ABOUT
========================= */
@media (max-width: 991px) {

    .about-slider > h2 {
        font-size: 26px;
        margin: 20px 20px 8px;
    }

    .about-slider > p {
        font-size: 16px;
        margin: 0 20px 30px;
    }

    .about-slide {
        padding: 20px;
    }

    .about-content {
        flex-direction: column;
        gap: 24px;
    }

    .about-text h1,
    .about-text h2 {
        font-size: 22px;
    }

    .about-text p {
        font-size: 15px;
    }

    .about-images,
    .about-images2 {
        margin-left: 0;
    }

        .about-images img {
            max-height: 200px;
            width: 100%;
            object-fit: cover;
        }

    .about-sidebar {
        width: 44px;
        height: 140px;
        top: 85%;
    }

        .about-sidebar .arrow {
            font-size: 26px;
        }
}

/* =========================
   STORES (FIX DEFINITIVO SLIDER)
========================= */
@media (max-width: 991px) {

    /* 🔑 container controla a altura */
    .stores-image {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

        /* imagens seguem o container */
        .stores-image img {
            width: 100%;
            height: 100%;
            max-height: none;
            object-fit: cover;
            display: block;
        }

    .stores-content {
        padding: 28px 20px;
    }

    .stores-inner h2 {
        font-size: 24px;
    }

    .stores-inner p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .stores-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .store-card {
        padding: 14px;
    }

        .store-card h5 {
            font-size: 14px;
        }

        .store-card span {
            font-size: 13px;
        }

        .store-card a {
            font-size: 12px;
        }
}

/* =========================
   CONTACT
========================= */
@media (max-width: 991px) {

    .contact-section {
        padding: 50px 0;
    }

    .contact-info {
        margin-bottom: 32px;
    }

        .contact-info h2 {
            font-size: 26px;
        }

        .contact-info p {
            font-size: 15px;
        }

    .contact-list li {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .contact-form-card {
        padding: 24px 20px;
        border-radius: 14px;
    }

        .contact-form-card label {
            font-size: 12px;
        }

        .contact-form-card .form-control {
            font-size: 14px;
            padding: 10px 12px;
        }

        .contact-form-card button {
            padding: 14px;
            font-size: 15px;
        }
}

/* =========================
   EXTRA – CELULARES PEQUENOS
========================= */
@media (max-width: 420px) {

    .hero-content h1 {
        font-size: 1.15rem;
    }

    .about-slider > h2 {
        font-size: 24px;
    }

    .stores-inner h2 {
        font-size: 22px;
    }

    .contact-info h2 {
        font-size: 24px;
    }
}
