section.trainer-section .bli-why__grid .bli-why__card .bli-why__icon {
    width: 56px;
    height: 56px;
    align-items: center;
    margin-bottom: 15px;
    background: #F7EAEC;
    color: #F2636A;
}

section.trainer-section .bli-why__grid .bli-why__card {
    align-items: center;
    text-align: center;
    flex-direction: column;
    border: 1px solid #E2E8F0;
    background: #F8F9FA;
}
section.trainer-section .bli-why__grid .bli-why__card .title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #202C5A;
    font-weight: 600;
}
section.trainer-section section.bli-why.bli-box-data.value-partner {
    background: #fff;
}
section.bli-hero.trainer-section h1.bli-hero__title br {
    display: none;
}
section.bli-hero.trainer-section h1.bli-hero__title span.bli-accent-coral {
    display: inline-block;
}
.hero-content-sec.custom-container .bli-hero__content p.bli-hero__desc {
    max-width: 700px;
}
section.trainer-section.video-section {
    background: #fff;
}
.video-step-section {
    padding: 10px 20px 80px;
    text-align: center;
}
.video-step-inner h2.bli-title {
    padding-bottom: 20px;
}
.video-step-inner {
    max-width: 780px;
    margin: 0 auto;
}
.video-step-title {
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #1a2a5e;
    margin-bottom: 32px;
}
.video-embed-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.video-embed-wrapper.no-video {
    border: 2px dashed #c9d8e0;
    background: #f0f5f7;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-placeholder-text {
    color: #8aa0aa;
    font-size: 1rem;
    margin: 0;
}

.video-embed-wrapper.has-video {
    position: relative;
    aspect-ratio: 16 / 9;
}

.video-embed-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}

.video-step-cta {
    margin-top: 60px;
}
section.bli-hero.trainer-section p.bli-hero__desc {
    margin-bottom: 0;
}
.btn-get-in-touch {
    display: inline-block;
    background: #F2636A;
    color: #fff;
    padding: 12px 48px 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
    position: relative;
}

.btn-get-in-touch:after {
    position: absolute;
    content: '';
    background-image: url(../images/btn-right-arrow.svg);
    background-size: contain;
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-get-in-touch:hover {
    background: rgba(242, 99, 106, 0.9);
    color: #fff;
    text-decoration: none;
}
.bli-page.trainer-page .info-box-section .desc {
    font-weight: 500;
    color: #333;
}
@media (max-width: 767px) {
section.bli-hero.trainer-section h1.bli-hero__title {
    margin-bottom: 10px;
}
section.trainer-section .bli-why__grid .bli-why__card .bli-why__icon {
    width: 48px;
    height: 48px;
}
}