.kegiatan-hero {
  background: linear-gradient(135deg,#1a1026,#241437);
  padding: 150px 0 120px;
}

.kegiatan-hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #F2A93B;
}

.kegiatan-hero p {
  color: #ffffff;
  margin-top: 12px;
}

.kegiatan-search {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  max-width: 420px;
}

.kegiatan-search input {
  flex: 1;
  padding: 14px;
  border-radius: 14px;
  background: #1f1b2e;
  color: #fff;
  border: none;
}

.kegiatan-search button {
  padding: 14px 22px;
  background: #F2A93B;
  border-radius: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.kegiatan-section {
  background: #0f0b16;
  padding: 60px 0 120px;
}

.kegiatan-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
}

.kegiatan-card {
  background: linear-gradient(145deg,#1c1228,#2a183d);
  border-radius: 22px;
  overflow: hidden;
  transition: .35s ease;
}

.kegiatan-card:hover {
  transform: translateY(-10px);
}

.kegiatan-thumb {
  position: relative;
  height: 200px;
}

.kegiatan-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.date-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #F2A93B;
  color: #1C1228;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
}

.kegiatan-body {
  padding: 24px;
}

.kegiatan-body h3 {
  margin-bottom: 10px;
    color: #F2A93B;
}

.meta {
  font-size: 13px;
  color: #B9AFC8;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.btn-detail {
  color: #F2A93B;
  font-weight: 600;
}
/* 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;
}
