/* ======================================================================
   SMA MA'ARIF DARUL ULUM BRONDONG — MOBILE HOME FIX v16
   - Portal Admin di bawah badge Ahlusunnah wal Jama'ah
   - Foto Kepala Sekolah berada di tengah pada mobile
   - Footer Home dipastikan tampil dan tidak tertutup section sebelumnya
   ====================================================================== */

/* Footer Home: berlaku di semua ukuran layar agar selalu dirender. */
.footer-smanu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  clear: both !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 1px !important;
  z-index: 2 !important;
  overflow: visible !important;
}

/* Pastikan section sebelum footer tidak menutup atau menimpa footer. */
.stats-smanu {
  position: relative !important;
  clear: both !important;
  float: none !important;
  z-index: 1 !important;
}

@media (max-width: 767.98px) {
  /* Identitas sekolah menjadi elemen pertama pada hero mobile. */
  .hero-smanu-identity {
    order: 1 !important;
    margin: 0 0 8px !important;
  }

  /* Portal Admin langsung mengikuti identitas sekolah. */
  .hero-admin-top {
    order: 2 !important;
    justify-self: start !important;
    width: auto !important;
    margin: 0 0 16px !important;
    text-align: left !important;
  }

  .hero-admin-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 7px 13px !important;
    border: 1px solid rgba(15, 122, 67, .16) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .76) !important;
    box-shadow: 0 8px 18px rgba(15, 122, 67, .07) !important;
    color: #315d4c !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  .hero-smanu-title {
    order: 3 !important;
  }

  .hero-smanu-desc {
    order: 4 !important;
  }

  .hero-smanu-actions {
    order: 5 !important;
  }

  .hero-smanu .row.align-items-center > .col-lg-6:nth-child(2) {
    order: 6 !important;
  }

  .hero-smanu-stats {
    order: 7 !important;
  }

  /* Kartu kepala sekolah berada di tengah. */
  .headmaster-card {
    padding: 22px 18px 20px !important;
  }

  .headmaster-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 14px !important;
  }

  .headmaster-photo-wrap {
    width: 110px !important;
    height: 110px !important;
    margin: 0 auto 10px !important;
  }

  .headmaster-photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .headmaster-text {
    width: 100% !important;
    text-align: center !important;
  }

  .headmaster-title,
  .headmaster-quote {
    text-align: center !important;
  }

  .headmaster-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  /* Footer mobile dibuat jelas, rapi, dan tidak menyatu dengan section atas. */
  .footer-smanu {
    margin-top: 0 !important;
    padding: 34px 0 20px !important;
    background: radial-gradient(circle at top, #052e16 0%, #020617 62%) !important;
    color: #e5e7eb !important;
  }

  .footer-smanu .container {
    display: block !important;
    width: 100% !important;
  }

  .footer-smanu .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .footer-smanu .row > [class*="col-"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
