:root {
    --coach-green: #003f32;
    --coach-dark: #002b23;
    --coach-gold: #c98b2b;
    --coach-bg: #f8f5ef;
    --coach-soft: #fffaf2;
    --coach-border: #eadfce;
    --coach-muted: #667a75;
    --coach-white: #ffffff;
    --coach-shadow: 0 18px 45px rgba(0, 63, 50, .08);
}

.coaches-hero {
    min-height: 790px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 85px 0;
    background: linear-gradient(135deg, #f8f5ef, #fff);
    overflow: hidden;
}

.coaches-hero::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -170px;
    top: -170px;
    border-radius: 50%;
    background: rgba(201,139,43,.1);
}

.coaches-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center;
}

.coaches-eyebrow,
.coaches-section-label,
.coaches-section-heading > span {
    display: inline-block;
    color: var(--coach-gold);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 12px;
    font-weight: 700;
}

.coaches-hero-content h1 {
    color: var(--coach-green);
    font-size: 65px;
    line-height: 1.04;
    font-weight: 600;
    margin: 20px 0;
}

.coaches-hero-content h1 span {
    color: var(--coach-gold);
}

.coaches-hero-lead {
    color: var(--coach-green) !important;
    font-family: Georgia, serif;
    font-size: 22px !important;
    font-style: italic;
}

.coaches-hero-content > p {
    color: var(--coach-muted);
    font-size: 17px;
    line-height: 1.8;
}

.coaches-hero-actions,
.coaches-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 28px;
}

.coaches-outline-button {
    display: inline-flex;
    border: 1px solid var(--coach-green);
    color: var(--coach-green);
    border-radius: 12px;
    padding: 12px 21px;
    font-weight: 700;
}

.coaches-outline-button:hover {
    background: var(--coach-green);
    color: #fff;
}

.coaches-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.coaches-trust-row span {
    background: #fff;
    border: 1px solid var(--coach-border);
    border-radius: 30px;
    padding: 9px 14px;
    color: var(--coach-green);
    font-size: 12px;
    font-weight: 600;
}

.coaches-trust-row i {
    color: var(--coach-gold);
    margin-right: 5px;
}

.coaches-hero-gallery {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: repeat(2, 275px);
    gap: 15px;
    position: relative;
}

.coaches-hero-main-image {
    grid-row: 1 / 3;
    border-radius: 220px 40px 40px 40px;
    overflow: hidden;
}

.coaches-small-image {
    border-radius: 28px;
    overflow: hidden;
}

.coaches-hero-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coaches-floating-card {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: rgba(255,255,255,.94);
    border-radius: 18px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--coach-shadow);
}

.coaches-floating-card > i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--coach-green);
    color: #fff;
    display: grid;
    place-items: center;
}

.coaches-floating-card span,
.coaches-floating-card strong {
    display: block;
}

.coaches-floating-card span {
    color: var(--coach-gold);
    font-size: 10px;
}

.coaches-floating-card strong {
    color: var(--coach-green);
    font-size: 13px;
}

.section-padding {
    padding: 95px 0;
}

.coaches-section-heading {
    max-width: 790px;
    margin-bottom: 42px;
}

.coaches-section-heading.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.coaches-section-heading h2,
.coaches-goals-content h2,
.coaching-experience-content h2 {
    color: var(--coach-green);
    font-size: 45px;
    line-height: 1.16;
    font-weight: 600;
    margin: 12px 0;
}

.coaches-section-heading p,
.coaches-goals-content p,
.coaching-experience-content > p {
    color: var(--coach-muted);
    line-height: 1.8;
}

.coaches-goals {
    background: #fff;
}

.coaches-goals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center;
}

.coaches-goals-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.coaches-goals-list div {
    background: var(--coach-soft);
    border: 1px solid var(--coach-border);
    border-radius: 15px;
    padding: 15px;
    color: var(--coach-green);
    font-weight: 600;
    font-size: 13px;
}

.coaches-goals-list i {
    color: var(--coach-gold);
    margin-right: 7px;
}

.coaches-benefits {
    background: var(--coach-bg);
}

.coaches-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.coaches-benefit-card {
    background: #fff;
    border: 1px solid var(--coach-border);
    border-radius: 22px;
    padding: 25px;
    min-height: 255px;
    transition: .25s;
}

.coaches-benefit-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--coach-shadow);
}

.coaches-benefit-icon,
.coaches-process-icon,
.coaches-expertise-icon {
    width: 60px;
    height: 60px;
    background: #f7ead6;
    color: var(--coach-gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.coaches-benefit-card h3 {
    color: var(--coach-green);
    font-size: 19px;
    font-weight: 600;
}

.coaches-benefit-card p {
    color: var(--coach-muted);
    font-size: 13px;
    line-height: 1.7;
}

.coaches-process {
    background: #fff;
}

.coaches-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.coaches-process-card {
    position: relative;
    background: var(--coach-soft);
    border: 1px solid var(--coach-border);
    border-radius: 22px;
    padding: 26px;
    min-height: 260px;
}

.coaches-process-number {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(0,63,50,.1);
    font-size: 42px;
    font-family: Georgia, serif;
}

.coaches-process-card h3 {
    color: var(--coach-green);
    font-size: 20px;
    font-weight: 600;
}

.coaches-process-card p {
    color: var(--coach-muted);
    font-size: 13px;
    line-height: 1.7;
}

.coaches-expertise {
    background: var(--coach-bg);
}

.coaches-expertise-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.coaches-expertise-card {
    background: #fff;
    border: 1px solid var(--coach-border);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
}

.coaches-expertise-icon {
    margin: 0 auto 16px;
}

.coaches-expertise-card h3 {
    color: var(--coach-green);
    font-size: 16px;
    font-weight: 600;
}

.expert-coaches {
    background: #fff;
}

.expert-coaches-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.expert-coach-card {
    background: #fff;
    border: 1px solid var(--coach-border);
    border-radius: 24px;
    overflow: hidden;
    transition: .25s;
}

.expert-coach-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--coach-shadow);
}

.expert-coach-image {
    height: 340px;
    position: relative;
}

.expert-coach-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-coach-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    background: var(--coach-green);
    color: #fff;
    border-radius: 30px;
    padding: 7px 11px;
    font-size: 10px;
    font-weight: 700;
}

.expert-coach-body {
    padding: 24px;
}

.expert-coach-body h3 {
    color: var(--coach-green);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.expert-coach-role {
    color: var(--coach-muted);
    font-size: 13px;
}

.expert-coach-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 14px 0;
}

.expert-coach-rating i {
    color: var(--coach-gold);
}

.expert-coach-rating span {
    color: var(--coach-green);
    font-weight: 700;
}

.expert-coach-rating small {
    color: var(--coach-muted);
}

.expert-coach-meta span {
    background: var(--coach-soft);
    border: 1px solid var(--coach-border);
    border-radius: 30px;
    padding: 7px 10px;
    color: var(--coach-green);
    font-size: 11px;
    font-weight: 600;
}

.expert-coach-meta i {
    color: var(--coach-gold);
    margin-right: 5px;
}

.expert-coach-body p {
    color: var(--coach-muted);
    font-size: 13px;
    line-height: 1.7;
    margin-top: 16px;
}

.expert-coach-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.coach-profile-link,
.coach-book-link {
    flex: 1;
    text-align: center;
    border-radius: 11px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 700;
}

.coach-profile-link {
    border: 1px solid var(--coach-green);
    color: var(--coach-green);
}

.coach-book-link {
    background: var(--coach-green);
    color: #fff;
}

.coaching-experience {
    background: var(--coach-bg);
}

.coaching-experience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center;
}

.coaching-experience-image {
    height: 620px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.coaching-experience-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coaching-experience-floating {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    background: rgba(255,255,255,.94);
    border-radius: 18px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.coaching-experience-floating > i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--coach-green);
    color: #fff;
    display: grid;
    place-items: center;
}

.coaching-experience-floating strong,
.coaching-experience-floating span {
    display: block;
}

.coaching-experience-floating strong {
    color: var(--coach-green);
}

.coaching-experience-floating span {
    color: var(--coach-muted);
    font-size: 12px;
}

.coaching-experience-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin: 25px 0;
}

.coaching-experience-list div {
    background: #fff;
    border: 1px solid var(--coach-border);
    border-radius: 14px;
    padding: 13px;
    color: var(--coach-green);
    font-size: 13px;
    font-weight: 600;
}

.coaching-experience-list i {
    color: var(--coach-gold);
    margin-right: 7px;
}

.coaching-modes {
    background: #fff;
}

.coaching-mode-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.coaching-mode-card {
    background: var(--coach-soft);
    border: 1px solid var(--coach-border);
    border-radius: 22px;
    padding: 30px;
    text-align: center;
}

.coaching-mode-icon {
    width: 68px;
    height: 68px;
    background: var(--coach-green);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    font-size: 24px;
}

.coaching-mode-card h3 {
    color: var(--coach-green);
    font-size: 21px;
}

.coaching-mode-card p {
    color: var(--coach-muted);
    line-height: 1.7;
    font-size: 13px;
}

.coaching-mode-card span {
    color: var(--coach-gold);
    font-size: 12px;
    font-weight: 700;
}

.coaches-stats {
    background: var(--coach-bg);
}

.coaches-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.coaches-stats-grid div {
    text-align: center;
    padding: 20px;
    border-right: 1px solid var(--coach-border);
}

.coaches-stats-grid div:last-child {
    border-right: 0;
}

.coaches-stats-grid strong,
.coaches-stats-grid span {
    display: block;
}

.coaches-stats-grid strong {
    color: var(--coach-green);
    font-size: 44px;
    font-weight: 600;
}

.coaches-stats-grid span {
    color: var(--coach-muted);
    font-size: 13px;
}

.coach-story {
    background: #fff;
}

.coach-story-card {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    min-height: 470px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--coach-green), var(--coach-dark));
}

.coach-story-content {
    color: #fff;
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coach-story-content > i {
    color: #f5d7a0;
    font-size: 44px;
}

.coach-story-content blockquote {
    font-family: Georgia, serif;
    font-size: 27px;
    line-height: 1.65;
    margin: 20px 0;
}

.coach-story-stars {
    color: #f5d7a0;
    margin-bottom: 14px;
}

.coach-story-content strong,
.coach-story-content span {
    display: block;
}

.coach-story-content span {
    color: rgba(255,255,255,.65);
    font-size: 12px;
}

.coach-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coaches-trust {
    background: var(--coach-bg);
}

.coaches-trust-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.coaches-trust-card div {
    background: #fff;
    border: 1px solid var(--coach-border);
    border-radius: 18px;
    padding: 20px;
    text-align: center;
}

.coaches-trust-card i {
    display: block;
    color: var(--coach-gold);
    font-size: 24px;
    margin-bottom: 10px;
}

.coaches-trust-card span {
    color: var(--coach-green);
    font-size: 12px;
    font-weight: 700;
}

.coaches-final-cta {
    min-height: 580px;
    position: relative;
    display: flex;
    align-items: center;
    background:
        url('https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1800&q=85')
        center / cover no-repeat;
}

.coaches-final-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,43,35,.88);
}

.coaches-final-cta .container {
    position: relative;
    z-index: 2;
}

.coaches-final-content {
    max-width: 850px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.coaches-final-content > span {
    color: #f5d7a0;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    font-size: 12px;
    font-weight: 700;
}

.coaches-final-content h2 {
    color: #fff;
    font-size: 54px;
    line-height: 1.12;
    font-weight: 600;
    margin: 18px 0;
}

.coaches-final-content p {
    color: rgba(255,255,255,.76);
    font-size: 18px;
}

.coaches-final-actions {
    justify-content: center;
}

.coaches-light-outline {
    border: 1px solid rgba(255,255,255,.6);
    color: #fff;
    border-radius: 12px;
    padding: 12px 21px;
    font-weight: 700;
}

.coaches-light-outline:hover {
    background: #fff;
    color: var(--coach-green);
}

@media(max-width: 1199px) {
    .coaches-benefit-grid,
    .coaches-expertise-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .expert-coaches-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 991px) {
    .coaches-hero-grid,
    .coaches-goals-grid,
    .coaching-experience-grid {
        grid-template-columns: 1fr;
    }

    .coaches-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .coaches-trust-card {
        grid-template-columns: repeat(3, 1fr);
    }

    .coach-story-card {
        grid-template-columns: 1fr;
    }

    .coach-story-image {
        height: 380px;
    }
}

@media(max-width: 767px) {
    .coaches-hero {
        min-height: auto;
        padding: 65px 0;
    }

    .coaches-hero-content h1 {
        font-size: 42px;
    }

    .section-padding {
        padding: 70px 0;
    }

    .coaches-section-heading h2,
    .coaches-goals-content h2,
    .coaching-experience-content h2 {
        font-size: 34px;
    }

    .coaches-hero-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 360px 170px;
    }

    .coaches-hero-main-image {
        grid-column: 1 / 3;
        grid-row: auto;
        border-radius: 120px 30px 30px 30px;
    }

    .coaches-goals-list,
    .coaches-benefit-grid,
    .coaches-process-grid,
    .coaches-expertise-grid,
    .expert-coaches-grid,
    .coaching-experience-list,
    .coaching-mode-grid,
    .coaches-stats-grid,
    .coaches-trust-card {
        grid-template-columns: 1fr;
    }

    .coaching-experience-image {
        height: 480px;
    }

    .coaches-stats-grid div {
        border-right: 0;
        border-bottom: 1px solid var(--coach-border);
    }

    .coach-story-content {
        padding: 35px 24px;
    }

    .coach-story-content blockquote {
        font-size: 21px;
    }

    .coaches-final-content h2 {
        font-size: 39px;
    }
}