/* =========================================================
   TENTANG MODERN - ABOUT PAGE OVERRIDE
   Pakai setelah main.css dan ui-professional-override.css
   Warna tetap: hijau, gold, putih
========================================================= */

.about-page {
  --az-primary: #0f3d2e;
  --az-secondary: #1f7a63;
  --az-green: #198754;
  --az-gold: #c8a96a;
  --az-gold-strong: #c9a227;
  --az-ink: #0f172a;
  --az-muted: #64748b;
  --az-soft: #f8fafc;
  background: #fbfbfd;
}

/* ===== Shared section polish ===== */
.about-page .section-tag,
.about-page .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(25, 135, 84, .09);
  color: var(--az-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.about-page .display-title {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -2px;
  color: var(--az-ink);
}

.about-page .display-title span {
  color: var(--az-green);
}

.about-page section {
  position: relative;
}

/* ===== Page title improvement ===== */
.about-page .page-title,
.about-page .page-title.premium {
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, .10), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* ===== Leadership tabs ===== */
.welcome-tabs-section {
  padding: clamp(70px, 8vw, 120px) 0 !important;
  background:
    radial-gradient(circle at 10% 20%, rgba(25, 135, 84, .08), transparent 32%),
    radial-gradient(circle at 90% 70%, rgba(200, 169, 106, .12), transparent 34%),
    #fbfbfd;
  overflow: hidden;
}

.sidebar-pill-wrapper {
  position: sticky;
  top: 100px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 20px 60px rgba(15,23,42,.06);
  backdrop-filter: blur(18px);
}

.sidebar-label {
  font-size: 12px;
  font-weight: 800;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin: 0 0 14px;
  padding: 0 6px;
}

.nav-pills-apple {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pill-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  margin-bottom: 10px;
  border-radius: 18px;
  color: #334155;
  cursor: pointer;
  font-weight: 600;
  transition: .28s ease;
  background: transparent;
}

.pill-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(25,135,84,.08);
  color: var(--az-green);
  transition: .28s ease;
}

.pill-item:hover {
  background: rgba(25,135,84,.07);
  transform: translateX(3px);
}

.pill-item.active {
  background: linear-gradient(135deg, var(--az-primary), var(--az-secondary));
  color: #fff;
  box-shadow: 0 16px 35px rgba(15,61,46,.20);
}

.pill-item.active .pill-icon {
  background: rgba(255,255,255,.18);
  color: #fff;
}

.btn-load-more-sidebar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 8px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: .28s ease;
}

.btn-load-more-sidebar:hover {
  background: var(--az-green);
  color: #fff;
  transform: translateY(-2px);
}

.tab-content-wrapper {
  min-height: 520px;
}

.tab-pane-apple {
  animation: azFadeUp .45s ease both;
}

.profile-card-apple {
  position: relative;
}

.image-inner {
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(15,23,42,.14);
}

.image-inner img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform .75s ease;
}

.profile-card-apple:hover .image-inner img {
  transform: scale(1.045);
}

.profile-badge {
  position: absolute;
  right: -14px;
  bottom: -18px;
  max-width: calc(100% - 30px);
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 18px 45px rgba(15,23,42,.12);
  backdrop-filter: blur(18px);
}

.profile-badge h5 {
  margin: 0 0 4px;
  color: var(--az-ink);
  font-size: 16px;
  font-weight: 800;
}

.profile-badge p {
  margin: 0;
  color: var(--az-green);
  font-size: 13px;
  font-weight: 700;
}

.content-text-apple {
  padding: clamp(20px, 3vw, 38px);
}

.title-bold {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--az-ink);
  margin-bottom: 18px;
}

.lead-text {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
  font-weight: 600;
  color: var(--az-green);
}

.body-text p {
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

.signature-font {
  font-family: 'Dancing Script', cursive;
  font-size: 34px;
  color: var(--az-ink);
  margin-bottom: 0;
}

.sign-divider {
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--az-green), var(--az-gold));
  margin: 6px 0 10px;
}

/* ===== About editorial ===== */
.about-section {
  padding: clamp(70px, 8vw, 120px) 0;
  background: #ffffff;
}

.image-wrapper {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(15,23,42,.10);
}

.image-wrapper img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.image-badge {
  background: linear-gradient(135deg, var(--az-primary), var(--az-secondary));
  border: 1px solid rgba(255,255,255,.30);
  box-shadow: 0 16px 35px rgba(15,61,46,.22);
}

.stats-box {
  background: rgba(248,250,252,.9);
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 14px 35px rgba(15,23,42,.04);
}

.stats-box h4 {
  color: var(--az-green);
  font-weight: 800;
}

.highlight-modern {
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 16px 40px rgba(15,23,42,.05);
}

.highlight-modern i {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(200,169,106,.15);
  color: var(--az-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===== Visi misi ===== */
.visi-misi-section {
  padding: clamp(80px, 8vw, 120px) 0;
  background:
    radial-gradient(circle at top left, rgba(25,135,84,.08), transparent 35%),
    linear-gradient(180deg, #f8fafc, #ffffff);
}

.vm-tabs-wrapper {
  margin-bottom: 42px;
}

.vm-tabs {
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(15,23,42,.05);
}

.vm-btn {
  border: 0;
  border-radius: 999px;
  padding: 11px 28px;
  background: transparent;
  color: #64748b;
  font-weight: 800;
  transition: .25s ease;
}

.vm-btn.active {
  background: #fff;
  color: var(--az-green);
  box-shadow: 0 10px 25px rgba(15,23,42,.08);
}

.vm-card {
  border-radius: 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 24px 70px rgba(15,23,42,.07);
}

.visi-side {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 42%),
    linear-gradient(135deg, var(--az-primary), var(--az-secondary));
  padding: clamp(38px, 5vw, 64px);
}

.visi-side h3 {
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.35;
}

.visi-side h3 span {
  color: #f5d76e;
}

.misi-side {
  padding: clamp(38px, 5vw, 64px);
}

.misi-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(15,23,42,.06);
}

.misi-list li:last-child {
  border-bottom: 0;
}

.misi-num {
  background: rgba(25,135,84,.10);
  color: var(--az-green);
}

/* ===== Program ===== */
.program-unggulan {
  padding: clamp(80px, 8vw, 120px) 0 !important;
  background: #fff;
}

.unggulan-card {
  height: 100%;
  border-radius: 28px;
  padding: 34px 24px;
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 18px 45px rgba(15,23,42,.05);
}

.unggulan-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
}

.unggulan-card h5 {
  font-weight: 800;
}

/* ===== Facilities ===== */
.facilities-section {
  padding: clamp(80px, 8vw, 120px) 0 !important;
  background:
    radial-gradient(circle at 85% 20%, rgba(200,169,106,.10), transparent 34%),
    #f8fafc;
}

.facility-card {
  border-radius: 34px;
  height: 420px;
  box-shadow: 0 24px 60px rgba(15,23,42,.10);
  border: 1px solid rgba(255,255,255,.8);
}

.facility-overlay {
  padding: 38px;
  background: linear-gradient(to top, rgba(2,6,23,.78), rgba(2,6,23,.15), transparent);
}

/* ===== Testimonials ===== */
.testimonials-premium {
  padding: clamp(80px, 8vw, 120px) 0 !important;
  background: #ffffff;
}

.testimonial-card {
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
}

/* ===== Animation ===== */
@keyframes azFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .sidebar-pill-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .image-inner img {
    height: 390px;
  }

  .content-text-apple {
    padding: 36px 4px 0;
  }

  .profile-badge {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 768px) {
  .welcome-tabs-section,
  .about-section,
  .visi-misi-section,
  .program-unggulan,
  .facilities-section,
  .testimonials-premium {
    padding: 64px 0 !important;
  }

  .about-page .display-title {
    letter-spacing: -1px;
  }

  .pill-item {
    padding: 12px;
  }

  .image-inner img,
  .image-wrapper img {
    height: 320px;
    min-height: 320px;
  }

  .profile-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -26px 18px 0;
  }

  .vm-tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .vm-btn {
    flex: 1 0 auto;
    padding: 10px 22px;
  }

  .vm-card {
    border-radius: 26px;
  }

  .facility-card {
    height: 300px;
    border-radius: 26px;
  }

  .facility-overlay {
    padding: 24px;
  }
}

@media (max-width: 576px) {
  .sidebar-pill-wrapper {
    padding: 14px;
    border-radius: 22px;
  }

  .pill-icon {
    width: 34px;
    height: 34px;
  }

  .title-bold {
    font-size: 28px;
  }

  .lead-text {
    font-size: 17px;
  }

  .body-text p {
    font-size: 14px;
  }

  .stats-box .col-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .stats-box h4 {
    font-size: 20px;
  }

  .stats-box small {
    font-size: 11px;
  }
}


/* =========================================================
   HERO ABOUT MODERN - OVERHAUL SECTION
   Ganti x-page-title lama agar first impression jauh lebih modern
========================================================= */
.about-hero-modern {
  position: relative;
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  padding: clamp(90px, 9vw, 140px) 0 clamp(70px, 8vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(25, 135, 84, .12), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(200, 169, 106, .18), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 48%, #eef7f2 100%);
}

.about-hero-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 61, 46, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 61, 46, .045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 90%);
  pointer-events: none;
}

.about-hero-pattern {
  position: absolute;
  right: -170px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(25, 135, 84, .16), transparent 62%),
    conic-gradient(from 120deg, rgba(200,169,106,.25), transparent, rgba(25,135,84,.22), transparent);
  filter: blur(8px);
  opacity: .9;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(15, 61, 46, .10);
  color: var(--az-green, #198754);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
  backdrop-filter: blur(16px);
}

.about-hero-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--az-gold, #c8a96a), var(--az-green, #198754));
  box-shadow: 0 0 0 6px rgba(25, 135, 84, .10);
}

.about-hero-copy h1 {
  margin: 0;
  font-size: clamp(44px, 6.8vw, 86px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -3.6px;
  color: var(--az-ink, #0f172a);
}

.about-hero-copy h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, var(--az-primary, #0f3d2e), var(--az-green, #198754) 50%, var(--az-gold-strong, #c9a227));
  -webkit-background-clip: text;
  background-clip: text;
}

.about-hero-desc {
  max-width: 620px;
  margin: 28px 0 0;
  color: #475569;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.95;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn-hero-primary,
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: .32s ease;
}

.btn-hero-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--az-primary, #0f3d2e), var(--az-secondary, #1f7a63));
  box-shadow: 0 18px 40px rgba(15, 61, 46, .24);
}

.btn-hero-primary:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 26px 54px rgba(15, 61, 46, .30);
}

.btn-hero-secondary {
  color: var(--az-ink, #0f172a);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  backdrop-filter: blur(14px);
}

.btn-hero-secondary:hover {
  color: var(--az-green, #198754);
  transform: translateY(-3px);
  border-color: rgba(25,135,84,.22);
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 42px;
}

.about-hero-stats div {
  padding: 18px 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 16px 40px rgba(15,23,42,.055);
  backdrop-filter: blur(14px);
}

.about-hero-stats strong {
  display: block;
  margin-bottom: 4px;
  color: var(--az-primary, #0f3d2e);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
  font-weight: 850;
}

.about-hero-stats span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.about-hero-visual {
  position: relative;
  z-index: 2;
  min-height: 590px;
}

.about-hero-image-main {
  position: absolute;
  inset: 20px 0 0 74px;
  overflow: hidden;
  border-radius: 46px;
  background: #fff;
  box-shadow:
    0 40px 90px rgba(15,23,42,.18),
    0 0 0 1px rgba(255,255,255,.9) inset;
}

.about-hero-image-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(2, 44, 34, .45), transparent 54%),
    radial-gradient(circle at 90% 10%, rgba(200,169,106,.28), transparent 34%);
}

.about-hero-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
}

.hero-glass-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 295px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 24px 55px rgba(15,23,42,.14);
  backdrop-filter: blur(20px);
}

.hero-glass-card i {
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--az-primary, #0f3d2e), var(--az-green, #198754));
  font-size: 20px;
}

.hero-glass-card strong,
.hero-glass-card span {
  display: block;
}

.hero-glass-card strong {
  color: var(--az-ink, #0f172a);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.hero-glass-card span {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.glass-card-top {
  top: 62px;
  left: 8px;
}

.glass-card-bottom {
  right: -8px;
  bottom: 72px;
}

@media (max-width: 1199px) {
  .about-hero-visual { min-height: 520px; }
  .about-hero-image-main { inset: 25px 0 0 45px; border-radius: 38px; }
}

@media (max-width: 991px) {
  .about-hero-modern {
    min-height: auto;
    padding-top: 80px;
  }

  .about-hero-copy {
    text-align: center;
    margin: 0 auto;
  }

  .about-hero-copy h1 {
    letter-spacing: -2px;
  }

  .about-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-actions {
    justify-content: center;
  }

  .about-hero-stats {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-visual {
    min-height: 470px;
    max-width: 680px;
    margin: 0 auto;
  }

  .about-hero-image-main {
    inset: 0 35px;
  }

  .glass-card-top { left: 0; top: 35px; }
  .glass-card-bottom { right: 0; bottom: 35px; }
}

@media (max-width: 576px) {
  .about-hero-modern {
    padding: 62px 0 70px;
  }

  .about-hero-copy h1 {
    font-size: 42px;
    line-height: 1.04;
    letter-spacing: -1.5px;
  }

  .about-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
  }

  .about-hero-stats {
    grid-template-columns: 1fr;
  }

  .about-hero-visual {
    min-height: 420px;
  }

  .about-hero-image-main {
    inset: 0;
    border-radius: 30px;
  }

  .hero-glass-card {
    max-width: calc(100% - 24px);
    padding: 13px 14px;
    border-radius: 20px;
  }

  .hero-glass-card i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 18px;
  }

  .glass-card-top {
    top: 18px;
    left: 12px;
  }

  .glass-card-bottom {
    right: 12px;
    bottom: 18px;
  }
}


/* =========================================================
   LEADERSHIP ULTRA - SECTION 2 UPGRADE
========================================================= */
.leadership-ultra-section {
  position: relative;
  isolation: isolate;
  padding: clamp(86px, 9vw, 140px) 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faf8 42%, #fbfbfd 100%);
}

.leadership-ultra-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/pattern-islamic.png');
  background-size: 320px;
  opacity: .025;
  pointer-events: none;
  z-index: -2;
}

.leadership-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: .55;
  z-index: -1;
}

.leadership-bg-orb.orb-one {
  width: 360px;
  height: 360px;
  left: -120px;
  top: 120px;
  background: rgba(25, 135, 84, .18);
}

.leadership-bg-orb.orb-two {
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: 80px;
  background: rgba(200, 169, 106, .20);
}

.leadership-head .display-title {
  margin-bottom: 0;
}

.leadership-intro {
  margin: 0;
  max-width: 540px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.95;
}

.leadership-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
  padding: 18px;
  border-radius: 42px;
  background: rgba(255, 255, 255, .70);
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 32px 90px rgba(15, 23, 42, .09);
  backdrop-filter: blur(20px);
}

.leadership-menu-panel {
  position: sticky;
  top: 102px;
  align-self: start;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .05);
}

.leadership-menu-panel .nav-pills-apple {
  margin-bottom: 16px;
}

.leadership-menu-panel .pill-item {
  padding: 14px;
  margin-bottom: 10px;
  border-radius: 20px;
  align-items: flex-start;
}

.leadership-menu-panel .pill-item div {
  display: grid;
  gap: 2px;
}

.leadership-menu-panel .pill-item strong {
  font-size: 14px;
  line-height: 1.3;
}

.leadership-menu-panel .pill-item small {
  font-size: 12px;
  color: #94a3b8;
}

.leadership-menu-panel .pill-item.active small {
  color: rgba(255, 255, 255, .75);
}

.leadership-content-panel {
  min-width: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 95% 10%, rgba(25,135,84,.08), transparent 34%),
    #ffffff;
  border: 1px solid rgba(15, 23, 42, .05);
  overflow: hidden;
}

.leadership-profile-grid {
  display: grid;
  grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  min-height: 620px;
}

.leader-portrait-wrap {
  position: relative;
  padding: 34px;
  min-height: 100%;
  display: flex;
  align-items: stretch;
}

.leader-portrait-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #0f172a;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
}

.leader-portrait-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.42) 100%);
}

.leader-portrait-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.16, 1, .3, 1);
}

.tab-pane-apple.active .leader-portrait-card img,
.leader-portrait-wrap:hover .leader-portrait-card img {
  transform: scale(1.045);
}

.leader-name-card {
  position: absolute;
  left: 52px;
  right: 52px;
  bottom: 52px;
  z-index: 2;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 18px 45px rgba(15,23,42,.16);
  backdrop-filter: blur(18px);
}

.leader-name-card h5 {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.leader-name-card p {
  margin: 0;
  color: #198754;
  font-size: 13px;
  font-weight: 700;
}

.leader-copy-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.leader-mini-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(25, 135, 84, .09);
  color: #198754;
  font-size: 12px;
  letter-spacing: 1.4px;
  font-weight: 800;
  text-transform: uppercase;
}

.leader-copy-card h3 {
  max-width: 690px;
  margin: 0 0 24px;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  font-weight: 850;
}

.leader-copy-card p {
  max-width: 650px;
  margin-bottom: 14px;
  color: #475569;
  font-size: 16px;
  line-height: 1.9;
}

.leader-quote-box {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 680px;
  margin-top: 18px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15,61,46,.06), rgba(200,169,106,.10));
  border: 1px solid rgba(15, 23, 42, .05);
}

.leader-quote-box i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #0f3d2e;
  color: #ffffff;
  font-size: 24px;
}

.leader-quote-box span {
  color: #334155;
  font-size: 15px;
  line-height: 1.7;
  font-style: italic;
}

.leadership-ultra-section .signature-font {
  font-size: 36px;
}

@media (max-width: 1199px) {
  .leadership-shell {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .leadership-profile-grid {
    grid-template-columns: 1fr;
  }

  .leader-portrait-card img {
    min-height: 420px;
  }
}

@media (max-width: 991px) {
  .leadership-shell {
    grid-template-columns: 1fr;
    border-radius: 32px;
  }

  .leadership-menu-panel {
    position: relative;
    top: 0;
  }

  .leadership-menu-panel .nav-pills-apple {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .leadership-menu-panel .pill-item {
    margin: 0;
  }

  .leadership-profile-grid {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .leadership-ultra-section {
    padding: 72px 0;
  }

  .leadership-shell {
    padding: 10px;
    border-radius: 26px;
  }

  .leadership-menu-panel,
  .leadership-content-panel,
  .leader-portrait-card {
    border-radius: 24px;
  }

  .leadership-menu-panel .nav-pills-apple {
    grid-template-columns: 1fr;
  }

  .leader-portrait-wrap {
    padding: 18px;
  }

  .leader-portrait-card img {
    min-height: 360px;
  }

  .leader-name-card {
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 15px 16px;
  }

  .leader-copy-card {
    padding: 28px 22px 34px;
  }

  .leader-copy-card h3 {
    letter-spacing: -1px;
  }

  .leader-quote-box {
    grid-template-columns: 1fr;
  }

  .leader-quote-box i {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}


/* =========================================================
   VISI MISI ULTRA - MODERN SCHOOL STYLE
   Tempel file ini setelah CSS sebelumnya.
========================================================= */

.vm-ultra-section {
    position: relative;
    overflow: hidden;
    padding: clamp(90px, 10vw, 140px) 0;
    background:
        radial-gradient(circle at 15% 10%, rgba(25, 135, 84, 0.10), transparent 34%),
        radial-gradient(circle at 85% 85%, rgba(201, 162, 39, 0.12), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.vm-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(90px);
    opacity: .45;
    pointer-events: none;
}

.vm-orb-left {
    width: 320px;
    height: 320px;
    left: -120px;
    top: 80px;
    background: rgba(25, 135, 84, .22);
}

.vm-orb-right {
    width: 360px;
    height: 360px;
    right: -130px;
    bottom: 40px;
    background: rgba(201, 162, 39, .18);
}

.vm-ultra-header {
    max-width: 820px;
    margin: 0 auto 42px;
}

.vm-eyebrow,
.vm-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.vm-eyebrow {
    background: rgba(25, 135, 84, .09);
    color: #198754;
    margin-bottom: 20px;
}

.vm-ultra-header h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: -2.5px;
}

.vm-ultra-header h2 span {
    display: block;
    color: #198754;
}

.vm-ultra-header p {
    max-width: 680px;
    margin: 22px auto 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.9;
}

.vm-ultra-tabs {
    margin-bottom: 36px;
}

.vm-ultra-tabs .vm-tabs {
    background: rgba(15, 23, 42, .06);
    border: 1px solid rgba(15, 23, 42, .06);
    padding: 8px;
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.vm-ultra-tabs .vm-btn {
    border: 0;
    min-width: 110px;
    padding: 13px 28px;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    font-weight: 800;
    transition: .28s ease;
}

.vm-ultra-tabs .vm-btn.active {
    background: #ffffff;
    color: #198754;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .10);
}

.vm-ultra-content {
    position: relative;
}

.vm-ultra-content .vm-pane {
    display: none;
    opacity: 0;
    transform: translateY(16px);
    transition: .4s ease;
}

.vm-ultra-content .vm-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.vm-ultra-card {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    min-height: 560px;
    overflow: hidden;
    border-radius: 44px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 35px 90px rgba(15, 23, 42, .10);
}

.vm-vision-panel {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(36px, 5vw, 64px);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(2, 44, 34, .98), rgba(15, 61, 46, .94)),
        radial-gradient(circle at 100% 0%, rgba(201, 162, 39, .28), transparent 42%);
}

.vm-panel-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.vm-panel-content,
.vm-mini-stat {
    position: relative;
    z-index: 2;
}

.vm-icon-large {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-bottom: 34px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(18px);
    color: #f5d76e;
    font-size: 42px;
    box-shadow: 0 20px 45px rgba(0,0,0,.16);
}

.vm-label {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.84);
    margin-bottom: 24px;
}

.vm-label.dark {
    background: rgba(25, 135, 84, .08);
    border-color: rgba(25, 135, 84, .12);
    color: #198754;
}

.vm-vision-panel h3 {
    color: #ffffff;
    font-size: clamp(32px, 4.5vw, 54px);
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -1.7px;
    margin-bottom: 24px;
}

.vm-vision-panel h3 span {
    color: #f5d76e;
}

.vm-vision-panel p {
    max-width: 470px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    line-height: 1.9;
}

.vm-mini-stat {
    width: fit-content;
    margin-top: 44px;
    padding: 18px 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(18px);
}

.vm-mini-stat strong,
.vm-mini-stat small {
    display: block;
}

.vm-mini-stat strong {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 3px;
}

.vm-mini-stat small {
    color: rgba(255,255,255,.68);
    font-size: 12px;
}

.vm-mission-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(36px, 5vw, 70px);
    background:
        radial-gradient(circle at 100% 0%, rgba(25, 135, 84, .06), transparent 32%),
        #ffffff;
}

.vm-mission-list {
    display: grid;
    gap: 20px;
    margin-top: 28px;
}

.vm-mission-item {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 26px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .05);
    transition: .35s ease;
}

.vm-mission-item:hover {
    transform: translateX(8px);
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
    border-color: rgba(25, 135, 84, .18);
}

.vm-mission-item span {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #198754, #20c997);
    color: #ffffff;
    font-weight: 850;
    box-shadow: 0 12px 25px rgba(25, 135, 84, .24);
}

.vm-mission-item p {
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .vm-ultra-card {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 34px;
    }

    .vm-vision-panel,
    .vm-mission-panel {
        padding: 42px 32px;
    }
}

@media (max-width: 768px) {
    .vm-ultra-section {
        padding: 80px 0;
    }

    .vm-ultra-tabs .vm-tabs {
        width: 100%;
        display: flex;
        overflow-x: auto;
        border-radius: 22px;
    }

    .vm-ultra-tabs .vm-btn {
        min-width: 96px;
        padding: 12px 20px;
    }

    .vm-mission-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px;
    }

    .vm-mission-item:hover {
        transform: none;
    }

    .vm-icon-large {
        width: 74px;
        height: 74px;
        border-radius: 24px;
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .vm-ultra-header h2 {
        letter-spacing: -1px;
    }

    .vm-ultra-header p,
    .vm-vision-panel p,
    .vm-mission-item p {
        font-size: 14px;
    }

    .vm-vision-panel,
    .vm-mission-panel {
        padding: 32px 22px;
    }

    .vm-ultra-card {
        border-radius: 28px;
    }
}

/* =========================================================
   TENTANG MODERN - ABOUT PAGE OVERRIDE
   Pakai setelah main.css dan ui-professional-override.css
   Warna tetap: hijau, gold, putih
========================================================= */

.about-page {
  --az-primary: #0f3d2e;
  --az-secondary: #1f7a63;
  --az-green: #198754;
  --az-gold: #c8a96a;
  --az-gold-strong: #c9a227;
  --az-ink: #0f172a;
  --az-muted: #64748b;
  --az-soft: #f8fafc;
  background: #fbfbfd;
}

/* ===== Shared section polish ===== */
.about-page .section-tag,
.about-page .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(25, 135, 84, .09);
  color: var(--az-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.about-page .display-title {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -2px;
  color: var(--az-ink);
}

.about-page .display-title span {
  color: var(--az-green);
}

.about-page section {
  position: relative;
}

/* ===== Page title improvement ===== */
.about-page .page-title,
.about-page .page-title.premium {
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, .10), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* ===== Leadership tabs ===== */
.welcome-tabs-section {
  padding: clamp(70px, 8vw, 120px) 0 !important;
  background:
    radial-gradient(circle at 10% 20%, rgba(25, 135, 84, .08), transparent 32%),
    radial-gradient(circle at 90% 70%, rgba(200, 169, 106, .12), transparent 34%),
    #fbfbfd;
  overflow: hidden;
}

.sidebar-pill-wrapper {
  position: sticky;
  top: 100px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 20px 60px rgba(15,23,42,.06);
  backdrop-filter: blur(18px);
}

.sidebar-label {
  font-size: 12px;
  font-weight: 800;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin: 0 0 14px;
  padding: 0 6px;
}

.nav-pills-apple {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pill-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  margin-bottom: 10px;
  border-radius: 18px;
  color: #334155;
  cursor: pointer;
  font-weight: 600;
  transition: .28s ease;
  background: transparent;
}

.pill-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(25,135,84,.08);
  color: var(--az-green);
  transition: .28s ease;
}

.pill-item:hover {
  background: rgba(25,135,84,.07);
  transform: translateX(3px);
}

.pill-item.active {
  background: linear-gradient(135deg, var(--az-primary), var(--az-secondary));
  color: #fff;
  box-shadow: 0 16px 35px rgba(15,61,46,.20);
}

.pill-item.active .pill-icon {
  background: rgba(255,255,255,.18);
  color: #fff;
}

.btn-load-more-sidebar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 8px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: .28s ease;
}

.btn-load-more-sidebar:hover {
  background: var(--az-green);
  color: #fff;
  transform: translateY(-2px);
}

.tab-content-wrapper {
  min-height: 520px;
}

.tab-pane-apple {
  animation: azFadeUp .45s ease both;
}

.profile-card-apple {
  position: relative;
}

.image-inner {
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(15,23,42,.14);
}

.image-inner img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform .75s ease;
}

.profile-card-apple:hover .image-inner img {
  transform: scale(1.045);
}

.profile-badge {
  position: absolute;
  right: -14px;
  bottom: -18px;
  max-width: calc(100% - 30px);
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 18px 45px rgba(15,23,42,.12);
  backdrop-filter: blur(18px);
}

.profile-badge h5 {
  margin: 0 0 4px;
  color: var(--az-ink);
  font-size: 16px;
  font-weight: 800;
}

.profile-badge p {
  margin: 0;
  color: var(--az-green);
  font-size: 13px;
  font-weight: 700;
}

.content-text-apple {
  padding: clamp(20px, 3vw, 38px);
}

.title-bold {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--az-ink);
  margin-bottom: 18px;
}

.lead-text {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
  font-weight: 600;
  color: var(--az-green);
}

.body-text p {
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

.signature-font {
  font-family: 'Dancing Script', cursive;
  font-size: 34px;
  color: var(--az-ink);
  margin-bottom: 0;
}

.sign-divider {
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--az-green), var(--az-gold));
  margin: 6px 0 10px;
}

/* ===== About editorial ===== */
.about-section {
  padding: clamp(70px, 8vw, 120px) 0;
  background: #ffffff;
}

.image-wrapper {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(15,23,42,.10);
}

.image-wrapper img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.image-badge {
  background: linear-gradient(135deg, var(--az-primary), var(--az-secondary));
  border: 1px solid rgba(255,255,255,.30);
  box-shadow: 0 16px 35px rgba(15,61,46,.22);
}

.stats-box {
  background: rgba(248,250,252,.9);
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 14px 35px rgba(15,23,42,.04);
}

.stats-box h4 {
  color: var(--az-green);
  font-weight: 800;
}

.highlight-modern {
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 16px 40px rgba(15,23,42,.05);
}

.highlight-modern i {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(200,169,106,.15);
  color: var(--az-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===== Visi misi ===== */
.visi-misi-section {
  padding: clamp(80px, 8vw, 120px) 0;
  background:
    radial-gradient(circle at top left, rgba(25,135,84,.08), transparent 35%),
    linear-gradient(180deg, #f8fafc, #ffffff);
}

.vm-tabs-wrapper {
  margin-bottom: 42px;
}

.vm-tabs {
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(15,23,42,.05);
}

.vm-btn {
  border: 0;
  border-radius: 999px;
  padding: 11px 28px;
  background: transparent;
  color: #64748b;
  font-weight: 800;
  transition: .25s ease;
}

.vm-btn.active {
  background: #fff;
  color: var(--az-green);
  box-shadow: 0 10px 25px rgba(15,23,42,.08);
}

.vm-card {
  border-radius: 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 24px 70px rgba(15,23,42,.07);
}

.visi-side {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 42%),
    linear-gradient(135deg, var(--az-primary), var(--az-secondary));
  padding: clamp(38px, 5vw, 64px);
}

.visi-side h3 {
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.35;
}

.visi-side h3 span {
  color: #f5d76e;
}

.misi-side {
  padding: clamp(38px, 5vw, 64px);
}

.misi-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(15,23,42,.06);
}

.misi-list li:last-child {
  border-bottom: 0;
}

.misi-num {
  background: rgba(25,135,84,.10);
  color: var(--az-green);
}

/* ===== Program ===== */
.program-unggulan {
  padding: clamp(80px, 8vw, 120px) 0 !important;
  background: #fff;
}

.unggulan-card {
  height: 100%;
  border-radius: 28px;
  padding: 34px 24px;
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 18px 45px rgba(15,23,42,.05);
}

.unggulan-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
}

.unggulan-card h5 {
  font-weight: 800;
}

/* ===== Facilities ===== */
.facilities-section {
  padding: clamp(80px, 8vw, 120px) 0 !important;
  background:
    radial-gradient(circle at 85% 20%, rgba(200,169,106,.10), transparent 34%),
    #f8fafc;
}

.facility-card {
  border-radius: 34px;
  height: 420px;
  box-shadow: 0 24px 60px rgba(15,23,42,.10);
  border: 1px solid rgba(255,255,255,.8);
}

.facility-overlay {
  padding: 38px;
  background: linear-gradient(to top, rgba(2,6,23,.78), rgba(2,6,23,.15), transparent);
}

/* ===== Testimonials ===== */
.testimonials-premium {
  padding: clamp(80px, 8vw, 120px) 0 !important;
  background: #ffffff;
}

.testimonial-card {
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(15,23,42,.05);
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
}

/* ===== Animation ===== */
@keyframes azFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .sidebar-pill-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .image-inner img {
    height: 390px;
  }

  .content-text-apple {
    padding: 36px 4px 0;
  }

  .profile-badge {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 768px) {
  .welcome-tabs-section,
  .about-section,
  .visi-misi-section,
  .program-unggulan,
  .facilities-section,
  .testimonials-premium {
    padding: 64px 0 !important;
  }

  .about-page .display-title {
    letter-spacing: -1px;
  }

  .pill-item {
    padding: 12px;
  }

  .image-inner img,
  .image-wrapper img {
    height: 320px;
    min-height: 320px;
  }

  .profile-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -26px 18px 0;
  }

  .vm-tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .vm-btn {
    flex: 1 0 auto;
    padding: 10px 22px;
  }

  .vm-card {
    border-radius: 26px;
  }

  .facility-card {
    height: 300px;
    border-radius: 26px;
  }

  .facility-overlay {
    padding: 24px;
  }
}

@media (max-width: 576px) {
  .sidebar-pill-wrapper {
    padding: 14px;
    border-radius: 22px;
  }

  .pill-icon {
    width: 34px;
    height: 34px;
  }

  .title-bold {
    font-size: 28px;
  }

  .lead-text {
    font-size: 17px;
  }

  .body-text p {
    font-size: 14px;
  }

  .stats-box .col-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .stats-box h4 {
    font-size: 20px;
  }

  .stats-box small {
    font-size: 11px;
  }
}


/* =========================================================
   HERO ABOUT MODERN - OVERHAUL SECTION
   Ganti x-page-title lama agar first impression jauh lebih modern
========================================================= */
.about-hero-modern {
  position: relative;
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  padding: clamp(90px, 9vw, 140px) 0 clamp(70px, 8vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(25, 135, 84, .12), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(200, 169, 106, .18), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 48%, #eef7f2 100%);
}

.about-hero-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 61, 46, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 61, 46, .045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 90%);
  pointer-events: none;
}

.about-hero-pattern {
  position: absolute;
  right: -170px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(25, 135, 84, .16), transparent 62%),
    conic-gradient(from 120deg, rgba(200,169,106,.25), transparent, rgba(25,135,84,.22), transparent);
  filter: blur(8px);
  opacity: .9;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(15, 61, 46, .10);
  color: var(--az-green, #198754);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
  backdrop-filter: blur(16px);
}

.about-hero-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--az-gold, #c8a96a), var(--az-green, #198754));
  box-shadow: 0 0 0 6px rgba(25, 135, 84, .10);
}

.about-hero-copy h1 {
  margin: 0;
  font-size: clamp(44px, 6.8vw, 86px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -3.6px;
  color: var(--az-ink, #0f172a);
}

.about-hero-copy h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, var(--az-primary, #0f3d2e), var(--az-green, #198754) 50%, var(--az-gold-strong, #c9a227));
  -webkit-background-clip: text;
  background-clip: text;
}

.about-hero-desc {
  max-width: 620px;
  margin: 28px 0 0;
  color: #475569;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.95;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn-hero-primary,
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: .32s ease;
}

.btn-hero-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--az-primary, #0f3d2e), var(--az-secondary, #1f7a63));
  box-shadow: 0 18px 40px rgba(15, 61, 46, .24);
}

.btn-hero-primary:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 26px 54px rgba(15, 61, 46, .30);
}

.btn-hero-secondary {
  color: var(--az-ink, #0f172a);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  backdrop-filter: blur(14px);
}

.btn-hero-secondary:hover {
  color: var(--az-green, #198754);
  transform: translateY(-3px);
  border-color: rgba(25,135,84,.22);
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 42px;
}

.about-hero-stats div {
  padding: 18px 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 16px 40px rgba(15,23,42,.055);
  backdrop-filter: blur(14px);
}

.about-hero-stats strong {
  display: block;
  margin-bottom: 4px;
  color: var(--az-primary, #0f3d2e);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
  font-weight: 850;
}

.about-hero-stats span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.about-hero-visual {
  position: relative;
  z-index: 2;
  min-height: 590px;
}

.about-hero-image-main {
  position: absolute;
  inset: 20px 0 0 74px;
  overflow: hidden;
  border-radius: 46px;
  background: #fff;
  box-shadow:
    0 40px 90px rgba(15,23,42,.18),
    0 0 0 1px rgba(255,255,255,.9) inset;
}

.about-hero-image-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(2, 44, 34, .45), transparent 54%),
    radial-gradient(circle at 90% 10%, rgba(200,169,106,.28), transparent 34%);
}

.about-hero-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
}

.hero-glass-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 295px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 24px 55px rgba(15,23,42,.14);
  backdrop-filter: blur(20px);
}

.hero-glass-card i {
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--az-primary, #0f3d2e), var(--az-green, #198754));
  font-size: 20px;
}

.hero-glass-card strong,
.hero-glass-card span {
  display: block;
}

.hero-glass-card strong {
  color: var(--az-ink, #0f172a);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.hero-glass-card span {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.glass-card-top {
  top: 62px;
  left: 8px;
}

.glass-card-bottom {
  right: -8px;
  bottom: 72px;
}

@media (max-width: 1199px) {
  .about-hero-visual { min-height: 520px; }
  .about-hero-image-main { inset: 25px 0 0 45px; border-radius: 38px; }
}

@media (max-width: 991px) {
  .about-hero-modern {
    min-height: auto;
    padding-top: 80px;
  }

  .about-hero-copy {
    text-align: center;
    margin: 0 auto;
  }

  .about-hero-copy h1 {
    letter-spacing: -2px;
  }

  .about-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-actions {
    justify-content: center;
  }

  .about-hero-stats {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-visual {
    min-height: 470px;
    max-width: 680px;
    margin: 0 auto;
  }

  .about-hero-image-main {
    inset: 0 35px;
  }

  .glass-card-top { left: 0; top: 35px; }
  .glass-card-bottom { right: 0; bottom: 35px; }
}

@media (max-width: 576px) {
  .about-hero-modern {
    padding: 62px 0 70px;
  }

  .about-hero-copy h1 {
    font-size: 42px;
    line-height: 1.04;
    letter-spacing: -1.5px;
  }

  .about-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
  }

  .about-hero-stats {
    grid-template-columns: 1fr;
  }

  .about-hero-visual {
    min-height: 420px;
  }

  .about-hero-image-main {
    inset: 0;
    border-radius: 30px;
  }

  .hero-glass-card {
    max-width: calc(100% - 24px);
    padding: 13px 14px;
    border-radius: 20px;
  }

  .hero-glass-card i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 18px;
  }

  .glass-card-top {
    top: 18px;
    left: 12px;
  }

  .glass-card-bottom {
    right: 12px;
    bottom: 18px;
  }
}


/* =========================================================
   LEADERSHIP ULTRA - SECTION 2 UPGRADE
========================================================= */
.leadership-ultra-section {
  position: relative;
  isolation: isolate;
  padding: clamp(86px, 9vw, 140px) 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faf8 42%, #fbfbfd 100%);
}

.leadership-ultra-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/pattern-islamic.png');
  background-size: 320px;
  opacity: .025;
  pointer-events: none;
  z-index: -2;
}

.leadership-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: .55;
  z-index: -1;
}

.leadership-bg-orb.orb-one {
  width: 360px;
  height: 360px;
  left: -120px;
  top: 120px;
  background: rgba(25, 135, 84, .18);
}

.leadership-bg-orb.orb-two {
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: 80px;
  background: rgba(200, 169, 106, .20);
}

.leadership-head .display-title {
  margin-bottom: 0;
}

.leadership-intro {
  margin: 0;
  max-width: 540px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.95;
}

.leadership-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
  padding: 18px;
  border-radius: 42px;
  background: rgba(255, 255, 255, .70);
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 32px 90px rgba(15, 23, 42, .09);
  backdrop-filter: blur(20px);
}

.leadership-menu-panel {
  position: sticky;
  top: 102px;
  align-self: start;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .05);
}

.leadership-menu-panel .nav-pills-apple {
  margin-bottom: 16px;
}

.leadership-menu-panel .pill-item {
  padding: 14px;
  margin-bottom: 10px;
  border-radius: 20px;
  align-items: flex-start;
}

.leadership-menu-panel .pill-item div {
  display: grid;
  gap: 2px;
}

.leadership-menu-panel .pill-item strong {
  font-size: 14px;
  line-height: 1.3;
}

.leadership-menu-panel .pill-item small {
  font-size: 12px;
  color: #94a3b8;
}

.leadership-menu-panel .pill-item.active small {
  color: rgba(255, 255, 255, .75);
}

.leadership-content-panel {
  min-width: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 95% 10%, rgba(25,135,84,.08), transparent 34%),
    #ffffff;
  border: 1px solid rgba(15, 23, 42, .05);
  overflow: hidden;
}

.leadership-profile-grid {
  display: grid;
  grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  min-height: 620px;
}

.leader-portrait-wrap {
  position: relative;
  padding: 34px;
  min-height: 100%;
  display: flex;
  align-items: stretch;
}

.leader-portrait-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #0f172a;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
}

.leader-portrait-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.42) 100%);
}

.leader-portrait-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.16, 1, .3, 1);
}

.tab-pane-apple.active .leader-portrait-card img,
.leader-portrait-wrap:hover .leader-portrait-card img {
  transform: scale(1.045);
}

.leader-name-card {
  position: absolute;
  left: 52px;
  right: 52px;
  bottom: 52px;
  z-index: 2;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 18px 45px rgba(15,23,42,.16);
  backdrop-filter: blur(18px);
}

.leader-name-card h5 {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.leader-name-card p {
  margin: 0;
  color: #198754;
  font-size: 13px;
  font-weight: 700;
}

.leader-copy-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.leader-mini-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(25, 135, 84, .09);
  color: #198754;
  font-size: 12px;
  letter-spacing: 1.4px;
  font-weight: 800;
  text-transform: uppercase;
}

.leader-copy-card h3 {
  max-width: 690px;
  margin: 0 0 24px;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  font-weight: 850;
}

.leader-copy-card p {
  max-width: 650px;
  margin-bottom: 14px;
  color: #475569;
  font-size: 16px;
  line-height: 1.9;
}

.leader-quote-box {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 680px;
  margin-top: 18px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15,61,46,.06), rgba(200,169,106,.10));
  border: 1px solid rgba(15, 23, 42, .05);
}

.leader-quote-box i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #0f3d2e;
  color: #ffffff;
  font-size: 24px;
}

.leader-quote-box span {
  color: #334155;
  font-size: 15px;
  line-height: 1.7;
  font-style: italic;
}

.leadership-ultra-section .signature-font {
  font-size: 36px;
}

@media (max-width: 1199px) {
  .leadership-shell {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .leadership-profile-grid {
    grid-template-columns: 1fr;
  }

  .leader-portrait-card img {
    min-height: 420px;
  }
}

@media (max-width: 991px) {
  .leadership-shell {
    grid-template-columns: 1fr;
    border-radius: 32px;
  }

  .leadership-menu-panel {
    position: relative;
    top: 0;
  }

  .leadership-menu-panel .nav-pills-apple {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .leadership-menu-panel .pill-item {
    margin: 0;
  }

  .leadership-profile-grid {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .leadership-ultra-section {
    padding: 72px 0;
  }

  .leadership-shell {
    padding: 10px;
    border-radius: 26px;
  }

  .leadership-menu-panel,
  .leadership-content-panel,
  .leader-portrait-card {
    border-radius: 24px;
  }

  .leadership-menu-panel .nav-pills-apple {
    grid-template-columns: 1fr;
  }

  .leader-portrait-wrap {
    padding: 18px;
  }

  .leader-portrait-card img {
    min-height: 360px;
  }

  .leader-name-card {
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 15px 16px;
  }

  .leader-copy-card {
    padding: 28px 22px 34px;
  }

  .leader-copy-card h3 {
    letter-spacing: -1px;
  }

  .leader-quote-box {
    grid-template-columns: 1fr;
  }

  .leader-quote-box i {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}

/* =========================================================
   PROGRAM UNGGULAN ULTRA - ABOUT PAGE
   ========================================================= */
.program-ultra-section {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vw, 130px) 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(25, 135, 84, 0.08), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(201, 162, 39, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.program-ultra-section .container {
  z-index: 2;
}

.program-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: .75;
  pointer-events: none;
}

.program-orb-left {
  width: 360px;
  height: 360px;
  left: -160px;
  bottom: 8%;
  background: rgba(25, 135, 84, .12);
}

.program-orb-right {
  width: 320px;
  height: 320px;
  right: -130px;
  top: 5%;
  background: rgba(201, 162, 39, .16);
}

.program-ultra-section .section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(25, 135, 84, 0.09);
  color: #198754;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.program-ultra-section .display-title {
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -2.4px;
  color: #0f172a;
  margin: 0;
}

.program-ultra-section .display-title span {
  display: block;
  color: #198754;
}

.program-lead {
  color: #64748b;
  font-size: 17px;
  line-height: 1.9;
  margin: 0;
}

.program-feature-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 22px;
}

.program-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
  backdrop-filter: blur(18px);
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

.program-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(25,135,84,.06), transparent 45%, rgba(201,162,39,.08));
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

.program-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 75px rgba(15, 23, 42, .11);
  border-color: rgba(25, 135, 84, .18);
}

.program-feature-card:hover::after {
  opacity: 1;
}

.program-feature-main {
  grid-row: span 2;
  min-height: 565px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  background: #052e22;
  border: none;
}

.program-card-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,46,34,.25), rgba(5,46,34,.96)),
    url('../img/bg-school.jpg') center/cover;
  transform: scale(1.04);
  transition: transform 1s ease;
}

.program-feature-main:hover .program-card-bg {
  transform: scale(1.1);
}

.program-feature-content {
  position: relative;
  z-index: 2;
}

.program-icon-main,
.program-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.program-icon-main {
  background: rgba(255, 255, 255, .16);
  color: #f6d66d;
  font-size: 30px;
  backdrop-filter: blur(14px);
}

.program-icon {
  background: rgba(25, 135, 84, .08);
  color: #198754;
  font-size: 28px;
  transition: transform .35s ease, background .35s ease, color .35s ease;
}

.program-feature-card:hover .program-icon {
  transform: rotate(-6deg) scale(1.07);
  background: #198754;
  color: #fff;
}

.program-kicker,
.program-feature-card > span {
  display: inline-flex;
  color: #198754;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 12px;
}

.program-feature-main .program-kicker {
  color: #f6d66d;
}

.program-feature-main h3 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -1.4px;
  color: #ffffff;
  margin-bottom: 18px;
}

.program-feature-card h4 {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.6px;
  color: #0f172a;
  margin-bottom: 14px;
}

.program-feature-card p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.program-feature-main p {
  color: rgba(255, 255, 255, .82);
  max-width: 580px;
}

.program-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.program-mini-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.program-mini-list i {
  color: #f6d66d;
}

.program-feature-soft {
  background: linear-gradient(135deg, #0f3d2e, #1f7a63);
}

.program-feature-soft span,
.program-feature-soft h4,
.program-feature-soft p,
.program-feature-soft .program-icon {
  color: #fff;
}

.program-feature-soft .program-icon {
  background: rgba(255, 255, 255, .14);
}

@media (max-width: 1199px) {
  .program-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .program-feature-main {
    grid-column: span 2;
    min-height: 460px;
  }
}

@media (max-width: 768px) {
  .program-ultra-section {
    padding: 75px 0;
  }

  .program-head {
    text-align: center;
  }

  .program-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .program-feature-main {
    grid-column: span 1;
    min-height: 520px;
  }

  .program-feature-card {
    border-radius: 26px;
    padding: 26px;
    min-height: auto;
  }

  .program-ultra-section .display-title {
    letter-spacing: -1px;
  }
}

@media (max-width: 480px) {
  .program-feature-main {
    min-height: 560px;
  }

  .program-mini-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* =====================================================
   ABOUT MODERN - FACILITIES / GALLERY VISUAL UPGRADE
   Tempel setelah CSS about sebelumnya
===================================================== */

.facilities-premium-section {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vw, 130px) 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(25, 135, 84, .08), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(201, 162, 39, .10), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.facilities-premium-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/pattern-islamic.png');
  background-size: 320px;
  opacity: .025;
  pointer-events: none;
}

.facilities-premium-section .container {
  position: relative;
  z-index: 2;
}

.facilities-heading {
  max-width: 820px;
  margin: 0 auto 54px;
}

.modern-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(25, 135, 84, .09);
  color: #198754;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.facilities-heading h2 {
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -2px;
  color: #0f172a;
  margin-bottom: 18px;
}

.facilities-heading p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.9;
  color: #64748b;
}

.facilities-showcase {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 24px;
}

.facility-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 34px;
  background: #020617;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
  isolation: isolate;
}

.facility-large {
  grid-row: span 2;
  min-height: 620px;
}

.facility-visual-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .9s cubic-bezier(.16, 1, .3, 1), filter .9s ease;
}

.facility-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(2, 6, 23, .9) 0%, rgba(2, 6, 23, .45) 44%, rgba(2, 6, 23, .08) 100%),
    radial-gradient(circle at 20% 85%, rgba(25, 135, 84, .45), transparent 42%);
}

.facility-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(24px, 4vw, 46px);
  color: #fff;
}

.facility-content span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.facility-content h3 {
  color: #fff;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.facility-content p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.8;
  font-size: 15px;
}

.facility-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .16);
  pointer-events: none;
}

@media (hover: hover) {
  .facility-visual-card:hover img {
    transform: scale(1.09);
    filter: brightness(.92) saturate(1.05);
  }
}

.mini-facility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.mini-facility-card {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 16px 44px rgba(15, 23, 42, .055);
  backdrop-filter: blur(18px);
  transition: .35s ease;
}

.mini-facility-card i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(25, 135, 84, .10);
  color: #198754;
  font-size: 24px;
  margin-bottom: 16px;
}

.mini-facility-card h4 {
  font-size: 18px;
  font-weight: 750;
  color: #0f172a;
  margin-bottom: 8px;
}

.mini-facility-card p {
  color: #64748b;
  line-height: 1.7;
  margin: 0;
  font-size: 14px;
}

@media (hover: hover) {
  .mini-facility-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(15, 23, 42, .09);
    border-color: rgba(25, 135, 84, .18);
  }
}

@media (max-width: 992px) {
  .facilities-showcase {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .facility-large,
  .facility-visual-card {
    grid-row: auto;
    min-height: 420px;
  }

  .mini-facility-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .facilities-premium-section {
    padding: 70px 0;
  }

  .facilities-heading h2 {
    letter-spacing: -1px;
  }

  .facility-large,
  .facility-visual-card {
    min-height: 360px;
    border-radius: 24px;
  }

  .facility-content {
    padding: 24px;
  }

  .facility-content p {
    font-size: 14px;
  }

  .mini-facility-card {
    border-radius: 22px;
    padding: 22px;
  }
}
/* =========================================================
   TESTIMONI MODERN PREMIUM
   Tempel setelah CSS sebelumnya / panggil setelah main.css
========================================================= */

.testimoni-modern-section {
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 9vw, 130px) 0;
    background:
        radial-gradient(circle at top left, rgba(25, 135, 84, 0.08), transparent 38%),
        radial-gradient(circle at bottom right, rgba(201, 162, 39, 0.10), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.testimoni-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    opacity: 0.8;
}

.testimoni-blur-left {
    width: 360px;
    height: 360px;
    background: rgba(25, 135, 84, 0.14);
    left: -140px;
    top: 80px;
}

.testimoni-blur-right {
    width: 320px;
    height: 320px;
    background: rgba(201, 162, 39, 0.16);
    right: -120px;
    bottom: 40px;
}

.testimoni-head .section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(25, 135, 84, 0.10);
    color: #198754;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.testimoni-title {
    max-width: 820px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: -2px;
}

.testimoni-desc {
    margin: 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.9;
}

.testimoni-feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: flex-start;
    padding: clamp(26px, 4vw, 42px);
    margin-bottom: 42px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
}

.testimoni-feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #198754, #20c997);
    color: #ffffff;
    font-size: 32px;
    box-shadow: 0 18px 35px rgba(25, 135, 84, 0.24);
}

.testimoni-feature h3 {
    margin: 0 0 12px;
    max-width: 920px;
    color: #0f172a;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.8px;
}

.testimoni-feature p {
    margin: 0;
    max-width: 780px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

.testimoni-swiper {
    padding: 18px 4px 58px;
}

.testimoni-card-modern {
    position: relative;
    min-height: 360px;
    height: 100%;
    padding: 34px;
    border-radius: 34px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.testimoni-card-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(25, 135, 84, 0.10), transparent 48%);
    opacity: 0;
    transition: 0.45s ease;
    pointer-events: none;
}

.testimoni-card-modern:hover {
    transform: translateY(-10px);
    border-color: rgba(25, 135, 84, 0.20);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
}

.testimoni-card-modern:hover::before {
    opacity: 1;
}

.quote-mark {
    position: absolute;
    right: 26px;
    top: 10px;
    color: rgba(25, 135, 84, 0.10);
    font-size: 120px;
    line-height: 1;
    font-family: Georgia, serif;
    font-weight: 700;
}

.testimoni-rating {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 4px;
    margin-bottom: 22px;
    color: #c9a227;
    font-size: 15px;
}

.testimoni-message {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.9;
}

.testimoni-user {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.testimoni-user img {
    width: 58px;
    height: 58px;
    min-width: 58px;
    object-fit: cover;
    border-radius: 18px;
    border: 3px solid #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.testimoni-user h4 {
    margin: 0 0 3px;
    color: #0f172a;
    font-size: 17px;
    font-weight: 800;
}

.testimoni-user span {
    display: block;
    color: #198754;
    font-size: 13px;
    font-weight: 700;
}

.testimoni-pagination .swiper-pagination-bullet,
.testimonialSwiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: rgba(25, 135, 84, 0.35);
    opacity: 1;
}

.testimoni-pagination .swiper-pagination-bullet-active,
.testimonialSwiper .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #198754;
}

@media (max-width: 992px) {
    .testimoni-feature {
        grid-template-columns: 1fr;
    }

    .testimoni-feature-icon {
        width: 64px;
        height: 64px;
        border-radius: 20px;
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .testimoni-modern-section {
        padding: 70px 0;
    }

    .testimoni-title {
        letter-spacing: -1px;
    }

    .testimoni-desc {
        font-size: 14px;
    }

    .testimoni-feature,
    .testimoni-card-modern {
        border-radius: 24px;
    }

    .testimoni-card-modern {
        min-height: auto;
        padding: 26px;
    }

    .testimoni-message {
        font-size: 14px;
        line-height: 1.8;
    }

    .quote-mark {
        font-size: 90px;
        right: 18px;
    }
}

/* ========================================
   GLOBAL RESPONSIVE IMPROVEMENT
======================================== */

*,
*::before,
*::after{
    box-sizing:border-box;
}

html{
    overflow-x:hidden;
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

/* Container */
.container{
    width:100%;
}

/* ========================================
   TYPOGRAPHY
======================================== */

.smp-section-title,
.smp-hero-title,
.smp-vm-left h2,
.smp-org-title,
.testimoni-title{
    word-break:normal;
    overflow-wrap:break-word;
}

p{
    word-break:normal;
    overflow-wrap:break-word;
}

/* ========================================
   BUTTON
======================================== */

.smp-btn,
.smp-load-btn{
    min-height:52px;
    white-space:normal;
    text-align:center;
}

@media (max-width:768px){

    .smp-btn{
        width:100%;
        justify-content:center;
        padding:14px 18px;
    }

    .smp-load-btn{
        width:100%;
    }
}

/* ========================================
   IMAGE FIX
======================================== */

.smp-hero-frame img,
.smp-principal-card img,
.smp-ekskul-img img,
.smp-achievement-img img,
.teacher-photo img,
.smp-org-card img{
    width:100%;
    display:block;
}

/* ========================================
   MOBILE
======================================== */

@media (max-width:768px){

    .container{
        padding-left:20px;
        padding-right:20px;
    }

    .smp-section-title{
        font-size:32px;
        line-height:1.2;
    }

    .smp-hero-title{
        font-size:42px;
        line-height:1.1;
    }

    .smp-hero-desc{
        font-size:16px;
        line-height:1.8;
    }

    .smp-principal-name{
        width:calc(100% - 36px);
    }

    .smp-program-card,
    .smp-achievement-card,
    .smp-ekskul-card,
    .teacher-modern-card{
        margin-bottom:16px;
    }
}

/* ========================================
   SMALL MOBILE
======================================== */

@media (max-width:576px){

    .container{
        padding-left:16px;
        padding-right:16px;
    }

    .smp-section-title{
        font-size:28px;
    }

    .smp-hero-title{
        font-size:34px;
    }

    .smp-hero-desc{
        font-size:15px;
    }

    .smp-section-tag,
    .smp-kicker,
    .smp-org-tag{
        font-size:11px;
        padding:8px 14px;
    }

    .smp-btn{
        font-size:14px;
        min-height:48px;
    }

    .smp-program-card,
    .smp-achievement-body,
    .smp-ekskul-body{
        padding:20px;
    }

    .smp-principal-card img{
        min-height:300px;
        height:auto;
    }
}

/* ===================================
   LEADERSHIP RESPONSIVE FIX
=================================== */

#welcome,
#leadership,
.welcome-tabs-section{
    overflow-x:hidden;
}

.tab-content-wrapper{
    width:100%;
    overflow:hidden;
}

.profile-card-apple{
    width:100%;
    max-width:100%;
}

.profile-card-apple .image-inner{
    width:100%;
}

.profile-card-apple .image-inner img{
    width:100%;
    height:auto;
    object-fit:cover;
    display:block;
}

.content-text-apple{
    width:100%;
    max-width:100%;
}

.body-text{
    overflow-wrap:break-word;
    word-wrap:break-word;
}

/* TABLET */
@media (max-width:991px){

    .sidebar-pill-wrapper{
        position:relative !important;
        top:0 !important;
    }

    .display-title{
        font-size:42px !important;
        line-height:1.2;
    }

    .content-text-apple{
        padding-top:20px;
    }

    .col-md-7.ps-md-5{
        padding-left:12px !important;
    }
}

/* MOBILE */
@media (max-width:768px){

    .welcome-tabs-section{
        padding-top:70px;
        padding-bottom:70px;
    }

    .display-title{
        font-size:32px !important;
        line-height:1.2;
    }

    .display-title br{
        display:none;
    }

    .sidebar-pill-wrapper{
        margin-bottom:30px;
    }

    .nav-pills-apple{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
    }

    .pill-item{
        width:100%;
    }

    .profile-card-apple{
        margin-bottom:24px;
    }

    .profile-badge{
        position:relative !important;
        left:auto !important;
        bottom:auto !important;
        width:100%;
        margin-top:15px;
    }

    .title-bold{
        font-size:28px !important;
        line-height:1.3;
    }

    .lead-text{
        font-size:18px !important;
        line-height:1.7;
    }

    .body-text{
        font-size:15px;
        line-height:1.9;
    }
}

/* SMALL MOBILE */
@media (max-width:576px){

    .display-title{
        font-size:28px !important;
    }

    .title-bold{
        font-size:24px !important;
    }

    .lead-text{
        font-size:16px !important;
    }

    .profile-card-apple .image-inner img{
        max-height:none !important;
        height:auto !important;
    }

    .signature-box{
        text-align:center;
    }
}