:root{
  --blue-900:#0A3D7A;
  --blue-700:#1259A6;
  --blue-600:#1B6FCB;
  --blue-050:#EAF3FD;
  --yellow-500:#FFC72C;
  --yellow-600:#F0AE00;
  --ink:#122344;
  --muted:#5C6B84;
  --paper:#FFFFFF;
  --surface:#F5F8FC;
  --radius-lg:22px;
  --radius-md:14px;
}

html{scroll-behavior:smooth;}

body{
  font-family:'Inter', sans-serif;
  color:var(--ink);
  background:var(--surface);
}

h1,h2,h3,h4,.brand-font{
  font-family:'Poppins', sans-serif;
}

.eyebrow{
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--blue-700);
}

/* ===== Top utility bar ===== */
.topbar{
  background:var(--blue-900);
  color:#DCE9FB;
  font-size:.82rem;
  padding:.35rem 0;
}
.topbar a{color:#DCE9FB; text-decoration:none; white-space:nowrap;}
.topbar a:hover{color:var(--yellow-500);}

/* ===== Main navbar ===== */
.navbar-main{
  background:var(--paper);
  box-shadow:0 2px 18px rgba(10,61,122,.08);
  padding:.7rem 0;
}
.navbar-brand-mark{
  width:44px;height:44px;border-radius:12px;
  background:linear-gradient(145deg, var(--yellow-500), var(--yellow-600));
  display:flex;align-items:center;justify-content:center;
  color:var(--blue-900); font-weight:800; font-family:'Poppins',sans-serif;
  font-size:1.1rem;
}
.navbar-brand-text .school-name{
  font-weight:700; font-size:1rem; line-height:1.1; color:var(--blue-900);
}
.navbar-brand-text .school-tag{
  font-size:.72rem; color:var(--muted); font-weight:600; letter-spacing:.03em;
}
.nav-link-custom{
  color:var(--ink)!important;
  font-weight:600;
  font-size:.93rem;
  padding:.5rem .9rem!important;
}
.nav-link-custom:hover{color:var(--blue-700)!important;}
.btn-login{
  border:2px solid var(--blue-700);
  color:var(--blue-700);
  font-weight:700;
  border-radius:10px;
  padding:.45rem 1.1rem;
}
.btn-login:hover{background:var(--blue-700); color:#fff;}
.btn-daftar{
  background:var(--yellow-500);
  color:var(--blue-900);
  font-weight:700;
  border-radius:10px;
  padding:.5rem 1.2rem;
  border:none;
}
.btn-daftar:hover{background:var(--yellow-600); color:var(--blue-900);}

/* ===== Hero ===== */
.hero{
  position:relative;
  background:linear-gradient(135deg, var(--blue-900) 0%, var(--blue-700) 55%, var(--blue-600) 100%);
  overflow:hidden;
  padding:4.5rem 0 8.5rem;
}
.hero-shape{
  position:absolute;
  border-radius:50%;
  opacity:.16;
  background:var(--yellow-500);
}
.hero-shape.s1{width:340px;height:340px; top:-120px; right:-80px;}
.hero-shape.s2{width:180px;height:180px; bottom:-40px; left:8%; opacity:.10;}
.hero-badge{
  display:inline-flex; align-items:center; gap:.4rem;
  background:rgba(255,199,44,.16);
  border:1px solid rgba(255,199,44,.5);
  color:var(--yellow-500);
  font-size:.8rem; font-weight:700;
  padding:.35rem .8rem; border-radius:999px;
}
.hero h1{
  color:#fff;
  font-weight:800;
  font-size:2.55rem;
  line-height:1.18;
}
.hero p.lead-text{
  color:#D6E5FA;
  font-size:1.05rem;
  max-width:520px;
}
.hero-illustration{
  border-radius:var(--radius-lg);
  box-shadow:0 20px 50px rgba(0,0,0,.28);
  width:100%;
  object-fit:cover;
}

/* ===== Quick access floating card (signature element) ===== */
.quick-access{
  background:#fff;
  border-radius:var(--radius-lg);
  box-shadow:0 24px 60px rgba(10,61,122,.22);
  margin-top:-6.5rem;
  position:relative;
  z-index:5;
  padding:1.6rem;
}
.qa-item{
  display:flex; flex-direction:column; align-items:center; gap:.6rem;
  text-align:center;
  text-decoration:none;
  color:var(--ink);
  padding:1rem .5rem;
  border-radius:var(--radius-md);
  transition:background .18s ease, transform .18s ease;
}
.qa-item:hover{ background:var(--blue-050); transform:translateY(-3px); color:var(--blue-900);}
.qa-icon{
  width:52px;height:52px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:var(--blue-050);
  color:var(--blue-700);
  font-size:1.35rem;
}
.qa-item:hover .qa-icon{ background:var(--yellow-500); color:var(--blue-900);}
.qa-item span{font-weight:700; font-size:.87rem;}
.qa-item small{color:var(--muted); font-weight:500; font-size:.74rem;}

/* ===== Sections ===== */
section{padding:4.5rem 0;}
.section-title{font-weight:800; font-size:1.9rem; color:var(--blue-900);}
.section-sub{color:var(--muted); max-width:560px;}

/* ===== Feature cards ===== */
.feature-card{
  background:#fff; border-radius:var(--radius-md);
  padding:1.6rem; height:100%;
  border:1px solid #E7EDF6;
  transition:box-shadow .2s ease, transform .2s ease;
}
.feature-card:hover{ box-shadow:0 14px 30px rgba(10,61,122,.1); transform:translateY(-4px);}
.feature-icon{
  width:50px;height:50px;border-radius:12px;
  background:var(--blue-900);
  color:var(--yellow-500);
  display:flex;align-items:center;justify-content:center;
  font-size:1.3rem; margin-bottom:1rem;
}

/* ===== Gelombang cards ===== */
.wave-card{
  background:#fff;
  border-radius:var(--radius-lg);
  border:1px solid #E7EDF6;
  padding:1.8rem;
  height:100%;
  position:relative;
  transition:transform .2s ease, box-shadow .2s ease;
}
.wave-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(10,61,122,.14);}
.wave-card.active{
  border:2px solid var(--yellow-500);
  box-shadow:0 18px 44px rgba(10,61,122,.16);
}
.wave-ribbon{
  position:absolute; top:-13px; left:1.8rem;
  background:var(--yellow-500); color:var(--blue-900);
  font-size:.72rem; font-weight:800;
  padding:.25rem .75rem; border-radius:999px;
  letter-spacing:.03em;
}
.wave-status{
  font-size:.75rem; font-weight:700; letter-spacing:.04em;
  padding:.25rem .7rem; border-radius:999px;
  text-transform:uppercase;
}
.status-open{background:#E6F6EC; color:#1B8A4C;}
.status-closed{background:#F2F2F2; color:#8A8A8A;}
.status-soon{background:var(--blue-050); color:var(--blue-700);}
.wave-price{font-family:'Poppins',sans-serif; font-weight:800; font-size:1.7rem; color:var(--blue-900);}
.wave-list{list-style:none; padding:0; margin:1.1rem 0; font-size:.9rem;}
.wave-list li{display:flex; gap:.5rem; margin-bottom:.55rem; color:var(--ink);}
.wave-list li i{color:var(--blue-700); margin-top:.15rem;}

/* ===== Stats band ===== */
.stats-band{
  background:linear-gradient(120deg, var(--blue-900), var(--blue-700));
  color:#fff;
  border-radius:var(--radius-lg);
  padding:2.6rem 1.5rem;
}
.stat-num{
  font-family:'Poppins',sans-serif;
  font-weight:800; font-size:2.3rem; color:var(--yellow-500);
}
.stat-label{color:#D6E5FA; font-size:.85rem; font-weight:600;}

/* ===== Jurusan cards ===== */
.jurusan-scroll{
  display:flex; gap:1.25rem; overflow-x:auto; padding-bottom:1rem;
  scroll-snap-type:x mandatory;
}
.jurusan-scroll::-webkit-scrollbar{height:8px;}
.jurusan-scroll::-webkit-scrollbar-thumb{background:#CBD8EA; border-radius:10px;}
.jurusan-card{
  flex:0 0 270px; scroll-snap-align:start;
  background:#fff; border-radius:var(--radius-md);
  overflow:hidden; border:1px solid #E7EDF6;
}
.jurusan-card img{width:100%; height:150px; object-fit:cover;}
.jurusan-card .body{padding:1.1rem;}
.jurusan-badge{
  background:var(--blue-050); color:var(--blue-700);
  font-size:.72rem; font-weight:700; padding:.2rem .55rem; border-radius:6px;
}

/* ===== Testimoni ===== */
.testi-card{
  background:#fff; border-radius:var(--radius-md);
  padding:1.6rem; height:100%; border:1px solid #E7EDF6;
}
.testi-quote{color:var(--ink); font-size:.94rem; font-style:italic;}
.testi-avatar{
  width:44px; height:44px; border-radius:50%;
  background:var(--blue-050); color:var(--blue-700);
  display:flex; align-items:center; justify-content:center;
  font-weight:700;
}

/* ===== CTA banner ===== */
.cta-banner{
  background:var(--yellow-500);
  border-radius:var(--radius-lg);
  padding:3rem 2rem;
  position:relative;
  overflow:hidden;
}
.cta-banner h3{color:var(--blue-900); font-weight:800;}
.cta-banner p{color:#4A3B00; opacity:.85;}
.btn-cta-dark{
  background:var(--blue-900); color:#fff; font-weight:700;
  border-radius:10px; padding:.65rem 1.5rem; border:none;
}
.btn-cta-dark:hover{background:var(--blue-700); color:#fff;}

/* ===== FAQ / Informasi singkat ===== */
.accordion-button:not(.collapsed){
  background:var(--blue-050); color:var(--blue-900); font-weight:700;
}
.accordion-button:focus{box-shadow:none;}

/* ===== Footer ===== */
.footer-main{
  background:var(--blue-900);
  color:#C7D8F0;
  padding:3.5rem 0 1.5rem;
}
.footer-main h6{color:#fff; font-weight:700; margin-bottom:1.1rem;}
.footer-main a{color:#C7D8F0; text-decoration:none; font-size:.9rem;}
.footer-main a:hover{color:var(--yellow-500);}
.footer-main ul{list-style:none; padding:0;}
.footer-main ul li{margin-bottom:.6rem;}
.footer-social{
  width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;
  color:#fff;
}
.footer-social:hover{background:var(--yellow-500); color:var(--blue-900);}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:2.5rem; padding-top:1.3rem;
  font-size:.82rem; color:#9FB4D8;
}

/* ===== Page Hero (halaman selain Home) ===== */
.page-hero{
  position:relative;
  background:linear-gradient(135deg, var(--blue-900) 0%, var(--blue-700) 60%, var(--blue-600) 100%);
  overflow:hidden;
  padding:3.2rem 0;
}
.page-hero .hero-shape.s1{width:260px;height:260px; top:-100px; right:-60px;}
.page-hero .hero-shape.s2{width:140px;height:140px; bottom:-50px; left:6%; opacity:.10;}
.page-hero h1{color:#fff; font-weight:800; font-size:2.1rem; margin-bottom:.4rem;}
.page-hero .breadcrumb-custom{color:#BFD6F5; font-size:.9rem;}
.page-hero .breadcrumb-custom a{color:#BFD6F5; text-decoration:none;}
.page-hero .breadcrumb-custom a:hover{color:var(--yellow-500);}
.page-hero p.lead-text{color:#D6E5FA; max-width:560px;}

/* ===== Filter chip ===== */
.filter-chip{
  border:1.5px solid #DCE6F5;
  background:#fff;
  color:var(--blue-900);
  font-weight:600;
  font-size:.85rem;
  padding:.45rem 1.05rem;
  border-radius:999px;
  transition:all .18s ease;
}
.filter-chip:hover{ border-color:var(--blue-700); color:var(--blue-700);}
.filter-chip.active{
  background:var(--blue-900);
  border-color:var(--blue-900);
  color:#fff;
}

/* ===== Kartu Guru ===== */
.guru-card{
  background:#fff;
  border-radius:var(--radius-md);
  border:1px solid #E7EDF6;
  overflow:hidden;
  text-align:center;
  transition:transform .2s ease, box-shadow .2s ease;
  height:100%;
}
.guru-card:hover{ transform:translateY(-5px); box-shadow:0 16px 34px rgba(10,61,122,.12);}
.guru-photo-wrap{
  position:relative;
  background:linear-gradient(160deg, var(--blue-050), #fff);
  padding:1.6rem 1rem .9rem;
}
.guru-photo{
  width:112px; height:112px; border-radius:50%;
  object-fit:cover;
  border:4px solid #fff;
  box-shadow:0 8px 22px rgba(10,61,122,.18);
}
.guru-jabatan-badge{
  position:absolute; top:.7rem; right:.7rem;
  background:var(--yellow-500); color:var(--blue-900);
  font-size:.65rem; font-weight:800;
  padding:.2rem .6rem; border-radius:999px;
  letter-spacing:.02em;
}
.guru-body{padding:.9rem 1.1rem 1.3rem;}
.guru-name{font-weight:700; font-size:1rem; color:var(--ink); margin-bottom:.2rem;}
.guru-mapel{
  display:inline-block;
  background:var(--blue-050); color:var(--blue-700);
  font-size:.74rem; font-weight:700;
  padding:.25rem .7rem; border-radius:999px;
  margin-top:.3rem;
}
.guru-kategori{color:var(--muted); font-size:.78rem; margin-top:.5rem;}
.guru-social{
  display:flex; justify-content:center; gap:.5rem; margin-top:.9rem;
}
.guru-social a{
  width:32px;height:32px;border-radius:50%;
  background:var(--surface); color:var(--blue-700);
  display:flex;align-items:center;justify-content:center;
  font-size:.85rem; text-decoration:none;
  transition:background .18s ease, color .18s ease;
}
.guru-social a:hover{ background:var(--blue-900); color:#fff;}

/* ===== Galeri: grid masonry ===== */
.galeri-grid{
  column-count:3;
  column-gap:1rem;
}
.galeri-item{
  break-inside:avoid;
  margin-bottom:1rem;
  position:relative;
  border-radius:var(--radius-md);
  overflow:hidden;
  cursor:pointer;
  background:#fff;
  border:1px solid #E7EDF6;
}
.galeri-item img{
  width:100%;
  display:block;
  transition:transform .35s ease;
}
.galeri-item:hover img{ transform:scale(1.07);}
.galeri-badge{
  position:absolute; top:.7rem; left:.7rem; z-index:2;
  background:var(--yellow-500); color:var(--blue-900);
  font-size:.68rem; font-weight:800;
  padding:.22rem .65rem; border-radius:999px;
}
.galeri-view-icon{
  position:absolute; top:.7rem; right:.7rem; z-index:2;
  width:34px; height:34px; border-radius:50%;
  background:rgba(255,255,255,.9); color:var(--blue-900);
  display:flex; align-items:center; justify-content:center;
  opacity:0; transform:translateY(-4px);
  transition:opacity .2s ease, transform .2s ease;
}
.galeri-item:hover .galeri-view-icon{ opacity:1; transform:translateY(0);}
.galeri-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg, transparent 45%, rgba(10,61,122,.88) 100%);
  opacity:0;
  transition:opacity .25s ease;
  display:flex; flex-direction:column; justify-content:flex-end;
  padding:1rem;
  color:#fff;
}
.galeri-item:hover .galeri-overlay{ opacity:1;}
.galeri-caption{font-weight:700; font-size:.92rem; margin-bottom:.1rem;}
.galeri-sub{font-size:.76rem; color:#D6E5FA;}

/* ===== Galeri: lightbox modal ===== */
#galeriModal .modal-content{
  background:transparent;
  border:none;
  max-height:90vh;
  overflow-y:auto;
  text-align:center;
  align-items:center; /* override flex default Bootstrap 5 (align-items:stretch) */
}
#galeriModal .galeri-modal-imgwrap{
  position:relative;
  display:inline-block;
  max-width:100%;
  line-height:0;
}
#galeriModal .btn-close{
  position:absolute;
  top:.6rem;
  right:.6rem;
  z-index:3;
  width:32px;
  height:32px;
  padding:0;
  margin:0;
  border-radius:50%;
  background-color:rgba(10,35,68,.55);
  background-image:none;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:1;
}
#galeriModal .btn-close::before{
  content:"\f62a"; /* bootstrap-icons: x-lg */
  font-family:"bootstrap-icons";
  color:#fff;
  font-size:1rem;
  line-height:1;
}
#galeriModal .btn-close:hover{ background-color:rgba(10,35,68,.8);}
#galeriModal img{
  display:block;
  width:auto;
  max-width:100%;
  max-height:80vh;
  margin:0 auto;
  object-fit:contain;
  border-radius:var(--radius-md);
  box-shadow:0 24px 60px rgba(0,0,0,.35);
}
#galeriModal .galeri-modal-caption{
  color:#fff;
  text-align:center;
  margin-top:1rem;
}
#galeriModal .galeri-modal-caption .fw-bold{font-size:1.05rem;}

/* ===== Kontak: info card ===== */
.contact-info-card{
  display:flex; gap:1rem; align-items:flex-start;
  background:#fff; border:1px solid #E7EDF6; border-radius:var(--radius-md);
  padding:1.3rem; height:100%;
  transition:box-shadow .2s ease, transform .2s ease;
}
.contact-info-card:hover{ box-shadow:0 14px 30px rgba(10,61,122,.1); transform:translateY(-3px);}
.contact-info-icon{
  width:46px; height:46px; border-radius:12px; flex-shrink:0;
  background:var(--blue-900); color:var(--yellow-500);
  display:flex; align-items:center; justify-content:center;
  font-size:1.15rem;
}
.contact-info-title{font-weight:700; font-size:.92rem; color:var(--ink); margin-bottom:.25rem;}
.contact-info-value{color:var(--muted); font-size:.85rem; margin-bottom:0; line-height:1.5;}
.contact-info-value a{color:var(--muted); text-decoration:none;}
.contact-info-value a:hover{color:var(--blue-700);}

/* ===== Kontak: peta ===== */
.map-wrap{
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid #E7EDF6;
  height:100%;
  min-height:420px;
}
.map-wrap iframe{
  width:100%; height:100%; min-height:420px; border:0; display:block;
}

/* ===== Kontak: form ===== */
.contact-form-card{
  background:#fff;
  border-radius:var(--radius-lg);
  border:1px solid #E7EDF6;
  padding:2rem;
  height:100%;
}
.form-label-custom{
  font-weight:600; font-size:.85rem; color:var(--ink); margin-bottom:.4rem; display:block;
}
.form-control-custom{
  width:100%;
  border-radius:10px;
  border:1.5px solid #DCE6F5;
  padding:.65rem .9rem;
  font-size:.92rem;
  font-family:'Inter', sans-serif;
  color:var(--ink);
  transition:border-color .18s ease, box-shadow .18s ease;
}
.form-control-custom:focus{
  outline:none;
  border-color:var(--blue-700);
  box-shadow:0 0 0 .2rem rgba(18,89,166,.15);
}
textarea.form-control-custom{ resize:vertical; min-height:120px; }

/* ===== Kontak: banner WhatsApp ===== */
.whatsapp-cta{
  background:linear-gradient(120deg, var(--blue-900), var(--blue-700));
  border-radius:var(--radius-lg);
  padding:2.4rem;
  color:#fff;
  display:flex; align-items:center; gap:1.5rem; flex-wrap:wrap;
  justify-content:space-between;
}
.whatsapp-cta-icon{
  width:60px; height:60px; border-radius:16px;
  background:rgba(255,199,44,.16);
  border:1px solid rgba(255,199,44,.4);
  color:var(--yellow-500);
  display:flex; align-items:center; justify-content:center;
  font-size:1.6rem; flex-shrink:0;
}
.whatsapp-cta h4{font-weight:800; margin-bottom:.25rem;}
.whatsapp-cta p{color:#D6E5FA; margin-bottom:0; font-size:.9rem;}

/* ===== Konfirmasi Transfer: langkah singkat ===== */
.step-mini{display:flex; gap:.9rem; align-items:flex-start;}
.step-mini-num{
  width:32px; height:32px; border-radius:50%; flex-shrink:0;
  background:var(--blue-900); color:#fff;
  font-weight:800; font-size:.85rem;
  display:flex; align-items:center; justify-content:center;
}
.step-mini-title{font-weight:700; font-size:.9rem; color:var(--ink); margin-bottom:.15rem;}
.step-mini-desc{color:var(--muted); font-size:.83rem; margin-bottom:0;}

/* ===== Konfirmasi Transfer: kartu rekening ===== */
.bank-card{
  background:#fff; border:1px solid #E7EDF6; border-radius:var(--radius-md);
  padding:1.3rem; height:100%;
}
.bank-card-logo{
  width:44px; height:44px; border-radius:10px;
  background:var(--blue-050); color:var(--blue-700);
  display:flex; align-items:center; justify-content:center;
  font-weight:800; font-size:.9rem; margin-bottom:.8rem;
}
.bank-norek{
  font-family:'Poppins',sans-serif; font-weight:800;
  font-size:1.12rem; color:var(--blue-900); letter-spacing:.02em;
}
.btn-copy{
  border:1px solid #DCE6F5; background:#fff; color:var(--blue-700);
  font-size:.74rem; font-weight:700; border-radius:8px; padding:.25rem .6rem;
  transition:all .15s ease;
}
.btn-copy:hover{ background:var(--blue-050);}
.btn-copy.copied{ background:#E6F6EC; color:#1B8A4C; border-color:#BEE7CE;}

.nominal-banner{
  background:var(--blue-050);
  border:1.5px dashed var(--blue-700);
  border-radius:var(--radius-md);
  padding:1rem 1.3rem;
  display:flex; justify-content:space-between; align-items:center;
  flex-wrap:wrap; gap:.5rem;
}
.nominal-banner .label{font-size:.8rem; color:var(--blue-700); font-weight:700;}
.nominal-banner .value{font-family:'Poppins',sans-serif; font-weight:800; font-size:1.4rem; color:var(--blue-900);}

/* ===== Konfirmasi Transfer: form & upload ===== */
.upload-dropzone{
  border:2px dashed #C9D9F0; border-radius:var(--radius-md);
  padding:2rem 1rem; text-align:center;
  background:var(--blue-050);
  cursor:pointer;
  transition:border-color .18s ease, background .18s ease;
}
.upload-dropzone:hover, .upload-dropzone.dragover{
  border-color:var(--blue-700); background:#E4EFFC;
}
.upload-dropzone i{font-size:2rem; color:var(--blue-700);}
.upload-dropzone .dz-text{font-weight:700; color:var(--ink); font-size:.92rem; margin-top:.6rem;}
.upload-dropzone .dz-sub{color:var(--muted); font-size:.78rem; margin-top:.2rem;}

.file-preview{
  display:none; align-items:center; gap:.8rem;
  background:#fff; border:1px solid #E7EDF6; border-radius:var(--radius-md);
  padding:.8rem 1rem; margin-top:1rem;
}
.file-preview.show{display:flex;}
.file-preview-thumb{width:52px; height:52px; border-radius:10px; object-fit:cover; background:var(--blue-050); flex-shrink:0;}
.file-preview-icon{
  width:52px; height:52px; border-radius:10px; flex-shrink:0;
  background:var(--blue-050); color:var(--blue-700);
  display:flex; align-items:center; justify-content:center; font-size:1.4rem;
}
.file-preview-name{font-weight:700; font-size:.85rem; color:var(--ink); word-break:break-all; margin-bottom:.1rem;}
.file-preview-size{font-size:.76rem; color:var(--muted);}
.file-preview-remove{
  margin-left:auto; color:#D64545; background:none; border:none;
  font-size:1.15rem; flex-shrink:0; line-height:1;
}
.file-preview-remove:hover{color:#B23333;}

/* ===== Halaman dinamis: tipografi konten rich text ===== */
.page-content h2{
  font-family:'Poppins', sans-serif; font-weight:800;
  color:var(--blue-900); font-size:1.45rem;
  margin-top:2rem; margin-bottom:1rem;
}
.page-content h2:first-child{margin-top:0;}
.page-content h3{
  font-family:'Poppins', sans-serif; font-weight:700;
  color:var(--ink); font-size:1.12rem;
  margin-top:1.6rem; margin-bottom:.75rem;
}
.page-content p{color:var(--ink); line-height:1.8; margin-bottom:1.1rem;}
.page-content ul, .page-content ol{margin-bottom:1.1rem; padding-left:1.4rem; line-height:1.85;}
.page-content li{margin-bottom:.4rem; color:var(--ink);}
.page-content strong{color:var(--blue-900);}
.page-content a{color:var(--blue-700); font-weight:600; text-decoration:underline;}
.page-content img{width:100%; border-radius:var(--radius-md); margin:1.5rem 0; display:block;}
.page-content hr{border:none; border-top:1px solid #E7EDF6; margin:2rem 0;}

.page-content table{
  width:100%; border-collapse:collapse; margin-bottom:1.5rem;
  font-size:.9rem; overflow:hidden; border-radius:var(--radius-md);
  border:1px solid #E7EDF6;
}
.page-content table th{
  background:var(--blue-050); color:var(--blue-900);
  font-weight:700; text-align:left; padding:.75rem 1rem;
}
.page-content table td{
  padding:.75rem 1rem; border-top:1px solid #E7EDF6; color:var(--ink);
}

.page-content blockquote{
  border-left:4px solid var(--yellow-500);
  background:var(--blue-050);
  padding:1rem 1.3rem;
  border-radius:0 var(--radius-md) var(--radius-md) 0;
  margin:1.6rem 0;
  color:var(--blue-900);
  font-weight:500;
  font-size:.94rem;
}
.page-content blockquote p{margin-bottom:0;}

/* ===== Halaman dinamis: sidebar "Halaman Lainnya" ===== */
.page-sidebar-card{
  background:#fff;
  border:1px solid #E7EDF6;
  border-radius:var(--radius-md);
  padding:1.3rem;
  position:sticky;
  top:100px;
}
.page-sidebar-title{
  font-weight:700; color:var(--blue-900);
  font-size:.78rem; text-transform:uppercase; letter-spacing:.05em;
  margin-bottom:1rem;
}
.page-sidebar-list{list-style:none; padding:0; margin:0;}
.page-sidebar-list li{margin-bottom:.35rem;}
.page-sidebar-list a{
  display:flex; align-items:center; gap:.6rem;
  padding:.6rem .7rem; border-radius:10px;
  color:var(--ink); text-decoration:none;
  font-size:.86rem; font-weight:600;
  transition:background .15s ease, color .15s ease;
}
.page-sidebar-list a:hover{ background:var(--blue-050); color:var(--blue-700);}
.page-sidebar-list a.active{ background:var(--blue-900); color:#fff;}
.page-sidebar-list a.active i{color:var(--yellow-500);}
.page-sidebar-list i{font-size:.85rem; color:var(--blue-700); flex-shrink:0;}

.page-sidebar-note{
  background:var(--blue-050);
  border-radius:var(--radius-md);
  padding:1.1rem;
  margin-top:1.3rem;
  font-size:.8rem;
  color:var(--blue-700);
}

/* ===== Wizard Formulir Pendaftaran ===== */
.wizard-shell{max-width:820px; margin:0 auto;}

.wizard-progress{
  display:flex;
  justify-content:space-between;
  margin-bottom:2.6rem;
  position:relative;
}
.wizard-progress::before{
  content:'';
  position:absolute; top:18px; left:0; right:0;
  height:2px; background:#E7EDF6; z-index:0;
}
.wizard-progress-fill{
  position:absolute; top:18px; left:0;
  height:2px; background:var(--blue-700);
  z-index:1; width:0%;
  transition:width .3s ease;
}
.wizard-step-dot{
  position:relative; z-index:2;
  display:flex; flex-direction:column; align-items:center; gap:.4rem;
  flex:1;
}
.wizard-step-circle{
  width:36px; height:36px; border-radius:50%;
  background:#fff; border:2px solid #E7EDF6;
  color:var(--muted); font-weight:800; font-size:.85rem;
  display:flex; align-items:center; justify-content:center;
  transition:all .25s ease;
}
.wizard-step-dot.active .wizard-step-circle{
  border-color:var(--blue-700); color:var(--blue-700); background:var(--blue-050);
}
.wizard-step-dot.done .wizard-step-circle{
  background:var(--blue-900); border-color:var(--blue-900); color:#fff;
}
.wizard-step-label{
  font-size:.66rem; font-weight:700; color:var(--muted);
  text-align:center; max-width:88px; display:none;
}
.wizard-step-dot.active .wizard-step-label{ color:var(--blue-900);}

.wizard-panel{
  background:#fff; border:1px solid #E7EDF6; border-radius:var(--radius-lg);
  padding:2rem;
}
.wizard-panel-title{font-weight:800; color:var(--blue-900); font-size:1.25rem; margin-bottom:.3rem;}
.wizard-panel-sub{color:var(--muted); font-size:.88rem; margin-bottom:1.8rem;}
.wizard-panel-group-title{
  font-weight:700; font-size:.8rem; color:var(--blue-700);
  text-transform:uppercase; letter-spacing:.04em;
  margin:1.6rem 0 1rem;
}
.wizard-panel-group-title:first-of-type{margin-top:0;}

.wizard-nav{display:flex; justify-content:space-between; margin-top:1.8rem; gap:1rem;}

.form-help-custom{font-size:.76rem; color:var(--muted); margin-top:.3rem;}

/* Kartu pilihan kompetensi keahlian */
.jurusan-select-card{
  border:2px solid #E7EDF6; border-radius:var(--radius-md);
  padding:1.1rem 1.2rem; cursor:pointer;
  display:flex; align-items:center; gap:1rem;
  transition:all .18s ease; margin-bottom:.8rem;
}
.jurusan-select-card:hover{border-color:var(--blue-700);}
.jurusan-select-card.selected{border-color:var(--blue-900); background:var(--blue-050);}
.jurusan-select-radio{
  width:22px; height:22px; border-radius:50%; flex-shrink:0;
  border:2px solid #C9D9F0;
  display:flex; align-items:center; justify-content:center;
}
.jurusan-select-card.selected .jurusan-select-radio{ border-color:var(--blue-900); background:var(--blue-900);}
.jurusan-select-card.selected .jurusan-select-radio::after{
  content:''; width:9px; height:9px; border-radius:50%; background:#fff;
}
.jurusan-select-icon{
  width:44px; height:44px; border-radius:10px; flex-shrink:0;
  background:var(--blue-050); color:var(--blue-700);
  display:flex; align-items:center; justify-content:center; font-size:1.1rem;
}
.jurusan-select-card.selected .jurusan-select-icon{ background:var(--yellow-500); color:var(--blue-900);}
.jurusan-select-name{font-weight:700; color:var(--ink); font-size:.94rem;}

/* Pill toggle (Jenis Kelamin, Kepemilikan KIP, dst) */
.pill-toggle{display:flex; gap:.7rem;}
.pill-toggle input{ position:absolute; opacity:0; pointer-events:none;}
.pill-toggle label{
  flex:1; text-align:center;
  border:1.5px solid #DCE6F5; border-radius:10px;
  padding:.65rem; font-weight:700; font-size:.88rem; color:var(--ink);
  cursor:pointer; transition:all .18s ease; margin-bottom:0;
}
.pill-toggle input:checked + label{
  background:var(--blue-900); border-color:var(--blue-900); color:#fff;
}

/* Ringkasan (step terakhir) */
.summary-group{margin-bottom:1.6rem;}
.summary-group-title{
  font-weight:700; color:var(--blue-900); font-size:.8rem;
  text-transform:uppercase; letter-spacing:.04em;
  margin-bottom:.7rem; padding-bottom:.5rem;
  border-bottom:1px solid #E7EDF6;
}
.summary-row{
  display:flex; justify-content:space-between; gap:1rem;
  padding:.4rem 0; font-size:.88rem;
}
.summary-row .label{color:var(--muted); flex-shrink:0;}
.summary-row .value{font-weight:600; color:var(--ink); text-align:right;}

@media (min-width:576px){
  .wizard-step-label{display:block;}
}

/* ===== Halaman Login / Registrasi ===== */
.auth-card{
  display:flex;
  background:#fff;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:0 20px 50px rgba(10,61,122,.1);
  border:1px solid #E7EDF6;
}
.auth-side{
  flex:0 0 40%;
  position:relative;
  overflow:hidden;
  background:linear-gradient(150deg, var(--blue-900) 0%, var(--blue-700) 70%, var(--blue-600) 100%);
  color:#fff;
  padding:2.6rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.auth-side .hero-shape.s1{width:220px; height:220px; top:-70px; right:-60px;}
.auth-side .hero-shape.s2{width:140px; height:140px; bottom:-40px; left:-30px; opacity:.12;}
.auth-side-icon{
  width:54px; height:54px; border-radius:14px;
  background:rgba(255,199,44,.16);
  border:1px solid rgba(255,199,44,.4);
  color:var(--yellow-500);
  display:flex; align-items:center; justify-content:center;
  font-size:1.4rem; margin-bottom:1.3rem; position:relative; z-index:1;
}
.auth-side h3{font-weight:800; margin-bottom:.7rem; position:relative; z-index:1;}
.auth-side p{color:#D6E5FA; font-size:.9rem; position:relative; z-index:1;}
.auth-side-list{list-style:none; padding:0; margin:1.5rem 0 0; position:relative; z-index:1;}
.auth-side-list li{display:flex; align-items:flex-start; gap:.6rem; margin-bottom:.9rem; font-size:.87rem; color:#E4EEFB;}
.auth-side-list i{color:var(--yellow-500); margin-top:.15rem; flex-shrink:0;}

.auth-main{flex:1; padding:2.6rem;}

.auth-tabs{
  display:flex; gap:.4rem;
  background:var(--surface);
  border-radius:12px; padding:.35rem;
  margin-bottom:1.8rem;
}
.auth-tab-btn{
  flex:1; text-align:center;
  padding:.6rem; border-radius:9px;
  font-weight:700; font-size:.88rem;
  border:none; background:transparent; color:var(--muted);
  cursor:pointer; transition:all .18s ease;
}
.auth-tab-btn.active{
  background:#fff; color:var(--blue-900);
  box-shadow:0 3px 10px rgba(10,61,122,.12);
}

.auth-panel{display:none;}
.auth-panel.active{display:block;}

.input-icon-wrap{position:relative;}
.input-icon-wrap .form-control-custom{padding-right:2.7rem;}
.toggle-password{
  position:absolute; right:.7rem; top:50%; transform:translateY(-50%);
  background:none; border:none; color:var(--muted);
  cursor:pointer; padding:.2rem; line-height:1;
}
.toggle-password:hover{color:var(--blue-700);}

.auth-extra-row{
  display:flex; justify-content:space-between; align-items:center;
  font-size:.85rem; margin:.9rem 0 1.3rem;
}
.auth-extra-row a{color:var(--blue-700); text-decoration:none; font-weight:600;}
.auth-extra-row a:hover{text-decoration:underline;}

.auth-switch-text{text-align:center; font-size:.87rem; color:var(--muted); margin-top:1.4rem;}
.auth-switch-text a{color:var(--blue-700); font-weight:700; text-decoration:none; cursor:pointer;}
.auth-switch-text a:hover{text-decoration:underline;}

.password-hint{font-size:.76rem; color:var(--muted); margin-top:.3rem;}

/* ===== Cek Status: form pencarian ===== */
.status-search-card{
  background:#fff; border:1px solid #E7EDF6; border-radius:var(--radius-lg);
  padding:2rem; max-width:640px; margin:0 auto;
}
.status-search-icon{
  width:56px; height:56px; border-radius:16px;
  background:var(--blue-050); color:var(--blue-700);
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem; margin:0 auto 1rem;
}

/* ===== Cek Status: badge ===== */
.status-badge{
  display:inline-flex; align-items:center; gap:.4rem;
  padding:.4rem 1rem; border-radius:999px;
  font-weight:700; font-size:.82rem;
}
.status-badge.badge-proses{background:var(--blue-050); color:var(--blue-700);}
.status-badge.badge-pending{background:#FFF6DC; color:#9A6B00;}
.status-badge.badge-diterima{background:#E6F6EC; color:#1B8A4C;}
.status-badge.badge-ditolak{background:#FBE7E7; color:#C23636;}

/* ===== Cek Status: kartu ringkasan ===== */
.status-summary-card{
  background:#fff; border:1px solid #E7EDF6; border-radius:var(--radius-lg);
  padding:1.8rem; margin-bottom:1.8rem;
}
.status-summary-row{
  display:flex; justify-content:space-between; gap:1rem;
  padding:.55rem 0; border-bottom:1px dashed #E7EDF6; font-size:.9rem;
}
.status-summary-row:last-child{border-bottom:none;}
.status-summary-row .label{color:var(--muted); flex-shrink:0;}
.status-summary-row .value{font-weight:700; color:var(--ink); text-align:right;}

/* ===== Cek Status: tracker progres ===== */
.status-tracker{
  background:#fff; border:1px solid #E7EDF6; border-radius:var(--radius-lg);
  padding:2rem;
}
.status-track{
  position:relative;
  display:flex; justify-content:space-between;
  margin-bottom:.5rem;
}
.status-track::before{
  content:''; position:absolute; top:23px; left:0; right:0;
  height:3px; background:#E7EDF6; z-index:0; border-radius:3px;
}
.status-track-fill{
  position:absolute; top:23px; left:0;
  height:3px; background:var(--blue-700); z-index:1; border-radius:3px;
  width:0%; transition:width .4s ease;
}
.status-track-item{
  position:relative; z-index:2;
  display:flex; flex-direction:column; align-items:center; gap:.6rem;
  flex:1; text-align:center;
}
.status-track-circle{
  width:47px; height:47px; border-radius:50%;
  background:#fff; border:2px solid #E7EDF6; color:var(--muted);
  display:flex; align-items:center; justify-content:center; font-size:1.15rem;
  transition:all .25s ease;
}
.status-track-item.done .status-track-circle{
  background:var(--blue-900); border-color:var(--blue-900); color:#fff;
}
.status-track-item.active .status-track-circle{
  border-color:var(--blue-700); color:var(--blue-700); background:var(--blue-050);
  box-shadow:0 0 0 5px rgba(18,89,166,.12);
}
.status-track-label{
  font-size:.74rem; font-weight:700; color:var(--muted);
  max-width:100px; display:none;
}
.status-track-item.done .status-track-label,
.status-track-item.active .status-track-label{color:var(--blue-900);}

.status-note-box{
  background:var(--blue-050); border-radius:var(--radius-md);
  padding:1.1rem 1.3rem; margin-top:1.8rem;
  font-size:.88rem; color:var(--blue-900);
  display:flex; gap:.7rem; align-items:flex-start;
}
.status-note-box i{color:var(--blue-700); margin-top:.15rem; flex-shrink:0;}

.status-note-box.note-success{background:#E6F6EC; color:#1B6B3C;}
.status-note-box.note-success i{color:#1B8A4C;}
.status-note-box.note-warning{background:#FFF6DC; color:#7A5600;}
.status-note-box.note-warning i{color:#9A6B00;}

/* ===== Cek Status: state kosong & tidak ditemukan ===== */
.status-empty-state{text-align:center; padding:2rem 1rem;}
.status-empty-icon{
  width:70px; height:70px; border-radius:50%;
  background:var(--blue-050); color:var(--blue-700);
  display:flex; align-items:center; justify-content:center;
  font-size:1.8rem; margin:0 auto 1.2rem;
}
.status-notfound-card{
  background:#FBE7E7; border:1px solid #F3C3C3; border-radius:var(--radius-md);
  padding:1.6rem; text-align:center; color:#8A2A2A; max-width:640px; margin:0 auto;
}

/* ===== Profil Sekolah: kartu program studi ===== */
.prodi-card{
  background:#fff; border:1px solid #E7EDF6; border-radius:var(--radius-lg);
  overflow:hidden; height:100%;
  transition:transform .2s ease, box-shadow .2s ease;
}
.prodi-card:hover{ transform:translateY(-5px); box-shadow:0 18px 40px rgba(10,61,122,.12);}
.prodi-card-img{position:relative; line-height:0;}
.prodi-card-img img{width:100%; height:170px; object-fit:cover; display:block;}
.prodi-card-akreditasi{
  position:absolute; top:.8rem; right:.8rem;
  background:var(--yellow-500); color:var(--blue-900);
  font-size:.7rem; font-weight:800; line-height:1.6;
  padding:.3rem .7rem; border-radius:999px;
  display:inline-flex; align-items:center;
}
.prodi-card-body{padding:1.4rem;}
.prodi-card-icon{
  width:44px; height:44px; border-radius:12px;
  background:var(--blue-050); color:var(--blue-700);
  display:flex; align-items:center; justify-content:center;
  font-size:1.1rem; margin-bottom:.9rem;
}
.prodi-card-title{font-weight:700; font-size:1.02rem; color:var(--blue-900); margin-bottom:.5rem;}
.prodi-card-desc{color:var(--muted); font-size:.86rem; line-height:1.6; margin-bottom:1rem;}
.prodi-card-list{list-style:none; padding:0; margin:0; font-size:.82rem;}
.prodi-card-list li{display:flex; gap:.5rem; margin-bottom:.5rem; color:var(--ink);}
.prodi-card-list li i{color:var(--blue-700); margin-top:.15rem; flex-shrink:0;}

.profil-intro-stat{display:flex; gap:.8rem; align-items:center;}
.profil-intro-stat-num{font-family:'Poppins',sans-serif; font-weight:800; font-size:1.5rem; color:var(--blue-900); line-height:1;}
.profil-intro-stat-label{font-size:.78rem; color:var(--muted); font-weight:600;}

/* ===== Serba-serbi SPMB: highlight + alumni ===== */
.serbaserbi-shell{
  background:linear-gradient(135deg, var(--blue-900) 0%, var(--blue-700) 100%);
  border-radius:var(--radius-lg);
  padding:2.6rem;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.serbaserbi-shell .hero-shape.s1{width:260px; height:260px; top:-100px; right:-60px;}
.serbaserbi-shell .hero-shape.s2{width:150px; height:150px; bottom:-50px; left:5%; opacity:.10;}

.serbaserbi-stat{position:relative; z-index:1;}
.serbaserbi-stat-num{font-family:'Poppins',sans-serif; font-weight:800; font-size:2.1rem; color:var(--yellow-500);}
.serbaserbi-stat-label{color:#D6E5FA; font-size:.82rem; font-weight:600;}

.serbaserbi-highlight-grid{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:.8rem;
  position:relative; z-index:1; margin-top:1.8rem;
}
.serbaserbi-highlight-item{
  border-radius:var(--radius-md); overflow:hidden; aspect-ratio:1/1;
  position:relative;
}
.serbaserbi-highlight-item img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .3s ease;}
.serbaserbi-highlight-item:hover img{transform:scale(1.08);}
.serbaserbi-highlight-item::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg, transparent 50%, rgba(10,35,68,.7) 100%);
}
.serbaserbi-highlight-caption{
  position:absolute; bottom:.6rem; left:.6rem; right:.6rem; z-index:2;
  color:#fff; font-size:.72rem; font-weight:700; line-height:1.3;
}

/* ===== Alur Pendaftaran ===== */
.alur-track{
  display:flex; justify-content:space-between; position:relative; margin-top:1rem;
}
.alur-track::before{
  content:''; position:absolute; top:32px; left:5%; right:5%;
  height:2px; background:#E7EDF6; z-index:0;
  background-image:linear-gradient(90deg, #C9D9F0 50%, transparent 50%);
  background-size:14px 2px;
}
.alur-step{
  position:relative; z-index:1;
  flex:1; text-align:center; padding:0 .5rem;
}
.alur-step-circle{
  width:64px; height:64px; border-radius:50%;
  background:#fff; border:2px solid var(--blue-050);
  color:var(--blue-700); font-size:1.4rem;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto .9rem; box-shadow:0 8px 20px rgba(10,61,122,.1);
}
.alur-step-num{
  width:22px; height:22px; border-radius:50%;
  background:var(--blue-900); color:#fff;
  font-size:.7rem; font-weight:800;
  display:flex; align-items:center; justify-content:center;
  position:absolute; top:-2px; right:calc(50% - 42px);
}
.alur-step-title{font-weight:700; font-size:.88rem; color:var(--blue-900); margin-bottom:.35rem;}
.alur-step-desc{font-size:.78rem; color:var(--muted); line-height:1.5;}

@media (min-width:576px){
  .status-track-label{display:block;}
}

/* ===== Serba-serbi SPMB: kartu alumni ===== */
.alumni-card{
  background:#fff; border:1px solid #E7EDF6; border-radius:var(--radius-md);
  padding:1.5rem 1.2rem; text-align:center; height:100%;
  transition:transform .2s ease, box-shadow .2s ease;
}
.alumni-card:hover{ transform:translateY(-4px); box-shadow:0 14px 30px rgba(10,61,122,.1);}
.alumni-photo{
  width:76px; height:76px; border-radius:50%; object-fit:cover;
  margin:0 auto .9rem; display:block;
  border:3px solid var(--blue-050);
}
.alumni-name{font-weight:700; color:var(--ink); font-size:.95rem; margin-bottom:.35rem;}
.alumni-jurusan{
  display:inline-block; background:var(--blue-050); color:var(--blue-700);
  font-size:.72rem; font-weight:700; padding:.22rem .65rem; border-radius:999px;
  margin-bottom:.7rem;
}
.alumni-meta{font-size:.78rem; color:var(--muted); margin-bottom:.3rem;}
.alumni-work{
  display:flex; align-items:center; justify-content:center; gap:.4rem;
  font-size:.82rem; color:var(--ink); font-weight:600;
  margin-top:.6rem; padding-top:.6rem; border-top:1px dashed #E7EDF6;
}
.alumni-work i{color:var(--blue-700); flex-shrink:0;}

@media (max-width:991.98px){
  .serbaserbi-highlight-grid{grid-template-columns:repeat(2, 1fr);}
  .alur-track{flex-direction:column; gap:1.8rem;}
  .alur-track::before{display:none;}
  .alur-step{text-align:left; display:flex; align-items:center; gap:1rem; padding:0;}
  .alur-step-circle{margin:0; flex-shrink:0;}
  .alur-step-num{right:auto; left:-4px;}
  .auth-card{flex-direction:column;}
  .auth-side{padding:2rem;}
  .auth-main{padding:1.8rem;}
  .galeri-grid{ column-count:2; }
}
@media (max-width:575.98px){
  .galeri-grid{ column-count:1; }
}

@media (max-width:767.98px){
  .page-hero{padding:2.4rem 0;}
  .page-hero h1{font-size:1.6rem;}
  .hero{padding:3rem 0 9rem;}
  .hero h1{font-size:1.9rem;}
  .quick-access{margin-top:-7rem; padding:1.1rem;}
  section{padding:3rem 0;}
}

@media (prefers-reduced-motion: reduce){
  *{transition:none!important;}
}