
/* Radio MB — bloque home Etapa 0
   Cargado solo desde index.php mediante $extra_css.
*/

.mb-radio-live {
  padding: 68px 0;
  background:
    radial-gradient(circle at top left, rgba(0, 168, 150, .25), transparent 36%),
    linear-gradient(135deg, #071511 0%, #0b2a22 50%, #00a896 140%);
  color: #fff;
}

.mb-radio-live__box {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: 32px;
  align-items: stretch;
}

.mb-radio-live__main,
.mb-radio-live__side {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  border-radius: 24px;
  padding: 34px;
  backdrop-filter: blur(8px);
}

.mb-radio-live__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mb-radio-live__badge::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #31f28a;
  box-shadow: 0 0 0 6px rgba(49,242,138,.14);
}

.mb-radio-live h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.15rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}

.mb-radio-live p {
  margin: 0 0 22px;
  max-width: 720px;
  color: rgba(255,255,255,.9);
  font-size: 1.08rem;
}

.mb-radio-live__player {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 10px 0 0;
}

.mb-radio-live__hint {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: .92rem !important;
}

.mb-radio-live__side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mb-radio-live__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(0,0,0,.25);
  font-size: 2rem;
}

.mb-radio-live__side h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 850;
}

.mb-radio-live__side ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.mb-radio-live__side li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: rgba(255,255,255,.88);
}

.mb-radio-live__side li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #31f28a;
  font-weight: 900;
}

.mb-radio-live .btn-outline {
  align-self: flex-start;
  border-color: rgba(255,255,255,.42);
  color: #fff;
  background: transparent;
}

.mb-radio-live .btn-outline:hover {
  background: #fff;
  color: #0b2a22;
}

@media (max-width: 900px) {
  .mb-radio-live {
    padding: 48px 0;
  }

  .mb-radio-live__box {
    grid-template-columns: 1fr;
  }

  .mb-radio-live__main,
  .mb-radio-live__side {
    padding: 26px;
    border-radius: 20px;
  }
}
