/* ===============================
   TEAMS PAGE (HEADER + SPACING FIX)
=============================== */

.bsu-teams-section{
  padding-top:56px;
}

/* ===============================
   HEADER UNIFICADO
=============================== */

.bsu-teams-section .bsu-section-head{
  position:relative;
  overflow:hidden;

  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;

  padding:16px 42px;
  border-radius:34px;
  margin-bottom:32px;

  background:
    radial-gradient(circle at top right, rgba(244,198,34,.20), transparent 30%),
    radial-gradient(circle at bottom left, rgba(59,130,246,.18), transparent 35%),
    linear-gradient(135deg, #081028, #162457 55%, #31458c);

  color:#fff;
  box-shadow:0 28px 70px rgba(15,23,42,.18);
}

.bsu-teams-section .bsu-section-head > *{
  position:relative;
  z-index:2;
}

.bsu-teams-section .bsu-section-kicker{
  margin:0 0 10px;
  color:#f4c622;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.bsu-teams-section .bsu-section-head h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(3rem,6vw,5.5rem);
  line-height:.92;
  letter-spacing:-.06em;
}

.bsu-teams-section .bsu-section-head p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:1.05rem;
  line-height:1.7;
}

.bsu-teams-section .bsu-pill{
  background:rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
}

/* ===============================
   ORIGINAL LAYOUT (UNCHANGED)
=============================== */

.bsu-section-head-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}

.bsu-section-head-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.bsu-pill{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#eaf0fb;
  color:var(--bsu-theme);
  font-size:.88rem;
  font-weight:800;
}

.bsu-teams-pro-toolbar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.bsu-team-filter{
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid var(--bsu-border);
  background:#fff;
  color:var(--bsu-text-soft);
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
}

.bsu-team-filter:hover,
.bsu-team-filter.active{
  background:var(--bsu-theme);
  color:#fff;
  border-color:var(--bsu-theme);
}

/* GRID */

.bsu-teams-grid-pro{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

/* CARD */

.bsu-team-card-pro{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:22px;
  box-shadow:0 18px 45px rgba(15,23,42,.07);
  transition:.22s ease;
  overflow:hidden;
}

.bsu-team-card-pro:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 55px rgba(15,23,42,.10);
}

/* TOP */

.bsu-team-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}

.bsu-team-logo-pro{
  width:76px;
  height:76px;
  border-radius:24px;
  background:#eef3fb;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  color:var(--bsu-theme);
  font-size:1.6rem;
  font-weight:900;
  flex:0 0 auto;
}

.bsu-team-logo-pro img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* BADGES */

.bsu-team-badges{
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:flex-end;
}

.bsu-team-group-badge,
.bsu-team-record-pro{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 11px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:900;
}

.bsu-team-group-badge{
  background:rgba(244,198,34,.18);
  color:#8a6500;
}

.bsu-team-record-pro{
  background:#eef3fb;
  color:var(--bsu-theme);
}

/* BODY */

.bsu-team-card-body h3{
  margin:0 0 16px;
  font-size:1.15rem;
  line-height:1.15;
  color:var(--bsu-text);
}

.bsu-team-meta-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.bsu-team-meta-item{
  padding:13px;
  border-radius:18px;
  background:#f7f9fd;
  border:1px solid rgba(15,23,42,.05);
}

.bsu-team-meta-label{
  display:block;
  margin-bottom:5px;
  color:var(--bsu-text-soft);
  font-size:.78rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.bsu-team-meta-item strong{
  display:block;
  color:var(--bsu-text);
  font-size:.94rem;
}

/* FOOTER */

.bsu-team-card-footer{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(15,23,42,.08);
}

.bsu-team-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border-radius:999px;
  background:var(--bsu-theme);
  color:#fff !important;
  text-decoration:none;
  font-weight:900;
  transition:.2s ease;
}

.bsu-team-link:hover{
  transform:translateY(-1px);
  opacity:.96;
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width:1024px){
  .bsu-teams-grid-pro{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:680px){

  .bsu-teams-section .bsu-section-head{
    flex-direction:column;
    align-items:flex-start;
    padding:38px 26px;
    border-radius:28px;
  }

  .bsu-teams-section .bsu-section-head h2{
    font-size:clamp(2.6rem,12vw,4rem);
  }

  .bsu-teams-grid-pro{
    grid-template-columns:1fr;
  }

  .bsu-team-logo-pro{
    width:66px;
    height:66px;
    border-radius:20px;
  }

  .bsu-team-meta-list{
    grid-template-columns:1fr;
  }
}
/* FULLWIDTH GLOBAL */
.bsu-section,
.bsu-container{
  max-width:100% !important;
  width:100% !important;
  padding-left:0px;
  padding-right:0px;
}
.bsu-team-card-pro.is-home-team{
  position:relative;
  border:2px solid rgba(250,204,21,.9);
  box-shadow:0 18px 45px rgba(250,204,21,.22), 0 0 0 6px rgba(250,204,21,.08);
}

.bsu-team-card-pro.is-home-team::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(250,204,21,.16), transparent 42%);
}

.bsu-team-host-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,#facc15,#f59e0b);
  color:#111827;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(245,158,11,.28);
}