.sf-coaching,
.assess-wrap,
.coach-page,
.coach-profile,
.become-page,
.res-page {
    --sf-ink: #003f4f;
    --sf-ink-2: #07586a;
    --sf-soft: #f4fbfa;
    --sf-paper: #ffffff;
    --sf-line: #d9ece8;
    --sf-coral: #f49a86;
    --sf-coral-2: #ffe0d6;
    --sf-gold: #f6b15e;
    --sf-mint: #dff4ef;
    --sf-muted: #44636a;
    --sf-shadow: 0 18px 44px rgba(0, 63, 79, .11);
    background: var(--sf-soft);
    color: var(--sf-ink);
}

.sf-coaching .container,
.assess-wrap .container,
.coach-page .container,
.coach-profile .container,
.become-page .container,
.res-page .container {
    max-width: 1180px;
}

.sf-coaching .sf-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 58px;
    background:
        linear-gradient(90deg, rgba(244, 154, 134, .98) 0%, rgba(244, 154, 134, .92) 44%, rgba(255, 224, 214, .74) 100%),
        url("img/Coaching-and-Reskilling-img3.jpg") center right / cover no-repeat;
}

.sf-coaching .sf-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 84px;
    background: linear-gradient(180deg, rgba(244, 154, 134, 0), rgba(244, 251, 250, .92));
    pointer-events: none;
}

.sf-coaching .sf-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(330px, .84fr);
    gap: 48px;
    align-items: center;
}

.sf-coaching .sf-kicker,
.assess-wrap .sf-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border: 1px solid rgba(0, 63, 79, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .5);
    color: #063f4c;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px;
}

.sf-coaching .sf-title,
.assess-title,
.coach-head h1,
.profile-title,
.become-title,
.res-title {
    color: var(--sf-ink);
    font-size: clamp(38px, 5.1vw, 64px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 18px;
}

.sf-coaching .sf-lead {
    font-size: 21px;
    line-height: 1.55;
    color: #073f4d;
    max-width: 760px;
}

.sf-coaching .sf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
}

.sf-coaching .sf-btn,
.assess-btn,
.coach-btn,
.become-btn,
.res-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    border: 2px solid var(--sf-ink);
    border-radius: 8px !important;
    color: var(--sf-ink);
    background: #fff;
    font-weight: 850;
    text-decoration: none;
    line-height: 1.2;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sf-coaching .sf-btn:hover,
.assess-btn:hover,
.coach-btn:hover,
.become-btn:hover,
.res-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 63, 79, .12);
    background: #eff8f6;
    color: var(--sf-ink);
}

.sf-coaching .sf-btn-primary,
.assess-btn.primary,
.coach-btn.primary,
.become-btn.primary,
.res-btn.primary {
    min-height: 56px;
    padding: 14px 24px;
    background: var(--sf-ink) !important;
    border-color: var(--sf-ink) !important;
    color: #fff !important;
}

.sf-coaching .sf-btn-primary:hover,
.assess-btn.primary:hover,
.coach-btn.primary:hover,
.become-btn.primary:hover,
.res-btn.primary:hover {
    background: var(--sf-ink-2) !important;
    color: #fff !important;
}

.sf-coaching .sf-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
    margin-top: 26px;
}

.sf-coaching .sf-stat {
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(0, 63, 79, .14);
    border-radius: 8px;
    padding: 13px 14px;
    backdrop-filter: blur(8px);
}

.sf-coaching .sf-stat strong {
    display: block;
    color: var(--sf-ink);
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

.sf-coaching .sf-stat span {
    display: block;
    margin-top: 5px;
    color: #174d59;
    font-size: 13px;
    font-weight: 750;
}

.sf-coaching .sf-hero-media {
    position: relative;
    min-height: 430px;
}

.sf-coaching .sf-hero-media img {
    width: 100%;
    height: 452px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 63, 79, .24);
}

.sf-coaching .sf-hero-note {
    position: absolute;
    left: -24px;
    bottom: 26px;
    width: min(330px, 86%);
    border-radius: 8px;
    border: 1px solid rgba(217, 236, 232, .95);
    background: rgba(255, 255, 255, .95);
    padding: 18px;
    box-shadow: var(--sf-shadow);
}

.sf-coaching .sf-hero-note strong {
    display: block;
    color: var(--sf-ink);
    font-size: 19px;
    margin-bottom: 6px;
}

.sf-coaching .sf-hero-note p {
    margin: 0;
    color: var(--sf-muted);
    line-height: 1.45;
}

.sf-coaching .sf-section {
    padding: 62px 0;
}

.sf-coaching .sf-section-dark {
    background:
        linear-gradient(135deg, rgba(0, 63, 79, .98), rgba(7, 88, 106, .98)),
        url("img/Group-Coaching-img.jpg") center / cover no-repeat;
    color: #fff;
}

.sf-coaching .sf-section-title {
    color: inherit;
    font-size: clamp(30px, 3.2vw, 42px);
    line-height: 1.12;
    font-weight: 900;
    margin-bottom: 12px;
}

.sf-coaching .sf-section-intro {
    max-width: 690px;
    margin: 0 auto 28px;
    color: var(--sf-muted);
    font-size: 17px;
    line-height: 1.55;
    text-align: center;
}

.sf-coaching .sf-section-dark .sf-section-intro {
    color: rgba(255, 255, 255, .78);
}

.sf-coaching .sf-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sf-coaching .sf-grid-feature {
    grid-template-columns: repeat(5, minmax(180px, 1fr));
}

.sf-coaching .sf-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--sf-line);
    border-radius: 8px;
    padding: 24px;
    min-height: 100%;
    box-shadow: 0 14px 34px rgba(0, 63, 79, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sf-coaching .sf-card:hover {
    transform: translateY(-3px);
    border-color: #b8d8d1;
    box-shadow: 0 24px 52px rgba(0, 63, 79, .13);
}

.sf-coaching .sf-step-card {
    border-top: 5px solid var(--sf-gold);
}

.sf-coaching .sf-card-media {
    height: 138px;
    margin: -24px -24px 18px;
    overflow: hidden;
    background: var(--sf-mint);
}

.sf-coaching .sf-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .24s ease;
}

.sf-coaching .sf-card:hover .sf-card-media img {
    transform: scale(1.04);
}

.sf-coaching .sf-card h3,
.sf-coaching .sf-card h4 {
    color: var(--sf-ink);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 10px;
}

.sf-coaching .sf-card p {
    color: var(--sf-muted);
    line-height: 1.55;
}

.sf-coaching .sf-section-dark .sf-card {
    border-color: rgba(255, 255, 255, .16);
}

.sf-coaching .sf-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e8f5f2;
    color: var(--sf-ink);
    font-size: 13px;
    font-weight: 850;
    margin: 0 5px 10px 0;
}

.sf-coaching .sf-reason {
    margin: 16px 0;
    padding: 13px 14px;
    border-left: 4px solid var(--sf-gold);
    border-radius: 6px;
    background: #fff7e6;
    color: #4d432b;
    line-height: 1.45;
}

.sf-coaching .sf-quote-card {
    background: linear-gradient(180deg, #fff, #f8fdfb);
}

.sf-coaching .sf-quote-card p {
    font-size: 18px;
}

.sf-filter,
.filter-bar,
.assess-panel,
.session-card,
.coach-card,
.profile-panel,
.become-panel,
.res-card {
    border-radius: 8px !important;
    border: 1px solid var(--sf-line, #d9ece8) !important;
    box-shadow: 0 16px 38px rgba(0, 63, 79, .08) !important;
}

.sf-coaching .sf-filter,
.filter-bar {
    background: #fff;
    padding: 20px;
    margin-bottom: 24px;
}

.sf-coaching .form-control,
.sf-coaching .form-select,
.assess-wrap .form-control,
.assess-wrap .form-select,
.coach-page .form-control,
.coach-page .form-select,
.res-page .form-control,
.res-page .form-select,
.become-page .form-control,
.become-page .form-select {
    min-height: 46px;
    border-radius: 8px;
    border-color: #cfe4df;
}

.assess-wrap,
.coach-page,
.coach-profile,
.become-page,
.res-page {
    padding: 54px 0;
    min-height: 620px;
}

.assess-panel,
.profile-panel,
.become-panel {
    background: #fff;
    padding: 30px;
}

.assessment-progress {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 7px;
    margin: 22px 0 28px;
}

.assessment-progress span {
    height: 8px;
    border-radius: 999px;
    background: #d9ece8;
}

.assessment-progress span.active,
.assessment-progress span.done {
    background: var(--sf-ink);
}

.assess-options {
    gap: 12px !important;
}

.assess-option {
    cursor: pointer;
    border: 1px solid #d7e8e5 !important;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.assess-option:hover,
.assess-option:has(input:checked) {
    border-color: var(--sf-ink, #003f4f) !important;
    background: #e8f5f2 !important;
    box-shadow: inset 0 0 0 1px var(--sf-ink, #003f4f);
}

.result-card {
    border-left-color: var(--sf-gold) !important;
    background: #fff9e8 !important;
}

.job-fit-coaching {
    background: #f7fbfa;
    border: 1px solid #d9ece8;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.job-fit-coaching strong,
.job-fit-coaching a {
    color: #003f4f;
}

.job-fit-coaching a {
    font-weight: 850;
}

.sf-empty {
    background: #fff;
    border: 1px dashed #a9c7c2;
    border-radius: 8px;
    padding: 24px;
}

@media (max-width: 1199px) {
    .sf-coaching .sf-grid-feature {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .sf-coaching .sf-hero-grid,
    .sf-coaching .sf-grid,
    .sf-coaching .sf-grid-feature {
        grid-template-columns: 1fr 1fr;
    }

    .sf-coaching .sf-hero-media {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .sf-coaching .sf-hero {
        padding: 50px 0 42px;
    }

    .sf-coaching .sf-hero-grid,
    .sf-coaching .sf-grid,
    .sf-coaching .sf-grid-feature,
    .sf-coaching .sf-stats {
        grid-template-columns: 1fr;
    }

    .sf-coaching .sf-hero-media img {
        height: 300px;
    }

    .sf-coaching .sf-hero-note {
        position: static;
        width: 100%;
        margin-top: 14px;
    }

    .sf-coaching .sf-actions,
    .sf-coaching .sf-btn,
    .assess-actions,
    .assess-btn {
        width: 100%;
    }

    .assess-panel,
    .profile-panel,
    .become-panel {
        padding: 22px;
    }
}
