.vo2-coaches-page .vo2-coach-recruitment {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.92fr);
    min-height: 300px;
    margin-bottom: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(118, 133, 158, 0.16);
    border-radius: 26px;
    background: linear-gradient(135deg, #edf2f7 0%, #f7f9fc 52%, #e5ebf2 100%);
    box-shadow: -8px -8px 20px rgba(255, 255, 255, 0.72), 10px 12px 26px rgba(105, 121, 147, 0.18);
    isolation: isolate;
}

.vo2-coaches-page .vo2-coach-recruitment::before {
    position: absolute;
    z-index: -1;
    inset: -35% 48% auto auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(231, 16, 104, 0.09);
    filter: blur(12px);
    content: '';
}

.vo2-coaches-page .vo2-coach-recruitment__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.35rem, 3vw, 2.35rem);
}

.vo2-coaches-page .vo2-coach-recruitment__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: max-content;
    max-width: 100%;
    margin-bottom: 0.55rem;
    color: #d50d5e;
    font-size: 0.74rem;
    font-weight: 900;
}

.vo2-coaches-page .vo2-coach-recruitment__eyebrow i {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    flex: 0 0 30px;
    border-radius: 10px;
    background: rgba(231, 16, 104, 0.09);
}

.vo2-coaches-page .vo2-coach-recruitment h2 {
    max-width: 560px;
    margin: 0;
    color: var(--fg-1, #1a2233);
    font-size: clamp(1.28rem, 2.5vw, 1.85rem);
    font-weight: 950;
    line-height: 1.55;
}

.vo2-coaches-page .vo2-coach-recruitment__copy > p {
    max-width: 590px;
    margin: 0.55rem 0 0;
    color: var(--fg-3, #69758a);
    font-size: 0.8rem;
    line-height: 1.9;
}

.vo2-coaches-page .vo2-coach-recruitment__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.8rem;
    margin: 1rem 0 1.1rem;
    padding: 0;
    list-style: none;
}

.vo2-coaches-page .vo2-coach-recruitment__benefits li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #4f5d73;
    font-size: 0.69rem;
    font-weight: 750;
}

.vo2-coaches-page .vo2-coach-recruitment__benefits i {
    color: #1b9d73;
    font-size: 0.85rem;
}

.vo2-coaches-page .vo2-coach-recruitment__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
}

.vo2-coaches-page .vo2-coach-recruitment__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 46px;
    padding: 0.65rem 1.15rem;
    color: #fff;
    border-radius: 14px;
    background: linear-gradient(135deg, #ef176f, #c90d57);
    box-shadow: 0 9px 20px rgba(201, 13, 87, 0.23);
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.vo2-coaches-page .vo2-coach-recruitment__cta:hover,
.vo2-coaches-page .vo2-coach-recruitment__cta:focus-visible {
    color: #fff;
    box-shadow: 0 12px 25px rgba(201, 13, 87, 0.3);
    transform: translateY(-2px);
    text-decoration: none;
}

.vo2-coaches-page .vo2-coach-recruitment__cta:focus-visible,
.vo2-coaches-page .vo2-coach-recruitment__login:focus-visible {
    outline: 3px solid rgba(231, 16, 104, 0.17);
    outline-offset: 3px;
}

.vo2-coaches-page .vo2-coach-recruitment__login {
    color: #667287;
    font-size: 0.7rem;
    font-weight: 800;
    text-decoration: none;
}

.vo2-coaches-page .vo2-coach-recruitment__login:hover {
    color: #d50d5e;
}

.vo2-coaches-page .vo2-coach-recruitment__visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #e6ecf3;
}

.vo2-coaches-page .vo2-coach-recruitment__visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 62%, rgba(240, 244, 248, 0.9) 100%);
    content: '';
    pointer-events: none;
}

.vo2-coaches-page .vo2-coach-recruitment__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 21% center;
}

.vo2-coaches-page .vo2-coach-recruitment__visual-note {
    position: absolute;
    z-index: 2;
    inset-inline: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.58rem 0.75rem;
    color: #263348;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 13px;
    background: rgba(246, 249, 252, 0.84);
    box-shadow: 0 8px 18px rgba(36, 49, 70, 0.13);
    backdrop-filter: blur(8px);
    font-size: 0.66rem;
    font-weight: 850;
    text-align: center;
}

.vo2-coaches-page .vo2-coach-recruitment__visual-note i {
    color: #11a578;
    font-size: 0.88rem;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .vo2-coaches-page .vo2-coach-recruitment {
        grid-template-columns: minmax(0, 1.22fr) minmax(205px, 0.78fr);
        min-height: 278px;
        border-radius: 22px;
    }

    .vo2-coaches-page .vo2-coach-recruitment__copy {
        padding: 1.2rem;
    }

    .vo2-coaches-page .vo2-coach-recruitment h2 {
        font-size: 1.26rem;
    }

    .vo2-coaches-page .vo2-coach-recruitment__copy > p {
        font-size: 0.71rem;
        line-height: 1.75;
    }

    .vo2-coaches-page .vo2-coach-recruitment__benefits {
        display: grid;
        gap: 0.35rem;
        margin-block: 0.7rem 0.85rem;
    }

    .vo2-coaches-page .vo2-coach-recruitment__visual-note {
        inset-inline: 0.6rem;
        bottom: 0.65rem;
        padding: 0.48rem 0.55rem;
        font-size: 0.58rem;
    }
}

@media (max-width: 575.98px) {
    .vo2-coaches-page .vo2-coach-recruitment {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 22px;
    }

    .vo2-coaches-page .vo2-coach-recruitment__copy {
        padding: 1.2rem 1.1rem 1rem;
    }

    .vo2-coaches-page .vo2-coach-recruitment__visual {
        min-height: 185px;
    }

    .vo2-coaches-page .vo2-coach-recruitment__visual::after {
        background: linear-gradient(180deg, rgba(240, 244, 248, 0.82) 0%, transparent 28%);
    }

    .vo2-coaches-page .vo2-coach-recruitment__visual img {
        object-position: 18% 28%;
    }

    .vo2-coaches-page .vo2-coach-recruitment__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vo2-coaches-page .vo2-coach-recruitment__cta {
        width: 100%;
    }

    .vo2-coaches-page .vo2-coach-recruitment__login {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vo2-coaches-page .vo2-coach-recruitment__cta {
        transition: none;
    }
}
