/* ===============================
   VISI & MISI – SATU KARTU
   Semua class diawali "vm-"
================================== */

.vm-section {
  padding: 80px 0 90px;
  background: radial-gradient(circle at top, #ecfdf3 0%, #ffffff 55%, #e8f5e9 100%);
}

/* Batasi lebar konten */
.vm-section .container {
  max-width: 1100px;
}

/* Heading atas */
.vm-header {
  margin-bottom: 28px;
}

.vm-header .vm-eyebrow {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vm-header .vm-title {
  font-size: 30px;
  font-weight: 800;
  color: #022c22;
  margin-bottom: 6px;
}

.vm-header .vm-subtitle {
  max-width: 680px;
  margin: 0 auto;
  font-size: 14px;
  color: #6b7280;
}

/* Kartu utama */
.vm-card {
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 18px 45px rgba(15, 118, 110, 0.08),
    0 0 0 1px rgba(148, 163, 184, 0.10);
}

.vm-card-single {
  padding: 22px 24px 20px;
  margin: 0 auto;
}

/* Blok dalam kartu (visi & misi) */
.vm-section-block {
  padding: 4px 2px 6px;
}

/* Garis pemisah */
.vm-divider {
  height: 1px;
  margin: 14px 0 16px;
  background: linear-gradient(to right, transparent, #d1fae5, transparent);
}

/* Header kecil di dalam kartu */
.vm-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.vm-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 20%, #bbf7d0, #16a34a);
  color: #ecfdf5;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
  flex-shrink: 0;
}

.vm-icon-circle i {
  font-size: 18px;
}

.vm-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #16a34a;
}

.vm-card-title {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #022c22;
}

/* Isi teks */
.vm-card-text {
  margin: 4px 0 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #111827;
}

/* List misi */
.vm-list {
  padding-left: 18px;
  margin: 6px 0 0;
  color: #374151;
  font-size: 13px;
}

.vm-list li {
  margin-bottom: 5px;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 991.98px) {
  .vm-section {
    padding: 60px 0 70px;
  }

  .vm-card-single {
    padding: 20px 18px 18px;
  }
}

@media (max-width: 575.98px) {
  .vm-header .vm-title {
    font-size: 24px;
  }

  .vm-card-title {
    font-size: 16px;
  }

  .vm-card-text,
  .vm-header .vm-subtitle {
    font-size: 13px;
  }
}
/* ====== ABOUT: BLOK UTAMA ====== */
.welcome_about {
  padding: 60px 0 40px;
}

.welcome_about .about-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #15803d;
  margin-bottom: 8px;
}

.welcome_about .about-title {
  font-size: 28px;
  margin-bottom: 20px;
}

/* Teks profil singkat (alamat, tahun, status, akreditasi) */
.welcome_about p {
  margin-bottom: 4px;
  line-height: 1.6;
}

/* ====== ABOUT: BLOK DETAIL (KEUNGGULAN, PROGRAM, DLL) ====== */
.about-detail {
  max-width: 860px;           /* supaya tulisan tidak terlalu melebar */
  margin: 20px auto 0;        /* posisi center */
  font-size: 0.97rem;
  line-height: 1.8;
}

/* Garis pemisah di dalam about-detail */
.about-detail hr {
  margin: 1.6rem 0;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

/* Judul kecil (Keunggulan Sekolah, Program Unggulan, dll.) */
.about-detail h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

/* List bawaan dirapikan */
.about-detail ul,
.about-detail ol {
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}

/* Jarak antar item list */
.about-detail li + li {
  margin-top: 0.25rem;
}
/* KECILKAN JARAK ATAS SECTION ABOUT */
.welcome_about {
  padding-top: 20px !important;
}
