/* FRONT NARRATIVE + RESPONSIVE MENU FINAL
   Fokus: tampilan halaman depan, narasi update aplikasi, dan struktur menu publik.
   Tidak mengubah logika aplikasi, role, database, atau proses bisnis. */

.ulp-final .ulp-nav{
  min-height:86px !important;
  height:auto !important;
  overflow:visible !important;
}
.ulp-final .ulp-nav-inner{
  min-height:86px !important;
  height:auto !important;
  align-items:center !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.ulp-final .ulp-brand{
  flex:0 0 auto !important;
  min-width:300px !important;
}
.ulp-final .ulp-menu-structured{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
  padding:4px 0 4px 8px !important;
}
.ulp-final .ulp-menu-structured a{
  flex:0 0 auto !important;
  white-space:nowrap !important;
  line-height:1 !important;
  border:1px solid transparent;
  transition:.18s ease;
}
.ulp-final .ulp-menu-structured a:hover{
  border-color:#cfe6ff;
  transform:translateY(-1px);
}
.ulp-final .ulp-menu-structured .nav-cta{
  color:#fff !important;
  background:linear-gradient(135deg,#0d6efd,#04b8d8) !important;
  box-shadow:0 10px 20px rgba(13,110,253,.18);
}
.ulp-final .ulp-drawer-list-structured a small{
  display:block;
  color:#5f789a;
  font-size:11px;
  font-weight:800;
  margin-top:2px;
}
.ulp-update-narrative,
.ulp-cbt-lms-showcase{
  margin-top:28px;
  margin-bottom:28px;
}
.ulp-narrative-head{
  text-align:left !important;
  align-items:flex-start !important;
  margin-bottom:18px !important;
}
.ulp-narrative-head h2{
  max-width:980px;
}
.ulp-narrative-head p{
  max-width:980px;
}
.ulp-narrative-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.ulp-narrative-grid article{
  min-height:178px;
  border-radius:24px;
  padding:22px;
  background:linear-gradient(180deg,#fff,#f7fbff);
  border:1px solid #cfe3f7;
  box-shadow:0 18px 44px rgba(8,33,63,.08);
}
.ulp-narrative-grid article span{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:17px;
  background:#eaf5ff;
  color:#0d6efd;
  font-size:23px;
  margin-bottom:12px;
}
.ulp-narrative-grid article h3{
  margin:0 0 8px;
  color:#08213f;
  font-size:18px;
  font-weight:1000;
  letter-spacing:-.02em;
}
.ulp-narrative-grid article p{
  margin:0;
  color:#46627f;
  font-weight:800;
  line-height:1.55;
  font-size:14px;
}
.ulp-flow-strip{
  margin-top:18px;
  border-radius:24px;
  padding:16px 18px;
  background:linear-gradient(135deg,#07294f,#0f8aa8);
  color:#fff;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  box-shadow:0 22px 48px rgba(8,33,63,.15);
}
.ulp-flow-strip b{
  font-weight:1000;
}
.ulp-flow-strip span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  font-weight:950;
  font-size:13px;
}
.ulp-flow-strip i{
  opacity:.8;
  font-style:normal;
  font-weight:1000;
}
.ulp-cbt-card{
  border-radius:30px;
  padding:28px;
  background:
    radial-gradient(circle at 88% 10%,rgba(56,189,248,.18),transparent 26%),
    linear-gradient(135deg,#ffffff,#f2f9ff);
  border:1px solid #cfe3f7;
  box-shadow:0 24px 60px rgba(8,33,63,.1);
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:26px;
  align-items:center;
}
.ulp-cbt-card h2{
  margin:12px 0 10px;
  font-size:clamp(26px,3vw,42px);
  line-height:1.08;
  font-weight:1000;
  letter-spacing:-.04em;
  color:#08213f;
}
.ulp-cbt-card p{
  margin:0;
  color:#46627f;
  font-weight:850;
  line-height:1.65;
  max-width:860px;
}
.ulp-cbt-mini{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.ulp-cbt-mini span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  border-radius:18px;
  background:#fff;
  border:1px solid #d5e8fb;
  box-shadow:0 12px 28px rgba(8,33,63,.07);
  color:#11365f;
  font-size:13px;
  font-weight:1000;
  text-align:center;
}

.public-topbar,
.public-topbar-inner{
  height:auto !important;
  min-height:82px !important;
  overflow:visible !important;
}
.public-nav-links{
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
  padding:4px 0 !important;
}
.public-nav-links a{
  flex:0 0 auto !important;
  white-space:nowrap !important;
}

@media(max-width:1180px){
  .ulp-final .ulp-menu-structured{display:none !important;}
  .ulp-final .ulp-mobile-menu-btn{display:inline-flex !important;}
  .ulp-narrative-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ulp-cbt-card{grid-template-columns:1fr;}
}
@media(max-width:760px){
  .ulp-update-narrative,
  .ulp-cbt-lms-showcase{margin-top:18px;margin-bottom:18px;}
  .ulp-narrative-grid{grid-template-columns:1fr;gap:12px;}
  .ulp-narrative-grid article{min-height:auto;padding:18px;border-radius:20px;}
  .ulp-flow-strip{align-items:stretch;gap:8px;border-radius:20px;}
  .ulp-flow-strip span{width:100%;justify-content:center;}
  .ulp-flow-strip i{display:none;}
  .ulp-cbt-card{padding:20px;border-radius:22px;}
  .ulp-cbt-mini{grid-template-columns:1fr;}
  .ulp-final .ulp-brand{min-width:0 !important;}
}
