.jam-gacor-section {
  position: relative;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 12% 14%, rgba(56, 189, 248, 0.24), transparent 34%),
    radial-gradient(circle at 88% 6%, rgba(37, 99, 235, 0.3), transparent 36%),
    linear-gradient(135deg, #020617 0%, #071b3a 46%, #0b3f88 100%);
  color: #ffffff;
  overflow: hidden;
}

.jam-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;
}

.jam-gacor-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.jam-gacor-heading {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.jam-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;
}

.jam-gacor-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
  color: #ffffff;
}

.jam-gacor-heading p {
  margin: 0;
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.8;
}

.jam-gacor-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 24px;
  align-items: start;
}

.jam-gacor-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.jam-gacor-item {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 45, 95, 0.76));
  border: 1px solid rgba(96, 165, 250, 0.26);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.jam-gacor-item::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.14);
  transition: transform 0.3s ease;
}

.jam-gacor-item:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.72);
  box-shadow: 0 30px 78px rgba(37, 99, 235, 0.28);
}

.jam-gacor-item:hover::after {
  transform: scale(1.45);
}

.jam-gacor-item.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);
}

.jam-gacor-time {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 130px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.95), rgba(56, 189, 248, 0.55));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14);
  text-align: center;
}

.jam-gacor-time strong {
  display: block;
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}

.jam-gacor-time span {
  display: block;
  margin-top: 8px;
  color: #dbeafe;
  font-size: 15px;
  font-weight: 800;
}

.jam-gacor-content {
  position: relative;
  z-index: 1;
}

.jam-gacor-status {
  display: inline-block;
  margin-bottom: 10px;
  color: #7dd3fc;
  font-size: 13px;
  font-weight: 900;
}

.jam-gacor-content h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 23px;
}

.jam-gacor-content p {
  margin: 0 0 16px;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.7;
}

.jam-gacor-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jam-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;
}

.jam-gacor-panel,
.jam-gacor-note {
  position: relative;
  border: 1px solid rgba(96, 165, 250, 0.26);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 45, 95, 0.78));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  border-radius: 26px;
  overflow: hidden;
}

.jam-gacor-panel {
  padding: 28px;
  position: sticky;
  top: 100px;
}

.jam-gacor-panel-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.16);
  filter: blur(2px);
}

.panel-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  color: #7dd3fc;
  font-size: 13px;
  font-weight: 900;
}

.jam-gacor-panel h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
}

.jam-gacor-panel p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.7;
}

.jam-gacor-list {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.jam-gacor-list li {
  display: flex;
  gap: 10px;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.5;
}

.jam-gacor-list li span {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.jam-gacor-cta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.jam-gacor-btn {
  min-height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}

.jam-gacor-btn.primary {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  box-shadow: 0 14px 35px rgba(37, 99, 235, 0.35);
}

.jam-gacor-btn.secondary {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(125, 211, 252, 0.35);
  color: #dbeafe;
}

.jam-gacor-note {
  margin-top: 24px;
  padding: 22px 26px;
}

.jam-gacor-note p {
  margin: 0;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 992px) {
  .jam-gacor-layout {
    grid-template-columns: 1fr;
  }

  .jam-gacor-panel {
    position: relative;
    top: 0;
  }
}

@media (max-width: 640px) {
  .jam-gacor-section {
    padding: 70px 16px;
  }

  .jam-gacor-heading {
    text-align: left;
    margin-bottom: 32px;
  }

  .jam-gacor-heading h2 {
    font-size: 28px;
  }

  .jam-gacor-heading p {
    font-size: 15px;
  }

  .jam-gacor-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
    border-radius: 22px;
  }

  .jam-gacor-time {
    min-height: 92px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .jam-gacor-time strong {
    font-size: 24px;
  }

  .jam-gacor-time span {
    margin-top: 0;
    font-size: 14px;
  }

  .jam-gacor-content h3 {
    font-size: 20px;
  }

  .jam-gacor-content p,
  .jam-gacor-panel p,
  .jam-gacor-note p {
    font-size: 14px;
  }

  .jam-gacor-panel,
  .jam-gacor-note {
    border-radius: 22px;
  }

  .jam-gacor-panel {
    padding: 22px;
  }

  .jam-gacor-panel h3 {
    font-size: 22px;
  }
}