﻿:root {
    --wbemp-navy: #061225;
    --wbemp-navy-2: #0b2344;
    --wbemp-blue: #2f63f5;
    --wbemp-blue-2: #5e84ff;
    --wbemp-text: #111d31;
    --wbemp-soft: #607089;
    --wbemp-border: rgba(19, 43, 76, .11);
    --wbemp-shadow: 0 24px 72px rgba(10, 31, 58, .12);
}

.wbemp-page {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: var(--wbemp-text);
}

    .wbemp-page,
    .wbemp-page *,
    .wbemp-page *::before,
    .wbemp-page *::after {
        box-sizing: border-box;
    }

        .wbemp-page .container-fluid {
            width: 100%;
            max-width: 1840px;
            margin-inline: auto;
        }

        .wbemp-page p {
            text-align: left;
            text-wrap: pretty;
        }

.wbemp-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.2rem, 5vw, 5.6rem) 0 clamp(2.8rem, 4.5vw, 4.8rem);
    background: radial-gradient(circle at 83% 14%, rgba(83, 125, 255, .33), transparent 27%), radial-gradient(circle at 7% 86%, rgba(47, 99, 245, .14), transparent 31%), linear-gradient(135deg, #061225 0%, #0a1c37 54%, #173f86 100%);
    color: #ffffff;
}

    .wbemp-hero::before,
    .wbemp-hero::after {
        content: "";
        position: absolute;
        pointer-events: none;
        border: 1px solid rgba(99, 142, 255, .18);
        border-radius: 50%;
    }

    .wbemp-hero::before {
        width: 360px;
        height: 360px;
        top: -185px;
        left: 5%;
    }

    .wbemp-hero::after {
        width: 400px;
        height: 400px;
        right: -170px;
        bottom: -240px;
    }

.wbemp-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(520px, .96fr);
    align-items: center;
    gap: clamp(2.6rem, 5vw, 6rem);
}

.wbemp-kicker,
.wbemp-tag,
.wbemp-success-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: .58rem .9rem;
    border-radius: 999px;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .095em;
    line-height: 1;
    text-transform: uppercase;
}

.wbemp-kicker {
    margin-bottom: 1.45rem;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    color: #dce6ff;
}

.wbemp-hero-copy h1 {
    max-width: 900px;
    margin: 0;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(3rem, 4.45vw, 5.6rem);
    font-weight: 800;
    letter-spacing: -.058em;
    line-height: .99;
    text-wrap: balance;
}

.wbemp-hero-copy > p {
    max-width: 790px;
    margin: 1.55rem 0 0;
    color: rgba(229, 236, 249, .78);
    font-size: clamp(1rem, 1.08vw, 1.16rem);
    line-height: 1.85;
}

.wbemp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 1.8rem;
}

.wbemp-btn-primary,
.wbemp-btn-secondary,
.wbemp-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 53px;
    padding: .88rem 1.45rem;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease, border-color .24s ease;
}

.wbemp-btn-primary,
.wbemp-submit-btn {
    border: 0;
    background: linear-gradient(135deg, var(--wbemp-blue), var(--wbemp-blue-2));
    color: #ffffff;
    box-shadow: 0 17px 38px rgba(47, 99, 245, .26);
}

.wbemp-btn-secondary {
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .055);
    color: #ffffff;
}

.wbemp-btn-primary:hover,
.wbemp-submit-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(47, 99, 245, .32);
}

.wbemp-btn-secondary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .1);
}

.wbemp-hero-visual {
    position: relative;
    min-height: clamp(420px, 31vw, 565px);
    padding: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(169, 194, 255, .26);
    border-radius: 35px;
    background: radial-gradient(circle at 100% 0%, rgba(83, 125, 255, .48), transparent 38%), linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(47, 99, 245, .18));
    box-shadow: 0 28px 86px rgba(0, 0, 0, .23);
}

.wbemp-orbit {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: clamp(350px, 27vw, 485px);
    display: grid;
    place-items: center;
}

    .wbemp-orbit::before,
    .wbemp-orbit::after {
        content: "";
        position: absolute;
        border: 1px solid rgba(149, 179, 255, .22);
        border-radius: 50%;
    }

    .wbemp-orbit::before {
        width: 70%;
        aspect-ratio: 1;
    }

    .wbemp-orbit::after {
        width: 48%;
        aspect-ratio: 1;
    }

.wbemp-core {
    position: relative;
    z-index: 3;
    width: min(54%, 390px);
    min-height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.65rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 29px;
    background: rgba(3, 16, 35, .91);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .27);
    text-align: center;
}

    .wbemp-core > span {
        display: inline-flex;
        padding: .48rem .72rem;
        border-radius: 999px;
        background: rgba(47, 99, 245, .25);
        color: #d9e4ff;
        font-size: .66rem;
        font-weight: 800;
        letter-spacing: .07em;
    }

    .wbemp-core h2 {
        margin: 1rem 0 .68rem;
        color: #ffffff;
        font-family: "Manrope", sans-serif;
        font-size: clamp(1.35rem, 1.7vw, 2.08rem);
        font-weight: 800;
        letter-spacing: -.035em;
        line-height: 1.2;
        text-align: center;
        text-wrap: balance;
    }

    .wbemp-core p {
        margin: 0;
        color: rgba(224, 233, 248, .68);
        font-size: .84rem;
        line-height: 1.6;
        text-align: center;
    }

.wbemp-node {
    position: absolute;
    z-index: 5;
    min-width: 175px;
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .62rem .85rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(3, 16, 35, .92);
    box-shadow: 0 15px 38px rgba(0, 0, 0, .22);
}

    .wbemp-node i {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        border-radius: 13px;
        background: rgba(47, 99, 245, .27);
        color: #d9e5ff;
    }

    .wbemp-node span {
        color: #ffffff;
        font-size: .83rem;
        font-weight: 800;
        line-height: 1.25;
    }

.wbemp-node-top {
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.wbemp-node-left {
    left: 1.5%;
    top: 49%;
    transform: translateY(-50%);
}

.wbemp-node-right {
    right: 1.5%;
    top: 49%;
    transform: translateY(-50%);
}

.wbemp-node-bottom {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.wbemp-visual-status {
    position: absolute;
    z-index: 4;
    right: 1.2rem;
    bottom: .85rem;
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: #d9e4f9;
    font-size: .7rem;
    font-weight: 700;
}

    .wbemp-visual-status i {
        color: #30d3aa;
    }

.wbemp-signal-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: clamp(2.1rem, 3vw, 3.2rem);
}

    .wbemp-signal-grid article {
        min-height: 135px;
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.25rem;
        border: 1px solid rgba(177, 201, 255, .2);
        border-radius: 22px;
        background: rgba(255, 255, 255, .07);
        backdrop-filter: blur(12px);
    }

    .wbemp-signal-grid i {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        border-radius: 14px;
        background: rgba(69, 112, 236, .34);
        color: #e2eaff;
    }

    .wbemp-signal-grid h3 {
        margin: .25rem 0 .45rem;
        color: #ffffff;
        font-size: 1.01rem;
        font-weight: 800;
    }

    .wbemp-signal-grid p {
        margin: 0;
        color: rgba(223, 232, 248, .72);
        font-size: .88rem;
        line-height: 1.62;
    }

.wbemp-access-section {
    padding: clamp(4.4rem, 6vw, 6.8rem) 0;
    background: radial-gradient(circle at 93% 10%, rgba(47, 99, 245, .08), transparent 24%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.wbemp-access-layout {
    display: grid;
    grid-template-columns: minmax(300px, .34fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1.5rem, 2.8vw, 3.2rem);
}

.wbemp-guidance-card {
    position: sticky;
    top: 1.25rem;
    padding: clamp(1.55rem, 2.4vw, 2.25rem);
    border: 1px solid rgba(104, 146, 240, .22);
    border-radius: 30px;
    background: radial-gradient(circle at 100% 0%, rgba(70, 117, 255, .25), transparent 30%), linear-gradient(145deg, #07162c 0%, #123665 100%);
    color: #ffffff;
    box-shadow: 0 28px 78px rgba(10, 31, 58, .18);
}

.wbemp-tag {
    margin-bottom: 1rem;
    border: 1px solid rgba(47, 99, 245, .18);
    background: #eef4ff;
    color: #3161df;
}

.wbemp-tag-dark {
    border-color: rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .08);
    color: #dbe5ff;
}

.wbemp-guidance-card h2,
.wbemp-gateway-header h2,
.wbemp-section-head h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.wbemp-guidance-card h2 {
    color: #ffffff;
    font-size: clamp(2rem, 2.8vw, 3.1rem);
    line-height: 1.05;
}

.wbemp-guidance-card > p {
    margin: 1.15rem 0 0;
    color: rgba(225, 234, 249, .75);
    font-size: .96rem;
    line-height: 1.78;
}

.wbemp-guidance-points {
    display: grid;
    gap: .78rem;
    margin-top: 1.5rem;
}

    .wbemp-guidance-points article {
        display: flex;
        align-items: flex-start;
        gap: .82rem;
        padding: .92rem;
        border: 1px solid rgba(255, 255, 255, .11);
        border-radius: 18px;
        background: rgba(255, 255, 255, .055);
    }

    .wbemp-guidance-points i {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        border-radius: 13px;
        background: rgba(57, 103, 228, .35);
        color: #dce7ff;
    }

    .wbemp-guidance-points strong,
    .wbemp-guidance-points span {
        display: block;
    }

    .wbemp-guidance-points strong {
        color: #ffffff;
        font-size: .9rem;
    }

    .wbemp-guidance-points span {
        margin-top: .25rem;
        color: rgba(224, 233, 248, .69);
        font-size: .78rem;
        line-height: 1.55;
    }

.wbemp-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .45rem;
    margin-top: 1rem;
    padding: .78rem;
    border-radius: 16px;
    background: rgba(1, 14, 32, .48);
}

    .wbemp-flow span {
        color: #edf3ff;
        font-size: .68rem;
        font-weight: 800;
    }

    .wbemp-flow i {
        color: #7ea0ff;
        font-size: .7rem;
    }

.wbemp-gateway-card {
    min-width: 0;
    padding: clamp(1.4rem, 2.5vw, 2.5rem);
    border: 1px solid var(--wbemp-border);
    border-radius: 31px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--wbemp-shadow);
}

.wbemp-gateway-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid rgba(20, 43, 73, .09);
}

    .wbemp-gateway-header h2 {
        color: var(--wbemp-text);
        font-size: clamp(2.15rem, 3.15vw, 3.65rem);
        line-height: 1.04;
    }

    .wbemp-gateway-header p {
        margin: .65rem 0 0;
        color: var(--wbemp-soft);
        line-height: 1.7;
    }

.wbemp-gateway-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    flex: 0 0 auto;
    padding: .7rem .88rem;
    border: 1px solid rgba(47, 99, 245, .14);
    border-radius: 14px;
    background: #f1f5ff;
    color: #39547c;
    font-size: .72rem;
    font-weight: 800;
}

.wbemp-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin: 1.35rem 0;
    padding: .42rem;
    border: 1px solid rgba(19, 43, 76, .08);
    border-radius: 18px;
    background: #f3f6fb;
}

    .wbemp-tabs .nav-link {
        width: 100%;
        min-height: 49px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        border: 0;
        border-radius: 13px;
        color: #4c5f7a;
        font-weight: 800;
    }

        .wbemp-tabs .nav-link.active {
            background: #ffffff;
            color: #2358e7;
            box-shadow: 0 8px 23px rgba(28, 50, 82, .09);
        }

.wbemp-form-intro {
    padding: 1.1rem 0 1.35rem;
}

    .wbemp-form-intro > span {
        color: #3262e6;
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .wbemp-form-intro h3 {
        margin: .45rem 0 .45rem;
        color: var(--wbemp-text);
        font-family: "Manrope", sans-serif;
        font-size: clamp(1.55rem, 2.1vw, 2.35rem);
        font-weight: 800;
        letter-spacing: -.035em;
    }

    .wbemp-form-intro p {
        margin: 0;
        color: var(--wbemp-soft);
        line-height: 1.7;
    }

.wbemp-login-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.wbemp-field {
    min-width: 0;
}

.wbemp-label {
    margin-bottom: .48rem;
    color: #223b5e;
    font-size: .81rem;
    font-weight: 800;
}

.wbemp-input,
.wbemp-page .form-select.wbemp-input {
    width: 100%;
    min-height: 53px;
    border: 1px solid rgba(19, 43, 76, .13);
    border-radius: 15px;
    background-color: #f9fbfe;
    color: #14243d;
    padding: .78rem .92rem;
    box-shadow: none !important;
    font-size: .91rem;
}

    .wbemp-input:focus,
    .wbemp-page .form-select.wbemp-input:focus {
        border-color: rgba(47, 99, 245, .46);
        background-color: #ffffff;
        box-shadow: 0 0 0 .2rem rgba(47, 99, 245, .075) !important;
    }

    .wbemp-page .form-select.wbemp-input,
    .wbemp-page .form-select.wbemp-input.is-valid,
    .wbemp-page .form-select.wbemp-input.is-invalid {
        background-repeat: no-repeat !important;
    }

        .wbemp-page .form-select.wbemp-input.is-valid,
        .wbemp-page .form-select.wbemp-input.is-invalid {
            background-image: var(--bs-form-select-bg-img) !important;
            background-position: right .85rem center !important;
            background-size: 16px 12px !important;
            padding-right: 2.75rem !important;
        }

.wbemp-input-shell {
    position: relative;
}

    .wbemp-input-shell > i {
        position: absolute;
        z-index: 2;
        left: .92rem;
        top: 50%;
        transform: translateY(-50%);
        color: #577095;
    }

    .wbemp-input-shell .wbemp-input {
        padding-left: 2.55rem;
        padding-right: 2.8rem;
    }

.wbemp-password-toggle {
    position: absolute;
    z-index: 3;
    right: .7rem;
    top: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #60718d;
}

    .wbemp-password-toggle:hover {
        background: #eef3fc;
        color: #285ee8;
    }

.wbemp-textarea {
    min-height: 130px;
    resize: vertical;
    line-height: 1.7;
}

.wbemp-help {
    display: block;
    margin-top: .38rem;
    color: #708099;
    font-size: .72rem;
    line-height: 1.5;
}

.wbemp-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1.1rem 0;
}

    .wbemp-login-options label {
        display: inline-flex;
        align-items: center;
        gap: .6rem;
        color: #53657f;
        font-size: .8rem;
    }

    .wbemp-login-options a {
        color: #2f63f5;
        font-size: .8rem;
        font-weight: 800;
        text-decoration: none;
    }

.wbemp-consent {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid rgba(47, 99, 245, .16);
    border-radius: 17px;
    background: #f3f7ff;
    cursor: pointer;
}

    .wbemp-consent input {
        margin-top: .15rem;
        flex: 0 0 auto;
    }

    .wbemp-consent strong,
    .wbemp-consent small {
        display: block;
    }

    .wbemp-consent strong {
        color: #1e385f;
        font-size: .87rem;
    }

    .wbemp-consent small {
        margin-top: .25rem;
        color: #657791;
        font-size: .76rem;
        line-height: 1.55;
    }

.wbemp-submit-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.3rem;
    padding: .88rem;
    border: 1px solid rgba(47, 99, 245, .14);
    border-radius: 17px;
    background: #f1f5ff;
}

    .wbemp-submit-strip p {
        max-width: 660px;
        margin: 0;
        color: #63748e;
        font-size: .76rem;
        line-height: 1.55;
    }

.wbemp-submit-btn {
    flex: 0 0 auto;
    min-height: 48px;
    padding-inline: 1.25rem;
    font-size: .85rem;
}

.wbemp-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.wbemp-is-submitting {
    cursor: wait !important;
    opacity: .78;
    transform: none !important;
}

.wbemp-input.is-invalid {
    border-color: #df4148 !important;
    background-color: rgba(223, 65, 72, .025);
    box-shadow: 0 0 0 .17rem rgba(223, 65, 72, .065) !important;
}

.wbemp-input.is-valid {
    border-color: rgba(28, 169, 101, .75) !important;
    background-color: rgba(28, 169, 101, .02);
    box-shadow: 0 0 0 .14rem rgba(28, 169, 101, .045) !important;
}

.wbemp-page .field-validation-error {
    display: block;
    margin-top: .4rem;
    color: #d9363e !important;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.45;
}

.wbemp-page .field-validation-valid,
.wbemp-validation-summary.validation-summary-valid {
    display: none;
}

.wbemp-validation-summary.validation-summary-errors {
    margin-top: 1rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(217, 54, 62, .18);
    border-radius: 15px;
    background: rgba(217, 54, 62, .05);
}

    .wbemp-validation-summary.validation-summary-errors ul {
        margin: 0;
        padding-left: 1.15rem;
    }

.wbemp-lifecycle {
    padding: clamp(4.4rem, 6vw, 6.5rem) 0;
    background: #ffffff;
}

.wbemp-section-head {
    max-width: 1010px;
    margin-bottom: 2rem;
}

    .wbemp-section-head h2 {
        color: var(--wbemp-text);
        font-size: clamp(2.25rem, 4vw, 4.8rem);
        line-height: 1.02;
    }

.wbemp-lifecycle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

    .wbemp-lifecycle-grid article {
        position: relative;
        min-height: 245px;
        padding: 1.45rem;
        border: 1px solid var(--wbemp-border);
        border-radius: 23px;
        background: linear-gradient(180deg, #ffffff, #f7faff);
        box-shadow: 0 16px 42px rgba(10, 31, 58, .07);
    }

        .wbemp-lifecycle-grid article > span {
            position: absolute;
            top: 1rem;
            right: 1rem;
            color: rgba(28, 51, 80, .32);
            font-size: .8rem;
            font-weight: 900;
        }

    .wbemp-lifecycle-grid i {
        width: 51px;
        height: 51px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: #eaf0ff;
        color: #3365ed;
        font-size: 1.15rem;
    }

    .wbemp-lifecycle-grid h3 {
        margin: 1.15rem 0 .55rem;
        color: #15243b;
        font-size: 1.15rem;
        font-weight: 800;
    }

    .wbemp-lifecycle-grid p {
        margin: 0;
        color: #64748d;
        font-size: .9rem;
        line-height: 1.68;
    }

.wbemp-success-layer {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: none;
    place-items: center;
    padding: 1.2rem;
    overflow-y: auto;
    background: rgba(2, 10, 23, .78);
    backdrop-filter: blur(13px);
}

    .wbemp-success-layer.show {
        display: grid;
    }

body.wbemp-modal-open {
    overflow: hidden;
}

.wbemp-success-card {
    width: min(720px, 100%);
    padding: clamp(2rem, 4vw, 3.7rem);
    border: 1px solid rgba(151, 184, 255, .3);
    border-radius: 31px;
    background: radial-gradient(circle at 100% 0%, rgba(80, 124, 255, .38), transparent 34%), linear-gradient(145deg, #06152c 0%, #173f83 100%);
    color: #ffffff;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .38);
    text-align: center;
}

.wbemp-success-mark {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2bc89f;
    color: #ffffff;
    font-size: 2rem;
}

.wbemp-success-badge {
    margin: 1rem auto 0;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    color: #dbe5ff;
}

.wbemp-success-card h2 {
    max-width: 610px;
    margin: 1.4rem auto 0;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.15rem, 4.5vw, 3.7rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1.02;
    text-align: center;
    text-wrap: balance;
}

.wbemp-success-card > p {
    max-width: 590px;
    margin: 1.15rem auto 0;
    color: rgba(225, 234, 249, .75);
    line-height: 1.75;
    text-align: center;
}

.wbemp-success-reference {
    width: min(450px, 100%);
    margin: 1.25rem auto 0;
    padding: .95rem 1rem;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 17px;
    background: rgba(2, 13, 29, .4);
}

    .wbemp-success-reference small,
    .wbemp-success-reference strong {
        display: block;
        text-align: center;
    }

    .wbemp-success-reference small {
        color: rgba(221, 231, 248, .62);
        font-size: .68rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .wbemp-success-reference strong {
        margin-top: .3rem;
        color: #ffffff;
        font-size: 1.05rem;
        letter-spacing: .04em;
        overflow-wrap: anywhere;
    }

.wbemp-success-stages {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
    margin-top: 1.35rem;
}

    .wbemp-success-stages article {
        min-height: 67px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        padding: .75rem;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 15px;
        background: rgba(2, 14, 32, .62);
    }

    .wbemp-success-stages i {
        color: #41d4af;
    }

    .wbemp-success-stages strong {
        color: #ffffff;
        font-size: .75rem;
    }

.wbemp-success-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem;
}

@media (min-width: 1600px) {
    .wbemp-hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(610px, .95fr);
    }
}

@media (max-width: 1350px) {
    .wbemp-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(455px, .88fr);
        gap: 2.3rem;
    }

    .wbemp-hero-copy h1 {
        font-size: clamp(2.75rem, 4.65vw, 4.6rem);
    }

    .wbemp-node {
        min-width: 155px;
    }
}

@media (max-width: 1199.98px) {
    .wbemp-hero-grid,
    .wbemp-access-layout {
        grid-template-columns: 1fr;
    }

    .wbemp-hero-visual {
        width: min(900px, 100%);
        margin-inline: auto;
    }

    .wbemp-signal-grid,
    .wbemp-lifecycle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wbemp-guidance-card {
        position: relative;
        top: auto;
    }

    .wbemp-guidance-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .wbemp-hero,
    .wbemp-access-section,
    .wbemp-lifecycle {
        padding-block: 3.7rem;
    }

    .wbemp-hero-copy h1 {
        font-size: clamp(2.55rem, 11.6vw, 4rem);
    }

    .wbemp-hero-actions,
    .wbemp-success-actions {
        flex-direction: column;
    }

        .wbemp-hero-actions .btn,
        .wbemp-success-actions .btn {
            width: 100%;
        }

    .wbemp-hero-visual {
        min-height: auto;
        padding: .85rem;
        border-radius: 27px;
    }

    .wbemp-orbit {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        align-content: center;
        gap: .65rem;
        padding: 1rem;
    }

        .wbemp-orbit::before,
        .wbemp-orbit::after {
            display: none;
        }

    .wbemp-core,
    .wbemp-node {
        position: relative;
        inset: auto;
        width: 100%;
        min-width: 0;
        min-height: 68px;
        transform: none;
    }

    .wbemp-core {
        order: -1;
        min-height: 180px;
    }

    .wbemp-visual-status {
        position: relative;
        right: auto;
        bottom: auto;
        margin: .75rem 1rem 0;
    }

    .wbemp-signal-grid,
    .wbemp-lifecycle-grid,
    .wbemp-guidance-points,
    .wbemp-login-grid {
        grid-template-columns: 1fr;
    }

    .wbemp-gateway-header,
    .wbemp-submit-strip,
    .wbemp-login-options {
        flex-direction: column;
        align-items: stretch;
    }

    .wbemp-gateway-badge,
    .wbemp-submit-btn {
        width: 100%;
        justify-content: center;
    }

    .wbemp-tabs {
        grid-template-columns: 1fr;
    }

    .wbemp-flow {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }

        .wbemp-flow i {
            transform: rotate(90deg);
        }

    .wbemp-success-stages {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 419.98px) {
    .wbemp-gateway-card,
    .wbemp-guidance-card,
    .wbemp-success-card {
        padding: 1.25rem 1rem;
        border-radius: 24px;
    }

    .wbemp-success-layer {
        padding: .65rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wbemp-page *,
    .wbemp-page *::before,
    .wbemp-page *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}


/* =========================================================
   EMPLOYEE HERO — EXACT CLIENT-PAGE IMAGE STYLE
   ---------------------------------------------------------
   Only the first-section right-side image structure changes.
   Employee copy, buttons, cards, forms, validation, scripts,
   and every lower-page section remain unchanged.
========================================================= */

.wbemp-page .wbemp-hero {
    padding: clamp(2.4rem, 3.3vw, 3.6rem) 0 clamp(1.7rem, 2.5vw, 2.7rem);
}

.wbemp-page .wbemp-hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(590px, .98fr);
    align-items: start;
    gap: clamp(2rem, 3.4vw, 4.3rem);
}

.wbemp-page .wbemp-hero-copy {
    min-width: 0;
    max-width: 900px;
}

.wbemp-page .wbemp-kicker {
    margin-bottom: 1.25rem;
}

.wbemp-page .wbemp-hero-copy h1 {
    max-width: 880px;
    font-size: clamp(3rem, 4.25vw, 5rem);
    line-height: 1.01;
}

.wbemp-page .wbemp-hero-copy > p {
    max-width: 800px;
    margin-top: 1.3rem;
    font-size: clamp(.98rem, 1.02vw, 1.1rem);
    line-height: 1.8;
}

.wbemp-page .wbemp-hero-actions {
    margin-top: 1.5rem;
}

.wbemp-page .wbemp-hero-visual {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 0;
    justify-content: flex-end;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.wbemp-page .wbemp-client-system {
    position: relative;
    isolation: isolate;
    width: min(100%, 780px);
    min-height: 520px;
    overflow: hidden;
    margin-left: auto;
    border: 1px solid rgba(188, 209, 255, .25);
    border-radius: 37px;
    background: radial-gradient(circle at 88% 9%, rgba(72, 112, 255, .50), transparent 31%), radial-gradient(circle at 10% 92%, rgba(39, 185, 215, .17), transparent 34%), linear-gradient(145deg, rgba(31, 45, 69, .96), rgba(18, 33, 58, .94) 52%, rgba(35, 74, 159, .92));
    box-shadow: 0 32px 88px rgba(0, 0, 0, .27), inset 0 1px 0 rgba(255, 255, 255, .07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

    .wbemp-page .wbemp-client-system::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -3;
        background: linear-gradient(rgba(143, 171, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(143, 171, 255, .035) 1px, transparent 1px);
        background-size: 72px 72px;
        opacity: .78;
    }

    .wbemp-page .wbemp-client-system::after {
        content: "";
        position: absolute;
        inset: 1px;
        z-index: -2;
        border-radius: inherit;
        background: linear-gradient(118deg, transparent 8%, rgba(255, 255, 255, .025) 30%, transparent 50%), radial-gradient(circle at 78% 36%, rgba(83, 125, 255, .12), transparent 34%);
        pointer-events: none;
    }

.wbemp-page .wbemp-client-glow {
    position: absolute;
    z-index: -1;
    display: block;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(22px);
}

.wbemp-page .wbemp-client-glow-top {
    top: -80px;
    right: -70px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(71, 116, 255, .36), transparent 68%);
}

.wbemp-page .wbemp-client-glow-bottom {
    bottom: -100px;
    left: -70px;
    width: 310px;
    height: 310px;
    background: radial-gradient(circle, rgba(47, 198, 220, .15), transparent 68%);
}

.wbemp-page .wbemp-client-architecture {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.wbemp-page .wbemp-client-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border: 1px solid rgba(151, 181, 255, .17);
    border-radius: 32px;
    transform: translate(-50%, -50%);
}

.wbemp-page .wbemp-client-frame-one {
    width: 86%;
    height: 77%;
}

.wbemp-page .wbemp-client-frame-two {
    width: 68%;
    height: 59%;
}

.wbemp-page .wbemp-client-frame-three {
    width: 51%;
    height: 43%;
}

.wbemp-page .wbemp-client-line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 12px rgba(71, 143, 255, .34), 0 0 24px rgba(71, 143, 255, .14);
}

.wbemp-page .wbemp-client-line-horizontal {
    width: 83%;
    height: 3px;
    background: linear-gradient( 90deg, transparent 0%, rgba(78, 138, 255, .50) 8%, rgba(70, 145, 255, .94) 24%, rgba(70, 145, 255, .94) 76%, rgba(78, 138, 255, .50) 92%, transparent 100% );
}

.wbemp-page .wbemp-client-line-vertical {
    width: 3px;
    height: 83%;
    background: linear-gradient( 180deg, transparent 0%, rgba(78, 138, 255, .50) 8%, rgba(70, 145, 255, .94) 24%, rgba(70, 145, 255, .94) 76%, rgba(78, 138, 255, .50) 92%, transparent 100% );
}

.wbemp-page .wbemp-client-pulse {
    position: absolute;
    z-index: 4;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(217, 231, 255, .95);
    border-radius: 50%;
    background: #4aa4ff;
    box-shadow: 0 0 0 5px rgba(74, 164, 255, .10), 0 0 18px rgba(74, 164, 255, .58);
}

.wbemp-page .wbemp-client-pulse-top {
    top: 17.5%;
    left: 50%;
    transform: translateX(-50%);
}

.wbemp-page .wbemp-client-pulse-bottom {
    bottom: 17.5%;
    left: 50%;
    transform: translateX(-50%);
}

.wbemp-page .wbemp-client-activity {
    position: absolute;
    top: 1.35rem;
    left: 1.35rem;
    z-index: 13;
    display: grid;
    gap: .34rem;
    min-width: 250px;
    padding: .92rem 1rem;
    border: 1px solid rgba(205, 220, 255, .18);
    border-radius: 17px;
    color: #fff;
    background: rgba(4, 15, 31, .91);
    box-shadow: 0 17px 38px rgba(0, 0, 0, .23), inset 0 1px 0 rgba(255, 255, 255, .045);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

    .wbemp-page .wbemp-client-activity small {
        color: rgba(210, 223, 250, .68);
        font-size: .66rem;
        font-weight: 850;
        letter-spacing: .075em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .wbemp-page .wbemp-client-activity strong {
        display: flex;
        align-items: center;
        gap: .55rem;
        color: #fff;
        font-size: .79rem;
        font-weight: 820;
    }

.wbemp-page .wbemp-client-status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #42d995;
    box-shadow: 0 0 0 5px rgba(66, 217, 149, .10), 0 0 18px rgba(66, 217, 149, .58);
}

.wbemp-page .wbemp-client-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    display: flex;
    width: min(45%, 350px);
    min-height: 270px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.8rem 1.35rem;
    border: 1px solid rgba(181, 204, 255, .12);
    border-radius: 28px;
    color: #fff;
    text-align: center;
    background: rgba(5, 14, 28, .93);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    transform: translate(-50%, -50%);
}

    .wbemp-page .wbemp-client-core > span {
        display: inline-flex;
        margin-bottom: .78rem;
        padding: .43rem .75rem;
        border-radius: 999px;
        color: #dfe8ff;
        background: rgba(79, 124, 255, .22);
        font-size: .70rem;
        font-weight: 850;
        letter-spacing: .07em;
        text-transform: uppercase;
    }

    .wbemp-page .wbemp-client-core h2 {
        max-width: 295px;
        margin: 0;
        color: #fff;
        font-size: clamp(1.25rem, 1.48vw, 1.72rem);
        font-weight: 850;
        letter-spacing: -.03em;
        line-height: 1.22;
        text-align: center;
        text-wrap: balance;
    }

    .wbemp-page .wbemp-client-core p {
        max-width: 285px;
        margin: .70rem 0 0;
        color: rgba(233, 240, 255, .70);
        font-size: .86rem;
        line-height: 1.55;
        text-align: center;
    }

.wbemp-page .wbemp-client-node {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: .68rem;
    min-width: 155px;
    padding: .70rem .90rem;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    color: #fff;
    background: rgba(5, 14, 28, .89);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .20);
    font-size: .85rem;
    font-weight: 820;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

    .wbemp-page .wbemp-client-node i {
        display: flex;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        align-items: center;
        justify-content: center;
        border-radius: 13px;
        color: #dfe8ff;
        background: rgba(79, 124, 255, .22);
    }

.wbemp-page .wbemp-client-node-top {
    top: 1.35rem;
    right: 1.35rem;
    min-width: 190px;
}

.wbemp-page .wbemp-client-node-left {
    top: 50%;
    left: 1.15rem;
    min-width: 190px;
    transform: translateY(-50%);
}

.wbemp-page .wbemp-client-node-right {
    top: 50%;
    right: 1.15rem;
    min-width: 175px;
    transform: translateY(-50%);
}

.wbemp-page .wbemp-client-node-bottom {
    bottom: 1.35rem;
    left: 50%;
    min-width: 220px;
    transform: translateX(-50%);
}

.wbemp-page .wbemp-client-status {
    position: absolute;
    bottom: .88rem;
    z-index: 11;
    display: flex;
    align-items: center;
    gap: .45rem;
    color: rgba(233, 240, 255, .78);
    font-size: .70rem;
    font-weight: 760;
}

.wbemp-page .wbemp-client-status-left {
    left: 1rem;
}

.wbemp-page .wbemp-client-status-right {
    right: 1rem;
}

    .wbemp-page .wbemp-client-status-right i {
        color: #b7caff;
    }

/* Large desktop */
@media (min-width: 1600px) {
    .wbemp-page .wbemp-hero-grid {
        grid-template-columns: minmax(0, 1.03fr) minmax(720px, .97fr);
        gap: clamp(3rem, 3.7vw, 4.8rem);
    }

    .wbemp-page .wbemp-client-system {
        width: min(100%, 800px);
        min-height: 540px;
    }

    .wbemp-page .wbemp-client-core {
        width: min(45%, 365px);
        min-height: 280px;
    }
}

/* 16-inch laptop */
@media (min-width: 1400px) and (max-width: 1599.98px) {
    .wbemp-page .wbemp-hero-grid {
        grid-template-columns: minmax(0, 1.01fr) minmax(640px, .99fr);
        gap: clamp(1.8rem, 2.5vw, 3rem);
    }

    .wbemp-page .wbemp-hero-copy h1 {
        max-width: 790px;
        font-size: clamp(3rem, 3.95vw, 4.35rem);
    }

    .wbemp-page .wbemp-client-system {
        width: min(100%, 710px);
        min-height: 500px;
    }

    .wbemp-page .wbemp-client-core {
        width: min(45%, 325px);
        min-height: 245px;
        padding: 1.45rem 1.1rem;
    }

        .wbemp-page .wbemp-client-core h2 {
            font-size: clamp(1.12rem, 1.28vw, 1.5rem);
        }

    .wbemp-page .wbemp-client-node {
        padding: .60rem .74rem;
        font-size: .78rem;
    }

        .wbemp-page .wbemp-client-node i {
            width: 36px;
            height: 36px;
            flex-basis: 36px;
        }
}

/* 14-inch laptop */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .wbemp-page .wbemp-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(565px, .96fr);
        gap: 1.45rem;
    }

    .wbemp-page .wbemp-hero-copy h1 {
        max-width: 700px;
        font-size: clamp(2.75rem, 3.78vw, 4.08rem);
    }

    .wbemp-page .wbemp-hero-copy > p {
        max-width: 690px;
        font-size: .98rem;
        line-height: 1.74;
    }

    .wbemp-page .wbemp-client-system {
        width: min(100%, 625px);
        min-height: 470px;
        border-radius: 34px;
    }

    .wbemp-page .wbemp-client-activity {
        top: .95rem;
        left: .95rem;
        min-width: 205px;
        padding: .70rem .80rem;
    }

        .wbemp-page .wbemp-client-activity small {
            font-size: .58rem;
        }

        .wbemp-page .wbemp-client-activity strong {
            font-size: .68rem;
        }

    .wbemp-page .wbemp-client-core {
        width: min(44%, 285px);
        min-height: 215px;
        padding: 1.25rem .95rem;
    }

        .wbemp-page .wbemp-client-core > span {
            margin-bottom: .66rem;
            padding: .36rem .60rem;
            font-size: .56rem;
        }

        .wbemp-page .wbemp-client-core h2 {
            max-width: 235px;
            font-size: clamp(1.02rem, 1.13vw, 1.26rem);
            line-height: 1.18;
        }

        .wbemp-page .wbemp-client-core p {
            max-width: 235px;
            margin-top: .58rem;
            font-size: .70rem;
            line-height: 1.45;
        }

    .wbemp-page .wbemp-client-node {
        gap: .50rem;
        padding: .50rem .58rem;
        border-radius: 16px;
        font-size: .64rem;
    }

        .wbemp-page .wbemp-client-node i {
            width: 33px;
            height: 33px;
            flex-basis: 33px;
            border-radius: 11px;
        }

    .wbemp-page .wbemp-client-node-top {
        top: .95rem;
        right: .95rem;
        min-width: 150px;
    }

    .wbemp-page .wbemp-client-node-left {
        left: .70rem;
        min-width: 145px;
    }

    .wbemp-page .wbemp-client-node-right {
        right: .70rem;
        min-width: 132px;
    }

    .wbemp-page .wbemp-client-node-bottom {
        bottom: .95rem;
        min-width: 165px;
    }

    .wbemp-page .wbemp-client-status {
        bottom: .68rem;
        font-size: .55rem;
    }

    .wbemp-page .wbemp-client-status-left {
        left: .70rem;
    }

    .wbemp-page .wbemp-client-status-right {
        right: .70rem;
    }
}

/* Tablet */
@media (max-width: 1199.98px) {
    .wbemp-page .wbemp-hero-grid {
        grid-template-columns: 1fr;
    }

    .wbemp-page .wbemp-hero-visual {
        justify-content: center;
    }

    .wbemp-page .wbemp-client-system {
        width: min(100%, 760px);
        min-height: 525px;
        margin-inline: auto;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .wbemp-page .wbemp-hero-copy h1 {
        font-size: clamp(2.45rem, 10vw, 3.8rem);
    }

    .wbemp-page .wbemp-client-system {
        display: grid;
        grid-template-columns: 1fr;
        min-height: auto;
        gap: .78rem;
        padding: 1rem;
        border-radius: 28px;
    }

    .wbemp-page .wbemp-client-architecture,
    .wbemp-page .wbemp-client-status {
        display: none;
    }

    .wbemp-page .wbemp-client-activity,
    .wbemp-page .wbemp-client-core,
    .wbemp-page .wbemp-client-node {
        position: relative;
        inset: auto;
        width: 100%;
        min-width: 0;
        transform: none;
    }

    .wbemp-page .wbemp-client-activity {
        order: 1;
    }

    .wbemp-page .wbemp-client-node-top {
        order: 2;
    }

    .wbemp-page .wbemp-client-core {
        order: 3;
        min-height: 0;
        padding: 1.35rem 1.05rem;
    }

    .wbemp-page .wbemp-client-node-left {
        order: 4;
    }

    .wbemp-page .wbemp-client-node-right {
        order: 5;
    }

    .wbemp-page .wbemp-client-node-bottom {
        order: 6;
    }
}


/* =========================================================
   EMPLOYEE HERO — FINAL VERIFIED IDENTITY ALIGNMENT
   ---------------------------------------------------------
   Fixes only the top Verified Identity node.
   It is centred on the illuminated vertical architecture axis,
   matching the approved Client-page first-section design.
========================================================= */

@media (min-width: 768px) {
    .wbemp-page .wbemp-client-node-top {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }
}

/* 16-inch laptop */
@media (min-width: 1400px) and (max-width: 1599.98px) {
    .wbemp-page .wbemp-client-node-top {
        top: 1.20rem !important;
        left: 50% !important;
    }
}

/* 14-inch laptop */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .wbemp-page .wbemp-client-node-top {
        top: 0.95rem !important;
        left: 50% !important;
    }
}



/* =========================================================
   EMPLOYEE V3 — MOBILE DENSITY & BUTTON REFINEMENT
   ---------------------------------------------------------
   Phone-only corrections:
   1. Compact hero action buttons
   2. Compact workforce-principle cards
   3. Compact gateway badge and Sign In / Signup selector
   4. Tighter login fields and submit controls
   5. Compact controlled-access lifecycle cards

   Preserved:
   - Employee.cshtml and all wording
   - Employee architecture visual
   - Login and signup forms
   - Identity / SSO integration points
   - Validation, routes, scripts and AOS
   - Tablet, laptop and desktop layouts
========================================================= */

@media (max-width: 767.98px) {

    /* =====================================================
       1. HERO BUTTONS — COMPACT AND CENTRED
    ===================================================== */

    .wbemp-page .wbemp-hero-actions {
        display: flex !important;
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.62rem !important;
        margin-top: 1.05rem !important;
    }

        .wbemp-page .wbemp-hero-actions .btn {
            width: auto !important;
            max-width: calc(100% - 0.75rem) !important;
            min-height: 48px !important;
            margin: 0 auto !important;
            padding: 0.72rem 1.30rem !important;
            font-size: 0.78rem !important;
            line-height: 1.20 !important;
            white-space: normal !important;
        }

        .wbemp-page .wbemp-hero-actions .wbemp-btn-primary {
            min-width: min(100%, 300px) !important;
        }

        .wbemp-page .wbemp-hero-actions .wbemp-btn-secondary {
            min-width: min(100%, 255px) !important;
        }

    /* =====================================================
       2. WORKFORCE PRINCIPLES — COMPACT RESPONSIVE GRID
    ===================================================== */

    .wbemp-page .wbemp-signal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.62rem !important;
        margin-top: 1rem !important;
    }

        .wbemp-page .wbemp-signal-grid article {
            display: grid !important;
            grid-template-columns: 42px minmax(0, 1fr) !important;
            min-height: 94px !important;
            align-items: center !important;
            gap: 0.64rem !important;
            padding: 0.72rem 0.76rem !important;
            border-radius: 17px !important;
        }

        .wbemp-page .wbemp-signal-grid i {
            width: 42px !important;
            height: 42px !important;
            min-width: 42px !important;
            flex: 0 0 42px !important;
            border-radius: 13px !important;
            font-size: 0.92rem !important;
        }

        .wbemp-page .wbemp-signal-grid h3 {
            margin: 0 0 0.18rem !important;
            font-size: 0.88rem !important;
            line-height: 1.20 !important;
        }

        .wbemp-page .wbemp-signal-grid p {
            margin: 0 !important;
            font-size: 0.70rem !important;
            line-height: 1.34 !important;
        }

    /* =====================================================
       3. GATEWAY HEADER, BADGE AND TABS
    ===================================================== */

    .wbemp-page .wbemp-gateway-header {
        gap: 0.82rem !important;
    }

    .wbemp-page .wbemp-gateway-badge {
        width: auto !important;
        max-width: 100% !important;
        min-height: 38px !important;
        align-self: flex-start !important;
        justify-content: flex-start !important;
        padding: 0.56rem 0.72rem !important;
        border-radius: 13px !important;
        font-size: 0.66rem !important;
    }

    /*
       Two compact tabs save vertical space and keep both access
       paths immediately visible on ordinary phones.
    */
    .wbemp-page .wbemp-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.50rem !important;
        margin: 1rem 0 !important;
        padding: 0.34rem !important;
        border-radius: 16px !important;
    }

        .wbemp-page .wbemp-tabs .nav-link {
            min-height: 46px !important;
            gap: 0.40rem !important;
            padding: 0.58rem 0.48rem !important;
            border-radius: 12px !important;
            font-size: 0.78rem !important;
            line-height: 1.16 !important;
            white-space: normal !important;
        }

    /* =====================================================
       4. LOGIN / SIGNUP FORM DENSITY
    ===================================================== */

    .wbemp-page .wbemp-form-intro {
        padding: 0.78rem 0 1rem !important;
    }

    .wbemp-page .wbemp-field {
        margin-bottom: 0.88rem !important;
    }

    .wbemp-page .wbemp-label {
        margin-bottom: 0.42rem !important;
        font-size: 0.74rem !important;
    }

    .wbemp-page .wbemp-input,
    .wbemp-page .wbemp-input-shell {
        min-height: 52px !important;
    }

    .wbemp-page .wbemp-input {
        padding-top: 0.70rem !important;
        padding-bottom: 0.70rem !important;
        font-size: 0.82rem !important;
    }

    .wbemp-page .wbemp-login-options {
        gap: 0.68rem !important;
        margin-top: 0.25rem !important;
    }

    .wbemp-page .wbemp-submit-strip {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 0.82rem !important;
        margin-top: 1rem !important;
        padding: 0.78rem !important;
        border-radius: 16px !important;
    }

        .wbemp-page .wbemp-submit-strip p {
            width: 100% !important;
            max-width: none !important;
            margin: 0 !important;
            font-size: 0.70rem !important;
            line-height: 1.45 !important;
        }

    .wbemp-page .wbemp-submit-btn {
        width: auto !important;
        max-width: calc(100% - 0.5rem) !important;
        min-width: min(100%, 260px) !important;
        min-height: 48px !important;
        margin: 0 auto !important;
        padding: 0.72rem 1.25rem !important;
        justify-content: center !important;
        font-size: 0.78rem !important;
        line-height: 1.18 !important;
        white-space: normal !important;
    }

    /* =====================================================
       5. CONTROLLED ACCESS LIFECYCLE — SHORT HORIZONTAL CARDS
    ===================================================== */

    .wbemp-page .wbemp-lifecycle-grid {
        grid-template-columns: 1fr !important;
        gap: 0.62rem !important;
    }

        .wbemp-page .wbemp-lifecycle-grid article {
            display: grid !important;
            grid-template-columns: 48px minmax(0, 1fr) !important;
            grid-template-areas:
                "icon title"
                "description description" !important;
            min-height: 0 !important;
            height: auto !important;
            align-items: center !important;
            gap: 0.14rem 0.68rem !important;
            padding: 0.78rem 0.82rem !important;
            border-radius: 18px !important;
        }

            .wbemp-page .wbemp-lifecycle-grid article > span {
                top: 0.68rem !important;
                right: 0.76rem !important;
                font-size: 0.72rem !important;
                line-height: 1 !important;
            }

        .wbemp-page .wbemp-lifecycle-grid i {
            grid-area: icon;
            width: 48px !important;
            height: 48px !important;
            margin: 0 !important;
            align-self: center !important;
            border-radius: 15px !important;
            font-size: 1rem !important;
        }

        .wbemp-page .wbemp-lifecycle-grid h3 {
            grid-area: title;
            margin: 0 !important;
            padding-right: 2.2rem !important;
            font-size: 0.94rem !important;
            line-height: 1.22 !important;
        }

        .wbemp-page .wbemp-lifecycle-grid p {
            grid-area: description;
            margin: 0.42rem 0 0 !important;
            font-size: 0.73rem !important;
            line-height: 1.42 !important;
        }
}

/* Normal narrow phones use one readable signal-card column. */
@media (max-width: 519.98px) {

    .wbemp-page .wbemp-signal-grid {
        grid-template-columns: 1fr !important;
        gap: 0.55rem !important;
    }

        .wbemp-page .wbemp-signal-grid article {
            min-height: 70px !important;
            padding: 0.64rem 0.68rem !important;
        }

    .wbemp-page .wbemp-gateway-badge {
        align-self: center !important;
    }
}

/* Very narrow phones retain safe full-width touch targets. */
@media (max-width: 359.98px) {

    .wbemp-page .wbemp-hero-actions .btn,
    .wbemp-page .wbemp-submit-btn {
        width: calc(100% - 0.5rem) !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    .wbemp-page .wbemp-tabs {
        grid-template-columns: 1fr !important;
    }

    .wbemp-page .wbemp-lifecycle-grid article {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        padding: 0.68rem 0.72rem !important;
    }

    .wbemp-page .wbemp-lifecycle-grid i {
        width: 44px !important;
        height: 44px !important;
    }
}
