/* BNS Pitch page */
.bns-pitch-page {
    background: linear-gradient(180deg, #f4f6f9 0%, #eef2f7 100%);
}

.bns-pitch-page--member .bns-pitch-detail {
    padding-top: 0;
}

.bns-pitch-member-intro {
    padding: 36px 0 8px;
}

.bns-pitch-member-intro__card {
    max-width: 920px;
    margin: 0 auto;
    padding: 24px 30px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);
    text-align: center;
}

.bns-pitch-member-intro__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 85, 68, 0.1);
    color: var(--eduvers-base, #ff5544);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bns-pitch-member-intro__title {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 800;
    line-height: 1.35;
    color: #0a1d37;
}

.bns-pitch-member-intro__text {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #475569;
}

.bns-pitch-intro {
    padding: 28px 0 8px;
    text-align: center;
}

.bns-pitch-intro__text {
    max-width: 760px;
    margin: 0 auto;
    color: #475569;
    font-size: 1.08rem;
    line-height: 1.7;
}

.bns-pitch-page .bns-orientation-pitch {
    padding-top: 36px;
}

.bns-pitch-page .bns-coach-presentation {
    padding-bottom: 72px;
}

.bns-pitch-detail--coach-page {
    padding: 8px 0 48px;
}
