/* Promo & Fitur SBOBET88 */

.sbo-promo-card {
  background: linear-gradient(160deg, #0B2340 0%, #1B3A6B 45%, #24508C 100%);
  border: 2px solid rgba(245, 132, 31, 0.45);
  border-radius: 16px;
  padding: 18px 18px 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 22px rgba(0, 80, 180, 0.35),
    inset 0 0 28px rgba(255, 255, 255, 0.04);
}

.sbo-promo-card::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(245, 132, 31, 0.18), transparent 70%);
  pointer-events: none;
}

.sbo-promo-head {
  position: relative;
  margin-bottom: 14px;
}

.sbo-promo-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #0B2340;
  background: linear-gradient(135deg, #FF9A3C, #F5841F);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.sbo-promo-head h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
  text-transform: none;
}

.sbo-promo-head p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.sbo-promo-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.sbo-tab {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(94, 179, 255, 0.35);
  background: rgba(0, 40, 80, 0.45);
  color: #b8d9ff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
}

.sbo-tab:hover {
  border-color: rgba(245, 132, 31, 0.55);
  color: #fff;
}

.sbo-tab.active {
  background: linear-gradient(135deg, #3378B8, #1B3A6B);
  border-color: #F5841F;
  color: #fff;
  box-shadow: 0 0 12px rgba(245, 132, 31, 0.25);
}

.sbo-promo-panels {
  position: relative;
  min-height: 220px;
}

.sbo-promo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.sbo-promo-list.active {
  display: flex;
}

.sbo-promo-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sbo-promo-item::before {
  display: none;
}

.sbo-promo-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border-color: rgba(245, 132, 31, 0.35);
}

.sbo-promo-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(0, 80, 180, 0.35);
  border-radius: 10px;
}

.sbo-promo-body {
  flex: 1;
  min-width: 0;
}

.sbo-promo-body strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 4px;
}

.sbo-promo-body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.sbo-promo-tag {
  display: inline-block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #0B2340;
  background: #5eb3ff;
  padding: 2px 8px;
  border-radius: 999px;
}

.sbo-promo-tag--hot {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
}

.sbo-promo-tag--gold {
  background: linear-gradient(135deg, #FF9A3C, #F5841F);
}

.sbo-promo-cta {
  display: block;
  margin-top: 14px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #0B2340;
  background: linear-gradient(135deg, #FF9A3C 0%, #F5841F 100%);
  padding: 11px 14px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sbo-promo-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(245, 132, 31, 0.4);
  color: #0B2340;
}

@media (max-width: 640px) {
  .sbo-promo-panels {
    min-height: 240px;
  }

  .sbo-tab {
    font-size: 11px;
    padding: 7px 8px;
  }
}
