.coaching-hero {
    color: #fff;
    padding-top: 112px;
    padding-bottom: 112px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.72), rgba(8, 8, 8, 0.6)),
        var(--coaching-hero-image) center/cover no-repeat;
}

.coaching-hero-inner {
    max-width: 1040px;
}

.coaching-hero h1,
.coaching-story h2,
.coaching-focus-intro h2,
.coaching-process h2,
.coaching-cta h2 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4.6vw, 3.3rem);
    line-height: 1.12;
}

.coaching-hero-subtitle {
    margin: 0 auto 24px;
    max-width: 760px;
    font-size: clamp(1.16rem, 2vw, 1.55rem);
    color: var(--yellow);
    font-weight: 700;
}

.coaching-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 26px;
}

.coaching-badges span {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 0.96rem;
}

.coaching-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.coaching-actions-center {
    justify-content: center;
}

.coaching-btn-dark {
    background: #fff;
    color: #111;
}

.coaching-story {
    background: #ececec;
}

.coaching-story-shell {
    max-width: 1100px;
    margin: 0 auto;
}

.coaching-story-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 52px;
    align-items: start;
    margin-bottom: 18px;
}

.coaching-story-head h2 {
    margin: 0;
}

.coaching-story-copy p,
.coaching-focus-card p,
.coaching-process-intro,
.coaching-process li {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.68;
}

.coaching-story-copy p {
    margin: 0 0 16px;
    color: #2d3036;
}

.coaching-story-aside {
    display: grid;
    grid-auto-flow: column;
    align-items: start;
    align-content: start;
    justify-content: end;
    gap: 16px;
    max-width: 280px;
    justify-self: end;
    padding-top: 4px;
}

.coaching-story-badge {
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.coaching-story-badge img {
    max-width: 100%;
    display: block;
}

.coaching-story-portrait {
    width: 150px;
}

.coaching-story-logo {
    width: 110px;
}

.coaching-focus-intro {
    color: #fff;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.82)),
        var(--coaching-focus-image) center/cover no-repeat;
}

.coaching-focus-intro p {
    margin: 0 auto;
    max-width: 920px;
    font-size: clamp(1.04rem, 1.4vw, 1.2rem);
    line-height: 1.6;
    color: #f1f1f1;
}

.coaching-focus {
    background: #fff;
}

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

.coaching-focus-card {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 24px;
    overflow: hidden;
}

.coaching-focus-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.coaching-focus-body {
    padding: 22px;
}

.coaching-focus-card h3 {
    margin: 0 0 12px;
    font-size: 1.22rem;
    line-height: 1.35;
}

.coaching-focus-card p {
    margin: 0;
    color: #343434;
}

.coaching-process {
    background: #080808;
    color: #fff;
}

.coaching-process-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.74fr);
    gap: 34px;
    align-items: center;
}

.coaching-process-intro {
    margin: 0 0 18px;
    color: #f1f1f1;
}

.coaching-process-copy ol {
    margin: 0 0 28px;
    padding-left: 22px;
}

.coaching-process li {
    color: rgba(255, 255, 255, 0.94);
}

.coaching-process li + li {
    margin-top: 10px;
}

.coaching-process-media {
    max-width: 430px;
    justify-self: end;
    border-radius: 26px;
    overflow: hidden;
    background: #0f1218;
}

.coaching-process-media img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block;
}

.coaching-cta {
    background: #ea1000;
    color: #fff;
}

.coaching-cta-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 980px) {
    .coaching-story-head,
    .coaching-focus-grid,
    .coaching-process-grid {
        grid-template-columns: 1fr;
    }

    .coaching-actions {
        justify-content: center;
    }

    .coaching-story-aside {
        max-width: none;
        justify-self: center;
        justify-content: center;
        padding-top: 0;
    }

    .coaching-process-media {
        max-width: none;
        justify-self: stretch;
    }

    .coaching-process-media img {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .coaching-hero {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .coaching-focus-body {
        padding: 20px;
    }
}
