.bs-team-profile-page {
    padding: 36px 0;
    background: #f8fafc;
}

.bs-team-profile-shell {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.bs-team-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.bs-team-hero-left {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.bs-team-hero-logo-wrap {
    width: 110px;
    height: 110px;
    border-radius: 28px;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

.bs-team-hero-logo {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
    background: #ffffff;
}

.bs-team-hero-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.72);
    margin-bottom: 8px;
}

.bs-team-hero-title {
    margin: 0 0 10px;
    font-size: clamp(28px, 5vw, 44px);
    line-height: 1.05;
    font-weight: 800;
}

.bs-team-hero-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bs-team-meta-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.bs-team-hero .bs-badge {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.bs-team-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    gap: 12px;
    min-width: 280px;
}

.bs-stat-box {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
}

.bs-stat-box span {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.72);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.bs-stat-box strong {
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
}

.bs-team-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr);
    gap: 24px;
    align-items: start;
}

.bs-team-profile-main,
.bs-team-profile-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bs-profile-card {
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.bs-card-header {
    margin-bottom: 18px;
}

.bs-card-header h2,
.bs-card-header h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.bs-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bs-overview-item {
    padding: 16px;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    background: #f8fafc;
}

.bs-overview-item span {
    display: block;
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px;
}

.bs-overview-item strong {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
}

.bs-team-description {
    margin-top: 20px;
    color: #334155;
    line-height: 1.7;
}

.bs-side-stats {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bs-side-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    background: #f8fafc;
}

.bs-side-stat span {
    font-size: 14px;
    color: #475569;
}

.bs-side-stat strong {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

@media (max-width: 1024px) {
    .bs-team-profile-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bs-team-profile-page {
        padding: 22px 0;
    }

    .bs-team-profile-shell {
        width: min(100% - 20px, 1200px);
    }

    .bs-team-hero {
        padding: 22px;
        border-radius: 20px;
    }

    .bs-team-hero-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .bs-team-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        min-width: 0;
    }

    .bs-profile-card {
        padding: 18px;
        border-radius: 20px;
    }

    .bs-overview-grid {
        grid-template-columns: 1fr;
    }
}
.bs-team-roster{
  margin-top:32px;
}

.bs-team-roster h2{
  margin:0 0 18px;
}

.bs-team-roster-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:14px;
}

.bs-team-roster-card{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.bs-team-roster-number{
  width:38px;
  height:38px;
  border-radius:12px;
  background:#eef3fb;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#162457;
}