@charset "UTF-8";

body.partner-landing header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: none;
}

body.partner-landing header.is-scrolled {
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

body.partner-landing .navbar-bottom {
    padding: 14px 0;
}

body.partner-landing .logo img {
    height: 40px;
    width: auto;
}

body.partner-landing .navbar-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

body.partner-landing .menu {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    justify-content: center;
    margin: 0 16px;
}

body.partner-landing .menu-section-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    padding: 8px 16px;
}

body.partner-landing .menu .js-anchor {
    font-weight: 600;
    color: #0f172a;
    font-size: 14px;
    text-decoration: none;
}

body.partner-landing .menu .js-anchor:hover {
    color: #0f3d4a;
}

body.partner-landing .menu .js-anchor.is-active {
    color: #dc2626;
    position: relative;
}

body.partner-landing .menu .js-anchor.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 2px;
    width: 100%;
    background: #dc2626;
}

body.partner-landing .menu-dropdown .dropdown-list {
    min-width: 200px;
    top: 100%;
}

body.partner-landing .menu-dropdown .dropdown-list a {
    white-space: nowrap;
}

body.partner-landing .header-actions {
    gap: 12px;
    align-items: center;
}

body.partner-landing .header-institutional .dropdown--btn {
    font-size: 13px;
    color: #475569;
    padding: 8px 10px;
}

body.partner-landing .header-login {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 8px 14px;
    white-space: nowrap;
}

body.partner-landing .header-cta {
    background: #dc2626;
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

body.partner-landing .menu-cta {
    background: #dc2626;
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

body.partner-landing .menu-login {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

@media (min-width: 992px) {
    body.partner-landing .menu {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    body.partner-landing .menu li {
        white-space: nowrap;
    }

    body.partner-landing .menu-section-title,
    body.partner-landing .menu-cta-mobile,
    body.partner-landing .menu-login-mobile {
        display: none;
    }

    body.partner-landing .menu-institutional.mobile-only {
        display: none;
    }
}

@media (max-width: 991px) {
    body.partner-landing .menu {
        align-items: flex-start;
        gap: 8px;
        justify-content: flex-start;
    }

    body.partner-landing .menu-institutional.mobile-only {
        display: block;
        padding: 8px 16px;
    }

    body.partner-landing .menu-section-title {
        display: block;
    }
    body.partner-landing .header-actions {
        display: none;
    }
    body.partner-landing .menu-cta-mobile,
    body.partner-landing .menu-login-mobile {
        display: block;
        padding: 8px 16px;
    }
}
