/* ===============================
   LIVE SECTION PRO
=============================== */

.bsu-live-section{
  padding:54px 0;
}

.bsu-live-panel-pro{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
  padding:34px;
  border-radius:34px;
  background:
    radial-gradient(circle at top right, rgba(244,198,34,.20), transparent 28%),
    linear-gradient(135deg, var(--bsu-theme), #31458c);
  color:#fff;
  box-shadow:0 28px 70px rgba(15,23,42,.18);
  overflow:hidden;
}

.bsu-live-copy-pro h2{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(2rem,3.6vw,3.6rem);
  line-height:1.02;
  letter-spacing:-.05em;
}

.bsu-live-copy-pro p{
  max-width:620px;
  margin:0 0 22px;
  color:rgba(255,255,255,.82);
  line-height:1.75;
}

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

.bsu-live-section .bsu-badge-dot{
  background:#ef4444;
  box-shadow:0 0 0 6px rgba(239,68,68,.18);
}

.bsu-live-actions{
  margin:22px 0;
}

.bsu-live-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}

.bsu-live-item{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
}

.bsu-live-item span{
  display:block;
  margin-bottom:6px;
  color:rgba(255,255,255,.66);
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.bsu-live-item strong{
  display:block;
  color:#fff;
  line-height:1.25;
}

.bsu-live-item .is-live{
  color:#fef3c7;
}

.bsu-live-video-pro{
  min-height:320px;
  border-radius:28px;
  background:rgba(2,6,23,.38);
  border:1px solid rgba(255,255,255,.12);
  padding:16px;
}

.bsu-live-video-placeholder{
  width:100%;
  min-height:288px;
  border-radius:22px;
  background:
    radial-gradient(circle at center, rgba(244,198,34,.14), transparent 35%),
    #020617;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
}

.bsu-live-video-placeholder span{
  width:72px;
  height:72px;
  border-radius:50%;
  background:var(--bsu-accent);
  color:var(--bsu-theme);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
  box-shadow:0 18px 40px rgba(244,198,34,.28);
}

.bsu-live-video-placeholder p{
  margin:16px 0 0;
  color:rgba(255,255,255,.72);
  font-weight:800;
}

@media(max-width:900px){
  .bsu-live-panel-pro{
    grid-template-columns:1fr;
  }

  .bsu-live-meta{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .bsu-live-panel-pro{
    padding:26px;
    border-radius:26px;
  }

  .bsu-live-video-pro{
    min-height:240px;
  }

  .bsu-live-video-placeholder{
    min-height:220px;
  }
}
