/* =====================================================================
   Адаптивність. Основна верстка вже на grid/flex/clamp(), тож тут лише
   перемикання навігації (бургер ⇄ повне меню) та точкові правки.
   ===================================================================== */

@media screen and (max-width: 991.98px) {
    .burger-menu {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    nav.primary-nav {
        display: flex;
    }

    .burger-menu {
        display: none;
    }

    .hero-body {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 820px) {
    .fleet-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media screen and (max-width: 599px) {
    .brand img {
        width: 56px;
    }

    .brand span {
        font-size: 18px;
    }

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

    .corporate-start ol {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 48px 20px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn-cta {
        text-align: center;
    }

    .fleet-details {
        padding: 20px;
    }

    .about-cta .btn-cta,
    .about-cta .btn-cta--outline-dark {
        width: 100%;
        text-align: center;
    }

    .fleet-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fleet-actions .btn-cta {
        text-align: center;
    }

    .top-section {
        min-height: 900px;
    }

    .top-section::before {
        background-position: 58% center;
    }

    .hero-body {
        padding-top: calc(96px + env(safe-area-inset-top));
        padding-bottom: 46px;
        justify-content: flex-start;
    }

    .hero-form {
        max-width: none;
        padding: 22px 18px;
    }

    .trust-strip {
        padding-left: 20px;
        padding-right: 20px;
    }

    .trust-strip > div {
        min-height: 116px;
        padding: 20px 14px;
    }

    .solution-card {
        min-height: 230px;
        padding: 24px;
    }

    .contact-form {
        padding: 22px 18px;
    }

    .fleet-heading {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 34px;
    }

    .fleet-media-group {
        margin-bottom: 42px;
    }

    .fleet-carousel-heading {
        align-items: center;
    }

    .fleet-carousel-heading h3 {
        font-size: 22px;
    }

    .fleet-carousel-arrow {
        width: 38px;
        height: 38px;
    }

    .fleet-video-card {
        flex-basis: min(76vw, 270px);
    }

    .fleet-salon-photo {
        flex-basis: min(82vw, 330px);
        width: min(82vw, 330px);
    }

    .fleet-salons {
        padding-top: 36px;
    }

    .fleet-lightbox-view {
        padding: 8px 48px;
    }

    .fleet-lightbox-prev,
    .fleet-lightbox-next {
        width: 36px;
        height: 50px;
    }

    .fleet-lightbox-prev { left: 6px; }
    .fleet-lightbox-next { right: 6px; }
}

@media screen and (max-width: 420px) {
    .fleet-gallery-thumbs {
        gap: 6px;
    }

    .stats-bar {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 1400px) {
    .why-us-grid,
    .fleet-list,
    .services-grid,
    .faq-grid,
    .contact-wrap {
        max-width: 1200px;
    }
}
