.sabung-schedule {
  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: #ffffff;
}

.sabung-schedule::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-schedule-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: auto;
}

.sabung-schedule-heading {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.sabung-schedule-badge,
.panel-label {
  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-schedule-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #fff 0%, #c7ecff 60%, #5ed4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sabung-schedule-heading p {
  color: #d9ecff;
  font-size: 16px;
  line-height: 1.85;
}

.sabung-schedule-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
}

.sabung-schedule-card,
.sabung-schedule-panel,
.sabung-schedule-note {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  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,.32);
  backdrop-filter: blur(14px);
}

.sabung-schedule-card {
  padding: 28px;
}

.sabung-schedule-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.sabung-schedule-head h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 8px;
}

.sabung-schedule-head p {
  color: #cbe7ff;
  font-size: 14px;
  line-height: 1.65;
}

.sabung-schedule-head > span {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 999px;
  color: #8fe1ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(111,211,255,.24);
  font-size: 12px;
  font-weight: 900;
}

.sabung-match-list {
  display: grid;
  gap: 14px;
}

.sabung-match-item {
  display: grid;
  grid-template-columns: 82px 1fr 90px 78px;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  transition: .35s ease;
}

.sabung-match-item:hover {
  transform: translateY(-4px);
  border-color: rgba(111,211,255,.42);
  background: rgba(255,255,255,.10);
}

.sabung-match-item.featured {
  background:
    linear-gradient(135deg, rgba(0,102,255,.28), rgba(49,201,255,.11)),
    rgba(255,255,255,.07);
  border-color: rgba(111,211,255,.32);
}

.sabung-match-time {
  display: grid;
  place-items: center;
  padding: 14px 10px;
  border-radius: 18px;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  box-shadow: 0 12px 30px rgba(0,120,255,.32);
}

.sabung-match-time strong {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.sabung-match-time span {
  color: #eaf8ff;
  font-size: 12px;
  font-weight: 800;
  margin-top: 5px;
}

.sabung-match-info span {
  display: inline-block;
  margin-bottom: 8px;
  color: #8fe1ff;
  font-size: 12px;
  font-weight: 900;
}

.sabung-match-info h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 7px;
}

.sabung-match-info p {
  color: #cbe7ff;
  font-size: 13.5px;
  line-height: 1.6;
}

.sabung-match-status {
  text-align: center;
  padding: 12px 10px;
  border-radius: 16px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.10);
}

.sabung-match-status small {
  display: block;
  color: #9fcdf5;
  font-size: 11px;
  margin-bottom: 5px;
}

.sabung-match-status strong {
  color: #70d8ff;
  font-size: 16px;
}

.status-live,
.status-open,
.status-hot {
  display: inline-flex;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  color: #70d8ff;
  background: rgba(49,201,255,.18);
  border: 1px solid rgba(111,211,255,.35);
}

.sabung-schedule-panel {
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(0,102,255,.34), rgba(49,201,255,.13)),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  border-color: rgba(111,211,255,.38);
}

.sabung-panel-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -100px;
  top: -100px;
  background: rgba(76,207,255,.24);
  border-radius: 50%;
  filter: blur(34px);
}

.sabung-schedule-panel h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.sabung-schedule-panel p {
  position: relative;
  z-index: 1;
  color: #d9ecff;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.sabung-checklist {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.sabung-checklist li {
  display: flex;
  gap: 12px;
  color: #d9ecff;
  font-size: 15px;
  line-height: 1.65;
}

.sabung-checklist span {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.sabung-schedule-cta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.sabung-schedule-btn {
  display: flex;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: .35s ease;
}

.sabung-schedule-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
}

.sabung-schedule-btn.secondary {
  color: #eef8ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.24);
}

.sabung-schedule-btn:hover {
  transform: translateY(-4px);
  filter: brightness(1.12);
}

.sabung-schedule-note {
  max-width: 920px;
  margin: 34px auto 0;
  padding: 22px 28px;
  text-align: center;
  color: #d9ecff;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .sabung-schedule-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .sabung-schedule {
    padding: 70px 18px;
  }

  .sabung-schedule-heading {
    margin-bottom: 40px;
  }

  .sabung-schedule-heading h2 {
    font-size: 31px;
  }

  .sabung-schedule-card,
  .sabung-schedule-panel {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .sabung-schedule-head {
    flex-direction: column;
  }

  .sabung-match-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sabung-match-time {
    width: 92px;
  }

  .sabung-match-status {
    text-align: left;
  }

  .status-live,
  .status-open,
  .status-hot {
    width: fit-content;
  }
}