.site-header {
        --mths-ink: #061a49;
        --mths-blue: #0757d8;
        --mths-line: #dce6f4;
        --mths-card-shadow: 0 10px 30px rgba(9, 35, 80, 0.1);
        --mths-max: 1168px;
        background: #fff;
        box-shadow: 0 1px 0 rgba(8, 31, 76, 0.08);
        color: var(--mths-ink);
        font-family: Inter, "Segoe UI", Arial, sans-serif;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .admin-bar .site-header {
        top: 32px;
    }

    .site-header *,
    .site-header *::before,
    .site-header *::after {
        box-sizing: border-box;
    }

    .site-header a {
        color: inherit;
        text-decoration: none;
    }

    .site-header svg {
        display: block;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2;
    }

    body > noscript {
        display: none !important;
        height: 0 !important;
        line-height: 0 !important;
        overflow: hidden !important;
    }

    body:not(.admin-bar) > .site-header {
        margin-top: 0 !important;
    }

    .topbar {
        background: linear-gradient(90deg, #04205d, #061742);
        color: #fff;
        display: none;
        font-size: 13px;
        font-weight: 650;
    }

    .topbar__inner {
        align-items: center;
        display: flex;
        gap: 18px;
        height: 38px;
        justify-content: flex-end;
        margin: 0 auto;
        max-width: var(--mths-max);
        padding: 0 20px;
    }

    .topbar__item {
        align-items: center;
        display: inline-flex;
        gap: 9px;
        white-space: nowrap;
    }

    .topbar__item svg {
        height: 17px;
        width: 17px;
    }

    .topbar__divider {
        background: rgba(255, 255, 255, 0.65);
        height: 16px;
        width: 1px;
    }

    .site-header .navbar {
        align-items: center;
        display: grid;
        grid-template-columns: auto 1fr auto;
        height: 42px;
        margin: 0 auto;
        max-width: none;
        padding: 0 24px;
        width: 100%;
    }

    body {
        --mts-header-compact-height: 42px;
        --mts-header-compact-logo-width: 235px;
    }

    body .site-header .navbar {
        align-items: center !important;
        gap: 28px !important;
        grid-template-columns: auto 1fr auto !important;
        height: var(--mts-header-compact-height) !important;
        min-height: 0 !important;
        max-width: none !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        width: 100% !important;
    }

    body .site-header .brand {
        align-items: center !important;
        display: inline-flex !important;
        height: var(--mts-header-compact-height) !important;
        min-width: calc(var(--mts-header-compact-logo-width) + 12px) !important;
    }

    body .site-header .brand img,
    body .site-header .navbar-brand img {
        display: block !important;
        filter: none !important;
        max-height: calc(var(--mts-header-compact-height) - 4px) !important;
        object-fit: contain !important;
        width: var(--mts-header-compact-logo-width) !important;
    }

    body .site-header .navbar__links {
        align-items: center !important;
        align-self: stretch !important;
        display: flex !important;
        gap: 18px !important;
        justify-content: center !important;
    }

    body .site-header .navbar__links > a,
    body .site-header .navbar__item > a {
        align-items: center !important;
        display: inline-flex !important;
        font-size: 13px !important;
        height: var(--mts-header-compact-height) !important;
        line-height: 1 !important;
    }

    body .site-header .navbar__item {
        align-items: center !important;
        height: var(--mts-header-compact-height) !important;
    }

    body .site-header .navbar__item > a span {
        font-size: 13px !important;
        height: auto !important;
        line-height: 1 !important;
    }

    body .site-header .navbar__dropdown a {
        height: auto !important;
        min-height: 0 !important;
    }

    body .site-header .navbar__actions {
        align-items: center !important;
        display: inline-flex !important;
        gap: 10px !important;
        justify-content: flex-end !important;
    }

    body .site-header .header-login,
    body .site-header .header-whatsapp {
        height: 34px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    body .site-header .header-cta {
        height: 36px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .brand {
        align-items: center;
        display: inline-flex;
        gap: 12px;
        height: 100%;
        min-width: 220px;
    }

    .brand img {
        display: block;
        height: auto;
        max-height: 60px;
        object-fit: contain;
        object-position: left center;
        width: 196px;
    }

    .navbar__links {
        align-items: center;
        display: flex;
        gap: 16px;
        justify-content: center;
    }

    .navbar__links a {
        align-items: center;
        color: #071946;
        display: inline-flex;
        font-size: 13px;
        font-weight: 850;
        gap: 6px;
        height: 42px;
        position: relative;
        white-space: nowrap;
    }

    .navbar__links a.active {
        color: var(--mths-blue);
    }

    .navbar__links a.active::after {
        background: var(--mths-blue);
        bottom: 18px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
    }

    @media (min-width: 761px) {
        .site-header,
        .site-header .navbar {
            background: #fff !important;
        }

        .site-header .navbar__links > a,
        .site-header .navbar__item > a,
        .site-header .navbar__links > a:hover,
        .site-header .navbar__item > a:hover,
        .site-header .navbar__links > a:focus,
        .site-header .navbar__item > a:focus,
        .site-header .navbar__links > a:active,
        .site-header .navbar__item > a:active,
        .site-header .navbar__links > a.active,
        .site-header .navbar__item > a.active {
            background: transparent !important;
        }
    }

    .navbar__links span {
        color: #0b286d;
        font-size: 13px;
        transform: translateY(-1px);
    }

    .navbar__mobile-login {
        display: none !important;
    }

    @media (min-width: 761px) {
        .site-header .navbar__links > .navbar__mobile-login {
            display: none !important;
        }
    }

    .navbar__item {
        align-items: center;
        display: inline-flex;
        height: 42px;
        position: relative;
    }

    .navbar__dropdown {
        background: #fff;
        border: 1px solid rgba(7, 87, 216, 0.12);
        border-radius: 8px;
        box-shadow: 0 18px 45px rgba(8, 31, 76, 0.14);
        display: grid;
        gap: 4px;
        left: 0;
        min-width: 286px;
        opacity: 0;
        padding: 10px;
        pointer-events: none;
        position: absolute;
        top: calc(100% - 14px);
        transform: translateY(8px);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
        visibility: hidden;
        z-index: 20;
    }

    .navbar__item:hover .navbar__dropdown,
    .navbar__item:focus-within .navbar__dropdown {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .navbar__dropdown a {
        border-radius: 7px;
        color: #17315d;
        display: flex;
        font-size: 15px;
        font-weight: 850;
        height: auto;
        justify-content: flex-start;
        padding: 12px 14px;
        white-space: normal;
    }

    .navbar__dropdown a:hover,
    .navbar__dropdown a:focus-visible,
    .navbar__dropdown a.active {
        background: #eef6ff;
        color: var(--mths-blue);
    }

    .navbar__dropdown a.active::after {
        display: none;
    }

    .navbar__dropdown--services {
        gap: 6px;
        grid-template-columns: 1fr;
        left: 0;
        min-width: 0;
        overflow: visible;
        padding: 8px;
        transform: translateY(8px);
        width: 310px;
    }

    .navbar__item:hover .navbar__dropdown--services,
    .navbar__item:focus-within .navbar__dropdown--services {
        transform: translateY(0);
    }

    .navbar__service-group {
        display: block;
        position: relative;
    }

    .navbar__service-group::after {
        content: "";
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0;
        width: 12px;
        z-index: 34;
    }

    .site-header .navbar__dropdown .navbar__service-main {
        align-items: center;
        border-radius: 7px;
        border-left: 3px solid var(--nav-accent);
        color: #071946;
        display: flex;
        font-size: 15px;
        font-weight: 950;
        gap: 10px;
        height: auto;
        justify-content: flex-start;
        line-height: 1.2;
        min-height: 0;
        padding: 13px 38px 13px 12px;
        position: relative;
        white-space: normal;
    }

    .site-header .navbar__dropdown .navbar__service-main::after {
        color: var(--nav-accent);
        content: "›";
        font-size: 22px;
        font-weight: 800;
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-header .navbar__dropdown .navbar__service-main small {
        color: var(--nav-accent);
        font-size: 11px;
        font-weight: 950;
        letter-spacing: .08em;
        line-height: 1;
    }

    .navbar__service-sublist {
        background: #fff;
        border: 1px solid rgba(7, 87, 216, .12);
        border-radius: 8px;
        box-shadow: 0 18px 45px rgba(8, 31, 76, .14);
        align-content: start;
        display: grid;
        gap: 0;
        grid-auto-rows: max-content;
        left: calc(100% - 1px);
        max-height: none;
        min-width: 292px;
        opacity: 0;
        overflow: visible;
        padding: 7px;
        pointer-events: none;
        position: absolute;
        top: 0;
        transform: translateX(-6px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
        visibility: hidden;
        z-index: 35;
    }

    .navbar__service-group:hover .navbar__service-sublist,
    .navbar__service-group:focus-within .navbar__service-sublist {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
        visibility: visible;
    }

    .site-header .navbar__dropdown .navbar__service-sub {
        align-items: center;
        border-radius: 6px;
        color: #315071;
        display: flex;
        font-size: 12px;
        font-weight: 800;
        height: auto;
        line-height: 1.15;
        min-height: 0;
        padding: 6px 9px;
        white-space: normal;
    }

    .navbar__service-nested {
        border-left: 1px solid color-mix(in srgb, var(--nav-accent) 42%, #dce6f4);
        display: grid;
        gap: 2px;
        margin: 0 0 0 12px;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0 0 0 10px;
        pointer-events: none;
        transition: max-height .2s ease, opacity .18s ease, margin .18s ease, padding .18s ease;
    }

    .site-header .navbar__dropdown .navbar__service-sub--parent {
        color: #071946;
        font-weight: 950;
        padding-right: 28px;
        position: relative;
    }

    .site-header .navbar__dropdown .navbar__service-sub--parent::after {
        color: var(--nav-accent);
        content: "+";
        display: block !important;
        font-size: 16px;
        font-weight: 950;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-header .navbar__dropdown .navbar__service-sub--parent:hover + .navbar__service-nested,
    .site-header .navbar__dropdown .navbar__service-sub--parent:focus + .navbar__service-nested,
    .site-header .navbar__dropdown .navbar__service-sub--parent:focus-visible + .navbar__service-nested,
    .navbar__service-sublist:hover .navbar__service-nested,
    .navbar__service-sublist:focus-within .navbar__service-nested,
    .navbar__service-nested:hover,
    .navbar__service-nested:focus-within {
        margin: -1px 0 6px 12px;
        max-height: 210px;
        opacity: 1;
        padding: 5px 0 4px 10px;
        pointer-events: auto;
    }

    .site-header .navbar__dropdown .navbar__service-sub--child {
        color: #46617e;
        font-size: 11.5px;
        padding: 5px 8px;
        position: relative;
    }

    .site-header .navbar__dropdown .navbar__service-sub--child::before {
        background: var(--nav-accent);
        border-radius: 999px;
        content: "";
        height: 5px;
        left: -13px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
    }

    .site-header .navbar__dropdown .navbar__service-main:hover,
    .site-header .navbar__dropdown .navbar__service-main:focus-visible,
    .navbar__service-group:hover .navbar__service-main,
    .navbar__service-group:focus-within .navbar__service-main,
    .site-header .navbar__dropdown .navbar__service-sub:hover,
    .site-header .navbar__dropdown .navbar__service-sub:focus-visible,
    .site-header .navbar__dropdown .navbar__service-sub.active {
        background: color-mix(in srgb, var(--nav-accent) 12%, #fff);
        color: #071946;
    }

    .navbar__actions {
        align-items: center;
        display: inline-flex;
        gap: 10px;
        justify-content: flex-end;
    }

    .header-login {
        align-items: center;
        background: #fff;
        border: 1px solid rgba(7, 87, 216, .22);
        border-radius: 999px;
        color: #17315d;
        display: inline-flex;
        font-size: 13px;
        font-weight: 900;
        gap: 8px;
        height: 38px;
        justify-content: center;
        margin-right: 0;
        padding: 0 14px;
        transition: border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
        white-space: nowrap;
    }

    .header-login i {
        color: var(--mths-blue);
        font-size: 17px;
        line-height: 1;
    }

    .header-login:hover,
    .header-login:focus-visible {
        border-color: var(--mths-blue);
        box-shadow: 0 8px 20px rgba(7, 87, 216, .12);
        color: var(--mths-blue);
        transform: translateY(-1px);
    }

    .site-header .header-whatsapp {
        align-items: center;
        animation: headerWhatsAppPulse 2.4s ease-in-out infinite;
        background: linear-gradient(135deg, #18b85a 0%, #25d366 100%);
        border: 1px solid rgba(24, 184, 90, .5);
        border-radius: 999px;
        box-shadow: 0 8px 20px rgba(37, 211, 102, .2);
        color: #fff;
        display: inline-flex;
        font-size: 13px;
        font-weight: 850;
        gap: 8px;
        height: 38px;
        justify-content: center;
        padding: 0 15px;
        white-space: nowrap;
    }

    .site-header .header-whatsapp i {
        font-size: 18px;
        line-height: 1;
    }

    .site-header .header-whatsapp:hover {
        box-shadow: 0 10px 26px rgba(37, 211, 102, .34);
        color: #fff;
        transform: translateY(-2px);
    }

    @keyframes headerWhatsAppPulse {
        0%, 100% {
            box-shadow: 0 8px 20px rgba(37, 211, 102, .22), 0 0 0 0 rgba(37, 211, 102, .35);
        }

        50% {
            box-shadow: 0 8px 20px rgba(37, 211, 102, .22), 0 0 0 10px rgba(37, 211, 102, 0);
        }
    }

    .site-header .header-cta {
        align-items: center;
        animation: none;
        background: linear-gradient(135deg, #ff8b20 0%, #f36f12 100%);
        border-radius: 50px;
        bottom: auto;
        box-shadow: 0 8px 20px rgba(244, 122, 31, 0.22);
        color: #fff;
        display: inline-flex;
        font-size: 13px;
        font-weight: 800;
        gap: 10px;
        height: 42px;
        justify-content: center;
        letter-spacing: 0.5px;
        overflow: hidden;
        padding: 0 20px;
        position: relative;
        right: auto;
        transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
        white-space: nowrap;
        width: auto;
        z-index: auto;
    }

    .site-header .header-cta::before {
        animation: none;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        content: "";
        height: 100%;
        left: -100%;
        position: absolute;
        top: 0;
        width: 100%;
        display: none;
    }

    .site-header .header-cta:hover {
        animation: none;
        background: linear-gradient(135deg, #f36f12 0%, #d95d08 100%);
        box-shadow: 0 10px 24px rgba(244, 122, 31, 0.28);
        color: #fff;
        transform: translateY(-3px);
    }

    .site-header .header-cta svg {
        height: 19px;
        width: 19px;
    }

    .menu-button {
        align-items: center;
        background: #fff;
        border: 1px solid var(--mths-line);
        border-radius: 8px;
        color: var(--mths-ink);
        display: none;
        height: 38px;
        justify-content: center;
        padding: 0;
        width: 44px;
    }

    .menu-button span {
        background: currentColor;
        border-radius: 1px;
        display: block;
        height: 2px;
        margin: 3px 0;
        width: 18px;
    }

    @keyframes mths-whatsapp-pulse {
        0% {
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.7);
        }

        50% {
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 0 0 15px rgba(37, 211, 102, 0);
        }

        100% {
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.7);
        }
    }

    @keyframes mths-whatsapp-glow {
        0%,
        100% {
            filter: brightness(1);
        }

        50% {
            filter: brightness(1.1);
        }
    }

    @keyframes mths-whatsapp-shine {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    @media (max-width: 1319px) {
        .topbar__inner {
            justify-content: center;
        }

        .site-header .navbar {
            grid-template-columns: auto auto 1fr;
        }

        .brand {
            min-width: 0;
        }

        .menu-button {
            display: grid;
            justify-self: end;
            margin-left: auto;
            order: 3;
        }

        .navbar__links {
            background: #fff;
            border-top: 1px solid var(--mths-line);
            box-shadow: var(--mths-card-shadow);
            display: none;
            flex-direction: column;
            gap: 0;
            grid-column: 1 / -1;
            left: 0;
            padding: 10px 20px 18px;
            position: absolute;
            right: 0;
            top: 100%;
        }

        .navbar__links.is-open {
            display: flex;
        }

        .navbar__links a {
            height: 38px;
        }

        .navbar__item {
            align-items: stretch;
            display: flex;
            flex-direction: column;
            height: auto;
            width: 100%;
        }

        .navbar__item > a {
            height: 38px;
        }

        .navbar__dropdown {
            background: #f7fbff;
            border: 1px solid rgba(7, 87, 216, 0.1);
            box-shadow: none;
            left: auto;
            min-width: 0;
            opacity: 1;
            padding: 6px;
            pointer-events: auto;
            position: static;
            transform: none;
            visibility: visible;
        }

        .navbar__dropdown--services {
            gap: 8px;
            grid-template-columns: 1fr;
            padding: 8px;
            width: 100%;
        }

        .navbar__item:hover .navbar__dropdown--services,
        .navbar__item:focus-within .navbar__dropdown--services {
            transform: none;
        }

        .navbar__service-group {
            border-bottom: 1px solid rgba(8, 31, 76, .08);
            border-right: 0;
            padding: 0 0 8px;
        }

        .navbar__service-sublist {
            background: rgba(255, 255, 255, .72);
            border: 0;
            border-left: 3px solid var(--nav-accent);
            border-radius: 0 7px 7px 0;
            box-shadow: none;
            gap: 2px;
            left: auto;
            margin: 2px 0 0 13px;
            min-width: 0;
            opacity: 1;
            padding: 4px 0 4px 8px;
            pointer-events: auto;
            position: static;
            top: auto;
            transform: none;
            visibility: visible;
        }

        .site-header .navbar__dropdown .navbar__service-main::after {
            display: none;
        }

        .navbar__service-group:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .navbar__dropdown a {
            height: auto;
            padding: 10px 12px;
        }

        .navbar__links a.active::after {
            bottom: 4px;
        }

        .navbar__actions {
            justify-self: end;
            margin-right: 58px;
        }
    }

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

    @media (max-width: 760px) {
        html,
        body {
            max-width: 100%;
            overflow-x: hidden;
        }

        .site-header {
            z-index: 10020;
        }

        .topbar__item {
            font-size: 12px;
        }

        .site-header .navbar {
            background: #fff;
            grid-template-columns: minmax(0, 1fr) auto;
            height: 42px;
            overflow: visible;
            padding-left: 14px;
            padding-right: 10px;
            position: relative;
            z-index: 10022;
        }

        .brand {
            min-width: 0;
        }

        .brand img {
            max-height: 60px;
            width: min(220px, 66vw);
        }

        .site-header .navbar__actions,
        .site-header .header-cta,
        .site-header .header-login,
        .site-header .header-whatsapp {
            display: none !important;
        }

        .site-header .menu-button {
            display: grid !important;
            flex: 0 0 42px;
            height: 42px;
            justify-self: end;
            margin-left: 8px;
            min-width: 42px;
            opacity: 1 !important;
            order: 2;
            position: relative;
            visibility: visible !important;
            width: 42px;
            z-index: 10030;
        }

        .site-header .navbar__links {
            background: #fff;
            box-shadow: 0 18px 42px rgba(8, 31, 76, .18);
            display: none !important;
            left: 0;
            max-height: calc(100svh - 70px);
            overscroll-behavior: contain;
            overflow-y: auto;
            padding: 14px 18px 22px;
            position: fixed;
            right: 0;
            scroll-padding-top: 14px;
            top: 70px !important;
            z-index: 10010;
        }

        .site-header .navbar__links.is-open {
            display: flex !important;
        }

        .site-header .navbar__links a {
            font-size: 15px;
            justify-content: center;
            min-height: 42px;
            width: 100%;
        }

        .site-header .navbar__service-group.is-open > .navbar__service-main {
            background: #fff;
            border: 1px solid rgba(8, 31, 76, .08);
            border-left: 4px solid var(--nav-accent);
            box-shadow: 0 8px 22px rgba(8, 31, 76, .10);
            position: sticky;
            top: 0;
            z-index: 4;
        }

        .navbar__mobile-login {
            border-top: 1px solid rgba(8, 31, 76, .1);
            color: #061a49 !important;
            display: flex !important;
            margin-top: 8px;
            padding-top: 10px;
        }

        .navbar__item--dropdown:not(.is-open) .navbar__dropdown,
        .navbar__service-group:not(.is-open) .navbar__service-sublist {
            display: none;
        }

        .navbar__item--dropdown > a,
        .site-header .navbar__dropdown .navbar__service-main {
            cursor: pointer;
        }

        .navbar__dropdown--services {
            background: #f7fbff;
            margin-top: 2px;
        }

        .navbar__service-group {
            padding: 0;
        }

        .navbar__service-sublist {
            margin: 4px 0 8px;
        }
    }

    /* Definitieve desktopmaat: gelijk aan de smalle balk op Meterkast vervangen. */
    html body {
        --mts-header-compact-height: 42px !important;
        --mts-header-compact-logo-width: 235px !important;
        --mts-home-header-height: 42px !important;
    }

    @media (min-width: 1320px) {
        html body .site-header {
            left: 0 !important;
            margin-left: auto !important;
            margin-right: auto !important;
            max-width: 1440px !important;
            right: 0 !important;
            width: min(1440px, calc(100vw - 96px)) !important;
        }

        html body .site-header .navbar {
            padding-left: 24px !important;
            padding-right: 24px !important;
            width: 100% !important;
        }
    }
    html body .site-header {
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        overflow: visible !important;
    }

    html body .topbar {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }

    html body .site-header .navbar {
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    html body .site-header .brand,
    html body .site-header .navbar__item,
    html body .site-header .navbar__links > a,
    html body .site-header .navbar__item > a {
        height: 42px !important;
        min-height: 0 !important;
        max-height: 42px !important;
    }

    html body .site-header .brand img,
    html body .site-header .navbar-brand img {
        max-height: 64px !important;
        width: 235px !important;
    }

    html body .site-header .navbar__links {
        align-self: stretch !important;
    }

    html body .site-header .navbar__links > a,
    html body .site-header .navbar__item > a {
        font-size: 13px !important;
        line-height: 1 !important;
    }

    html body .site-header .navbar__links > a.active::after,
    html body .site-header .navbar__item > a.active::after {
        bottom: 9px !important;
    }

    html body .site-header .header-login,
    html body .site-header .header-whatsapp {
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
    }

    html body .site-header .header-cta {
        height: 36px !important;
        min-height: 36px !important;
        max-height: 36px !important;
    }

    @media (max-width: 760px) {
        html body .site-header,
        html body .site-header .navbar {
            height: 42px !important;
            min-height: 42px !important;
            max-height: 42px !important;
        }

        html body .site-header .navbar__links {
            align-items: stretch !important;
            flex-direction: column !important;
            gap: 0 !important;
            height: auto !important;
            left: 0 !important;
            max-height: calc(100svh - 46px) !important;
            overflow-y: auto !important;
            right: 0 !important;
            top: 46px !important;
        }

        html body .site-header .navbar__item {
            align-items: stretch !important;
            display: flex !important;
            flex-direction: column !important;
            height: auto !important;
            max-height: none !important;
            width: 100% !important;
        }

        html body .site-header .navbar__links > a,
        html body .site-header .navbar__item > a {
            height: auto !important;
            justify-content: center !important;
            max-height: none !important;
            min-height: 42px !important;
            width: 100% !important;
        }

        html body .site-header .navbar__item--dropdown:not(.is-open) .navbar__dropdown,
        html body .site-header .navbar__service-group:not(.is-open) .navbar__service-sublist {
            display: none !important;
        }

        html body .site-header .navbar__item--dropdown.is-open .navbar__dropdown {
            display: grid !important;
            opacity: 1 !important;
            pointer-events: auto !important;
            position: static !important;
            transform: none !important;
            visibility: visible !important;
        }

        html body .site-header .navbar__service-group.is-open .navbar__service-sublist {
            display: grid !important;
            left: auto !important;
            opacity: 1 !important;
            pointer-events: auto !important;
            position: static !important;
            transform: none !important;
            visibility: visible !important;
        }

        html body .site-header .navbar__service-nested {
            margin: 0 0 0 12px !important;
            max-height: 0 !important;
            opacity: 0 !important;
            overflow: hidden !important;
            padding: 0 0 0 10px !important;
            pointer-events: none !important;
        }

        html body .site-header .navbar__service-sub--parent.is-open + .navbar__service-nested {
            margin: 2px 0 8px 12px !important;
            max-height: 260px !important;
            opacity: 1 !important;
            padding: 2px 0 5px 10px !important;
            pointer-events: auto !important;
        }

        html body .site-header .navbar__service-sub--parent.is-open::after {
            content: "-" !important;
        }
    }

    @media (max-width: 1319px) {
        html body .site-header,
        html body .site-header .navbar {
            height: 42px !important;
            min-height: 42px !important;
            max-height: 42px !important;
        }

        html body .site-header .navbar {
            background: #fff !important;
            grid-template-columns: minmax(0, 1fr) auto !important;
            gap: 10px !important;
            overflow: visible !important;
            padding: 0 10px 0 14px !important;
            position: relative !important;
            z-index: 10022 !important;
        }

        html body .site-header .brand {
            height: 42px !important;
            min-width: 0 !important;
        }

        html body .site-header .brand img,
        html body .site-header .navbar-brand img {
            max-height: 64px !important;
            width: min(220px, 62vw) !important;
        }

        html body .site-header .navbar__actions,
        html body .site-header .header-cta,
        html body .site-header .header-login,
        html body .site-header .header-whatsapp {
            display: none !important;
        }

        html body .site-header .menu-button {
            display: grid !important;
            flex: 0 0 42px !important;
            height: 42px !important;
            justify-self: end !important;
            margin-left: 8px !important;
            min-width: 42px !important;
            opacity: 1 !important;
            order: 2 !important;
            visibility: visible !important;
            width: 42px !important;
            z-index: 10030 !important;
        }

        html body .site-header .navbar__links {
            align-items: stretch !important;
            background: #fff !important;
            box-shadow: 0 18px 42px rgba(8, 31, 76, .18) !important;
            display: none !important;
            flex-direction: column !important;
            gap: 0 !important;
            height: auto !important;
            left: 0 !important;
            max-height: calc(100svh - 46px) !important;
            overflow-y: auto !important;
            overscroll-behavior: contain !important;
            padding: 14px 18px 22px !important;
            position: fixed !important;
            right: 0 !important;
            top: 46px !important;
            z-index: 10010 !important;
        }

        html body .site-header .navbar__links.is-open {
            display: flex !important;
        }

        html body .site-header .navbar__item {
            align-items: stretch !important;
            display: flex !important;
            flex-direction: column !important;
            height: auto !important;
            max-height: none !important;
            width: 100% !important;
        }

        html body .site-header .navbar__links > a,
        html body .site-header .navbar__item > a {
            display: flex !important;
            font-size: 15px !important;
            height: auto !important;
            justify-content: center !important;
            line-height: 1.1 !important;
            max-height: none !important;
            min-height: 42px !important;
            width: 100% !important;
        }

        html body .site-header .navbar__item--dropdown:not(.is-open) .navbar__dropdown,
        html body .site-header .navbar__service-group:not(.is-open) .navbar__service-sublist {
            display: none !important;
        }

        html body .site-header .navbar__item--dropdown.is-open .navbar__dropdown,
        html body .site-header .navbar__item--dropdown.is-open .navbar__dropdown--services {
            background: #f7fbff !important;
            display: grid !important;
            gap: 8px !important;
            grid-template-columns: 1fr !important;
            left: auto !important;
            max-height: none !important;
            min-width: 0 !important;
            opacity: 1 !important;
            overflow: visible !important;
            padding: 8px !important;
            pointer-events: auto !important;
            position: static !important;
            transform: none !important;
            visibility: visible !important;
            width: 100% !important;
        }

        html body .site-header .navbar__service-group {
            border-bottom: 1px solid rgba(8, 31, 76, .08) !important;
            display: block !important;
            padding: 0 !important;
            width: 100% !important;
        }

        html body .site-header .navbar__service-group:last-child {
            border-bottom: 0 !important;
        }

        html body .site-header .navbar__service-group::after {
            display: none !important;
        }

        html body .site-header .navbar__service-group.is-open .navbar__service-sublist {
            background: rgba(255, 255, 255, .8) !important;
            border: 0 !important;
            border-left: 3px solid var(--nav-accent) !important;
            border-radius: 0 7px 7px 0 !important;
            box-shadow: none !important;
            display: grid !important;
            gap: 2px !important;
            left: auto !important;
            margin: 4px 0 8px 13px !important;
            min-width: 0 !important;
            opacity: 1 !important;
            padding: 4px 0 4px 8px !important;
            pointer-events: auto !important;
            position: static !important;
            transform: none !important;
            visibility: visible !important;
        }

        html body .site-header .navbar__dropdown .navbar__service-main::after {
            display: none !important;
        }

        html body .site-header .navbar__dropdown .navbar__service-sub {
            min-height: 36px !important;
        }

        html body .site-header .navbar__service-sub--parent:not(.is-open) + .navbar__service-nested {
            max-height: 0 !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }

        html body .site-header .navbar__service-sub--parent.is-open + .navbar__service-nested {
            margin: 2px 0 8px 12px !important;
            max-height: 260px !important;
            opacity: 1 !important;
            padding: 2px 0 5px 10px !important;
            pointer-events: auto !important;
        }
    }

    @media (min-width: 761px) and (max-width: 1319px) {
        html body .site-header,
        html body .site-header .navbar {
            height: 42px !important;
            min-height: 42px !important;
            max-height: 42px !important;
        }

        html body .site-header .navbar {
            background: #fff !important;
            grid-template-columns: minmax(0, 1fr) auto !important;
            gap: 10px !important;
            overflow: visible !important;
            padding: 0 24px !important;
            position: relative !important;
            z-index: 10022 !important;
        }

        html body .site-header .brand {
            height: 42px !important;
            min-width: 0 !important;
        }

        html body .site-header .brand img,
        html body .site-header .navbar-brand img {
            max-height: 64px !important;
            width: 235px !important;
        }

        html body .site-header .navbar__actions,
        html body .site-header .header-cta,
        html body .site-header .header-login,
        html body .site-header .header-whatsapp {
            display: none !important;
        }

        html body .site-header .menu-button {
            display: grid !important;
            flex: 0 0 42px !important;
            height: 42px !important;
            justify-self: end !important;
            margin-left: 8px !important;
            min-width: 42px !important;
            opacity: 1 !important;
            order: 2 !important;
            position: relative !important;
            visibility: visible !important;
            width: 42px !important;
            z-index: 10030 !important;
        }

        html body .site-header .navbar__links {
            align-items: stretch !important;
            background: #fff !important;
            box-shadow: 0 18px 42px rgba(8, 31, 76, .18) !important;
            display: none !important;
            flex-direction: column !important;
            gap: 0 !important;
            height: auto !important;
            left: 0 !important;
            max-height: calc(100svh - 46px) !important;
            overflow-y: auto !important;
            overscroll-behavior: contain !important;
            padding: 14px 24px 24px !important;
            position: fixed !important;
            right: 0 !important;
            top: 46px !important;
            width: auto !important;
            z-index: 10010 !important;
        }

        html body .site-header .navbar__links.is-open {
            display: flex !important;
        }

        html body .site-header .navbar__item {
            align-items: stretch !important;
            display: flex !important;
            flex-direction: column !important;
            height: auto !important;
            max-height: none !important;
            width: 100% !important;
        }

        html body .site-header .navbar__links > a,
        html body .site-header .navbar__item > a {
            display: flex !important;
            font-size: 15px !important;
            height: auto !important;
            justify-content: center !important;
            line-height: 1.1 !important;
            max-height: none !important;
            min-height: 42px !important;
            width: 100% !important;
        }

        html body .site-header .navbar__item--dropdown:not(.is-open) .navbar__dropdown,
        html body .site-header .navbar__service-group:not(.is-open) .navbar__service-sublist {
            display: none !important;
        }

        html body .site-header .navbar__item--dropdown.is-open .navbar__dropdown,
        html body .site-header .navbar__item--dropdown.is-open .navbar__dropdown--services {
            background: #f7fbff !important;
            display: grid !important;
            gap: 8px !important;
            grid-template-columns: 1fr !important;
            left: auto !important;
            max-height: none !important;
            min-width: 0 !important;
            opacity: 1 !important;
            overflow: visible !important;
            padding: 8px !important;
            pointer-events: auto !important;
            position: static !important;
            transform: none !important;
            visibility: visible !important;
            width: 100% !important;
        }

        html body .site-header .navbar__service-group {
            border-bottom: 1px solid rgba(8, 31, 76, .08) !important;
            display: block !important;
            padding: 0 !important;
            width: 100% !important;
        }

        html body .site-header .navbar__service-group:last-child {
            border-bottom: 0 !important;
        }

        html body .site-header .navbar__service-group::after {
            display: none !important;
        }

        html body .site-header .navbar__service-group.is-open .navbar__service-sublist {
            background: rgba(255, 255, 255, .8) !important;
            border: 0 !important;
            border-left: 3px solid var(--nav-accent) !important;
            border-radius: 0 7px 7px 0 !important;
            box-shadow: none !important;
            display: grid !important;
            gap: 2px !important;
            left: auto !important;
            margin: 4px 0 8px 13px !important;
            min-width: 0 !important;
            opacity: 1 !important;
            padding: 4px 0 4px 8px !important;
            pointer-events: auto !important;
            position: static !important;
            transform: none !important;
            visibility: visible !important;
        }

        html body .site-header .navbar__dropdown .navbar__service-main::after {
            display: none !important;
        }

        html body .site-header .navbar__dropdown .navbar__service-sub {
            min-height: 36px !important;
        }

        html body .site-header .navbar__service-sub--parent:not(.is-open) + .navbar__service-nested {
            max-height: 0 !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }

        html body .site-header .navbar__service-sub--parent.is-open + .navbar__service-nested {
            margin: 2px 0 8px 12px !important;
            max-height: 260px !important;
            opacity: 1 !important;
            padding: 2px 0 5px 10px !important;
            pointer-events: auto !important;
        }
    }

    /* MedTech logo-centering override */
    html body .site-header .brand {
        justify-content: center !important;
        min-width: 247px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body .site-header .brand img,
    html body .site-header .navbar-brand img {
        max-height: 64px !important;
        object-position: center center !important;
        transform: translateY(1px) !important;
        width: 235px !important;
    }
    /* MTS finale verhouding logo en witte menubalk */
    html body .site-header {
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        overflow: visible !important;
    }

    html body .site-header .navbar {
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    html body .site-header .brand {
        align-items: center !important;
        height: 42px !important;
        justify-content: center !important;
        max-height: 42px !important;
        min-width: 247px !important;
        overflow: visible !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body .site-header .brand img,
    html body .site-header .navbar-brand img {
        display: block !important;
        max-height: 64px !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: translateY(1px) !important;
        width: 235px !important;
    }

    html body .site-header .navbar__item,
    html body .site-header .navbar__links > a,
    html body .site-header .navbar__item > a {
        height: 42px !important;
        max-height: 42px !important;
    }

    html body .site-header .header-login,
    html body .site-header .header-whatsapp {
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
    }

    html body .site-header .header-cta {
        height: 36px !important;
        min-height: 36px !important;
        max-height: 36px !important;
    }

    html body .site-header .navbar__links > a.active::after,
    html body .site-header .navbar__item > a.active::after {
        bottom: 9px !important;
    }

    html body .site-header .navbar__dropdown .navbar__service-sub.active:not(.navbar__service-sub--parent)::after {
        content: none !important;
        display: none !important;
    }

    html body .site-header .navbar__dropdown .navbar__service-sub--parent.active::after {
        background: transparent !important;
        bottom: auto !important;
        content: "+" !important;
        display: block !important;
        height: auto !important;
        left: auto !important;
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: auto !important;
    }

    html body .site-header .navbar__dropdown .navbar__service-sub--parent.is-open::after {
        background: transparent !important;
        bottom: auto !important;
        content: "-" !important;
        display: block !important;
        height: auto !important;
        left: auto !important;
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: auto !important;
    }

    html body .site-header .navbar__service-sublist:hover .navbar__service-nested,
    html body .site-header .navbar__service-sublist:focus-within .navbar__service-nested {
        margin: -1px 0 6px 12px !important;
        max-height: 210px !important;
        opacity: 1 !important;
        padding: 5px 0 4px 10px !important;
        pointer-events: auto !important;
    }

    @media (max-width: 1319px) {
        html body .site-header,
        html body .site-header .navbar {
            height: 42px !important;
            min-height: 42px !important;
            max-height: 42px !important;
        }

        html body .site-header .brand {
            min-width: 0 !important;
        }

        html body .site-header .brand img,
        html body .site-header .navbar-brand img {
            max-height: 60px !important;
            width: min(220px, 66vw) !important;
        }

        html body .site-header .menu-button {
            flex: 0 0 42px !important;
            height: 42px !important;
            min-width: 42px !important;
            width: 42px !important;
        }

        html body .site-header .navbar__links {
            max-height: calc(100svh - 42px) !important;
            top: 42px !important;
        }
    }

    /* MTS logo binnen compacte menubalk */
    html body .site-header,
    html body .site-header .navbar {
        height: 58px !important;
        min-height: 58px !important;
        max-height: 58px !important;
    }

    html body .site-header {
        background: #fff !important;
        isolation: isolate !important;
        left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
        overflow: visible !important;
        position: sticky !important;
        right: 0 !important;
        z-index: 1000 !important;
        width: 100% !important;
    }

    html body .site-header .navbar {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1440px !important;
        overflow: visible !important;
        position: relative !important;
        width: min(1440px, calc(100vw - 96px)) !important;
        z-index: 1002 !important;
    }

    html body .site-header .brand {
        height: 58px !important;
        max-height: 58px !important;
        min-width: 205px !important;
        overflow: visible !important;
        position: relative !important;
        z-index: 1004 !important;
    }

    html body .site-header .brand img,
    html body .site-header .navbar-brand img {
        display: block !important;
        height: 56px !important;
        max-height: 56px !important;
        object-fit: contain !important;
        object-position: left center !important;
        position: relative !important;
        transform: translateY(0) scaleX(1.14) !important;
        transform-origin: left center !important;
        width: auto !important;
        z-index: 1005 !important;
    }

    @media (max-width: 1319px) {
        html body .site-header,
        html body .site-header .navbar {
            height: 56px !important;
            min-height: 56px !important;
            max-height: 56px !important;
            overflow: visible !important;
            width: 100% !important;
        }

        html body .site-header .brand {
            height: 56px !important;
            max-height: 56px !important;
            min-width: 184px !important;
            overflow: visible !important;
        }

        html body .site-header .brand img,
        html body .site-header .navbar-brand img {
            height: 50px !important;
            max-height: 50px !important;
            object-fit: contain !important;
            object-position: left center !important;
            transform: translateY(0) scaleX(1.1) !important;
            transform-origin: left center !important;
            width: auto !important;
        }

        html body .site-header .navbar__links {
            max-height: calc(100svh - 56px) !important;
            top: 56px !important;
        }
    }
