.sabung-live {
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(43, 198, 255, .22), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(0, 102, 255, .30), transparent 34%),
    linear-gradient(135deg, #020b18 0%, #041b3f 45%, #062d72 100%);
  color: #fff;
}

.sabung-live::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.sabung-live-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
}

.sabung-live-heading {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.sabung-live-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(111,211,255,.35);
  color: #8fe1ff;
  font-size: 13px;
  font-weight: 800;
}

.sabung-live-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #c7ecff 60%, #5ed4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sabung-live-heading p {
  color: #d9ecff;
  font-size: 16px;
  line-height: 1.85;
}

.sabung-live-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: stretch;
}

.sabung-live-video,
.sabung-live-info {
  position: relative;
}

.live-screen {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.045)),
    radial-gradient(circle at center, rgba(49,201,255,.18), transparent 55%);
  border: 1px solid rgba(138,214,255,.25);
  box-shadow:
    inset 0 0 28px rgba(255,255,255,.04),
    0 25px 75px rgba(0,25,80,.38);
  backdrop-filter: blur(14px);
}

.live-video-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(49,201,255,.20);
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
}

.live-topbar,
.live-bottom {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.live-topbar {
  top: 24px;
}

.live-bottom {
  bottom: 24px;
  flex-wrap: wrap;
}

.live-topbar strong,
.live-topbar em,
.live-bottom span {
  padding: 8px 13px;
  border-radius: 999px;
  color: #8fe1ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(111,211,255,.26);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.live-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #31c9ff;
  box-shadow: 0 0 18px rgba(49,201,255,.9);
}

.live-content {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 80px 34px;
}

.live-play {
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  box-shadow: 0 18px 48px rgba(0,119,255,.42);
  font-size: 36px;
  font-weight: 900;
}

.live-content h3 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
  margin-bottom: 14px;
}

.live-content p {
  max-width: 540px;
  color: #d9ecff;
  font-size: 15.5px;
  line-height: 1.75;
}

.sabung-live-info {
  display: grid;
  gap: 18px;
}

.live-info-card {
  display: flex;
  gap: 18px;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  border: 1px solid rgba(138,214,255,.18);
  box-shadow: 0 18px 55px rgba(0,25,80,.28);
  backdrop-filter: blur(14px);
  transition: .35s ease;
}

.live-info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111,211,255,.45);
}

.live-featured {
  background:
    linear-gradient(135deg, rgba(0,102,255,.36), rgba(49,201,255,.14)),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
}

.live-info-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  display: grid;
  place-items: center;
  font-size: 24px;
  box-shadow: 0 12px 30px rgba(0,120,255,.35);
}

.live-info-card h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.live-info-card p {
  color: #cbe7ff;
  font-size: 14.5px;
  line-height: 1.7;
}

.sabung-live-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.sabung-live-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: .35s ease;
}

.sabung-live-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  box-shadow: 0 14px 38px rgba(0,119,255,.36);
}

.sabung-live-btn.secondary,
.sabung-live-btn.ghost {
  color: #eef8ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.24);
}

.sabung-live-btn:hover {
  transform: translateY(-4px);
  filter: brightness(1.12);
}

@media (max-width: 992px) {
  .sabung-live-layout {
    grid-template-columns: 1fr;
  }

  .live-screen {
    min-height: 440px;
  }
}

@media (max-width: 680px) {
  .sabung-live {
    padding: 70px 18px;
  }

  .sabung-live-heading h2 {
    font-size: 31px;
  }

  .sabung-live-heading p {
    font-size: 15px;
  }

  .live-screen {
    min-height: 390px;
    border-radius: 24px;
  }

  .live-topbar,
  .live-bottom {
    left: 16px;
    right: 16px;
  }

  .live-bottom {
    justify-content: center;
  }

  .live-play {
    width: 74px;
    height: 74px;
    font-size: 28px;
  }

  .live-content {
    padding: 90px 20px;
  }

  .live-info-card {
    flex-direction: column;
    border-radius: 22px;
    padding: 22px 18px;
  }

  .sabung-live-cta {
    display: grid;
  }
}