:root {
    --font-avenir: "Avenir", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --bs-font-sans-serif: var(--font-avenir);
    --bs-body-font-family: var(--font-avenir);
    --fw-title: 800;
    --fw-description: 500;
    --fw-label: 600;
    --fw-action: 700;
    --color-primary: #0d3b66;
    --color-secondary: #f97316;
    --color-text-body: #3B3B3B;
    --color-text-muted: #6b7280;
    --color-white: #ffffff;
    --color-bg-soft: #f9fafb;
    --color-bg-muted: #eaf5fb;
    --color-footer-bg: #1a1a1a;
    --section-padding: 6rem 0;
    --radius-card: 1.5rem;
    --radius-pill: 50rem;
    --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 20px 40px rgba(13, 59, 102, 0.15)
}

body {
    font-family: var(--font-avenir);
    color: var(--color-text-body);
    line-height: 1.6;
    overflow-x: hidden
}

body.ib-modal-open {
    overflow: hidden
}

.ib-modal {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center
}

.ib-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55)
}

.ib-modal-dialog {
    position: relative;
    width: min(620px, calc(100% - 28px));
    outline: 0;
    z-index: 1
}

.ib-modal-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #eaf5fb;
    box-shadow: 0 32px 70px -40px rgba(0, 0, 0, .7)
}

.ib-modal-wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 110px;
    pointer-events: none;
    z-index: 0
}

.ib-modal-wave svg {
    width: 100%;
    height: 100%;
    display: block
}

.ib-modal-wave-top {
    top: 0
}

.ib-modal-wave-bottom {
    bottom: 0
}

.ib-modal-body {
    position: relative;
    padding: 100px 54px 92px;
    text-align: center;
    color: #053b5d;
    z-index: 1
}

.ib-modal-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    justify-content: center
}

.ib-modal-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fad8de;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.ib-modal-title {
    margin: 0;
    font-size: 22px;
    font-weight: var(--fw-title);
    letter-spacing: .6px;
    color: #d11a2a
}

.ib-modal-text {
    font-size: 14px;
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto
}

.ib-modal-actions {
    display: flex;
    justify-content: center;
    margin-top: 22px
}

.ib-modal-btn {
    border: 0;
    border-radius: 9999px;
    background: #053b5d;
    color: #fff;
    padding: 10px 20px;
    font-weight: var(--fw-title);
    font-size: 13px
}

.ib-modal-btn:hover {
    filter: brightness(1.03)
}

.ib-footer {
    background: linear-gradient(90deg, #0e4b65 0%, #227591 50%);
    color: rgba(255, 255, 255, .95);
    padding-top: 0
}

.ib-footer-wave {
    opacity: 1;
    top: -87px !important;
    transform: scaleY(-1) scaleX(-1);
    background: linear-gradient(90deg, #227591 50%, #0e4b65 100%);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0H1200V38c-115,-16 -220,-18 -330,-12c-125,7 -220,31 -330,46c-120,16 -240,18 -360,5C85,70 40,60 0,56Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0H1200V38c-115,-16 -220,-18 -330,-12c-125,7 -220,31 -330,46c-120,16 -240,18 -360,5C85,70 40,60 0,56Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

@media (max-width:575px) {
    .ib-footer-wave {
        top: -73px !important
    }

    .ib-footer-wave svg {
        height: 84px !important;
        opacity: 0
    }
}

.ib-footer-wave svg {
    opacity: 0
}

.career-detail-page {
    background: #fff
}

.career-detail-hero {
    position: relative;
    padding: 160px 0 160px;
    overflow: visible;
    background: linear-gradient(105deg, #053b5d 0, #084b75 50%, #8d5628 100%)
}

.career-detail-hero-bg {
    display: none
}

.career-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #053b5d 10%, rgba(5, 59, 93, .9) 30%, rgba(160, 90, 30, .6) 80%);
    z-index: 0
}

.career-detail-hero .container {
    position: relative;
    z-index: 2
}

.career-detail-title {
    margin: 0 0 18px;
    font-weight: var(--fw-title);
    letter-spacing: -.5px;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    color: #fff;
    max-width: 720px;
    line-height: 1.2
}

.career-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 0
}

.career-detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-radius: 0;
    background: 0 0;
    color: #fff;
    font-weight: var(--fw-label);
    font-size: 14px;
    border: 0
}

.career-detail-badge i {
    font-size: 14px
}

.career-detail-wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none
}

/* Anniversary Decorations */
.ib-footer-container {
    position: relative;
    z-index: 2;
}

.ib-anniv-decor {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.ib-anniv-tl {
    top: -45px;
    left: 0;
    width: 250px;
    max-width: 40vw;
}

.ib-anniv-tr {
    top: -55px;
    right: 0;
    width: 250px;
    max-width: 40vw;
}

.ib-anniv-bl {
    bottom: 0;
    left: 0;
    width: 250px;
    max-width: 40vw;
}

.ib-anniv-br {
    bottom: 0;
    right: 0;
    width: 550px;
    max-width: 40vw;
}

.ib-anniv-confetti {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.ib-anniv-confetti-green {
    top: 10%;
    left: 15%;
    width: 40px;
    animation: float 6s ease-in-out infinite;
}

.ib-anniv-confetti-green-2 {
    top: 60%;
    right: 15%;
    width: 35px;
    animation: float 7.5s ease-in-out infinite 2s;
}

.ib-anniv-confetti-green-3 {
    top: 30%;
    left: 45%;
    width: 25px;
    animation: float 5.5s ease-in-out infinite 1.5s;
}

.ib-anniv-confetti-red {
    top: 15%;
    right: 20%;
    width: 35px;
    animation: float 7s ease-in-out infinite 1s;
}

.ib-anniv-confetti-red-2 {
    bottom: 20%;
    left: 20%;
    width: 45px;
    animation: float 8.5s ease-in-out infinite 0.5s;
}

.ib-anniv-confetti-red-3 {
    top: 40%;
    right: 35%;
    width: 28px;
    animation: float 6.5s ease-in-out infinite 2.5s;
}

.ib-anniv-confetti-yellow {
    bottom: 25%;
    left: 35%;
    width: 30px;
    animation: float 8s ease-in-out infinite 0.5s;
}

.ib-anniv-confetti-yellow-2 {
    top: 20%;
    right: 40%;
    width: 38px;
    animation: float 7.2s ease-in-out infinite 1.2s;
}

.ib-anniv-confetti-yellow-3 {
    bottom: 40%;
    right: 10%;
    width: 25px;
    animation: float 6.8s ease-in-out infinite 3s;
}

.ib-anniv-mobile-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(10deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}

@media (max-width: 991px) {
    .ib-anniv-tl, .ib-anniv-tr, .ib-anniv-bl, .ib-anniv-br {
        display: none;
    }
}


.career-detail-wave svg {
    height: 80px;
    width: 100%;
    display: block
}

.career-detail-content-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
    z-index: 5
}

.career-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 9999px;
    background: #eaf5fb;
    color: #053b5d;
    font-weight: var(--fw-action);
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 32px;
    margin-top: 10px
}

.career-detail-intro {
    color: #3b3b3b;
    font-size: 15px;
    line-height: 1.7;
    max-width: 100%;
    margin: 0 0 28px
}

.career-detail-section-title {
    margin: 32px 0 16px;
    color: #053b5d;
    font-weight: var(--fw-title);
    font-size: 18px
}

.career-detail-list {
    margin: 0 0 20px;
    padding-left: 20px;
    color: #3b3b3b;
    font-size: 15px;
    line-height: 1.7
}

.career-detail-list li+li {
    margin-top: 8px
}

.career-detail-summary {
    margin-top: -200px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .04);
    padding: 32px 36px;
    position: sticky;
    top: 100px;
    z-index: 10
}

.career-detail-summary-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px
}

.career-detail-summary-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 20px;
    margin-top: 2px
}

.career-detail-summary-content {
    flex: 1
}

.career-detail-summary-label {
    font-size: 13px;
    font-weight: var(--fw-label);
    color: #9ca3af;
    margin-bottom: 2px
}

.career-detail-summary-value {
    margin-top: 0;
    font-size: 16px;
    font-weight: var(--fw-title);
    color: #1f2937
}

.career-detail-apply {
    width: 100%;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 9999px;
    border: 0;
    background: #053b5d;
    color: #fff;
    font-weight: var(--fw-title);
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 10px 25px -10px rgba(5, 59, 93, .5);
    transition: transform .15s ease, box-shadow .15s ease
}

.career-detail-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px -12px rgba(5, 59, 93, .6);
    color: #fff
}

.career-detail-share {
    margin-top: 28px;
    padding-top: 0;
    border-top: 0
}

.career-detail-share-label {
    font-size: 13px;
    font-weight: var(--fw-label);
    color: #6b7280;
    margin-bottom: 8px
}

.career-detail-share-icons {
    display: flex;
    gap: 10px
}

.career-detail-share-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff
}

.career-detail-share-icon.wa {
    background: #22c55e
}

.career-detail-share-icon.in {
    background: #0a66c2
}

.career-detail-share-icon.gm {
    background: #ef4444
}

.career-detail-reco {
    position: relative;
    background: #dff1f5;
    padding: 80px 0 100px
}

.career-detail-reco-title {
    text-align: center;
    margin: 0 0 32px;
    font-weight: var(--fw-title);
    color: #053b5d;
    font-size: 22px
}

.career-detail-reco-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 40px)/ 3);
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 24px;
    scrollbar-width: none
}

.career-detail-reco-track::-webkit-scrollbar {
    display: none
}

.career-detail-reco-card {
    scroll-snap-align: start;
    display: block;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, .05);
    padding: 24px;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, .1);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.career-detail-reco-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(15, 23, 42, .15)
}

.career-detail-reco-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 9999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 11px;
    font-weight: var(--fw-action);
    margin-bottom: 12px;
    align-self: flex-start
}

.career-detail-reco-name {
    color: #111827;
    font-weight: var(--fw-title);
    font-size: 16px;
    margin-bottom: 8px
}

.career-detail-reco-sub {
    color: #6b7280;
    font-weight: var(--fw-label);
    font-size: 12px
}

.career-detail-reco-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 18px
}

.career-detail-reco-arrow {
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    border: 0;
    background: #f79526;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.career-detail-reco-dots {
    display: flex;
    gap: 8px
}

.career-detail-reco-dot-btn {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    border: 0;
    background: #d1d5db;
    padding: 0;
    cursor: pointer
}

.career-detail-reco-dot-btn.active {
    background: #f79526
}

.career-detail-reco-wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none
}

.career-detail-reco-wave svg {
    height: 80px;
    width: 100%;
    display: block
}

@media (max-width:991px) {
    .career-detail-hero {
        padding: 120px 0 120px
    }

    .career-detail-summary {
        margin-top: 0
    }

    .career-detail-content-wrap {
        padding-top: 0
    }

    .career-detail-reco-track {
        grid-auto-columns: calc((100% - 28px)/ 2);
        gap: 18px
    }
}

@media (max-width:575px) {
    .career-detail-hero {
        padding: 92px 0 56px
    }

    .career-detail-title {
        font-size: 22px;
        line-height: 1.15
    }

    .career-detail-badge {
        font-size: 11px;
        padding: 6px 10px
    }

    .career-detail-intro {
        font-size: 12px
    }

    .career-detail-section-title {
        font-size: 14px
    }

    .career-detail-reco {
        padding: 56px 0 54px
    }

    .career-detail-reco-track {
        grid-auto-flow: column;
        grid-template-rows: repeat(3, auto);
        grid-auto-columns: 100%;
        gap: 12px;
        padding-inline: 8px
    }

    .career-detail-badges {
        margin-bottom: 20px
    }
}

.ib-footer-container {
    position: relative;
    padding: 1.5rem 0 3rem
}

.ib-footer-illustration {
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.ib-footer-illustration-left {
    left: 57px;
    bottom: 230px;
    width: 190px;
    opacity: .95
}

.ib-footer-illustration-right {
    right: 0;
    top: 0;
    width: clamp(220px, 28vw, 350px);
    opacity: .95
}

.ib-footer-illustration-bottom {
    right: 0;
    bottom: 240px;
    width: 300px;
    opacity: .95
}

.ib-footer-promo-desktop {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 64px
}

.ib-footer-promo-desktop .ib-footer-illustration {
    position: static
}

.ib-footer-promo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0 10px
}

.ib-footer-promo-mobile .ib-footer-illustration {
    position: static
}

.ib-footer-top--desktop {
    display: grid;
    grid-template-columns: 3fr 30px;
    gap: 40px;
    align-items: start;
    margin-bottom: 100px
}

.ib-footer-top--mobile {
    display: none
}

.ib-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px
}

.ib-footer-links-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px
}

.ib-footer-links-row+.ib-footer-links-row {
    margin-top: 28px
}

.ib-footer-title {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: var(--fw-title);
    color: #fff
}

.ib-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px
}

.ib-footer-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.ib-footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.45;
    font-weight: var(--fw-description)
}

.ib-footer-link:hover {
    color: #fff
}

.ib-footer-link--soon {
    color: rgba(255, 255, 255, .55)
}

.ib-footer-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 9999px;
    background: rgba(209, 213, 219, .72);
    color: rgba(17, 24, 39, .92);
    font-weight: var(--fw-title);
    font-size: 11px;
    white-space: nowrap
}

.ib-footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, .18);
    margin: 28px 0
}

.ib-footer-community {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px
}

.ib-footer-community-title {
    font-size: 18px;
    font-weight: var(--fw-title);
    color: rgba(255, 255, 255, .98);
    margin: 0 0 6px
}

.ib-footer-community-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .78);
    max-width: 660px
}

.ib-footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #f79526 0, #ab5409 100%);
    color: #fff;
    text-decoration: none;
    font-weight: var(--fw-title);
    min-width: 170px;
    box-shadow: 0 14px 34px -22px rgba(247, 149, 38, .9)
}

.ib-footer-cta:hover {
    filter: brightness(1.02);
    color: #fff
}

.ib-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "copy social stores";
    gap: 22px;
    align-items: center
}

.ib-footer-copy {
    grid-area: copy
}

.ib-footer-social {
    grid-area: social
}

.ib-footer-stores {
    grid-area: stores
}

.ib-footer-copy {
    font-size: 13px;
    color: rgba(255, 255, 255, .65)
}

.ib-footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center
}

.ib-footer-social-link {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .85);
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .22);
    text-decoration: none
}

.ib-footer-social-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08)
}

.ib-footer-stores {
    display: flex;
    gap: 10px;
    justify-content: flex-end
}

.ib-footer-store {
    display: inline-flex;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 2px;
    background: rgba(0, 0, 0, .62)
}

.ib-footer-store img {
    height: 40px;
    width: auto;
    display: block
}

@media (max-width:991px) {
    .ib-footer-container {
        padding: 1.2rem 0 3rem
    }

    .ib-footer-top--desktop {
        display: none
    }

    .ib-footer-top--mobile {
        display: block
    }
}

@media (max-width:575px) {
    .ib-footer-container {
        padding: 1.2rem 0 2.5rem
    }

    .ib-footer-container {
        padding-inline: 22px !important
    }

    .ib-footer-title {
        font-size: 16px;
        margin-bottom: 12px
    }

    .ib-footer-link {
        font-size: 13px
    }

    .ib-footer-illustration-bottom {
        width: min(78vw, 240px)
    }

    .ib-footer-community {
        flex-direction: column;
        align-items: flex-start
    }

    .ib-footer-hashtag {
        display: block
    }

    .ib-footer-cta {
        align-self: flex-end;
        font-size: clamp(12px, 3.2vw, 13px);
        padding: 8px clamp(14px, 5vw, 18px);
        min-width: clamp(116px, 40vw, 150px)
    }

    .ib-footer-bottom {
        grid-template-columns: 1fr auto;
        grid-template-areas: "stores stores" "copy social";
        row-gap: 16px
    }

    .ib-footer-stores {
        width: 100%;
        justify-content: center
    }

    .ib-footer-social {
        justify-content: flex-end
    }

    .ib-footer-social-link {
        border: none
    }

    .ib-footer-copy {
        font-size: 10px
    }

    .ib-footer-store img {
        height: 38px
    }
}

@media (max-width:767px) {
    .ib-modal-dialog {
        width: min(360px, calc(100% - 32px))
    }

    .ib-modal-card {
        border-radius: 22px
    }

    .ib-modal-wave {
        height: 84px
    }

    .ib-modal-body {
        padding: 66px 18px 70px;
        text-align: center
    }

    .ib-modal-head {
        justify-content: center;
        flex-direction: row;
        gap: 10px
    }

    .ib-modal-icon {
        width: 40px;
        height: 40px
    }

    .ib-modal-title {
        font-size: 16px;
        letter-spacing: .35px
    }

    .ib-modal-text {
        margin-inline: auto;
        font-size: 13px
    }

    .ib-modal-btn {
        padding: 10px 18px;
        font-size: 13px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-avenir);
    font-weight: var(--fw-title);
    color: var(--color-primary)
}

.font-extrabold {
    font-weight: var(--fw-title) !important
}

.font-black {
    font-weight: var(--fw-title) !important
}

.section-title {
    font-size: clamp(1.75rem, 2.5vw, 2.5rem);
    font-weight: var(--fw-title);
    color: var(--color-primary);
    margin-bottom: 1rem;
    text-align: center
}

.section-heading {
    margin-bottom: 3rem
}

.section-intro {
    font-size: clamp(.95rem, 1.2vw, 1.125rem);
    font-weight: var(--fw-description);
    color: var(--color-text-body);
    text-align: center;
    max-width: 1000px;
    margin: 0 auto
}

.ib-card {
    background: #fff;
    border-radius: var(--radius-card);
    padding: 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .02)
}

.job-card {
    padding: 1.25rem 1.5rem;
    border: 1px solid #e7e7e7;
    border-radius: 1.25rem
}

.job-card-mobile {
    padding: 1.25rem 1.25rem;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    box-shadow: 0 10px 24px -14px rgba(0, 0, 0, .18)
}

.job-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px
}

.job-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbd5e1
}

.job-dots .dot.active {
    background: var(--color-primary)
}

.ib-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1.25rem;
    border-radius: 50rem;
    font-weight: var(--fw-action);
    font-size: .85rem
}

.badge-blue {
    background: #dff1f5;
    color: #053b5d
}

.badge-teal {
    background: #dcf5f0;
    color: #00706e
}

.badge-open {
    background: #16a34a;
    color: #fff;
    border-radius: 50rem;
    padding: .25rem .75rem;
    font-weight: var(--fw-action);
    font-size: .8rem
}

.job-title {
    font-weight: var(--fw-title);
    font-size: 1.25rem;
    color: var(--color-primary);
    margin-bottom: .25rem
}

.job-title {
    font-weight: var(--fw-title);
    font-size: clamp(1.125rem, 1.2vw, 1.25rem);
    color: var(--color-primary);
    margin-bottom: .25rem
}

.job-meta {
    color: var(--color-text-muted);
    font-size: clamp(.875rem, 1vw, .95rem)
}

.meta-sep {
    display: inline-block;
    width: 1px;
    height: .9em;
    background: #e5e7eb;
    margin: 0 .5rem;
    vertical-align: -.1em
}

.truncate-one {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.hero-section {
    background: linear-gradient(100deg, #053b5d 40%, #f79526 140%);
    padding: 8rem 0 6rem;
    position: relative;
    overflow: hidden
}

.hero-rotator {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 740px;
    height: 450px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%)
}

.hero-rotator-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    opacity: 0;
    transition: opacity .7s ease;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .22))
}

.hero-rotator-img.is-active {
    opacity: 1
}

.navbar.blur-rounded .nav-link {
    font-size: 16px;
    font-weight: var(--fw-description);
    color: #3b3b3b !important
}

.navbar.blur-rounded .navbar-toggler {
    border: 0
}

.btn-join-mobile-top {
    background: #f79526;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: .65rem 1.25rem;
    font-weight: var(--fw-label);
    font-size: 12px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px
}

.btn-join-mobile-top:hover {
    background: #ea580c;
    color: #fff
}

.hero-title-large {
    font-weight: var(--fw-title);
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1.5rem
}

.hero-title-small {
    font-weight: var(--fw-title);
    font-size: clamp(1rem, 1.5vw, 1.375rem);
    color: #f79526
}

.hero-subtitle {
    font-size: clamp(1rem, 1.4vw, 1.1875rem);
    color: rgba(255, 255, 255, .9);
    font-weight: var(--fw-description)
}

.hero-search-container {
    background: #fff;
    border-radius: 2.5rem;
    padding: 2rem;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, .1);
    margin-top: -6rem;
    position: relative;
    z-index: 10;
    border: 1px solid #f0f0f0
}

.search-input-group {
    position: relative
}

.search-input-group .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af
}

.search-input {
    border: 1px solid #e7e7e7;
    border-radius: 50px !important;
    height: 48px;
    padding-left: 44px
}

.search-input::placeholder {
    color: #9ca3af
}

.filter-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border: 1px solid #e7e7e7;
    border-radius: 9999px;
    background: #fafbfc;
    color: #4a5568;
    font-weight: var(--fw-description);
    padding: 10px 16px
}

.filter-pill i {
    color: #9ca3af
}

.filter-select-wrap {
    position: relative
}

.filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 48px;
    border: 1px solid #e7e7e7;
    border-radius: 9999px;
    background: #fafbfc;
    color: #4a5568;
    font-weight: var(--fw-description);
    padding: 10px 40px 10px 16px;
    outline: 0
}

.filter-select:focus {
    border-color: rgba(11, 108, 143, .45);
    box-shadow: none
}

.filter-select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none
}

.recruitment-section,
.values-section {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 5rem;
    padding: 3rem 0;
    background-color: var(--color-bg-muted)
}

.recruitment-section::before,
.values-section::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: inherit;
    z-index: -1;
    pointer-events: none;
    top: -40px;
    -webkit-clip-path: ellipse(75% 100% at 50% 100%);
    clip-path: ellipse(75% 100% at 50% 100%)
}

.recruitment-section::after,
.values-section::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: inherit;
    z-index: -1;
    pointer-events: none;
    bottom: -40px;
    -webkit-clip-path: ellipse(75% 100% at 50% 0%);
    clip-path: ellipse(75% 100% at 50% 0%)
}

.value-card {
    background: 0 0;
    border: 1.5px solid rgba(13, 59, 102, .35);
    border-radius: 1.5rem;
    padding: 2rem 1rem;
    text-align: center;
    height: 100%;
    min-height: 280px;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.value-card:hover {
    background: var(--color-primary);
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--color-primary)
}

.value-circle {
    width: 90px;
    height: 90px;
    border: 2px solid rgba(13, 59, 102, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: var(--fw-title);
    color: var(--color-primary);
    background: 0 0;
    margin-bottom: 1.25rem
}

.value-circle {
    width: 90px;
    height: 90px;
    border: 2px solid rgba(13, 59, 102, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2rem, 2vw, 2.8125rem);
    font-weight: var(--fw-title);
    color: var(--color-primary);
    background: 0 0;
    margin-bottom: 1.25rem
}

.value-title {
    color: #f79526;
    font-weight: var(--fw-title);
    font-size: clamp(1.3rem, 1.1vw, 1.2rem);
    margin-bottom: .5rem
}

.value-caption {
    color: var(--color-text-muted);
    font-size: clamp(.85rem, 1vw, .95rem)
}

.value-desc {
    color: #fff;
    font-size: clamp(.95rem, 1vw, 1rem);
    line-height: 1.6
}

.value-content-default,
.value-content-hover {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.value-content-hover {
    display: none
}

.value-card:hover .value-content-default {
    display: none
}

.value-card:hover .value-content-hover {
    display: flex
}

.value-card:hover .value-circle {
    background: #eaf5fb;
    border-color: #fff;
    color: var(--color-primary)
}

.value-card:hover .value-title {
    color: #fff
}

.value-card:hover .value-caption {
    color: #fff;
    opacity: .85
}

.value-badge {
    width: 70px;
    height: 70px;
    border: 2px solid var(--color-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: var(--fw-title);
    color: var(--color-secondary);
    margin-bottom: 1.5rem;
    background: #fff
}

.value-card:hover .value-badge {
    background: #fff;
    border-color: #fff;
    color: var(--color-primary)
}

.value-subheading {
    font-weight: var(--fw-title);
    font-size: 1.2rem;
    margin-bottom: .5rem
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem
}

.testimonial-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1
}

.testimonial-dots .dot.active {
    background: var(--color-primary)
}

.testimonials-scroll {
    overflow-x: auto;
    padding-bottom: .25rem;
    scrollbar-width: none
}

.testimonials-scroll::-webkit-scrollbar {
    display: none
}

.testimonials-track {
    display: flex;
    gap: 28px;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 10px
}

.testimonial-card {
    scroll-snap-align: start;
    min-width: 360px;
    max-width: 420px;
    background: linear-gradient(90deg, #0b6c8f 0, #053b5d 90%);
    color: #fff;
    border-radius: 28px;
    padding: 32px 32px 26px;
    position: relative
}

.testimonial-quote {
    position: absolute;
    top: 14px;
    left: 22px;
    font-size: 44px;
    font-weight: var(--fw-title);
    opacity: .25;
    line-height: 1
}

.testimonial-text {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 150px
}

.testimonial-more {
    border: 0;
    background: 0 0;
    color: rgba(255, 255, 255, .92);
    font-weight: var(--fw-action);
    padding: 0;
    margin: -10px 0 22px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.testimonial-more::after {
    content: "›";
    font-size: 18px;
    line-height: 1;
    opacity: .9
}

.testimonial-card.is-expanded .testimonial-more::after {
    content: ""
}

.testimonial-more:hover {
    color: #fff
}

.testimonial-card.is-expanded .testimonial-text {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
    max-height: none;
    padding-right: 0
}

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 12px
}

.testimonial-avatar-wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block
}

.testimonial-name {
    font-weight: var(--fw-title);
    font-size: 15px
}

.testimonial-role {
    font-size: 13px;
    opacity: .85
}

.testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 2rem
}

.testimonials-nav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #0d3b66;
    background: 0 0;
    color: #0d3b66;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.testimonials-nav-btn:disabled {
    opacity: .45;
    cursor: not-allowed
}

.testimonials-nav-btn:disabled:hover {
    background: 0 0;
    color: #0b6c8f
}

.gallery-mobile-scroll {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.gallery-mobile-scroll::-webkit-scrollbar {
    display: none
}

.gallery-mobile-track {
    display: flex
}

.gallery-mobile-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding: 0 12px
}

.gallery-mobile-stack {
    display: grid;
    gap: 14px
}

.gallery-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px
}

.gallery-dot {
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    border: 0;
    padding: 0;
    background: #cbd5e1
}

.gallery-dot.active {
    background: #0b6c8f
}

.testimonials-nav-btn:hover {
    background: #0d3b66;
    color: #fff
}

@media (max-width:991px) {
    .testimonials-track {
        padding-inline: 8px
    }

    .testimonial-card {
        min-width: 82%;
        max-width: 82%
    }
}

@media (max-width:767px) {
    .section-heading {
        margin-bottom: 2rem
    }
}

.department-card {
    height: 350px;
    border-radius: var(--radius-card);
    background-color: var(--color-primary);
    background-image: url('https://coresg-normal.trae.ai/api/ide/v1/text_to_image?prompt=modern%20office%20department%20team%20working%20together&image_size=landscape_4_3');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow-card)
}

.recruitment-section .section-title {
    margin-bottom: 2.5rem
}

.recruitment-grid {
    position: relative;
    height: 330px;
    padding: 0 0 1.5rem;
    max-width: 1100px;
    margin: 0 auto
}

.recruitment-connectors {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none
}

.recruit-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 20%;
    position: absolute
}

.step-1 {
    left: 0;
    top: 30px
}

.step-2 {
    left: 20%;
    top: 170px
}

.step-3 {
    left: 40%;
    top: 30px
}

.step-4 {
    left: 60%;
    top: 170px
}

.step-5 {
    left: 80%;
    top: 30px
}

.recruit-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    background: #f79526;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 14px 24px -18px rgba(0, 0, 0, .35)
}

.recruit-card {
    width: 210px;
    background: #fff7ee;
    border: 2px solid #f79526;
    border-radius: 18px;
    padding: 16px 16px;
    text-align: center;
    box-shadow: 0 14px 30px -22px rgba(0, 0, 0, .35)
}

.recruit-text {
    color: #3b3b3b;
    font-weight: var(--fw-action);
    font-size: 16px;
    line-height: 1.35
}

@media (max-width:991px) {
    .recruitment-mobile {
        max-width: 520px;
        margin: 0 auto
    }

    .recruitment-row {
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: 14px;
        align-items: center;
        margin-bottom: 18px;
        position: relative
    }

    .recruitment-num {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #f79526;
        color: #fff;
        font-weight: var(--fw-title);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        justify-self: center
    }

    .recruitment-row:not(.is-last) .recruitment-num::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 75px;
        background: repeating-linear-gradient(to bottom, #f79526 0 6px, transparent 6px 12px)
    }

    .recruitment-row:not(.is-last) .recruitment-num::before {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(100% + 70px);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #f79526
    }

    .recruitment-card {
        background: #fff7ee;
        border: 2px solid #f79526;
        border-radius: 18px;
        padding: 18px 16px;
        text-align: center;
        box-shadow: 0 14px 30px -22px rgba(0, 0, 0, .35)
    }

    .recruitment-card-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #f79526;
        margin: 0 auto 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 26px
    }

    .recruitment-card-text {
        color: #3b3b3b;
        font-weight: var(--fw-action);
        font-size: 12px;
        line-height: 1.35
    }
}

.departments-section {
    background: #fff;
    padding: 5rem 0
}

.dept-card {
    position: relative;
    height: 220px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 16px 34px -22px rgba(0, 0, 0, .35);
    cursor: pointer
}

.dept-card:focus-visible {
    outline: 3px solid rgba(11, 108, 143, .45);
    outline-offset: 4px
}

.dept-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02)
}

.dept-face {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 280ms ease, transform 280ms ease
}

.dept-front {
    opacity: 1;
    transform: translateY(0)
}

.dept-detail {
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none
}

.dept-card.is-active .dept-front {
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none
}

.dept-card.is-active .dept-detail {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

@media (hover:hover) and (pointer:fine) {
    .dept-card:hover .dept-front {
        opacity: 0;
        transform: translateY(-6px);
        pointer-events: none
    }

    .dept-card:hover .dept-detail {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto
    }

    .dept-card:hover .dept-icon {
        opacity: 0
    }
}

.dept-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 59, 93, .75) 0, rgba(5, 59, 93, .55) 45%, rgba(5, 59, 93, .45) 100%)
}

.dept-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .9);
    color: rgba(255, 255, 255, .95);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--fw-title);
    z-index: 1;
    background: 0 0
}

.dept-card.is-active .dept-icon {
    opacity: 0
}

.dept-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: calc(100% - 72px)
}

.dept-detail-content {
    width: calc(100% - 72px);
    text-align: center
}

.dept-detail-text {
    color: rgba(255, 255, 255, .95);
    font-weight: var(--fw-label);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px
}

.dept-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 9999px;
    background: #fff;
    color: #053b5d;
    font-weight: var(--fw-title);
    font-size: 13px;
    text-decoration: none;
    border: 0
}

.dept-detail-btn:hover {
    color: #053b5d;
    filter: brightness(.98)
}

.dept-title {
    color: #fff;
    font-weight: var(--fw-title);
    font-size: clamp(1.35rem, 1.8vw, 1.65rem);
    margin: 0 0 .35rem
}

.dept-count {
    color: #f79526;
    font-weight: var(--fw-title);
    font-size: 1.05rem;
    margin: 0
}

@media (max-width:767px) {
    .dept-card {
        height: 250px
    }

    .dept-content {
        width: calc(100% - 56px)
    }
}

.benefits-section {
    background: #fff;
    padding: 5rem 0
}

.testimonials-section {
    background: #fff;
    padding: 5rem 0
}

.gallery-section {
    background: #fff;
    padding: 5rem 0 !important;
    margin-bottom: 0 !important
}

@media (max-width:767px) {

    .benefits-section,
    .departments-section,
    .gallery-section,
    .testimonials-section {
        padding: 3.5rem 0 !important
    }
}

.benefits-carousel {
    margin: 0 auto
}

.benefits-carousel .carousel-inner {
    overflow: visible;
    margin: 0 -14px
}

.benefits-carousel .carousel-item {
    padding: 0 14px
}

.benefits-card {
    display: flex;
    border-radius: 26px;
    height: 300px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto
}

.benefits-content {
    position: relative;
    flex: 0 0 55%;
    padding: 48px 52px;
    color: #fff;
    background: linear-gradient(90deg, #0b6c8f 0, #053b5d 85%);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.benefits-title {
    font-weight: var(--fw-title);
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    margin: 0 0 12px;
    color: #fff
}

.benefits-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .92);
    max-width: 420px
}

.benefits-image {
    position: relative;
    flex: 1;
    min-height: 320px
}

.benefits-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.benefits-control {
    width: 44px;
    height: 44px;
    border: 0;
    background: 0 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.benefits-control:focus {
    outline: 0
}

.benefits-control:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .8);
    outline-offset: 4px;
    border-radius: 10px
}

.benefits-control:hover {
    background: 0 0;
    color: rgba(255, 255, 255, .95)
}

.benefits-content .benefits-control-desktop {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.benefits-image .benefits-control-desktop {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.benefits-controls {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between
}

.benefits-indicators {
    position: static;
    margin: 14px 0 0;
    gap: 8px
}

.benefits-indicators [data-bs-target] {
    width: 16px;
    height: 4px;
    border-radius: 9999px;
    border: 0;
    background: #d1d5db;
    opacity: 1
}

.benefits-indicators .active {
    width: 28px;
    background: #053b5d
}

@media (max-width:991px) {
    .benefits-carousel {
        overflow: hidden
    }

    .benefits-card {
        flex-direction: column
    }

    .benefits-card {
        height: 460px
    }

    .benefits-image {
        order: -1;
        height: 220px;
        min-height: 220px
    }

    .benefits-content {
        flex: 1;
        padding: 24px 72px 30px;
        text-align: center;
        background: linear-gradient(180deg, #0b6c8f 0, #053b5d 85%);
        --benefits-controls-top: 58px
    }

    .benefits-desc {
        max-width: none
    }

    .benefits-desc {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .benefits-carousel .carousel-inner {
        overflow: visible;
        margin: 0
    }

    .benefits-carousel .carousel-item {
        padding: 0 10px
    }

    .benefits-card {
        width: 100%;
        max-width: 360px
    }

    .benefits-controls {
        top: var(--benefits-controls-top);
        transform: translateY(-50%)
    }
}

.department-overlay {
    background: linear-gradient(180deg, rgba(13, 59, 102, .2) 0, rgba(13, 59, 102, .95) 100%);
    position: absolute;
    inset: 0
}

.department-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem;
    z-index: 2
}

.steps-connector {
    position: absolute;
    top: 35px;
    left: 5%;
    right: 5%;
    border-top: 3px dashed var(--color-secondary);
    z-index: 0;
    opacity: .5
}

.step-item {
    position: relative;
    z-index: 1
}

.dept-hero-section {
    background: #053b5d;
    padding: 8rem 0 6rem;
    position: relative;
    overflow: hidden
}

.dept-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .55
}

.dept-hero-copy {
    position: relative;
    padding-bottom: 3rem;
    color: #fff
}

.dept-hero-title {
    font-weight: var(--fw-title);
    font-size: clamp(2.4rem, 3.3vw, 2.9rem);
    color: #fff;
    margin-bottom: .5rem
}

.dept-hero-subtitle {
    color: rgba(255, 255, 255, .92);
    font-size: 1rem;
    max-width: 640px
}

.dept-list-wrapper {
    position: relative;
    z-index: 3;
    margin-top: -80px;
    margin-bottom: 60px
}

.dept-list-card {
    background: linear-gradient(180deg, #fff 60%, rgba(255, 255, 255, 0) 100%);
    border-radius: 32px;
    padding: 32px 32px 0;
    margin-bottom: 100px
}

.dept-list-heading {
    margin-bottom: 24px
}

.dept-list-title {
    font-size: 1.1rem;
    font-weight: var(--fw-title);
    color: #053b5d
}

.dept-navtabs {
    display: inline-flex;
    padding: 4px;
    border-radius: 9999px;
    background: #e4f1f7;
    gap: 4px;
    margin-bottom: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.dept-navtabs::-webkit-scrollbar {
    display: none
}

.dept-navtab {
    border: none;
    border-radius: 9999px;
    padding: 10px 28px;
    font-size: .9rem;
    font-weight: var(--fw-action);
    background: 0 0;
    color: #0b6c8f;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease
}

.dept-navtab.is-active {
    background: linear-gradient(90deg, #0b6c8f 0, #053b5d 100%);
    color: #fff;
    box-shadow: 0 10px 25px -12px rgba(15, 23, 42, .5)
}

.dept-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px
}

.dept-list-mobile .dept-card {
    box-shadow: 0 16px 32px -24px rgba(15, 23, 42, .55)
}

.dept-detail-positions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center
}

.dept-detail-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .95);
    font-size: 11px;
    font-weight: var(--fw-label)
}

.dept-detail-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 9999px;
    border: 0;
    background: linear-gradient(90deg, #0b6c8f 0, #053b5d 100%);
    color: #fff;
    font-size: .85rem;
    font-weight: var(--fw-title);
    text-decoration: none;
    transition: transform 160ms ease, filter 160ms ease
}

.dept-detail-primary-btn:hover {
    color: #fff;
    filter: brightness(1.03);
    transform: translateY(-1px)
}

.dept-detail-primary-btn i {
    font-size: .9em;
    transition: transform 160ms ease
}

.dept-detail-primary-btn:hover i {
    transform: translateX(2px)
}

@media (max-width:1199px) {
    .dept-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:991px) {
    .dept-hero-section {
        height: 400px;
        border-radius: 0 0 28px 28px
    }

    .dept-hero-copy {
        padding-bottom: 2rem
    }

    .dept-list-card {
        margin-top: 0;
        border-radius: 26px;
        padding: 22px 20px 0
    }

    .dept-navtabs {
        width: auto;
        justify-content: flex-start;
        white-space: nowrap
    }

    .dept-navtab {
        flex: 0 0 auto;
        padding-inline: 18px;
        font-size: .85rem
    }
}

@media (max-width:575px) {
    .career-list-page {
        background: #f1f5f9
    }

    .dept-hero-section {
        height: 450px
    }

    .dept-list-wrapper {
        margin-bottom: 40px
    }

    .dept-list-card {
        margin-top: 30px;
        border-radius: 24px;
        padding: 20px 18px 0
    }

    .dept-list-heading {
        margin-bottom: 18px
    }

    .dept-list-title {
        font-size: 20px;
        font-weight: var(--fw-title);
        letter-spacing: -.2px;
        line-height: 1.25;
        color: #053b5d;
        margin: 0
    }

    .dept-navtabs {
        width: 100%;
        background: linear-gradient(90deg, #eaf5fb 0, #dceff7 100%);
        border: 1px solid rgba(5, 59, 93, .08);
        box-shadow: 0 14px 30px -24px rgba(15, 23, 42, .45);
        padding: 6px;
        overflow-x: hidden;
        gap: 6px
    }

    .dept-navtab {
        flex: 1 1 0;
        min-width: 0;
        padding: 12px 14px;
        font-size: 13px;
        font-weight: var(--fw-title);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 9999px;
        color: #0b6c8f
    }

    .dept-navtab.is-active {
        box-shadow: 0 16px 34px -22px rgba(15, 23, 42, .65)
    }
}

.career-vacancy-page {
    background: #fff
}

.career-vacancy-hero {
    position: relative;
    padding: 150px 0 130px;
    overflow: hidden
}

.career-vacancy-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02)
}

.career-vacancy-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(95deg, rgba(5, 59, 93, .78) 0, rgba(5, 59, 93, .62) 55%, rgba(247, 149, 38, .46) 100%)
}

.career-vacancy-hero-inner {
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 860px
}

.career-vacancy-title {
    margin: 0 0 14px;
    font-weight: var(--fw-title);
    letter-spacing: -.6px;
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    color: #fff
}

.career-vacancy-subtitle {
    margin: 0 auto;
    max-width: 760px;
    font-size: clamp(.95rem, 1.4vw, 1.06rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, .9)
}

.career-vacancy-hero-curve {
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 180%;
    height: 220px;
    background: #fff;
    border-radius: 0;
    -webkit-mask: radial-gradient(150% 220px at 50% 0, transparent 97%, #000 98%);
    mask: radial-gradient(150% 220px at 50% 0, transparent 97%, #000 98%)
}

.career-vacancy-content {
    position: relative;
    padding: 0 0 90px
}

.career-filter-card {
    margin-top: -70px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 24px 55px -36px rgba(15, 23, 42, .55);
    border: 1px solid rgba(15, 23, 42, .06);
    padding: 20px 22px
}

.career-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px
}

.career-filter-title {
    margin: 0;
    font-weight: var(--fw-action);
    font-size: 15px;
    color: #053b5d
}

.career-filter-count {
    font-weight: var(--fw-label);
    font-size: 12px;
    color: rgba(17, 24, 39, .55)
}

.career-filter-selects {
    display: flex;
    gap: 10px
}

.career-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 14px 4px 18px;
    font-size: 12px
}

.career-bc-muted {
    color: rgba(17, 24, 39, .55);
    font-weight: var(--fw-action);
    font-size: 13px
}

.career-bc-sep {
    color: rgba(17, 24, 39, .35);
    font-size: 13px
}

.career-bc-active {
    color: #0d3b66;
    font-weight: var(--fw-title);
    font-size: 13px
}

.career-job-list {
    display: grid;
    gap: 14px
}

.career-job-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 18px;
    padding: 18px 18px;
    box-shadow: 0 18px 42px -34px rgba(15, 23, 42, .45);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease
}

.career-job-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 26px 60px -44px rgba(15, 23, 42, .55);
    border-color: rgba(11, 108, 143, .22)
}

.career-job-title {
    margin: 0 0 10px;
    font-weight: var(--fw-action);
    font-size: 15px;
    color: #053b5d
}

.career-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: rgba(17, 24, 39, .55);
    font-size: 12px;
    font-weight: var(--fw-action)
}

.career-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.career-meta-item i {
    color: var(--color-text-muted)
}

.career-job-action {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #0d3b66;
    color: #0d3b66;
    text-decoration: none;
    background: rgba(234, 245, 251, .25);
    transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease
}

.career-job-card:hover .career-job-action {
    background: rgba(11, 108, 143, .1);
    border-color: #0d3b66;
    transform: translateX(1px)
}

.career-pagination {
    display: flex;
    justify-content: center;
    margin-top: 22px
}

.ib-pagination {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.ib-page-link {
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(5, 59, 93, .55);
    color: #053b5d;
    text-decoration: none;
    font-weight: var(--fw-title);
    font-size: 12px;
    background: 0 0
}

.ib-page-link:hover {
    color: #053b5d;
    background: rgba(5, 59, 93, .06)
}

.ib-page-item.active .ib-page-link {
    border-color: transparent;
    background: #053b5d;
    color: #fff
}

.ib-page-item.disabled .ib-page-link {
    opacity: .35;
    cursor: not-allowed
}

.ib-page-ellipsis {
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(17, 24, 39, .45);
    font-weight: var(--fw-title)
}

@media (max-width:991px) {
    .career-vacancy-hero {
        padding: 120px 0 120px
    }

    .career-vacancy-hero-curve {
        height: 120px
    }

    .career-filter-card {
        margin-top: -62px;
        border-radius: 24px
    }

    .career-filter-selects {
        flex-direction: column
    }
}

@media (max-width:575px) {
    .career-vacancy-hero {
        padding: 92px 0 118px
    }

    .career-vacancy-hero-inner {
        text-align: left
    }

    .career-vacancy-title {
        font-size: 38px
    }

    .career-vacancy-subtitle {
        font-size: 14px;
        max-width: 340px;
        font-weight: var(--fw-label)
    }

    .career-vacancy-hero-curve {
        position: absolute;
        left: 50%;
        bottom: -1px;
        transform: translateX(-50%);
        width: 180%;
        height: 220px;
        background: #fff;
        border-radius: 0;
        -webkit-mask: radial-gradient(150% 220px at 50% 0, transparent 97%, #000 98%);
        mask: radial-gradient(150% 220px at 50% 0, transparent 97%, #000 98%)
    }

    .career-filter-card {
        margin-top: -56px;
        padding: 18px 16px;
        border-radius: 24px
    }

    .career-job-card {
        padding: 16px 14px;
        border-radius: 18px;
        align-items: flex-start
    }

    .career-job-title {
        font-size: 14px;
        margin-bottom: 8px
    }

    .career-job-action {
        width: 34px;
        height: 34px;
        margin-top: 4px
    }
}

.step-icon-wrapper {
    width: 70px;
    height: 70px;
    border: 2px solid var(--color-secondary);
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.5rem;
    color: var(--color-secondary);
    position: relative
}

.step-number {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    background: var(--color-secondary);
    color: #fff;
    border-radius: 50%;
    font-weight: var(--fw-action);
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff
}

.step-title {
    font-weight: var(--fw-action);
    color: var(--color-primary);
    font-size: 1rem
}

.benefit-card-container {
    background: var(--color-primary);
    border-radius: 2rem;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column
}

@media(min-width:992px) {
    .benefit-card-container {
        flex-direction: row
    }
}

.benefit-text-area {
    padding: 4rem;
    flex: 1
}

.benefit-image-area {
    flex: 1;
    min-height: 350px;
    background-image: url('https://coresg-normal.trae.ai/api/ide/v1/text_to_image?prompt=person%20typing%20on%20laptop%20close%20up%20office&image_size=landscape_4_3');
    background-size: cover;
    background-position: center;
    position: relative
}

.pre-footer-section {
    background: var(--color-footer-bg);
    padding: 8rem 0;
    color: #fff;
    text-align: center;
    position: relative
}

.pre-footer-section::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: var(--color-footer-bg);
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    transform: scaleX(1.5)
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem
}

@media (min-width:768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        gap: 2rem
    }
}

.footer h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: var(--fw-action);
    margin-bottom: 1.5rem
}

.footer a {
    display: block;
    color: #9ca3af;
    text-decoration: none;
    margin-bottom: .75rem;
    font-size: .9rem;
    transition: color .2s
}

.footer a:hover {
    color: var(--color-secondary)
}

.badge-orange {
    background: var(--color-secondary);
    color: #fff;
    border-radius: 4px;
    font-weight: var(--fw-action)
}

.lang-switch-mobile-wrapper .btn-outline-secondary {
    border-color: var(--color-secondary);
    color: var(--color-secondary)
}

.lang-switch-mobile-wrapper .btn-outline-secondary:hover {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    background: #ffe6d5
}

.lang-switch-mobile-wrapper .btn-outline-secondary.active {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff
}

@media (max-width:991px) {
    .hero-section {
        text-align: center
    }

    .hero-title-large {
        line-height: 1.2
    }

    .hero-search-container {
        margin-top: -2.5rem;
        padding: 1rem 1.25rem;
        border-radius: 24px
    }

    .search-input {
        height: 44px;
        background: #f9fafb
    }

    .filter-pill {
        height: 44px;
        background: #f3f4f6;
        font-size: 12px
    }

    .values-section .container {
        position: relative;
        z-index: 1
    }

    .values-mobile {
        margin-top: 1.25rem;
        position: relative
    }

    .values-mobile-panel {
        background: #eaf3fa;
        border: 2px solid rgba(13, 59, 102, .35);
        border-radius: 26px;
        padding: 22px 18px 18px;
        box-shadow: 0 18px 32px -18px rgba(0, 0, 0, .35)
    }

    .values-mobile-badges {
        display: flex;
        justify-content: center;
        gap: 14px;
        margin-bottom: 1.1rem
    }

    .values-mobile-badge {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #eaf3fa;
        color: var(--color-primary);
        font-weight: var(--fw-title);
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0
    }

    .values-mobile-badge.active {
        background: var(--color-primary);
        color: #fff;
        border-color: transparent
    }

    .values-nav {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: var(--color-primary);
        color: #fff;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-15%);
        z-index: 2
    }

    .values-nav-prev {
        left: -15px
    }

    .values-nav-next {
        right: -15px
    }

    .values-mobile-detail-body {
        text-align: center
    }

    .values-mobile-detail-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: .75rem
    }

    .values-mobile-detail-letter {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid rgba(13, 59, 102, .35);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: var(--fw-title);
        font-size: 20px;
        color: var(--color-primary);
        background: #fff
    }

    .values-mobile-detail-name {
        color: #f79526;
        font-weight: var(--fw-title);
        font-size: 1.5rem;
        line-height: 1.1
    }

    .values-mobile-detail-caption {
        color: var(--color-text-muted);
        font-size: .95rem;
        font-style: italic
    }

    .values-mobile-detail-desc {
        color: var(--color-primary);
        font-size: .95rem;
        line-height: 1.6
    }
}

.career-empty {
    padding: 60px 20px;
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.career-empty-title {
    font-size: 22px;
    font-weight: var(--fw-title);
    color: #053b5d;
    margin-bottom: 12px
}

.career-empty-desc {
    font-size: 16px;
    color: var(--color-secondary);
    margin-bottom: 32px;
    max-width: 800px;
    line-height: 1.6
}

.career-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #053b5d 0, #0a7cc3 100%);
    color: #fff;
    padding: 14px 32px;
    border-radius: 20px;
    font-weight: var(--fw-title);
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 14px 34px -22px rgba(13, 59, 102, .75);
    transition: all .3s ease
}

.career-empty-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px -18px rgba(13, 59, 102, .9);
    color: #fff;
    filter: brightness(1.05)
}

@media (max-width:575px) {
    .career-empty {
        padding: 60px 20px;
        margin-top: 20px
    }

    .career-empty-title {
        font-size: 18px
    }
}

.apply-header-section {
    background: linear-gradient(90deg, #053b5d 0, #006064 100%);
    padding: 120px 0 50px;
    position: relative;
    overflow: hidden
}

.apply-header-content {
    color: #fff;
    max-width: 800px
}

.apply-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 16px
}

.apply-breadcrumb a {
    color: rgba(255, 255, 255, .9);
    text-decoration: none
}

.apply-breadcrumb .sep {
    font-size: 10px;
    opacity: .5
}

.apply-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: var(--fw-title);
    margin-bottom: 16px;
    color: #fff;
    line-height: 1.2
}

.apply-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.apply-badge {
    background: rgba(255, 255, 255, .15);
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: var(--fw-label);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.apply-container {
    position: relative;
    margin-top: 20px;
    z-index: 10;
    padding-bottom: 80px
}

.apply-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(31, 55, 78, .12);
    border: 1px solid #e9eef3;
    overflow: hidden
}

.apply-card-header {
    padding: 24px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    display: flex;
    align-items: center;
    gap: 16px
}

.apply-step-icon {
    width: 40px;
    height: 40px;
    background: #053b5d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--fw-title);
    font-size: 14px;
    flex-shrink: 0
}

.apply-icon-circle {
    width: 40px;
    height: 40px;
    background: #eaf5fb;
    color: #053b5d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0
}

.apply-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: var(--fw-title);
    color: #053b5d
}

.apply-card-body {
    padding: 28px
}

.apply-desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0
}

.apply-label {
    font-size: 14px;
    font-weight: var(--fw-action);
    color: #374151;
    margin-bottom: 8px;
    display: block
}

.apply-input {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    font-size: 14px;
    color: #1f2937;
    transition: all .2s
}

.apply-input::placeholder {
    color: #9ca3af;
    opacity: 1
}

.apply-input:focus {
    border-color: #053b5d;
    box-shadow: 0 0 0 3px rgba(5, 59, 93, .1)
}

.apply-upload-box {
    border: 2px dashed #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .2s
}

.apply-upload-box:hover {
    border-color: #053b5d;
    background: #f9fafb
}

.apply-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    cursor: pointer;
    font-size: 14px
}

.apply-upload-label i {
    font-size: 24px;
    color: #9ca3af
}

.apply-hint {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px
}

.apply-btn-add {
    background: linear-gradient(180deg, #f79526 0, #d17609 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: var(--fw-action);
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(247, 149, 38, .25), inset 0 1px 0 rgba(255, 255, 255, .2);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s ease
}

.apply-btn-add:hover {
    background: linear-gradient(180deg, #ea580c 0, #c2410c 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(247, 149, 38, .35), inset 0 1px 0 rgba(255, 255, 255, .2)
}

.apply-list-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 24px;
    box-shadow: none;
    height: 100%
}

.apply-list-title {
    font-size: 16px;
    font-weight: var(--fw-title);
    color: #053b5d;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: none
}

.apply-empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px
}

.apply-empty-state i {
    font-size: 42px;
    margin-bottom: 16px;
    display: block;
    color: #94a3b8;
    opacity: 1
}

.apply-empty-state p {
    margin: 0;
    font-size: 14px;
    color: #94a3b8;
    font-weight: var(--fw-description);
    max-width: 200px;
    line-height: 1.5
}

.apply-list-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 12px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
    transition: all .2s
}

.apply-list-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
    transform: translateY(-1px)
}

.list-item-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0
}

.list-item-content {
    flex: 1;
    min-width: 0
}

.item-title {
    font-size: 14px;
    font-weight: var(--fw-action);
    color: #053b5d;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.item-subtitle {
    font-size: 12px;
    color: #64748b;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.item-meta {
    font-size: 11px;
    color: #94a3b8;
    margin: 0
}

.btn-remove {
    background: 0 0;
    border: none;
    color: #94a3b8;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    transition: color .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-remove:hover {
    color: #ef4444
}

.apply-btn-submit {
    background: #053b5d;
    color: #fff;
    font-weight: var(--fw-title);
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(5, 59, 93, .3);
    transition: transform .2s
}

.apply-btn-submit:hover {
    transform: translateY(-2px);
    color: #053b5d;
    box-shadow: 0 15px 30px rgba(5, 59, 93, .4);
    border: 2px solid #053b5d;
    background-color: #fff
}

.apply-confirm-icon {
    font-size: 64px;
    color: #053b5d
}

.apply-card-psycholog {
    border: 1px solid #e2e8f0;
    box-shadow: none !important;
    background: #fff;
    border-radius: 20px;
    padding: 32px
}

.apply-card-psycholog .apply-card-header {
    border-bottom: none;
    padding: 0 0 24px
}

.apply-card-psycholog .apply-card-body {
    padding: 0
}

.psy-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    margin-bottom: 0
}

.psy-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #eaf5fb;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    background: #fff
}

.psy-checkbox:checked {
    background-color: #053b5d;
    border-color: #053b5d;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

.psy-section-label {
    font-weight: var(--fw-title);
    font-size: 14px;
    color: #053b5d;
    margin-bottom: 16px;
    display: block
}

.psy-link {
    color: #053b5d;
    text-decoration: underline;
    font-weight: var(--fw-label)
}

.psy-desc {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.5
}

.apply-card-standard {
    border: 1px solid #e2e8f0;
    box-shadow: none !important;
    margin-bottom: 30px
}

.apply-mobile-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px
}

.apply-btn-primary {
    background: #f79526;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: var(--fw-action);
    font-size: 14px
}

.apply-btn-primary:hover {
    color: #fff;
    background: #ea580c
}

.apply-btn-outline {
    background: 0 0;
    color: #6b7280;
    border: 1px solid #d1d5db;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: var(--fw-action);
    font-size: 14px
}

.apply-btn-outline:hover {
    background: #f9fafb;
    color: #374151
}

@media (max-width:991px) {
    .apply-header-section {
        padding: 100px 0 80px;
        margin-bottom: 20px
    }

    .apply-container {
        margin-top: 0;
        padding-bottom: 40px
    }

    .apply-card,
    .apply-card-standard {
        border-radius: 18px;
        margin-bottom: 30px !important;
        margin-top: 0 !important;
        box-shadow: 0 6px 16px rgba(31, 55, 78, .12);
        border: 1px solid #e9eef3;
        background: #fff
    }

    .btn-close-white-custom {
        filter: invert(1);
        opacity: 1
    }

    .apply-card-body .row {
        --bs-gutter-y: 24px
    }

    .apply-step-group {
        padding-bottom: 10px
    }

    .apply-mobile-nav {
        margin-left: -16px;
        width: calc(100% + 32px)
    }

    .apply-list-card {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 24px;
        padding: 24px;
        box-shadow: none;
        height: 100%
    }
}

input[type=date] {
    -webkit-appearance: none;
    appearance: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer
}

.custom-input-group {
    align-items: stretch
}

.custom-input-group .form-control {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 48px
}

.custom-input-group .input-group-text {
    background-color: var(--color-bg-muted);
    border-left: 0;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    position: relative !important
}

.custom-input-group .input-group-text i {
    font-size: 16px;
    color: #0d3b66
}

.custom-input-group .form-control:focus {
    box-shadow: none;
    border-color: #ced4da
}

.custom-input-group .form-control:focus+.input-group-text {
    border-color: #ced4da
}

.apply-photo-preview {
    width: 60px;
    height: 60px
}

@media (min-width:992px) {
    .apply-photo-preview {
        width: 120px;
        height: 120px
    }
}

.apply-photo-preview {
    width: 60px;
    height: 60px
}

@media (min-width:992px) {
    .apply-photo-preview {
        width: 120px;
        height: 120px
    }
}

.form-control {
    color: #6c757d !important
}

/* Typography weight system:
   title/headline, description/body, label/badge, and action/button */
:is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    [class*="title"],
    [class*="heading"]
) {
    font-weight: var(--fw-title);
}

:is(
    [class*="subtitle"],
    [class*="intro"],
    [class*="desc"],
    [class*="meta"],
    [class*="-text"],
    .ib-footer-link,
    .navbar.blur-rounded .nav-link,
    .apply-empty-state p
) {
    font-weight: var(--fw-description);
}

:is(
    [class*="label"],
    [class*="badge"],
    [class*="pill"],
    [class*="count"]
) {
    font-weight: var(--fw-label);
}

:is(
    button,
    .btn,
    [class*="-btn"],
    [class*="cta"],
    [class*="navtab"],
    .career-detail-back,
    .ib-page-link,
    .ib-page-ellipsis
) {
    font-weight: var(--fw-action);
}

.fw-semibold { font-weight: var(--fw-label) !important; }
