/* makmach-services-v20260720 */
.mm-services-index,
.mm-service-detail {
    background:
        radial-gradient(circle at 8% 4%, rgba(255, 92, 15, 0.07), transparent 26rem),
        linear-gradient(180deg, #f7fafc 0%, #ffffff 32rem);
}

.mm-services-hero {
    position: relative;
    min-height: clamp(18rem, 34vw, 24rem);
    overflow: hidden;
    background: #071c31;
    color: #ffffff;
}

.mm-services-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-services-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 23, 40, 0.9) 0%, rgba(5, 23, 40, 0.7) 48%, rgba(5, 23, 40, 0.32) 100%),
        radial-gradient(circle at 78% 18%, rgba(255, 92, 15, 0.25), transparent 18rem);
}

.mm-services-hero__inner {
    position: relative;
    z-index: 1;
    width: min(72rem, calc(100% - 2rem));
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5.25rem) 0;
}

.mm-services-hero .mm-breadcrumb,
.mm-services-hero .mm-breadcrumb a {
    color: rgba(255, 255, 255, 0.78);
}

.mm-services-hero .mm-eyebrow {
    color: #ff7a2f;
}

.mm-services-hero h1 {
    max-width: 46rem;
    margin: 0.75rem 0 1rem;
    color: #ffffff;
    font-size: clamp(2rem, 4.8vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.mm-services-hero p {
    max-width: 42rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.06rem;
    line-height: 1.75;
}

.mm-services-hero__actions,
.mm-service-actions,
.mm-services-empty__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.mm-services-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    margin-top: -2.2rem;
    border: 1px solid rgba(12, 33, 56, 0.08);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1.4rem 3rem rgba(7, 28, 49, 0.1);
}

.mm-services-intro__content h2 {
    max-width: 46rem;
    margin: 0.45rem 0 0.7rem;
    color: #071c31;
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
    line-height: 1.18;
}

.mm-services-intro__content p {
    max-width: 58rem;
    margin: 0;
    color: #526173;
    line-height: 1.7;
}

.mm-services-intro__metric {
    min-width: 9rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(255, 92, 15, 0.18);
    border-radius: 1rem;
    background: #fff7f1;
    text-align: center;
}

.mm-services-intro__metric strong {
    display: block;
    color: #ff5c0f;
    font-size: 2.25rem;
    line-height: 1;
}

.mm-services-intro__metric span {
    display: block;
    margin-top: 0.35rem;
    color: #253247;
    font-weight: 700;
}

.mm-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.35rem);
}

.mm-service-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(12, 33, 56, 0.09);
    border-radius: 1.1rem;
    background: #ffffff;
    box-shadow: 0 1rem 2.25rem rgba(7, 28, 49, 0.08);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mm-service-card:hover {
    border-color: rgba(255, 92, 15, 0.28);
    box-shadow: 0 1.35rem 2.8rem rgba(7, 28, 49, 0.12);
    transform: translateY(-0.18rem);
}

.mm-service-card__media {
    position: relative;
    display: grid;
    min-height: 13.5rem;
    aspect-ratio: 16 / 10.5;
    overflow: hidden;
    place-items: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 92, 15, 0.14), transparent 8rem),
        linear-gradient(145deg, #f2f6fa, #ffffff);
}

.mm-service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.mm-service-card:hover .mm-service-card__media img {
    transform: scale(1.025);
}

.mm-service-card__placeholder {
    display: inline-grid;
    width: 4.25rem;
    height: 4.25rem;
    place-items: center;
    border: 1px solid rgba(255, 92, 15, 0.25);
    border-radius: 999px;
    color: #ff5c0f;
    font-weight: 800;
}

.mm-service-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem 1.25rem 0.3rem;
}

.mm-service-card__content h3 {
    margin: 0.75rem 0 0.55rem;
    color: #071c31;
    font-size: 1.17rem;
    line-height: 1.25;
}

.mm-service-card__content h3 a {
    color: inherit;
    text-decoration: none;
}

.mm-service-card__content h3 a:hover {
    color: #ff5c0f;
}

.mm-service-card__content p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #5c6b7c;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mm-service-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 1.15rem 1.25rem 1.25rem;
}

.mm-service-card__actions .mm-btn {
    min-height: 2.65rem;
    padding-inline: 0.85rem;
}

.mm-services-empty {
    border: 1px dashed rgba(12, 33, 56, 0.18);
    border-radius: 1.15rem;
    background: #ffffff;
    padding: clamp(1.5rem, 4vw, 2.4rem);
    text-align: center;
}

.mm-services-empty h2 {
    margin: 0 0 0.55rem;
    color: #071c31;
}

.mm-services-empty p {
    margin: 0 auto;
    max-width: 38rem;
    color: #5c6b7c;
}

.mm-services-empty__actions {
    justify-content: center;
}

.mm-service-detail__top {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
    gap: clamp(1.25rem, 3vw, 2.6rem);
    align-items: center;
}

.mm-service-summary {
    min-width: 0;
}

.mm-service-summary h1 {
    margin: 1rem 0 0.9rem;
    color: #071c31;
    font-size: clamp(2rem, 4.2vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.mm-service-summary > p {
    max-width: 42rem;
    margin: 0;
    color: #526173;
    font-size: 1.06rem;
    line-height: 1.78;
}

.mm-service-visual {
    min-width: 0;
}

.mm-service-gallery .mm-product-gallery__main {
    min-height: clamp(18rem, 33vw, 31rem);
    border-radius: 1.2rem;
}

.mm-service-gallery .mm-product-gallery__main img {
    object-fit: cover;
}

.mm-service-inquiry {
    display: grid;
    grid-template-columns: minmax(15rem, 0.62fr) minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    border: 1px solid rgba(12, 33, 56, 0.09);
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 10% 50%, rgba(255, 92, 15, 0.11), transparent 14rem),
        #ffffff;
    box-shadow: 0 1rem 2.5rem rgba(7, 28, 49, 0.08);
}

.mm-service-inquiry__head h2 {
    margin: 0.45rem 0 0.55rem;
    color: #071c31;
    font-size: clamp(1.35rem, 2.2vw, 1.95rem);
    line-height: 1.18;
}

.mm-service-inquiry__head p {
    margin: 0;
    color: #5c6b7c;
    line-height: 1.65;
}

.mm-service-inquiry .mm-mini-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mm-service-inquiry .mm-mini-form .mm-field--wide,
.mm-service-inquiry .mm-mini-form .mm-check,
.mm-service-inquiry .mm-mini-form .mm-form-status,
.mm-service-inquiry .mm-mini-form .mm-form-errors,
.mm-service-inquiry .mm-mini-form .mm-btn {
    grid-column: 1 / -1;
}

.mm-service-section-nav {
    display: flex;
    width: min(72rem, calc(100% - 2rem));
    margin: 0.25rem auto 1.5rem;
    gap: 0.6rem;
    overflow-x: auto;
    padding: 0.2rem 0 0.45rem;
}

.mm-service-section-nav a {
    flex: 0 0 auto;
    border: 1px solid rgba(12, 33, 56, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #253247;
    font-weight: 750;
    padding: 0.68rem 0.95rem;
    text-decoration: none;
}

.mm-service-section-nav a:hover,
.mm-service-section-nav a:focus-visible {
    border-color: rgba(255, 92, 15, 0.35);
    color: #ff5c0f;
}

.mm-service-content {
    display: grid;
    gap: 1rem;
}

.mm-service-content__block {
    border: 1px solid rgba(12, 33, 56, 0.08);
    border-radius: 1.1rem;
    background: #ffffff;
    padding: clamp(1.2rem, 3vw, 1.8rem);
    box-shadow: 0 0.8rem 2rem rgba(7, 28, 49, 0.06);
    scroll-margin-top: 1.5rem;
}

.mm-service-content__block h2 {
    margin: 0 0 1rem;
    color: #071c31;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.mm-service-content .mm-rich-content {
    color: #3e4d5f;
}

.mm-service-benefits ul,
.mm-service-process ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0;
    list-style: none;
}

.mm-service-benefits li,
.mm-service-process li {
    position: relative;
    border: 1px solid rgba(255, 92, 15, 0.14);
    border-radius: 0.9rem;
    background: #fffaf6;
    padding: 0.9rem 0.95rem 0.9rem 2.15rem;
}

.mm-service-benefits li::before,
.mm-service-process li::before {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: #ff5c0f;
    content: "";
}

.mm-service-documents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.mm-service-documents a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    border: 1px solid rgba(12, 33, 56, 0.1);
    border-radius: 1rem;
    background: #ffffff;
    padding: 1rem;
    color: #253247;
    text-decoration: none;
    box-shadow: 0 0.75rem 1.8rem rgba(7, 28, 49, 0.06);
}

.mm-service-documents a:hover {
    border-color: rgba(255, 92, 15, 0.32);
}

.mm-service-documents__icon {
    display: inline-grid;
    width: 3.1rem;
    height: 3.1rem;
    place-items: center;
    border-radius: 0.85rem;
    background: #fff0e7;
    color: #ff5c0f;
    font-weight: 900;
    font-size: 0.78rem;
}

.mm-service-documents strong,
.mm-service-documents small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mm-service-documents small,
.mm-service-documents em {
    color: #637388;
    font-style: normal;
    font-size: 0.86rem;
}

.mm-related-services {
    border-top: 1px solid rgba(12, 33, 56, 0.08);
}

[dir="rtl"] .mm-services-hero__overlay {
    background:
        linear-gradient(270deg, rgba(5, 23, 40, 0.9) 0%, rgba(5, 23, 40, 0.7) 48%, rgba(5, 23, 40, 0.32) 100%),
        radial-gradient(circle at 22% 18%, rgba(255, 92, 15, 0.25), transparent 18rem);
}

[dir="rtl"] .mm-service-benefits li,
[dir="rtl"] .mm-service-process li {
    padding-right: 2.15rem;
    padding-left: 0.95rem;
}

[dir="rtl"] .mm-service-benefits li::before,
[dir="rtl"] .mm-service-process li::before {
    right: 0.9rem;
    left: auto;
}

@media (max-width: 1024px) {
    .mm-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-service-detail__top,
    .mm-service-inquiry {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mm-services-intro {
        grid-template-columns: 1fr;
        margin-top: -1.2rem;
    }

    .mm-services-intro__metric {
        justify-self: start;
        width: min(100%, 14rem);
    }

    .mm-service-inquiry .mm-mini-form,
    .mm-service-benefits ul,
    .mm-service-process ul,
    .mm-service-documents {
        grid-template-columns: 1fr;
    }

    .mm-service-documents a {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .mm-service-documents em {
        grid-column: 2;
    }
}

@media (max-width: 640px) {
    .mm-services-hero__inner {
        width: min(100% - 1rem, 72rem);
        padding-block: 2.4rem;
    }

    .mm-services-grid {
        grid-template-columns: 1fr;
    }

    .mm-service-actions .mm-btn,
    .mm-services-hero__actions .mm-btn,
    .mm-service-card__actions .mm-btn,
    .mm-services-empty__actions .mm-btn {
        width: 100%;
    }

    .mm-service-card__media {
        min-height: 12rem;
    }
}

/* makmach-mobile-contact-bar-v20260827 */
.mm-mobile-contact-bar {
    display: none;
}

@media (max-width: 767px) {
    body[data-layout="front-app"] {
        padding-bottom: calc(94px + env(safe-area-inset-bottom));
    }

    .mm-mobile-contact-bar {
        position: fixed;
        z-index: 75;
        right: max(12px, env(safe-area-inset-right));
        bottom: max(10px, env(safe-area-inset-bottom));
        left: max(12px, env(safe-area-inset-left));
        display: grid;
        grid-template-columns: 62px minmax(0, 1fr) 62px;
        gap: 8px;
        align-items: stretch;
        min-height: 68px;
        padding: 7px;
        border: 1px solid rgba(10, 39, 65, 0.1);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 14px 38px rgba(10, 39, 65, 0.2);
        backdrop-filter: blur(12px);
    }

    .mm-mobile-contact-bar a {
        min-width: 0;
        min-height: 54px;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    .mm-mobile-contact-bar__action,
    .mm-mobile-contact-bar__call {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
    }

    .mm-mobile-contact-bar__action:active,
    .mm-mobile-contact-bar__call:active {
        transform: scale(0.97);
    }

    .mm-mobile-contact-bar__action--whatsapp {
        color: #fff;
        background: #0fa958;
        box-shadow: 0 8px 18px rgba(15, 169, 88, 0.24);
    }

    .mm-mobile-contact-bar__call {
        gap: 10px;
        padding: 0 18px;
        color: #fff;
        background: linear-gradient(135deg, var(--mm-orange, #ff650f), #e94f05);
        box-shadow: 0 9px 22px rgba(234, 82, 9, 0.25);
        font-size: 1rem;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
    }

    .mm-mobile-contact-bar__action--email {
        color: #fff;
        background: var(--mm-navy, #0a2741);
        box-shadow: 0 8px 18px rgba(10, 39, 65, 0.22);
    }

    .mm-mobile-contact-bar__icon,
    .mm-mobile-contact-bar .mm-contact-line-icon,
    .mm-mobile-contact-bar .mm-whatsapp-logo {
        width: 25px;
        height: 25px;
        flex: 0 0 25px;
    }

    .mm-mobile-contact-bar .mm-contact-line-icon {
        stroke-width: 2;
    }

    .mm-floating-wa {
        display: none !important;
    }

    .mm-back-to-top {
        right: max(16px, env(safe-area-inset-right));
        bottom: calc(100px + env(safe-area-inset-bottom));
    }

    [dir="rtl"] .mm-back-to-top {
        right: auto;
        left: max(16px, env(safe-area-inset-left));
    }

    .mm-mobile-menu.is-open ~ .mm-mobile-contact-bar,
    body.is-locked .mm-mobile-contact-bar {
        visibility: hidden;
        pointer-events: none;
    }
}

@media (max-width: 360px) {
    .mm-mobile-contact-bar {
        grid-template-columns: 54px minmax(0, 1fr) 54px;
        gap: 6px;
        padding: 6px;
    }

    .mm-mobile-contact-bar__call {
        gap: 7px;
        padding-inline: 10px;
        font-size: 0.92rem;
    }
}

/* makmach-human-verification-v20260822-compact */
.mm-human-verification {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(132px, auto) minmax(130px, 1fr);
    gap: 6px 8px;
    align-items: end;
    justify-self: start;
    width: min(100%, 460px);
    min-width: 0;
    padding: 8px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #f8fafc;
}

.mm-human-verification__heading {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 3px 7px;
    color: #122844;
}

.mm-human-verification__heading strong {
    font-size: 11px;
    font-weight: 700;
}

.mm-human-verification__heading span {
    color: #667386;
    font-size: 10px;
}

.mm-human-verification__challenge {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.mm-human-verification__challenge img {
    display: block;
    width: 132px;
    max-width: calc(100% - 62px);
    height: 40px;
    border: 1px solid #d8e0e9;
    border-radius: 8px;
    background: #fff;
}

.mm-human-verification__refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 30px;
    padding: 4px 6px;
    border: 1px solid #cfd8e3;
    border-radius: 7px;
    color: #253850;
    background: #fff;
    font: inherit;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.mm-human-verification__refresh:hover,
.mm-human-verification__refresh:focus-visible {
    border-color: #f58220;
    color: #d75f09;
    outline: none;
}

.mm-human-verification__refresh span:first-child {
    font-size: 15px;
    line-height: 1;
}

.mm-human-verification__answer {
    display: grid;
    gap: 3px;
    min-width: 0;
    margin: 0;
    color: #253850;
    font-size: 10px;
    font-weight: 600;
}

.mm-human-verification__answer .mm-input {
    width: 100%;
    min-height: 34px;
    padding-block: 6px;
    letter-spacing: 0.2em;
    font-variant-numeric: tabular-nums;
}

.mm-human-verification .mm-human-verification__confirmation {
    grid-column: 1 / -1;
    margin: 0;
    color: #526176;
    font-size: 10px;
    line-height: 1.35;
}

.mm-human-verification.is-refreshing {
    opacity: 0.65;
    pointer-events: none;
}

@media (max-width: 640px) {
    .mm-human-verification {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 8px;
    }

    .mm-human-verification__heading,
    .mm-human-verification .mm-human-verification__confirmation {
        grid-column: 1;
    }

    .mm-human-verification__challenge {
        justify-content: space-between;
    }
}

/* makmach-projects-v20260720 */
.mm-projects-index,
.mm-project-detail {
    background:
        radial-gradient(circle at 12% 5%, rgba(255, 92, 15, 0.06), transparent 24rem),
        linear-gradient(180deg, #f5f8fb 0%, #ffffff 34rem);
}

.mm-projects-hero {
    position: relative;
    min-height: clamp(18rem, 34vw, 24rem);
    overflow: hidden;
    background: #071c31;
    color: #ffffff;
}

.mm-projects-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-projects-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 19, 34, 0.92) 0%, rgba(4, 19, 34, 0.68) 50%, rgba(4, 19, 34, 0.28) 100%),
        radial-gradient(circle at 76% 20%, rgba(255, 92, 15, 0.22), transparent 17rem);
}

.mm-projects-hero__inner {
    position: relative;
    z-index: 1;
    width: min(72rem, calc(100% - 2rem));
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5.25rem) 0;
}

.mm-projects-hero .mm-breadcrumb,
.mm-projects-hero .mm-breadcrumb a {
    color: rgba(255, 255, 255, 0.78);
}

.mm-projects-hero .mm-eyebrow {
    color: #ff7a2f;
}

.mm-projects-hero h1 {
    max-width: 46rem;
    margin: 0.75rem 0 1rem;
    color: #ffffff;
    font-size: clamp(2rem, 4.8vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.mm-projects-hero p {
    max-width: 43rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.06rem;
    line-height: 1.75;
}

.mm-projects-hero__actions,
.mm-project-actions,
.mm-projects-empty__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.mm-projects-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    margin-top: -2.2rem;
    border: 1px solid rgba(12, 33, 56, 0.08);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.4rem 3rem rgba(7, 28, 49, 0.1);
}

.mm-projects-intro__content h2 {
    max-width: 47rem;
    margin: 0.45rem 0 0.7rem;
    color: #071c31;
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
    line-height: 1.18;
}

.mm-projects-intro__content p {
    max-width: 58rem;
    margin: 0;
    color: #526173;
    line-height: 1.7;
}

.mm-projects-intro__metric {
    min-width: 9rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(255, 92, 15, 0.18);
    border-radius: 1rem;
    background: #fff7f1;
    text-align: center;
}

.mm-projects-intro__metric strong {
    display: block;
    color: #ff5c0f;
    font-size: 2.25rem;
    line-height: 1;
}

.mm-projects-intro__metric span {
    display: block;
    margin-top: 0.35rem;
    color: #253247;
    font-weight: 700;
}

.mm-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.35rem);
}

.mm-project-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(12, 33, 56, 0.09);
    border-radius: 1.15rem;
    background: #ffffff;
    box-shadow: 0 1rem 2.25rem rgba(7, 28, 49, 0.08);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mm-project-card:hover {
    border-color: rgba(255, 92, 15, 0.3);
    box-shadow: 0 1.35rem 2.8rem rgba(7, 28, 49, 0.12);
    transform: translateY(-0.18rem);
}

.mm-project-card__media {
    position: relative;
    display: grid;
    min-height: 14rem;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    place-items: center;
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 92, 15, 0.13), transparent 8rem),
        linear-gradient(145deg, #edf3f8, #ffffff);
}

.mm-project-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.mm-project-card:hover .mm-project-card__media img {
    transform: scale(1.025);
}

.mm-project-card__placeholder {
    display: inline-grid;
    min-width: 7rem;
    min-height: 4rem;
    place-items: center;
    border: 1px solid rgba(255, 92, 15, 0.22);
    border-radius: 1rem;
    color: #ff5c0f;
    font-weight: 800;
}

.mm-project-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.2rem 1.25rem 0.35rem;
}

.mm-project-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
}

.mm-project-card__meta > span {
    border: 1px solid rgba(12, 33, 56, 0.08);
    border-radius: 999px;
    background: #f7fafc;
    color: #526173;
    font-size: 0.82rem;
    font-weight: 750;
    padding: 0.34rem 0.55rem;
}

.mm-project-card__body h3 {
    margin: 0.85rem 0 0.55rem;
    color: #071c31;
    font-size: 1.18rem;
    line-height: 1.25;
}

.mm-project-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.mm-project-card__body h3 a:hover {
    color: #ff5c0f;
}

.mm-project-card__body p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #5c6b7c;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mm-project-card__relations {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.8rem;
    color: #526173;
    font-size: 0.9rem;
}

.mm-project-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 1.15rem 1.25rem 1.25rem;
}

.mm-project-card__actions .mm-btn {
    min-height: 2.65rem;
    padding-inline: 0.85rem;
}

.mm-projects-empty {
    border: 1px dashed rgba(12, 33, 56, 0.18);
    border-radius: 1.15rem;
    background: #ffffff;
    padding: clamp(1.5rem, 4vw, 2.4rem);
    text-align: center;
}

.mm-projects-empty h2 {
    margin: 0 0 0.55rem;
    color: #071c31;
}

.mm-projects-empty p {
    margin: 0 auto;
    max-width: 38rem;
    color: #5c6b7c;
}

.mm-projects-empty__actions {
    justify-content: center;
}

.mm-project-detail__top {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
    gap: clamp(1.25rem, 3vw, 2.6rem);
    align-items: center;
}

.mm-project-summary h1 {
    margin: 1rem 0 0.9rem;
    color: #071c31;
    font-size: clamp(2rem, 4.2vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.mm-project-summary > p {
    max-width: 42rem;
    margin: 0;
    color: #526173;
    font-size: 1.06rem;
    line-height: 1.78;
}

.mm-project-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.mm-project-meta div {
    border: 1px solid rgba(12, 33, 56, 0.09);
    border-radius: 0.95rem;
    background: #ffffff;
    padding: 0.85rem 0.95rem;
}

.mm-project-meta span,
.mm-project-meta strong {
    display: block;
}

.mm-project-meta span {
    color: #6a788a;
    font-size: 0.8rem;
    font-weight: 750;
}

.mm-project-meta strong {
    margin-top: 0.25rem;
    color: #071c31;
    font-size: 0.98rem;
}

.mm-project-visual {
    min-width: 0;
}

.mm-project-gallery .mm-product-gallery__main {
    min-height: clamp(18rem, 33vw, 31rem);
    border-radius: 1.2rem;
}

.mm-project-gallery .mm-product-gallery__main img,
.mm-project-media-card img {
    object-fit: cover;
}

.mm-project-inquiry {
    display: grid;
    grid-template-columns: minmax(15rem, 0.62fr) minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    border: 1px solid rgba(12, 33, 56, 0.09);
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 10% 50%, rgba(255, 92, 15, 0.11), transparent 14rem),
        #ffffff;
    box-shadow: 0 1rem 2.5rem rgba(7, 28, 49, 0.08);
}

.mm-project-inquiry__head h2 {
    margin: 0.45rem 0 0.55rem;
    color: #071c31;
    font-size: clamp(1.35rem, 2.2vw, 1.95rem);
    line-height: 1.18;
}

.mm-project-inquiry__head p {
    margin: 0;
    color: #5c6b7c;
    line-height: 1.65;
}

.mm-project-inquiry .mm-mini-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mm-project-inquiry .mm-mini-form .mm-field--wide,
.mm-project-inquiry .mm-mini-form .mm-check,
.mm-project-inquiry .mm-mini-form .mm-form-status,
.mm-project-inquiry .mm-mini-form .mm-form-errors,
.mm-project-inquiry .mm-mini-form .mm-btn {
    grid-column: 1 / -1;
}

.mm-project-section-nav {
    display: flex;
    width: min(72rem, calc(100% - 2rem));
    margin: 0.25rem auto 1.5rem;
    gap: 0.6rem;
    overflow-x: auto;
    padding: 0.2rem 0 0.45rem;
}

.mm-project-section-nav a {
    flex: 0 0 auto;
    border: 1px solid rgba(12, 33, 56, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #253247;
    font-weight: 750;
    padding: 0.68rem 0.95rem;
    text-decoration: none;
}

.mm-project-section-nav a:hover,
.mm-project-section-nav a:focus-visible {
    border-color: rgba(255, 92, 15, 0.35);
    color: #ff5c0f;
}

.mm-project-content__grid {
    display: grid;
    gap: 1rem;
}

.mm-project-content__block {
    border: 1px solid rgba(12, 33, 56, 0.08);
    border-radius: 1.1rem;
    background: #ffffff;
    padding: clamp(1.2rem, 3vw, 1.8rem);
    box-shadow: 0 0.8rem 2rem rgba(7, 28, 49, 0.06);
    scroll-margin-top: 1.5rem;
}

.mm-project-content__block h2 {
    margin: 0 0 1rem;
    color: #071c31;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.mm-project-content .mm-rich-content {
    color: #3e4d5f;
}

.mm-project-content .mm-rich-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0;
    list-style: none;
}

.mm-project-content .mm-rich-content li {
    position: relative;
    border: 1px solid rgba(255, 92, 15, 0.14);
    border-radius: 0.9rem;
    background: #fffaf6;
    padding: 0.9rem 0.95rem 0.9rem 2.15rem;
}

.mm-project-content .mm-rich-content li::before {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: #ff5c0f;
    content: "";
}

.mm-project-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.mm-project-media-card {
    overflow: hidden;
    border: 1px solid rgba(12, 33, 56, 0.09);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 0.8rem 1.8rem rgba(7, 28, 49, 0.06);
}

.mm-project-media-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
}

.mm-project-documents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.mm-project-documents a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    border: 1px solid rgba(12, 33, 56, 0.1);
    border-radius: 1rem;
    background: #ffffff;
    padding: 1rem;
    color: #253247;
    text-decoration: none;
    box-shadow: 0 0.75rem 1.8rem rgba(7, 28, 49, 0.06);
}

.mm-project-documents a:hover {
    border-color: rgba(255, 92, 15, 0.32);
}

.mm-project-documents__icon {
    display: inline-grid;
    width: 3.1rem;
    height: 3.1rem;
    place-items: center;
    border-radius: 0.85rem;
    background: #fff0e7;
    color: #ff5c0f;
    font-weight: 900;
    font-size: 0.78rem;
}

.mm-project-documents strong,
.mm-project-documents small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mm-project-documents small,
.mm-project-documents em {
    color: #637388;
    font-style: normal;
    font-size: 0.86rem;
}

.mm-related-projects {
    border-top: 1px solid rgba(12, 33, 56, 0.08);
}

[dir="rtl"] .mm-projects-hero__overlay {
    background:
        linear-gradient(270deg, rgba(4, 19, 34, 0.92) 0%, rgba(4, 19, 34, 0.68) 50%, rgba(4, 19, 34, 0.28) 100%),
        radial-gradient(circle at 22% 20%, rgba(255, 92, 15, 0.22), transparent 17rem);
}

[dir="rtl"] .mm-project-content .mm-rich-content li {
    padding-right: 2.15rem;
    padding-left: 0.95rem;
}

[dir="rtl"] .mm-project-content .mm-rich-content li::before {
    right: 0.9rem;
    left: auto;
}

@media (max-width: 1024px) {
    .mm-projects-grid,
    .mm-project-media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-project-detail__top,
    .mm-project-inquiry {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mm-projects-intro,
    .mm-project-inquiry {
        grid-template-columns: 1fr;
    }

    .mm-projects-intro {
        margin-top: -1.2rem;
    }

    .mm-projects-intro__metric {
        justify-self: start;
        width: min(100%, 14rem);
    }

    .mm-project-meta,
    .mm-project-inquiry .mm-mini-form,
    .mm-project-content .mm-rich-content ul,
    .mm-project-documents {
        grid-template-columns: 1fr;
    }

    .mm-project-documents a {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .mm-project-documents em {
        grid-column: 2;
    }
}

@media (max-width: 640px) {
    .mm-projects-hero__inner {
        width: min(100% - 1rem, 72rem);
        padding-block: 2.4rem;
    }

    .mm-projects-grid,
    .mm-project-media-grid {
        grid-template-columns: 1fr;
    }

    .mm-project-actions .mm-btn,
    .mm-projects-hero__actions .mm-btn,
    .mm-project-card__actions .mm-btn,
    .mm-projects-empty__actions .mm-btn {
        width: 100%;
    }

    .mm-project-card__media {
        min-height: 12rem;
    }
}

/* MakMach frontend component system. Shared by optional Vite builds and the cPanel static asset copy. */
:root {
            color-scheme: light;
            --mm-orange: #f58220;
            --mm-orange-dark: #d7660f;
            --mm-green: #22c55e;
            --mm-green-dark: #159447;
            --mm-ink: #172033;
            --mm-dark: #121b2f;
            --mm-dark-soft: #1d2840;
            --mm-muted: #667085;
            --mm-line: #e5e7eb;
            --mm-soft: #f7f9fc;
            --mm-panel: #ffffff;
            --mm-radius: 14px;
            --mm-shadow: 0 18px 45px rgba(18, 27, 47, 0.12);
            --mm-container: min(1280px, calc(100% - 40px));
            --mm-header-height: 140px;
            --mm-header-compact-height: 76px;
            --mm-header-z: 50;
            --mm-header-bg: rgba(255, 255, 255, 0.96);
            --mm-header-safe-offset: var(--mm-header-height);
            --mm-header-sticky-gap: 18px;
            --mm-sticky-offset: calc(var(--mm-header-safe-offset) + var(--mm-header-sticky-gap));
            --mm-font-sans: "Segoe UI", Inter, Manrope, Roboto, Arial, ui-sans-serif, system-ui, sans-serif;
            --mm-font-reference: "Inter Variable", Inter, "Segoe UI", Arial, ui-sans-serif, system-ui, sans-serif;
        }

        html.mm-is-scrolled {
            --mm-header-safe-offset: var(--mm-header-compact-height);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            scroll-padding-top: var(--mm-sticky-offset);
        }

        body {
            margin: 0;
            min-width: 320px;
            overflow-x: clip;
            font-family: var(--mm-font-sans);
            font-size: 16px;
            color: var(--mm-ink);
            background:
                radial-gradient(circle at 18% 0%, rgba(245, 130, 32, 0.08), transparent 28%),
                linear-gradient(180deg, #f9fbfd 0%, var(--mm-soft) 42%, #ffffff 100%);
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        body.is-locked {
            overflow: hidden;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        img,
        picture {
            display: block;
            max-width: 100%;
        }

        button,
        input,
        textarea,
        select {
            font: inherit;
        }

        :focus-visible {
            outline: 3px solid rgba(245, 130, 32, 0.45);
            outline-offset: 3px;
        }

        .front-shell {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        .front-main {
            flex: 1;
            position: relative;
            z-index: 1;
        }

        .mm-header-overlay .mm-header-wrap--overlay {
            margin-bottom: calc(-1 * var(--mm-header-height));
        }

        .mm-home-page .front-main {
            z-index: 0;
        }

        .mm-container {
            width: var(--mm-container);
            margin-inline: auto;
        }

        .front-main :where(section, article, [id]) {
            scroll-margin-top: var(--mm-sticky-offset);
        }

        .mm-header-wrap {
            position: sticky;
            top: 0;
            z-index: var(--mm-header-z);
            padding: 0 0 12px;
            isolation: isolate;
            pointer-events: none;
            transition: padding 180ms ease, filter 180ms ease;
        }

        .mm-topbar {
            width: 100%;
            margin: 0 0 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 9px max(16px, calc((100vw - 1180px) / 2));
            border-radius: 0;
            color: rgba(255, 255, 255, 0.88);
            background: linear-gradient(90deg, #071426 0%, #0e1d33 100%);
            pointer-events: auto;
            max-height: 48px;
            overflow: hidden;
            transition: max-height 180ms ease, margin 180ms ease, padding 180ms ease, opacity 160ms ease, transform 180ms ease;
        }

        .mm-topbar a {
            color: inherit;
        }

        .mm-topbar__links,
        .mm-topbar__meta {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            font-size: 13px;
            font-weight: 500;
        }

        .mm-inline-contact {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            min-width: 0;
            overflow-wrap: anywhere;
        }

        .mm-inline-icon,
        .mm-btn__icon {
            display: inline-grid;
            flex: 0 0 auto;
            width: 1.25em;
            place-items: center;
            line-height: 1;
        }

        .mm-whatsapp-logo {
            display: block;
            width: 1.15em;
            height: 1.15em;
            color: var(--mm-green);
        }

        .mm-btn--whatsapp .mm-whatsapp-logo,
        .mm-icon-action--wa .mm-whatsapp-logo,
        .mm-floating-wa .mm-whatsapp-logo {
            color: currentColor;
        }

        .mm-header {
            width: var(--mm-container);
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 18px;
            padding: 13px 16px;
            border: 1px solid rgba(229, 231, 235, 0.82);
            border-radius: 24px;
            background: var(--mm-header-bg);
            box-shadow: 0 16px 38px rgba(18, 27, 47, 0.1);
            backdrop-filter: blur(16px);
            pointer-events: auto;
            transition: padding 180ms ease, border-radius 180ms ease, box-shadow 180ms ease, background 180ms ease;
        }

        .mm-brand {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            min-width: max-content;
            font-weight: 900;
            letter-spacing: 0;
        }

        .mm-brand img {
            width: clamp(170px, 14vw, 190px);
            max-width: 190px;
            max-height: 48px;
            object-fit: contain;
            flex: 0 0 auto;
            transition: max-height 180ms ease;
        }

        .mm-brand__logo {
            display: block;
            line-height: 1;
            color: var(--mm-dark);
            font-size: 42px;
            font-weight: 900;
            transition: font-size 180ms ease;
        }

        .mm-brand__logo strong {
            color: var(--mm-orange);
            font-weight: 900;
        }

        .mm-brand__logo small {
            display: block;
            margin-top: 4px;
            color: var(--mm-muted);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.01em;
            transition: opacity 160ms ease, margin 160ms ease, font-size 160ms ease;
        }

        .mm-brand__mark {
            display: grid;
            width: 42px;
            height: 42px;
            place-items: center;
            border-radius: 14px;
            color: #fff;
            background: var(--mm-orange);
            font-weight: 900;
        }

        .mm-nav {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
        }

        .mm-nav__item {
            position: relative;
        }

        .mm-nav__link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            min-height: 42px;
            padding: 0 13px;
            border-radius: 999px;
            color: var(--mm-ink);
            font-size: 14.5px;
            font-weight: 600;
            line-height: 1.15;
            letter-spacing: 0;
            transition: min-height 180ms ease, padding 180ms ease, font-size 180ms ease, background 160ms ease, color 160ms ease;
        }

        .mm-nav__item:hover > .mm-nav__link,
        .mm-nav__link:focus-visible {
            color: var(--mm-orange-dark);
            background: #fff3e8;
        }

        .mm-nav__children {
            position: absolute;
            inset-inline-start: 0;
            top: calc(100% + 10px);
            min-width: 230px;
            padding: 10px;
            border: 1px solid var(--mm-line);
            border-radius: 18px;
            background: #fff;
            box-shadow: var(--mm-shadow);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-4px);
            transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
        }

        .mm-nav__item:hover .mm-nav__children,
        .mm-nav__item:focus-within .mm-nav__children {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .mm-nav__children a {
            display: block;
            padding: 10px 12px;
            border-radius: 12px;
            color: var(--mm-ink);
            font-size: 14px;
            font-weight: 600;
            line-height: 1.35;
        }

        .mm-nav__children a:hover,
        .mm-nav__children a:focus-visible {
            color: var(--mm-orange-dark);
            background: #fff3e8;
        }

        .mm-header__actions {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .mm-icon-action,
        .mm-mobile-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border: 1px solid var(--mm-line);
            border-radius: 12px;
            color: var(--mm-ink);
            background: #fff;
            cursor: pointer;
            font-size: 11px;
            font-weight: 800;
            transition: width 180ms ease, height 180ms ease, border-radius 180ms ease, background 160ms ease, color 160ms ease;
        }

        .mm-icon-action--wa {
            color: #fff;
            border-color: var(--mm-green);
            background: var(--mm-green);
        }

        .mm-icon-action span {
            font-size: 17px;
            line-height: 1;
        }

        .mm-icon-action .mm-whatsapp-logo {
            width: 20px;
            height: 20px;
        }

        .mm-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 44px;
            padding: 0 14px 0 18px;
            border: 1px solid transparent;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.15;
            cursor: pointer;
            transition: min-height 180ms ease, padding 180ms ease, transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
        }

        .mm-header-wrap.is-scrolled {
            padding-bottom: 8px;
        }

        .mm-header-wrap.is-scrolled .mm-topbar {
            max-height: 0;
            margin-bottom: 6px;
            padding-top: 0;
            padding-bottom: 0;
            opacity: 0;
            transform: translateY(-8px);
            pointer-events: none;
        }

        .mm-header-wrap.is-scrolled .mm-header {
            padding: 8px 14px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 12px 30px rgba(18, 27, 47, 0.12);
        }

        .mm-header-wrap.is-scrolled .mm-brand img {
            width: clamp(145px, 12vw, 162px);
            max-width: 162px;
            max-height: 42px;
        }

        .mm-header-wrap.is-scrolled .mm-brand__logo {
            font-size: 30px;
        }

        .mm-header-wrap.is-scrolled .mm-brand__logo small {
            margin-top: 1px;
            opacity: 0;
            font-size: 0;
        }

        .mm-header-wrap.is-scrolled .mm-nav__link {
            min-height: 36px;
            padding-inline: 10px;
            font-size: 13.5px;
        }

        .mm-header-wrap.is-scrolled .mm-icon-action,
        .mm-header-wrap.is-scrolled .mm-mobile-toggle {
            width: 38px;
            height: 38px;
            border-radius: 10px;
        }

        .mm-header-wrap.is-scrolled .mm-btn {
            min-height: 38px;
            padding-inline: 14px;
        }

        .mm-home-page:not(.mm-is-scrolled) .mm-header-wrap--overlay .mm-header {
            background: rgba(255, 255, 255, 0.93);
            box-shadow: 0 18px 46px rgba(7, 20, 38, 0.16);
        }

        .mm-btn__arrow {
            display: inline-grid;
            width: 24px;
            height: 24px;
            place-items: center;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.18);
            font-size: 13px;
            line-height: 1;
        }

        .mm-btn__icon {
            font-size: 1.05em;
        }

        .mm-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 12px 28px rgba(18, 27, 47, 0.13);
        }

        .mm-btn--primary {
            color: #fff;
            background: var(--mm-orange);
        }

        .mm-btn--secondary {
            color: #fff;
            background: var(--mm-dark);
        }

        .mm-btn--outline {
            color: var(--mm-ink);
            border-color: var(--mm-line);
            background: #fff;
        }

        .mm-btn--outline .mm-btn__arrow,
        .mm-btn--secondary .mm-btn__arrow {
            color: var(--mm-ink);
            background: #eef2f7;
        }

        .mm-btn--whatsapp {
            color: #fff;
            background: var(--mm-green);
        }

        .mm-mobile-toggle {
            display: none;
        }

        .mm-mobile-menu {
            position: fixed;
            inset: 0;
            z-index: 80;
            display: none;
            padding: 18px;
            background: rgba(18, 27, 47, 0.68);
        }

        .mm-mobile-menu.is-open {
            display: block;
        }

        .mm-mobile-menu__panel {
            width: min(420px, 100%);
            margin-inline-start: auto;
            padding: 18px;
            border-radius: 24px;
            background: #fff;
            box-shadow: var(--mm-shadow);
        }

        .mm-mobile-menu__head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 18px;
        }

        .mm-mobile-menu__close {
            width: 40px;
            height: 40px;
            border: 0;
            border-radius: 999px;
            background: var(--mm-soft);
            cursor: pointer;
        }

        .mm-mobile-menu__nav a {
            display: flex;
            align-items: center;
            gap: 7px;
            padding: 13px 10px;
            border-bottom: 1px solid var(--mm-line);
            font-weight: 650;
            line-height: 1.35;
        }

        .mm-mobile-menu__actions {
            display: grid;
            gap: 10px;
            margin-top: 18px;
        }

        .mm-mobile-menu__contact {
            display: grid;
            gap: 8px;
            padding-top: 8px;
            color: var(--mm-muted);
            font-size: 14px;
            font-weight: 800;
        }

        .mm-lang-switcher {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 2px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 999px;
        }

        .mm-lang-switcher__link {
            display: inline-flex;
            min-width: 0;
            height: 28px;
            align-items: center;
            justify-content: center;
            gap: 5px;
            padding: 0 7px;
            border-radius: 999px;
            border: 1px solid transparent;
            line-height: 1;
            color: currentColor;
            transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
        }

        .mm-lang-switcher__link:hover,
        .mm-lang-switcher__link:focus-visible {
            transform: translateY(-1px);
            border-color: rgba(255, 255, 255, 0.34);
            background: rgba(255, 255, 255, 0.1);
        }

        .mm-lang-switcher__link.is-active {
            color: var(--mm-dark);
            border-color: #fff;
            background: #fff;
        }

        .mm-lang-switcher__flag {
            display: inline-grid;
            flex: 0 0 auto;
            width: 16px;
            height: 16px;
            place-items: center;
            line-height: 1;
            overflow: visible;
        }

        .mm-lang-switcher__svg {
            display: block;
            flex: 0 0 auto;
            width: 16px;
            height: 16px;
            border-radius: 999px;
            object-fit: cover;
            box-shadow: 0 0 0 1px rgba(23, 32, 51, 0.08);
        }

        .mm-lang-switcher__svg--fallback {
            display: inline-grid;
            place-items: center;
            color: #1d4ed8;
            background: #eff6ff;
            font-size: 7px;
            font-weight: 900;
            letter-spacing: -0.02em;
        }

        .mm-lang-switcher__code {
            color: currentColor;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.04em;
            line-height: 1;
        }

        .mm-mobile-menu__actions .mm-lang-switcher {
            justify-self: start;
            border-color: var(--mm-line);
            background: var(--mm-soft);
        }

        .mm-mobile-menu__actions .mm-lang-switcher__link {
            min-width: 46px;
            height: 36px;
            padding-inline: 8px;
            background: #fff;
        }

        .mm-mobile-menu__actions .mm-lang-switcher__link:hover,
        .mm-mobile-menu__actions .mm-lang-switcher__link:focus-visible,
        .mm-mobile-menu__actions .mm-lang-switcher__link.is-active {
            border-color: rgba(245, 130, 32, 0.45);
            background: #fff7ed;
        }

        .mm-mobile-menu__actions .mm-lang-switcher__flag {
            width: 18px;
            height: 18px;
        }

        .mm-mobile-menu__actions .mm-lang-switcher__svg {
            width: 18px;
            height: 18px;
        }

        .mm-hero {
            position: relative;
            overflow: hidden;
            min-height: clamp(500px, 68vh, 690px);
            margin-top: 0;
            color: #fff;
            background: var(--mm-dark);
        }

        .mm-home-page .mm-hero {
            min-height: clamp(540px, 74vh, 720px);
        }

        .mm-hero__slide {
            position: absolute;
            inset: 0;
            display: none;
        }

        .mm-hero__slide.is-active {
            display: block;
        }

        .mm-hero__media,
        .mm-hero__media img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .mm-hero__fallback {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 76% 20%, rgba(245, 130, 32, 0.22), transparent 32%),
                linear-gradient(135deg, #121b2f 0%, #1e2a44 54%, #172033 100%);
        }

        .mm-hero__overlay {
            position: absolute;
            inset: 0;
            opacity: var(--mm-hero-overlay-opacity, 1);
            background:
                linear-gradient(90deg, rgba(18, 27, 47, 0.92) 0%, rgba(18, 27, 47, 0.68) 48%, rgba(18, 27, 47, 0.18) 100%);
        }

        .mm-hero__content {
            position: relative;
            z-index: 2;
            width: var(--mm-container);
            min-height: clamp(500px, 68vh, 690px);
            margin-inline: auto;
            display: grid;
            align-content: center;
            gap: 24px;
            padding: clamp(64px, 8vw, 92px) 0 70px;
        }

        .mm-home-page .mm-hero__content {
            min-height: clamp(540px, 74vh, 720px);
            padding-top: max(clamp(64px, 8vw, 92px), calc(var(--mm-header-compact-height) + 24px));
        }

        .mm-eyebrow {
            display: inline-flex;
            width: fit-content;
            align-items: center;
            gap: 8px;
            padding: 7px 12px;
            border-radius: 999px;
            color: var(--mm-orange);
            background: rgba(245, 130, 32, 0.12);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.02em;
            text-transform: uppercase;
        }

        .mm-hero h1 {
            max-width: 840px;
            margin: 0;
            font-size: clamp(34px, 5.6vw, 58px);
            line-height: 1.08;
            letter-spacing: 0;
        }

        .mm-hero p {
            max-width: 680px;
            margin: 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: clamp(17px, 2.2vw, 22px);
            line-height: 1.6;
        }

        .mm-hero__actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .mm-hero__dots {
            position: absolute;
            z-index: 4;
            inset-inline-start: 50%;
            bottom: 28px;
            display: flex;
            gap: 8px;
            transform: translateX(-50%);
        }

        .mm-hero__dot {
            width: 10px;
            height: 10px;
            border: 0;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.42);
            cursor: pointer;
        }

        .mm-hero__dot.is-active {
            width: 34px;
            background: var(--mm-orange);
        }

        .mm-quick-panel {
            position: relative;
            z-index: 5;
            width: var(--mm-container);
            margin: -34px auto 0;
            display: grid;
            grid-template-columns: 1fr minmax(320px, 420px);
            gap: 18px;
            align-items: stretch;
            padding: 18px;
            border: 1px solid var(--mm-line);
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.96);
            box-shadow: 0 18px 45px rgba(18, 27, 47, 0.1);
        }

        .mm-quick-card,
        .mm-card,
        .mm-section {
            border: 1px solid var(--mm-line);
            border-radius: var(--mm-radius);
            background: var(--mm-panel);
            box-shadow: 0 14px 40px rgba(18, 27, 47, 0.08);
        }

        .mm-quick-card {
            padding: clamp(18px, 3vw, 28px);
            border: 0;
            box-shadow: none;
        }

        .mm-quick-card h2,
        .mm-section-heading h2 {
            margin: 0;
            font-size: clamp(26px, 4vw, 42px);
            line-height: 1.1;
        }

        .mm-quick-card p,
        .mm-section-heading p,
        .mm-card p,
        .mm-feature p,
        .mm-stat p {
            color: var(--mm-muted);
            line-height: 1.6;
        }

        .mm-mini-form {
            display: grid;
            gap: 10px;
            padding: 18px;
        }

        .mm-field {
            display: grid;
            gap: 6px;
        }

        .mm-field label {
            font-size: 13px;
            font-weight: 800;
        }

        .mm-input,
        .mm-textarea {
            width: 100%;
            border: 1px solid var(--mm-line);
            border-radius: 10px;
            background: #fbfcfe;
            color: var(--mm-ink);
        }

        .mm-input {
            min-height: 44px;
            padding: 0 13px;
        }

        .mm-textarea {
            min-height: 94px;
            padding: 12px 13px;
            resize: vertical;
        }

        .mm-check {
            display: flex;
            gap: 8px;
            align-items: flex-start;
            color: var(--mm-muted);
            font-size: 13px;
            line-height: 1.45;
        }

        .mm-form-errors {
            display: grid;
            gap: 6px;
            margin: 0;
            padding: 12px 14px;
            border: 1px solid #fed7aa;
            border-radius: 14px;
            color: #9a3412;
            background: #fff7ed;
            font-size: 13px;
        }

        .mm-form-status {
            display: grid;
            gap: 6px;
            margin: 0;
            padding: 12px 14px;
            border: 1px solid rgba(34, 197, 94, 0.24);
            border-radius: 14px;
            color: #166534;
            background: #f0fdf4;
            font-size: 13px;
            line-height: 1.45;
        }

        .mm-form-status[hidden],
        .mm-form-errors[hidden] {
            display: none;
        }

        .mm-honeypot {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            opacity: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            clip-path: inset(50%);
            white-space: nowrap;
            pointer-events: none;
        }

        .mm-quote-modal[hidden] {
            display: none;
        }

        .mm-quote-modal {
            position: fixed;
            inset: 0;
            z-index: 120;
            display: grid;
            place-items: center;
            padding: clamp(14px, 4vw, 34px);
        }

        .mm-quote-modal__overlay {
            position: absolute;
            inset: 0;
            background: rgba(7, 20, 38, 0.68);
            backdrop-filter: blur(8px);
        }

        .mm-quote-modal__dialog {
            position: relative;
            z-index: 1;
            width: min(720px, 100%);
            max-height: min(90vh, 860px);
            overflow-y: auto;
            padding: clamp(20px, 4vw, 30px);
            border: 1px solid rgba(229, 231, 235, 0.92);
            border-radius: 24px;
            background: #fff;
            box-shadow: 0 28px 90px rgba(7, 20, 38, 0.32);
        }

        .mm-quote-modal__close {
            position: absolute;
            inset-block-start: 16px;
            inset-inline-end: 16px;
            display: inline-grid;
            width: 40px;
            height: 40px;
            place-items: center;
            border: 1px solid var(--mm-line);
            border-radius: 999px;
            color: var(--mm-ink);
            background: #fff;
            cursor: pointer;
            font-size: 18px;
            font-weight: 900;
        }

        .mm-quote-modal__head {
            display: grid;
            gap: 10px;
            max-width: 560px;
            padding-inline-end: 48px;
            margin-bottom: 18px;
        }

        .mm-quote-modal__head h2,
        .mm-quote-modal__head p {
            margin: 0;
        }

        .mm-quote-modal__head h2 {
            font-size: clamp(26px, 4vw, 36px);
            line-height: 1.12;
        }

        .mm-quote-modal__head p {
            color: var(--mm-muted);
            line-height: 1.6;
        }

        .mm-quote-modal-form {
            display: grid;
            gap: 14px;
        }

        .mm-quote-modal__fields {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }

        .mm-field--wide,
        .mm-quote-modal__submit,
        .mm-quote-modal__notice,
        .mm-quote-modal__success,
        .mm-quote-modal-form .mm-form-errors {
            grid-column: 1 / -1;
        }

        .mm-quote-modal__notice,
        .mm-quote-modal__success {
            padding: 14px 16px;
            border-radius: 16px;
            line-height: 1.55;
        }

        .mm-quote-modal__success {
            border: 1px solid rgba(34, 197, 94, 0.24);
            color: #166534;
            background: #f0fdf4;
        }

        .mm-quote-modal__success strong,
        .mm-quote-modal__success p {
            margin: 0;
        }

        .mm-quote-modal__success p + p {
            margin-top: 8px;
        }

        .mm-quote-modal__submit {
            width: fit-content;
        }

        .mm-quote-modal__submit.is-loading {
            opacity: 0.72;
            cursor: wait;
        }

        .mm-mini-form .mm-btn.is-loading {
            opacity: 0.72;
            cursor: wait;
        }

        .mm-section {
            width: var(--mm-container);
            margin: 46px auto 0;
            padding: clamp(22px, 4vw, 36px);
        }

        .mm-section--compact {
            width: auto;
            margin: 0;
        }

        .mm-section--dark {
            color: #fff;
            border-color: transparent;
            background: linear-gradient(135deg, var(--mm-dark), var(--mm-dark-soft));
        }

        .mm-section--dark .mm-section-heading p,
        .mm-section--dark .mm-card p,
        .mm-section--dark .mm-feature p,
        .mm-section--dark .mm-stat p {
            color: rgba(255, 255, 255, 0.74);
        }

        .mm-section-heading {
            display: grid;
            gap: 12px;
            margin-bottom: 24px;
        }

        .mm-section-heading__top {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 18px;
        }

        .mm-section-heading__copy {
            display: grid;
            gap: 10px;
            max-width: 740px;
        }

        .mm-section-heading__copy > * {
            margin: 0;
        }

        .mm-grid {
            display: grid;
            gap: 18px;
        }

        .mm-grid--cards {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }

        .mm-grid--stats {
            grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        }

        .mm-grid--spaced {
            margin-top: 18px;
        }

        .mm-card {
            overflow: hidden;
            display: flex;
            min-height: 100%;
            flex-direction: column;
            transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
        }

        .mm-card:hover {
            transform: translateY(-3px);
            border-color: rgba(245, 130, 32, 0.24);
            box-shadow: 0 18px 42px rgba(18, 27, 47, 0.12);
        }

        .mm-card__media {
            overflow: hidden;
            aspect-ratio: 16 / 11;
            background: linear-gradient(135deg, #eef1f5, #f8fafc);
        }

        .mm-card__media--fallback {
            display: grid;
            place-items: center;
            color: var(--mm-orange);
            font-size: 22px;
            font-weight: 900;
        }

        .mm-card__media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 220ms ease;
        }

        .mm-card:hover .mm-card__media img {
            transform: scale(1.04);
        }

        .mm-media-toolbar {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 22px;
        }

        .mm-media-filter {
            display: inline-flex;
            min-height: 40px;
            align-items: center;
            justify-content: center;
            padding: 0 16px;
            border: 1px solid var(--mm-line);
            border-radius: 999px;
            color: var(--mm-ink);
            background: #fff;
            font-size: 14px;
            font-weight: 800;
            transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
        }

        .mm-media-filter:hover,
        .mm-media-filter:focus-visible,
        .mm-media-filter.is-active {
            color: #fff;
            border-color: var(--mm-orange);
            background: var(--mm-orange);
        }

        .mm-media-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 18px;
        }

        .mm-media-card__frame {
            overflow: hidden;
            position: relative;
            aspect-ratio: 16 / 9;
            background: linear-gradient(135deg, #111827, #1f2937);
        }

        .mm-media-card__frame iframe,
        .mm-media-card__frame img,
        .mm-media-card__frame .mm-card__media {
            width: 100%;
            height: 100%;
            border: 0;
        }

        .mm-media-card__frame img {
            object-fit: cover;
        }

        .mm-card__body {
            display: grid;
            gap: 11px;
            padding: 18px;
        }

        .mm-card__meta,
        .mm-card__actions {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
        }

        .mm-card__meta {
            color: var(--mm-muted);
            font-size: 13px;
            font-weight: 800;
        }

        .mm-card__actions .mm-btn {
            min-height: 38px;
            padding-inline: 13px;
            font-size: 13px;
        }

        .mm-card h3,
        .mm-feature h3 {
            margin: 0;
            font-size: 19px;
            line-height: 1.25;
            overflow-wrap: anywhere;
        }

        .mm-card p {
            margin: 0;
            overflow-wrap: anywhere;
        }

        .mm-card__link {
            margin-top: auto;
            color: var(--mm-orange-dark);
            font-weight: 900;
        }

        .mm-badge {
            display: inline-flex;
            width: fit-content;
            align-items: center;
            gap: 6px;
            padding: 6px 10px;
            border-radius: 999px;
            color: var(--mm-orange-dark);
            background: #fff3e8;
            font-size: 12px;
            font-weight: 900;
        }

        .mm-feature {
            display: grid;
            gap: 12px;
            padding: 22px;
            border: 1px solid var(--mm-line);
            border-radius: 20px;
            background: #fff;
        }

        .mm-feature__icon {
            display: grid;
            width: 48px;
            height: 48px;
            place-items: center;
            border-radius: 16px;
            color: #fff;
            background: var(--mm-orange);
            font-weight: 900;
        }

        .mm-stat {
            display: grid;
            gap: 6px;
            padding: 22px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.08);
        }

        .mm-stat strong {
            color: var(--mm-orange);
            font-size: clamp(30px, 5vw, 48px);
            line-height: 1;
        }

        .mm-cta-band {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 18px;
            align-items: center;
            padding: clamp(24px, 5vw, 44px);
            border-radius: var(--mm-radius);
            color: #fff;
            background:
                radial-gradient(circle at 85% 20%, rgba(245, 130, 32, 0.25), transparent 34%),
                linear-gradient(135deg, var(--mm-dark), var(--mm-dark-soft));
        }

        .mm-cta-band h2 {
            margin: 0 0 10px;
            font-size: clamp(26px, 4vw, 42px);
        }

        .mm-cta-band p {
            max-width: 680px;
            margin: 0;
            color: rgba(255, 255, 255, 0.76);
            line-height: 1.6;
        }

        .mm-empty {
            padding: 28px;
            border: 1px dashed var(--mm-line);
            border-radius: 18px;
            color: var(--mm-muted);
            background: #fff;
        }

        .mm-catalog-hero {
            margin-top: 0;
            padding: clamp(54px, 8vw, 86px) 0 52px;
            color: var(--mm-ink);
            background:
                radial-gradient(circle at 86% 18%, rgba(245, 130, 32, 0.18), transparent 30%),
                linear-gradient(135deg, #ffffff 0%, #edf4fb 62%, #dfeaf5 100%);
        }

        .mm-catalog-hero__inner {
            width: var(--mm-container);
            margin-inline: auto;
            display: grid;
            gap: 20px;
        }

        .mm-catalog-hero h1 {
            max-width: 860px;
            margin: 0;
            font-size: clamp(34px, 6vw, 64px);
            line-height: 1.02;
        }

        .mm-catalog-hero p {
            max-width: 760px;
            margin: 0;
            color: var(--mm-muted);
            font-size: clamp(16px, 2vw, 20px);
            line-height: 1.65;
        }

        .mm-catalog-layout {
            width: var(--mm-container);
            margin: 34px auto 0;
            display: grid;
            grid-template-columns: 290px 1fr;
            gap: 22px;
            align-items: start;
        }

        .mm-product-breadcrumb-band {
            width: var(--mm-container);
            margin: 28px auto 0;
        }

        .mm-product-breadcrumb-band__inner {
            padding: 12px 0;
        }

        .mm-filter-panel {
            position: sticky;
            top: var(--mm-sticky-offset);
            padding: 18px;
            border: 1px solid var(--mm-line);
            border-radius: var(--mm-radius);
            background: #fff;
            box-shadow: 0 14px 40px rgba(18, 27, 47, 0.08);
        }

        .mm-filter-panel__toggle {
            display: none;
            width: 100%;
            min-height: 44px;
            border: 1px solid var(--mm-line);
            border-radius: 999px;
            background: #fff;
            font-weight: 900;
            cursor: pointer;
        }

        .mm-filter-panel__form {
            display: grid;
            gap: 14px;
        }

        .mm-filter-panel__reset {
            color: var(--mm-muted);
            font-size: 13px;
            font-weight: 800;
            text-align: center;
        }

        .mm-catalog-content {
            display: grid;
            gap: 28px;
        }

        .mm-catalog-toolbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            color: var(--mm-muted);
            font-size: 14px;
            font-weight: 800;
        }

        .mm-rich-content {
            color: var(--mm-ink);
            line-height: 1.75;
            overflow-wrap: anywhere;
        }

        .mm-rich-content :first-child {
            margin-top: 0;
        }

        .mm-rich-content :last-child {
            margin-bottom: 0;
        }

        .mm-rich-content h2,
        .mm-rich-content h3,
        .mm-rich-content h4 {
            margin: 1.35em 0 0.55em;
            line-height: 1.2;
        }

        .mm-rich-content p,
        .mm-rich-content ul,
        .mm-rich-content ol,
        .mm-rich-content blockquote,
        .mm-rich-content table {
            margin: 0 0 1em;
        }

        .mm-rich-content ul,
        .mm-rich-content ol {
            padding-inline-start: 1.35rem;
        }

        .mm-rich-content blockquote {
            padding: 14px 18px;
            border-inline-start: 4px solid var(--mm-orange);
            border-radius: 14px;
            background: #fff7ed;
            color: var(--mm-ink);
        }

        .mm-rich-content img {
            height: auto;
            max-width: 100%;
            border-radius: 14px;
        }

        .mm-rich-content iframe {
            width: 100%;
            max-width: 100%;
            aspect-ratio: 16 / 9;
            border: 0;
            border-radius: 14px;
        }

        .mm-rich-content table {
            display: block;
            width: 100%;
            max-width: 100%;
            overflow-x: auto;
            border-collapse: collapse;
        }

        .mm-rich-content th,
        .mm-rich-content td {
            padding: 10px;
            border: 1px solid var(--mm-line);
        }

        .mm-page-section {
            margin-top: 32px;
        }

        .mm-page-card,
        .mm-contact-panel {
            padding: clamp(22px, 4vw, 34px);
            border: 1px solid var(--mm-line);
            border-radius: var(--mm-radius);
            background: #fff;
            box-shadow: 0 14px 40px rgba(18, 27, 47, 0.08);
        }

        .mm-contact-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
            gap: 24px;
            align-items: start;
        }

        .mm-contact-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 22px;
        }

        .mm-contact-list .mm-inline-contact {
            padding: 10px 12px;
            border: 1px solid var(--mm-line);
            border-radius: 999px;
            background: var(--mm-soft);
            color: var(--mm-ink);
            font-weight: 800;
        }

        .mm-contact-panel {
            position: sticky;
            top: var(--mm-sticky-offset);
            display: grid;
            gap: 14px;
        }

        .mm-contact-panel h2 {
            margin: 0;
            font-size: clamp(24px, 3vw, 34px);
        }

.mm-contact-panel p {
    margin: 0;
    color: var(--mm-muted);
    line-height: 1.65;
}
/* makmach-contact-page-v20260803 */
.mm-contact-page {
    display: grid;
    gap: clamp(24px, 3vw, 38px);
    padding-bottom: clamp(44px, 6vw, 78px);
}

.mm-contact-intro {
    max-width: 760px;
}

.mm-contact-intro .mm-eyebrow {
    color: var(--mm-orange);
}

.mm-contact-intro h2,
.mm-contact-map__head h2 {
    margin: 7px 0 10px;
    color: var(--mm-ink);
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.12;
}

.mm-contact-intro p,
.mm-contact-map__head p {
    margin: 0;
    color: var(--mm-muted);
    line-height: 1.7;
}

.mm-contact-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mm-contact-channel-card {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 92px;
    padding: 17px 18px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: var(--mm-ink);
    box-shadow: 0 9px 24px rgba(16, 33, 58, 0.06);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mm-contact-channel-card:hover,
.mm-contact-channel-card:focus-visible {
    border-color: rgba(255, 92, 15, 0.45);
    box-shadow: 0 14px 30px rgba(16, 33, 58, 0.11);
    transform: translateY(-2px);
}

.mm-contact-channel-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: #fff2e9;
    color: var(--mm-orange);
}

.mm-contact-channel-card__icon svg,
.mm-contact-channel-card__icon .mm-contact-line-icon,
.mm-contact-channel-card__icon .mm-whatsapp-logo,
.mm-contact-channel-card__icon .mm-channel-icon {
    display: block;
    width: 23px;
    height: 23px;
}

.mm-contact-channel-card--whatsapp .mm-contact-channel-card__icon {
    background: #eaf9ef;
    color: #1eaa55;
}

.mm-contact-channel-card--viber .mm-contact-channel-card__icon {
    background: #f1edff;
    color: #6f4acb;
}

.mm-contact-channel-card--telegram .mm-contact-channel-card__icon {
    background: #eaf7ff;
    color: #188dcc;
}

.mm-contact-channel-card__copy {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.mm-contact-channel-card__copy small {
    color: #7a8798;
    font-size: 12px;
    font-weight: 700;
}

.mm-contact-channel-card__copy strong {
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mm-contact-channel-card__arrow {
    color: var(--mm-orange);
    font-size: 18px;
}

.mm-contact-layout--complete {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
    gap: 22px;
}

.mm-contact-overview {
    display: grid;
    align-content: start;
    gap: 24px;
}

.mm-contact-address {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.mm-contact-address__icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: #fff2e9;
    color: var(--mm-orange);
}

.mm-contact-address__icon svg {
    width: 22px;
    height: 22px;
}

.mm-contact-address div {
    display: grid;
    gap: 5px;
}

.mm-contact-address small {
    color: #7a8798;
    font-size: 12px;
    font-weight: 700;
}

.mm-contact-address strong {
    color: var(--mm-ink);
    font-size: 15px;
    line-height: 1.55;
}

.mm-contact-overview > .mm-rich-content {
    color: var(--mm-muted);
    line-height: 1.75;
}

.mm-contact-social {
    display: grid;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.mm-contact-social > span {
    color: var(--mm-ink);
    font-size: 13px;
    font-weight: 800;
}

.mm-contact-social__links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mm-contact-social__links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid #dce3eb;
    border-radius: 8px;
    color: #3d4a5d;
    font-size: 13px;
    font-weight: 700;
}

.mm-contact-social__links a:hover,
.mm-contact-social__links a:focus-visible {
    border-color: var(--mm-orange);
    color: var(--mm-orange);
}

.mm-contact-social__links a span {
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    background: #10213a;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.mm-contact-layout--complete .mm-contact-panel {
    top: var(--mm-sticky-offset);
    border-top: 3px solid var(--mm-orange);
    border-radius: 12px;
}

.mm-contact-map {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 33, 58, 0.07);
}

.mm-contact-map__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(22px, 3vw, 34px);
}

.mm-contact-map__head > div {
    max-width: 680px;
}

.mm-contact-map__head .mm-eyebrow {
    color: var(--mm-orange);
}

.mm-contact-map__head > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid var(--mm-orange);
    border-radius: 8px;
    color: var(--mm-orange);
    font-size: 13px;
    font-weight: 800;
}

.mm-contact-map__head > a:hover,
.mm-contact-map__head > a:focus-visible {
    background: var(--mm-orange);
    color: #fff;
}

.mm-contact-map__frame {
    position: relative;
    min-height: 390px;
    border-top: 1px solid #e2e8f0;
    background: #eef2f6;
}

.mm-contact-map__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

[dir="rtl"] .mm-contact-channel-card__arrow {
    transform: scaleX(-1);
}

@media (max-width: 980px) {
    .mm-contact-channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-contact-layout--complete {
        grid-template-columns: 1fr;
    }

    .mm-contact-layout--complete .mm-contact-panel {
        position: static;
    }
}

@media (max-width: 640px) {
    .mm-contact-page {
        gap: 22px;
    }

    .mm-contact-channel-grid {
        grid-template-columns: 1fr;
    }

    .mm-contact-channel-card {
        min-height: 82px;
        padding: 14px;
    }

    .mm-contact-channel-card__copy strong {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .mm-contact-map__head {
        align-items: stretch;
        flex-direction: column;
    }

    .mm-contact-map__head > a {
        justify-content: center;
    }

    .mm-contact-map__frame {
        min-height: 320px;
    }
}


        .mm-product-detail {
            width: var(--mm-container);
            margin: clamp(28px, 4vw, 48px) auto 0;
            display: grid;
            grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
            gap: clamp(22px, 3vw, 36px);
            align-items: start;
        }

        .mm-product-detail__media,
        .mm-product-summary,
        .mm-product-panel {
            border: 1px solid var(--mm-line);
            border-radius: var(--mm-radius);
            background: #fff;
            box-shadow: 0 18px 44px rgba(18, 27, 47, 0.09);
        }

        .mm-product-detail__media,
        .mm-product-panel {
            padding: clamp(14px, 2vw, 18px);
        }

        .mm-product-summary {
            padding: clamp(20px, 3vw, 30px);
            display: grid;
            gap: clamp(14px, 2vw, 20px);
        }

        .mm-product-summary h1 {
            margin: 0;
            color: var(--mm-ink);
            font-size: clamp(32px, 4vw, 48px);
            line-height: 1.04;
            letter-spacing: 0;
        }

        .mm-product-summary__lead {
            max-width: 64ch;
            margin: 0;
            color: var(--mm-muted);
            font-size: clamp(16px, 1.45vw, 18px);
            line-height: 1.68;
        }

        .mm-product-summary__meta {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
        }

        .mm-product-summary__category {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 36px;
            padding: 7px 12px;
            border: 1px solid rgba(245, 130, 32, 0.2);
            border-radius: 999px;
            color: var(--mm-orange-dark);
            background: #fff7ed;
            font-size: 13px;
            font-weight: 900;
        }

        .mm-product-summary__category span {
            color: #9a3412;
            font-weight: 700;
        }

        .mm-product-summary__category strong {
            color: var(--mm-orange-dark);
        }

        .mm-product-summary__specs {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin: 0;
        }

        .mm-product-summary__specs div {
            min-width: 0;
            padding: 12px 14px;
            border: 1px solid var(--mm-line);
            border-radius: 14px;
            background: linear-gradient(180deg, #ffffff, #f8fafc);
        }

        .mm-product-summary__specs dt {
            margin: 0 0 4px;
            color: var(--mm-muted);
            font-size: 12px;
            font-weight: 800;
        }

        .mm-product-summary__specs dd {
            margin: 0;
            color: var(--mm-ink);
            font-size: 14px;
            font-weight: 900;
            overflow-wrap: anywhere;
        }

        .mm-product-summary__technical {
            padding: 14px 16px;
            border: 1px solid rgba(18, 27, 47, 0.08);
            border-radius: 14px;
            background: var(--mm-soft);
        }

        .mm-product-quote-panel {
            width: var(--mm-container);
            margin: clamp(22px, 3vw, 34px) auto 0;
            display: grid;
            grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1fr);
            gap: clamp(18px, 3vw, 30px);
            align-items: center;
            padding: clamp(18px, 3vw, 28px);
            border: 1px solid rgba(245, 130, 32, 0.2);
            border-radius: 18px;
            background:
                radial-gradient(circle at 12% 0%, rgba(245, 130, 32, 0.12), transparent 32%),
                #fff;
            box-shadow: 0 18px 44px rgba(18, 27, 47, 0.09);
        }

        .mm-product-inquiry__head {
            display: grid;
            gap: 8px;
        }

        .mm-product-inquiry__head h2 {
            margin: 0;
            color: var(--mm-ink);
            font-size: clamp(22px, 2.5vw, 32px);
            line-height: 1.18;
        }

        .mm-product-inquiry__head p {
            margin: 0;
            color: var(--mm-muted);
            font-size: 14px;
            line-height: 1.55;
        }

        .mm-product-inquiry__form {
            min-width: 0;
        }

        .mm-product-quote-panel .mm-mini-form {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 12px;
            padding: 0;
        }

        .mm-product-quote-panel .mm-form-status,
        .mm-product-quote-panel .mm-form-errors,
        .mm-product-quote-panel .mm-field--wide,
        .mm-product-quote-panel .mm-check {
            grid-column: 1 / -1;
        }

        .mm-product-quote-panel .mm-field {
            gap: 5px;
        }

        .mm-product-quote-panel .mm-input {
            min-height: 42px;
        }

        .mm-product-quote-panel .mm-textarea {
            min-height: 86px;
        }

        .mm-product-quote-panel .mm-check {
            align-items: flex-start;
            font-size: 12px;
            line-height: 1.45;
        }

        .mm-product-quote-panel .mm-btn {
            justify-self: start;
        }

        .mm-product-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 11px;
        }

        .mm-product-section-nav {
            width: var(--mm-container);
            margin: clamp(22px, 3vw, 34px) auto 0;
            display: flex;
            gap: 10px;
            overflow-x: auto;
            padding: 10px;
            border: 1px solid var(--mm-line);
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.92);
            box-shadow: 0 12px 30px rgba(18, 27, 47, 0.07);
            scrollbar-width: thin;
        }

        .mm-product-section-nav a {
            flex: 0 0 auto;
            padding: 9px 13px;
            border: 1px solid transparent;
            border-radius: 999px;
            color: var(--mm-muted);
            font-size: 13px;
            font-weight: 900;
        }

        .mm-product-section-nav a:hover,
        .mm-product-section-nav a:focus-visible {
            border-color: rgba(245, 130, 32, 0.22);
            color: var(--mm-orange-dark);
            background: #fff7ed;
        }

        .mm-product-gallery {
            display: grid;
            gap: 14px;
        }

        .mm-product-gallery__main {
            overflow: hidden;
            aspect-ratio: 16 / 11;
            border: 1px solid var(--mm-line);
            border-radius: var(--mm-radius);
            background:
                radial-gradient(circle at 22% 14%, rgba(245, 130, 32, 0.08), transparent 30%),
                linear-gradient(135deg, #eef1f5, #f8fafc);
        }

        .mm-product-gallery__main img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .mm-product-gallery__fallback {
            display: grid;
            width: 100%;
            height: 100%;
            place-items: center;
            color: var(--mm-orange);
            font-size: 30px;
            font-weight: 900;
        }

        .mm-product-gallery__thumbs {
            display: flex;
            gap: 10px;
            overflow-x: auto;
            padding-bottom: 4px;
            scrollbar-width: thin;
        }

        .mm-product-gallery__thumb {
            flex: 0 0 clamp(82px, 10vw, 118px);
            overflow: hidden;
            aspect-ratio: 4 / 3;
            padding: 0;
            border: 1px solid var(--mm-line);
            border-radius: 14px;
            background: #fff;
            cursor: pointer;
            transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
        }

        .mm-product-gallery__thumb:hover,
        .mm-product-gallery__thumb:focus-visible,
        .mm-product-gallery__thumb.is-active {
            border-color: var(--mm-orange);
            box-shadow: 0 8px 18px rgba(245, 130, 32, 0.18);
        }

        .mm-product-gallery__thumb:hover,
        .mm-product-gallery__thumb:focus-visible {
            transform: translateY(-1px);
        }

        .mm-product-gallery__thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: #f8fafc;
        }

        .mm-specs {
            display: grid;
            gap: 14px;
        }

        .mm-specs__group {
            overflow: hidden;
            border: 1px solid var(--mm-line);
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 12px 26px rgba(18, 27, 47, 0.05);
        }

        .mm-specs__group h3 {
            margin: 0;
            padding: 14px 18px;
            color: var(--mm-ink);
            background: linear-gradient(180deg, #f8fafc, #eef2f7);
            font-size: 16px;
        }

        .mm-specs dl {
            margin: 0;
        }

        .mm-specs dl div {
            display: grid;
            grid-template-columns: minmax(160px, 0.38fr) 1fr;
            gap: 16px;
            padding: 13px 18px;
            border-top: 1px solid var(--mm-line);
        }

        .mm-specs dt {
            color: var(--mm-muted);
            font-weight: 900;
        }

        .mm-specs dd {
            margin: 0;
            font-weight: 800;
            overflow-wrap: anywhere;
        }

        .mm-faq {
            display: grid;
            gap: 10px;
        }

        .mm-faq__item {
            border: 1px solid var(--mm-line);
            border-radius: 16px;
            background: #fff;
        }

        .mm-faq__item summary {
            padding: 15px 16px;
            font-weight: 900;
            cursor: pointer;
        }

        .mm-faq__item div {
            padding: 0 16px 16px;
            color: var(--mm-muted);
            line-height: 1.65;
        }

        .mm-documents {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 12px;
        }

        .mm-documents a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            min-width: 0;
            padding: 16px;
            border: 1px solid var(--mm-line);
            border-radius: 16px;
            background: #fff;
            font-weight: 900;
            box-shadow: 0 10px 24px rgba(18, 27, 47, 0.05);
        }

        .mm-documents a > span {
            display: grid;
            gap: 4px;
            min-width: 0;
        }

        .mm-documents strong {
            overflow-wrap: anywhere;
        }

        .mm-documents small {
            color: var(--mm-muted);
            font-size: 12px;
            font-weight: 800;
        }

        .mm-product-content,
        .mm-product-specifications,
        .mm-product-documents,
        .mm-related-products {
            scroll-margin-top: 24px;
        }

        .mm-product-content {
            overflow: hidden;
        }

        .mm-product-content > h3 {
            margin: clamp(22px, 3vw, 32px) 0 10px;
            color: var(--mm-ink);
            font-size: clamp(22px, 2.4vw, 30px);
        }

        .mm-product-content .mm-rich-content {
            max-width: 920px;
        }

        .mm-product-content .mm-rich-content h2,
        .mm-product-content .mm-rich-content h3 {
            color: var(--mm-ink);
        }

        .mm-product-content .mm-rich-content ul,
        .mm-product-content .mm-rich-content ol {
            display: grid;
            gap: 8px;
        }

        .mm-product-content .mm-rich-content li::marker {
            color: var(--mm-orange);
        }

        .mm-product-content .mm-product-advantages ul,
        .mm-product-content .mm-product-advantages ol {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 12px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .mm-product-content .mm-product-advantages:has(> p) {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 12px;
        }

        .mm-product-content .mm-product-advantages li,
        .mm-product-content .mm-product-advantages > p {
            position: relative;
            min-height: 54px;
            padding: 14px 14px 14px 42px;
            border: 1px solid rgba(245, 130, 32, 0.18);
            border-radius: 14px;
            background: #fffaf6;
            color: var(--mm-ink);
            font-weight: 900;
            line-height: 1.45;
            transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
        }

        .mm-product-content .mm-product-advantages li::before,
        .mm-product-content .mm-product-advantages > p::before {
            position: absolute;
            top: 14px;
            left: 14px;
            display: grid;
            width: 20px;
            height: 20px;
            place-items: center;
            border-radius: 999px;
            color: #fff;
            background: var(--mm-orange);
            content: "✓";
            font-size: 12px;
            font-weight: 900;
        }

        .mm-product-content .mm-product-advantages li:hover,
        .mm-product-content .mm-product-advantages > p:hover {
            border-color: rgba(245, 130, 32, 0.35);
            box-shadow: 0 10px 22px rgba(245, 130, 32, 0.12);
            transform: translateY(-1px);
        }

        [dir="rtl"] .mm-product-content .mm-product-advantages li,
        [dir="rtl"] .mm-product-content .mm-product-advantages > p {
            padding-right: 42px;
            padding-left: 14px;
        }

        [dir="rtl"] .mm-product-content .mm-product-advantages li::before,
        [dir="rtl"] .mm-product-content .mm-product-advantages > p::before {
            right: 14px;
            left: auto;
        }

        .mm-breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            color: var(--mm-muted);
            font-size: 14px;
            overflow-wrap: anywhere;
        }

        .mm-breadcrumb a {
            color: var(--mm-ink);
            font-weight: 800;
        }

        .mm-pagination {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-top: 28px;
        }

        .mm-footer {
            margin-top: 70px;
            color: rgba(255, 255, 255, 0.78);
            background: var(--mm-dark);
        }

        .mm-footer__inner {
            width: var(--mm-container);
            margin-inline: auto;
            display: grid;
            grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(160px, 1fr));
            gap: 32px;
            padding: 54px 0 34px;
        }

        .mm-footer__logo {
            width: min(170px, 100%);
            height: auto;
            max-height: 56px;
            object-fit: contain;
            object-position: left center;
        }

        .mm-footer h2,
        .mm-footer h3 {
            margin: 0 0 14px;
            color: #fff;
        }

        .mm-footer p {
            line-height: 1.65;
        }

        .mm-footer a {
            color: rgba(255, 255, 255, 0.78);
        }

        .mm-footer a:hover,
        .mm-footer a:focus-visible {
            color: #fff;
        }

        .mm-footer__links {
            display: grid;
            gap: 10px;
        }

        .mm-footer__links a {
            display: inline-flex;
            align-items: center;
            gap: 7px;
        }

        .mm-footer__links--spaced {
            margin-top: 16px;
        }

        .mm-filter-links {
            margin-top: 14px;
        }

        .mm-footer__bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.12);
        }

        .mm-footer__bottom-inner {
            width: var(--mm-container);
            margin-inline: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 18px 0;
            font-size: 13px;
        }

        .mm-floating-wa {
            position: fixed;
            z-index: 60;
            inset-inline-end: 24px;
            bottom: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 58px;
            height: 58px;
            border-radius: 999px;
            color: #fff;
            background: var(--mm-green);
            box-shadow: 0 16px 36px rgba(21, 148, 71, 0.35);
            font-weight: 900;
            transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
        }

        .mm-home-page:not(.mm-is-scrolled) .mm-floating-wa {
            opacity: 0;
            pointer-events: none;
            transform: translateY(12px);
        }

        .mm-floating-wa:hover,
        .mm-floating-wa:focus-visible {
            transform: translateY(-2px);
            box-shadow: 0 18px 40px rgba(21, 148, 71, 0.42);
        }

        .mm-floating-wa span {
            font-size: 24px;
            line-height: 1;
        }

        .mm-floating-wa .mm-whatsapp-logo {
            width: 26px;
            height: 26px;
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        .mm-second-hand-card__price,
        .mm-second-hand-price {
            color: var(--mm-orange);
            font-size: 18px;
            font-weight: 800;
            margin: 2px 0 10px;
        }

        .mm-second-hand-price {
            align-items: center;
            background: #fff4ec;
            border: 1px solid rgba(255, 91, 15, 0.18);
            border-radius: 14px;
            display: inline-flex;
            padding: 10px 14px;
        }

        .mm-second-hand-card__facts,
        .mm-second-hand-specs {
            display: grid;
            gap: 8px;
            margin: 0;
        }

        .mm-second-hand-card__facts {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            margin-bottom: 12px;
        }

        .mm-second-hand-card__facts div,
        .mm-second-hand-specs div {
            align-items: center;
            border-bottom: 1px solid var(--mm-line);
            display: flex;
            justify-content: space-between;
            gap: 14px;
            padding: 8px 0;
        }

        .mm-second-hand-card__facts dt,
        .mm-second-hand-specs dt {
            color: var(--mm-muted);
            font-size: 12px;
            font-weight: 700;
            margin: 0;
        }

        .mm-second-hand-card__facts dd,
        .mm-second-hand-specs dd {
            color: var(--mm-ink);
            font-size: 13px;
            font-weight: 800;
            margin: 0;
            text-align: end;
        }

        .mm-alert {
            border-radius: 14px;
            font-weight: 700;
            line-height: 1.55;
            padding: 14px 16px;
        }

        .mm-alert--sold {
            background: #fff7ed;
            border: 1px solid rgba(255, 91, 15, 0.22);
            color: #9a3412;
        }

        /* Phase 17.1 visual alignment with the MakMach reference direction. */
        :root {
            --mm-navy: #071a2f;
            --mm-navy-dark: #03101f;
            --mm-navy-soft: #10243d;
            --mm-light: #f5f7fb;
            --mm-white: #ffffff;
            --mm-text: var(--mm-ink);
            --mm-border: var(--mm-line);
            --mm-success: var(--mm-green);
            --mm-radius: 16px;
            --mm-shadow: 0 20px 48px rgba(7, 20, 38, 0.13);
        }

        .front-shell {
            background:
                radial-gradient(circle at 16% 0%, rgba(245, 130, 32, 0.07), transparent 27%),
                linear-gradient(180deg, #f7f9fc 0%, #ffffff 42%, #f6f8fb 100%);
        }

        .mm-home {
            overflow: hidden;
            padding-bottom: clamp(18px, 4vw, 46px);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 42%, #f7f9fc 100%);
        }

        .mm-topbar {
            min-height: 34px;
            margin-bottom: 10px;
            padding: 0 max(20px, calc((100vw - 1280px) / 2));
            color: rgba(255, 255, 255, 0.9);
            background: linear-gradient(90deg, #06162a 0%, #071d38 54%, #08213e 100%);
        }

        .mm-topbar__links,
        .mm-topbar__meta {
            gap: 16px;
            font-size: 12.5px;
            font-weight: 650;
            letter-spacing: 0.01em;
        }

        .mm-topbar .mm-inline-icon {
            color: #ff7a25;
            font-size: 13px;
        }

        .mm-topbar .mm-lang-switcher {
            gap: 4px;
            padding: 2px;
            border-color: rgba(255, 255, 255, 0.14);
            background: transparent;
        }

        .mm-topbar .mm-lang-switcher__link {
            height: 24px;
            padding-inline: 6px;
            color: rgba(255, 255, 255, 0.82);
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(255, 255, 255, 0.08);
        }

        .mm-topbar .mm-lang-switcher__link:hover,
        .mm-topbar .mm-lang-switcher__link:focus-visible {
            color: #fff;
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.22);
        }

        .mm-topbar .mm-lang-switcher__link.is-active {
            color: #071d38;
            background: #fff;
            border-color: #fff;
        }

        .mm-topbar .mm-lang-switcher__code {
            font-size: 10.5px;
            letter-spacing: 0.05em;
        }

        .mm-topbar .mm-lang-switcher__flag {
            height: 24px;
        }

        .mm-topbar .mm-lang-switcher__flag,
        .mm-topbar .mm-lang-switcher__svg {
            width: 17px;
            height: 17px;
        }

        .mm-header-wrap {
            padding-bottom: 10px;
            filter: drop-shadow(0 12px 28px rgba(7, 20, 38, 0.08));
        }

        .mm-header {
            width: min(calc(100% - 72px), 1290px);
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            min-height: 80px;
            gap: clamp(16px, 1.7vw, 24px);
            padding: 6px 28px;
            border-color: rgba(213, 220, 230, 0.92);
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 10px 28px rgba(7, 29, 56, 0.13);
        }

        [dir="rtl"] .mm-header {
            padding-inline: 24px;
        }

        .mm-brand {
            flex: 0 0 auto;
        }

        .mm-brand img {
            width: clamp(172px, 14vw, 190px);
            max-width: 190px;
            max-height: 48px;
            object-fit: contain;
        }

        .mm-brand__logo {
            font-size: 42px;
        }

        .mm-nav {
            min-width: 0;
            gap: clamp(16px, 1.35vw, 22px);
        }

        .mm-nav__link {
            min-height: 36px;
            padding-inline: 0;
            color: #14243b;
            font-size: clamp(14px, 0.86vw, 14.5px);
            font-weight: 520;
            line-height: 1.12;
        }

        .mm-nav__item:hover > .mm-nav__link,
        .mm-nav__link:focus-visible {
            color: var(--mm-orange-dark);
            background: transparent;
        }

        .mm-header__actions {
            gap: 10px;
        }

        .mm-icon-action,
        .mm-mobile-toggle {
            width: 44px;
            height: 44px;
            border-radius: 12px;
        }

        .mm-icon-action--wa {
            color: var(--mm-green-dark);
            border-color: rgba(34, 197, 94, 0.35);
            background: #f0fdf4;
        }

        .mm-icon-action--phone {
            color: #0d2038;
            border-color: #d8e0eb;
            background: #fff;
        }

        .mm-mobile-toggle__bars {
            display: grid;
            gap: 4px;
            width: 18px;
        }

        .mm-mobile-toggle__bars span {
            display: block;
            height: 2px;
            border-radius: 999px;
            background: currentColor;
        }

        .mm-btn {
            min-height: 46px;
            border-radius: 11px;
            font-weight: 800;
        }

        .mm-btn--primary {
            background: linear-gradient(180deg, #ff7a25 0%, #f05a12 100%);
            box-shadow: 0 12px 26px rgba(245, 130, 32, 0.24);
        }

        .mm-btn--secondary {
            background: linear-gradient(135deg, var(--mm-navy), var(--mm-navy-soft));
        }

        .mm-btn--outline {
            border-color: #d8e0eb;
            background: rgba(255, 255, 255, 0.95);
        }

        .mm-btn--whatsapp {
            background: linear-gradient(180deg, #25d366 0%, #16a34a 100%);
            box-shadow: 0 12px 26px rgba(22, 163, 74, 0.2);
        }

        .mm-header__actions > .mm-btn--primary {
            min-width: 126px;
            padding-inline: 18px 13px;
        }

        .mm-home-hero {
            min-height: clamp(600px, 72vh, 680px);
            border-bottom: 1px solid rgba(7, 20, 38, 0.08);
        }

        .mm-home-page .mm-home-hero {
            min-height: clamp(600px, 72vh, 680px);
        }

        .mm-home-hero .mm-hero__media img {
            object-position: center center;
        }

        .mm-home-hero .mm-hero__overlay {
            background:
                linear-gradient(90deg, rgba(7, 25, 48, 0.62) 0%, rgba(7, 25, 48, 0.36) 42%, rgba(7, 25, 48, 0.05) 72%, rgba(7, 25, 48, 0) 100%),
                linear-gradient(180deg, rgba(7, 25, 48, 0.02) 0%, rgba(7, 25, 48, 0.12) 100%);
        }

        [dir="rtl"] .mm-home-hero .mm-hero__overlay {
            background:
                linear-gradient(270deg, rgba(7, 25, 48, 0.62) 0%, rgba(7, 25, 48, 0.36) 42%, rgba(7, 25, 48, 0.05) 72%, rgba(7, 25, 48, 0) 100%),
                linear-gradient(180deg, rgba(7, 25, 48, 0.02) 0%, rgba(7, 25, 48, 0.12) 100%);
        }

        .mm-home-page .mm-home-hero .mm-hero__content {
            min-height: clamp(600px, 72vh, 680px);
            gap: 17px;
            padding-top: max(154px, calc(var(--mm-header-height) + 26px));
            padding-bottom: 188px;
        }

        [dir="rtl"] .mm-home-page .mm-home-hero .mm-hero__content {
            align-items: flex-end;
            text-align: right;
        }

        .mm-home-hero h1 {
            max-width: 720px;
            font-size: clamp(40px, 3.35vw, 49px);
            font-weight: 710;
            line-height: 1.13;
            letter-spacing: 0;
            text-wrap: balance;
            text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
        }

        .mm-home-hero p {
            max-width: 610px;
            color: rgba(255, 255, 255, 0.9);
            font-size: clamp(17px, 1.34vw, 19px);
            line-height: 1.6;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
        }

        .mm-home-hero .mm-hero__actions {
            gap: 12px;
            margin-top: 8px;
            position: relative;
            z-index: 7;
        }

        [dir="rtl"] .mm-home-hero .mm-hero__actions {
            justify-content: flex-end;
        }

        .mm-home-hero .mm-hero__actions .mm-btn {
            min-height: 50px;
            padding-inline: 20px 14px;
        }

        .mm-home-hero .mm-hero__dots {
            inset-inline-start: auto;
            inset-inline-end: max(36px, calc((100vw - 1280px) / 2 + 42px));
            bottom: 112px;
            gap: 8px;
            align-items: center;
            padding: 7px 9px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 999px;
            background: rgba(7, 25, 48, 0.26);
            backdrop-filter: blur(10px);
            transform: none;
        }

        .mm-home-hero .mm-hero__dot {
            width: 8px;
            height: 8px;
            background: rgba(255, 255, 255, 0.72);
            transition: width 180ms ease, background 180ms ease, opacity 180ms ease;
        }

        .mm-home-hero .mm-hero__dot.is-active {
            width: 30px;
            height: 8px;
            background: var(--mm-orange);
        }

        .mm-home-solutions {
            position: relative;
            z-index: 6;
            width: var(--mm-container);
            margin: -42px auto 0;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: clamp(18px, 2vw, 24px);
        }

        .mm-home-solution-card {
            position: relative;
            overflow: hidden;
            display: flex;
            min-height: 276px;
            flex-direction: column;
            gap: 20px;
            padding: clamp(24px, 2.8vw, 32px);
            border: 1px solid rgba(213, 220, 230, 0.9);
            border-radius: 12px;
            background:
                radial-gradient(circle at 86% 10%, rgba(245, 130, 32, 0.08), transparent 33%),
                linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 253, 0.96)),
                #fff;
            box-shadow: 0 18px 42px rgba(7, 20, 38, 0.09);
            transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
        }

        .mm-home-solution-card::after {
            content: "";
            position: absolute;
            inset-inline-end: -40px;
            top: 28px;
            width: 176px;
            height: 142px;
            border-radius: 34px;
            background:
                linear-gradient(135deg, rgba(245, 130, 32, 0.13), rgba(7, 26, 47, 0.06));
            transform: rotate(-8deg);
            opacity: 0.66;
        }

        .mm-home-solution-card:hover {
            transform: translateY(-4px);
            border-color: rgba(245, 130, 32, 0.38);
            box-shadow: 0 24px 54px rgba(7, 20, 38, 0.14);
        }

        .mm-home-solution-card__number {
            position: absolute;
            inset-block-start: 20px;
            inset-inline-end: 26px;
            z-index: 1;
            color: rgba(7, 26, 47, 0.065);
            font-size: 64px;
            font-weight: 900;
            line-height: 1;
            pointer-events: none;
        }

        .mm-home-solution-card__icon {
            position: relative;
            z-index: 2;
            display: inline-grid;
            width: 60px;
            height: 60px;
            place-items: center;
            border: 1px solid rgba(245, 130, 32, 0.22);
            border-radius: 17px;
            color: var(--mm-navy);
            background: #fff7ed;
            box-shadow: 0 12px 28px rgba(7, 20, 38, 0.08);
        }

        .mm-solution-svg {
            width: 31px;
            height: 31px;
        }

        .mm-home-solution-card__body {
            position: relative;
            z-index: 2;
            display: grid;
            gap: 9px;
        }

        .mm-home-solution-card h2 {
            margin: 0;
            color: var(--mm-navy);
            font-size: clamp(20px, 1.85vw, 24px);
            line-height: 1.18;
        }

        .mm-home-solution-card p {
            margin: 0;
            color: var(--mm-muted);
            font-size: 15.5px;
            line-height: 1.6;
        }

        .mm-home-solution-card__link {
            position: relative;
            z-index: 2;
            display: inline-flex;
            width: fit-content;
            align-items: center;
            gap: 7px;
            margin-top: auto;
            color: var(--mm-orange-dark);
            font-size: 14px;
            font-weight: 900;
        }

        .mm-home-solution-card__link span {
            transition: transform 160ms ease;
        }

        .mm-home-solution-card:hover .mm-home-solution-card__link span {
            transform: translateX(3px);
        }

        [dir="rtl"] .mm-home-solution-card:hover .mm-home-solution-card__link span {
            transform: translateX(-3px);
        }

        .mm-home-quick-quote {
            margin-top: clamp(24px, 3vw, 34px);
            grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
            gap: 0;
            padding: 0;
            overflow: hidden;
            border: 1px solid rgba(213, 220, 230, 0.9);
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 20px 48px rgba(7, 20, 38, 0.08);
        }

        .mm-home-quick-quote__copy {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr);
            align-content: center;
            align-items: center;
            gap: 18px 20px;
            padding: clamp(28px, 3.4vw, 42px);
            border: 0;
            background:
                radial-gradient(circle at 6% 18%, rgba(245, 130, 32, 0.12), transparent 34%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.98));
        }

        .mm-home-quick-quote__icon {
            display: inline-grid;
            width: 68px;
            height: 68px;
            flex: 0 0 auto;
            place-items: center;
            border-radius: 999px;
            color: var(--mm-orange);
            background: #fff3e8;
            font-size: 26px;
            font-weight: 900;
        }

        .mm-home-quick-quote__copy h2 {
            max-width: 560px;
            margin: 9px 0 0;
            color: var(--mm-navy);
            font-size: clamp(27px, 2.8vw, 36px);
            line-height: 1.12;
        }

        .mm-home-quick-quote__copy p {
            max-width: 470px;
            margin: 10px 0 0;
            color: var(--mm-muted);
            line-height: 1.62;
        }

        .mm-home-quick-quote__actions {
            grid-column: 2;
            margin-top: 2px;
            gap: 10px;
        }

        .mm-home-quick-quote__actions .mm-btn {
            flex: 1 1 190px;
            min-width: 0;
            white-space: nowrap;
        }

        .mm-home-quick-quote__form {
            display: grid;
            align-items: center;
            min-width: 0;
            min-height: 100%;
            padding: 0;
            border-inline-start: 1px solid var(--mm-line);
            border-radius: 0;
            color: var(--mm-ink);
            background: #fff;
            opacity: 1;
            visibility: visible;
        }

        .mm-home-quick-quote .mm-mini-form {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px 18px;
            width: 100%;
            min-width: 0;
            padding: clamp(28px, 3vw, 38px);
            color: var(--mm-ink);
            opacity: 1;
            visibility: visible;
        }

        .mm-home-quick-quote .mm-field {
            display: grid;
            margin: 0;
        }

        .mm-home-quick-quote .mm-input,
        .mm-home-quick-quote .mm-textarea,
        .mm-home-quick-quote select {
            min-height: 50px;
            border-color: #dbe3ee;
            background: #fff;
        }

        .mm-home-quick-quote .mm-textarea {
            min-height: 104px;
        }

        .mm-home-quick-quote .mm-check {
            display: flex;
            align-items: flex-start;
            margin: 0;
        }

        .mm-home-quick-quote .mm-field--wide,
        .mm-home-quick-quote .mm-check,
        .mm-home-quick-quote .mm-mini-form .mm-btn,
        .mm-home-quick-quote .mm-form-errors {
            grid-column: 1 / -1;
        }

        .mm-home-quick-quote .mm-mini-form .mm-btn {
            width: 100%;
            min-width: 0;
        }

        .mm-home-section {
            margin-top: clamp(52px, 6vw, 76px);
            padding: 0;
            border: 0;
            background: transparent;
            box-shadow: none;
        }

        .mm-home-section > .mm-section-heading {
            justify-items: center;
            text-align: center;
        }

        .mm-home-section .mm-section-heading__top {
            width: 100%;
            align-items: center;
        }

        .mm-home-section .mm-section-heading__copy {
            margin-inline: auto;
        }

        .mm-home-advantages .mm-grid--cards {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
        }

        .mm-home-advantages .mm-feature {
            justify-items: center;
            padding: 18px 14px;
            border: 0;
            background: transparent;
            text-align: center;
            box-shadow: none;
        }

        .mm-home-advantages .mm-feature__icon {
            color: var(--mm-orange);
            background: #fff3e8;
        }

        .mm-home-projects .mm-grid--cards {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
        }

        .mm-home-projects .mm-card {
            border-radius: 14px;
            box-shadow: 0 18px 42px rgba(7, 20, 38, 0.08);
        }

        .mm-home-projects .mm-card__media {
            aspect-ratio: 16 / 10;
        }

        .mm-home-prefooter {
            margin-top: clamp(48px, 7vw, 76px);
        }

        .mm-home-prefooter__band {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: center;
            gap: 18px;
            border-radius: 22px;
            background:
                radial-gradient(circle at 8% 30%, rgba(245, 130, 32, 0.24), transparent 28%),
                linear-gradient(135deg, var(--mm-navy-dark) 0%, var(--mm-navy) 58%, #0c2745 100%);
            box-shadow: 0 22px 48px rgba(7, 20, 38, 0.16);
        }

        .mm-home-prefooter .mm-cta-band {
            box-shadow: none;
            background: transparent;
        }

        .mm-home-prefooter__whatsapp {
            display: inline-flex;
            min-height: 48px;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-inline-end: clamp(24px, 4vw, 44px);
            padding: 0 22px;
            border: 1px solid rgba(34, 197, 94, 0.7);
            border-radius: 12px;
            color: #dffbea;
            font-weight: 900;
        }

        .mm-home-prefooter__whatsapp .mm-whatsapp-logo {
            color: #22c55e;
        }

        .mm-card {
            border-color: rgba(213, 220, 230, 0.94);
            border-radius: 16px;
        }

        .mm-card__body {
            padding: 20px;
        }

        .mm-card h3,
        .mm-feature h3 {
            color: var(--mm-navy);
            font-size: 20px;
        }

        .mm-section-heading h2 {
            color: var(--mm-navy);
            font-size: clamp(28px, 4vw, 42px);
        }

        .mm-footer {
            margin-top: 76px;
            background:
                radial-gradient(circle at 18% 12%, rgba(245, 130, 32, 0.1), transparent 28%),
                linear-gradient(135deg, var(--mm-navy-dark) 0%, var(--mm-navy) 70%, #061526 100%);
        }

        .mm-footer__inner {
            gap: clamp(24px, 4vw, 42px);
            padding-top: 58px;
        }

        @media (max-width: 1180px) {
            .mm-header {
                width: min(calc(100% - 32px), 1290px);
                grid-template-columns: auto minmax(0, 1fr) auto;
                min-height: 78px;
                padding: 8px 14px;
            }

            .mm-nav,
            .mm-header__actions > .mm-btn,
            .mm-header__actions .mm-icon-action--phone {
                display: none;
            }

            .mm-header__actions {
                justify-self: end;
            }

            .mm-mobile-toggle {
                display: inline-flex;
            }

            .mm-brand img {
                width: clamp(150px, 18vw, 174px);
                max-width: 174px;
                max-height: 46px;
            }
        }

        @media (max-width: 980px) {
            :root {
                --mm-header-height: 130px;
                --mm-header-compact-height: 74px;
                --mm-header-safe-offset: var(--mm-header-height);
                --mm-header-sticky-gap: 14px;
            }

            .mm-topbar {
                display: flex;
                min-height: 32px;
                margin-bottom: 8px;
                padding-inline: max(12px, calc((100vw - 1280px) / 2));
            }

            .mm-topbar .mm-inline-contact[href^="mailto:"] {
                display: none;
            }

            .mm-topbar__links,
            .mm-topbar__meta {
                gap: 10px;
                font-size: 12px;
            }

            .mm-header-wrap {
                padding-top: 0;
            }

            .mm-header-wrap.is-scrolled {
                padding-top: 6px;
                padding-bottom: 8px;
            }

            .mm-header {
                min-height: 70px;
                padding: 10px 12px;
                border-radius: 18px;
            }

            .mm-header-wrap.is-scrolled .mm-header {
                padding: 8px 10px;
                border-radius: 16px;
            }

            .mm-header-wrap.is-scrolled .mm-brand img {
                width: clamp(128px, 28vw, 150px);
                max-width: 150px;
                max-height: 40px;
            }

            .mm-nav,
            .mm-header__actions .mm-btn,
            .mm-header__actions .mm-icon-action--phone {
                display: none;
            }

            .mm-mobile-toggle {
                display: inline-flex;
            }

            .mm-brand img {
                width: clamp(140px, 30vw, 162px);
                max-width: 162px;
                max-height: 43px;
            }

            .mm-brand__logo {
                font-size: 34px;
            }

            .mm-icon-action,
            .mm-mobile-toggle {
                width: 44px;
                height: 44px;
            }

            .mm-hero {
                min-height: 580px;
                margin-top: 0;
            }

            .mm-hero__content {
                min-height: 580px;
                padding-top: 120px;
            }

            .mm-home-page .mm-hero,
            .mm-home-page .mm-hero__content {
                min-height: 580px;
            }

            .mm-home-page .mm-hero__content {
                padding-top: max(136px, calc(var(--mm-header-height) + 18px));
            }

            .mm-quick-panel {
                grid-template-columns: 1fr;
                margin-top: -26px;
            }

            .mm-section-heading__top,
            .mm-cta-band {
                grid-template-columns: 1fr;
                display: grid;
                align-items: start;
            }

            .mm-footer__inner {
                grid-template-columns: 1fr 1fr;
            }

            .mm-catalog-hero {
                margin-top: 0;
                padding-top: 78px;
            }

            .mm-catalog-layout,
            .mm-product-detail,
            .mm-contact-layout {
                grid-template-columns: 1fr;
            }

            .mm-product-detail {
                gap: 18px;
            }

            .mm-product-summary {
                order: 2;
            }

            .mm-product-detail__media {
                order: 1;
            }

            .mm-second-hand-card__facts {
                grid-template-columns: 1fr;
            }

            .mm-filter-panel,
            .mm-contact-panel {
                position: static;
            }

            .mm-product-gallery__main {
                aspect-ratio: 16 / 10;
            }

            .mm-product-section-nav {
                width: var(--mm-container);
                margin-top: 20px;
            }

            .mm-specs dl div {
                grid-template-columns: 1fr;
                gap: 5px;
            }

            .mm-filter-panel__toggle {
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            .mm-filter-panel__form {
                display: none;
                margin-top: 14px;
            }

            .mm-filter-panel.is-open .mm-filter-panel__form {
                display: grid;
            }
        }

        @media (max-width: 640px) {
            :root {
                --mm-container: min(100% - 22px, 1180px);
                --mm-header-height: 124px;
                --mm-header-compact-height: 70px;
            }

            .mm-topbar {
                min-height: 30px;
                padding-inline: 11px;
            }

            .mm-topbar__links,
            .mm-topbar__meta {
                gap: 8px;
                font-size: 11.5px;
            }

            .mm-topbar .mm-lang-switcher__link {
                width: auto;
                min-width: 28px;
                height: 22px;
                padding-inline: 5px;
            }

            .mm-topbar .mm-lang-switcher__flag,
            .mm-topbar .mm-lang-switcher__svg {
                width: 15px;
                height: 15px;
            }

            .mm-topbar .mm-lang-switcher__code {
                font-size: 10px;
            }

            .mm-header {
                width: calc(100% - 20px);
                padding: 8px 10px;
                border-radius: 16px;
            }

            .mm-product-detail {
                width: var(--mm-container);
                margin-top: 24px;
            }

            .mm-product-detail__media,
            .mm-product-summary {
                border-radius: 16px;
            }

            .mm-product-summary {
                padding: 18px;
            }

            .mm-product-summary__specs {
                grid-template-columns: 1fr;
            }

            .mm-product-actions .mm-btn {
                width: 100%;
                justify-content: center;
            }

            .mm-product-quote-panel {
                grid-template-columns: 1fr;
                padding: 14px;
            }

            .mm-product-quote-panel .mm-mini-form {
                grid-template-columns: 1fr;
            }

            .mm-product-quote-panel .mm-btn {
                width: 100%;
                justify-content: center;
            }

            .mm-product-section-nav {
                padding: 8px;
            }

            .mm-product-section-nav a {
                padding: 8px 11px;
                font-size: 12px;
            }

            .mm-brand img {
                width: clamp(122px, 38vw, 140px);
                max-width: 140px;
                max-height: 38px;
            }

            .mm-brand__text {
                display: none;
            }

            .mm-hero h1 {
                font-size: 38px;
            }

            .mm-hero__actions .mm-btn,
            .mm-mini-form .mm-btn {
                width: 100%;
            }

            .mm-grid--cards,
            .mm-media-grid,
            .mm-grid--stats,
            .mm-footer__inner {
                grid-template-columns: 1fr;
            }

            .mm-footer__bottom-inner {
                align-items: flex-start;
                flex-direction: column;
            }

            .mm-product-actions .mm-btn,
            .mm-card__actions .mm-btn {
                width: 100%;
            }

            .mm-quote-modal {
                align-items: stretch;
                padding: 10px;
            }

            .mm-quote-modal__dialog {
                max-height: calc(100vh - 20px);
                border-radius: 20px;
            }

            .mm-quote-modal__fields {
                grid-template-columns: 1fr;
            }

            .mm-quote-modal__submit {
                width: 100%;
            }

            .mm-specs dl div {
                grid-template-columns: 1fr;
                gap: 4px;
            }
        }

        @media (max-width: 980px) {
            .mm-home-page .mm-home-hero,
            .mm-home-page .mm-home-hero .mm-hero__content {
                min-height: 610px;
            }

            .mm-home-page .mm-home-hero .mm-hero__content {
                padding-top: max(142px, calc(var(--mm-header-height) + 18px));
                padding-bottom: 132px;
            }

            .mm-home-hero .mm-hero__dots {
                inset-inline-start: 50%;
                inset-inline-end: auto;
                bottom: 54px;
                transform: translateX(-50%);
            }

            .mm-home-solutions {
                grid-template-columns: 1fr;
                margin-top: -24px;
                gap: 16px;
            }

            .mm-home-solution-card {
                display: grid;
                min-height: auto;
                grid-template-columns: auto 1fr;
                align-items: center;
                gap: 14px 18px;
                padding: 22px;
            }

            .mm-home-solution-card__body,
            .mm-home-solution-card__link {
                grid-column: 2;
            }

            .mm-home-quick-quote {
                grid-template-columns: 1fr;
                margin-top: 20px;
            }

            .mm-home-quick-quote__copy {
                grid-template-columns: auto minmax(0, 1fr);
            }

            .mm-home-quick-quote__form {
                border-inline-start: 0;
                border-top: 1px solid var(--mm-line);
            }

            .mm-home-prefooter__band {
                grid-template-columns: 1fr;
            }

            .mm-home-prefooter__whatsapp {
                width: fit-content;
                margin: 0 clamp(24px, 4vw, 44px) clamp(24px, 4vw, 44px);
            }

            .mm-home-advantages .mm-grid--cards,
            .mm-home-projects .mm-grid--cards {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 640px) {
            .mm-home-page .mm-home-hero,
            .mm-home-page .mm-home-hero .mm-hero__content {
                min-height: 640px;
            }

            .mm-home-page .mm-home-hero .mm-hero__content {
                padding-top: max(138px, calc(var(--mm-header-height) + 14px));
                padding-bottom: 142px;
            }

            .mm-home-hero h1 {
                font-size: clamp(34px, 9vw, 40px);
                line-height: 1.12;
            }

            .mm-home-hero p {
                font-size: 16.5px;
            }

            .mm-home-hero .mm-hero__actions {
                gap: 9px;
            }

            .mm-home-hero .mm-hero__actions .mm-btn {
                min-height: 46px;
            }

            .mm-home-hero .mm-hero__dots {
                bottom: 54px;
                gap: 7px;
                padding: 6px 8px;
            }

            .mm-home-hero .mm-hero__dot {
                width: 7px;
                height: 7px;
            }

            .mm-home-hero .mm-hero__dot.is-active {
                width: 26px;
                height: 7px;
            }

            .mm-home-solutions {
                margin-top: 18px;
            }

            .mm-floating-wa {
                width: 52px;
                height: 52px;
                inset-inline-end: 14px;
                bottom: 14px;
            }

            .mm-home-solution-card {
                grid-template-columns: auto 1fr;
                padding: 20px;
                border-radius: 14px;
            }

            .mm-home-solution-card::after {
                inset-inline-end: -70px;
                width: 150px;
                height: 120px;
            }

            .mm-home-solution-card__number {
                inset-block-start: 16px;
                inset-inline-end: 18px;
                font-size: 40px;
            }

            .mm-home-solution-card__icon {
                width: 52px;
                height: 52px;
            }

            .mm-home-solution-card__body,
            .mm-home-solution-card__link {
                grid-column: 2;
            }

            .mm-home-quick-quote {
                border-radius: 14px;
            }

            .mm-home-quick-quote__copy {
                display: grid;
                grid-template-columns: 1fr;
                padding: 20px 16px;
            }

            .mm-home-quick-quote__icon {
                width: 58px;
                height: 58px;
                font-size: 22px;
            }

            .mm-home-quick-quote__actions {
                grid-column: 1;
                width: 100%;
            }

            .mm-home-quick-quote__actions .mm-btn {
                width: 100%;
            }

            .mm-home-quick-quote .mm-mini-form {
                grid-template-columns: 1fr;
                padding: 18px 16px 20px;
            }

            .mm-home-quick-quote .mm-mini-form .mm-btn {
                width: 100%;
                min-width: 0;
            }

            .mm-home-advantages .mm-grid--cards,
            .mm-home-projects .mm-grid--cards {
                grid-template-columns: 1fr;
            }

            .mm-home-prefooter .mm-cta-band {
                border-radius: 16px;
            }

            .mm-home-prefooter__band {
                border-radius: 16px;
            }

            .mm-home-prefooter__whatsapp {
                width: calc(100% - 28px);
                margin-inline: 14px;
                margin-bottom: 14px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                scroll-behavior: auto !important;
                transition: none !important;
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
            }
        }

/* makmach-catalog-list-v20260720 */
.mm-header-overlay .mm-header-wrap--overlay {
    margin-bottom: 0;
}

.mm-header-wrap,
.mm-header-wrap.is-scrolled {
    position: relative;
    top: auto;
    z-index: var(--mm-header-z);
    padding: 0 0 12px;
    filter: none;
}

.mm-header-wrap.is-scrolled .mm-topbar {
    max-height: 48px;
    margin-bottom: 10px;
    padding-block: 9px;
    opacity: 1;
    transform: none;
}

.mm-header-wrap.is-scrolled .mm-header {
    padding: 13px 16px;
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(18, 27, 47, 0.1);
}

.mm-header-wrap.is-scrolled .mm-brand img {
    max-height: 48px;
}

.mm-product-detail:not(.mm-product-detail--catalog) {
    margin: 34px auto 0;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 26px;
}

.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-summary,
.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-panel {
    padding: clamp(22px, 4vw, 34px);
    box-shadow: 0 14px 40px rgba(18, 27, 47, 0.08);
}

.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-summary {
    position: sticky;
    top: var(--mm-sticky-offset);
    gap: 16px;
}

.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-summary h1 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
}

.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-summary p {
    color: var(--mm-muted);
    line-height: 1.65;
}

.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-gallery {
    gap: 12px;
}

.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-gallery__main {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #eef1f5, #f8fafc);
}

.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-gallery__main img,
.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-gallery__thumb img {
    object-fit: cover;
}

.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
    overflow: visible;
    padding-bottom: 0;
}

.mm-product-detail:not(.mm-product-detail--catalog) .mm-product-gallery__thumb {
    flex: initial;
}

.mm-catalog-hero--b2b {
    min-height: clamp(280px, 31vw, 376px);
    padding: clamp(38px, 5vw, 58px) 0;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(7, 20, 38, 0.94) 0%, rgba(10, 30, 52, 0.84) 52%, rgba(10, 30, 52, 0.52) 100%),
        radial-gradient(circle at 80% 22%, rgba(245, 130, 32, 0.42), transparent 24%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px),
        linear-gradient(135deg, #071426 0%, #14243a 100%);
}

.mm-catalog-hero--b2b .mm-catalog-hero__inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.62fr);
    align-items: center;
    gap: clamp(24px, 5vw, 68px);
}

.mm-catalog-hero__copy {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.mm-catalog-hero--b2b .mm-breadcrumb {
    color: rgba(255, 255, 255, 0.72);
}

.mm-catalog-hero--b2b .mm-breadcrumb a {
    color: #fff;
}

.mm-catalog-hero--b2b .mm-eyebrow {
    color: #ffb270;
}

.mm-catalog-hero--b2b h1 {
    max-width: 780px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.06;
}

.mm-catalog-hero--b2b p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(15px, 1.45vw, 18px);
}

.mm-catalog-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.mm-catalog-hero__visual {
    position: relative;
    display: grid;
    min-height: 230px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
        radial-gradient(circle at 60% 36%, rgba(245, 130, 32, 0.24), transparent 32%);
    box-shadow: 0 28px 74px rgba(0, 0, 0, 0.22);
}

.mm-catalog-hero__visual--image {
    background: rgba(255, 255, 255, 0.09);
}

.mm-catalog-hero__visual--image img {
    width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: contain;
    padding: 22px;
}

.mm-catalog-hero__ring {
    position: absolute;
    width: 168px;
    height: 168px;
    border: 18px solid rgba(245, 130, 32, 0.72);
    border-radius: 999px;
}

.mm-catalog-hero__machine {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 950;
    letter-spacing: 0;
}

.mm-catalog-hero__note {
    position: absolute;
    right: 18px;
    bottom: 16px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 900;
}

.mm-category-rail {
    position: relative;
    z-index: 2;
    width: var(--mm-container);
    margin: -24px auto 0;
}

.mm-category-rail__inner {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 48px rgba(18, 27, 47, 0.1);
    scrollbar-width: thin;
}

.mm-category-chip {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    max-width: min(260px, 70vw);
    padding: 7px 13px 7px 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--mm-ink);
    background: #f8fafc;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.mm-category-chip:hover,
.mm-category-chip:focus-visible,
.mm-category-chip.is-active {
    color: #fff;
    border-color: rgba(245, 130, 32, 0.5);
    background: linear-gradient(135deg, var(--mm-orange), var(--mm-orange-dark));
    transform: translateY(-1px);
}

.mm-category-chip img,
.mm-category-chip__icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #fff;
    object-fit: contain;
}

.mm-category-chip__icon {
    display: inline-grid;
    place-items: center;
    color: var(--mm-orange);
    font-size: 12px;
}

.mm-catalog-layout--b2b {
    grid-template-columns: minmax(250px, 286px) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 32px);
    max-width: 1440px;
    margin-top: 32px;
}

.mm-catalog-layout--b2b .mm-filter-panel {
    position: static;
    top: auto;
}

.mm-category-panel {
    display: grid;
    gap: 16px;
    align-self: start;
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(18, 27, 47, 0.08);
}

.mm-category-panel__intro {
    display: grid;
    gap: 7px;
}

.mm-category-panel__intro strong {
    font-size: 16px;
}

.mm-category-panel__intro p {
    margin: 0;
    color: var(--mm-muted);
    font-size: 13px;
    line-height: 1.5;
}

.mm-category-panel__nav {
    display: grid;
    gap: 7px;
}

.mm-category-panel__nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 40px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--mm-ink);
    background: #f8fafc;
    font-size: 13px;
    font-weight: 850;
}

.mm-category-panel__nav a:hover,
.mm-category-panel__nav a:focus-visible,
.mm-category-panel__nav a.is-active {
    color: #fff;
    border-color: rgba(245, 130, 32, 0.45);
    background: #10213a;
}

.mm-category-panel__nav em {
    min-width: 28px;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(245, 130, 32, 0.12);
    color: var(--mm-orange-dark);
    font-size: 11px;
    font-style: normal;
    text-align: center;
}

.mm-category-panel__nav a.is-active em,
.mm-category-panel__nav a:hover em {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.mm-catalog-content {
    min-width: 0;
}

.mm-catalog-block {
    padding: clamp(18px, 2.5vw, 28px);
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 42px rgba(18, 27, 47, 0.07);
}

.mm-catalog-block--rich {
    background: #fff;
}

.mm-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
}

.mm-category-card {
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 16px;
    background: #fff;
}

.mm-category-card__media {
    display: grid;
    min-height: 118px;
    aspect-ratio: 16 / 9;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #eef3f8, #ffffff);
}

.mm-category-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.mm-category-card__media span {
    color: var(--mm-orange);
    font-size: 24px;
    font-weight: 950;
}

.mm-category-card__body {
    display: grid;
    gap: 10px;
    padding: 15px;
}

.mm-category-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    color: var(--mm-muted);
    font-size: 12px;
    font-weight: 850;
}

.mm-category-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.25;
}

.mm-category-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--mm-muted);
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mm-product-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.mm-product-toolbar div {
    display: grid;
    gap: 5px;
}

.mm-product-toolbar span {
    color: var(--mm-orange-dark);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mm-product-toolbar strong {
    color: var(--mm-ink);
    font-size: clamp(20px, 2.2vw, 28px);
}

.mm-product-toolbar p {
    max-width: 420px;
    margin: 0;
    color: var(--mm-muted);
    font-size: 14px;
    line-height: 1.5;
}

.mm-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 22px);
}

.mm-product-card {
    min-width: 0;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(18, 27, 47, 0.07);
}

.mm-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 130, 32, 0.4);
    box-shadow: 0 22px 54px rgba(18, 27, 47, 0.12);
}

.mm-product-card__media {
    display: grid;
    aspect-ratio: 4 / 3;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(229, 231, 235, 0.82);
    background:
        radial-gradient(circle at 50% 35%, rgba(245, 130, 32, 0.08), transparent 30%),
        linear-gradient(135deg, #f4f7fb, #ffffff);
}

.mm-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
}

.mm-product-card:hover .mm-product-card__media img {
    transform: scale(1.02);
}

.mm-product-card__placeholder {
    display: inline-grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border: 1px dashed rgba(245, 130, 32, 0.45);
    border-radius: 22px;
    color: var(--mm-orange);
    background: #fff;
    font-size: 18px;
    font-weight: 950;
}

.mm-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 11px;
    padding: 17px;
}

.mm-product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    color: var(--mm-muted);
    font-size: 12px;
    font-weight: 850;
}

.mm-product-card__category {
    max-width: 100%;
    padding: 5px 9px;
    border-radius: 999px;
    color: #0f5c6d;
    background: #e7f7fa;
}

.mm-product-card h3 {
    display: -webkit-box;
    min-height: 2.55em;
    margin: 0;
    overflow: hidden;
    color: var(--mm-ink);
    font-size: 18px;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mm-product-card p {
    display: -webkit-box;
    min-height: 4.5em;
    margin: 0;
    overflow: hidden;
    color: var(--mm-muted);
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mm-product-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: auto;
}

.mm-product-card__actions .mm-btn {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 13px;
}

.mm-catalog-empty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, #fff, #f8fafc);
}

.mm-catalog-empty__icon {
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    color: var(--mm-orange);
    background: rgba(245, 130, 32, 0.12);
    font-weight: 950;
}

.mm-catalog-empty h2,
.mm-catalog-empty p {
    margin: 0;
}

.mm-catalog-empty h2 {
    color: var(--mm-ink);
    font-size: 20px;
}

.mm-catalog-empty p {
    margin-top: 5px;
    color: var(--mm-muted);
    line-height: 1.55;
}

.mm-catalog-cta .mm-cta-band {
    border-radius: 22px;
}

.mm-cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

[dir="rtl"] .mm-product-card__actions,
[dir="rtl"] .mm-product-toolbar,
[dir="rtl"] .mm-catalog-hero__actions,
[dir="rtl"] .mm-cta-band__actions {
    direction: rtl;
}

@media (min-width: 1400px) {
    .mm-catalog-layout--b2b {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .mm-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .mm-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .mm-catalog-hero--b2b .mm-catalog-hero__inner,
    .mm-catalog-layout--b2b {
        grid-template-columns: 1fr;
    }

    .mm-catalog-hero__visual {
        min-height: 180px;
    }

    .mm-category-panel__intro,
    .mm-category-panel__nav {
        display: none;
    }

    .mm-category-panel.is-open .mm-category-panel__intro,
    .mm-category-panel.is-open .mm-category-panel__nav {
        display: grid;
    }
}

@media (max-width: 700px) {
    .mm-product-grid,
    .mm-category-grid {
        grid-template-columns: 1fr;
    }

    .mm-product-card__actions,
    .mm-catalog-empty {
        grid-template-columns: 1fr;
    }

    .mm-catalog-hero__actions,
    .mm-cta-band__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .mm-catalog-hero__actions .mm-btn,
    .mm-cta-band__actions .mm-btn,
    .mm-product-card__actions .mm-btn {
        width: 100%;
    }

    .mm-category-rail {
        width: min(100% - 18px, 100%);
    }
}

/* makmach-home-reference-v20260728-fullwidth-nav */
/* makmach-header-logo-140-v20260728 */
/* makmach-topbar-line-icons-v20260728 */
/* makmach-header-hero-type-wa-v20260728 */
:root {
    --mm-header-height: 110px;
    --mm-header-compact-height: 66px;
    --mm-header-safe-offset: var(--mm-header-height);
    --mm-header-sticky-gap: 14px;
}

.mm-header-overlay .mm-header-wrap--overlay {
    margin-bottom: 0;
}

.mm-header-wrap,
.mm-header-wrap.is-scrolled {
    position: sticky;
    top: 0;
    z-index: var(--mm-header-z);
    padding: 0;
    border-bottom: 1px solid rgba(218, 224, 233, 0.92);
    background: #fff;
    filter: none;
    box-shadow: none;
}

.mm-header-wrap.is-scrolled {
    box-shadow: 0 10px 28px rgba(7, 20, 38, 0.1);
}

.mm-topbar,
.mm-header-wrap.is-scrolled .mm-topbar {
    width: 100%;
    min-height: 34px;
    max-height: 34px;
    margin: 0;
    padding: 0 max(36px, calc((100vw - 1290px) / 2));
    border-radius: 0;
    color: rgba(255, 255, 255, 0.92);
    background: #061a2f;
    opacity: 1;
    transform: none;
}

.mm-header-wrap.is-scrolled .mm-topbar {
    min-height: 0;
    max-height: 0;
    padding-block: 0;
    opacity: 0;
    pointer-events: none;
}

.mm-topbar__meta,
.mm-topbar__links {
    gap: 16px;
    font-size: 12px;
    font-weight: 500;
}

.mm-topbar .mm-inline-icon {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.mm-topbar .mm-contact-line-icon {
    width: 15px;
    height: 15px;
    display: block;
    flex: 0 0 15px;
    color: #fff;
}

.mm-topbar .mm-lang-switcher {
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.mm-topbar .mm-lang-switcher__link,
.mm-topbar .mm-lang-switcher__link:hover,
.mm-topbar .mm-lang-switcher__link:focus-visible,
.mm-topbar .mm-lang-switcher__link.is-active {
    position: relative;
    height: 26px;
    padding: 0 7px;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.82);
    background: transparent;
}

.mm-topbar .mm-lang-switcher__link:hover,
.mm-topbar .mm-lang-switcher__link:focus-visible,
.mm-topbar .mm-lang-switcher__link.is-active {
    color: #fff;
}

.mm-topbar .mm-lang-switcher__link:not(:last-child) {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.22);
}

.mm-topbar .mm-lang-switcher__flag,
.mm-topbar .mm-lang-switcher__svg {
    width: 15px;
    height: 15px;
}

.mm-topbar .mm-lang-switcher__code {
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.04em;
}

.mm-header,
.mm-header-wrap.is-scrolled .mm-header {
    width: 100%;
    max-width: none;
    min-height: 76px;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(185px, 218px) minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(16px, 2vw, 30px);
    padding: 8px 36px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
}

.mm-header-wrap.is-scrolled .mm-header {
    min-height: 66px;
    padding: 5px 36px;
}

.mm-header.mm-header--with-brand-descriptor,
.mm-header-wrap.is-scrolled .mm-header.mm-header--with-brand-descriptor {
    grid-template-columns: minmax(340px, 390px) minmax(0, 1fr) auto;
}

.mm-brand {
    min-width: 0;
    gap: 0;
}

.mm-brand img,
.mm-header-wrap.is-scrolled .mm-brand img {
    width: clamp(185px, 16.24vw, 218px);
    height: 56px;
    max-width: 218px;
    max-height: 56px;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.mm-brand__divider {
    width: 2px;
    height: 38px;
    margin-inline: 16px;
    flex: 0 0 2px;
    border-radius: 999px;
    background: #f58220;
}

.mm-brand__descriptor {
    max-width: 138px;
    color: #14243b;
    font-family: var(--mm-font-reference);
    font-size: clamp(10.5px, 0.86vw, 12px);
    font-weight: 760;
    line-height: 1.28;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: pre-line;
}

[dir="rtl"] .mm-brand__descriptor {
    text-align: right;
}

@media (max-width: 1100px) {
    .mm-brand__divider,
    .mm-brand__descriptor {
        display: none;
    }
}

.mm-brand__logo,
.mm-header-wrap.is-scrolled .mm-brand__logo {
    font-size: clamp(43px, 4.2vw, 53px);
}

.mm-brand__logo small,
.mm-header-wrap.is-scrolled .mm-brand__logo small {
    margin-top: 3px;
    opacity: 1;
    font-size: 14px;
}

.mm-nav {
    min-width: 0;
    justify-content: center;
    gap: clamp(14px, 1.7vw, 26px);
}

.mm-nav__link,
.mm-header-wrap.is-scrolled .mm-nav__link {
    min-height: 38px;
    padding: 0;
    border-radius: 0;
    color: #14243b;
    font-family: var(--mm-font-reference);
    font-size: clamp(12.5px, 0.98vw, 14px);
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
    background: transparent;
}

.mm-nav__item:hover > .mm-nav__link,
.mm-nav__link:focus-visible,
.mm-nav__link.is-active {
    color: #0b66ad;
    background: transparent;
}

.mm-header__actions {
    gap: 10px;
}

.mm-icon-action,
.mm-mobile-toggle,
.mm-header-wrap.is-scrolled .mm-icon-action,
.mm-header-wrap.is-scrolled .mm-mobile-toggle {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.mm-icon-action--wa {
    color: #169b48;
    border-color: rgba(22, 155, 72, 0.4);
    background: #fff;
}

.mm-icon-action--phone {
    color: #13243c;
    border-color: #d8e0e9;
    background: #fff;
}

.mm-header__actions > .mm-btn--primary,
.mm-header-wrap.is-scrolled .mm-header__actions > .mm-btn--primary {
    min-width: 108px;
    min-height: 44px;
    padding: 0 11px 0 15px;
    border-radius: 7px;
    box-shadow: 0 8px 20px rgba(240, 90, 18, 0.22);
}

.mm-home-page .front-main {
    z-index: 1;
}

.mm-home-page .mm-home-hero,
.mm-home-page .mm-home-hero .mm-hero__content {
    min-height: clamp(356px, 38vw, 520px);
}

.mm-home-hero {
    border-bottom: 0;
}

.mm-home-hero .mm-hero__media img {
    object-position: center center;
}

.mm-home-hero .mm-hero__overlay {
    background:
        linear-gradient(90deg, rgba(5, 20, 38, 0.88) 0%, rgba(5, 20, 38, 0.66) 34%, rgba(5, 20, 38, 0.24) 63%, rgba(5, 20, 38, 0.02) 84%),
        linear-gradient(180deg, rgba(5, 20, 38, 0.02) 42%, rgba(5, 20, 38, 0.5) 100%);
}

[dir="rtl"] .mm-home-hero .mm-hero__overlay {
    background:
        linear-gradient(270deg, rgba(5, 20, 38, 0.88) 0%, rgba(5, 20, 38, 0.66) 34%, rgba(5, 20, 38, 0.24) 63%, rgba(5, 20, 38, 0.02) 84%),
        linear-gradient(180deg, rgba(5, 20, 38, 0.02) 42%, rgba(5, 20, 38, 0.5) 100%);
}

.mm-home-page .mm-home-hero .mm-hero__content {
    width: min(1280px, calc(100% - 150px));
    align-content: center;
    gap: 12px;
    padding: clamp(42px, 5.5vw, 72px) 0 clamp(72px, 8vw, 104px);
}

.mm-home-hero h1 {
    max-width: 620px;
    font-family: var(--mm-font-reference);
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    text-wrap: balance;
}

.mm-home-hero p {
    max-width: 560px;
    font-family: var(--mm-font-reference);
    font-size: clamp(14.5px, 1.3vw, 17px);
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
}

.mm-home-hero .mm-hero__actions {
    gap: 10px;
    margin-top: 8px;
}

.mm-home-hero .mm-hero__actions .mm-btn {
    min-height: 44px;
    padding: 0 11px 0 15px;
    border-radius: 7px;
    font-family: var(--mm-font-reference);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

.mm-home-hero .mm-btn--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.74);
    background: rgba(7, 25, 48, 0.25);
    box-shadow: none;
}

.mm-home-hero .mm-btn--whatsapp {
    color: #fff;
    border-color: rgba(77, 215, 126, 0.75);
    background: rgba(7, 25, 48, 0.28);
    box-shadow: none;
}

.mm-home-hero .mm-btn--whatsapp .mm-whatsapp-logo {
    color: #39d66f;
}

.mm-home-hero .mm-hero__whatsapp-button .mm-btn__icon {
    width: 20px;
    height: 20px;
}

.mm-home-hero .mm-hero__whatsapp-button .mm-whatsapp-logo {
    width: 20px;
    height: 20px;
    display: block;
    color: #39d66f;
    flex: 0 0 20px;
}

.mm-home-hero .mm-hero__whatsapp-button .mm-btn__arrow {
    display: none;
}

.mm-hero__control {
    position: absolute;
    z-index: 8;
    top: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    color: #fff;
    background: rgba(5, 20, 38, 0.2);
    backdrop-filter: blur(6px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.mm-hero__control:hover,
.mm-hero__control:focus-visible {
    border-color: #fff;
    background: rgba(245, 130, 32, 0.92);
    transform: translateY(-50%) scale(1.04);
}

.mm-hero__control span {
    margin-top: -2px;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
}

.mm-hero__control--previous {
    inset-inline-start: 13px;
}

.mm-hero__control--next {
    inset-inline-end: 13px;
}

.mm-home-hero .mm-hero__dots {
    inset-inline-start: 50%;
    inset-inline-end: auto;
    bottom: 36px;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    transform: translateX(-50%);
}

.mm-home-hero .mm-hero__dot,
.mm-home-hero .mm-hero__dot.is-active {
    width: 10px;
    height: 10px;
    padding: 0;
}

.mm-home-hero .mm-hero__dot {
    background: rgba(255, 255, 255, 0.9);
}

.mm-home-hero .mm-hero__dot.is-active {
    background: #ff731b;
}

.mm-home-solutions {
    z-index: 6;
    width: min(1280px, calc(100% - 92px));
    margin: -18px auto 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mm-home-solution-card {
    height: 270px;
    min-height: 270px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 136px minmax(0, 1fr) auto;
    gap: 7px;
    overflow: hidden;
    padding: 16px 17px 18px;
    border: 1px solid #e3e7ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 20, 38, 0.09);
}

.mm-home-solution-card::after,
.mm-home-solution-card__number {
    display: none;
}

.mm-home-solution-card:hover {
    border-color: rgba(245, 130, 32, 0.3);
    box-shadow: 0 12px 30px rgba(7, 20, 38, 0.12);
    transform: translateY(-2px);
}

.mm-home-solution-card__icon {
    position: absolute;
    z-index: 3;
    inset-block-start: 16px;
    inset-inline-start: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    color: #15263e;
    background: #f3f5f8;
    box-shadow: none;
}

.mm-home-solution-card__icon .mm-solution-svg {
    width: 24px;
    height: 24px;
}

.mm-home-solution-card__visual {
    position: relative;
    display: flex;
    height: 136px;
    min-height: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mm-home-solution-card__visual img {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 10px rgba(7, 20, 38, 0.11));
}

.mm-home-solution-card__body {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 6px;
}

.mm-home-solution-card__body,
.mm-home-solution-card__link {
    grid-column: 1;
}

.mm-home-solution-card h2 {
    margin: 0;
    color: #0c1e36;
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.25;
}

.mm-home-solution-card p {
    margin: 0;
    color: #435065;
    font-size: 13px;
    line-height: 1.5;
}

.mm-home-solution-card__link {
    position: relative;
    z-index: 2;
    align-self: end;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    color: #ff6512;
    font-size: 14px;
    font-weight: 760;
}

/* makmach-home-quick-compact-v20260728 */
.mm-home-quick-quote {
    width: min(1280px, calc(100% - 92px));
    margin: 18px auto 0;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
    gap: 24px;
    align-items: center;
    padding: 16px 20px;
    overflow: visible;
    border: 1px solid #e3e7ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 20, 38, 0.08);
}

.mm-home-quick-quote__copy {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    gap: 16px;
    padding: 4px 0;
    border: 0;
    background: transparent;
}

.mm-home-quick-quote__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #ff6b16;
    background: #fff3e9;
    font-size: inherit;
}

.mm-home-quick-quote__icon .mm-quote-line-icon {
    width: 34px;
    height: 34px;
    display: block;
}

.mm-home-quick-quote__copy h2 {
    margin: 0;
    color: #0c1e36;
    font-family: var(--mm-font-reference);
    font-size: clamp(18px, 1.7vw, 21px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.mm-home-quick-quote__copy p {
    max-width: 300px;
    margin: 7px 0 0;
    color: #4f5c6e;
    font-family: var(--mm-font-reference);
    font-size: 12.5px;
    line-height: 1.5;
}

.mm-home-quick-quote__form {
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    color: var(--mm-ink);
    background: transparent;
}

.mm-home-quick-quote .mm-mini-form--compact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-form-status,
.mm-home-quick-quote .mm-mini-form--compact .mm-form-errors,
.mm-home-quick-quote .mm-mini-form--compact .mm-check--compact {
    grid-column: 1 / -1;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-field {
    display: grid;
    min-width: 0;
    margin: 0;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-input,
.mm-home-quick-quote .mm-mini-form--compact .mm-textarea {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #dfe5ec;
    border-radius: 6px;
    color: #17263b;
    background: #fff;
    font-family: var(--mm-font-reference);
    font-size: 12px;
    box-shadow: 0 1px 2px rgba(7, 20, 38, 0.03);
}

.mm-home-quick-quote .mm-mini-form--compact .mm-input::placeholder,
.mm-home-quick-quote .mm-mini-form--compact .mm-textarea::placeholder {
    color: #667386;
    opacity: 1;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-input:focus,
.mm-home-quick-quote .mm-mini-form--compact .mm-textarea:focus {
    border-color: rgba(245, 130, 32, 0.7);
    outline: 2px solid rgba(245, 130, 32, 0.12);
    outline-offset: 0;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-textarea {
    height: 50px;
    min-height: 50px;
    padding-block: 9px;
    resize: none;
}

.mm-home-quick-quote .mm-mini-form--compact > .mm-btn {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    grid-column: auto;
    border-radius: 6px;
    font-family: var(--mm-font-reference);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

.mm-home-quick-quote .mm-mini-form--compact.mm-mini-form--without-whatsapp .mm-mini-form__submit {
    grid-column: 1 / -1;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-mini-form__whatsapp {
    color: #2fb762;
    border-color: rgba(47, 183, 98, 0.48);
    background: #fff;
    box-shadow: none;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-mini-form__whatsapp .mm-whatsapp-logo {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 20px;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-mini-form__whatsapp .mm-btn__arrow {
    display: none;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-check--compact {
    margin: 0;
    align-items: center;
    color: #697587;
    font-size: 10.5px;
    line-height: 1.25;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-check--compact input {
    width: 14px;
    height: 14px;
    margin: 0;
    flex: 0 0 14px;
}

.mm-home-quick-quote .mm-mini-form--compact .mm-check--compact p {
    margin: 0;
}

@media (min-width: 901px) {
    .mm-home-quick-quote .mm-human-verification {
        grid-template-columns: minmax(220px, 0.9fr) minmax(160px, 0.65fr) minmax(220px, 1fr);
        align-items: center;
        width: 100%;
    }

    .mm-home-quick-quote .mm-human-verification__heading {
        grid-column: 1 / -1;
    }

    .mm-home-quick-quote .mm-human-verification .mm-human-verification__confirmation {
        grid-column: 3;
        min-height: 34px;
        align-items: center;
        padding-inline: 4px;
    }
}

@media (max-width: 900px) {
    .mm-home-quick-quote {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
    }

    .mm-home-quick-quote__copy {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .mm-home-quick-quote__copy p {
        max-width: 560px;
    }
}

@media (max-width: 640px) {
    .mm-home-quick-quote {
        width: calc(100% - 20px);
        margin-top: 14px;
        gap: 12px;
        padding: 14px;
    }

    .mm-home-quick-quote__copy {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
        padding: 0;
    }

    .mm-home-quick-quote__icon {
        width: 46px;
        height: 46px;
    }

    .mm-home-quick-quote__icon .mm-quote-line-icon {
        width: 27px;
        height: 27px;
    }

    .mm-home-quick-quote__copy h2 {
        font-size: 18px;
    }

    .mm-home-quick-quote__copy p {
        margin-top: 4px;
        font-size: 12px;
    }

    .mm-home-quick-quote .mm-mini-form--compact {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mm-home-quick-quote .mm-mini-form--compact > .mm-btn,
    .mm-home-quick-quote .mm-mini-form--compact .mm-check--compact {
        grid-column: 1;
    }
}

/* makmach-prefooter-footer-reference-v20260728 */
.mm-home-page .mm-home {
    padding-bottom: 14px;
}

.mm-home-prefooter {
    width: min(1280px, calc(100% - 40px));
    margin-top: clamp(38px, 5vw, 56px);
}

.mm-home-prefooter__band {
    min-height: 96px;
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 17px 20px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(110deg, #061a2f 0%, #08223d 62%, #061a2f 100%);
    box-shadow: 0 9px 24px rgba(7, 20, 38, 0.13);
}

.mm-home-prefooter__lead {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 18px;
}

.mm-home-prefooter__icon {
    width: 52px;
    height: 52px;
    display: grid;
    flex: 0 0 52px;
    place-items: center;
    color: #ff6b16;
}

.mm-home-prefooter__icon .mm-support-line-icon {
    width: 46px;
    height: 46px;
    display: block;
}

.mm-home-prefooter__lead h2 {
    max-width: 340px;
    margin: 0;
    color: #fff;
    font-family: var(--mm-font-reference);
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

.mm-home-prefooter__actions {
    display: grid;
    grid-template-columns: minmax(100px, auto) minmax(132px, auto) minmax(160px, auto);
    align-items: center;
    gap: 8px;
}

.mm-home-prefooter__actions .mm-btn,
.mm-home-prefooter__phone,
.mm-home-prefooter__whatsapp {
    min-height: 46px;
    margin: 0;
    border-radius: 6px;
    font-family: var(--mm-font-reference);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0;
}

.mm-home-prefooter__actions .mm-btn {
    width: 100%;
    min-width: 0;
    padding-inline: 16px 10px;
}

.mm-home-prefooter__phone,
.mm-home-prefooter__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.015);
}

.mm-home-prefooter__phone .mm-contact-line-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #fff;
}

.mm-home-prefooter__phone span {
    display: grid;
    gap: 2px;
    line-height: 1.05;
}

.mm-home-prefooter__phone strong {
    font-size: 10.5px;
    font-weight: 600;
}

.mm-home-prefooter__phone small {
    color: rgba(255, 255, 255, 0.86);
    font-size: 9.5px;
    white-space: nowrap;
}

.mm-home-prefooter__whatsapp {
    color: #dffbea;
    border-color: rgba(54, 205, 108, 0.82);
}

.mm-home-prefooter__whatsapp .mm-whatsapp-outline {
    width: 20px;
    height: 20px;
    display: block;
    color: #35d36f;
}

.mm-home-prefooter__phone:hover,
.mm-home-prefooter__phone:focus-visible,
.mm-home-prefooter__whatsapp:hover,
.mm-home-prefooter__whatsapp:focus-visible {
    background: rgba(255, 255, 255, 0.07);
}

.mm-home-page .mm-footer {
    margin-top: 0;
}

.mm-footer {
    color: rgba(255, 255, 255, 0.78);
    background: linear-gradient(110deg, #061a2f 0%, #08223d 58%, #06182b 100%);
    font-family: var(--mm-font-reference);
}

.mm-footer__inner {
    width: min(1280px, calc(100% - 40px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(220px, 1.28fr) repeat(4, minmax(130px, 1fr));
    gap: 0;
    padding: 30px 0 25px;
}

.mm-footer__column {
    min-width: 0;
    padding: 0 22px;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
}

.mm-footer__brand {
    padding-inline-start: 0;
    border-inline-start: 0;
}

.mm-footer__logo {
    width: min(180px, 100%);
    height: auto;
    max-height: 64px;
    object-fit: contain;
    object-position: left center;
}

[dir="rtl"] .mm-footer__logo {
    object-position: right center;
}

.mm-footer h2,
.mm-footer h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: var(--mm-font-reference);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.mm-footer__description,
.mm-footer__description p {
    max-width: 245px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11.5px;
    line-height: 1.55;
}

.mm-footer__description {
    margin-top: 10px;
}

.mm-footer__description p {
    margin: 0;
}

.mm-footer__links {
    display: grid;
    gap: 9px;
    font-size: 11.5px;
    line-height: 1.4;
}

.mm-footer__links a,
.mm-footer__links span {
    color: rgba(255, 255, 255, 0.76);
}

.mm-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mm-footer__links a:hover,
.mm-footer__links a:focus-visible {
    color: #fff;
}

.mm-footer__contact .mm-inline-contact {
    align-items: flex-start;
    overflow-wrap: anywhere;
}

.mm-footer__contact .mm-contact-line-icon {
    width: 14px;
    height: 14px;
    margin-top: 1px;
    flex: 0 0 14px;
    color: rgba(255, 255, 255, 0.86);
}

.mm-footer__address p {
    margin: 0;
}

.mm-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.mm-footer__socials a {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.mm-footer__socials a:hover,
.mm-footer__socials a:focus-visible {
    color: #061a2f;
    border-color: #fff;
    background: #fff;
}

.mm-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mm-footer__bottom-inner {
    width: min(1280px, calc(100% - 40px));
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 0 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
}

.mm-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin-inline-start: auto;
    justify-content: flex-end;
}

.mm-footer__legal a {
    padding-inline: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.mm-footer__legal a + a {
    border-inline-start: 1px solid rgba(255, 255, 255, 0.18);
}

.mm-footer__legal a:last-child {
    padding-inline-end: 0;
}

@media (max-width: 1050px) {
    .mm-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 26px;
    }

    .mm-footer__brand {
        grid-column: 1 / -1;
    }

    .mm-footer__column {
        padding-inline: 20px;
    }

    .mm-footer__brand,
    .mm-footer__column:nth-child(2),
    .mm-footer__column:nth-child(4) {
        padding-inline-start: 0;
        border-inline-start: 0;
    }
}

@media (max-width: 720px) {
    .mm-home-prefooter__band {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mm-home-prefooter__lead h2 {
        max-width: 560px;
    }

    .mm-home-prefooter__actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mm-home-prefooter {
        width: calc(100% - 20px);
        margin-top: 32px;
    }

    .mm-home-prefooter__band {
        gap: 16px;
        padding: 18px 14px;
        border-radius: 12px;
    }

    .mm-home-prefooter__lead {
        gap: 12px;
    }

    .mm-home-prefooter__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .mm-home-prefooter__icon .mm-support-line-icon {
        width: 40px;
        height: 40px;
    }

    .mm-home-prefooter__lead h2 {
        font-size: 17px;
    }

    .mm-home-prefooter__actions {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .mm-home-prefooter__phone,
    .mm-home-prefooter__whatsapp {
        width: 100%;
    }

    .mm-footer__inner {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        row-gap: 0;
        padding: 28px 0 18px;
    }

    .mm-footer__brand {
        grid-column: 1;
    }

    .mm-footer__column,
    .mm-footer__brand,
    .mm-footer__column:nth-child(2),
    .mm-footer__column:nth-child(4) {
        padding: 18px 0;
        border-inline-start: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mm-footer__brand {
        padding-top: 0;
        border-top: 0;
    }

    .mm-footer__bottom-inner {
        width: calc(100% - 28px);
        align-items: flex-start;
        flex-direction: column;
        padding-block: 14px 18px;
    }

    .mm-footer__legal {
        margin-inline-start: 0;
        justify-content: flex-start;
    }

    .mm-footer__legal a:first-child {
        padding-inline-start: 0;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .mm-header.mm-header--with-brand-descriptor,
    .mm-header-wrap.is-scrolled .mm-header.mm-header--with-brand-descriptor {
        grid-template-columns: 165px minmax(0, 1fr) auto;
    }

    .mm-header,
    .mm-header-wrap.is-scrolled .mm-header {
        width: 100%;
        grid-template-columns: 165px minmax(0, 1fr) auto;
        gap: 12px;
        padding-inline: 36px;
    }

    .mm-brand img,
    .mm-header-wrap.is-scrolled .mm-brand img {
        width: 165px;
        max-width: 165px;
    }

    .mm-brand__logo,
    .mm-header-wrap.is-scrolled .mm-brand__logo {
        font-size: 43px;
    }

    .mm-nav {
        display: flex;
        gap: 11px;
    }

    .mm-nav__link,
    .mm-header-wrap.is-scrolled .mm-nav__link {
        font-size: 11.5px;
    }

    .mm-header__actions {
        gap: 7px;
    }

    .mm-icon-action,
    .mm-header-wrap.is-scrolled .mm-icon-action {
        display: inline-flex;
        width: 38px;
        height: 38px;
    }

    .mm-header__actions .mm-icon-action--phone {
        display: inline-flex;
    }

    .mm-header__actions > .mm-btn,
    .mm-header-wrap.is-scrolled .mm-header__actions > .mm-btn {
        display: inline-flex;
        min-width: 98px;
        min-height: 40px;
        padding-inline: 11px 8px;
        font-size: 12px;
    }

    .mm-mobile-toggle {
        display: none;
    }

    .mm-home-hero h1 {
        max-width: 510px;
        font-size: 30px;
        line-height: 1.12;
    }

    .mm-home-hero p {
        max-width: 430px;
    }
}

@media (max-width: 900px) {
    :root {
        --mm-header-height: 104px;
        --mm-header-compact-height: 68px;
    }

    .mm-header.mm-header--with-brand-descriptor,
    .mm-header-wrap.is-scrolled .mm-header.mm-header--with-brand-descriptor {
        grid-template-columns: minmax(124px, auto) 1fr auto;
    }

    .mm-topbar,
    .mm-header-wrap.is-scrolled .mm-topbar {
        padding-inline: 16px;
    }

    .mm-header,
    .mm-header-wrap.is-scrolled .mm-header {
        width: 100%;
        min-height: 70px;
        grid-template-columns: minmax(124px, auto) 1fr auto;
        gap: 12px;
        padding: 7px 14px;
    }

    .mm-nav,
    .mm-header__actions > .mm-btn,
    .mm-header__actions .mm-icon-action--phone {
        display: none;
    }

    .mm-mobile-toggle {
        display: inline-flex;
    }

    .mm-home-page .mm-home-hero,
    .mm-home-page .mm-home-hero .mm-hero__content {
        min-height: 520px;
    }

    .mm-home-page .mm-home-hero .mm-hero__content {
        width: calc(100% - 56px);
        padding: 48px 0 108px;
    }

    .mm-home-hero h1 {
        max-width: 580px;
        font-size: clamp(34px, 6vw, 44px);
    }

    .mm-hero__control {
        top: auto;
        bottom: 36px;
        transform: none;
    }

    .mm-hero__control:hover,
    .mm-hero__control:focus-visible {
        transform: scale(1.04);
    }

    .mm-home-hero .mm-hero__dots {
        bottom: 48px;
    }

    .mm-home-solutions {
        width: calc(100% - 40px);
        margin-top: -18px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mm-home-solution-card {
        height: auto;
        min-height: 176px;
        grid-template-columns: minmax(130px, 32%) minmax(0, 1fr);
        grid-template-rows: 1fr auto;
        align-items: center;
        gap: 8px 18px;
        padding: 16px 20px;
    }

    .mm-home-solution-card__visual {
        height: 144px;
        grid-row: 1 / 3;
    }

    .mm-home-solution-card__body,
    .mm-home-solution-card__link {
        grid-column: 2;
    }
}

@media (max-width: 640px) {
    :root {
        --mm-header-height: 100px;
        --mm-header-compact-height: 64px;
    }

    .mm-topbar {
        min-height: 30px;
        max-height: 30px;
        padding-inline: 11px;
    }

    .mm-topbar .mm-inline-contact[href^="mailto:"] {
        display: none;
    }

    .mm-topbar__meta,
    .mm-topbar__links {
        gap: 7px;
        font-size: 11px;
    }

    .mm-topbar .mm-lang-switcher__link {
        padding-inline: 4px;
    }

    .mm-topbar .mm-lang-switcher__flag,
    .mm-topbar .mm-lang-switcher__svg {
        width: 14px;
        height: 14px;
    }

    .mm-topbar .mm-lang-switcher__code {
        display: none;
    }

    .mm-header,
    .mm-header-wrap.is-scrolled .mm-header {
        width: 100%;
        min-height: 70px;
        padding-inline: 10px;
    }

    .mm-brand img,
    .mm-header-wrap.is-scrolled .mm-brand img {
        width: clamp(171px, 53.2vw, 196px);
        max-width: 196px;
    }

    .mm-home-page .mm-home-hero,
    .mm-home-page .mm-home-hero .mm-hero__content {
        min-height: 590px;
    }

    .mm-home-page .mm-home-hero .mm-hero__content {
        width: calc(100% - 36px);
        padding: 38px 0 100px;
    }

    .mm-home-hero h1 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.12;
    }

    .mm-home-hero p {
        font-size: 15px;
    }

    .mm-hero__control {
        top: auto;
        bottom: 28px;
        width: 34px;
        height: 34px;
        transform: none;
    }

    .mm-hero__control:hover,
    .mm-hero__control:focus-visible {
        transform: scale(1.04);
    }

    .mm-home-hero .mm-hero__dots {
        bottom: 39px;
    }

    .mm-home-solutions {
        width: calc(100% - 24px);
        margin-top: -14px;
    }

    .mm-home-solution-card {
        min-height: 164px;
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 7px 14px;
        padding: 14px;
    }

    .mm-home-solution-card__visual {
        height: 124px;
    }

    .mm-home-solution-card__icon {
        inset-block-start: 12px;
        inset-inline-start: 12px;
        width: 36px;
        height: 36px;
    }

    .mm-home-solution-card__icon .mm-solution-svg {
        width: 21px;
        height: 21px;
    }

    .mm-home-solution-card h2 {
        font-size: 16px;
    }

    .mm-home-solution-card p {
        font-size: 12.5px;
    }
}

/* makmach-catalog-reference-v20260728 */
.mm-catalog-page {
    padding-bottom: 0;
    color: #0b1d35;
    background: #fff;
}

.mm-catalog-page .mm-catalog-hero--reference {
    position: relative;
    min-height: 282px;
    padding: 0;
    overflow: hidden;
    color: #0b1d35;
    background: #eef3f8;
}

.mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__inner {
    position: relative;
    min-height: 282px;
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    gap: 0;
    align-items: stretch;
}

.mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__copy {
    position: relative;
    z-index: 2;
    align-content: center;
    gap: 14px;
    padding: 32px 26px 54px 0;
}

.mm-catalog-page .mm-catalog-hero--reference .mm-breadcrumb {
    margin: 0 0 4px;
    color: #667085;
    font-size: 12px;
}

.mm-catalog-page .mm-catalog-hero--reference .mm-breadcrumb a {
    color: #5d6879;
}

.mm-catalog-page .mm-catalog-hero--reference h1 {
    max-width: 520px;
    margin: 0;
    color: #0b1d35;
    font-family: var(--mm-font-reference);
    font-size: clamp(31px, 3.1vw, 42px);
    font-weight: 760;
    line-height: 1.12;
}

.mm-catalog-page .mm-catalog-hero--reference p {
    max-width: 510px;
    margin: 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
}

.mm-catalog-page .mm-catalog-hero__visual--reference {
    position: relative;
    min-height: 282px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: #e6edf4;
    box-shadow: none;
}

.mm-catalog-page .mm-catalog-hero__visual--reference::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, #eef3f8 0%, rgba(238, 243, 248, 0.92) 9%, rgba(238, 243, 248, 0.15) 42%, rgba(238, 243, 248, 0) 68%);
}

.mm-catalog-page .mm-catalog-hero__visual--reference img {
    width: 100%;
    height: 100%;
    min-height: 282px;
    max-height: 282px;
    padding: 0;
    object-fit: cover;
    object-position: center;
}

.mm-catalog-page .mm-catalog-hero--media-only .mm-catalog-hero__inner {
    grid-template-columns: minmax(0, 1fr);
}

.mm-catalog-page .mm-catalog-hero--media-only .mm-catalog-hero__visual--reference {
    grid-column: 1;
}

.mm-catalog-page .mm-catalog-hero--media-only .mm-catalog-hero__visual--reference::before {
    display: none;
}

.mm-catalog-page .mm-category-rail {
    width: var(--mm-container);
    margin: -30px auto 0;
}

.mm-catalog-page .mm-category-rail__inner {
    gap: 0;
    min-height: 66px;
    padding: 0 12px;
    overflow-y: hidden;
    border: 1px solid #e2e7ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 29, 48, 0.1);
}

.mm-catalog-page .mm-category-chip {
    position: relative;
    flex: 1 0 136px;
    justify-content: center;
    gap: 8px;
    min-height: 65px;
    max-width: none;
    padding: 9px 12px;
    border: 0;
    border-radius: 0;
    color: #152238;
    background: #fff;
    font-size: 12px;
    font-weight: 680;
    line-height: 1.25;
    text-align: start;
    white-space: normal;
}

.mm-catalog-page .mm-category-chip::after {
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 2px;
    content: "";
    background: transparent;
}

.mm-catalog-page .mm-category-chip:hover,
.mm-catalog-page .mm-category-chip:focus-visible,
.mm-catalog-page .mm-category-chip.is-active {
    color: #f06416;
    border-color: transparent;
    background: #fff;
    transform: none;
}

.mm-catalog-page .mm-category-chip.is-active::after {
    background: #ff5f0f;
}

.mm-catalog-page .mm-category-chip__icon {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border: 0;
    border-radius: 0;
    color: #18304f;
    background: transparent;
}

.mm-catalog-page .mm-category-chip.is-active .mm-category-chip__icon {
    color: #ff5f0f;
}

.mm-catalog-page .mm-category-chip__icon .mm-solution-svg {
    width: 28px;
    height: 28px;
}

.mm-catalog-page .mm-catalog-layout--b2b {
    width: var(--mm-container);
    max-width: 1280px;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    margin: 42px auto 0;
}

.mm-catalog-page .mm-catalog-layout--products-only {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 24px;
}

.mm-catalog-landing-copy {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto clamp(34px, 4vw, 54px);
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 33, 58, 0.07);
}

.mm-catalog-landing-copy h2 {
    margin: 0 0 16px;
    color: #10213a;
    font-size: clamp(23px, 2.4vw, 32px);
    line-height: 1.15;
}

.mm-catalog-landing-copy .mm-rich-content {
    max-width: 980px;
    color: #4c596b;
    font-size: 15px;
    line-height: 1.75;
}

.mm-catalog-landing-copy .mm-rich-content > :first-child {
    margin-top: 0;
}

.mm-catalog-landing-copy .mm-rich-content > :last-child {
    margin-bottom: 0;
}

.mm-catalog-page .mm-category-panel {
    gap: 13px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mm-catalog-page .mm-category-panel__intro {
    gap: 5px;
    padding: 15px 16px 10px;
    border: 1px solid #e1e6ed;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.mm-catalog-page .mm-category-panel__intro strong {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #10213a;
    font-size: 14px;
}

.mm-catalog-page .mm-category-panel__intro p {
    display: none;
}

.mm-category-panel__heading-icon {
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    color: #10213a;
}

.mm-category-panel__heading-icon .mm-solution-svg {
    width: 19px;
    height: 19px;
}

.mm-catalog-page .mm-category-panel__nav {
    gap: 2px;
    margin-top: -13px;
    padding: 5px 10px 12px;
    border: 1px solid #e1e6ed;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.mm-catalog-page .mm-category-panel__nav a {
    position: relative;
    min-height: 29px;
    padding: 5px 6px 5px 25px;
    border: 0;
    border-radius: 0;
    color: #526071;
    background: transparent;
    font-size: 11.5px;
    font-weight: 520;
}

.mm-catalog-page .mm-category-panel__nav a::before {
    position: absolute;
    left: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #ccd5df;
    border-radius: 999px;
    content: "";
    background: #fff;
}

.mm-catalog-page .mm-category-panel__nav a:hover,
.mm-catalog-page .mm-category-panel__nav a:focus-visible,
.mm-catalog-page .mm-category-panel__nav a.is-active {
    color: #f25f13;
    border-color: transparent;
    background: transparent;
}

.mm-catalog-page .mm-category-panel__nav a.is-active::before {
    border: 3px solid #ff620f;
}

.mm-catalog-page .mm-category-panel__nav em {
    padding: 0;
    color: #8792a2;
    background: transparent;
    font-size: 10px;
}

.mm-catalog-page .mm-filter-panel__form {
    gap: 12px;
}

.mm-catalog-page .mm-filter-panel__form .mm-field,
.mm-catalog-page .mm-filter-panel__form .mm-check {
    gap: 8px;
    padding: 13px 14px;
    border: 1px solid #e1e6ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(17, 31, 51, 0.035);
}

.mm-catalog-page .mm-filter-panel__form .mm-field label,
.mm-catalog-page .mm-filter-panel__form .mm-check span {
    color: #152238;
    font-size: 11.5px;
    font-weight: 720;
}

.mm-catalog-page .mm-filter-panel__form .mm-input {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 5px;
    color: #526071;
    background: #fff;
    font-size: 11.5px;
}

.mm-catalog-page .mm-filter-panel__form > .mm-btn {
    width: 100%;
    min-height: 40px;
    border-radius: 6px;
}

.mm-catalog-page .mm-filter-panel__reset {
    font-size: 11.5px;
}

.mm-category-panel__support {
    display: grid;
    gap: 9px;
    padding: 18px 15px;
    border: 1px solid #e1e6ed;
    border-radius: 8px;
    background: #fff;
}

.mm-category-panel__support > span {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #18304f;
}

.mm-category-panel__support > span svg {
    width: 34px;
    height: 34px;
}

.mm-category-panel__support h2 {
    margin: 0;
    color: #10213a;
    font-size: 15px;
    line-height: 1.25;
}

.mm-category-panel__support p {
    margin: 0;
    color: #667085;
    font-size: 11.5px;
    line-height: 1.55;
}

.mm-category-panel__support .mm-btn {
    justify-self: start;
    min-height: 36px;
    padding-inline: 12px;
    border-radius: 5px;
    font-size: 11px;
}

.mm-catalog-page .mm-catalog-content {
    display: block;
}

.mm-catalog-results {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    color: #7b8796;
    font-size: 11px;
}

.mm-catalog-results strong {
    color: #152238;
    font-size: 13px;
}

.mm-catalog-page .mm-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

/* makmach-category-product-cards-v20260812 */
.mm-catalog-page .mm-product-grid--category-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 1.7vw, 22px);
}

.mm-catalog-page .mm-product-card {
    min-height: 356px;
    overflow: hidden;
    border: 1px solid #e0e5eb;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(16, 33, 58, 0.065);
}

.mm-catalog-page .mm-product-card:hover {
    border-color: rgba(255, 95, 15, 0.45);
    box-shadow: 0 12px 28px rgba(16, 33, 58, 0.11);
    transform: translateY(-2px);
}

.mm-catalog-page .mm-product-card__media {
    position: relative;
    aspect-ratio: 1.13 / 1;
    border-bottom: 1px solid #e3e7ec;
    background: #eef2f6;
}

.mm-catalog-page .mm-product-card__media img {
    padding: 0;
    object-fit: cover;
}

.mm-catalog-page .mm-product-card__content {
    gap: 8px;
    padding: 13px 11px 11px;
}

.mm-catalog-page .mm-product-card__meta {
    display: none;
}

.mm-catalog-page .mm-product-card h3 {
    min-height: 2.55em;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.28;
}

.mm-catalog-page .mm-product-card p {
    min-height: 4.3em;
    color: #687587;
    font-size: 11.5px;
    line-height: 1.48;
}

.mm-catalog-page .mm-product-card__actions {
    gap: 7px;
}

.mm-catalog-page .mm-product-card__actions .mm-btn {
    min-height: 34px;
    padding-inline: 8px;
    border-radius: 5px;
    font-size: 10px;
    white-space: nowrap;
}

.mm-catalog-page .mm-product-card--category-style {
    min-height: 0;
    border-color: #e3e8ef;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(16, 33, 58, 0.1);
}

.mm-catalog-page .mm-product-card--category-style .mm-product-card__media {
    aspect-ratio: 1.72 / 1;
}

.mm-catalog-page .mm-product-card--category-style .mm-product-card__content {
    gap: 0;
    padding: 0;
}

.mm-catalog-page .mm-product-card--category-style h3 {
    display: flex;
    min-height: 58px;
    align-items: center;
    margin: 0;
    padding: 12px 16px;
    color: #fff;
    background: var(--mm-orange);
    font-size: clamp(16px, 1.3vw, 18px);
    font-weight: 800;
    line-height: 1.25;
    -webkit-line-clamp: 2;
}

.mm-catalog-page .mm-product-card--category-style .mm-product-card__actions {
    gap: 9px;
    padding: 13px 14px 14px;
}

.mm-catalog-page .mm-product-card--category-style .mm-product-card__actions .mm-btn {
    min-height: 40px;
    padding-inline: 11px;
    font-size: 11px;
}

.mm-second-hand-card--catalog .mm-second-hand-card__status {
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: rgba(11, 29, 53, 0.86);
    font-size: 9px;
    font-weight: 800;
}

.mm-second-hand-card__summary {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    color: #7b8796;
    font-size: 10px;
}

.mm-second-hand-card__summary span + span::before {
    margin-inline-end: 5px;
    content: "•";
    color: #ff620f;
}

.mm-catalog-support-card {
    display: flex;
    min-height: 356px;
    flex-direction: column;
    gap: 10px;
    padding: 22px 16px 16px;
    border: 1px solid #e1e6ed;
    border-radius: 8px;
}

.mm-catalog-support-card--solution {
    border-color: #f6dfcd;
    background: linear-gradient(145deg, #fffaf6, #fff4e9);
}

.mm-catalog-support-card--whatsapp {
    border-color: #d7ebdc;
    background: linear-gradient(145deg, #f8fdf9, #edf8f0);
}

.mm-catalog-support-card__icon {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #ff620f;
}

.mm-catalog-support-card--whatsapp .mm-catalog-support-card__icon {
    color: #20a84b;
}

.mm-catalog-support-card__icon svg {
    width: 34px;
    height: 34px;
}

.mm-catalog-support-card h3 {
    margin: 0;
    color: #10213a;
    font-size: 16px;
    line-height: 1.25;
}

.mm-catalog-support-card p {
    margin: 0;
    color: #667085;
    font-size: 11.5px;
    line-height: 1.55;
}

.mm-catalog-support-card .mm-btn {
    width: 100%;
    min-height: 38px;
    margin-top: auto;
    border-radius: 5px;
    font-size: 11px;
}

.mm-catalog-page .mm-pagination {
    margin-top: 24px;
}

.mm-catalog-bottom {
    width: var(--mm-container);
    margin: 34px auto 0;
}

.mm-catalog-page .mm-catalog-cta .mm-cta-band {
    min-height: 100px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    padding: 20px 30px;
    border: 1px solid #dde4eb;
    border-radius: 8px;
    color: #10213a;
    background: #fff;
    box-shadow: 0 6px 18px rgba(16, 33, 58, 0.04);
}

.mm-catalog-page .mm-catalog-cta .mm-cta-band h2 {
    margin: 0 0 5px;
    font-size: 21px;
    line-height: 1.25;
}

.mm-catalog-page .mm-catalog-cta .mm-cta-band p {
    color: #667085;
    font-size: 12px;
    line-height: 1.5;
}

.mm-catalog-page .mm-catalog-cta .mm-btn {
    min-width: 142px;
    min-height: 42px;
    border-radius: 6px;
    font-size: 12px;
}

.mm-catalog-benefits {
    padding: 26px 20px 24px;
}

.mm-catalog-benefits > h2 {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 26px;
    color: #10213a;
    font-size: 21px;
    text-align: center;
}

.mm-catalog-benefits > h2::after {
    display: block;
    width: 30px;
    height: 2px;
    margin: 8px auto 0;
    content: "";
    background: #ff620f;
}

.mm-catalog-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.mm-catalog-benefit {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.mm-catalog-benefit__icon {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #ff620f;
}

.mm-catalog-benefit__icon svg {
    width: 42px;
    height: 42px;
}

.mm-catalog-benefit h3,
.mm-catalog-benefit p {
    margin: 0;
}

.mm-catalog-benefit h3 {
    color: #10213a;
    font-size: 13px;
}

.mm-catalog-benefit p {
    margin-top: 4px;
    color: #667085;
    font-size: 10.5px;
    line-height: 1.45;
}

[dir="rtl"] .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__copy {
    padding-right: 0;
    padding-left: 26px;
}

[dir="rtl"] .mm-catalog-page .mm-catalog-hero__visual--reference::before {
    background: linear-gradient(270deg, #eef3f8 0%, rgba(238, 243, 248, 0.92) 9%, rgba(238, 243, 248, 0.15) 42%, rgba(238, 243, 248, 0) 68%);
}

[dir="rtl"] .mm-catalog-page .mm-category-panel__nav a {
    padding-right: 25px;
    padding-left: 6px;
}

[dir="rtl"] .mm-catalog-page .mm-category-panel__nav a::before {
    right: 5px;
    left: auto;
}

[dir="rtl"] .mm-second-hand-card--catalog .mm-second-hand-card__status {
    right: 9px;
    left: auto;
}

@media (max-width: 1210px) {
    .mm-catalog-page .mm-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__inner {
        grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
    }

    .mm-catalog-page .mm-catalog-layout--b2b {
        grid-template-columns: 1fr;
    }

    .mm-catalog-page .mm-filter-panel__toggle {
        display: inline-flex;
        border-radius: 7px;
    }

    .mm-catalog-page .mm-category-panel__intro,
    .mm-catalog-page .mm-category-panel__nav,
    .mm-catalog-page .mm-category-panel__support {
        display: none;
    }

    .mm-catalog-page .mm-category-panel.is-open .mm-category-panel__intro,
    .mm-catalog-page .mm-category-panel.is-open .mm-category-panel__nav,
    .mm-catalog-page .mm-category-panel.is-open .mm-category-panel__support {
        display: grid;
    }

    .mm-catalog-page .mm-category-panel.is-open .mm-category-panel__intro {
        margin-top: 12px;
    }
}

@media (max-width: 760px) {
    .mm-catalog-page .mm-catalog-hero--reference,
    .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__inner {
        min-height: 330px;
    }

    .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__inner {
        display: block;
    }

    .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__copy {
        min-height: 330px;
        align-content: end;
        padding: 54px 0 62px;
    }

    .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__copy::before {
        position: absolute;
        z-index: -1;
        inset: 0;
        content: "";
        background: linear-gradient(90deg, rgba(238, 243, 248, 0.98) 8%, rgba(238, 243, 248, 0.84) 58%, rgba(238, 243, 248, 0.28) 100%);
    }

    .mm-catalog-page .mm-catalog-hero__visual--reference {
        position: absolute;
        inset: 0;
        min-height: 330px;
        opacity: 0.78;
    }

    .mm-catalog-page .mm-catalog-hero__visual--reference img {
        min-height: 330px;
        max-height: 330px;
    }

    .mm-catalog-page .mm-category-rail {
        width: calc(100% - 20px);
        margin-top: -22px;
    }

    .mm-catalog-page .mm-category-rail__inner {
        min-height: 60px;
        padding-inline: 7px;
    }

    .mm-catalog-page .mm-category-chip {
        flex-basis: 128px;
        min-height: 59px;
    }

    .mm-catalog-page .mm-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .mm-catalog-page .mm-catalog-cta .mm-cta-band {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .mm-catalog-page .mm-cta-band__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .mm-catalog-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .mm-catalog-page .mm-catalog-hero--reference h1 {
        font-size: 30px;
    }

    .mm-catalog-page .mm-catalog-layout--b2b {
        margin-top: 28px;
    }

    .mm-catalog-page .mm-product-grid {
        grid-template-columns: 1fr;
    }

    .mm-catalog-page .mm-product-card,
    .mm-catalog-support-card {
        min-height: 0;
    }

    .mm-catalog-page .mm-product-card__media {
        aspect-ratio: 16 / 10;
    }

    .mm-catalog-page .mm-cta-band__actions,
    .mm-catalog-benefits__grid {
        grid-template-columns: 1fr;
    }

    .mm-catalog-benefit {
        max-width: 340px;
    }
}

/* makmach-header-logo-crisp-v20260728 */
.mm-brand__image-frame,
.mm-header-wrap.is-scrolled .mm-brand__image-frame {
    display: block;
    width: 218px;
    height: 56px;
    flex: 0 0 218px;
    overflow: hidden;
}

.mm-brand__image-frame img,
.mm-header-wrap.is-scrolled .mm-brand__image-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    margin: 0;
    object-fit: initial;
    object-position: initial;
    image-rendering: auto;
    transform: none;
    filter: none;
}

.mm-brand__image-frame--padded img,
.mm-header-wrap.is-scrolled .mm-brand__image-frame--padded img {
    margin-top: -8.18%;
}

.mm-brand__image-frame:not(.mm-brand__image-frame--padded),
.mm-header-wrap.is-scrolled .mm-brand__image-frame:not(.mm-brand__image-frame--padded) {
    display: flex;
    align-items: center;
}

.mm-brand__image-frame:not(.mm-brand__image-frame--padded) img,
.mm-header-wrap.is-scrolled .mm-brand__image-frame:not(.mm-brand__image-frame--padded) img {
    width: auto;
    max-width: 100%;
    max-height: 56px;
    margin-inline: auto;
}

@media (min-width: 901px) and (max-width: 1100px) {
    .mm-brand__image-frame,
    .mm-header-wrap.is-scrolled .mm-brand__image-frame {
        width: 165px;
        height: 48px;
        flex-basis: 165px;
    }

    .mm-brand__image-frame:not(.mm-brand__image-frame--padded) img,
    .mm-header-wrap.is-scrolled .mm-brand__image-frame:not(.mm-brand__image-frame--padded) img {
        max-height: 48px;
    }
}

@media (max-width: 900px) {
    .mm-brand__image-frame,
    .mm-header-wrap.is-scrolled .mm-brand__image-frame {
        width: min(196px, 52vw);
        height: 52px;
        flex-basis: min(196px, 52vw);
    }

    .mm-brand__image-frame:not(.mm-brand__image-frame--padded) img,
    .mm-header-wrap.is-scrolled .mm-brand__image-frame:not(.mm-brand__image-frame--padded) img {
        max-height: 52px;
    }
}

/* makmach-product-reference-v20260728 */
.mm-product-page {
    color: #0b1d35;
    background: #fff;
}

.mm-product-header-visual {
    position: relative;
    min-height: clamp(280px, 27vw, 360px);
    overflow: hidden;
    color: #fff;
    background: #0b1d35;
}

.mm-product-header-visual__image,
.mm-product-header-visual__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mm-product-header-visual__image {
    object-fit: cover;
    object-position: center;
}

.mm-product-header-visual__overlay {
    background:
        linear-gradient(90deg, rgba(7, 21, 39, 0.78) 0%, rgba(7, 21, 39, 0.38) 52%, rgba(7, 21, 39, 0.18) 100%),
        linear-gradient(180deg, rgba(7, 21, 39, 0.12), rgba(7, 21, 39, 0.52));
}

[dir="rtl"] .mm-product-header-visual__overlay {
    background:
        linear-gradient(270deg, rgba(7, 21, 39, 0.78) 0%, rgba(7, 21, 39, 0.38) 52%, rgba(7, 21, 39, 0.18) 100%),
        linear-gradient(180deg, rgba(7, 21, 39, 0.12), rgba(7, 21, 39, 0.52));
}

.mm-product-header-visual__inner {
    position: relative;
    z-index: 1;
    width: var(--mm-container);
    min-height: clamp(280px, 27vw, 360px);
    margin-inline: auto;
    display: flex;
    align-items: flex-end;
    padding: calc(var(--mm-visual-header-height) + 24px) 0 24px;
}

.mm-product-header-visual .mm-breadcrumb {
    gap: 7px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11.5px;
}

.mm-product-header-visual .mm-breadcrumb a {
    color: #fff;
    font-weight: 580;
}

.mm-product-page .mm-product-detail--reference {
    width: var(--mm-container);
    max-width: 1280px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    margin: 24px auto 0;
}

@media (max-width: 900px) {
    .mm-product-header-visual,
    .mm-product-header-visual__inner {
        min-height: 250px;
    }

    .mm-product-header-visual__inner {
        padding: calc(var(--mm-visual-header-height) + 18px) 0 20px;
    }
}

.mm-product-page .mm-product-detail__media,
.mm-product-page .mm-product-summary {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mm-product-page .mm-product-gallery {
    gap: 14px;
}

.mm-product-page .mm-product-gallery__main {
    aspect-ratio: 16 / 10;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #edf2f6;
}

.mm-product-page .mm-product-gallery__main img {
    object-fit: cover;
}

.mm-product-gallery__navigation {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 12px;
    align-items: center;
}

.mm-product-page .mm-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    overflow-x: auto;
    padding: 0;
}

.mm-product-page .mm-product-gallery__thumb {
    width: 100%;
    min-width: 78px;
    max-width: none;
    flex: initial;
    border-radius: 7px;
}

.mm-product-page .mm-product-gallery__thumb img {
    object-fit: cover;
}

.mm-product-gallery__control {
    display: inline-grid;
    width: 28px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 0;
    color: #506078;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.mm-product-gallery__control:hover,
.mm-product-gallery__control:focus-visible {
    color: #ff620f;
}

.mm-product-page .mm-product-summary {
    align-content: start;
    gap: 15px;
}

.mm-product-page .mm-product-summary h1 {
    color: #0b1d35;
    font-family: var(--mm-font-reference);
    font-size: clamp(31px, 3vw, 39px);
    font-weight: 760;
    line-height: 1.12;
}

.mm-product-page .mm-product-summary__lead {
    color: #5f6c7e;
    font-size: 13px;
    line-height: 1.58;
}

.mm-product-highlight-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mm-product-highlight-chips > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 11px;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    color: #5d6b7d;
    background: #fff;
    font-size: 10.5px;
    font-weight: 620;
}

.mm-product-highlight-chips__icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #1d3858;
    border-radius: 3px;
}

.mm-product-highlight-chips__quote .mm-product-highlight-chips__icon {
    border-color: #ff620f;
    border-radius: 999px;
}

.mm-product-page .mm-product-actions {
    display: grid;
    grid-template-columns: minmax(106px, 0.9fr) minmax(140px, 1.25fr) minmax(142px, 1.25fr);
    gap: 10px;
}

.mm-product-page .mm-product-actions .mm-btn {
    width: 100%;
    min-height: 46px;
    padding-inline: 12px;
    border-radius: 6px;
    font-size: 11.5px;
    white-space: nowrap;
}

.mm-product-page .mm-product-summary__specs {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    padding: 8px 14px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
}

.mm-product-page .mm-product-summary__specs div {
    display: grid;
    min-height: 39px;
    grid-template-columns: minmax(135px, 0.42fr) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 7px 0;
    border: 0;
    border-bottom: 1px solid #e7ebf0;
    border-radius: 0;
    background: transparent;
}

.mm-product-page .mm-product-summary__specs div:last-child {
    border-bottom: 0;
}

.mm-product-page .mm-product-summary__specs dt {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0;
    color: #5f6d80;
    font-size: 10.5px;
}

.mm-product-page .mm-product-summary__specs dt > span {
    display: inline-block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border: 1px solid #38516f;
    border-radius: 999px;
}

.mm-product-page .mm-product-summary__specs dd {
    color: #627084;
    font-size: 10.5px;
    font-weight: 520;
}

.mm-product-page .mm-product-summary__technical {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 11px;
}

.mm-product-reference-body {
    width: var(--mm-container);
    max-width: 1280px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 26px;
    align-items: start;
    margin: 26px auto 0;
}

.mm-product-reference-content {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.mm-product-page .mm-product-section-nav {
    width: 100%;
    margin: 0;
    gap: 0;
    padding: 0 8px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(16, 33, 58, 0.035);
}

.mm-product-page .mm-product-section-nav a {
    position: relative;
    flex: 1 0 auto;
    justify-content: center;
    min-height: 46px;
    padding: 14px 14px 12px;
    border: 0;
    border-radius: 0;
    color: #617086;
    font-size: 11.5px;
    font-weight: 650;
    text-align: center;
}

.mm-product-page .mm-product-section-nav a::after {
    position: absolute;
    right: 9px;
    bottom: 0;
    left: 9px;
    height: 2px;
    content: "";
    background: transparent;
}

.mm-product-page .mm-product-section-nav a:hover,
.mm-product-page .mm-product-section-nav a:focus-visible,
.mm-product-page .mm-product-section-nav a.is-active {
    color: #ff620f;
    background: transparent;
}

.mm-product-page .mm-product-section-nav a.is-active::after,
.mm-product-page .mm-product-section-nav a:hover::after {
    background: #ff620f;
}

.mm-product-reference-panel {
    padding: 14px 16px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(16, 33, 58, 0.025);
    scroll-margin-top: var(--mm-sticky-offset);
}

.mm-product-reference-panel > h2 {
    margin: 0 0 12px;
    color: #12243d;
    font-size: 14px;
    line-height: 1.3;
}

.mm-product-reference-panel .mm-rich-content {
    max-width: none;
    color: #566477;
    font-size: 11.5px;
    line-height: 1.65;
}

.mm-product-reference-panel .mm-rich-content p {
    margin-block: 0 12px;
}

.mm-product-reference-panel .mm-rich-content :last-child {
    margin-bottom: 0;
}

.mm-product-reference-panel.mm-product-content > h3 {
    margin: 14px 0 7px;
    font-size: 13px;
}

.mm-product-reference-panel .mm-specs {
    gap: 10px;
}

.mm-product-reference-panel .mm-specs__group {
    border-radius: 5px;
    box-shadow: none;
}

.mm-product-reference-panel .mm-specs__group h3 {
    padding: 9px 12px;
    font-size: 11.5px;
}

.mm-product-reference-panel .mm-specs dl div {
    min-height: 28px;
    grid-template-columns: minmax(180px, 0.38fr) 1fr;
    gap: 12px;
    padding: 6px 12px;
    font-size: 10.5px;
}

.mm-product-reference-panel .mm-specs dt,
.mm-product-reference-panel .mm-specs dd {
    font-weight: 560;
}

.mm-product-reference-panel .mm-specs dt {
    color: #233752;
}

.mm-product-reference-panel .mm-product-advantages ul,
.mm-product-reference-panel .mm-product-advantages ol,
.mm-product-reference-panel .mm-product-advantages:has(> p) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.mm-product-reference-panel .mm-product-advantages li,
.mm-product-reference-panel .mm-product-advantages > p {
    min-height: 112px;
    padding: 50px 10px 10px;
    border-color: #e1e6ec;
    border-radius: 6px;
    color: #21344f;
    background: #fff;
    font-size: 10.5px;
    font-weight: 650;
    text-align: center;
}

.mm-product-reference-panel .mm-product-advantages li::before,
.mm-product-reference-panel .mm-product-advantages > p::before {
    top: 14px;
    left: 50%;
    width: 27px;
    height: 27px;
    border: 2px solid #ff620f;
    color: #ff620f;
    background: transparent;
    transform: translateX(-50%);
}

[dir="rtl"] .mm-product-reference-panel .mm-product-advantages li,
[dir="rtl"] .mm-product-reference-panel .mm-product-advantages > p {
    padding: 50px 10px 10px;
}

[dir="rtl"] .mm-product-reference-panel .mm-product-advantages li::before,
[dir="rtl"] .mm-product-reference-panel .mm-product-advantages > p::before {
    right: auto;
    left: 50%;
}

.mm-product-reference-panel .mm-documents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mm-product-reference-panel .mm-documents a {
    padding: 11px 12px;
    border-radius: 6px;
    font-size: 11px;
    box-shadow: none;
}

.mm-product-reference-panel .mm-faq {
    gap: 4px;
}

.mm-product-reference-panel .mm-faq__item {
    border-radius: 5px;
}

.mm-product-reference-panel .mm-faq__item summary {
    padding: 8px 10px;
    color: #233752;
    font-size: 10.5px;
    font-weight: 620;
}

.mm-product-reference-panel .mm-faq__item div {
    padding: 0 10px 10px;
    font-size: 10.5px;
}

.mm-product-page .mm-product-reference-inquiry {
    position: sticky;
    top: var(--mm-sticky-offset);
    width: auto;
    margin: 0;
    display: block;
    padding: 22px 18px;
    border: 1px solid #dfe5ec;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(16, 33, 58, 0.08);
}

.mm-product-page .mm-product-inquiry__head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 18px;
}

.mm-product-inquiry__icon {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #ff620f;
}

.mm-product-inquiry__icon svg {
    width: 44px;
    height: 44px;
}

.mm-product-page .mm-product-inquiry__head h2 {
    margin: 3px 0 5px;
    font-size: 19px;
}

.mm-product-page .mm-product-inquiry__head p {
    font-size: 10.5px;
    line-height: 1.5;
}

.mm-product-page .mm-mini-form--product {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
}

.mm-product-page .mm-mini-form--product .mm-form-status,
.mm-product-page .mm-mini-form--product .mm-form-errors {
    grid-column: 1;
}

.mm-product-page .mm-mini-form--product .mm-field {
    gap: 0;
}

.mm-product-page .mm-mini-form--product .mm-input {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 11px;
}

.mm-product-page .mm-mini-form--product .mm-btn {
    width: 100%;
    min-height: 43px;
    border-radius: 6px;
    font-size: 11.5px;
}

.mm-product-page .mm-mini-form--product .mm-check--compact {
    align-items: flex-start;
    color: #7c8797;
    font-size: 9px;
    line-height: 1.45;
}

.mm-product-page .mm-mini-form--product .mm-check--compact input {
    margin-top: 2px;
}

.mm-related-products--reference {
    width: var(--mm-container);
    max-width: 1280px;
    margin: 20px auto 0;
}

.mm-related-products--reference > h2 {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 17px;
    color: #10213a;
    font-size: 18px;
}

.mm-related-products--reference > h2::after {
    display: block;
    width: 34px;
    height: 2px;
    margin: 7px auto 0;
    content: "";
    background: #ff620f;
}

.mm-related-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mm-product-page .mm-related-products__grid .mm-product-card {
    display: grid;
    min-height: 145px;
    grid-template-columns: 43% minmax(0, 1fr);
    overflow: hidden;
    border-radius: 7px;
}

.mm-product-page .mm-related-products__grid .mm-product-card__media {
    height: 100%;
    aspect-ratio: auto;
    border: 0;
    border-inline-end: 1px solid #e1e6ec;
}

.mm-product-page .mm-related-products__grid .mm-product-card__media img {
    padding: 0;
    object-fit: cover;
}

.mm-product-page .mm-related-products__grid .mm-product-card__content {
    gap: 6px;
    padding: 10px 9px;
}

.mm-product-page .mm-related-products__grid .mm-product-card h3 {
    min-height: 2.5em;
    font-size: 11.5px;
}

.mm-product-page .mm-related-products__grid .mm-product-card p {
    min-height: 2.9em;
    font-size: 9px;
    -webkit-line-clamp: 2;
}

.mm-product-page .mm-related-products__grid .mm-product-card__actions {
    gap: 5px;
}

.mm-product-page .mm-related-products__grid .mm-product-card__actions .mm-btn {
    min-height: 28px;
    padding-inline: 5px;
    border-radius: 4px;
    font-size: 8px;
}

.mm-product-reference-cta {
    width: var(--mm-container);
    max-width: 1280px;
    margin: 22px auto 0;
}

.mm-product-reference-cta .mm-cta-band {
    min-height: 102px;
    padding: 22px 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: linear-gradient(110deg, #061a32, #0a2947);
}

.mm-product-reference-cta .mm-cta-band h2 {
    margin-bottom: 5px;
    font-size: 23px;
}

.mm-product-reference-cta .mm-cta-band p {
    font-size: 11px;
}

.mm-product-reference-cta .mm-btn {
    min-width: 170px;
    min-height: 44px;
    border-radius: 6px;
    font-size: 11.5px;
}

.mm-product-page > .mm-catalog-benefits {
    width: var(--mm-container);
    max-width: 1280px;
    margin-inline: auto;
}

[dir="rtl"] .mm-product-page .mm-product-summary__specs div {
    direction: rtl;
}

@media (max-width: 1100px) {
    .mm-product-page .mm-product-detail--reference {
        gap: 24px;
    }

    .mm-product-page .mm-product-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-product-page .mm-product-actions .mm-btn:last-child {
        grid-column: 1 / -1;
    }

    .mm-product-reference-body {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 18px;
    }

    .mm-related-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mm-product-page .mm-product-detail--reference,
    .mm-product-reference-body {
        grid-template-columns: 1fr;
    }

    .mm-product-page .mm-product-reference-inquiry {
        position: static;
        top: auto;
        width: 100%;
    }

    .mm-product-page .mm-mini-form--product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-product-page .mm-mini-form--product .mm-form-status,
    .mm-product-page .mm-mini-form--product .mm-form-errors,
    .mm-product-page .mm-mini-form--product .mm-check--compact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .mm-product-page .mm-product-summary h1 {
        font-size: 30px;
    }

    .mm-product-page .mm-product-gallery__thumbs {
        grid-template-columns: repeat(4, minmax(76px, 1fr));
    }

    .mm-product-page .mm-product-actions,
    .mm-product-page .mm-mini-form--product,
    .mm-product-reference-panel .mm-product-advantages ul,
    .mm-product-reference-panel .mm-product-advantages ol,
    .mm-product-reference-panel .mm-product-advantages:has(> p),
    .mm-product-reference-panel .mm-documents,
    .mm-related-products__grid {
        grid-template-columns: 1fr;
    }

    .mm-product-page .mm-product-actions .mm-btn:last-child {
        grid-column: auto;
    }

    .mm-product-page .mm-product-summary__specs div,
    .mm-product-reference-panel .mm-specs dl div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .mm-product-page .mm-product-section-nav a {
        flex: 0 0 auto;
    }

    .mm-product-reference-cta .mm-cta-band {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .mm-product-page .mm-related-products__grid .mm-product-card {
        grid-template-columns: 42% minmax(0, 1fr);
    }
}

/* Home about/processes and brand compatibility band */
.mm-home-about-processes {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
    gap: clamp(40px, 6vw, 84px);
    width: min(1180px, calc(100% - 48px));
    margin: 68px auto 30px;
    padding: clamp(26px, 4vw, 52px) clamp(24px, 4vw, 50px);
    border: 1px solid #e6e9ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(12, 35, 59, 0.06);
}

.mm-home-about-processes__copy {
    align-self: center;
    min-width: 0;
}

.mm-home-about-processes__eyebrow {
    display: block;
    margin-bottom: 20px;
    color: #f36b21;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.mm-home-about-processes__copy h2 {
    max-width: 560px;
    margin: 0 0 18px;
    color: #0b2138;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
}

.mm-home-about-processes__description {
    max-width: 610px;
    color: #394a5d;
    font-size: 16px;
    line-height: 1.75;
}

.mm-home-about-processes__description > :first-child {
    margin-top: 0;
}

.mm-home-about-processes__description > :last-child {
    margin-bottom: 0;
}

.mm-home-about-processes__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.mm-home-about-processes__actions .mm-btn {
    min-width: 132px;
}

.mm-home-about-processes__actions .mm-btn--outline {
    border-color: #d8dee6;
    color: #0b2138;
    background: #fff;
}

.mm-home-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mm-home-process-card {
    position: relative;
    min-height: 176px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid #e2e6eb;
    border-radius: 8px;
    background: #f8f9fb;
}

.mm-home-process-card::after {
    position: absolute;
    top: -52px;
    right: -42px;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background: #f0f2f5;
    content: "";
}

.mm-home-process-card__number {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 1;
    color: rgba(243, 107, 33, 0.32);
    font-size: 13px;
    font-weight: 800;
}

.mm-home-process-card__visual {
    position: relative;
    z-index: 1;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 18px;
    color: #14283d;
}

.mm-home-process-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mm-home-process-card__visual .mm-solution-svg {
    width: 46px;
    height: 46px;
}

.mm-home-process-card__body {
    position: relative;
    z-index: 1;
}

.mm-home-process-card__body h3 {
    margin: 0 0 7px;
    color: #f36b21;
    font-size: 20px;
    line-height: 1.2;
}

.mm-home-process-card__body p {
    margin: 0;
    color: #526173;
    font-size: 13px;
    line-height: 1.55;
}

.mm-home-process-card__link {
    position: absolute;
    right: 18px;
    bottom: 16px;
    z-index: 2;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #f4c9ae;
    border-radius: 50%;
    color: #f36b21;
    background: #fff;
    text-decoration: none;
}

.mm-home-brands {
    width: min(1180px, calc(100% - 48px));
    margin: 24px auto 56px;
    overflow: hidden;
}

.mm-home-brands__viewport {
    overflow: hidden;
    padding: 8px 0 14px;
}

.mm-home-brands__track {
    display: flex;
    width: max-content;
    animation: mm-brand-marquee 30s linear infinite;
    will-change: transform;
}

.mm-home-brands__viewport:hover .mm-home-brands__track,
.mm-home-brands__viewport:focus-within .mm-home-brands__track {
    animation-play-state: paused;
}

.mm-home-brand {
    display: grid;
    width: 190px;
    height: 94px;
    flex: 0 0 190px;
    place-items: center;
    margin-inline: 8px;
    padding: 16px 22px;
    border: 1px solid #e3e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(12, 35, 59, 0.05);
}

.mm-home-brand a {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.mm-home-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mm-home-brand span {
    color: #23384e;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

@keyframes mm-brand-marquee {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

[dir="rtl"] .mm-home-process-card::after {
    right: auto;
    left: -42px;
}

[dir="rtl"] .mm-home-process-card__number {
    right: auto;
    left: 18px;
}

[dir="rtl"] .mm-home-process-card__link {
    right: auto;
    left: 18px;
}

@media (max-width: 980px) {
    .mm-home-about-processes {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .mm-home-about-processes__copy {
        max-width: 720px;
    }
}

@media (max-width: 640px) {
    .mm-home-about-processes,
    .mm-home-brands {
        width: min(100% - 24px, 1180px);
    }

    .mm-home-about-processes {
        margin-top: 42px;
        padding: 26px 18px;
    }

    .mm-home-about-processes__copy h2 {
        font-size: 29px;
    }

    .mm-home-process-grid {
        grid-template-columns: 1fr;
    }

    .mm-home-process-card {
        min-height: 154px;
    }

    .mm-home-about-processes__actions .mm-btn {
        flex: 1 1 150px;
    }

    .mm-home-brand {
        width: 154px;
        height: 82px;
        flex-basis: 154px;
        padding: 14px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-home-brands__track {
        animation: none;
    }
}

/* makmach-reference-dark-header-v20260728 */
:root {
    --mm-header-height: 148px;
    --mm-header-compact-height: 112px;
    --mm-header-safe-offset: var(--mm-header-height);
}

.mm-header-overlay .mm-header-wrap--overlay {
    margin-bottom: 0;
}

.mm-header-wrap,
.mm-header-wrap.is-scrolled {
    position: sticky;
    top: 0;
    z-index: var(--mm-header-z);
    padding: 0;
    border: 0;
    color: #fff;
    background: #1c293e;
    box-shadow: none;
    filter: none;
}

.mm-header-wrap.is-scrolled {
    box-shadow: 0 10px 30px rgba(3, 12, 25, 0.22);
}

.mm-header-contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    background: linear-gradient(90deg, #202d42 0%, #1c293e 55%, #26344a 100%);
}

.mm-header-contact__inner {
    display: flex;
    width: min(1320px, calc(100% - 48px));
    min-height: 76px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    transition: min-height 180ms ease;
}

.mm-header-wrap.is-scrolled .mm-header-contact__inner {
    min-height: 60px;
}

.mm-header-contact .mm-brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0;
    color: #fff;
}

.mm-header-contact .mm-brand__image-frame,
.mm-header-wrap.is-scrolled .mm-header-contact .mm-brand__image-frame {
    width: 260px;
    height: 58px;
    flex: 0 0 260px;
}

.mm-header-contact .mm-brand__image-frame:not(.mm-brand__image-frame--padded) img,
.mm-header-wrap.is-scrolled .mm-header-contact .mm-brand__image-frame:not(.mm-brand__image-frame--padded) img {
    max-height: 58px;
}

.mm-header-contact .mm-brand__logo,
.mm-header-wrap.is-scrolled .mm-header-contact .mm-brand__logo {
    color: #fff;
    font-size: 46px;
    line-height: 0.82;
}

.mm-header-contact .mm-brand__logo strong {
    color: #f58220;
}

.mm-header-contact .mm-brand__logo small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 11px;
}

.mm-header-contact .mm-brand__divider {
    width: 3px;
    height: 42px;
    margin-inline: 18px;
    flex: 0 0 3px;
    background: #f58220;
}

.mm-header-contact .mm-brand__descriptor {
    max-width: 180px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0.055em;
}

.mm-header-contact__actions {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.mm-header-phone {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding-inline: 8px;
    color: #fff;
    font-size: clamp(15px, 1.15vw, 18px);
    font-weight: 800;
    letter-spacing: 0.025em;
    white-space: nowrap;
}

.mm-header-phone:hover,
.mm-header-phone:focus-visible {
    color: #f7a34d;
}

.mm-channel-action {
    display: inline-grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.76);
    border-radius: 999px;
    color: #fff;
    box-shadow: 0 5px 12px rgba(3, 12, 25, 0.18);
    transition: transform 160ms ease, filter 160ms ease;
}

.mm-channel-action:hover,
.mm-channel-action:focus-visible {
    color: #fff;
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.mm-channel-action svg,
.mm-channel-action .mm-contact-line-icon,
.mm-channel-action .mm-whatsapp-logo,
.mm-channel-action .mm-channel-icon {
    display: block;
    width: 23px;
    height: 23px;
}

.mm-channel-action--call,
.mm-channel-action--whatsapp {
    background: #23c969;
}

.mm-channel-action--whatsapp .mm-whatsapp-logo {
    color: #fff;
}

.mm-channel-action--viber {
    background: #7360f2;
}

.mm-channel-action--telegram {
    background: #2aabee;
}

.mm-header-contact .mm-lang-switcher {
    position: relative;
    margin-inline-start: 6px;
}

.mm-language-dropdown {
    position: relative;
}

.mm-language-dropdown__trigger {
    display: flex;
    min-width: 104px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px 0 25px;
    color: #fff;
    background: #f58a31;
    cursor: pointer;
    clip-path: polygon(17px 0, 100% 0, 100% 100%, 0 100%, 17px 50%);
    list-style: none;
}

.mm-language-dropdown__trigger::-webkit-details-marker {
    display: none;
}

.mm-language-dropdown__trigger .mm-lang-switcher__flag,
.mm-language-dropdown__trigger .mm-lang-switcher__svg {
    width: 20px;
    height: 20px;
}

.mm-language-dropdown__current {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.mm-language-dropdown__chevron,
.mm-nav__chevron {
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.mm-language-dropdown__menu {
    position: absolute;
    z-index: 80;
    top: calc(100% + 7px);
    inset-inline-end: 0;
    display: none;
    width: 190px;
    overflow: hidden;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 7px;
    background: #16243a;
    box-shadow: 0 18px 38px rgba(3, 12, 25, 0.28);
}

.mm-language-dropdown[open] .mm-language-dropdown__menu {
    display: grid;
}

.mm-language-dropdown__menu .mm-lang-switcher__link {
    display: grid;
    min-height: 39px;
    grid-template-columns: 22px 30px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding: 6px 9px;
    border: 0;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.82);
    background: transparent;
}

.mm-language-dropdown__menu .mm-lang-switcher__link:hover,
.mm-language-dropdown__menu .mm-lang-switcher__link:focus-visible,
.mm-language-dropdown__menu .mm-lang-switcher__link.is-active {
    color: #fff;
    background: rgba(245, 130, 32, 0.2);
}

.mm-language-dropdown__menu .mm-lang-switcher__flag,
.mm-language-dropdown__menu .mm-lang-switcher__svg {
    width: 19px;
    height: 19px;
}

.mm-language-dropdown__menu .mm-lang-switcher__code {
    font-size: 10px;
    font-weight: 800;
}

.mm-language-dropdown__label {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mm-header-nav-row {
    min-height: 72px;
    background: rgba(21, 34, 54, 0.98);
    transition: min-height 180ms ease;
}

.mm-header-wrap.is-scrolled .mm-header-nav-row {
    min-height: 52px;
}

.mm-header-nav-row .mm-nav {
    display: flex;
    width: min(1320px, calc(100% - 48px));
    min-height: inherit;
    margin: 0 auto;
    align-items: stretch;
    justify-content: space-between;
    gap: clamp(18px, 3.4vw, 64px);
}

.mm-header-nav-row .mm-nav__item {
    display: flex;
    align-items: stretch;
}

.mm-header-nav-row .mm-nav__link,
.mm-header-wrap.is-scrolled .mm-header-nav-row .mm-nav__link {
    display: flex;
    min-height: 100%;
    align-items: center;
    gap: 9px;
    padding: 0 4px;
    color: rgba(255, 255, 255, 0.93);
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.mm-header-nav-row .mm-nav__item:hover > .mm-nav__link,
.mm-header-nav-row .mm-nav__link:focus-visible,
.mm-header-nav-row .mm-nav__link.is-active {
    color: #f79a43;
}

.mm-header-nav-row .mm-nav__children {
    top: 100%;
    min-width: 230px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 7px 7px;
    background: #17263c;
    box-shadow: 0 18px 34px rgba(3, 12, 25, 0.28);
}

.mm-header-nav-row .mm-nav__children a {
    color: rgba(255, 255, 255, 0.88);
}

.mm-header-nav-row .mm-nav__children a:hover,
.mm-header-nav-row .mm-nav__children a:focus-visible {
    color: #fff;
    background: rgba(245, 130, 32, 0.18);
}

.mm-header-contact .mm-mobile-toggle {
    display: none;
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.mm-home-page .mm-home-hero {
    margin-top: 0;
    border-radius: 0;
}

.mm-home-page .mm-home-hero .mm-hero__content {
    padding-top: clamp(46px, 6vw, 78px);
}

.mm-home-hero .mm-hero__overlay {
    background:
        linear-gradient(90deg, rgba(8, 21, 39, 0.88) 0%, rgba(8, 21, 39, 0.69) 43%, rgba(8, 21, 39, 0.4) 100%),
        linear-gradient(180deg, rgba(8, 21, 39, 0.18) 0%, rgba(8, 21, 39, 0.35) 100%);
}

[dir="rtl"] .mm-home-hero .mm-hero__overlay {
    background:
        linear-gradient(270deg, rgba(8, 21, 39, 0.88) 0%, rgba(8, 21, 39, 0.69) 43%, rgba(8, 21, 39, 0.4) 100%),
        linear-gradient(180deg, rgba(8, 21, 39, 0.18) 0%, rgba(8, 21, 39, 0.35) 100%);
}

.mm-mobile-menu .mm-language-dropdown__trigger {
    width: 100%;
    min-height: 44px;
    clip-path: none;
    border-radius: 6px;
}

.mm-mobile-menu .mm-language-dropdown__menu {
    position: static;
    width: 100%;
    margin-top: 7px;
    box-shadow: none;
}

@media (min-width: 901px) and (max-width: 1160px) {
    .mm-header-contact__inner,
    .mm-header-nav-row .mm-nav {
        width: calc(100% - 32px);
    }

    .mm-header-contact .mm-brand__image-frame,
    .mm-header-wrap.is-scrolled .mm-header-contact .mm-brand__image-frame {
        width: 205px;
        height: 52px;
        flex-basis: 205px;
    }

    .mm-header-contact .mm-brand__descriptor {
        max-width: 132px;
        font-size: 10.5px;
    }

    .mm-header-contact .mm-brand__divider {
        margin-inline: 12px;
    }

    .mm-header-phone {
        font-size: 14px;
    }

    .mm-channel-action {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .mm-header-nav-row .mm-nav {
        gap: 15px;
    }

    .mm-header-nav-row .mm-nav__link,
    .mm-header-wrap.is-scrolled .mm-header-nav-row .mm-nav__link {
        font-size: 11px;
    }
}

@media (max-width: 900px) {
    :root {
        --mm-header-height: 76px;
        --mm-header-compact-height: 68px;
    }

    .mm-header-contact__inner,
    .mm-header-wrap.is-scrolled .mm-header-contact__inner {
        width: calc(100% - 28px);
        min-height: 76px;
        gap: 14px;
    }

    .mm-header-wrap.is-scrolled .mm-header-contact__inner {
        min-height: 68px;
    }

    .mm-header-contact .mm-brand__image-frame,
    .mm-header-wrap.is-scrolled .mm-header-contact .mm-brand__image-frame {
        width: min(208px, 31vw);
        height: 50px;
        flex-basis: min(208px, 31vw);
    }

    .mm-header-contact .mm-brand__divider,
    .mm-header-contact .mm-brand__descriptor,
    .mm-header-phone,
    .mm-channel-action--viber,
    .mm-channel-action--telegram {
        display: none;
    }

    .mm-header-contact .mm-mobile-toggle {
        display: inline-flex;
        width: 40px;
        height: 40px;
    }

    .mm-header-nav-row {
        display: none;
    }

    .mm-language-dropdown__trigger {
        min-width: 78px;
        min-height: 42px;
        padding-inline: 17px 12px;
    }

    .mm-home-page .mm-home-hero .mm-hero__content {
        padding-top: 48px;
    }
}

@media (max-width: 560px) {
    .mm-header-contact__inner,
    .mm-header-wrap.is-scrolled .mm-header-contact__inner {
        width: calc(100% - 20px);
        gap: 7px;
    }

    .mm-header-contact .mm-brand__image-frame,
    .mm-header-wrap.is-scrolled .mm-header-contact .mm-brand__image-frame {
        width: min(165px, 43vw);
        height: 46px;
        flex-basis: min(165px, 43vw);
    }

    .mm-channel-action--call {
        display: none;
    }

    .mm-channel-action {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .mm-language-dropdown__trigger {
        min-width: 60px;
        padding: 0 10px 0 15px;
    }

    .mm-language-dropdown__trigger .mm-lang-switcher__flag {
        display: none;
    }

    .mm-header-contact .mm-mobile-toggle {
        width: 36px;
        height: 36px;
    }
}

/* makmach-home-unified-panels-v20260728 */
.mm-home-quick-quote,
.mm-home-about-processes,
.mm-home-brands {
    box-sizing: border-box;
    width: min(1280px, calc(100% - 92px));
    max-width: none;
    border: 1px solid #e1e6ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 20, 38, 0.08);
    font-family: var(--mm-font-reference);
}

.mm-home-about-processes {
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
    gap: 24px;
    margin: 24px auto 18px;
    padding: 18px 22px;
}

.mm-home-about-processes__eyebrow {
    margin-bottom: 10px;
    font-family: inherit;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.mm-home-about-processes__copy h2 {
    max-width: 430px;
    margin-bottom: 10px;
    font-family: inherit;
    font-size: clamp(18px, 1.7vw, 21px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.mm-home-about-processes__description {
    max-width: 470px;
    font-family: inherit;
    font-size: 12.5px;
    line-height: 1.55;
}

.mm-home-about-processes__description p {
    margin-block: 0 8px;
}

.mm-home-about-processes__actions {
    gap: 9px;
    margin-top: 16px;
}

.mm-home-about-processes__actions .mm-btn {
    min-width: 118px;
    min-height: 42px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
}

.mm-home-process-grid {
    gap: 10px;
}

.mm-home-process-card {
    min-height: 132px;
    padding: 14px 15px;
    border-color: #dfe5ec;
    border-radius: 6px;
    background: #f8f9fb;
    box-shadow: 0 1px 2px rgba(7, 20, 38, 0.03);
}

.mm-home-process-card::after {
    top: -56px;
    right: -48px;
    width: 128px;
    height: 128px;
}

.mm-home-process-card__number {
    top: 11px;
    right: 13px;
    font-size: 10px;
}

.mm-home-process-card__visual {
    width: 38px;
    height: 38px;
    margin-bottom: 9px;
}

.mm-home-process-card__visual .mm-solution-svg {
    width: 34px;
    height: 34px;
}

.mm-home-process-card__body h3 {
    margin-bottom: 4px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.mm-home-process-card__body p {
    padding-inline-end: 22px;
    font-family: inherit;
    font-size: 11.5px;
    line-height: 1.45;
}

.mm-home-process-card__link {
    right: 12px;
    bottom: 11px;
    width: 25px;
    height: 25px;
    font-size: 11px;
}

.mm-home-brands {
    margin: 18px auto 38px;
    padding: 18px 22px;
}

.mm-home-brands .mm-section-heading {
    margin-bottom: 8px;
    font-family: inherit;
}

.mm-home-brands .mm-section-heading .mm-eyebrow {
    margin-bottom: 7px;
    font-family: inherit;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.mm-home-brands .mm-section-heading h2 {
    margin-bottom: 7px;
    font-family: inherit;
    font-size: clamp(18px, 1.7vw, 21px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.mm-home-brands .mm-section-heading p,
.mm-home-brands .mm-section-heading__description {
    max-width: 720px;
    margin-inline: auto;
    font-family: inherit;
    font-size: 12.5px;
    line-height: 1.55;
}

.mm-home-brands__viewport {
    padding: 8px 0 4px;
}

.mm-home-brand {
    width: 172px;
    height: 80px;
    flex-basis: 172px;
    margin-inline: 6px;
    padding: 12px 18px;
    border-color: #dfe5ec;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(7, 20, 38, 0.03);
}

.mm-home-brand span {
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 700;
}

[dir="rtl"] .mm-home-process-card__number {
    right: auto;
    left: 13px;
}

[dir="rtl"] .mm-home-process-card__link {
    right: auto;
    left: 12px;
}

@media (max-width: 900px) {
    .mm-home-quick-quote,
    .mm-home-about-processes,
    .mm-home-brands {
        width: calc(100% - 28px);
    }

    .mm-home-about-processes {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
    }

    .mm-home-about-processes__copy,
    .mm-home-about-processes__copy h2,
    .mm-home-about-processes__description {
        max-width: 100%;
    }

    .mm-home-brands {
        padding: 16px;
    }
}

@media (max-width: 640px) {
    .mm-home-quick-quote,
    .mm-home-about-processes,
    .mm-home-brands {
        width: calc(100% - 20px);
    }

    .mm-home-about-processes {
        margin-top: 18px;
        padding: 14px;
    }

    .mm-home-about-processes__copy h2,
    .mm-home-brands .mm-section-heading h2 {
        font-size: 18px;
    }

    .mm-home-process-card {
        min-height: 124px;
    }

    .mm-home-brands {
        padding: 14px;
    }

    .mm-home-brand {
        width: 150px;
        height: 72px;
        flex-basis: 150px;
        padding: 11px 15px;
    }
}

/* makmach-header-slider-flow-v20260728 */
.mm-header-wrap,
.mm-header-wrap.is-scrolled,
.mm-header-contact,
.mm-header-contact__inner,
.mm-header-contact__actions,
.mm-header-nav-row,
.mm-header-nav-row .mm-nav {
    pointer-events: auto;
}

.mm-header-contact,
.mm-header-nav-row {
    position: relative;
}

.mm-channel-action,
.mm-header-phone,
.mm-language-dropdown,
.mm-header-nav-row .mm-nav__link {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

@media (min-width: 901px) {
    .mm-home-page .mm-header-wrap--overlay {
        --mm-home-nav-overlay-height: 72px;
        margin-bottom: calc(-1 * var(--mm-home-nav-overlay-height));
    }

    .mm-home-page .mm-header-wrap--overlay.is-scrolled {
        --mm-home-nav-overlay-height: 52px;
    }

    .mm-home-page:not(.mm-is-scrolled) .mm-header-wrap--overlay .mm-header-nav-row {
        border-bottom: 0;
        background:
            linear-gradient(
                180deg,
                rgba(10, 24, 43, 0.82) 0%,
                rgba(10, 24, 43, 0.48) 64%,
                rgba(10, 24, 43, 0) 100%
            );
        box-shadow: none;
    }

    .mm-home-page.mm-is-scrolled .mm-header-wrap--overlay .mm-header-nav-row {
        background: rgba(21, 34, 54, 0.98);
    }

    .mm-home-page .mm-home-hero .mm-hero__content {
        padding-top: calc(var(--mm-home-nav-overlay-height) + clamp(46px, 6vw, 78px));
    }
}

/* makmach-header-quote-cta-v20260728 */
.mm-header-nav-row .mm-nav__item--quote {
    flex: 0 0 auto;
    align-items: center;
}

.mm-header-nav-row .mm-nav__quote-cta,
.mm-header-wrap.is-scrolled .mm-header-nav-row .mm-nav__quote-cta {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #ff9a4e;
    border-radius: 5px;
    color: #fff;
    background: #f58220;
    box-shadow: 0 7px 18px rgba(245, 130, 32, 0.24);
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.mm-header-nav-row .mm-nav__item--quote:hover > .mm-nav__quote-cta,
.mm-header-nav-row .mm-nav__quote-cta:focus-visible,
.mm-header-nav-row .mm-nav__quote-cta.is-active {
    color: #fff;
    background: #e86f0d;
    border-color: #f58220;
}

.mm-nav__quote-arrow {
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
}

.mm-header-wrap.is-scrolled .mm-header-nav-row .mm-nav__quote-cta {
    min-height: 36px;
    padding-inline: 14px;
}

@media (min-width: 901px) and (max-width: 1160px) {
    .mm-header-nav-row .mm-nav__quote-cta,
    .mm-header-wrap.is-scrolled .mm-header-nav-row .mm-nav__quote-cta {
        min-height: 36px;
        padding-inline: 11px;
        font-size: 10.5px;
    }
}

/* makmach-full-hero-header-v20260728 */
.mm-home-page {
    --mm-home-header-overlay-height: 148px;
}

.mm-home-page.mm-is-scrolled {
    --mm-home-header-overlay-height: 112px;
}

.mm-home-page .mm-header-wrap--overlay {
    margin-bottom: calc(-1 * var(--mm-home-header-overlay-height));
    background: transparent;
    box-shadow: none;
}

.mm-home-page:not(.mm-is-scrolled) .mm-header-wrap--overlay .mm-header-contact,
.mm-home-page:not(.mm-is-scrolled) .mm-header-wrap--overlay .mm-header-nav-row {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.mm-home-page.mm-is-scrolled .mm-header-wrap--overlay,
.mm-home-page.mm-is-scrolled .mm-header-wrap--overlay .mm-header-nav-row {
    background: rgba(21, 34, 54, 0.98);
}

.mm-home-page.mm-is-scrolled .mm-header-wrap--overlay .mm-header-contact {
    background: linear-gradient(90deg, #202d42 0%, #1c293e 55%, #26344a 100%);
}

@media (min-width: 901px) {
    .mm-home-page .mm-home-hero .mm-hero__content {
        padding-top: calc(var(--mm-home-header-overlay-height) + clamp(38px, 5vw, 64px));
    }
}

@media (max-width: 900px) {
    .mm-home-page {
        --mm-home-header-overlay-height: 76px;
    }

    .mm-home-page.mm-is-scrolled {
        --mm-home-header-overlay-height: 68px;
    }

    .mm-home-page .mm-home-hero .mm-hero__content {
        padding-top: calc(var(--mm-home-header-overlay-height) + 32px);
    }
}

/* makmach-home-header-categories-v20260729 */
.mm-header-wrap,
.mm-header-contact,
.mm-header-contact__inner {
    overflow: visible;
}

.mm-header-contact {
    z-index: 12;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.mm-header-nav-row {
    z-index: 8;
}

.mm-language-dropdown {
    z-index: 140;
}

.mm-language-dropdown__trigger,
.mm-mobile-menu .mm-language-dropdown__trigger {
    min-width: 88px;
    padding-inline: 12px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 6px;
    background: transparent;
    clip-path: none;
}

.mm-language-dropdown__menu {
    z-index: 240;
}

.mm-header-phone {
    font-family: var(--mm-font-reference);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0.055em;
}

.mm-home-page .mm-header-wrap--overlay {
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.mm-home-page:not(.mm-is-scrolled) .mm-header-wrap--overlay .mm-header-contact {
    border-bottom-color: rgba(255, 255, 255, 0.28);
}

.mm-home-page.mm-is-scrolled .mm-header-wrap--overlay {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-100% - 8px));
}

.mm-home-page .mm-home-hero .mm-hero__content {
    align-content: end;
    padding-top: var(--mm-home-header-overlay-height);
    padding-bottom: clamp(74px, 7vw, 96px);
}

.mm-home-page .mm-home-hero .mm-hero__content h1,
.mm-home-page .mm-home-hero .mm-hero__content p {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

/* makmach-home-category-carousel-v20260729 */
.mm-home-category-showcase {
    width: min(1280px, calc(100% - 92px));
    margin: 24px auto 18px;
    padding: 26px 32px 32px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: #3e4c60;
    box-shadow: 0 16px 38px rgba(7, 20, 38, 0.14);
}

.mm-home-category-showcase__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.mm-home-category-showcase__heading .mm-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #ff9a45;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mm-home-category-showcase__heading h2 {
    margin: 0;
    color: #fff;
    font-family: inherit;
    font-size: clamp(20px, 1.8vw, 25px);
    font-weight: 750;
    line-height: 1.2;
}

.mm-home-category-showcase__description {
    max-width: 760px;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12.5px;
    line-height: 1.55;
}

.mm-home-category-showcase__description > :first-child {
    margin-top: 0;
}

.mm-home-category-showcase__description > :last-child {
    margin-bottom: 0;
}

.mm-home-category-showcase__heading .mm-btn {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.mm-home-category-showcase__heading .mm-btn:hover,
.mm-home-category-showcase__heading .mm-btn:focus-visible {
    border-color: var(--mm-orange);
    background: var(--mm-orange);
}

.mm-home-category-showcase__carousel {
    position: relative;
}

.mm-home-category-showcase__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 1px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
}

.mm-home-category-showcase__track::-webkit-scrollbar {
    display: none;
}

.mm-home-category-card {
    min-width: 0;
    flex: 0 0 calc((100% - 60px) / 4);
    overflow: hidden;
    border: 0;
    border-radius: 15px;
    background: #ff9845;
    box-shadow: 0 10px 24px rgba(7, 20, 38, 0.18);
    scroll-snap-align: start;
}

.mm-home-category-card__link {
    display: block;
    height: 100%;
    color: #fff;
}

.mm-home-category-card__media {
    display: grid;
    width: 100%;
    aspect-ratio: 1.48 / 1;
    place-items: center;
    overflow: hidden;
    background: #e9eef3;
}

.mm-home-category-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.mm-home-category-card__media > span {
    color: var(--mm-orange);
    font-size: 54px;
    font-weight: 800;
}

.mm-home-category-card__footer {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px 12px 18px;
    color: #fff;
    background: #ff9845;
}

.mm-home-category-card__footer h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: inherit;
    font-size: clamp(14px, 1.2vw, 17px);
    font-weight: 750;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mm-home-category-card__arrow {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 8px;
}

.mm-home-category-card__arrow svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mm-home-category-card__link:hover .mm-home-category-card__media img,
.mm-home-category-card__link:focus-visible .mm-home-category-card__media img {
    transform: scale(1.035);
}

.mm-home-category-card__link:hover .mm-home-category-card__footer,
.mm-home-category-card__link:focus-visible .mm-home-category-card__footer {
    background: #ff872f;
}

.mm-home-category-showcase__control {
    position: absolute;
    z-index: 2;
    top: 46%;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 152, 69, 0.88);
    box-shadow: 0 10px 24px rgba(7, 20, 38, 0.2);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 160ms ease, transform 160ms ease;
}

.mm-home-category-showcase__control:hover,
.mm-home-category-showcase__control:focus-visible {
    background: var(--mm-orange);
    transform: translateY(-50%) scale(1.04);
}

.mm-home-category-showcase__control svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mm-home-category-showcase__control--previous {
    left: -22px;
}

.mm-home-category-showcase__control--next {
    right: -22px;
}

[dir="rtl"] .mm-home-category-showcase__track {
    direction: rtl;
}

.mm-back-to-top {
    position: fixed;
    z-index: 59;
    right: 24px;
    bottom: 94px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    background: #10213a;
    box-shadow: 0 12px 28px rgba(7, 20, 38, 0.24);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transform: translateY(10px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease, background 160ms ease;
}

.mm-back-to-top.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.mm-back-to-top:hover,
.mm-back-to-top:focus-visible {
    background: var(--mm-orange);
}

.mm-back-to-top svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

[dir="rtl"] .mm-back-to-top {
    right: auto;
    left: 24px;
}

@media (max-width: 900px) {
    .mm-header-contact {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .mm-home-page .mm-home-hero .mm-hero__content {
        padding-top: var(--mm-home-header-overlay-height);
        padding-bottom: 66px;
    }

    .mm-home-category-showcase {
        width: calc(100% - 28px);
        padding: 22px 24px 26px;
    }

    .mm-home-category-showcase__heading {
        align-items: flex-start;
    }

    .mm-home-category-card {
        flex-basis: calc((100% - 20px) / 2);
    }

    .mm-home-category-showcase__control--previous {
        left: -18px;
    }

    .mm-home-category-showcase__control--next {
        right: -18px;
    }
}

@media (max-width: 640px) {
    .mm-header-contact .mm-brand__logo,
    .mm-header-wrap.is-scrolled .mm-header-contact .mm-brand__logo {
        font-size: 34px;
    }

    .mm-header-contact .mm-brand__logo small {
        font-size: 8px;
    }

    .mm-channel-action--whatsapp {
        display: none;
    }

    .mm-home-category-showcase {
        width: calc(100% - 20px);
        margin-top: 18px;
        padding: 18px 14px 20px;
    }

    .mm-home-category-showcase__heading {
        display: grid;
        gap: 12px;
    }

    .mm-home-category-showcase__heading .mm-btn {
        width: 100%;
    }

    .mm-home-category-card {
        flex-basis: 86%;
    }

    .mm-home-category-card__media {
        aspect-ratio: 1.58 / 1;
    }

    .mm-home-category-card__footer {
        min-height: 60px;
        padding-inline: 15px 12px;
    }

    .mm-home-category-showcase__control {
        top: 48%;
        width: 42px;
        height: 42px;
    }

    .mm-home-category-showcase__control--previous {
        left: -8px;
    }

    .mm-home-category-showcase__control--next {
        right: -8px;
    }

    .mm-back-to-top {
        right: 16px;
        bottom: 84px;
        width: 42px;
        height: 42px;
    }

    [dir="rtl"] .mm-back-to-top {
        right: auto;
        left: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-home-page .mm-header-wrap--overlay,
    .mm-back-to-top,
    .mm-home-category-card__media img {
        transition: none;
    }

    .mm-home-category-showcase__track {
        scroll-behavior: auto;
    }
}

/* makmach-home-panels-fullwidth-v20260729 */
.mm-home-category-showcase,
.mm-home-about-processes,
.mm-home-brands {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.mm-home-category-showcase {
    padding-inline: clamp(18px, 4vw, 56px);
}

.mm-home-about-processes,
.mm-home-brands {
    padding-inline: clamp(18px, 4vw, 56px);
}

@media (max-width: 900px) {
    .mm-home-category-showcase,
    .mm-home-about-processes,
    .mm-home-brands {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .mm-home-category-showcase,
    .mm-home-about-processes,
    .mm-home-brands {
        width: 100%;
        padding-inline: 14px;
    }
}

/* makmach-reference-mega-menu-v20260729 */
@media (min-width: 901px) {
    .mm-header-nav-row .mm-nav__item:has(.mm-nav__mega-menu) {
        z-index: 2;
    }

    .mm-header-nav-row .mm-nav__item:has(.mm-nav__mega-menu):hover,
    .mm-header-nav-row .mm-nav__item:has(.mm-nav__mega-menu):focus-within {
        z-index: 30;
    }

    .mm-header-nav-row .mm-nav__item:has(.mm-nav__mega-menu) > .mm-nav__link {
        padding-inline-end: 2px;
    }

    .mm-nav__mega-toggle {
        display: grid;
        width: 24px;
        min-height: 100%;
        place-items: center;
        padding: 0;
        border: 0;
        color: rgba(255, 255, 255, 0.84);
        background: transparent;
        cursor: pointer;
    }

    .mm-nav__mega-toggle:hover,
    .mm-nav__mega-toggle:focus-visible,
    .mm-nav__item.is-mega-open > .mm-nav__mega-toggle {
        color: #f79a43;
    }

    .mm-nav__item.is-mega-open > .mm-nav__mega-toggle .mm-nav__chevron {
        transform: rotate(225deg) translate(-1px, -1px);
    }

    .mm-header-nav-row .mm-nav__mega-menu {
        inset-inline-start: 50%;
        top: 100%;
        display: grid;
        width: min(560px, calc(100vw - 48px));
        min-width: 0;
        min-height: 226px;
        grid-template-columns: minmax(230px, 1.04fr) minmax(230px, 0.96fr);
        overflow: hidden;
        padding: 0;
        border: 1px solid rgba(213, 219, 227, 0.92);
        border-radius: 14px;
        background: #f3f5f7;
        box-shadow: 0 24px 54px rgba(3, 12, 25, 0.3);
        translate: -32% 0;
        transform: translateY(-8px);
    }

    [dir="rtl"] .mm-header-nav-row .mm-nav__mega-menu {
        translate: 32% 0;
    }

    .mm-header-nav-row .mm-nav__item:hover .mm-nav__mega-menu,
    .mm-header-nav-row .mm-nav__item:focus-within .mm-nav__mega-menu,
    .mm-header-nav-row .mm-nav__item.is-mega-open .mm-nav__mega-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .mm-nav__mega-links {
        display: flex;
        max-height: min(420px, calc(100vh - 170px));
        flex-direction: column;
        overflow-y: auto;
        padding: 10px 0;
        background: #f4f6f8;
    }

    .mm-header-nav-row .mm-nav__mega-links > a {
        position: relative;
        display: flex;
        min-height: 47px;
        align-items: center;
        gap: 10px;
        padding: 10px 22px;
        border-radius: 0;
        color: #1e2b3d;
        background: transparent;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        transition: color 150ms ease, background 150ms ease, padding 150ms ease;
    }

    .mm-header-nav-row .mm-nav__mega-links > a::before {
        width: 6px;
        height: 6px;
        flex: 0 0 6px;
        border-radius: 999px;
        background: #b9c1cc;
        content: "";
        transition: background 150ms ease, transform 150ms ease;
    }

    .mm-header-nav-row .mm-nav__mega-links > a:hover,
    .mm-header-nav-row .mm-nav__mega-links > a:focus-visible,
    .mm-header-nav-row .mm-nav__mega-links > a.is-active {
        padding-inline-start: 26px;
        color: #e9781b;
        background: #fff;
    }

    .mm-header-nav-row .mm-nav__mega-links > a:hover::before,
    .mm-header-nav-row .mm-nav__mega-links > a:focus-visible::before,
    .mm-header-nav-row .mm-nav__mega-links > a.is-active::before {
        background: #f58220;
        transform: scale(1.15);
    }

    .mm-nav__mega-media {
        position: relative;
        min-height: 226px;
        overflow: hidden;
        background: #dce3ea;
    }

    .mm-nav__mega-media::after {
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(13, 29, 49, 0.08), rgba(13, 29, 49, 0));
        content: "";
        pointer-events: none;
    }

    [dir="rtl"] .mm-nav__mega-media::after {
        background: linear-gradient(270deg, rgba(13, 29, 49, 0.08), rgba(13, 29, 49, 0));
    }

    .mm-nav__mega-media img {
        width: 100%;
        height: 100%;
        min-height: 226px;
        object-fit: cover;
        object-position: center;
        transition: transform 420ms ease;
    }

    .mm-nav__item:hover .mm-nav__mega-media img,
    .mm-nav__item:focus-within .mm-nav__mega-media img {
        transform: scale(1.025);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-nav__mega-media img {
        transition: none;
    }
}

/* makmach-shared-visual-header-v20260729 */
.mm-visual-header-page {
    --mm-visual-header-height: 148px;
}

.mm-visual-header-page .front-main {
    z-index: 0;
}

.mm-visual-header-page .mm-header-wrap--overlay {
    margin-bottom: calc(-1 * var(--mm-visual-header-height));
    border: 0;
    background: transparent;
    box-shadow: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.mm-visual-header-page:not(.mm-is-scrolled) .mm-header-wrap--overlay .mm-header-contact,
.mm-visual-header-page:not(.mm-is-scrolled) .mm-header-wrap--overlay .mm-header-nav-row {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.mm-visual-header-page:not(.mm-is-scrolled) .mm-header-wrap--overlay .mm-header-contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.mm-visual-header-page.mm-is-scrolled .mm-header-wrap--overlay {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-100% - 8px));
}

.mm-visual-header-page .mm-services-hero__inner,
.mm-visual-header-page .mm-projects-hero__inner {
    padding-top: calc(var(--mm-visual-header-height) + clamp(2.4rem, 5vw, 4.5rem));
}

.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference {
    min-height: clamp(430px, 42vw, 560px);
    color: #fff;
    background: #0b1d35;
}

.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__inner {
    width: 100%;
    max-width: none;
    min-height: clamp(430px, 42vw, 560px);
    grid-template-columns: 1fr;
}

.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__copy {
    z-index: 2;
    width: min(1280px, calc(100% - 96px));
    margin-inline: auto;
    align-content: end;
    padding: var(--mm-visual-header-height) 0 clamp(72px, 7vw, 96px);
}

.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__visual--reference {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 100%;
}

.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__visual--reference::before {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 21, 39, 0.9) 0%, rgba(7, 21, 39, 0.68) 43%, rgba(7, 21, 39, 0.28) 100%),
        linear-gradient(180deg, rgba(7, 21, 39, 0.12), rgba(7, 21, 39, 0.46));
}

[dir="rtl"] .mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__visual--reference::before {
    background:
        linear-gradient(270deg, rgba(7, 21, 39, 0.9) 0%, rgba(7, 21, 39, 0.68) 43%, rgba(7, 21, 39, 0.28) 100%),
        linear-gradient(180deg, rgba(7, 21, 39, 0.12), rgba(7, 21, 39, 0.46));
}

.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__visual--reference img {
    width: 100%;
    height: 100%;
    min-height: clamp(430px, 42vw, 560px);
    max-height: none;
    object-fit: cover;
}

.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference .mm-breadcrumb,
.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference .mm-breadcrumb a,
.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference h1,
.mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference p {
    color: #fff;
}

.mm-visual-header-page .front-main > .mm-catalog-hero,
.mm-visual-header-page .front-main > .mm-catalog-hero.mm-page-hero {
    min-height: clamp(410px, 40vw, 520px);
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7, 21, 39, 0.9) 0%, rgba(7, 21, 39, 0.66) 48%, rgba(7, 21, 39, 0.28) 100%),
        url("/images/home/solution-machine.webp") center / cover no-repeat;
}

.mm-visual-header-page .front-main > .mm-catalog-hero.mm-page-hero--managed {
    background:
        linear-gradient(90deg, rgba(7, 21, 39, 0.9) 0%, rgba(7, 21, 39, 0.66) 48%, rgba(7, 21, 39, 0.28) 100%),
        var(--mm-page-hero-image) center / cover no-repeat;
}

[dir="rtl"] .mm-visual-header-page .front-main > .mm-catalog-hero,
[dir="rtl"] .mm-visual-header-page .front-main > .mm-catalog-hero.mm-page-hero {
    background:
        linear-gradient(270deg, rgba(7, 21, 39, 0.9) 0%, rgba(7, 21, 39, 0.66) 48%, rgba(7, 21, 39, 0.28) 100%),
        url("/images/home/solution-machine.webp") center / cover no-repeat;
}

[dir="rtl"] .mm-visual-header-page .front-main > .mm-catalog-hero.mm-page-hero--managed {
    background:
        linear-gradient(270deg, rgba(7, 21, 39, 0.9) 0%, rgba(7, 21, 39, 0.66) 48%, rgba(7, 21, 39, 0.28) 100%),
        var(--mm-page-hero-image) center / cover no-repeat;
}

.mm-visual-header-page .front-main > .mm-catalog-hero .mm-catalog-hero__inner {
    min-height: inherit;
    align-content: end;
    padding-top: var(--mm-visual-header-height);
    padding-bottom: clamp(62px, 7vw, 88px);
}

.mm-visual-header-page .front-main > .mm-catalog-hero .mm-breadcrumb,
.mm-visual-header-page .front-main > .mm-catalog-hero .mm-breadcrumb a,
.mm-visual-header-page .front-main > .mm-catalog-hero h1,
.mm-visual-header-page .front-main > .mm-catalog-hero p {
    color: #fff;
}

.mm-light-header-page .mm-header-wrap,
.mm-light-header-page .mm-header-wrap.is-scrolled,
.mm-light-header-page .mm-header-contact,
.mm-light-header-page .mm-header-nav-row {
    color: #10213a;
    background: #fff;
}

.mm-light-header-page .mm-header-wrap {
    border-bottom: 1px solid #e1e6ed;
}

.mm-light-header-page .mm-header-contact {
    border-bottom-color: #e1e6ed;
}

.mm-light-header-page .mm-header-contact .mm-brand,
.mm-light-header-page .mm-header-contact .mm-brand__logo,
.mm-light-header-page .mm-header-contact .mm-brand__descriptor,
.mm-light-header-page .mm-header-phone,
.mm-light-header-page .mm-header-nav-row .mm-nav__link,
.mm-light-header-page .mm-header-wrap.is-scrolled .mm-header-nav-row .mm-nav__link,
.mm-light-header-page .mm-language-dropdown__trigger {
    color: #10213a;
}

.mm-light-header-page .mm-header-contact .mm-brand__logo strong,
.mm-light-header-page .mm-header-nav-row .mm-nav__link:hover,
.mm-light-header-page .mm-header-nav-row .mm-nav__link:focus-visible,
.mm-light-header-page .mm-header-nav-row .mm-nav__link.is-active {
    color: var(--mm-orange);
}

.mm-light-header-page .mm-language-dropdown__trigger,
.mm-light-header-page .mm-header-contact .mm-mobile-toggle {
    border-color: #d7dee7;
    background: #fff;
}

@media (max-width: 900px) {
    .mm-visual-header-page {
        --mm-visual-header-height: 76px;
    }

    .mm-visual-header-page .mm-catalog-page .mm-catalog-hero--reference .mm-catalog-hero__copy {
        width: calc(100% - 36px);
        padding-bottom: 58px;
    }

    .mm-visual-header-page .front-main > .mm-catalog-hero .mm-catalog-hero__inner {
        width: calc(100% - 36px);
        padding-bottom: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-visual-header-page .mm-header-wrap--overlay {
        transition: none;
    }
}

/* makmach-catalog-category-showcase-v20260729 */
.mm-catalog-category-showcase {
    padding: clamp(24px, 3vw, 34px) 0 clamp(30px, 3.5vw, 44px);
    background: #fff;
}

.mm-catalog-category-showcase__inner {
    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
}

.mm-catalog-category-showcase__heading {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(320px, 1.3fr);
    gap: clamp(24px, 5vw, 76px);
    align-items: end;
    margin-bottom: clamp(20px, 2.5vw, 30px);
}

.mm-catalog-category-showcase__heading .mm-eyebrow {
    grid-column: 1;
    margin: 0 0 8px;
    color: var(--mm-orange);
}

.mm-catalog-category-showcase__heading h2 {
    grid-column: 1;
    margin: 0;
    color: #10213a;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.08;
}

.mm-catalog-category-showcase__heading p {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    max-width: 720px;
    margin: 0;
    color: #4c596b;
    font-size: clamp(14px, 1.25vw, 17px);
    line-height: 1.55;
}

.mm-catalog-category-showcase__grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 1.7vw, 22px);
}

.mm-catalog-category-tile {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 33, 58, 0.1);
}

.mm-catalog-category-tile a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.mm-catalog-category-tile__media {
    display: block;
    aspect-ratio: 1.72 / 1;
    overflow: hidden;
    background: #eef2f6;
}

.mm-catalog-category-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.mm-catalog-category-tile__media--support {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: clamp(22px, 3vw, 34px);
    background: linear-gradient(145deg, #fffaf6, #fff1e3);
}

.mm-catalog-category-tile--whatsapp .mm-catalog-category-tile__media--support {
    background: linear-gradient(145deg, #f7fdf8, #eaf7ee);
}

.mm-catalog-category-tile__support-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1px solid rgba(255, 95, 15, 0.2);
    border-radius: 50%;
    color: var(--mm-orange);
    background: #fff;
}

.mm-catalog-category-tile--whatsapp .mm-catalog-category-tile__support-icon {
    border-color: rgba(32, 168, 75, 0.22);
    color: #20a84b;
}

.mm-catalog-category-tile__support-icon svg {
    width: 38px;
    height: 38px;
}

.mm-catalog-category-tile__support-copy {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.mm-catalog-category-tile__support-copy strong {
    color: #10213a;
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.25;
}

.mm-catalog-category-tile__support-copy > span {
    color: #667085;
    font-size: 13px;
    line-height: 1.55;
}

.mm-catalog-category-tile__footer {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 13px 9px 18px;
    color: #fff;
    background: var(--mm-orange);
    transition: background-color 180ms ease;
}

.mm-catalog-category-tile__footer strong {
    overflow: hidden;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.25;
    text-overflow: ellipsis;
}

.mm-catalog-category-tile__arrow {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 8px;
}

.mm-catalog-category-tile__arrow svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mm-catalog-category-tile a:hover .mm-catalog-category-tile__media img,
.mm-catalog-category-tile a:focus-visible .mm-catalog-category-tile__media img {
    transform: scale(1.035);
}

.mm-catalog-category-tile a:hover .mm-catalog-category-tile__footer,
.mm-catalog-category-tile a:focus-visible .mm-catalog-category-tile__footer {
    background: #e96900;
}

.mm-catalog-category-tile--whatsapp .mm-catalog-category-tile__footer {
    background: #20a84b;
}

.mm-catalog-category-tile--whatsapp a:hover .mm-catalog-category-tile__footer,
.mm-catalog-category-tile--whatsapp a:focus-visible .mm-catalog-category-tile__footer {
    background: #178d3c;
}

[dir="rtl"] .mm-catalog-category-tile__arrow svg {
    transform: scaleX(-1);
}

@media (max-width: 900px) {
    .mm-catalog-category-showcase__inner {
        width: calc(100% - 36px);
    }

    .mm-catalog-category-showcase__heading {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mm-catalog-category-showcase__heading .mm-eyebrow,
    .mm-catalog-category-showcase__heading h2,
    .mm-catalog-category-showcase__heading p {
        grid-column: 1;
        grid-row: auto;
    }

    .mm-catalog-category-showcase__grid {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-catalog-page .mm-product-grid--category-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-catalog-landing-copy {
        width: calc(100% - 36px);
    }
}

@media (max-width: 560px) {
    .mm-catalog-category-showcase {
        padding: 22px 0 32px;
    }

    .mm-catalog-category-showcase__grid {
        grid-template-columns: 1fr;
    }

    .mm-catalog-page .mm-product-grid--category-products {
        grid-template-columns: 1fr;
    }

    .mm-catalog-category-tile__media {
        aspect-ratio: 1.58 / 1;
    }

    .mm-catalog-category-tile__media--support {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
        padding: 20px;
    }

    .mm-catalog-category-tile__support-icon {
        width: 54px;
        height: 54px;
    }

    .mm-catalog-category-tile__support-icon svg {
        width: 31px;
        height: 31px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-catalog-category-tile__media img {
        transition: none;
    }
}

/* makmach-catalog-category-hub-v20260801 */
.mm-catalog-category-hub {
    position: relative;
    z-index: 2;
    background: #fff;
}

.mm-catalog-category-hub .mm-category-rail {
    margin-top: -28px;
    margin-bottom: 0;
}

.mm-catalog-category-hub .mm-category-rail__inner {
    min-height: 58px;
}

.mm-catalog-category-hub .mm-category-chip {
    min-height: 57px;
    flex-basis: 126px;
    padding: 7px 10px;
}

.mm-catalog-category-hub .mm-category-chip__icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
}

.mm-catalog-category-hub .mm-category-chip__icon .mm-solution-svg {
    width: 24px;
    height: 24px;
}

.mm-catalog-category-hub + .mm-catalog-layout--b2b {
    margin-top: 28px;
}

.mm-visual-header-page .mm-catalog-page--machine .mm-catalog-hero--reference,
.mm-visual-header-page .mm-catalog-page--spare-part .mm-catalog-hero--reference,
.mm-visual-header-page .mm-catalog-page--machine .mm-catalog-hero--reference .mm-catalog-hero__inner,
.mm-visual-header-page .mm-catalog-page--spare-part .mm-catalog-hero--reference .mm-catalog-hero__inner {
    min-height: clamp(380px, 34vw, 450px);
}

.mm-visual-header-page .mm-catalog-page--machine .mm-catalog-hero--reference .mm-catalog-hero__visual--reference img,
.mm-visual-header-page .mm-catalog-page--spare-part .mm-catalog-hero--reference .mm-catalog-hero__visual--reference img {
    min-height: clamp(380px, 34vw, 450px);
}

.mm-visual-header-page .mm-catalog-page--machine .mm-catalog-hero--reference .mm-catalog-hero__copy,
.mm-visual-header-page .mm-catalog-page--spare-part .mm-catalog-hero--reference .mm-catalog-hero__copy {
    padding-bottom: clamp(50px, 5vw, 66px);
}

@media (max-width: 900px) {
    .mm-catalog-category-hub .mm-category-rail {
        width: calc(100% - 24px);
        margin-top: -20px;
    }

    .mm-catalog-category-hub + .mm-catalog-layout--b2b {
        margin-top: 22px;
    }

    .mm-visual-header-page .mm-catalog-page--machine .mm-catalog-hero--reference,
    .mm-visual-header-page .mm-catalog-page--spare-part .mm-catalog-hero--reference,
    .mm-visual-header-page .mm-catalog-page--machine .mm-catalog-hero--reference .mm-catalog-hero__inner,
    .mm-visual-header-page .mm-catalog-page--spare-part .mm-catalog-hero--reference .mm-catalog-hero__inner,
    .mm-visual-header-page .mm-catalog-page--machine .mm-catalog-hero--reference .mm-catalog-hero__visual--reference img,
.mm-visual-header-page .mm-catalog-page--spare-part .mm-catalog-hero--reference .mm-catalog-hero__visual--reference img {
        min-height: 360px;
    }
}

/* makmach-home-blog-showcase-v20260801 */
.mm-home-blog {
    display: grid;
    width: min(1280px, calc(100% - 92px));
    margin: clamp(28px, 4vw, 50px) auto 22px;
    grid-template-columns: minmax(250px, 0.75fr) minmax(0, 2.25fr);
    gap: clamp(28px, 4vw, 58px);
    overflow: hidden;
    padding: clamp(30px, 4vw, 54px) clamp(26px, 4vw, 52px);
    border: 1px solid #e8ebef;
    border-radius: 16px;
    background: #f5f6f7;
    box-shadow: 0 14px 34px rgba(7, 20, 38, 0.07);
}

.mm-home-blog__intro {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.mm-home-blog__eyebrow {
    margin-bottom: 13px;
    color: var(--mm-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.mm-home-blog__intro h2 {
    margin: 0;
    color: #10213a;
    font-size: clamp(32px, 3.3vw, 48px);
    font-weight: 800;
    line-height: 1.05;
}

.mm-home-blog__description {
    max-width: 350px;
    margin-top: 22px;
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
}

.mm-home-blog__description > :first-child { margin-top: 0; }
.mm-home-blog__description > :last-child { margin-bottom: 0; }

.mm-home-blog__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
}

.mm-home-blog__all {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 22px;
    border-radius: 999px;
    color: #fff;
    background: var(--mm-orange);
    box-shadow: 0 10px 22px rgba(245, 130, 32, 0.24);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 160ms ease, transform 160ms ease;
}

.mm-home-blog__all:hover,
.mm-home-blog__all:focus-visible {
    color: #fff;
    background: var(--mm-orange-dark);
    transform: translateY(-1px);
}

.mm-home-blog__controls {
    display: flex;
    gap: 9px;
}

.mm-home-blog__controls button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid #e1e5ea;
    border-radius: 999px;
    color: #10213a;
    background: #fff;
    box-shadow: 0 7px 18px rgba(7, 20, 38, 0.06);
    cursor: pointer;
    transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.mm-home-blog__controls button:hover,
.mm-home-blog__controls button:focus-visible {
    border-color: var(--mm-orange);
    color: var(--mm-orange);
    transform: translateY(-1px);
}

.mm-home-blog__controls svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mm-home-blog__carousel {
    min-width: 0;
    overflow: hidden;
}

.mm-home-blog__track {
    display: flex;
    gap: 20px;
    height: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 1px 1px 8px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
}

.mm-home-blog__track::-webkit-scrollbar { display: none; }

.mm-home-blog-card {
    display: flex;
    min-width: 0;
    flex: 0 0 min(330px, 78vw);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(7, 20, 38, 0.08);
    scroll-snap-align: start;
}

.mm-home-blog-card__media {
    display: grid;
    aspect-ratio: 1.62 / 1;
    place-items: center;
    overflow: hidden;
    color: var(--mm-orange);
    background: #e9eef2;
    text-decoration: none;
}

.mm-home-blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.mm-home-blog-card__media > span {
    font-size: 56px;
    font-weight: 800;
}

.mm-home-blog-card:hover .mm-home-blog-card__media img { transform: scale(1.025); }

.mm-home-blog-card__body {
    display: flex;
    min-height: 180px;
    flex: 1;
    flex-direction: column;
    padding: 22px 22px 18px;
}

.mm-home-blog-card__body h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #162033;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mm-home-blog-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.mm-home-blog-card__body h3 a:hover,
.mm-home-blog-card__body h3 a:focus-visible { color: var(--mm-orange); }

.mm-home-blog-card__body p {
    display: -webkit-box;
    margin: 15px 0 0;
    overflow: hidden;
    color: #6b7280;
    font-size: 13.5px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mm-home-blog-card__footer {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 20px;
    border-top: 1px solid #eceef1;
    font-size: 12px;
    font-weight: 700;
}

.mm-home-blog-card__footer time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #687386;
    white-space: nowrap;
}

.mm-home-blog-card__footer time svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: var(--mm-orange);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mm-home-blog-card__footer > a {
    color: var(--mm-orange);
    text-decoration: none;
    white-space: nowrap;
}

.mm-home-blog-card__footer > a:hover,
.mm-home-blog-card__footer > a:focus-visible { color: var(--mm-orange-dark); }

[dir="rtl"] .mm-home-blog__track { direction: rtl; }
[dir="rtl"] .mm-home-blog__controls svg { transform: scaleX(-1); }

@media (max-width: 900px) {
    .mm-home-blog {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px 24px;
    }

    .mm-home-blog__intro {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .mm-home-blog__eyebrow,
    .mm-home-blog__intro h2,
    .mm-home-blog__description { grid-column: 1; }

    .mm-home-blog__description { margin-top: 12px; }

    .mm-home-blog__actions {
        grid-column: 2;
        grid-row: 1 / span 3;
        align-self: end;
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .mm-home-blog {
        width: calc(100% - 20px);
        gap: 20px;
        padding: 24px 14px;
    }

    .mm-home-blog__intro {
        display: flex;
        align-items: flex-start;
    }

    .mm-home-blog__intro h2 { font-size: 32px; }

    .mm-home-blog__description {
        font-size: 14px;
        line-height: 1.6;
    }

    .mm-home-blog__actions { margin-top: 20px; }
    .mm-home-blog-card { flex-basis: 88%; }

    .mm-home-blog-card__body {
        min-height: 164px;
        padding: 18px 18px 15px;
    }

    .mm-home-blog-card__footer { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .mm-home-blog__track { scroll-behavior: auto; }

    .mm-home-blog-card__media img,
    .mm-home-blog__all,
    .mm-home-blog__controls button { transition: none; }
}
/* makmach-pagination-v20260811 */
.mm-pagination {
    width: fit-content;
    max-width: 100%;
    margin: 34px auto 0;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid #dce3eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 33, 58, 0.09);
}

.mm-pagination__summary {
    margin: 0;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    color: #687386;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}

.mm-pagination__summary strong {
    color: #10213a;
    font-size: 14px;
    font-weight: 800;
}

.mm-pagination__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mm-pagination__button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-grid;
    place-items: center;
    border: 1.5px solid #cbd5e1;
    border-radius: 9px;
    color: #10213a;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mm-pagination a.mm-pagination__button:hover,
.mm-pagination a.mm-pagination__button:focus-visible {
    border-color: rgba(249, 115, 22, 0.55);
    color: #e85d0b;
    background: #fff7ed;
    box-shadow: 0 5px 14px rgba(249, 115, 22, 0.14);
    transform: translateY(-1px);
    outline: none;
}

.mm-pagination__button.is-active {
    border-color: #f97316;
    color: #fff;
    background: #f97316;
    box-shadow: 0 6px 15px rgba(249, 115, 22, 0.22);
}

.mm-pagination__button--arrow {
    border-color: #10213a;
    color: #fff;
    background: #10213a;
}

.mm-pagination a.mm-pagination__button--arrow:hover,
.mm-pagination a.mm-pagination__button--arrow:focus-visible {
    border-color: #f97316;
    color: #fff;
    background: #f97316;
}

.mm-pagination__button.is-disabled {
    border-color: #dfe5ec;
    color: #aeb7c3;
    background: #eef2f6;
    cursor: not-allowed;
}

.mm-pagination__button svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mm-pagination__ellipsis {
    width: 18px;
    color: #8b96a6;
    font-size: 15px;
    text-align: center;
}

[dir="rtl"] .mm-pagination__button--arrow svg {
    transform: scaleX(-1);
}

@media (max-width: 640px) {
    .mm-pagination {
        width: 100%;
        padding: 12px;
        flex-direction: column;
        gap: 9px;
    }

    .mm-pagination__controls {
        width: 100%;
        gap: 5px;
    }

    .mm-pagination__button {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }
}

/* makmach-visual-header-legibility-v20260811 */
.mm-header-overlay {
    --mm-header-glass-top: rgba(5, 15, 28, 0.34);
    --mm-header-glass-middle: rgba(5, 15, 28, 0.24);
    --mm-header-glass-bottom: rgba(5, 15, 28, 0.08);
}

.mm-header-overlay:not(.mm-is-scrolled)
    .mm-header-wrap--overlay:not(.is-scrolled)
    .mm-header-contact {
    border-bottom-color: rgba(255, 255, 255, 0.24);
    background: linear-gradient(
        180deg,
        var(--mm-header-glass-top) 0%,
        var(--mm-header-glass-middle) 100%
    );
    box-shadow: none;
}

.mm-header-overlay:not(.mm-is-scrolled)
    .mm-header-wrap--overlay:not(.is-scrolled)
    .mm-header-nav-row {
    position: relative;
    border-bottom-color: transparent;
    background: linear-gradient(
        180deg,
        var(--mm-header-glass-middle) 0%,
        var(--mm-header-glass-bottom) 100%
    );
    box-shadow: none;
}

@media (max-width: 900px) {
    .mm-header-overlay {
        --mm-header-glass-top: rgba(5, 15, 28, 0.4);
        --mm-header-glass-middle: rgba(5, 15, 28, 0.3);
        --mm-header-glass-bottom: rgba(5, 15, 28, 0.1);
    }
}

/* makmach-mobile-audit-v20260812 */
.mm-mobile-menu__nav {
    display: grid;
}

.mm-mobile-menu__group {
    min-width: 0;
    border-bottom: 1px solid var(--mm-line);
}

.mm-mobile-menu__parent-row {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
}

.mm-mobile-menu__nav .mm-mobile-menu__parent-link {
    min-width: 0;
    border-bottom: 0;
}

.mm-mobile-menu__submenu-toggle {
    display: grid;
    width: 48px;
    min-height: 48px;
    place-items: center;
    padding: 0;
    border: 0;
    border-inline-start: 1px solid var(--mm-line);
    color: var(--mm-ink);
    background: transparent;
    cursor: pointer;
}

.mm-mobile-menu__submenu-toggle .mm-nav__chevron {
    width: 9px;
    height: 9px;
    transition: transform 160ms ease;
}

.mm-mobile-menu__submenu-toggle[aria-expanded="true"] {
    color: var(--mm-orange-dark);
    background: #fff7ed;
}

.mm-mobile-menu__submenu-toggle[aria-expanded="true"] .mm-nav__chevron {
    transform: rotate(225deg) translate(-1px, -1px);
}

.mm-mobile-menu__submenu[hidden] {
    display: none;
}

.mm-mobile-menu__submenu {
    display: grid;
    padding: 4px 10px 10px 18px;
    border-top: 1px solid #eef1f5;
    background: #f7f9fb;
}

[dir="rtl"] .mm-mobile-menu__submenu {
    padding: 4px 18px 10px 10px;
}

.mm-mobile-menu__nav .mm-mobile-menu__submenu a {
    min-width: 0;
    padding: 11px 10px;
    border-bottom-color: #e5eaf0;
    color: #3c4a5f;
    font-size: 14px;
    font-weight: 620;
    overflow-wrap: anywhere;
}

.mm-mobile-menu__nav .mm-mobile-menu__submenu a:last-child {
    border-bottom: 0;
}

@media (max-width: 900px) {
    .mm-mobile-menu {
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .mm-mobile-menu__panel {
        min-height: min-content;
        max-height: calc(100dvh - 36px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .mm-blog-detail.mm-product-detail:not(.mm-product-detail--catalog) {
        display: flex;
        width: var(--mm-container);
        min-width: 0;
        flex-direction: column;
        gap: 18px;
    }

    .mm-blog-detail .mm-product-panel,
    .mm-blog-detail .mm-blog-inquiry {
        width: 100%;
        min-width: 0;
    }

    .mm-blog-detail .mm-product-panel {
        order: 1;
    }

    .mm-blog-detail .mm-blog-inquiry {
        position: static;
        inset: auto;
        order: 2;
        align-self: stretch;
    }

    .mm-product-detail:not(.mm-product-detail--catalog) .mm-product-summary,
    .mm-product-page .mm-product-reference-inquiry,
    .mm-filter-panel,
    .mm-contact-panel {
        position: static;
        inset: auto;
        top: auto;
    }

    .mm-service-detail__top,
    .mm-service-inquiry,
    .mm-project-detail__top,
    .mm-project-inquiry,
    .mm-contact-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .mm-service-inquiry .mm-mini-form,
    .mm-project-inquiry .mm-mini-form,
    .mm-contact-panel .mm-mini-form,
    .mm-second-hand-detail .mm-mini-form {
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .mm-blog-detail .mm-mini-form {
        min-width: 0;
        grid-template-columns: 1fr;
    }

    .mm-product-detail,
    .mm-catalog-layout,
    .mm-contact-layout,
    .mm-grid,
    .mm-card,
    .mm-product-panel,
    .mm-product-summary,
    .mm-section {
        min-width: 0;
    }

    .mm-service-detail__top > *,
    .mm-service-inquiry > *,
    .mm-project-detail__top > *,
    .mm-project-inquiry > *,
    .mm-contact-layout > * {
        min-width: 0;
        max-width: 100%;
    }

    .mm-rich-content,
    .mm-rich-content > * {
        max-width: 100%;
    }

    .mm-rich-content iframe,
    .mm-rich-content video {
        width: 100%;
    }

    .mm-quote-modal {
        overflow: hidden;
    }

    .mm-quote-modal__dialog {
        width: 100%;
        max-width: 100%;
        max-height: calc(100dvh - 20px);
        overscroll-behavior: contain;
    }
}

@media (max-width: 640px) {
    .mm-mobile-menu {
        padding: 10px;
    }

    .mm-mobile-menu__panel {
        width: 100%;
        max-height: calc(100dvh - 20px);
        padding: 14px;
        border-radius: 16px;
    }

    .mm-blog-detail.mm-product-detail:not(.mm-product-detail--catalog) {
        margin-top: 20px;
    }

    .mm-blog-detail .mm-product-panel,
    .mm-blog-detail .mm-blog-inquiry {
        padding: 16px;
        border-radius: 14px;
    }

    .mm-blog-detail .mm-product-summary h1 {
        font-size: clamp(25px, 8vw, 34px);
    }

    .mm-blog-detail .mm-product-gallery__main {
        aspect-ratio: 16 / 10;
    }

    .mm-blog-detail .mm-product-gallery__thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mm-quote-modal__dialog {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .mm-quote-modal__head {
        padding-inline-end: 42px;
    }

    .mm-quote-modal__close {
        inset-block-start: 12px;
        inset-inline-end: 12px;
        width: 36px;
        height: 36px;
    }
}

/* makmach-e-catalog-v20260812 */
.mm-e-catalog-hero {
    min-height: clamp(300px, 34vw, 440px);
}

.mm-e-catalog-section,
.mm-e-catalog-detail {
    padding-top: clamp(34px, 5vw, 68px);
}

.mm-e-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mm-e-catalog-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgb(11 35 58 / 8%);
}

.mm-e-catalog-card__cover {
    display: grid;
    min-height: 390px;
    place-items: center;
    overflow: hidden;
    background: #eef2f6;
}

.mm-e-catalog-card__cover img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    transition: transform 220ms ease;
}

.mm-e-catalog-card:hover .mm-e-catalog-card__cover img {
    transform: scale(1.025);
}

.mm-e-catalog-card__fallback {
    display: grid;
    min-height: 280px;
    place-items: center;
    gap: 12px;
    color: #53657a;
    font-weight: 800;
    letter-spacing: .08em;
}

.mm-e-catalog-card__fallback svg {
    width: 64px;
    fill: none;
    stroke: #ff6900;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.mm-e-catalog-card__body {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
}

.mm-e-catalog-card__type {
    display: inline-flex;
    margin-bottom: 10px;
    color: #ff6900;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mm-e-catalog-card h2 {
    margin: 0 0 12px;
    color: #0d2741;
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    line-height: 1.28;
}

.mm-e-catalog-card h2 a {
    color: inherit;
    text-decoration: none;
}

.mm-e-catalog-card p {
    display: -webkit-box;
    margin: 0 0 22px;
    overflow: hidden;
    color: #586779;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mm-e-catalog-card__actions,
.mm-e-catalog-detail__actions {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.mm-e-catalog-card__actions .mm-button {
    min-height: 44px;
    flex: 1 1 135px;
    justify-content: center;
    padding-inline: 14px;
}

.mm-e-catalog-detail__summary {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.mm-e-catalog-detail__cover {
    display: grid;
    min-height: 480px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e1e7ee;
    border-radius: 8px;
    background: #eef2f6;
    box-shadow: 0 18px 45px rgb(11 35 58 / 10%);
}

.mm-e-catalog-detail__cover img {
    width: 100%;
    height: 100%;
    max-height: 720px;
    object-fit: cover;
}

.mm-e-catalog-detail__content h2 {
    margin: 0 0 18px;
    color: #0d2741;
    font-size: clamp(1.65rem, 3vw, 2.7rem);
    line-height: 1.15;
}

.mm-e-catalog-detail__content .mm-rich-content,
.mm-e-catalog-detail__content > p {
    color: #4f6072;
    font-size: 1rem;
    line-height: 1.75;
}

.mm-e-catalog-detail__actions {
    margin-top: 28px;
}

.mm-e-catalog-preview {
    min-height: 720px;
    margin-top: 48px;
    overflow: hidden;
    border: 1px solid #dce4ec;
    border-radius: 8px;
    background: #eef2f6;
}

.mm-e-catalog-preview object {
    display: block;
    width: 100%;
    min-height: 720px;
    border: 0;
}

.mm-e-catalog-preview p {
    padding: 28px;
    text-align: center;
}

[dir="rtl"] .mm-e-catalog-card__actions span,
[dir="rtl"] .mm-e-catalog-detail__actions span {
    transform: scaleX(-1);
}

@media (max-width: 900px) {
    .mm-e-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .mm-e-catalog-detail__summary {
        grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
        gap: 28px;
    }

    .mm-e-catalog-preview,
    .mm-e-catalog-preview object {
        min-height: 600px;
    }
}

@media (max-width: 640px) {
    .mm-e-catalog-grid,
    .mm-e-catalog-detail__summary {
        grid-template-columns: 1fr;
    }

    .mm-e-catalog-card__cover {
        min-height: 320px;
    }

    .mm-e-catalog-card__body {
        min-height: 0;
        padding: 20px;
    }

    .mm-e-catalog-detail__cover {
        min-height: 360px;
    }

    .mm-e-catalog-card__actions .mm-button,
    .mm-e-catalog-detail__actions .mm-button {
        width: 100%;
        flex-basis: 100%;
    }

    .mm-e-catalog-preview {
        min-height: 0;
        margin-top: 32px;
        padding: 20px;
    }

    .mm-e-catalog-preview object {
        min-height: 420px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mm-e-catalog-card__cover img {
        transition: none;
    }
}

/* makmach-responsive-hardening-v20260813 */
html,
body,
.front-shell,
.front-main {
    max-width: 100%;
}

.front-main,
.front-main > *,
.mm-container,
.mm-grid > *,
.mm-card,
.mm-panel {
    min-width: 0;
}

input,
select,
textarea,
button {
    max-width: 100%;
}

.mm-rich-content pre,
.mm-rich-content table,
.mm-product-specifications,
.mm-specs {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.mm-rich-content pre {
    white-space: pre;
}

.mm-rich-content a,
.mm-inline-contact,
.mm-card h2,
.mm-card h3,
.mm-product-card h2,
.mm-product-card h3 {
    overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
    :root {
        --mm-header-height: 76px;
        --mm-header-compact-height: 68px;
    }

    .mm-header-contact__inner,
    .mm-header-wrap.is-scrolled .mm-header-contact__inner {
        width: calc(100% - 32px);
        min-height: 76px;
    }

    .mm-header-wrap.is-scrolled .mm-header-contact__inner {
        min-height: 68px;
    }

    .mm-header-contact .mm-brand__divider,
    .mm-header-contact .mm-brand__descriptor,
    .mm-header-phone {
        display: none;
    }

    .mm-header-nav-row {
        display: none;
    }

    .mm-header-contact .mm-mobile-toggle {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .mm-header-contact__actions,
    .mm-header-contact .mm-brand {
        min-width: 0;
    }

    .mm-e-catalog-preview,
    .mm-e-catalog-preview object,
    .mm-multimedia-card iframe {
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .mm-cta-band,
    .mm-cta-band__actions,
    .mm-card__actions,
    .mm-service-card__actions,
    .mm-project-card__actions,
    .mm-product-actions {
        min-width: 0;
    }

    .mm-cta-band__actions .mm-btn,
    .mm-card__actions .mm-btn,
    .mm-service-card__actions .mm-btn,
    .mm-project-card__actions .mm-btn {
        min-width: 0;
        white-space: normal;
    }

    .mm-pagination {
        overflow: hidden;
    }

    .mm-pagination__controls {
        max-width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 2px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 640px) {
    .mm-mobile-menu__actions .mm-btn,
    .mm-mobile-menu .mm-language-dropdown,
    .mm-mobile-menu .mm-language-dropdown__trigger {
        width: 100%;
    }

    .mm-mobile-menu__contact a {
        min-width: 0;
    }

    .mm-mobile-menu__contact a span:last-child {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .mm-pagination__summary {
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    .mm-floating-wa {
        inset-inline-end: max(14px, env(safe-area-inset-right));
        bottom: max(14px, env(safe-area-inset-bottom));
    }

    .mm-back-to-top {
        right: max(16px, env(safe-area-inset-right));
        bottom: max(80px, calc(env(safe-area-inset-bottom) + 76px));
    }

    [dir="rtl"] .mm-back-to-top {
        right: auto;
        left: max(16px, env(safe-area-inset-left));
    }

    .mm-quote-modal,
    .mm-mobile-menu {
        padding-top: max(10px, env(safe-area-inset-top));
        padding-right: max(10px, env(safe-area-inset-right));
        padding-bottom: max(10px, env(safe-area-inset-bottom));
        padding-left: max(10px, env(safe-area-inset-left));
    }

    .mm-e-catalog-preview object {
        min-height: min(420px, 70dvh);
    }
}

/* makmach-final-qa-static-header-v20260813 */
.mm-header-wrap,
.mm-header-wrap.is-scrolled,
.mm-header-overlay .mm-header-wrap--overlay,
.mm-visual-header-page .mm-header-wrap--overlay,
.mm-light-header-page .mm-header-wrap {
    position: relative;
    top: auto;
}

/* makmach-mobile-hero-copy-v20260815 */
@media (max-width: 900px) {
    .mm-home-page .mm-home-hero .mm-hero__content h1,
    .mm-home-page .mm-home-hero .mm-hero__content p {
        display: block;
        overflow: visible;
        max-height: none;
        white-space: normal;
        text-overflow: clip;
        text-wrap: pretty;
        overflow-wrap: break-word;
        -webkit-line-clamp: unset;
        -webkit-box-orient: initial;
    }
}

@media (max-width: 640px) {
    .mm-home-page .mm-home-hero,
    .mm-home-page .mm-home-hero .mm-hero__content {
        min-height: clamp(620px, 165vw, 680px);
    }
}

/* Keep floating controls clear of the mobile contact bar. */
@media (max-width: 767px) {
    .mm-back-to-top {
        right: max(16px, env(safe-area-inset-right));
        bottom: calc(100px + env(safe-area-inset-bottom));
    }

    [dir="rtl"] .mm-back-to-top {
        right: auto;
        left: max(16px, env(safe-area-inset-left));
    }
}
