.employee-portal {
    position: relative;
    isolation: isolate;
}

.employee-portal-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 238px;
    margin-bottom: 30px;
    padding: 42px 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 32px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 15%, rgba(111, 232, 195, .22), transparent 30%),
        linear-gradient(130deg, #152b3c 0%, #0d3f66 58%, #165381 100%);
    box-shadow: 0 24px 70px rgba(14, 75, 68, .2);
}

.employee-portal-hero::before,
.employee-portal-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
}

.employee-portal-hero::before {
    width: 280px;
    height: 280px;
    top: -150px;
    right: 12%;
}

.employee-portal-hero::after {
    width: 150px;
    height: 150px;
    right: -45px;
    bottom: -65px;
}

.employee-portal-hero > * {
    position: relative;
    z-index: 1;
}

.portal-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #c4dcee;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.portal-eyebrow i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4ca2e3;
    box-shadow: 0 0 0 6px rgba(76, 227, 180, .1);
}

.employee-portal-hero h1 {
    max-width: 760px;
    margin: 16px 0 12px;
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 800;
    letter-spacing: -1.7px;
}

.employee-portal-hero p {
    max-width: 720px;
    margin: 0;
    color: #c7d3dd;
    font-size: 16px;
    line-height: 1.7;
}

.portal-hero-count {
    display: grid;
    min-width: 150px;
    min-height: 145px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 26px;
    text-align: center;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(12px);
}

.portal-hero-count strong {
    font-size: 52px;
    line-height: 1;
}

.portal-hero-count span {
    margin-top: 9px;
    color: #c9d7e2;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-choice-card {
    --service-color: #154f7b;
    --service-soft: rgba(21, 123, 101, .13);
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 430px;
    padding: 27px;
    flex-direction: column;
    border: 1px solid rgba(15, 107, 79, .2);
    border-radius: 28px;
    color: #17212b;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 45px rgba(28, 52, 55, .11);
    text-decoration: none;
    transition:
        transform .3s cubic-bezier(.2, .8, .2, 1),
        box-shadow .3s ease,
        border-color .3s ease;
}

.service-choice-logistics {
    --service-color: #c27a24;
    --service-soft: rgba(194, 122, 36, .13);
}

.service-choice-media {
    --service-color: #7254b8;
    --service-soft: rgba(114, 84, 184, .13);
}

.service-choice-card:hover {
    color: #17212b;
    border-color: var(--service-color);
    transform: translateY(-12px);
    box-shadow: 0 30px 75px rgba(22, 58, 57, .19);
}

.service-card-glow {
    position: absolute;
    width: 260px;
    height: 260px;
    top: -145px;
    right: -105px;
    border-radius: 50%;
    background: var(--service-soft);
    transition: transform .35s ease;
}

.service-choice-card:hover .service-card-glow {
    transform: scale(1.35);
}

.service-card-code {
    align-self: flex-start;
    padding: 8px 13px;
    border-radius: 11px;
    color: #fff;
    background: var(--service-color);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .8px;
}

.service-card-arrow {
    position: absolute;
    top: 27px;
    right: 28px;
    color: var(--service-color);
    font-size: 22px;
    transition: transform .25s ease;
}

.service-choice-card:hover .service-card-arrow {
    transform: translate(4px, -4px);
}

.service-card-icon {
    display: grid;
    width: 104px;
    height: 104px;
    margin: 30px 0 24px;
    place-items: center;
    border-radius: 28px;
    color: var(--service-color);
    background: var(--service-soft);
}

.service-card-icon svg {
    width: 60px;
    height: 60px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card-content {
    display: block;
}

.service-card-content small {
    color: var(--service-color);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1.4px;
}

.service-card-content h2 {
    margin: 9px 0 12px;
    font-size: 25px;
    font-weight: 780;
}

.service-card-content p {
    margin: 0;
    color: #72808d;
    line-height: 1.65;
}

.service-card-action {
    display: flex;
    margin-top: auto;
    padding-top: 24px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e6e9ec;
    color: var(--service-color);
    font-size: 13px;
    font-weight: 800;
}

.service-card-action b {
    font-size: 20px;
}

.portal-guidance {
    display: flex;
    max-width: 760px;
    margin: 28px auto 0;
    padding: 17px 22px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid rgba(15, 107, 79, .13);
    border-radius: 18px;
    color: #5f6f78;
    background: rgba(255, 255, 255, .72);
    text-align: center;
}

.portal-guidance p {
    margin: 0;
}

.portal-guidance-icon {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #154f7b;
    font-size: 12px;
}

.request-form-hero {
    --team-color: #154f7b;
    --team-soft: rgba(21, 123, 101, .13);
    display: flex;
    margin-bottom: 24px;
    padding: 32px 38px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 92% 15%, var(--team-soft), transparent 38%),
        rgba(255, 255, 255, .9);
    box-shadow: 0 14px 38px rgba(27, 54, 55, .09);
}

.request-team-logistics .request-form-hero {
    --team-color: #bd7520;
    --team-soft: rgba(189, 117, 32, .15);
}

.request-team-media .request-form-hero {
    --team-color: #7254b8;
    --team-soft: rgba(114, 84, 184, .15);
}

.request-back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #697982;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.request-team-label {
    display: block;
    color: var(--team-color);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1.5px;
}

.request-form-hero h1 {
    margin: 8px 0 8px;
    font-size: clamp(28px, 3.3vw, 43px);
    font-weight: 800;
}

.request-form-hero p {
    max-width: 730px;
    margin: 0;
    color: #71808a;
    line-height: 1.65;
}

.request-team-emblem {
    display: grid;
    min-width: 112px;
    height: 112px;
    padding: 12px;
    place-items: center;
    border-radius: 28px;
    color: var(--team-color);
    background: var(--team-soft);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .5px;
}

.request-form-card {
    max-width: 980px;
    margin-inline: auto;
    padding: 32px;
}

.service-request-page {
    --request-accent: #154f7b;
    --request-accent-soft: rgba(21, 123, 101, .1);
}

.service-request-page.request-team-logistics {
    --request-accent: #bd7520;
    --request-accent-soft: rgba(189, 117, 32, .1);
}

.service-request-page.request-team-media {
    --request-accent: #7254b8;
    --request-accent-soft: rgba(114, 84, 184, .1);
}

.request-icon-definitions {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.request-account-note {
    display: flex;
    margin-bottom: 26px;
    padding: 14px 17px;
    align-items: center;
    gap: 11px;
    border-radius: 14px;
    color: #3b4d5b;
    background: #edf3f7;
}

.request-account-note > span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #154f7b;
    font-size: 11px;
}

.request-account-note p {
    margin: 0;
    font-size: 13px;
}

.request-section-heading {
    display: flex;
    margin: 5px 0 14px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.request-section-heading.compact {
    margin-top: 8px;
}

.request-section-heading .request-section-step {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--request-accent);
    background: var(--request-accent-soft);
    font-size: 11px;
    font-weight: 900;
}

.request-section-heading label {
    margin: 0 0 3px;
    color: #223039;
    font-size: 16px;
}

.request-section-heading small {
    display: block;
    color: #7a8790;
    font-size: 12px;
}

.request-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.request-type-option {
    position: relative;
    display: flex;
    min-height: 92px;
    margin: 0;
    padding: 15px 48px 15px 15px;
    align-items: center;
    gap: 13px;
    overflow: hidden;
    border: 1px solid #dce1e5;
    border-radius: 16px;
    cursor: pointer;
    background: #fff;
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}

.request-type-option:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--request-accent) 45%, #dce1e5);
    box-shadow: 0 10px 24px rgba(27, 54, 55, .08);
}

.request-type-option:has(input:checked) {
    border-color: var(--request-accent);
    background:
        radial-gradient(
            circle at 100% 0,
            var(--request-accent-soft),
            transparent 45%),
        #fff;
    box-shadow: 0 0 0 3px var(--request-accent-soft);
}

.request-type-option > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.request-type-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border-radius: 15px;
    color: var(--request-accent) !important;
    background: var(--request-accent-soft);
}

.request-type-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.request-type-copy {
    color: #223039 !important;
}

.request-type-copy b,
.request-type-copy small {
    display: block;
}

.request-type-copy b {
    margin-bottom: 5px;
    font-size: 13px;
}

.request-type-copy small {
    color: #7b8991;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

.request-type-check {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    transform: scale(.6);
    opacity: 0;
    border-radius: 50%;
    color: #fff !important;
    background: var(--request-accent);
    font-size: 10px;
    transition: .18s ease;
}

.request-type-option:has(input:checked) .request-type-check {
    transform: scale(1);
    opacity: 1;
}

.location-kind-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.location-kind-option {
    position: relative;
    display: flex;
    min-height: 88px;
    margin: 0;
    padding: 15px;
    align-items: center;
    gap: 13px;
    border: 1px solid #dce1e5;
    border-radius: 16px;
    cursor: pointer;
    background: #fff;
}

.location-kind-option:has(input:checked) {
    border-color: var(--request-accent);
    box-shadow: 0 0 0 3px var(--request-accent-soft);
    background: color-mix(in srgb, var(--request-accent-soft) 45%, #fff);
}

.location-kind-option > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.location-kind-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 14px;
    color: var(--request-accent) !important;
    background: var(--request-accent-soft);
}

.location-kind-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.location-kind-option > span:last-child {
    color: #223039 !important;
}

.location-kind-option b,
.location-kind-option small {
    display: block;
}

.location-kind-option b {
    margin-bottom: 4px;
    font-size: 13px;
}

.location-kind-option small {
    color: #7b8991;
    font-size: 11px;
    font-weight: 500;
}

.location-fields {
    margin-top: 13px;
    padding: 16px;
    border: 1px solid #e2e6e9;
    border-radius: 16px;
    background: #f8f9fa;
}

.location-fields.is-hidden {
    display: none;
}

.location-kind-option.is-hidden {
    display: none;
}

.location-site-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.location-field label {
    margin-bottom: 6px;
    color: #425159;
    font-size: 11px;
}

.request-priority-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.priority-option {
    position: relative;
    display: flex;
    min-height: 88px;
    padding: 17px;
    align-items: center;
    gap: 13px;
    border: 1px solid #dce1e5;
    border-radius: 15px;
    cursor: pointer;
    background: #fff;
}

.priority-option:has(input:checked) {
    border-color: #195380;
    box-shadow: 0 0 0 3px rgba(25, 128, 95, .11);
    background: #f3f7fa;
}

.priority-option-urgent:has(input:checked) {
    border-color: #d04d54;
    box-shadow: 0 0 0 3px rgba(208, 77, 84, .1);
    background: #fff7f7;
}

.priority-option-medium:has(input:checked) {
    border-color: #cf8a29;
    box-shadow: 0 0 0 3px rgba(207, 138, 41, .1);
    background: #fffaf2;
}

.priority-option input {
    width: 19px;
    height: 19px;
    accent-color: #154f7b;
}

.priority-option-urgent input {
    accent-color: #d04d54;
}

.priority-option-medium input {
    accent-color: #cf8a29;
}

.priority-option span,
.priority-option b,
.priority-option small {
    display: block;
}

.priority-option b {
    margin-bottom: 4px;
    color: #223039;
}

.priority-option small {
    color: #78868e;
    font-weight: 500;
}

.request-description-field {
    padding-top: 4px;
}

.request-description-field textarea {
    min-height: 150px;
    resize: vertical;
}

.request-upload-field {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 20px;
    align-items: center;
    gap: 6px 15px;
    border: 1px dashed #bfc9d1;
    border-radius: 16px;
    background: rgba(241, 247, 245, .65);
}

.request-upload-icon {
    display: grid;
    width: 48px;
    height: 48px;
    grid-row: span 2;
    place-items: center;
    border-radius: 14px;
    color: var(--request-accent) !important;
    background: var(--request-accent-soft);
}

.request-upload-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.request-upload-copy label {
    margin: 0 0 3px;
}

.request-upload-copy small {
    display: block;
    line-height: 1.45;
}

.request-upload-field > input {
    grid-column: 1 / -1;
    margin-top: 10px;
    background: #fff;
}

.request-final-actions {
    align-items: center;
}

.request-final-actions .btn {
    min-width: 128px;
    padding: 12px 20px;
    border-radius: 11px;
    font-weight: 750;
}

.request-final-actions .btn-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: var(--request-accent);
}

.request-final-actions .btn-brand span {
    color: inherit;
    font-size: 18px;
}

@media (max-width: 1100px) {
    .service-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .employee-portal-hero,
    .request-form-hero {
        padding: 28px 24px;
        align-items: flex-start;
        flex-direction: column;
    }

    .portal-hero-count {
        min-width: 120px;
        min-height: 105px;
    }

    .service-choice-grid,
    .request-priority-options,
    .request-type-grid,
    .location-kind-options,
    .location-site-grid {
        grid-template-columns: 1fr;
    }

    .service-choice-card {
        min-height: 390px;
    }

    .request-team-emblem {
        width: 88px;
        min-width: 88px;
        height: 88px;
    }

    .request-form-card {
        padding: 22px;
    }
}
