@font-face {
        font-family: "Poppins";
        src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
        font-style: normal;
        font-weight: 400;
        font-display: swap;
    }
    @font-face {
        font-family: "Poppins";
        src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
        font-style: normal;
        font-weight: 600;
        font-display: swap;
    }
    @font-face {
        font-family: "Poppins";
        src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
        font-style: normal;
        font-weight: 700;
        font-display: swap;
    }

.medibyx-partnership {
        position: relative;
        z-index: 1;
        min-height: 256px;
        padding-top: 16px;
        overflow: hidden;
        background: #020817;
        font-family: "Poppins", "Avenir Next", "Segoe UI", Arial, sans-serif;
        font-synthesis: none;
    }
    .medibyx-partnership__intro {
        width: min(calc(100% - 160px), 1248px);
        margin-inline: auto;
    }
    .medibyx-partnership__eyebrow {
        display: flex;
        align-items: center;
        gap: 16px;
        margin: 0;
        color: #f09005;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.22em;
        text-transform: uppercase;
    }
    .medibyx-partnership__eyebrow span {
        width: 32px;
        height: 2px;
        flex: 0 0 auto;
        background: #f09005;
    }
    .medibyx-partnership__title {
        max-width: 980px;
        margin: 16px 0 0;
        color: #f8fafc;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.025em;
    }
    .medibyx-partnership__bridge {
        position: relative;
        z-index: 2;
        width: min(calc(100% - 96px), 1312px);
        height: 128px;
        margin: 44px auto 0;
    }
    .medibyx-partnership__bridge::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 1000px;
        transform: translateX(-50%);
        background: #f8fafc;
        pointer-events: none;
    }
    .medibyx-partnership__scroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    }
    .medibyx-partnership__scroll:focus-visible {
        outline: 3px solid #b45309;
        outline-offset: -4px;
    }
    .medibyx-partnership__logos {
        display: grid;
        grid-template-columns: 209fr 269fr 303fr 247fr 227fr;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .medibyx-partnership__logo-slot {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: 128px;
        padding: 20px;
        border-left: 1px solid #e2e8f0;
    }
    .medibyx-partnership__logo-slot:first-child {
        border-left: 0;
    }
    .medibyx-partnership__logo {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    .medibyx-partnership__logo-slot--apple .medibyx-partnership__logo {
        max-height: 50px;
    }
    .medibyx-partnership__logo-slot--msi .medibyx-partnership__logo {
        max-width: 140px;
        max-height: 46px;
    }
    .medibyx-partnership__logo-slot--hexnode .medibyx-partnership__logo {
        max-width: 146px;
        max-height: 32px;
    }
    .medibyx-partnership__logo-slot--watchguard .medibyx-partnership__logo {
        max-width: 136px;
        max-height: 38px;
    }
    .medibyx-partnership__logo-slot--jumio .medibyx-partnership__logo {
        max-width: 100px;
        max-height: 38px;
    }
    .medibyx-partnership__fallback {
        color: #475569;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
    }
    @media (max-width: 1199px) and (min-width: 1024px) {
        .medibyx-partnership {
            min-height: 240px;
            padding-top: 28px;
        }
        .medibyx-partnership__intro {
            width: calc(100% - 96px);
        }
        .medibyx-partnership__bridge {
            width: calc(100% - 96px);
            height: 104px;
            margin-top: 26px;
        }
        .medibyx-partnership__logo-slot {
            height: 104px;
            padding: 12px;
        }
        .medibyx-partnership__logo-slot--apple .medibyx-partnership__logo {
            max-height: 38px;
        }
    }
    @media (max-width: 1023px) {
        .medibyx-partnership {
            min-height: 252px;
            padding-top: 30px;
        }
        .medibyx-partnership__intro {
            width: calc(100% - 64px);
        }
        .medibyx-partnership__title {
            max-width: 720px;
            font-size: 28px;
        }
        .medibyx-partnership__bridge {
            width: calc(100% - 64px);
            height: 96px;
            margin-top: 24px;
        }
        .medibyx-partnership__scroll {
            overflow-x: auto;
            overflow-y: hidden;
            overscroll-behavior-inline: contain;
            scroll-snap-type: inline proximity;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
        }
        .medibyx-partnership__scroll::-webkit-scrollbar {
            display: none;
        }
        .medibyx-partnership__logos {
            grid-template-columns: none;
            grid-auto-flow: column;
            grid-auto-columns: 154px;
            width: max-content;
        }
        .medibyx-partnership__logo-slot {
            height: 96px;
            padding: 16px;
            scroll-snap-align: start;
        }
        .medibyx-partnership__logo-slot--apple .medibyx-partnership__logo {
            max-height: 38px;
        }
        .medibyx-partnership__logo-slot--msi .medibyx-partnership__logo { max-width: 104px; }
        .medibyx-partnership__logo-slot--hexnode .medibyx-partnership__logo { max-width: 108px; }
        .medibyx-partnership__logo-slot--watchguard .medibyx-partnership__logo { max-width: 98px; }
        .medibyx-partnership__logo-slot--jumio .medibyx-partnership__logo { max-width: 78px; }
    }
    @media (max-width: 639px) {
        .medibyx-partnership {
            min-height: 252px;
            padding-top: 28px;
        }
        .medibyx-partnership__intro {
            width: calc(100% - 40px);
        }
        .medibyx-partnership__eyebrow {
            gap: 12px;
            font-size: 10px;
            letter-spacing: 0.18em;
        }
        .medibyx-partnership__eyebrow span {
            width: 24px;
        }
        .medibyx-partnership__title {
            max-width: 350px;
            margin-top: 12px;
            font-size: 24px;
            line-height: 1.25;
        }
        .medibyx-partnership__bridge {
            width: calc(100% - 32px);
            height: 84px;
            margin-top: 24px;
        }
        .medibyx-partnership__scroll {
            border-radius: 14px;
        }
        .medibyx-partnership__logos {
            grid-auto-columns: 132px;
        }
        .medibyx-partnership__logo-slot {
            height: 84px;
            padding: 14px;
        }
        .medibyx-partnership__logo-slot--apple .medibyx-partnership__logo {
            max-height: 36px;
        }
        .medibyx-partnership__logo-slot--msi .medibyx-partnership__logo { max-width: 94px; }
        .medibyx-partnership__logo-slot--hexnode .medibyx-partnership__logo { max-width: 100px; }
        .medibyx-partnership__logo-slot--watchguard .medibyx-partnership__logo { max-width: 92px; }
        .medibyx-partnership__logo-slot--jumio .medibyx-partnership__logo { max-width: 74px; }
    }
@keyframes levitate {
        0%, 100% { transform: translateY(0);    }
        50%       { transform: translateY(-14px); }
    }

.medibyx-home-hero {
        height: 100vh;
        height: max(700px, 100svh);
        min-height: 700px;
        background: #020817;
        color: #fff;
        font-family: "Poppins", "Avenir Next", "Segoe UI", Arial, sans-serif;
        font-synthesis: none;
    }
    .medibyx-hero-image {
        object-position: center top;
    }
    .medibyx-hero-inner {
        width: min(calc(100% - 64px), 1512px);
        height: 100%;
        margin-inline: auto;
        display: flex;
        align-items: flex-start;
        padding: 281px 24px 42px;
    }
    .medibyx-hero-copy {
        width: min(100%, 1000px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .medibyx-hero-eyebrow {
        margin: 0 0 22px;
        color: #f09005;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }
    .medibyx-hero-title {
        margin: 0;
        max-width: 1000px;
        color: #f8fafc;
        font-size: clamp(54px, 4.2vw, 72px);
        font-weight: 600;
        line-height: 1.16;
        letter-spacing: -0.025em;
    }
    .medibyx-hero-title span {
        display: block;
    }
    .medibyx-hero-description {
        max-width: 560px;
        margin: 24px 0 0;
        color: #aeb7c4;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.65;
    }
    .medibyx-hero-actions {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-top: 40px;
    }
    .medibyx-hero-primary-cta {
        min-width: 230px;
        min-height: 58px;
        padding: 15px 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #f09005;
        border-radius: 6px;
        background: #f09005;
        color: #0f172a;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
    }
    .medibyx-hero-primary-cta:hover {
        border-color: #d88104;
        background: #d88104;
        transform: translateY(-1px);
    }
    .medibyx-hero-primary-cta:focus-visible,
    .medibyx-hero-solutions-link:focus-visible {
        outline: 3px solid rgba(240, 144, 5, 0.42);
        outline-offset: 4px;
    }
    .medibyx-hero-solutions-link {
        min-height: 58px;
        padding: 15px 0 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-bottom: 3px solid #f09005;
        color: #f8fafc;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        white-space: nowrap;
        transition: color 180ms ease, border-color 180ms ease;
    }
    .medibyx-hero-solutions-link:hover {
        color: #f09005;
        border-color: #d88104;
    }
    @media (max-width: 1023px) {
        .medibyx-home-hero {
            height: 100vh;
            height: max(700px, 100svh);
            min-height: 700px;
        }
        .medibyx-hero-image {
            object-position: 57% center;
            opacity: 0.68;
        }
        .medibyx-hero-inner {
            width: min(calc(100% - 40px), 920px);
            align-items: center;
            padding: 116px 16px 40px;
        }
        .medibyx-hero-copy {
            width: min(100%, 720px);
        }
        .medibyx-hero-title {
            font-size: clamp(44px, 6.5vw, 60px);
        }
    }
    @media (max-width: 639px) {
        .medibyx-home-hero {
            height: 100vh;
            height: max(710px, 100svh);
            min-height: 710px;
        }
        .medibyx-hero-image {
            object-position: 62% center;
            opacity: 0.48;
        }
        .medibyx-hero-inner {
            width: 100%;
            min-height: 100%;
            align-items: flex-end;
            padding: 116px 20px 44px;
        }
        .medibyx-hero-copy {
            width: 100%;
            padding: 22px 20px 24px;
            border: 1px solid rgba(148, 163, 184, 0.16);
            border-radius: 8px;
            background: rgba(2, 8, 23, 0.86);
        }
        .medibyx-hero-eyebrow {
            margin-bottom: 16px;
            font-size: 11px;
            letter-spacing: 0.14em;
        }
        .medibyx-hero-title {
            font-size: clamp(34px, 9.5vw, 42px);
            font-weight: 600;
            line-height: 1.14;
            letter-spacing: -0.025em;
        }
        .medibyx-hero-description {
            margin-top: 18px;
            font-size: 16px;
            line-height: 1.6;
        }
        .medibyx-hero-actions {
            width: 100%;
            flex-direction: column;
            align-items: stretch;
            gap: 16px;
            margin-top: 26px;
        }
        .medibyx-hero-primary-cta,
        .medibyx-hero-solutions-link {
            width: 100%;
            min-width: 0;
            min-height: 54px;
        }
        .medibyx-hero-solutions-link {
            width: max-content;
            align-self: center;
            padding-inline: 0;
        }
    }
    @media (max-width: 359px) {
        .medibyx-hero-inner {
            padding-inline: 14px;
        }
        .medibyx-hero-copy {
            padding-inline: 16px;
        }
        .medibyx-hero-title {
            font-size: 33px;
        }
    }
    body.admin-bar .medibyx-home-hero {
        height: calc(100vh - 32px);
        height: max(700px, calc(100svh - 32px));
    }
    @media screen and (max-width: 782px) {
        body.admin-bar .medibyx-home-hero {
            height: calc(100vh - 46px);
            height: max(710px, calc(100svh - 46px));
        }
    }
    @media (prefers-reduced-motion: reduce) {
        .medibyx-hero-copy {
            animation: none !important;
        }
    }
