.procomp-login-topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    pointer-events: none;
}

.procomp-login-infobar {
    background: #1f6df0;
    color: #fff;
    pointer-events: auto;
    position: relative;
    z-index: 3;
}

.procomp-login-infobar-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 9px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
}

.procomp-login-info-left,
.procomp-login-info-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.procomp-login-info-left a,
.procomp-login-info-right a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1;
    transition: color 0.2s ease;
}

.procomp-login-info-left a:hover,
.procomp-login-info-right a:hover {
    color: #ffd214 !important;
}

.procomp-icon {
    font-size: 14px !important;
    line-height: 1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.procomp-social-icon {
    font-size: 15px !important;
    line-height: 1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.procomp-login-mainbar {
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.procomp-login-mainbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1f6df0 0%, #2f7cff 100%);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 0 10px 26px rgba(37, 99, 235, 0.18);
    z-index: 1;
}

.procomp-login-topbar-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    min-height: 66px;
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    align-items: center;
    gap: 24px;
    padding: 10px 28px;
}

.procomp-login-brand {
    display: flex;
    align-items: center;
    justify-self: end;
    text-decoration: none;
    padding-right: 12px;
}

.procomp-login-brand img {
    height: 52px !important;
    width: auto;
    max-width: 210px;
    display: block;
    object-fit: contain;
}

.procomp-login-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.procomp-login-nav a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 1.3px !important;
    word-spacing: 0 !important;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.procomp-login-nav a:hover,
.procomp-login-nav a.active {
    color: #ffd214 !important;
}

.procomp-login-actions {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 12px;
}

.procomp-login-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 26px;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, 0.88);
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: transparent;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.procomp-login-quote-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
}

/* Force Font Awesome to render correctly on wp-login.php */
.procomp-login-topbar .fa-solid,
.procomp-login-topbar .fa-regular,
.procomp-login-topbar .fa-brands,
.procomp-login-topbar .fas,
.procomp-login-topbar .far,
.procomp-login-topbar .fab {
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.procomp-login-topbar .fa-brands,
.procomp-login-topbar .fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.procomp-login-topbar .fa-solid,
.procomp-login-topbar .fas {
    font-weight: 900 !important;
}