:root{
  --navy-900:#0b1f4d;
  --navy-800:#0f2a63;
  --navy-700:#13337a;
  --blue-600:#1a56c4;
  --blue-500:#2a6fe0;
  --ink:#1c2733;
  --muted:#5c6b7a;
  --bg:#f4f7fc;
  --card-bg:#ffffff;
  --border:#e3e8f0;
  --radius:14px;
}

*{box-sizing:border-box; margin:0; padding:0;}
body{
  font-family:'Segoe UI', Arial, sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.5;
}
a{text-decoration:none; color:inherit;}
ul{list-style:none;}

/* generic icon glyphs using simple unicode/shapes - lightweight, no external deps */
.ic{font-style:normal;}
.ic::before{content:"\25CF";}
.ic-file-user::before{content:"\1F4C4";}
.ic-heart::before{content:"\2764";}
.ic-users::before{content:"\1F465";}
.ic-search::before{content:"\1F50D";}
.ic-download::before{content:"\2B07";}
.ic-eye::before{content:"\1F441";}
.ic-file::before{content:"\1F4C4";}
.ic-megaphone::before{content:"\1F4E2";}
.ic-clock::before{content:"\23F1";}
.ic-zap::before{content:"\26A1";}
.ic-clipboard::before{content:"\1F4CB";}
.ic-headset::before{content:"\1F3A7";}
.ic-target::before{content:"\1F3AF";}
.ic-shield::before{content:"\1F6E1";}
.ic-star::before{content:"\2B50";}
.ic-scale::before{content:"\2696";}
.ic-heart-pulse::before{content:"\1F493";}
.ic-file-alert::before{content:"\1F4C4";}
.ic-calendar::before{content:"\1F4C5";}
.ic-stethoscope::before{content:"\1FA7A";}
.ic-user-plus::before{content:"\1F464";}
.ic-hospital::before{content:"\1F3E5";}
.ic-wheelchair::before{content:"\267F";}
.ic-cross::before{content:"\271D";}
.ic-rings::before{content:"\1F48D";}
.ic-document::before{content:"\1F4C3";}
.ic-headset::before{content:"\1F3A7";}
.ic-clipboard-big::before{content:"\1F4CB"; font-size:110px; opacity:.9;}
.ic-laptop-shield::before{content:"\1F4BB"; font-size:100px; opacity:.9;}
.ic-book::before{content:"\1F4D6";}
.ic-target::before{content:"\1F3AF";}
.ic-building::before{content:"\1F3DB";}
.ic-pin::before{content:"\1F4CD";}
.ic-phone::before{content:"\1F4DE";}
.ic-mail::before{content:"\2709";}
.ic-map::before{content:"\1F5FA";}
.ic-grid::before{content:"\1F4D0";}
.ic-user::before{content:"\1F464";}
.ic-monument::before{content:"\1F3DB"; font-size:70px; opacity:.85;}
.ic-whatsapp::before{content:"\1F4AC";}
.ic-elephant::before{content:"\1F418";}
.ic-id-card::before{content:"\1FAAA";}
.ic-megaphone::before{content:"\1F4E2";}

/* ============= TOP BAR ============= */
.topbar{background:var(--navy-900); color:#fff; font-size:11px;}
.topbar-inner{
  max-width:1400px; margin:0 auto; padding:8px 24px;
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;
}
.topbar-left{display:flex; gap:22px; flex-wrap:wrap;}
.logo-item{display:flex; align-items:center; gap:8px;}
.logo-circle{
  width:30px; height:30px; border-radius:50%; background:#fff;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
  color:var(--navy-900); font-size:13px;
}
.logo-item span{line-height:1.25; font-weight:600; letter-spacing:.2px;}
.topbar-right{display:flex; align-items:center; gap:18px;}
.font-size-toggle{display:flex; gap:6px; align-items:center;}
.fs-a{opacity:.8; cursor:pointer;}
.fs-sm{font-size:11px;} .fs-md{font-size:13px;} .fs-lg{font-size:16px; font-weight:700; opacity:1;}
.peta-situs{opacity:.9; font-weight:500;}
.btn-masuk{
  background:var(--blue-600); padding:8px 16px; border-radius:8px; font-weight:600;
  display:flex; align-items:center; gap:6px;
}

/* ============= NAVBAR ============= */
.navbar{background:#fff; border-bottom:1px solid var(--border); position:sticky; top:0; z-index:50;}
.navbar-inner{
  max-width:1400px; margin:0 auto; padding:14px 24px;
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px;
}
.brand{display:flex; align-items:center; gap:12px;}
.brand-logo{
  width:52px; height:52px; border-radius:50%;
  background:conic-gradient(from 180deg, var(--blue-600), var(--navy-900), var(--blue-600));
  color:#fff; display:flex; align-items:center; justify-content:center;
  font-weight:800; font-size:26px; flex-shrink:0;
}
.brand-title{font-size:24px; font-weight:800; color:var(--navy-900); letter-spacing:.5px;}
.brand-sub{font-size:10.5px; color:var(--muted); font-weight:600; margin-top:2px;}
.main-menu{display:flex; gap:22px; flex-wrap:wrap; font-size:13.5px; font-weight:700; color:#33404d; align-items:center;}
.main-menu a{padding-bottom:6px; border-bottom:3px solid transparent; transition:.2s;}
.nav-dropdown-wrap{position:relative; display:inline-flex; align-items:center;}
/* ============= NAV DROPDOWN (LAYANAN) ============= */
.nav-dropdown-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.nav-dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 220px;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--border);
  border-top: 3px solid var(--navy-900);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 12px 36px rgba(11,31,77,.14);
  z-index: 200;
  padding: 0;
  animation: dropFadeIn .2s ease;
  overflow: hidden;
}
@keyframes dropFadeIn {
  from { opacity:0; transform:translateX(-50%) translateY(-8px); }
  to   { opacity:1; transform:translateX(-50%) translateY(0); }
}
.nav-dropdown-menu.open {
  display: block;
}
.nav-dropdown-item {
  display: block;
  padding: 11px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  transition: background .15s, color .15s, padding-left .15s;
  border-bottom: 1px solid var(--border);
  letter-spacing: .2px;
}
.nav-dropdown-item:last-child { border-bottom: none; }
.nav-dropdown-item:hover {
  background: var(--navy-900);
  color: #fff;
  padding-left: 26px;
}
.nav-dropdown-item.active {
  background: var(--blue-600);
  color: #fff;
  font-weight: 700;
}

/* ============= HERO ============= */
.hero{
  position:relative; overflow:hidden;
  background:linear-gradient(120deg,#eef2fb 45%, #dbe4f7 100%);
  min-height:480px;
}
.hero-inner{
  max-width:1400px; margin:0 auto; padding:70px 24px 60px;
  display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:20px;
  position:relative; z-index:2;
}
.hero-content h1{
  font-size:64px; font-weight:900; color:var(--navy-900); letter-spacing:1px; line-height:1;
}
.hero-content h2{
  font-size:24px; font-weight:700; color:var(--navy-900); margin-top:18px; line-height:1.35;
}
.hero-quote{
  font-style:italic; font-size:19px; color:#2a3648; margin-top:20px; font-weight:600;
}
.hero-desc{ color:var(--muted); font-size:15px; margin-top:14px; max-width:520px;}
.hero-buttons{display:flex; gap:14px; margin-top:26px; flex-wrap:wrap;}
.btn{
  padding:13px 24px; border-radius:10px; font-weight:700; font-size:14px;
  display:inline-flex; align-items:center; gap:8px; transition:.2s;
}
.btn-primary{background:var(--navy-900); color:#fff;}
.btn-primary:hover{background:var(--blue-600);}
.btn-outline{background:#fff; color:var(--navy-900); border:1px solid var(--border);}
.btn-outline:hover{background:#eef2fb;}

.hero-graphic{
  height:380px; border-radius:50% 10% 50% 10% / 60% 20% 80% 40%;
  background:conic-gradient(from 200deg at 40% 40%, var(--navy-900) 0deg, var(--navy-800) 90deg, #dbe4f7 200deg, #dbe4f7 360deg);
  opacity:.9;
}
.hero-arrow{
  position:absolute; top:50%; transform:translateY(-50%); z-index:3;
  width:44px; height:44px; border-radius:50%; border:none; cursor:pointer;
  background:var(--navy-900); color:#fff; font-size:22px;
  display:flex; align-items:center; justify-content:center;
}
.hero-arrow-left{left:24px;}
.hero-arrow-right{right:24px;}
.hero-dots{
  position:absolute; bottom:22px; left:50%; transform:translateX(-50%);
  display:flex; gap:8px; z-index:3;
}
.dot{width:9px; height:9px; border-radius:50%; background:#c3cee2;}
.dot.active{background:var(--blue-600);}

/* ============= MAIN CONTENT ============= */
.content-wrap{max-width:1400px; margin:0 auto; padding:48px 24px;}
.content-grid{display:grid; grid-template-columns:2.2fr 1fr; gap:32px;}
.section-title{
  font-size:19px; font-weight:800; color:var(--navy-900); letter-spacing:.5px;
  border-bottom:3px solid var(--blue-600); display:inline-block; padding-bottom:8px; margin-bottom:22px;
}

.layanan-grid{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:16px;
}
.layanan-card{
  background:var(--card-bg); border:1px solid var(--border); border-radius:var(--radius);
  padding:22px 14px; text-align:center; transition:.2s;
}
.layanan-card:hover{ box-shadow:0 10px 24px rgba(15,42,99,.1); transform:translateY(-3px); }
.layanan-icon{
  width:56px; height:56px; border-radius:14px; color:#fff; font-size:24px;
  display:flex; align-items:center; justify-content:center; margin:0 auto 14px;
}
.layanan-title{font-weight:800; font-size:14px; color:var(--navy-900); margin-bottom:6px;}
.layanan-desc{font-size:12px; color:var(--muted); line-height:1.4;}

.statistik-box{
  background:var(--navy-900); color:#fff; border-radius:var(--radius);
  padding:26px 28px; margin-top:24px;
}
.statistik-box h4{font-size:14px; letter-spacing:.5px; margin-bottom:18px; font-weight:800;}
.statistik-grid{display:grid; grid-template-columns:repeat(4, 1fr); gap:14px;}
.statistik-item{display:flex; align-items:center; gap:10px;}
.statistik-icon{
  width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.12);
  display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0;
}
.statistik-value{font-size:20px; font-weight:800; line-height:1;}
.statistik-label{font-size:11px; opacity:.8; margin-top:3px;}

.info-box{
  background:var(--card-bg); border:1px solid var(--border); border-radius:var(--radius);
  padding:22px;
}
.info-header{display:flex; justify-content:space-between; align-items:center; margin-bottom:16px;}
.info-header h4{font-size:14px; font-weight:800; color:var(--navy-900); letter-spacing:.5px;}
.lihat-semua{font-size:12.5px; color:var(--blue-600); font-weight:700;}
.info-list{display:flex; flex-direction:column; gap:16px;}
.info-item{display:flex; gap:12px; padding-bottom:16px; border-bottom:1px solid var(--border);}
.info-item:last-child{border-bottom:none; padding-bottom:0;}
.info-date{
  background:#eef2fb; border-radius:8px; padding:8px 10px; text-align:center; min-width:52px; height:fit-content;
}
.info-tgl{font-size:18px; font-weight:800; color:var(--navy-900); line-height:1;}
.info-bln{font-size:9.5px; color:var(--muted); font-weight:700; margin-top:2px;}
.info-judul{font-size:13.5px; font-weight:700; color:var(--navy-900); line-height:1.4;}
.info-sub{font-size:11.5px; color:var(--muted); margin-top:4px;}

/* ============= VALUE STRIP ============= */
.value-strip{background:var(--navy-900); color:#fff; padding:30px 0;}
.value-strip-inner{
  max-width:1400px; margin:0 auto; padding:0 24px;
  display:grid; grid-template-columns:repeat(5, 1fr); gap:18px;
}
.value-item{display:flex; align-items:center; gap:12px;}
.value-icon{
  width:44px; height:44px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center; font-size:18px;
}
.value-title{font-size:12.5px; font-weight:800; letter-spacing:.5px;}
.value-desc{font-size:11.5px; opacity:.85; margin-top:2px; line-height:1.35;}

.site-footer{
  text-align:center; padding:18px; font-size:12px; color:var(--muted); background:#fff;
}

/* ============= PAGE BANNER (halaman dalam) ============= */
.page-banner{
  background:linear-gradient(120deg, var(--navy-900) 0%, var(--navy-700) 100%);
  color:#fff;
}
.page-banner-inner{
  max-width:1400px; margin:0 auto; padding:44px 24px;
  display:flex; justify-content:space-between; align-items:center; gap:24px;
}
.page-banner h1{font-size:38px; font-weight:900; letter-spacing:.5px;}
.breadcrumb{display:flex; gap:8px; align-items:center; margin-top:10px; font-size:13px; opacity:.85;}
.crumb-sep{opacity:.6;}
.banner-graphic{
  width:140px; height:100px; display:flex; align-items:center; justify-content:center;
  opacity:.85; flex-shrink:0;
}

/* ============= LAYANAN PAGE ============= */
.layanan-wrap{max-width:1400px; margin:0 auto; padding:40px 24px;}
.layanan-columns{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; align-items:start;
}
.kat-card{
  border-radius:var(--radius); padding:26px 24px 24px; border:1px solid var(--border);
}
.kat-header{display:flex; align-items:center; gap:14px; margin-bottom:14px;}
.kat-icon{
  width:52px; height:52px; border-radius:12px; color:#fff; font-size:22px;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.kat-header h3{font-size:17px; font-weight:800; line-height:1.3;}
.kat-desc{font-size:13.5px; color:var(--muted); margin-bottom:18px; line-height:1.5;}

.kat-items{display:flex; flex-direction:column; gap:12px; margin-bottom:20px;}
.kat-item{
  background:#fff; border-radius:10px; padding:14px 14px;
  display:flex; align-items:flex-start; gap:12px; box-shadow:0 1px 3px rgba(15,42,99,.06);
  transition:.2s;
}
.kat-item:hover{ transform:translateX(3px); box-shadow:0 4px 10px rgba(15,42,99,.1); }
.kat-item-icon{
  width:38px; height:38px; border-radius:9px; color:#fff; font-size:16px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
}
.kat-item-body{flex:1;}
.kat-item-title{font-size:13.5px; font-weight:800; line-height:1.3;}
.kat-item-desc{font-size:12px; color:var(--muted); margin-top:4px; line-height:1.4;}
.kat-item-arrow{font-size:18px; font-weight:800; flex-shrink:0; margin-top:4px;}

.kat-footer{text-align:center;}
.btn-selengkapnya{
  color:#fff; padding:11px 26px; border-radius:8px; font-weight:700; font-size:13.5px;
  display:inline-flex; align-items:center; gap:8px;
}
.arrow-circle{
  width:18px; height:18px; border-radius:50%; background:rgba(255,255,255,.25);
  display:inline-flex; align-items:center; justify-content:center; font-size:12px;
}

.layanan-note{
  margin-top:26px; background:#eef3fb; border-radius:var(--radius);
  padding:26px 30px; display:flex; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.note-left, .note-right{display:flex; gap:14px; align-items:flex-start;}
.note-icon-circle{
  width:42px; height:42px; border-radius:50%; background:var(--blue-600); color:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:800; flex-shrink:0; font-size:16px;
}
.note-icon-headset{background:var(--navy-900);}
.note-title{font-weight:800; font-size:14.5px; color:var(--navy-900);}
.note-desc{font-size:12.5px; color:var(--muted); margin-top:4px; line-height:1.5;}
.note-phone{font-weight:800; font-size:16px; color:var(--blue-600); margin-top:4px;}

@media (max-width:1100px){
  .layanan-columns{grid-template-columns:1fr;}
  .page-banner-inner{flex-direction:column; align-items:flex-start;}
  .banner-graphic{display:none;}
}

/* ============= PAGE BANNER TALL (Tentang / Profil) ============= */
.page-banner--tall .page-banner-inner{padding-bottom:26px;}
.banner-text-block{max-width:640px;}
.banner-desc{font-size:14px; opacity:.85; margin-top:12px; line-height:1.6;}
.page-banner-crumb-wrap{background:#fff; border-bottom:1px solid var(--border);}
.breadcrumb--onwhite{
  max-width:1400px; margin:0 auto; padding:12px 24px; color:var(--muted); opacity:1;
}
.page-banner--photo{
  background:linear-gradient(180deg, rgba(11,31,77,.88), rgba(11,31,77,.75)),
    linear-gradient(120deg, var(--navy-900), var(--navy-700));
}
.banner-graphic--laptop{opacity:.9;}

/* ============= PANEL (Tentang / Profil generic card) ============= */
.tentang-wrap, .profil-wrap{max-width:1400px; margin:0 auto; padding:36px 24px; display:flex; flex-direction:column; gap:22px;}
.panel{
  background:#fff; border:1px solid var(--border); border-radius:var(--radius);
  padding:26px 28px;
}
.panel-title{
  font-size:15px; font-weight:800; color:var(--navy-900); letter-spacing:.4px;
  display:flex; align-items:center; gap:10px; margin-bottom:14px;
}
.panel-icon{
  width:34px; height:34px; border-radius:9px; background:var(--blue-600); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:15px; flex-shrink:0;
}
.panel-icon--blue{background:var(--blue-600);}
.panel-icon--green{background:#1E8A4C;}
.panel-text{font-size:13.5px; color:var(--muted); line-height:1.7;}
.panel-list{padding-left:0; display:flex; flex-direction:column; gap:9px;}
.panel-list li{
  font-size:13.5px; color:var(--muted); line-height:1.6; padding-left:20px; position:relative;
}
.panel-list li::before{
  content:"\2022"; color:var(--blue-600); font-weight:800; position:absolute; left:0; top:0;
}

.kasubsi-panel{padding:24px;}
.kasubsi-grid{display:grid; grid-template-columns:260px 1fr; gap:24px; align-items:start;}
.kasubsi-photo{width:100%; height:auto; display:block; border-radius:18px; border:1px solid var(--border);}
.kasubsi-body{display:flex; flex-direction:column; gap:18px;}
.kasubsi-signature{background:#f4f7fc; border-radius:16px; padding:18px 20px; border:1px solid #dbe4f7;}
.kasubsi-signature p{margin:0; line-height:1.6; color:var(--ink);}
.kasubsi-signature strong{font-weight:800;}

/* ============= SAMBUTAN KALAPAS PAGE ============= */
.ic-medal::before{content:"\1F3C5";}
.ic-award::before{content:"\1F396";}
.ic-trophy::before{content:"\1F3C6";}
.ic-certificate::before{content:"\1F4DC";}

.sambutan-card{
  background:#fff;
  border-radius:22px;
  border:1px solid var(--border);
  padding:32px;
  box-shadow:0 18px 40px rgba(15,42,99,.06);
  display:grid;
  grid-template-columns:340px 1fr;
  gap:40px;
  align-items:start;
}
.sambutan-left{
  display:flex;
  flex-direction:column;
}
.sambutan-photo{
  width:100%;
  aspect-ratio:1/1.05;
  object-fit:cover;
  border-radius:18px 18px 0 0;
  border:1px solid var(--border);
  border-bottom:none;
}
.sambutan-quote-box{
  background:var(--navy-900);
  color:#fff;
  border-radius:0 0 18px 18px;
  padding:16px 20px;
  text-align:center;
  font-size:13.5px;
  font-weight:700;
  line-height:1.45;
}
.sambutan-quote-box span{
  color:#f5b942;
}

.sambutan-right{
  display:flex;
  flex-direction:column;
}
.sambutan-subtitle{
  color:#e07b1e;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  margin-bottom:6px;
}
.sambutan-title{
  font-size:36px;
  font-weight:900;
  color:var(--navy-900);
  margin-bottom:20px;
  line-height:1.2;
}
.sambutan-text{
  font-size:13.5px;
  color:var(--muted);
  line-height:1.8;
  margin-bottom:14px;
}
.sambutan-text:last-of-type{
  margin-bottom:24px;
}
.sambutan-signature{
  display:flex;
  flex-direction:column;
  border-left:4px solid #e07b1e;
  padding-left:14px;
  margin-top:auto;
}
.sambutan-sig-name{
  font-size:14.5px;
  font-weight:800;
  color:var(--navy-900);
  margin-bottom:2px;
}
.sambutan-sig-title{
  font-size:12px;
  color:var(--muted);
  font-weight:600;
}

/* ============= APRESIASI & PRESTASI ============= */
.apresiasi-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:14px;
  margin-bottom:16px;
}
.apresiasi-title{
  font-size:18px;
  font-weight:800;
  color:var(--navy-900);
}
.apresiasi-btn{
  background:#fff;
  border:1px solid var(--border);
  padding:8px 16px;
  border-radius:20px;
  font-size:12px;
  font-weight:700;
  color:var(--navy-800);
  transition:.2s;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.apresiasi-btn:hover{
  background:#f4f7fc;
  border-color:var(--blue-500);
  color:var(--blue-600);
}
.apresiasi-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:16px;
}
.apresiasi-card{
  background:#fff;
  border-radius:12px;
  border:1px solid var(--border);
  padding:20px 16px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  box-shadow:0 4px 12px rgba(15,42,99,.02);
  transition:.2s;
}
.apresiasi-card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(15,42,99,.06);
}
.apresiasi-icon{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  flex-shrink:0;
}
.apresiasi-body{
  display:flex;
  flex-direction:column;
}
.apresiasi-card-title{
  font-size:13px;
  font-weight:800;
  color:var(--navy-900);
  margin-bottom:4px;
  line-height:1.3;
}
.apresiasi-card-desc{
  font-size:11px;
  color:var(--muted);
  line-height:1.4;
}

/* ============= VALUE STRIP PROFIL ============= */
.value-strip-profil{
  background:var(--navy-900);
  color:#fff;
  border-radius:18px;
  padding:24px 32px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}
.vsp-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.vsp-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:rgba(255,255,255,0.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  flex-shrink:0;
  color:#fff;
}
.vsp-body{
  display:flex;
  flex-direction:column;
}
.vsp-title{
  font-size:13px;
  font-weight:800;
  margin-bottom:4px;
  color:#fff;
}
.vsp-desc{
  font-size:10.5px;
  color:rgba(255,255,255,0.75);
  line-height:1.45;
}

@media (max-width:1100px){
  .sambutan-card{grid-template-columns:1fr; gap:24px; padding:24px;}
  .apresiasi-grid{grid-template-columns:repeat(2, 1fr);}
  .value-strip-profil{grid-template-columns:repeat(2, 1fr); padding:20px;}
}
@media (max-width:640px){
  .apresiasi-grid{grid-template-columns:1fr;}
  .value-strip-profil{grid-template-columns:1fr;}
}

.two-col-panels{display:grid; grid-template-columns:1fr 1.4fr; gap:22px;}

.nilai-grid{display:grid; grid-template-columns:repeat(7, 1fr); gap:14px;}
.nilai-card{
  border:1px solid var(--border); border-radius:12px; padding:18px 12px; text-align:center;
}
.nilai-huruf{
  width:44px; height:44px; border-radius:50%; color:#fff; font-weight:800; font-size:16px;
  display:flex; align-items:center; justify-content:center; margin:0 auto 12px;
}
.nilai-title{font-size:12px; font-weight:800; color:var(--navy-900); letter-spacing:.3px; margin-bottom:6px;}
.nilai-desc{font-size:11px; color:var(--muted); line-height:1.45;}

/* ============= PROFIL LAPAS ============= */
.profil-grid-top{display:grid; grid-template-columns:1fr 1fr; gap:22px;}
.profil-grid-bottom{display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:start;}
.stack-col{display:flex; flex-direction:column; gap:22px;}

.identitas-list{display:flex; flex-direction:column; gap:16px;}
.identitas-item{display:flex; gap:12px; align-items:flex-start;}
.identitas-icon{
  width:32px; height:32px; border-radius:8px; background:#eef4fc; color:var(--blue-600);
  display:flex; align-items:center; justify-content:center; font-size:14px; flex-shrink:0;
}
.identitas-label{font-size:13px; font-weight:800; color:var(--blue-600);}
.identitas-value{font-size:13px; color:var(--muted); margin-top:2px; line-height:1.5;}

.profil-photo-placeholder{
  margin-top:16px; height:150px; border-radius:10px;
  background:linear-gradient(135deg, #dbe4f7, #eef2fb);
  display:flex; align-items:center; justify-content:center; color:var(--navy-700);
}

.struktur-org{display:flex; flex-direction:column; align-items:center; gap:0; padding-top:6px;}
.struktur-node{
  border-radius:8px; padding:10px 14px; font-size:11px; font-weight:800; text-align:center; line-height:1.35;
}
.struktur-kalapas{background:var(--navy-900); color:#fff; width:220px;}
.struktur-kasi{background:#1E8A4C; color:#fff; width:100%; min-height:44px; display:flex; align-items:center; justify-content:center;}
.struktur-subsi{background:#eef4fb; color:var(--navy-900); width:100%; font-weight:700; margin-top:8px;}
.struktur-line-vert{width:2px; height:20px; background:var(--border);}
.struktur-line-vert--short{height:14px;}
.struktur-kasi-row{display:flex; gap:14px; width:100%; margin-top:4px;}
.struktur-kasi-col{flex:1; display:flex; flex-direction:column; align-items:center;}

@media (max-width:1100px){
  .two-col-panels{grid-template-columns:1fr;}
  .nilai-grid{grid-template-columns:repeat(3, 1fr);}
  .profil-grid-top, .profil-grid-bottom{grid-template-columns:1fr;}
  .struktur-kasi-row{flex-direction:column;}
}
@media (max-width:640px){
  .nilai-grid{grid-template-columns:repeat(2, 1fr);}
}

/* ============= RESPONSIVE ============= */
@media (max-width:1100px){
  .content-grid{grid-template-columns:1fr;}
  .layanan-grid{grid-template-columns:repeat(3, 1fr);}
  .statistik-grid{grid-template-columns:repeat(3, 1fr);}
  .value-strip-inner{grid-template-columns:repeat(2, 1fr);}
  .hero-inner{grid-template-columns:1fr;}
  .hero-graphic{display:none;}
}
@media (max-width:640px){
  .hero-arrow { display: none; }
  .layanan-grid{grid-template-columns:repeat(2, 1fr);}
  .statistik-grid{grid-template-columns:repeat(2, 1fr);}
  .value-strip-inner{grid-template-columns:1fr;}
  .hero-content h1{font-size:44px;}
  .topbar-left{gap:12px;}
  .logo-item span{display:none;}
}

/* ============= FOOTER BARU ============= */
.site-footer-new{background:var(--navy-900); color:#fff; margin-top:0;}
.footer-inner{
  max-width:1400px; margin:0 auto; padding:40px 24px 26px;
  display:grid; grid-template-columns:1.3fr 1.3fr 1fr 1fr 1fr; gap:24px;
}
.footer-heading{font-size:12.5px; font-weight:800; letter-spacing:.4px; margin-bottom:12px; display:flex; align-items:center; gap:8px;}
.footer-heading--sub{margin-top:16px; margin-bottom:10px;}
.footer-heading-icon{font-size:13px;}
.footer-text{font-size:12px; opacity:.75; line-height:1.6;}
.footer-social{display:flex; gap:8px;}
.footer-social-icon{
  width:30px; height:30px; border-radius:50%; background:rgba(255,255,255,.12);
  display:flex; align-items:center; justify-content:center; font-size:13px;
}
.footer-links{display:flex; flex-direction:column; gap:9px;}
.footer-links a{font-size:12px; opacity:.8; line-height:1.5;}
.footer-links a:hover{opacity:1; text-decoration:underline;}
.footer-contact{display:flex; flex-direction:column; gap:11px;}
.footer-contact li{font-size:12px; opacity:.85; display:flex; align-items:center; gap:8px;}
.footer-col-brand{display:flex; flex-direction:column; align-items:flex-start;}
.footer-brand{display:flex; align-items:center; gap:8px; margin-bottom:10px;}
.footer-brand-logo{
  width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.12);
  display:flex; align-items:center; justify-content:center; font-size:16px;
}
.footer-brand-name{font-size:16px; font-weight:800;}
.footer-tagline{font-size:12px; color:#f5b942; font-weight:700; line-height:1.5;}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12); text-align:center; padding:16px; font-size:11.5px; opacity:.7;
}
@media (max-width:1100px){
  .footer-inner{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .footer-inner{grid-template-columns:1fr;}
}

/* ============= FAQ PAGE ============= */
.page-banner--faq .page-banner-inner{align-items:center;}
.banner-title--accent{color:#f5b942;}
.banner-eyebrow{font-size:12px; font-weight:800; letter-spacing:.5px; opacity:.85; margin-top:4px;}
.banner-graphic--faq{
  width:150px; height:110px; border-radius:16px; background:var(--blue-600);
  display:flex; align-items:center; justify-content:center; color:#fff; font-weight:900; font-size:26px;
  flex-shrink:0; opacity:.95;
}

.faq-wrap{max-width:1400px; margin:0 auto; padding:36px 24px;}
.faq-grid{display:grid; grid-template-columns:2.1fr 1fr; gap:24px; align-items:start;}

.faq-list{display:flex; flex-direction:column; gap:12px;}
.faq-item{
  background:#fff; border:1px solid var(--border); border-radius:12px; overflow:hidden;
}
.faq-q{
  list-style:none; cursor:pointer; padding:16px 18px; display:flex; align-items:center; gap:14px;
  font-size:13.5px; font-weight:700; color:var(--navy-900);
}
.faq-q::-webkit-details-marker{display:none;}
.faq-num{
  width:26px; height:26px; border-radius:50%; background:var(--navy-900); color:#fff;
  font-size:12px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.faq-q-text{flex:1;}
.faq-chevron{transition:.2s; opacity:.6;}
.faq-item[open] .faq-chevron{transform:rotate(180deg);}
.faq-a{
  padding:0 18px 18px 58px; display:flex; gap:14px; align-items:flex-start;
  font-size:13px; color:var(--muted); line-height:1.6;
}
.faq-a-icon{
  width:38px; height:38px; border-radius:50%; background:#eef4fc; color:var(--blue-600);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:16px;
}

.faq-side{
  background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:24px;
}
.faq-side h4{font-size:15px; font-weight:800; color:var(--navy-900); margin-bottom:8px;}
.faq-side > p{font-size:12.5px; color:var(--muted); line-height:1.6; margin-bottom:18px;}
.faq-contact-list{display:flex; flex-direction:column; gap:14px;}
.faq-contact-item{display:flex; gap:12px; align-items:flex-start;}
.faq-contact-icon{
  width:34px; height:34px; border-radius:9px; color:#fff; display:flex; align-items:center;
  justify-content:center; font-size:15px; flex-shrink:0;
}
.faq-contact-icon--wa{background:#25D366;}
.faq-contact-icon--phone{background:var(--blue-600);}
.faq-contact-icon--mail{background:#D6402F;}
.faq-contact-icon--pin{background:var(--navy-700);}
.faq-contact-icon--clock{background:var(--navy-900);}
.faq-contact-label{font-size:12px; font-weight:800; color:var(--navy-900);}
.faq-contact-value{font-size:12px; color:var(--muted); margin-top:2px; line-height:1.5;}
.faq-jam-box{
  margin-top:18px; padding-top:18px; border-top:1px solid var(--border);
  display:flex; gap:12px; align-items:flex-start;
}
.faq-jam-row{display:flex; justify-content:space-between; gap:10px; font-size:12px; color:var(--muted); margin-top:3px;}

@media (max-width:1100px){
  .faq-grid{grid-template-columns:1fr;}
}

/* ============= PERSYARATAN LAYANAN ============= */
.syarat-wrap{max-width:1400px; margin:0 auto; padding:36px 24px; display:flex; flex-direction:column; gap:22px;}
.syarat-intro-card{
  background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:26px 28px;
}
.syarat-intro-card h2{font-size:21px; font-weight:900; color:var(--navy-900); line-height:1.3;}
.syarat-intro-sub{
  display:inline-block; margin-top:10px; background:var(--navy-900); color:#fff;
  font-size:12px; font-weight:700; padding:6px 14px; border-radius:20px;
}
.syarat-intro-desc{font-size:13.5px; color:var(--muted); margin-top:14px;}

.numbered-list{display:flex; flex-direction:column; gap:14px;}
.numbered-item{display:flex; gap:14px; align-items:flex-start;}
.numbered-badge{
  width:28px; height:28px; border-radius:50%; background:var(--navy-900); color:#fff;
  font-weight:800; font-size:13px; display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.numbered-text{font-size:13.5px; color:var(--ink); line-height:1.6; padding-top:3px;}
/* Added styles for Persyaratan page */
.syarat-header-box{background:linear-gradient(120deg, var(--navy-900), var(--navy-700)); color:#fff; padding:40px 24px; text-align:center; border-radius:var(--radius); margin-bottom:30px;}
.syarat-main-title{font-size:32px; font-weight:800; line-height:1.2;}
.syarat-subtitle-pill{display:inline-block;background:rgba(255,255,255,.15); padding:4px 12px; border-radius:20px; font-size:13px; margin-top:8px;}
.syarat-intro-text{font-size:15px; color:var(--muted); margin-top:12px;}
.syarat-wbp-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:20px;}
.syarat-wbp-card{background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:24px;}
.syarat-section-pill{display:inline-flex; align-items:center; gap:8px; background:var(--blue-600); color:#fff; padding:6px 12px; border-radius:20px; font-weight:600;}
.syarat-penjamin-card{background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:24px;}
.dokumen-mini-card{background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:16px; text-align:center;}
.dokumen-mini-num{font-size:14px; font-weight:800; color:var(--blue-600); margin-bottom:6px;}
.dokumen-mini-title{font-size:13px; font-weight:600; margin-bottom:8px;}
.doc-illustration{margin:0 auto 8px; width:60px; height:60px; background:#eef4fc; border-radius:12px; display:flex; align-items:center; justify-content:center;}
.info-penting-horizontal{display:grid; grid-template-columns:repeat(2,1fr); gap:20px; background:#fff8e6; padding:24px; border-radius:var(--radius);}
.sfs-left{font-style:italic; color:#fff;}
.sfs-right{display:flex; flex-direction:column; gap:8px;}
.sfs-right-title{font-weight:800; font-size:14px;}
.sfs-right-item a{color:#fff; font-weight:600;}
.syarat-tabs{display:flex; gap:12px; margin-top:20px;}
.syarat-tab-btn{background:#fff; padding:8px 16px; border-radius:8px; border:1px solid var(--border); font-weight:600; cursor:pointer;}
.syarat-tab-btn.active{background:var(--blue-600); color:#fff; border-color:var(--blue-600);}
.syarat-tab-panel{display:none; padding:20px; background:#fff; border:1px solid var(--border); border-radius:var(--radius); margin-top:12px;}
.syarat-tab-panel.active{display:block;}
.syarat-tab-item-h{font-weight:700; font-size:13.5px; margin-bottom:4px;}
.syarat-tab-item-d{font-size:13px; color:var(--muted);}


.dokumen-grid{display:grid; grid-template-columns:repeat(5, 1fr); gap:14px;}
.dokumen-card{
  position:relative; border:1px solid var(--border); border-radius:12px; padding:22px 14px 16px;
  text-align:center; background:#f9fafc;
}
.dokumen-badge{
  position:absolute; top:-10px; left:50%; transform:translateX(-50%);
  width:22px; height:22px; border-radius:50%; background:var(--blue-600); color:#fff;
  font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center;
}
.dokumen-icon{font-size:30px; margin-bottom:10px;}
.dokumen-title{font-size:12px; font-weight:800; color:var(--navy-900); line-height:1.35; margin-bottom:6px;}
.dokumen-ket{font-size:11px; color:var(--muted); font-weight:700;}

.info-penting-box{
  background:#fff8e6; border:1px solid #f5d98a; border-radius:var(--radius); padding:24px 26px;
  position:relative;
}
.info-penting-head{display:flex; align-items:center; gap:12px; margin-bottom:14px;}
.info-penting-icon{
  width:36px; height:36px; border-radius:50%; background:var(--navy-900); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0;
}
.info-penting-head h4{font-size:15px; font-weight:800; color:var(--navy-900); flex:1;}
.gratis-badge{
  background:#f5b942; color:var(--navy-900); font-weight:900; font-size:12px; text-align:center;
  padding:8px 14px; border-radius:50%; width:70px; height:70px; display:flex; flex-direction:column;
  align-items:center; justify-content:center; line-height:1.2; flex-shrink:0;
}
.gratis-badge small{font-weight:600; font-size:8px;}
.info-penting-box .panel-list li::before{color:#c98a00;}

.syarat-tabs{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:20px; border-bottom:1px solid var(--border); padding-bottom:14px;}
.syarat-tab-btn{
  border:1px solid var(--border); background:#fff; color:var(--muted); font-size:12.5px; font-weight:700;
  padding:9px 18px; border-radius:20px; cursor:pointer; transition:.2s;
}
.syarat-tab-btn.active, .syarat-tab-btn:hover{background:var(--blue-600); color:#fff; border-color:var(--blue-600);}
.syarat-tab-panel{display:none;}
.syarat-tab-panel.active{display:block;}
.syarat-tab-title{font-size:15px; font-weight:800; color:var(--navy-900); margin-bottom:14px;}
.syarat-tab-items{display:flex; flex-direction:column; gap:12px;}
.syarat-tab-item{background:#f9fafc; border-radius:10px; padding:14px 16px;}
.syarat-tab-item-h{font-size:13px; font-weight:800; color:var(--blue-600); margin-bottom:5px;}
.syarat-tab-item-d{font-size:12.5px; color:var(--muted); line-height:1.55;}

@media (max-width:1100px){
  .dokumen-grid{grid-template-columns:repeat(3, 1fr);}
}
@media (max-width:640px){
  .dokumen-grid{grid-template-columns:repeat(2, 1fr);}
  .info-penting-head{flex-wrap:wrap;}
}
.ic-flag::before{content:"\1F3C1";}
.ic-check::before{content:"\2714";}
.ic-flow-big::before{content:"\1F5FA"; font-size:100px; opacity:.9;}

/* ============= ALUR PELAYANAN ============= */
.alur-wrap{max-width:1400px; margin:0 auto; padding:36px 24px; display:flex; flex-direction:column; gap:22px;}

.flow-track{
  display:flex; align-items:flex-start; gap:6px; overflow-x:auto; padding-bottom:10px;
}
.flow-node{
  flex:1; min-width:150px; text-align:center; display:flex; flex-direction:column; align-items:center;
}
.flow-circle{
  width:56px; height:56px; border-radius:50%; background:var(--navy-900); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:12px;
}
.flow-no{font-size:10px; font-weight:800; color:var(--blue-600); letter-spacing:.5px; margin-bottom:4px;}
.flow-title{font-size:13.5px; font-weight:800; color:var(--navy-900); margin-bottom:6px;}
.flow-desc{font-size:11.5px; color:var(--muted); line-height:1.5;}
.flow-arrow{
  font-size:22px; color:var(--blue-600); font-weight:800; padding-top:16px; flex-shrink:0;
}

.estimasi-list{display:flex; flex-direction:column; gap:12px;}
.estimasi-item{
  display:flex; justify-content:space-between; align-items:center; padding:12px 14px;
  background:#f9fafc; border-radius:9px;
}
.estimasi-label{font-size:13px; color:var(--ink); font-weight:600;}
.estimasi-value{font-size:13px; color:var(--blue-600); font-weight:800;}

@media (max-width:1100px){
  .flow-track{flex-direction:column; align-items:stretch;}
  .flow-arrow{transform:rotate(90deg); align-self:center; padding-top:0;}
  .flow-node{min-width:auto;}
}

/* ============= PROFIL SILEMANG (Infografis Style) ============= */
.profil-infografis{
  max-width:1400px; margin:0 auto 36px; border-radius:22px; overflow:hidden;
  background:#fff; border:1px solid var(--border); box-shadow:0 18px 40px rgba(15,42,99,.10);
}
.pi-header{
  position:relative; 
  background: linear-gradient(135deg, #ffffff 60%, #eef3fb 100%);
  border-bottom: 3px solid var(--navy-900);
  color: var(--navy-900); 
  padding:24px 32px; 
  display:flex; 
  align-items:center; 
  justify-content:space-between; 
  gap:20px;
  flex-wrap:wrap; 
  overflow:hidden;
}
.pi-header-left{display:flex; align-items:center; gap:20px;}
.pi-logo{
  width:90px; 
  height:90px; 
  border-radius:50%; 
  background:#fff; 
  flex-shrink:0;
  display:flex; 
  align-items:center; 
  justify-content:center; 
  box-shadow:0 4px 14px rgba(0,0,0,0.12);
}
.pi-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pi-header-title h2{
  font-size:36px; 
  font-weight:900; 
  letter-spacing:1px; 
  line-height:1.1; 
  color: var(--navy-900);
}
.pi-header-title .pi-eyebrow{
  font-size:12px; 
  font-weight:800; 
  letter-spacing:2px; 
  color: var(--muted); 
  margin-bottom:4px;
}
.pi-header-title .pi-subtitle{
  font-size:11px; 
  font-weight:800; 
  letter-spacing:.5px; 
  color: #fff; 
  background: var(--navy-900);
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-top:8px;
}
.pi-header-right{
  display:flex; 
  flex-direction: column;
  align-items:flex-end; 
  gap:6px;
}
.pi-header-logos{
  display: flex;
  gap: 10px;
  align-items: center;
}
.pi-header-logo-badge{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 4px;
}
.pi-header-logo-badge img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pi-header-instansi{
  font-size:11px; 
  font-weight:800; 
  letter-spacing:.5px; 
  text-align:right; 
  color: #e07b1e; 
  line-height:1.4;
}

.pi-body{
  display:grid; 
  grid-template-columns:290px 1.5fr 1fr; 
  gap:20px;
  background: #eef2f6;
  padding: 24px;
}

.pi-col{padding:0;}
.pi-left{
  background: var(--navy-900); 
  color: #fff;
  border-radius: 18px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 6px 20px rgba(15,42,99,0.06);
}
.pi-left-label{
  display:inline-block; 
  color:#fff; 
  font-size:12px; 
  font-weight:800;
  letter-spacing:2px; 
  border-bottom: 2px solid rgba(255,255,255,0.15);
  width: 100%;
  padding-bottom:10px; 
  margin-bottom:20px;
}
.pi-photo{
  width:140px; 
  height:185px; 
  object-fit:cover; 
  border-radius: 70px 70px 14px 14px;
  border: 3px solid rgba(255,255,255,0.15);
  margin-bottom:16px; 
  background:#dbe4f7;
}
.pi-nama{font-size:15px; font-weight:800; color:#f5b942; letter-spacing:.3px; line-height:1.3; margin-bottom:4px;}
.pi-nip{font-size:12px; font-weight:700; color:#fff; margin-bottom:12px;}
.pi-jabatan{font-size:11.5px; color:rgba(255,255,255,0.85); line-height:1.4; margin-bottom:20px;}
.pi-left-note{
  text-align:left; 
  display:flex; 
  flex-direction:column; 
  gap:12px; 
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 14px;
  width: 100%;
}
.pi-left-note-item{display:flex; gap:10px; align-items:flex-start;}
.pi-left-note-icon{
  width:24px; 
  height:24px; 
  border-radius:50%; 
  background:rgba(245,185,66,0.15); 
  color:#f5b942; 
  flex-shrink:0;
  display:flex; 
  align-items:center; 
  justify-content:center; 
  font-size:11px; 
  margin-top:2px;
}
.pi-left-note-text{font-size:10.5px; color:rgba(255,255,255,0.9); line-height:1.5;}

.pi-mid{display:flex; flex-direction:column; gap:20px;}
.pi-card{
  background:#fff; 
  border-radius:14px; 
  border:1px solid var(--border); 
  padding:16px 20px;
  box-shadow: 0 4px 12px rgba(15,42,99,0.03);
}
.pi-block-title{
  display:inline-flex; 
  align-items:center; 
  gap:10px; 
  font-size:13px; 
  font-weight:800; 
  color:#fff;
  background: var(--navy-900);
  padding: 6px 16px 6px 6px;
  border-radius: 20px;
  letter-spacing:.5px; 
  margin-bottom:14px;
}
.pi-block-icon{
  width:26px; 
  height:26px; 
  border-radius:50%; 
  background:rgba(255,255,255,0.2); 
  color:#fff; 
  flex-shrink:0;
  display:flex; 
  align-items:center; 
  justify-content:center; 
  font-size:12px;
}
.pi-visi-row{display:grid; grid-template-columns:1fr 140px; gap:18px; align-items:center;}
.pi-visi-text{font-size:13px; color:var(--muted); line-height:1.7;}
.pi-visi-art{
  height:95px; 
  width:140px;
  border-radius:12px; 
  background:linear-gradient(135deg,#eef2fb,#dbe4f7);
  display:flex; 
  align-items:center; 
  justify-content:center; 
  font-size:44px; 
  color:var(--blue-600);
  flex-shrink: 0;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}
.pi-misi-list{display:flex; flex-direction:column; gap:10px;}
.pi-misi-item{
  display:flex; 
  align-items:flex-start; 
  gap:12px; 
  background:#fff; 
  border: 1px solid var(--border);
  border-radius:10px; 
  padding:12px 16px;
  box-shadow: 0 2px 6px rgba(15,42,99,0.02);
}
.pi-misi-num{
  width:28px; 
  height:28px; 
  border-radius:50%; 
  flex-shrink:0; 
  color:#fff; 
  font-size:12px; 
  font-weight:800;
  display:flex; 
  align-items:center; 
  justify-content:center;
}
.pi-misi-item-text{font-size:12.5px; color:var(--ink); line-height:1.5; font-weight:600;}
.pi-tujuan-box{display:flex; align-items:center; gap:20px;}
.pi-tujuan-icon{
  width:64px; 
  height:64px; 
  border-radius:50%; 
  background:#f4f7fc; 
  border:2px solid var(--blue-600);
  color:var(--blue-600); 
  flex-shrink:0; 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  font-size:28px;
}

.pi-right{
  background:#fff;
  border-radius: 18px;
  border: 1px solid var(--border);
  padding: 24px 20px;
  box-shadow: 0 6px 20px rgba(15,42,99,0.04);
}
.pi-nilai-list{display:flex; flex-direction:column; gap:12px; margin-top:2px;}
.pi-nilai-item{
  display:flex; 
  align-items:flex-start; 
  gap:14px; 
  background:#fff; 
  border: 1px solid var(--border);
  border-radius:10px; 
  padding:12px 14px;
  box-shadow: 0 2px 6px rgba(15,42,99,0.02);
  border-left-width: 4px;
}
.pi-nilai-huruf{
  width:32px; 
  height:32px; 
  border-radius:50%; 
  color:#fff; 
  font-weight:800; 
  font-size:13px; 
  flex-shrink:0;
  display:flex; 
  align-items:center; 
  justify-content:center;
}
.pi-nilai-text{display:flex; flex-direction:column; gap:2px;}
.pi-nilai-title{font-size:12.5px; font-weight:800; letter-spacing:.3px; margin:0;}
.pi-nilai-desc{font-size:11px; color:var(--muted); line-height:1.4; margin:0;}

.pi-footer{
  background:var(--navy-900); 
  color:#fff; 
  display:flex; 
  justify-content:space-around; 
  align-items:center;
  padding:16px 24px; 
  flex-wrap:wrap; 
  gap:14px;
}
.pi-footer-item{display:flex; align-items:center; gap:10px; font-size:11.5px; font-weight:700; text-align:left;}
.pi-footer-icon{
  width:32px; 
  height:32px; 
  border-radius:50%; 
  background:rgba(255,255,255,.12); 
  flex-shrink:0;
  display:flex; 
  align-items:center; 
  justify-content:center; 
  font-size:14px;
}
.pi-misi-num .ic::before,
.pi-footer-icon .ic::before,
.pi-left-note-icon .ic::before,
.pi-block-icon .ic::before,
.pi-logo .ic::before,
.pi-badge .ic::before,
.pi-visi-art .ic::before {
  font-size: inherit !important;
}

@media (max-width:1100px){
  .pi-body{grid-template-columns:1fr; padding:16px;}
  .pi-left, .pi-mid, .pi-right{border-right:none; border-bottom:none; margin-bottom: 20px;}
  .pi-visi-row{grid-template-columns:1fr;}
}

/* ============= PERSYARATAN PAGE NEW LAYOUT ============= */
.syarat-header-box{
  text-align:center;
  padding:40px 24px 20px;
  background:linear-gradient(135deg, #ffffff 60%, #eef3fb 100%);
  border-bottom:3px solid var(--navy-900);
}
.syarat-main-title{
  font-size:36px;
  font-weight:900;
  color:var(--navy-900);
  line-height:1.2;
  letter-spacing:.5px;
}
.syarat-subtitle-pill{
  background:var(--navy-900);
  color:#fff;
  font-size:12.5px;
  font-weight:800;
  padding:8px 20px;
  border-radius:30px;
  display:inline-block;
  margin-top:12px;
  margin-bottom:16px;
  letter-spacing:.3px;
}
.syarat-intro-text{
  font-size:14px;
  color:var(--muted);
  max-width:800px;
  margin:0 auto;
  line-height:1.6;
}

.syarat-wbp-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:24px;
  align-items:stretch;
}
.syarat-wbp-card{
  background:#fff;
  border-radius:18px;
  border:1px solid var(--border);
  padding:24px 28px;
  box-shadow:0 6px 20px rgba(15,42,99,.02);
}
.syarat-section-pill{
  background:var(--navy-900);
  color:#fff;
  font-size:13px;
  font-weight:800;
  padding:8px 18px;
  border-radius:20px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:20px;
}
.syarat-section-pill .ic{
  font-size:14px;
}

/* Clipboard CSS graphic illustration */
.clipboard-illustration-container{
  background:#eef2f6;
  border-radius:18px;
  border:1px solid var(--border);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  position:relative;
  overflow:hidden;
}
.clipboard-graphic{
  width:160px;
  height:210px;
  background:#fff;
  border-radius:10px;
  border:4px solid var(--navy-900);
  position:relative;
  box-shadow:0 8px 24px rgba(15,42,99,0.08);
  display:flex;
  flex-direction:column;
  padding:24px 16px 16px;
  gap:10px;
}
.clipboard-clip{
  width:70px;
  height:24px;
  background:var(--navy-800);
  border-radius:6px 6px 0 0;
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  border:3px solid var(--navy-900);
}
.clipboard-line{
  height:4px;
  background:#e3e8f0;
  border-radius:2px;
  width:100%;
}
.clipboard-line-short{
  width:60%;
}
.clipboard-line-check{
  display:flex;
  align-items:center;
  gap:8px;
}
.clipboard-checkbox{
  width:12px;
  height:12px;
  border:2px solid #1E8A4C;
  border-radius:3px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.clipboard-checkbox::before{
  content:"\2714";
  font-size:8px;
  color:#1E8A4C;
  font-weight:bold;
}
.clipboard-folder{
  width:75px;
  height:55px;
  background:#f5b942;
  border-radius:6px;
  position:absolute;
  bottom:20px;
  left:-20px;
  transform:rotate(-10deg);
  box-shadow:0 6px 16px rgba(0,0,0,0.1);
  border:3px solid var(--navy-900);
}
.clipboard-folder::before{
  content:"";
  width:25px;
  height:8px;
  background:#f5b942;
  border-radius:4px 4px 0 0;
  position:absolute;
  top:-8px;
  left:5px;
}
.clipboard-shield{
  width:50px;
  height:56px;
  background:var(--blue-600);
  border-radius:0 0 25px 25px;
  border:3px solid var(--navy-900);
  position:absolute;
  bottom:15px;
  right:-15px;
  transform:rotate(8deg);
  box-shadow:0 6px 16px rgba(0,0,0,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:16px;
  font-weight:bold;
}
.clipboard-shield::before{
  content:"\2714";
}

/* Horizontal Penjamin layout */
.syarat-penjamin-card{
  background:#fff;
  border-radius:18px;
  border:1px solid var(--border);
  padding:24px 28px;
  box-shadow:0 6px 20px rgba(15,42,99,.02);
}
.syarat-penjamin-row{
  display:grid;
  grid-template-columns:1fr 2.3fr;
  gap:32px;
  align-items:start;
}
.syarat-penjamin-left{
  display:flex;
  flex-direction:column;
}

/* Document cards horizontal grid */
.dokumen-horizontal-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:12px;
}
.dokumen-mini-card{
  background:#fff;
  border-radius:12px;
  border:1px solid var(--border);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(15,42,99,.01);
  transition:.2s;
  padding-top:14px;
}
.dokumen-mini-card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 18px rgba(15,42,99,.04);
}
.dokumen-mini-num{
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--blue-500);
  color:#fff;
  font-size:11px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:8px;
}
.dokumen-mini-title{
  font-size:9.5px;
  font-weight:800;
  color:var(--navy-900);
  text-align:center;
  padding:0 8px;
  margin-bottom:12px;
  line-height:1.3;
  text-transform:uppercase;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CSS illustrations for different document cards */
.doc-illustration{
  width:75px;
  height:50px;
  background:#f8fafc;
  border:1.5px solid var(--border);
  border-radius:4px;
  margin-bottom:14px;
  position:relative;
  overflow:hidden;
}

/* KTP Card Graphic */
.doc-ktp-bg{
  background:linear-gradient(135deg, #cde0fc, #ecf3fe);
  border-color:#a5c7fb;
}
.doc-ktp-photo{
  width:16px;
  height:20px;
  background:#a5c7fb;
  border-radius:2px;
  position:absolute;
  bottom:6px;
  right:6px;
}
.doc-ktp-line{
  height:2px;
  background:#a5c7fb;
  border-radius:1px;
  position:absolute;
  left:6px;
}
.doc-ktp-line-1{width:30px; top:8px;}
.doc-ktp-line-2{width:40px; top:13px;}
.doc-ktp-line-3{width:35px; top:18px;}

/* KK Card Graphic */
.doc-kk-bg{
  background:#fff;
  border-color:#cbd5e1;
}
.doc-kk-title{
  height:4px;
  background:#cbd5e1;
  width:80%;
  margin:4px auto 0;
}
.doc-kk-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:2px;
  padding:6px;
}
.doc-kk-box{
  height:12px;
  border:1px solid #cbd5e1;
  background:#f8fafc;
}

/* Foto Rumah Graphic */
.doc-rumah-bg{
  background:#f1f5f9;
  border-color:#94a3b8;
  display:flex;
  align-items:center;
  justify-content:center;
}
.doc-rumah-graphic{
  width:40px;
  height:30px;
  border:1px solid #94a3b8;
  background:#fff;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:2px;
}
.doc-rumah-roof{
  width:0;
  height:0;
  border-left:22px solid transparent;
  border-right:22px solid transparent;
  border-bottom:12px solid #475569;
  position:absolute;
  top:-11px;
  left:-3px;
}
.doc-rumah-door{
  width:8px;
  height:12px;
  background:#475569;
  align-self:center;
}

/* Materai Graphic */
.doc-materai-bg{
  background:#fef3c7;
  border:2.5px dashed #f59e0b;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.doc-materai-text{
  font-size:6px;
  font-weight:800;
  color:#b45309;
  letter-spacing:.2px;
}
.doc-materai-val{
  font-size:8px;
  font-weight:900;
  color:#b45309;
}

/* Map Graphic */
.doc-map-bg{
  background:#f59e0b;
  border-color:#d97706;
  width:55px;
  height:50px;
  border-radius:4px 4px 0 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.doc-map-flap{
  width:55px;
  height:12px;
  background:#d97706;
  border-radius:4px 4px 0 0;
  position:absolute;
  top:0;
}
.doc-map-line{
  width:30px;
  height:2px;
  background:rgba(255,255,255,0.4);
  border-radius:1px;
  margin-top:14px;
}

.dokumen-mini-footer{
  background:var(--navy-900);
  color:#fff;
  font-size:9.5px;
  font-weight:800;
  text-align:center;
  width:100%;
  padding:6px;
}

/* Horizontal Info Penting */
.info-penting-horizontal{
  background:#fff8e6;
  border:1px solid #f5d98a;
  border-radius:18px;
  padding:24px 28px;
  display:grid;
  grid-template-columns:140px 1fr 140px;
  gap:24px;
  align-items:center;
}
.iph-left{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:10px;
}
.iph-icon-circle{
  width:56px;
  height:56px;
  border-radius:50%;
  background:var(--navy-900);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}
.iph-left h4{
  font-size:14px;
  font-weight:800;
  color:var(--navy-900);
  line-height:1.2;
}
.iph-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.iph-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.iph-item-check{
  color:#1E8A4C;
  font-weight:bold;
  font-size:12px;
  margin-top:2px;
}
.iph-item-text{
  font-size:12.5px;
  color:var(--ink);
  line-height:1.55;
}
.iph-right{
  display:flex;
  justify-content:center;
}
.iph-badge-gratis{
  background:#f5b942;
  color:var(--navy-900);
  font-weight:900;
  font-size:14px;
  text-align:center;
  padding:14px;
  border-radius:50%;
  width:85px;
  height:85px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  line-height:1.2;
  box-shadow:0 6px 14px rgba(245,185,66,0.25);
}
.iph-badge-gratis small{
  font-weight:700;
  font-size:9px;
  margin-top:2px;
}

/* Service Footer Strip */
.syarat-footer-strip{
  background:var(--navy-900);
  color:#fff;
  border-radius:18px;
  padding:24px 28px;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:40px;
  align-items:center;
}
.sfs-left{
  font-style:italic;
  font-size:13px;
  line-height:1.6;
  position:relative;
  padding-left:14px;
  border-left:3px solid #f5b942;
}
.sfs-right{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.sfs-right-title{
  font-size:12px;
  font-weight:800;
  color:#f5b942;
  letter-spacing:1px;
}
.sfs-right-items{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}
.sfs-right-item{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:11.5px;
}
.sfs-right-item a{
  color:#fff;
  font-weight:700;
}
.sfs-right-item .ic{
  font-size:14px;
  color:#f5b942;
}

@media (max-width:1100px){
  .syarat-wbp-grid{grid-template-columns:1fr;}
  .syarat-penjamin-row{grid-template-columns:1fr; gap:20px;}
  .dokumen-horizontal-grid{grid-template-columns:repeat(3, 1fr);}
  .info-penting-horizontal{grid-template-columns:1fr; gap:20px; text-align:center;}
  .iph-left{flex-direction:row; align-items:center; justify-content:center;}
  .iph-item{text-align:left;}
  .syarat-footer-strip{grid-template-columns:1fr; gap:20px;}
}
@media (max-width:640px){
  .dokumen-horizontal-grid{grid-template-columns:repeat(2, 1fr);}
}

/* ============= MOBILE NAVBAR ============= */
.nav-hamburger { display: none; }
.nav-close { display: none; }
.nav-overlay { display: none; }

@media (max-width: 900px) {
  /* Hamburger button */
  .nav-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 101;
  }
  .nav-hamburger span {
    width: 100%;
    height: 3px;
    background: var(--navy-900);
    border-radius: 3px;
    transition: 0.3s;
  }
  
  /* Mobile Menu Drawer */
  .main-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 24px 24px;
    gap: 16px;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 100;
    overflow-y: auto;
  }
  .main-menu.open {
    right: 0;
  }
  .main-menu a {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
  }
  
  /* Close Button inside Drawer */
  .nav-close {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: var(--navy-900);
    cursor: pointer;
  }
  
  /* Overlay */
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,31,77,0.5);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .nav-overlay.open {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  
  /* Dropdowns on mobile */
  .nav-dropdown-wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    border-left: 2px solid var(--border);
    padding: 0 0 0 16px;
    margin-top: 8px;
    width: 100%;
    transform: none;
    min-width: 100%;
    animation: none;
  }
  .nav-dropdown-item {
    border-bottom: none;
    padding: 8px 12px;
  }
}
