@media (max-width: 991px) {
    .top-bar {
        display: none;
    }
    .btn-theme-primary {
        margin-top: 0px !important;
    }
    .list-contact-btn {
        display: block !important;
    }
    .contact-btn-outside {
        display: none !important;
    }
}

/* ── Tablet: stack panels ── */
@media (max-width: 768px) {
    .hero {
        grid-template-columns: 1fr;
        margin-top: 150px;
    }

    .hero__image-wrap {
        order: -1; /* image on top */
        min-height: 260px;
        max-height: 340px;
    }

    .hero__content {
        padding: 2.5rem 2rem;
    }

    .hero__body {
        max-width: 100%;
    }
}

/* ── Mobile ── */
@media (max-width: 480px) {
    .hero__image-wrap {
        min-height: 220px;
        max-height: 280px;
    }

    .hero__content {
        padding: 2rem 1.5rem;
    }

    .hero__cta {
        width: 100%;
        text-align: center;
    }
}

/* ── Tablet ── */
@media (max-width: 768px) {
    .care-section {
        grid-template-columns: 1fr;
    }

    .care-section__image-wrap {
        order: -1;
    }

    .care-section__body {
        max-width: 100%;
    }
}

/* ── Mobile ── */
@media (max-width: 480px) {
    .hero__cta {
        width: 100%;
        text-align: center;
    }
}

/* ── Tablet ── */
@media (max-width: 768px) {
    .apart-section__inner {
        grid-template-columns: 1fr;
    }

    .apart-section__image-wrap {
        max-height: 320px;
    }
}

@media (max-width: 768px) {
    .featured-section {
        grid-template-columns: 1fr;
    }

    .featured-section__image-wrap {
        order: -1;
        max-height: 280px;
    }

    .hero__cta {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .contact-btn {
        width: 100%;
        justify-content: center;
    }
    .contact-section__buttons {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .treatments-section__grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .testimonialsImage {
        height: 290px;
    }
}
