/* Staff augmentation page — section system */

.staff-hero .page-hero-inner {
    padding-bottom: 3.5rem;
}

.staff-hero h1 {
    max-width: 920px;
}

.staff-hero-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 2.25rem;
    border: 1px solid #ffffff24;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff0c;
}

.staff-hero-points article {
    padding: 1.35rem 1.4rem;
    border-right: 1px solid #ffffff1f;
}

.staff-hero-points article:last-child {
    border-right: 0;
}

.staff-hero-points strong {
    display: block;
    margin-bottom: .45rem;
    color: #fff;
    font-size: .95rem;
}

.staff-hero-points span {
    display: block;
    color: #9eb6d4;
    font-size: .84rem;
    line-height: 1.5;
}

.staff-model-grid {
    margin-top: 2.75rem;
}

.staff-model-card {
    height: 100%;
    padding: 1.6rem;
    border: 1px solid #d5e1ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 36px #071d3b0a;
}

.staff-model-card small {
    display: block;
    margin-bottom: 1.4rem;
    color: #0a55cc;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .1em;
}

.staff-model-card h3 {
    margin-bottom: .7rem;
    font-size: 1.2rem;
}

.staff-model-card p {
    margin: 0;
    color: #5d6c7f;
    font-size: .95rem;
}

.staff-mid-cta {
    padding: 2.5rem 0;
    background: linear-gradient(135deg, #071d3b 0%, #0a2c5c 55%, #12407a 100%);
    color: #fff;
}

.staff-mid-cta h2 {
    max-width: 18ch;
    margin-bottom: .9rem;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 720;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.staff-mid-cta p:not(.eyebrow) {
    max-width: 52ch;
    margin: 0;
    color: #b9cbe2;
}

.staff-why-section {
    background: #f2f6fb;
}

.staff-why-intro h2 {
    max-width: 12ch;
    margin-bottom: 1rem;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 720;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.staff-why-intro > p:not(.eyebrow) {
    max-width: 34ch;
    color: #5d6c7f;
    font-size: 1.05rem;
}

.staff-why-list {
    border-top: 1px solid #c9d7e8;
}

.staff-why-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1.25rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid #c9d7e8;
}

.staff-why-num {
    color: #0a55cc;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 750;
    letter-spacing: -.06em;
    line-height: 1;
}

.staff-why-copy h3 {
    margin: 0 0 .4rem;
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 720;
    letter-spacing: -.03em;
    line-height: 1.25;
}

.staff-why-copy p {
    margin: 0;
    max-width: 58ch;
    color: #53657d;
    font-size: .95rem;
    line-height: 1.55;
}

.staff-workflow-section {
    background: #071d3b;
    color: #fff;
}

.staff-workflow-head {
    margin-bottom: 2rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid #ffffff24;
}

.staff-workflow-head h2 {
    max-width: 16ch;
    margin: 0;
    font-size: clamp(2.2rem, 4.2vw, 3.8rem);
    font-weight: 720;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.staff-workflow-nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ffffff24;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff0c;
}

.staff-workflow-nav a {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .95rem 1.1rem;
    border-bottom: 1px solid #ffffff1a;
    color: #c3d2e5;
    text-decoration: none;
    font-size: .92rem;
    font-weight: 650;
    transition: .2s ease;
}

.staff-workflow-nav li:last-child a {
    border-bottom: 0;
}

.staff-workflow-nav a:hover,
.staff-workflow-nav a:focus-visible {
    background: #ffffff14;
    color: #fff;
}

.staff-workflow-nav a span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #6fa7ff66;
    border-radius: 50%;
    color: #8fbbff;
    font-size: .68rem;
    font-weight: 850;
    flex-shrink: 0;
}

.staff-workflow-step {
    margin-bottom: 1.25rem;
    padding: 1.75rem;
    border: 1px solid #ffffff24;
    border-radius: 18px;
    background: #ffffff0c;
}

.staff-workflow-step-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.staff-workflow-step-num {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #6fa7ff66;
    border-radius: 50%;
    color: #8fbbff;
    font-size: .78rem;
    font-weight: 850;
    flex-shrink: 0;
}

.staff-workflow-step h3 {
    margin: 0;
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    font-weight: 720;
    letter-spacing: -.03em;
    line-height: 1.2;
}

.staff-workflow-step > p {
    margin: 0 0 1.25rem;
    color: #b9cbe1;
    font-size: 1rem;
    line-height: 1.7;
}

.staff-workflow-exchange {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.staff-workflow-exchange > div {
    padding: 1rem 1.1rem;
    border: 1px solid #ffffff1f;
    border-radius: 12px;
    background: #06172fd9;
}

.staff-workflow-exchange small {
    display: block;
    margin-bottom: .35rem;
    color: #7ea4d4;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.staff-workflow-exchange strong {
    display: block;
    color: #fff;
    font-size: .95rem;
    font-weight: 650;
    line-height: 1.45;
}

.staff-scenario-list article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 1.1rem;
    padding: 1.35rem 0;
    border-top: 1px solid #d5e1ef;
}

.staff-scenario-list article:last-child {
    border-bottom: 1px solid #d5e1ef;
}

.staff-scenario-list article > span {
    color: #0a55cc;
    font-size: .74rem;
    font-weight: 850;
}

.staff-scenario-list h3 {
    margin-bottom: .35rem;
    font-size: 1.12rem;
}

.staff-scenario-list p {
    margin: 0;
    color: #5d6c7f;
}

.staff-industry-card {
    height: 100%;
    min-height: 180px;
    padding: 1.4rem;
    border: 1px solid #d5e1ef;
    border-radius: 14px;
    background: #f8fbff;
}

.staff-industry-card h3 {
    margin-bottom: .65rem;
    font-size: 1.05rem;
}

.staff-industry-card p {
    margin: 0;
    color: #5d6c7f;
    font-size: .9rem;
}

.staff-model-fit {
    height: 100%;
    min-height: 220px;
    padding: 1.55rem;
    border: 1px solid #d5e1ef;
    border-radius: 16px;
    background: #fff;
}

.staff-model-fit small {
    display: block;
    margin-bottom: 1rem;
    color: #0a55cc;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.staff-model-fit h3 {
    margin-bottom: .65rem;
    font-size: 1.2rem;
}

.staff-model-fit p {
    margin: 0;
    color: #5d6c7f;
}

.staff-standards-card {
    height: 100%;
    padding: 1.45rem;
    border: 1px solid #d5e1ef;
    border-radius: 16px;
    background: #fff;
}

.staff-standards-card h3 {
    margin-bottom: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #e2eaf4;
    font-size: 1.05rem;
}

.staff-standards-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.staff-standards-card li {
    position: relative;
    padding: .45rem 0 .45rem 1rem;
    color: #53657d;
    font-size: .88rem;
}

.staff-standards-card li::before {
    content: "";
    position: absolute;
    top: .95rem;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1767ed;
}

@media (max-width: 991.98px) {
    .staff-hero-points {
        grid-template-columns: 1fr;
    }

    .staff-hero-points article {
        border-right: 0;
        border-bottom: 1px solid #ffffff1f;
    }

    .staff-hero-points article:last-child {
        border-bottom: 0;
    }

    .staff-why-row {
        grid-template-columns: 64px 1fr;
        gap: 1rem;
    }

    .staff-why-intro,
    .staff-workflow-nav {
        position: static;
    }

    .staff-workflow-exchange {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .staff-hero-points {
        margin-top: 2.4rem;
    }

    .staff-why-row {
        grid-template-columns: 1fr;
        gap: .65rem;
        padding: 1.5rem 0;
    }

    .staff-model-fit {
        min-height: 0;
    }

    .staff-workflow-step {
        padding: 1.25rem;
    }
}
