/* ==============================
   GLOBAL FONT & RESET
============================== */
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f8e71c;
  background-image: url('https://imgstore.io/images/2025/12/10/olx-bg-mobile-natal-2025.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

/* ==============================
   WRAPPER KONTEN (SAMPUL)
============================== */
.content-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0,0,0,0.05);
  border-radius: 10px;
}

/* ==============================
   HEADING & PARAGRAF
============================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  line-height: 1.3;
}

h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

p, small {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

strong {
  color: #fff;
}

/* ==============================
   INTERNAL LINK BOX : PREDIKSI HK
============================== */
.hk-related-box {
  background: linear-gradient(135deg, #fff9c4, #ffe082);
  border-radius: 10px;
  padding: 18px;
  margin: 25px auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 500px;
  color: #000; /* teks tetap hitam */
  text-align: left;
  font-family: sans-serif;
}

/* Judul di setiap item */
.hk-related-box h3 {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.2em;
}

/* Setiap item */
.hk-related-item {
  margin-bottom: 18px;
  padding: 12px;
  background: rgba(255, 235, 59, 0.2);
  border-radius: 8px;
}

/* Teks deskripsi */
.hk-related-item p {
  margin: 8px 0;
  color: #000;
}

/* Tombol internal link */
.hk-related-item a {
  display: inline-block;
  background-color: #ff9800; /* tombol mencolok oranye */
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* Hover efek tombol */
.hk-related-item a:hover {
  background-color: #f57c00;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}

/* ==============================
   BUTTON HOME
============================== */
.btn-home {
  display: inline-block;
  margin: 20px auto;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffd700, #ffb900);
  color: #000;
  text-align: center;
  box-shadow: 0 0 20px #ffd700, 0 0 40px #ffb900 inset;
  transition: all 0.3s ease;
}

.btn-home:hover {
  box-shadow: 0 0 25px #fff700, 0 0 50px #ffdd00 inset;
  transform: translateY(-2px);
}

/* ==============================
   PAGE SECTION BACKGROUND
============================== */
.page-section.black .section-background {
  background-color: #f8e71c;
  background-image: url('https://imgstore.io/images/2025/12/10/olx-bg-mobile-natal-2025.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  filter: brightness(0.85);
}

/* ==============================
   IMAGES RESPONSIVE & BANNER
============================== */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* ==============================
   FAQ MINI
============================== */
dl dt {
  font-weight: bold;
  margin-top: 12px;
}

dl dd {
  margin-left: 20px;
  margin-bottom: 12px;
  color: #333;
}

/* ==============================
   RESPONSIVE ADJUSTMENT
============================== */
@media (max-width: 768px) {
  body { font-size: 13px; }
  
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 16px; }

  .content-wrapper {
    padding: 15px;
    max-width: 95%;
  }

  .hk-related-box {
    padding: 14px;
    max-width: 90%;
  }

  .hk-related-item a,
  .btn-home {
    font-size: 14px;
    padding: 10px 20px;
  }
}
