/* ═══════════════════════════════════════════════════════
   coming-soon.css — Shared style untuk halaman belum tersedia
   Dipakai oleh: sosial/index.html, pendidikan/index.html
   punyahanif.id
═══════════════════════════════════════════════════════ */

.coming-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  gap: 20px;
}

.coming-wrap h1 {
  color: var(--heading-color);
  font-size: 2.5rem;
}

.coming-wrap p {
  font-size: 1.1rem;
  opacity: 0.7;
}

.coming-icon {
  font-size: 4rem;
}
