/* BNS — Meet Our Team */
.bns-team-page {
    --bns-team-section-space: 64px;
    --bns-team-block-pad-y: 44px;
    --bns-team-block-pad-x: 40px;
    --bns-team-head-gap: 36px;
    background: linear-gradient(180deg, #e8edf4 0%, #f4f6f9 40%, #eef2f7 100%);
    padding-bottom: 100px;
    overflow: hidden;
}

.bns-team-intro {
    position: relative;
    z-index: 2;
    margin: 50px auto 48px;
    padding: 0;
}

.bns-team-intro__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.bns-team-intro__blob--one {
    width: 280px;
    height: 280px;
    top: -40px;
    left: -80px;
    background: rgba(255, 85, 68, 0.12);
}

.bns-team-intro__blob--two {
    width: 220px;
    height: 220px;
    top: 20px;
    right: -60px;
    background: rgba(10, 34, 64, 0.1);
}

.bns-team-intro .container {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
}

.bns-team-intro__card {
    padding: var(--bns-team-block-pad-y) var(--bns-team-block-pad-x);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 44px rgba(15, 23, 42, 0.09);
    border: 1px solid rgba(15, 23, 42, 0.06);
    text-align: center;
}

.bns-team-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 16px;
    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-team-intro__subtitle {
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-weight: 700;
    color: #0a1d37;
    margin: 0 0 16px;
}

.bns-team-intro__text {
    margin: 0 auto;
    max-width: 760px;
    font-size: 17px;
    line-height: 1.75;
    color: #363a40;
}

.bns-team-intro__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.bns-team-intro__stat {
    text-align: center;
    min-width: 100px;
}

.bns-team-intro__stat-num {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0a1d37;
}

.bns-team-intro__stat-label {
    display: block;
    margin-top: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.bns-team-intro__stat-divider {
    width: 1px;
    height: 42px;
    background: rgba(15, 23, 42, 0.12);
}

.bns-team-hub {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding: 0;
}

.bns-team-hub > .container > .bns-team-section,
.bns-team-hub > .container > .bns-team-block {
    margin-bottom: var(--bns-team-section-space);
}

.bns-team-hub > .container > .bns-team-block:last-child:not(.bns-team-join) {
    margin-bottom: 0;
}

.bns-team-section__head {
    text-align: center;
    margin-bottom: var(--bns-team-head-gap);
}

.bns-team-section__head--in-box {
    margin-bottom: 28px;
}

.bns-team-section__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--eduvers-base);
    margin-bottom: 12px;
}

.bns-team-section__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--eduvers-black);
    margin: 0;
    line-height: 1.3;
}

.bns-team-section__desc {
    max-width: 680px;
    margin: 14px auto 0;
    font-size: 16px;
    line-height: 1.7;
    color: #5a5f66;
}

.bns-team-section--leadership {
    padding: 40px 32px 44px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 14px 44px rgba(15, 23, 42, 0.07);
}

.bns-team-leadership-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Leadership row — image left, text right */
.bns-leader-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bns-leader-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.11);
}

@media (min-width: 768px) {
    .bns-leader-row {
        flex-direction: row;
        align-items: stretch;
    }
}

.bns-leader-row__photo-wrap {
    flex-shrink: 0;
    background: #eef2f7;
}

@media (min-width: 768px) {
    .bns-leader-row__photo-wrap {
        width: 340px;
        max-width: 43%;
    }
}

.bns-leader-row__photo {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center 15%;
}

@media (min-width: 768px) {
    .bns-leader-row__photo {
        min-height: 300px;
    }
}

.bns-leader-row__photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    color: #94a3b8;
    font-size: 3.5rem;
    background: #eef2f7;
}

@media (min-width: 768px) {
    .bns-leader-row__photo--placeholder {
        min-height: 300px;
        height: 100%;
    }
}

.bns-leader-row__content {
    flex: 1;
    position: relative;
    padding: 24px 22px 26px;
}

@media (min-width: 768px) {
    .bns-leader-row__content {
        padding: 28px 30px 30px;
    }
}

.bns-leader-row__order {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 12px;
    background: rgba(10, 34, 64, 0.06);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #0a1d37;
}

.bns-leader-row__head {
    margin-bottom: 18px;
    padding-right: 52px;
}

.bns-leader-row__name {
    margin: 0 0 8px;
    font-size: clamp(1.2rem, 2.4vw, 1.65rem);
    font-weight: 700;
    line-height: 1.3;
    color: #0a1d37;
}

.bns-leader-row__designation {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--eduvers-base, #ff5544);
}

.bns-leader-row__block {
    margin-bottom: 16px;
}

.bns-leader-row__block:last-of-type {
    margin-bottom: 0;
}

.bns-leader-row__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.bns-leader-row__label i {
    color: var(--eduvers-base, #ff5544);
    font-size: 11px;
}

.bns-leader-row__points {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.bns-leader-row__point {
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f1f3f7;
    border: 1px solid rgba(15, 23, 42, 0.05);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #454950;
}

.bns-leader-row__block--profile {
    margin-bottom: 0;
}

.bns-leader-profile {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bns-leader-profile__section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bns-leader-profile__section-label {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.bns-leader-profile__credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bns-leader-profile__credential {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(10, 34, 64, 0.06);
    border: 1px solid rgba(10, 34, 64, 0.08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0a1d37;
}

.bns-leader-profile__tagline {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    color: #334155;
}

.bns-leader-profile__positions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bns-leader-profile__position {
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 85, 68, 0.05), rgba(10, 34, 64, 0.03));
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-left: 4px solid var(--eduvers-base, #ff5544);
}

.bns-leader-profile__position-title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a1d37;
}

.bns-leader-profile__position-org {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    color: #475569;
}

.bns-leader-profile__position-note {
    margin: 8px 0 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--eduvers-base, #ff5544);
}

.bns-leader-profile__strengths {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .bns-leader-profile__strengths {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.bns-leader-profile__strength {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.05);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    color: #454950;
}

.bns-leader-profile__strength i {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--eduvers-base, #ff5544);
    font-size: 13px;
}

.bns-leader-profile__vision,
.bns-leader-profile__mission {
    padding: 14px 16px;
    border-radius: 14px;
}

.bns-leader-profile__vision {
    background: rgba(10, 34, 64, 0.04);
    border: 1px solid rgba(10, 34, 64, 0.08);
}

.bns-leader-profile__mission {
    background: linear-gradient(135deg, rgba(255, 85, 68, 0.08), rgba(255, 85, 68, 0.03));
    border: 1px solid rgba(255, 85, 68, 0.16);
}

.bns-leader-profile__vision-label,
.bns-leader-profile__mission-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.bns-leader-profile__vision-label i,
.bns-leader-profile__mission-label i {
    color: var(--eduvers-base, #ff5544);
}

.bns-leader-profile__vision-text,
.bns-leader-profile__mission-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
    color: #334155;
}

.bns-leader-row__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.bns-leader-row__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bns-leader-row__link:hover {
    background: var(--eduvers-base, #ff5544);
    border-color: var(--eduvers-base, #ff5544);
    color: #fff;
}

/* Shared boxed sections */
.bns-team-block {
    padding: var(--bns-team-block-pad-y) var(--bns-team-block-pad-x);
    border-radius: 16px;
}

.bns-team-collab {
    background: linear-gradient(135deg, #0a2240 0%, #123a5e 55%, #1a4a72 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 16px 48px rgba(10, 34, 64, 0.25);
}

.bns-team-values {
    background: #fff;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
    text-align: center;
}

.bns-team-join {
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(15, 23, 42, 0.06);
    text-align: center;
    padding-bottom: 48px;
}

.bns-team-hub > .container > .bns-team-join {
    margin-bottom: 50px;
}

.bns-team-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bns-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.12);
}

.bns-team-card--featured {
    border-color: rgba(var(--eduvers-base-rgb, 255, 85, 68), 0.35);
    box-shadow: 0 12px 40px rgba(var(--eduvers-base-rgb, 255, 85, 68), 0.15);
}

.bns-team-card--leadership {
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
}

.bns-team-card--leadership:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.14);
}

.bns-team-card--leadership.bns-team-card--featured {
    border-color: rgba(var(--eduvers-base-rgb, 255, 85, 68), 0.45);
    box-shadow: 0 16px 48px rgba(var(--eduvers-base-rgb, 255, 85, 68), 0.2);
}

.bns-team-card__photo-wrap {
    position: relative;
    background: linear-gradient(135deg, #0a2240 0%, #1a4a72 100%);
    overflow: hidden;
}

.bns-team-card--featured .bns-team-card__photo-wrap {
    background: linear-gradient(135deg, #0a2240 0%, #123a5e 40%, var(--eduvers-base) 100%);
}

.bns-team-card__photo {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center 12%;
    transition: transform 0.45s ease;
}

.bns-team-card--leadership:hover .bns-team-card__photo {
    transform: scale(1.04);
}

.bns-team-card__photo-shade {
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 34, 64, 0.35) 100%);
    pointer-events: none;
}

.bns-team-card__photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 4rem;
    background: linear-gradient(135deg, #0a2240 0%, #123a5e 50%, #1a4a72 100%);
}

.bns-team-card--featured .bns-team-card__photo--placeholder {
    background: linear-gradient(135deg, #0a2240 0%, var(--eduvers-base) 55%, #123a5e 100%);
}

.bns-team-card__body--leadership {
    padding: 26px 24px 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.bns-team-card--leadership .bns-team-card__name {
    font-size: 1.35rem;
    margin: 0 0 10px;
    color: #0a1d37;
}

.bns-team-card--leadership .bns-team-card__designation {
    font-size: 1rem;
    font-weight: 600;
    color: var(--eduvers-base);
    margin: 0 auto 14px;
    max-width: 260px;
    line-height: 1.5;
}

.bns-team-card__accent {
    display: block;
    width: 48px;
    height: 3px;
    margin: 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--eduvers-base) 0%, #e04a3a 100%);
}

.bns-team-card--featured .bns-team-card__accent {
    width: 64px;
    height: 4px;
}

.bns-team-card__photo--compact {
    height: 120px;
}

.bns-team-card__linkedin {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0a66c2;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, background 0.2s ease;
    z-index: 2;
}

.bns-team-card__linkedin:hover {
    color: #fff;
    transform: scale(1.08);
    background: #004182;
}

.bns-team-card__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background: linear-gradient(135deg, #0a2240 0%, #123a5e 100%);
    color: #fff;
    font-size: 2.5rem;
}

.bns-team-card--featured .bns-team-card__avatar {
    background: linear-gradient(135deg, var(--eduvers-base) 0%, #e04a3a 100%);
}

.bns-team-card__body {
    flex: 1;
    padding: 24px 24px 28px;
}

.bns-team-card__name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--eduvers-black);
    margin: 0 0 8px;
    line-height: 1.35;
}

.bns-team-card__designation {
    font-size: 15px;
    font-weight: 600;
    color: var(--eduvers-base);
    margin: 0 0 16px;
    line-height: 1.45;
}

.bns-team-card__block {
    margin-bottom: 14px;
}

.bns-team-card__block:last-child { margin-bottom: 0; }

.bns-team-card__block-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin: 0 0 8px;
}

.bns-team-card__role {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #363a40;
}

.bns-team-card__points {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bns-team-card__points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #454950;
    margin-bottom: 8px;
}

.bns-team-card__points li:last-child { margin-bottom: 0; }

.bns-team-card__points li i {
    flex-shrink: 0;
    margin-top: 4px;
    font-size: 12px;
    color: var(--eduvers-base);
}

.bns-team-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.bns-team-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--eduvers-black);
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 8px;
    background: #f1f3f7;
    transition: background 0.2s ease, color 0.2s ease;
}

.bns-team-card__link:hover {
    background: var(--eduvers-base);
    color: #fff;
}

.bns-team-collab__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.bns-team-collab__title {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 18px;
    line-height: 1.35;
}

.bns-team-collab__text {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    opacity: 0.92;
}

.bns-team-ops-card {
    height: 100%;
    padding: 28px 24px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bns-team-ops-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.bns-team-ops-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(var(--eduvers-base-rgb, 255, 85, 68), 0.12);
    color: var(--eduvers-base);
    font-size: 22px;
    margin-bottom: 14px;
}

.bns-team-ops-card__name {
    font-size: 17px;
    font-weight: 700;
    color: var(--eduvers-black);
    margin: 0 0 8px;
    line-height: 1.35;
}

.bns-team-ops-card__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5a5f66;
}

.bns-team-values__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 8px;
}

.bns-team-values__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--eduvers-black);
    background: #f1f3f7;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.bns-team-values__pill i {
    color: var(--eduvers-base);
    font-size: 14px;
}

.bns-team-join__intro {
    max-width: 680px;
    margin: 0 auto 28px;
    font-size: 17px;
    line-height: 1.7;
    color: #363a40;
}

.bns-team-join__label {
    font-size: 14px;
    font-weight: 700;
    color: var(--eduvers-black);
    margin: 0 0 18px;
}

.bns-team-join__roles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 36px;
    padding: 0;
    list-style: none;
}

.bns-team-join__roles li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #2a2e34;
    background: rgba(var(--eduvers-base-rgb, 255, 85, 68), 0.08);
    border: 1px solid rgba(var(--eduvers-base-rgb, 255, 85, 68), 0.2);
    border-radius: 10px;
}

.bns-team-join__roles li i {
    color: var(--eduvers-base);
    font-size: 12px;
}

.bns-team-join__cta-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--eduvers-black);
    margin: 0 0 12px;
}

.bns-team-join__cta-text {
    font-size: 16px;
    line-height: 1.65;
    color: #454950;
    margin: 0 0 28px;
}

.bns-team-join .thm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Advisory Board cards */
.bns-advisory-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.09);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.bns-advisory-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
}

.bns-advisory-card__photo-wrap {
    position: relative;
    background: linear-gradient(135deg, #0a2240 0%, #1a4a72 100%);
}

.bns-advisory-card__photo {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center top;
}

.bns-advisory-card__photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 4rem;
    background: linear-gradient(135deg, #0a2240 0%, #123a5e 50%, var(--eduvers-base) 100%);
}

.bns-advisory-card__linkedin {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0a66c2;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, background 0.2s ease;
}

.bns-advisory-card__linkedin:hover {
    color: #fff;
    transform: scale(1.08);
    background: #004182;
}

.bns-advisory-card__body {
    flex: 1;
    padding: 24px 22px 26px;
}

.bns-advisory-card__name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--eduvers-black);
    margin: 0 0 6px;
    line-height: 1.35;
}

.bns-advisory-card__designation {
    font-size: 15px;
    font-weight: 600;
    color: var(--eduvers-base);
    margin: 0 0 10px;
    line-height: 1.45;
}

.bns-advisory-card__org {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #5a5f66;
}

.bns-advisory-card__org i {
    flex-shrink: 0;
    margin-top: 3px;
    color: #64748b;
    font-size: 13px;
}

.bns-advisory-card__block {
    margin-bottom: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.bns-advisory-card__block:last-child {
    margin-bottom: 0;
}

.bns-advisory-card__block-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    margin: 0 0 10px;
}

.bns-advisory-card__block-title i {
    color: var(--eduvers-base);
    font-size: 11px;
}

.bns-advisory-card__points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #454950;
    margin-bottom: 7px;
}

.bns-advisory-card__points li:last-child { margin-bottom: 0; }

.bns-advisory-card__points li i {
    flex-shrink: 0;
    margin-top: 4px;
    font-size: 12px;
    color: var(--eduvers-base);
}

.bns-advisory-card__profile {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #363a40;
}

.bns-team-empty {
    text-align: center;
    padding: 52px 32px;
    background: #fff;
    border-radius: 16px;
    border: 1px dashed rgba(15, 23, 42, 0.12);
    color: #64748b;
}

.bns-team-empty i {
    font-size: 2.5rem;
    color: #94a3b8;
    margin-bottom: 14px;
}

.bns-team-empty p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.bns-team-section--sponsors {
    margin-top: var(--bns-team-section-space);
}

.bns-team-section--venue-partner {
    margin-top: var(--bns-team-section-space);
}

.bns-venue-partner-card {
    margin-top: 8px;
}

.bns-venue-partner-photo {
    margin: 0 0 24px;
}

.bns-venue-partner-photo__img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.bns-venue-partner-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px;
}

.bns-venue-partner-info--full .bns-venue-partner-info__card {
    width: 100%;
}

.bns-venue-partner-info__address {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    font-style: normal;
}

.bns-venue-partner-info__address span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    color: #0a1d37;
}

.bns-team-section__head--supported {
    margin-top: 36px;
}

.bns-venue-partner-info__card--supported {
    background: linear-gradient(135deg, rgba(10, 34, 64, 0.04), rgba(255, 85, 68, 0.04));
}

.bns-venue-partner-supported-photo {
    margin: 0 0 18px;
    text-align: center;
}

.bns-venue-partner-supported-photo__img {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
    object-fit: cover;
}

.bns-venue-partner-supported-photo__name {
    margin-top: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a1d37;
}

.bns-venue-partner-info__card {
    padding: 20px 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(10, 34, 64, 0.04), rgba(255, 85, 68, 0.04));
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.bns-venue-partner-info__card--venue {
    background: linear-gradient(135deg, rgba(255, 85, 68, 0.06), rgba(10, 34, 64, 0.03));
}

.bns-venue-partner-info__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.bns-venue-partner-info__label i {
    color: var(--eduvers-base, #ff5544);
    font-size: 14px;
}

.bns-venue-partner-info__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.bns-venue-partner-info__list li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    color: #0a1d37;
}

.bns-venue-partner-info__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--eduvers-base, #ff5544);
}

.bns-venue-partner-info__location {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    color: #0a1d37;
}

.bns-team-sponsors-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .bns-team-sponsors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }
}

.bns-sponsor-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 768px) {
    .bns-sponsor-card {
        flex-direction: row;
        align-items: stretch;
    }
}

.bns-sponsor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.11);
}

.bns-sponsor-card__photo-wrap {
    flex-shrink: 0;
    background: #eef2f7;
}

@media (min-width: 768px) {
    .bns-sponsor-card__photo-wrap {
        width: 260px;
        max-width: 40%;
    }
}

.bns-sponsor-card__photo {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center 22%;
}

@media (min-width: 768px) {
    .bns-sponsor-card__photo {
        height: 100%;
        min-height: 280px;
    }
}

.bns-sponsor-card__photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #94a3b8;
    font-size: 3.5rem;
    background: #eef2f7;
}

@media (min-width: 768px) {
    .bns-sponsor-card__photo--placeholder {
        min-height: 280px;
        height: 100%;
    }
}

.bns-sponsor-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 22px 26px;
}

@media (min-width: 768px) {
    .bns-sponsor-card__body {
        padding: 28px 26px;
    }
}

.bns-sponsor-card__name {
    margin: 0 0 8px;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 700;
    line-height: 1.35;
    color: #0a1d37;
}

.bns-sponsor-card__designation {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: var(--eduvers-base, #ff5544);
    text-transform: none;
}

.bns-sponsor-card__profile {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
    color: #475569;
}

@media (max-width: 767px) {
    .bns-team-page {
        --bns-team-section-space: 48px;
        --bns-team-block-pad-y: 32px;
        --bns-team-block-pad-x: 24px;
        --bns-team-head-gap: 28px;
        padding-bottom: 80px;
    }

    .bns-team-intro {
        margin: 40px auto 40px;
    }

    .bns-team-intro__stat-divider {
        display: none;
    }

    .bns-team-section--leadership {
        padding: 24px 16px 28px;
    }

    .bns-leader-row__photo,
    .bns-leader-row__photo--placeholder {
        height: 240px;
        min-height: 0;
    }

    .bns-leader-row__head {
        padding-right: 0;
        padding-top: 8px;
    }

    .bns-leader-row__order {
        position: static;
        margin-bottom: 12px;
    }

    .bns-team-join {
        padding-bottom: 36px;
    }
}
