/* Cabinet Stellar 1.4.15 — clean body-level mobile navigation. */
.stellar-mobile-trigger-v15,
.stellar-mobile-nav-v15 {
    display: none;
}

@media (max-width: 1180px) {
    /* The old in-header navigation can never be re-opened by a stale bundle. */
    .stellar-header .stellar-nav,
    .stellar-header .stellar-nav.is-open,
    .stellar-header .stellar-header-actions,
    .stellar-header .stellar-nav.is-open + .stellar-header-actions,
    .stellar-mobile-drawer,
    .stellar-mobile-menu-portal {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .stellar-mobile-trigger-v15 {
        appearance: none;
        -webkit-appearance: none;
        box-sizing: border-box;
        position: relative;
        z-index: 3;
        flex: 0 0 auto;
        width: 46px;
        height: 46px;
        margin: 0;
        padding: 11px 9px;
        display: grid !important;
        align-content: center;
        gap: 6px;
        color: #fff;
        background: rgba(255,255,255,.055);
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 14px;
        cursor: pointer;
    }

    .stellar-mobile-trigger-v15 > span:not(.screen-reader-text) {
        display: block;
        width: 100%;
        height: 2px;
        margin: 0;
        background: currentColor;
        border-radius: 99px;
    }

    .stellar-mobile-trigger-v15[aria-expanded="true"] > span:not(.screen-reader-text):nth-last-child(3) {
        transform: translateY(8px) rotate(45deg);
    }
    .stellar-mobile-trigger-v15[aria-expanded="true"] > span:not(.screen-reader-text):nth-last-child(2) {
        opacity: 0;
    }
    .stellar-mobile-trigger-v15[aria-expanded="true"] > span:not(.screen-reader-text):nth-last-child(1) {
        transform: translateY(-8px) rotate(-45deg);
    }

    html.stellar-mobile-nav-v15-open,
    body.stellar-mobile-nav-v15-open {
        overflow: hidden !important;
        overscroll-behavior: none !important;
    }

    .stellar-mobile-nav-v15 {
        box-sizing: border-box;
        position: fixed !important;
        inset: 0 !important;
        z-index: 2147483646 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100vh !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        overflow: hidden !important;
        color: #fff !important;
        isolation: isolate;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 150ms ease, visibility 150ms ease;
    }

    .stellar-mobile-nav-v15[hidden] {
        display: none !important;
    }

    .stellar-mobile-nav-v15.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .stellar-mobile-nav-v15__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.72);
    }

    .stellar-mobile-nav-v15__panel {
        box-sizing: border-box;
        position: absolute;
        inset: 0;
        width: 100%;
        min-width: 0;
        height: 100%;
        min-height: 0;
        margin: 0;
        padding: max(12px, env(safe-area-inset-top)) 14px max(12px, env(safe-area-inset-bottom));
        display: grid;
        grid-template-rows: auto minmax(0, 1fr) auto;
        overflow: hidden;
        background: #050507;
        border: 0;
        transform: translateY(-10px);
        transition: transform 180ms ease;
    }

    .stellar-mobile-nav-v15.is-open .stellar-mobile-nav-v15__panel {
        transform: translateY(0);
    }

    .stellar-mobile-nav-v15__topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        min-width: 0;
        padding: 4px 2px 14px;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .stellar-mobile-nav-v15__brand {
        display: flex;
        align-items: center;
        min-width: 0;
        max-width: min(66vw, 250px);
        color: #fff;
        text-decoration: none;
    }

    .stellar-mobile-nav-v15__brand img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 44px;
        object-fit: contain;
    }

    .stellar-mobile-nav-v15__brand > span {
        font-size: 2rem;
        font-weight: 800;
    }

    .stellar-mobile-nav-v15__close {
        appearance: none;
        -webkit-appearance: none;
        position: relative;
        flex: 0 0 auto;
        width: 48px;
        height: 48px;
        margin: 0;
        padding: 0;
        color: #fff;
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 15px;
        cursor: pointer;
    }

    .stellar-mobile-nav-v15__close span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 2px;
        background: currentColor;
        border-radius: 99px;
    }
    .stellar-mobile-nav-v15__close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
    .stellar-mobile-nav-v15__close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

    .stellar-mobile-nav-v15__scroll {
        min-width: 0;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding: 18px 2px;
    }

    .stellar-mobile-nav-v15__links {
        display: grid;
        gap: 7px;
        width: 100%;
        min-width: 0;
    }

    .stellar-mobile-nav-v15__links > a,
    .stellar-mobile-nav-v15__services-row {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        min-height: 62px;
        display: flex;
        align-items: center;
        color: #fff;
        background: rgba(255,255,255,.035);
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 16px;
        text-decoration: none;
    }

    .stellar-mobile-nav-v15__links > a {
        padding: 16px 18px;
        font-size: clamp(1.05rem, 5vw, 1.28rem);
        font-weight: 650;
        line-height: 1.25;
    }

    .stellar-mobile-nav-v15__services-row > a {
        flex: 1 1 auto;
        min-width: 0;
        padding: 16px 18px;
        color: #fff;
        text-decoration: none;
        font-size: clamp(1.05rem, 5vw, 1.28rem);
        font-weight: 650;
        line-height: 1.25;
    }

    .stellar-mobile-nav-v15__services-toggle {
        appearance: none;
        -webkit-appearance: none;
        flex: 0 0 auto;
        width: 58px;
        align-self: stretch;
        display: grid;
        place-items: center;
        color: #fff;
        background: rgba(255,255,255,.05);
        border: 0;
        border-left: 1px solid rgba(255,255,255,.08);
        border-radius: 0 15px 15px 0;
        cursor: pointer;
    }

    .stellar-mobile-nav-v15__services-toggle svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
        transition: transform 160ms ease;
    }

    .stellar-mobile-nav-v15__services-toggle[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }

    .stellar-mobile-nav-v15__submenu {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        margin-top: 7px;
        padding: 8px;
        display: grid;
        gap: 3px;
        background: #100d16;
        border: 1px solid rgba(135,60,255,.30);
        border-radius: 16px;
    }

    .stellar-mobile-nav-v15__submenu[hidden] { display: none !important; }

    .stellar-mobile-nav-v15__submenu a {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        padding: 13px 12px;
        color: rgba(255,255,255,.82);
        text-decoration: none;
        font-size: .98rem;
        line-height: 1.35;
        white-space: normal;
        overflow-wrap: anywhere;
        border-radius: 11px;
    }

    .stellar-mobile-nav-v15__submenu a:focus-visible,
    .stellar-mobile-nav-v15__submenu a:hover {
        color: #fff;
        background: rgba(135,60,255,.16);
    }

    .stellar-mobile-nav-v15__actions {
        box-sizing: border-box;
        min-width: 0;
        display: grid;
        grid-template-columns: 48px 48px minmax(0, 1fr);
        gap: 8px;
        padding: 10px 2px 2px;
        border-top: 1px solid rgba(255,255,255,.10);
    }

    .stellar-mobile-nav-v15__icon,
    .stellar-mobile-nav-v15__estimate {
        box-sizing: border-box;
        min-width: 0;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 14px;
        text-decoration: none;
    }

    .stellar-mobile-nav-v15__icon {
        width: 48px;
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.10);
    }

    .stellar-mobile-nav-v15__icon--whatsapp {
        background: #19b968;
        border-color: #19b968;
    }

    .stellar-mobile-nav-v15__icon svg {
        width: 23px;
        height: 23px;
        fill: currentColor;
    }

    .stellar-mobile-nav-v15__estimate {
        appearance: none;
        -webkit-appearance: none;
        width: 100%;
        padding: 11px 14px;
        gap: 10px;
        color: #fff;
        background: linear-gradient(135deg, #7627ed, #953fff);
        border: 0;
        font: inherit;
        font-size: .95rem;
        font-weight: 750;
        line-height: 1.2;
        text-align: center;
        cursor: pointer;
    }
}

@media (max-width: 390px) {
    .stellar-mobile-nav-v15__panel { padding-inline: 10px; }
    .stellar-mobile-nav-v15__actions {
        grid-template-columns: 44px 44px minmax(0, 1fr);
        gap: 6px;
    }
    .stellar-mobile-nav-v15__icon {
        width: 44px;
        min-height: 44px;
    }
    .stellar-mobile-nav-v15__estimate {
        min-height: 44px;
        padding-inline: 10px;
        font-size: .86rem;
    }
}

@media (min-width: 1181px) {
    .stellar-mobile-trigger-v15,
    .stellar-mobile-nav-v15 {
        display: none !important;
    }
}
