.kegiatan-detail-hero {
  background: linear-gradient(135deg,#1a1026,#241437);
  padding: 150px 0 100px;
}

.kegiatan-detail-hero h1 {
  font-size: 40px;
  font-weight: 800;
  color: #F2A93B;
}

.detail-meta {
  margin-top: 18px;
  color: #ffffff;
  display: flex;
  gap: 20px;
}

.kegiatan-detail-section {
  background: #0f0b16;
  padding: 60px 0 120px;
}

.detail-layout {
  max-width: 860px;
}

.detail-image {
  width: 100%;
  border-radius: 22px;
  margin-bottom: 40px;
}

.detail-text {
  font-size: 17px;
  line-height: 1.9;
  color: #E5E7EB;
}
/* FIX GAP PUTIH KONTAK – FINAL */
.kontak-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.kontak-section .container {
  padding-bottom: 20 !important;
}

footer {
  margin-top: 0 !important;
}
