.elementor-430 .elementor-element.elementor-element-7994d08{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2bf7e77 *//* SECTION UTAMA */
.mmu-article {
  background: #ffffff;
  padding: 80px 20px;
}

/* CONTAINER */
.mmu-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* HERO */
.mmu-hero {
  position: relative;
  height: 420px;
}

.mmu-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mmu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.mmu-overlay h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}

.mmu-overlay p {
  color: #f1f1f1;
  font-size: 18px;
}

/* KONTEN */
.mmu-content {
  background: #ffffff;
  padding: 70px;
  margin-top: -60px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* PARAGRAF */
.mmu-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #222222;
  margin-bottom: 22px;
}

/* PARAGRAF PEMBUKA */
.mmu-lead {
  font-size: 18px;
  font-weight: 500;
  color: #1f1f1f;
}

/* JUDUL */
.mmu-content h2 {
  font-size: 24px;
  margin: 45px 0 20px;
  color: #111111;
}

/* LIST */
.mmu-list {
  list-style: none;
  padding-left: 0;
  margin: 25px 0 35px;
}

.mmu-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #222222;
}

.mmu-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b38b2d; /* emas */
  font-weight: bold;
}

/* CTA */
.mmu-cta {
  margin-top: 60px;
  padding: 45px;
  background: #1a1a1a;
  border-radius: 14px;
  text-align: center;
}

.mmu-cta h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 12px;
}

.mmu-cta p {
  color: #e0e0e0;
  font-size: 16px;
  margin-bottom: 26px;
}

.mmu-cta a {
  display: inline-block;
  padding: 14px 36px;
  background: #b38b2d;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.mmu-cta a:hover {
  background: #9c7724;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mmu-hero {
    height: 280px;
  }

  .mmu-overlay h1 {
    font-size: 26px;
  }

  .mmu-content {
    padding: 40px 26px;
    margin-top: -40px;
  }
}/* End custom CSS */