.slot-gacor-section {
  position: relative;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 189, 248, 0.24), transparent 34%),
    radial-gradient(circle at 90% 6%, rgba(37, 99, 235, 0.3), transparent 36%),
    linear-gradient(135deg, #020617 0%, #071b3a 46%, #0b3f88 100%);
  color: #ffffff;
  overflow: hidden;
}

.slot-gacor-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent);
  pointer-events: none;
}

.slot-gacor-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.slot-gacor-heading {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.slot-gacor-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.45);
  color: #93c5fd;
  font-size: 14px;
  font-weight: 800;
}

.slot-gacor-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
  color: #ffffff;
}

.slot-gacor-heading p {
  margin: 0;
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.8;
}

.slot-gacor-highlight {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 22px;
  margin-bottom: 26px;
}

.slot-gacor-main,
.slot-gacor-rank,
.slot-gacor-card,
.slot-gacor-note {
  border: 1px solid rgba(96, 165, 250, 0.26);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 45, 95, 0.76));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  border-radius: 26px;
}

.slot-gacor-main {
  padding: 28px;
}

.slot-gacor-live {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #7dd3fc;
  font-size: 14px;
  font-weight: 900;
}

.slot-gacor-live span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.14);
}

.slot-gacor-main h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
}

.slot-gacor-main p {
  margin: 0;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.75;
}

.slot-gacor-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.slot-gacor-mini-stats div {
  padding: 16px 12px;
  border-radius: 18px;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(125, 211, 252, 0.2);
  text-align: center;
}

.slot-gacor-mini-stats strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 22px;
}

.slot-gacor-mini-stats span {
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 700;
}

.slot-gacor-rank {
  padding: 24px;
}

.slot-gacor-rank-title {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.slot-gacor-rank-title span {
  color: #7dd3fc;
  font-size: 14px;
  font-weight: 900;
}

.slot-gacor-rank-title strong {
  color: #ffffff;
  font-size: 14px;
}

.slot-gacor-rank ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: gacorRank;
}

.slot-gacor-rank li {
  counter-increment: gacorRank;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(96, 165, 250, 0.16);
  color: #dbeafe;
  font-size: 14px;
}

.slot-gacor-rank li:last-child {
  border-bottom: none;
}

.slot-gacor-rank li::before {
  content: counter(gacorRank);
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d4ed8, #38bdf8);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
}

.slot-gacor-rank li span {
  flex: 1;
}

.slot-gacor-rank li strong {
  color: #ffffff;
  font-size: 13px;
}

.slot-gacor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.slot-gacor-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.slot-gacor-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -60px;
  right: -60px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.14);
  transition: transform 0.3s ease;
}

.slot-gacor-card:hover {
  transform: translateY(-8px);
  border-color: rgba(56, 189, 248, 0.72);
  box-shadow: 0 30px 78px rgba(37, 99, 235, 0.28);
}

.slot-gacor-card:hover::after {
  transform: scale(1.45);
}

.slot-gacor-card.featured {
  background: linear-gradient(180deg, rgba(30, 64, 175, 0.96), rgba(2, 6, 23, 0.92));
  border-color: rgba(125, 211, 252, 0.58);
}

.slot-gacor-icon {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #1d4ed8, #38bdf8);
  font-size: 32px;
  box-shadow: 0 16px 35px rgba(56, 189, 248, 0.25);
}

.slot-gacor-content {
  position: relative;
  z-index: 1;
}

.slot-gacor-provider {
  display: inline-block;
  margin-bottom: 10px;
  color: #7dd3fc;
  font-size: 13px;
  font-weight: 800;
}

.slot-gacor-content h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 21px;
}

.slot-gacor-content p {
  margin: 0 0 18px;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.7;
}

.slot-gacor-progress {
  margin-bottom: 16px;
}

.slot-gacor-progress-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.slot-gacor-progress-top span {
  color: #93c5fd;
  font-size: 13px;
  font-weight: 800;
}

.slot-gacor-progress-top strong {
  color: #ffffff;
  font-size: 14px;
}

.slot-gacor-bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.7);
  overflow: hidden;
}

.slot-gacor-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.slot-gacor-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.slot-gacor-meta span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.18);
  border: 1px solid rgba(96, 165, 250, 0.24);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 800;
}

.slot-gacor-btn {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(37, 99, 235, 0.35);
}

.slot-gacor-note {
  margin-top: 24px;
  padding: 22px 26px;
}

.slot-gacor-note p {
  margin: 0;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .slot-gacor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .slot-gacor-highlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .slot-gacor-section {
    padding: 70px 16px;
  }

  .slot-gacor-heading {
    text-align: left;
    margin-bottom: 32px;
  }

  .slot-gacor-heading h2 {
    font-size: 28px;
  }

  .slot-gacor-heading p,
  .slot-gacor-main p,
  .slot-gacor-note p {
    font-size: 15px;
  }

  .slot-gacor-main,
  .slot-gacor-rank,
  .slot-gacor-card,
  .slot-gacor-note {
    border-radius: 22px;
  }

  .slot-gacor-main,
  .slot-gacor-rank {
    padding: 22px;
  }

  .slot-gacor-main h3 {
    font-size: 22px;
  }

  .slot-gacor-mini-stats {
    grid-template-columns: 1fr;
  }

  .slot-gacor-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .slot-gacor-card {
    padding: 22px;
  }

  .slot-gacor-icon {
    width: 64px;
    height: 64px;
    font-size: 30px;
  }

  .slot-gacor-content h3 {
    font-size: 20px;
  }
}