@media (max-width: 960px) {
    .mvd-hero__grid {
        grid-template-columns: 1fr;
    }

    .mvd-hero__content {
        max-width: 850px;
    }

    .mvd-hero__card {
        max-width: 620px;
    }

    .mvd-trust__item {
        padding-inline: 25px;
    }
}

@media (max-width: 720px) {
    .mvd-container {
        width: min(100% - 32px, 1240px);
    }

    .mvd-hero {
        padding: 74px 0;
    }

    .mvd-hero__title {
        font-size: clamp(2.45rem, 11vw, 4rem);
        line-height: 1.02;
    }

    .mvd-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .mvd-button {
        width: 100%;
    }

    .mvd-trust__grid {
        grid-template-columns: 1fr;
    }

    .mvd-trust__item,
    .mvd-trust__item:first-child {
        min-height: auto;
        padding: 24px 8px;
        border-right: 0;
        border-bottom: 1px solid #dde1e5;
        border-left: 0;
    }

    .mvd-hero__card-content {
        padding: 24px;
    }

    .mvd-hero__details div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
@media (max-width: 1024px) {
    .mvd-menu-toggle {
        display: block;
    }

    .mvd-navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px 24px 28px;
        border-top: 1px solid #e4e7eb;
        background: var(--mvd-white);
        box-shadow: 0 22px 40px rgba(10, 28, 55, 0.14);
    }

    .mvd-navigation.is-open {
        display: flex;
    }

    .mvd-navigation a {
        padding: 14px 4px;
    }

    .mvd-navigation__button {
        margin-top: 10px;
        text-align: center;
    }

    .mvd-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 782px) {
    .admin-bar .mvd-header {
        top: 46px;
    }
}

@media (max-width: 640px) {
    .mvd-header__inner {
        min-height: 78px;
    }

    .mvd-header__logo .custom-logo {
        max-width: 205px;
        max-height: 54px;
    }

    .mvd-footer__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .mvd-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}