/* Pemulia Jamaah - Silvery Elegant UI */
:root {
  --pj-ink: #18202a;
  --pj-muted: #667085;
  --pj-soft: #f6f7f9;
  --pj-soft-2: #eceff3;
  --pj-line: rgba(151, 163, 182, .32);
  --pj-silver: #cfd5dd;
  --pj-silver-2: #eef1f5;
  --pj-chrome: #9ea8b6;
  --pj-deep: #26313d;
  --pj-accent: #7d8897;
  --pj-white: rgba(255, 255, 255, .92);
  --pj-shadow: 0 24px 70px rgba(31, 41, 55, .14);
  --pj-shadow-soft: 0 16px 40px rgba(31, 41, 55, .09);
  --pj-radius-xl: 28px;
  --pj-radius-lg: 20px;
  --pj-radius-md: 14px;
}

html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body.index-page,
body.pj-silver-page,
body.pj-silver-admin,
body.login-page,
body {
  color: var(--pj-ink);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.95), transparent 26rem),
    linear-gradient(135deg, #f9fafb 0%, #eef1f5 48%, #f8f9fb 100%);
  font-family: 'Poppins', 'Roboto', 'Source Sans Pro', Arial, sans-serif;
  letter-spacing: -.01em;
}
body { padding-right: 0 !important; }
a { color: #4b5563; transition: color .2s ease, opacity .2s ease, transform .2s ease; }
a:hover { color: #111827; text-decoration: none; }
img { max-width: 100%; height: auto; }

/* Public header */
#header.header {
  top: 14px;
  width: min(1180px, calc(100% - 28px));
  left: 50%;
  transform: translateX(-50%);
  min-height: 74px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.87), rgba(234,238,244,.76));
  box-shadow: 0 18px 50px rgba(42, 50, 62, .13);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 1035;
}
#header.header .container-fluid,
#header.header .container-xl { min-height: 74px; }
#header .logo { gap: 12px; text-decoration: none; }
#header .logo:before {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(188,198,210,.85)),
    radial-gradient(circle at 35% 30%, #fff, transparent 45%);
  border: 1px solid rgba(148, 163, 184, .45);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 9px 18px rgba(30,41,59,.12);
}
#header .sitename,
.footer .sitename,
.brand-text {
  color: var(--pj-ink) !important;
  font-family: 'Poppins', 'Roboto', Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: -.04em;
}
#header .sitename { font-size: clamp(20px, 2vw, 29px); margin: 0; }
#navmenu { display: flex; align-items: center; gap: 14px; }
#navmenu > ul { gap: 4px; align-items: center; }
#navmenu a,
#navmenu a span,
#navmenu i { color: #27313d !important; }
#navmenu a {
  position: relative;
  padding: 10px 13px !important;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: -.02em;
}
#navmenu a:hover,
#navmenu a.active,
#navmenu li:hover > a {
  color: #101828 !important;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 0 0 1px rgba(148,163,184,.22), 0 8px 20px rgba(30,41,59,.08);
}
#navmenu .dropdown ul {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(252,253,255,.96);
  box-shadow: var(--pj-shadow-soft);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
#navmenu .dropdown ul li { border: 0 !important; }
#navmenu .dropdown ul a {
  min-width: 220px;
  border-radius: 14px;
  padding: 10px 12px !important;
}
.mobile-nav-toggle { display: none !important; }

main.main { overflow: hidden; }
.main > section,
section.section {
  position: relative;
  padding: 88px 0;
  background: transparent;
}
section.section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(255,255,255,.58), rgba(238,242,247,.46));
}
#hero.hero {
  min-height: 92vh;
  padding: 150px 0 92px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.96), transparent 22rem),
    radial-gradient(circle at 85% 15%, rgba(203,213,225,.55), transparent 24rem),
    linear-gradient(135deg, #f8fafc 0%, #dfe5ec 52%, #f7f8fa 100%) !important;
}
#hero.hero:before {
  content: "";
  position: absolute;
  inset: 96px 6vw 42px;
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(240,244,248,.36)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.15) 0 2px, transparent 2px 12px);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: var(--pj-shadow);
}
#hero.hero:after {
  content: "";
  position: absolute;
  right: 8vw;
  top: 22%;
  width: clamp(170px, 24vw, 380px);
  height: clamp(170px, 24vw, 380px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.95), rgba(174,184,198,.38) 56%, rgba(255,255,255,0) 58%);
  filter: blur(.2px);
  opacity: .78;
}
#hero .container { position: relative; z-index: 2; }
#hero h2 {
  color: var(--pj-ink);
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.06em;
  text-transform: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
#hero p {
  color: #3f4b5a;
  font-size: 16px;
  line-height: 1.85;
}
#hero .btn-get-started,
.btn-get-started,
.cta-btn,
.btn-success,
.btn-info,
.btn-primary,
.btn-dark,
button.btn {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #1f2937, #5b6472) !important;
  color: #fff !important;
  box-shadow: 0 12px 25px rgba(31,41,55,.18);
  font-weight: 600;
  letter-spacing: -.01em;
}
.btn-danger {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #8f3f46, #b56a70) !important;
  box-shadow: 0 12px 25px rgba(127, 29, 29, .16);
}
button.btn:hover,
.btn:hover,
.cta-btn:hover,
#hero .btn-get-started:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(31,41,55,.22);
}
.section-title {
  margin-bottom: 32px;
  padding: 28px;
  border-radius: var(--pj-radius-xl);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: var(--pj-shadow-soft);
}
.section-title h2 {
  color: var(--pj-ink) !important;
  font-weight: 800;
  letter-spacing: .06em;
  font-size: clamp(24px, 3vw, 40px);
}
.section-title h2:after,
.section-title h2:before { background: linear-gradient(90deg, transparent, #a8b0bc, transparent) !important; }
.section-title p { color: #4b5563; line-height: 1.75; }
.section-title .float-right { float: none !important; margin-left: 10px; }
.section-title .float-right a,
.section-title a:not(.btn) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(238,242,247,.9);
  border: 1px solid rgba(148,163,184,.22);
  font-size: 13px;
  font-weight: 600;
}
.section-title input[type="text"],
.form-control,
select.form-control,
textarea.form-control,
.select2-container .select2-selection--single,
.input-group-text {
  min-height: 42px;
  border-radius: 14px !important;
  border: 1px solid rgba(148,163,184,.35) !important;
  background: rgba(255,255,255,.88) !important;
  color: var(--pj-ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.form-control:focus,
textarea.form-control:focus {
  border-color: rgba(100,116,139,.6) !important;
  box-shadow: 0 0 0 4px rgba(148,163,184,.16) !important;
}
.card,
.services .service-item,
.portfolio .portfolio-item,
.stats-item,
.modal-content,
.info-box,
.small-box,
.callout,
.box,
.invoice,
.list-group-item {
  border: 1px solid rgba(255,255,255,.78) !important;
  border-radius: var(--pj-radius-lg) !important;
  background: rgba(255,255,255,.76) !important;
  box-shadow: var(--pj-shadow-soft) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.card-header,
.modal-header,
.card-footer,
.modal-footer {
  border-color: rgba(148,163,184,.22) !important;
  background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(238,242,247,.62)) !important;
  border-radius: var(--pj-radius-lg) var(--pj-radius-lg) 0 0 !important;
}
.card-footer,
.modal-footer { border-radius: 0 0 var(--pj-radius-lg) var(--pj-radius-lg) !important; }
.table,
table.dataTable { color: var(--pj-ink); border-collapse: separate !important; border-spacing: 0 8px !important; }
.table thead th,
table.dataTable thead th {
  border: 0 !important;
  background: linear-gradient(135deg, #e7ebf0, #f7f8fa) !important;
  color: #26313d;
  font-weight: 700;
}
.table tbody tr,
table.dataTable tbody tr {
  background: rgba(255,255,255,.78);
  box-shadow: 0 8px 22px rgba(31,41,55,.06);
}
.table td,
.table th,
table.dataTable td,
table.dataTable th { border-top: 0 !important; vertical-align: middle !important; }
.badge { border-radius: 999px; padding: .45em .7em; }
.alert { border: 0; border-radius: var(--pj-radius-md); box-shadow: var(--pj-shadow-soft); }
.pagination .page-link { border-radius: 999px !important; margin: 0 3px; border: 0; color: #4b5563; }
.pagination .active .page-link { background: #303946; color: #fff; }

.call-to-action.section,
.footer.dark-background,
.dark-background {
  background: linear-gradient(135deg, #222b35, #4d5867) !important;
  color: #f8fafc !important;
}
.call-to-action img { opacity: .14 !important; filter: grayscale(1); }
.call-to-action .container { position: relative; z-index: 2; }
.call-to-action h3,
.footer h3 { color: #fff !important; font-weight: 800; letter-spacing: -.04em; }
.call-to-action p,
.footer p,
.footer .copyright,
.footer .credits { color: rgba(255,255,255,.78) !important; }
.footer {
  padding: 72px 0 38px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.footer .social-links a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
}
.scroll-top {
  background: linear-gradient(135deg, #1f2937, #606b7b) !important;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: var(--pj-shadow-soft);
}
#preloader { background: rgba(248,250,252,.94); }

/* Mobile bottom navigation */
.pj-mobile-dock,
.pj-mobile-sheet,
.pj-mobile-menu-backdrop { display: none; }
@media (max-width: 1199.98px) {
  #header.header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 64px;
    border-radius: 24px;
  }
  #header.header .container-fluid,
  #header.header .container-xl { min-height: 64px; padding: 0 18px; }
  #header .sitename { font-size: 20px; }
  #header .logo:before { width: 32px; height: 32px; }
  #navmenu { display: none !important; }
  body.mobile-nav-active { overflow: auto !important; }
  body.mobile-nav-active .navmenu { display: none !important; }
  main.main { padding-bottom: 100px; }
  #hero.hero { min-height: auto; padding: 122px 0 70px; }
  #hero.hero:before { inset: 86px 14px 24px; border-radius: 30px; }
  #hero.hero:after { opacity: .42; }
  .main > section,
  section.section { padding: 62px 0; }
  .section-title { padding: 22px; border-radius: 22px; }
  .section-title input[type="text"] { width: calc(100% - 58px) !important; }
  .card.w-50 { width: 100% !important; }
  .pj-mobile-dock {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1045;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4px;
    padding: 8px;
    border-radius: 28px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(255,255,255,.82);
    box-shadow: 0 20px 50px rgba(31,41,55,.18);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .pj-mobile-dock a,
  .pj-mobile-dock button {
    appearance: none;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 54px;
    padding: 6px 2px;
    border-radius: 20px;
    color: #4b5563 !important;
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1;
    text-decoration: none;
  }
  .pj-mobile-dock i { font-size: 19px; line-height: 1; }
  .pj-mobile-dock a:hover,
  .pj-mobile-dock a.active,
  .pj-mobile-dock button:hover,
  .pj-mobile-dock button.is-active {
    background: linear-gradient(135deg, #252f3d, #657080);
    color: #fff !important;
  }
  .pj-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(15,23,42,.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    display: block;
  }
  .pj-mobile-menu-backdrop.is-visible { opacity: 1; pointer-events: auto; }
  .pj-mobile-sheet {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 92px;
    z-index: 1046;
    display: block;
    padding: 16px;
    border-radius: 28px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.86);
    box-shadow: 0 28px 70px rgba(31,41,55,.2);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    transform: translateY(18px) scale(.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
  }
  .pj-mobile-sheet.is-open {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
  }
  .pj-mobile-sheet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }
  .pj-mobile-sheet__title { margin: 0; font-size: 16px; font-weight: 800; letter-spacing: -.03em; color: var(--pj-ink); }
  .pj-mobile-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #eef2f7;
    color: #344054;
  }
  .pj-mobile-sheet__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .pj-mobile-sheet__grid a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f7f9fb, #edf1f5);
    border: 1px solid rgba(148,163,184,.25);
    color: #26313d;
    font-weight: 650;
    font-size: 13px;
    text-decoration: none;
  }
  .pj-mobile-sheet__grid i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,.85);
    color: #596579;
  }
  .footer { padding-bottom: 120px; }
  .scroll-top { bottom: 90px; }
}
@media (max-width: 420px) {
  .pj-mobile-dock a span,
  .pj-mobile-dock button span { font-size: 9.5px; }
  .pj-mobile-sheet__grid { grid-template-columns: 1fr; }
}

/* AdminLTE silver skin */
body.pj-silver-admin,
body.login-page {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.9), transparent 24rem),
    linear-gradient(135deg, #f5f7fa, #e9edf3) !important;
}
body.pj-silver-admin .main-header.navbar,
.main-header.navbar-info,
.navbar-info {
  background: rgba(255,255,255,.82) !important;
  color: var(--pj-ink) !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  border-radius: 0 0 22px 22px;
  box-shadow: 0 14px 34px rgba(31,41,55,.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.main-header .nav-link { color: #2c3644 !important; }
.main-sidebar {
  background: linear-gradient(180deg, #252f3b, #111827) !important;
  box-shadow: 14px 0 34px rgba(17,24,39,.2) !important;
}
.brand-link {
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
  background: rgba(255,255,255,.04);
}
.sidebar .user-panel { border-bottom: 1px solid rgba(255,255,255,.1) !important; }
.nav-sidebar > .nav-item > .nav-link,
.nav-treeview > .nav-item > .nav-link {
  border-radius: 14px !important;
  color: rgba(255,255,255,.78) !important;
  margin: 3px 8px;
}
.nav-sidebar > .nav-item > .nav-link:hover,
.nav-sidebar > .nav-item > .nav-link.active,
.nav-treeview > .nav-item > .nav-link:hover,
.nav-treeview > .nav-item > .nav-link.active {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
}
.content-wrapper {
  background: transparent !important;
  padding-bottom: 24px;
}
.content .container,
.content .container-fluid { max-width: 1220px; }
.main-footer {
  border-top: 1px solid rgba(148,163,184,.18) !important;
  background: rgba(255,255,255,.66) !important;
  color: #667085 !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-box { width: min(430px, calc(100vw - 28px)); }
.login-box .card {
  overflow: hidden;
  border-radius: 28px !important;
}
.login-logo.card-header img { max-width: min(240px, 80%); }
.login-box-msg { color: #4b5563; font-weight: 600; }

/* Legacy frontend skin */
.header-area .header-bottom,
.header-sticky.sticky-bar {
  background: rgba(255,255,255,.86) !important;
  box-shadow: 0 18px 44px rgba(31,41,55,.1) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.main-menu ul li a { color: #2e3744 !important; font-weight: 650; }
.header-btn,
.btn.header-btn {
  background: linear-gradient(135deg, #1f2937, #667085) !important;
  border-radius: 999px !important;
  color: #fff !important;
}
.footer-wrapper.section-bg2 { background: linear-gradient(135deg, #222b35, #4d5867) !important; }

@media (max-width: 991.98px) { .mobile_menu, .slicknav_menu { display: none !important; } }

.pj-home-hero .pj-hero-copy {
  padding: clamp(18px, 4vw, 42px);
  border-radius: 34px;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(255,255,255,.68);
  box-shadow: 0 18px 60px rgba(31,41,55,.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.pj-home-hero .pj-hero-copy p { text-align: left !important; }
@media (max-width: 767.98px) { .pj-home-hero .pj-hero-copy { padding: 18px; border-radius: 24px; } }

/* Refinement: icon-based main navigation */
#header.header,
#header.header .container-fluid,
#header.header .container-xl { overflow: visible; }
#header.header .container-fluid,
#header.header .container-xl { gap: 18px; }
#header .logo { flex: 0 0 auto; min-width: 0; }
#header .sitename { white-space: nowrap; }
#navmenu.pj-icon-nav { margin-left: auto; min-width: 0; }
#navmenu.pj-icon-nav .pj-desktop-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
}
#navmenu.pj-icon-nav .pj-desktop-menu > li { position: relative; }
#navmenu.pj-icon-nav .pj-desktop-menu > li > a {
  width: 46px;
  height: 46px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(148,163,184,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.68);
  text-decoration: none;
}
#navmenu.pj-icon-nav .pj-desktop-menu > li > a > i:not(.pj-nav-chevron) {
  font-size: 20px;
  line-height: 1;
  color: #344054 !important;
}
#navmenu.pj-icon-nav .pj-desktop-menu > li > a .pj-nav-label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#navmenu.pj-icon-nav .pj-desktop-menu > li > a .pj-nav-chevron {
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 9px;
  opacity: .72;
}
#navmenu.pj-icon-nav .pj-desktop-menu > li > a::after {
  content: attr(data-pj-label);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, -4px);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(31,41,55,.92);
  box-shadow: 0 14px 34px rgba(31,41,55,.18);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: -.01em;
  transition: opacity .18s ease, transform .18s ease;
}
#navmenu.pj-icon-nav .pj-desktop-menu > li > a:hover::after,
#navmenu.pj-icon-nav .pj-desktop-menu > li > a:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}
#navmenu.pj-icon-nav .pj-desktop-menu > li:hover > a,
#navmenu.pj-icon-nav .pj-desktop-menu > li > a:hover,
#navmenu.pj-icon-nav .pj-desktop-menu > li > a.active {
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(224,229,236,.86));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.62), 0 12px 28px rgba(31,41,55,.12);
}
#navmenu.pj-icon-nav .pj-desktop-menu > li > a.active > i:not(.pj-nav-chevron),
#navmenu.pj-icon-nav .pj-desktop-menu > li:hover > a > i:not(.pj-nav-chevron) { color: #111827 !important; }
#navmenu.pj-icon-nav .dropdown ul {
  top: calc(100% + 14px);
  right: 0;
  left: auto;
  min-width: 292px;
  padding: 10px;
}
#navmenu.pj-icon-nav .dropdown ul.dropdown-right,
#navmenu.pj-icon-nav .dropdown .dropdown ul {
  right: calc(100% + 10px);
  left: auto;
  top: 0;
}
#navmenu.pj-icon-nav .dropdown ul a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  padding: 11px 12px !important;
  color: #26313d !important;
}
#navmenu.pj-icon-nav .dropdown ul a i:not(.pj-nav-chevron) {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f7f9fb, #e6ebf1);
  color: #596579 !important;
  font-size: 15px;
}
#navmenu.pj-icon-nav .dropdown ul a span {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  color: #26313d !important;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
}
#navmenu.pj-icon-nav .dropdown ul a .pj-nav-chevron {
  margin-left: auto;
  position: static;
  font-size: 12px;
}

@media (min-width: 1200px) {
  #navmenu.pj-icon-nav { display: flex !important; }
  .pj-mobile-dock,
  .pj-mobile-sheet,
  .pj-mobile-menu-backdrop { display: none !important; }
}
@media (max-width: 1199.98px) {
  .pj-mobile-dock {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3px;
    padding: 7px;
  }
  .pj-mobile-dock a,
  .pj-mobile-dock button {
    min-height: 52px;
    border-radius: 18px;
    font-size: 9.4px;
  }
  .pj-mobile-dock i { font-size: 18px; }
}
@media (max-width: 380px) {
  .pj-mobile-dock a span,
  .pj-mobile-dock button span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .pj-mobile-dock a,
  .pj-mobile-dock button { min-height: 48px; }
}

/* Donation program cards */
.pj-donation-wrap { overflow: visible; }
.pj-donation-card {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(199, 207, 218, .72) !important;
  border-radius: 26px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(241,244,248,.88));
  box-shadow: 0 26px 68px rgba(31,41,55,.10), inset 0 1px 0 rgba(255,255,255,.92);
}
.pj-donation-card .card-body {
  padding: 24px 22px 20px;
  text-align: center;
}
.pj-donation-card__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f7f9fb, #dde4ec);
  color: #3a4656;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.78), 0 12px 28px rgba(31,41,55,.10);
}
.pj-donation-card .card-title {
  min-height: 48px;
  margin-bottom: 14px;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -.03em;
}
.pj-donation-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  margin: 0 auto 24px;
  max-width: 330px;
  text-align: left;
  color: #64748b;
  font-size: 13px;
}
.pj-donation-meta strong {
  color: #26313d;
  font-weight: 800;
  text-align: right;
}
.pj-donation-progress {
  position: relative;
  height: 22px;
  margin: 34px 0 16px;
  overflow: visible;
  border-radius: 999px;
  background: linear-gradient(90deg, #e5e9ef, #f4f6f9);
  box-shadow: inset 0 1px 3px rgba(31,41,55,.12), 0 8px 18px rgba(31,41,55,.06);
}
.pj-donation-progress__commit,
.pj-donation-progress__verified {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: 999px;
  transition: width .28s ease;
}
.pj-donation-progress__commit {
  background: linear-gradient(90deg, #b9c6d6, #d5dde7);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.32);
}
.pj-donation-progress__verified {
  background: linear-gradient(90deg, #334155, #6b7889);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 10px 18px rgba(31,41,55,.15);
}
.pj-donation-progress__label {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.pj-donation-progress__label--commit {
  top: -28px;
  transform: translateX(-100%);
  color: #3b4655;
  background: linear-gradient(145deg, #f6f8fb, #dce3ec);
  border: 1px solid rgba(194, 203, 216, .8);
  box-shadow: 0 8px 18px rgba(31,41,55,.08);
}
.pj-donation-progress__label--verified {
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(31,41,55,.34);
  text-shadow: 0 1px 1px rgba(0,0,0,.18);
}
.pj-donation-legend {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
}
.pj-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 999px;
  vertical-align: middle;
}
.pj-dot--commit { background: #b9c6d6; }
.pj-dot--verified { background: #334155; }
.pj-donation-btn {
  border: 0 !important;
  border-radius: 999px !important;
  padding: 10px 20px !important;
  background: linear-gradient(145deg, #2f3a49, #596579) !important;
  box-shadow: 0 16px 28px rgba(31,41,55,.18);
  font-weight: 800 !important;
}
.pj-donation-card--add .card-body {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
}
.pj-donation-card--add a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #26313d;
}
.pj-add-icon {
  width: 118px;
  height: 118px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background: linear-gradient(145deg, #f7f9fb, #dbe2eb);
  color: #5b6676;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72), 0 18px 46px rgba(31,41,55,.10);
  font-size: 44px;
}
.pj-empty-state {
  padding: 26px;
  border-radius: 24px;
  color: #5f6b7a;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(238,242,247,.82));
  border: 1px solid rgba(199, 207, 218, .72);
  box-shadow: 0 18px 48px rgba(31,41,55,.08);
}
.pj-admin-section .inner,
.pj-silver-admin-card {
  border-radius: 24px !important;
  border: 1px solid rgba(199, 207, 218, .72) !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 24px 64px rgba(31,41,55,.09);
}
.pj-silver-admin-card .card-header {
  border-bottom: 1px solid rgba(199, 207, 218, .65);
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,243,248,.86));
  color: #26313d;
  font-weight: 800;
}
.pj-donation-hero h2 { letter-spacing: -.04em; }

@media (max-width: 575.98px) {
  .pj-donation-card .card-body { padding: 22px 18px 18px; }
  .pj-donation-card .card-title { min-height: auto; }
  .pj-donation-meta { grid-template-columns: 1fr; text-align: center; }
  .pj-donation-meta strong { text-align: center; }
  .pj-donation-legend { flex-wrap: wrap; }
}


/* Donation modal refinement */
.pj-donation-modal .modal-dialog {
  max-width: min(900px, calc(100vw - 28px));
}
.pj-donation-modal .modal-content {
  overflow: hidden;
  border-radius: 26px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,243,248,.92)) !important;
}
.pj-donation-modal .modal-header,
.pj-donation-modal .modal-footer {
  padding: 18px 22px;
}
.pj-donation-modal .modal-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #18202a;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.05em;
}
.pj-donation-modal .btn-close,
.modal .btn-close {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(238,242,247,.9);
  opacity: .85;
  box-shadow: inset 0 0 0 1px rgba(148,163,184,.26);
}
.pj-donation-modal__body {
  padding: 22px;
  background: rgba(255,255,255,.34);
  max-height: min(68vh, 640px);
  overflow-y: auto;
  overflow-x: hidden;
}
.pj-donation-form-grid {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 16px;
  align-items: flex-start;
}
.pj-donation-form-grid > [class*="col-"] {
  min-width: 0;
}
.pj-donation-modal .form-group {
  margin: 0;
}
.pj-donation-modal label {
  display: block;
  margin: 0 0 8px;
  color: #202938;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
}
.pj-donation-modal .form-control,
.pj-donation-modal select.form-control,
.pj-donation-modal .custom-select {
  width: 100% !important;
  min-height: 42px;
  height: auto;
  padding: 10px 14px;
  border-radius: 14px !important;
  line-height: 1.35;
  font-size: 15px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), 0 8px 18px rgba(31,41,55,.04) !important;
}
.pj-donation-modal select.form-control.pj-native-select {
  min-height: 42px;
  padding-right: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image:
    linear-gradient(45deg, transparent 50%, #475467 50%),
    linear-gradient(135deg, #475467 50%, transparent 50%),
    linear-gradient(to right, rgba(148,163,184,.18), rgba(148,163,184,.18)) !important;
  background-position:
    calc(100% - 20px) calc(50% + 1px),
    calc(100% - 14px) calc(50% + 1px),
    calc(100% - 34px) 50% !important;
  background-size: 6px 6px, 6px 6px, 1px 22px !important;
  background-repeat: no-repeat !important;
  appearance: none;
  -webkit-appearance: none;
}
.pj-donation-modal input[type="file"].form-control {
  padding: 8px 12px;
}
.pj-amount-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.pj-amount-chip-wrap .pj-amount-chip {
  margin: 0 !important;
  padding: 7px 12px !important;
  min-height: 0;
  border-radius: 999px !important;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(31,41,55,.12) !important;
}
.pj-donation-modal .modal-footer {
  gap: 8px;
  justify-content: flex-end;
}
.pj-donation-modal .modal-footer .btn {
  min-width: 82px;
  padding: 9px 15px !important;
}
.pj-donation-modal .select2-container,
.pj-donation-modal .select2-container--default,
.pj-donation-modal .select2-selection,
.pj-donation-modal .select2-selection--single,
.pj-donation-modal .select2-search,
.pj-donation-modal .select2-search__field {
  max-width: 100% !important;
}
.pj-donation-modal .select2-container { width: 100% !important; display: block; }
.pj-donation-modal .select2-container .select2-selection--single {
  height: 42px !important;
  display: flex !important;
  align-items: center;
}
.pj-donation-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding: 0 34px 0 14px !important;
  color: #18202a !important;
  line-height: 40px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pj-donation-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  right: 8px !important;
}
.pj-donation-modal .select2-container--open .select2-dropdown {
  z-index: 1065;
  border-radius: 14px !important;
  border-color: rgba(148,163,184,.35) !important;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .pj-donation-modal .modal-dialog {
    max-width: calc(100vw - 18px);
    margin: 9px auto;
  }
  .pj-donation-modal__body {
    max-height: calc(100vh - 168px);
    padding: 18px;
  }
  .pj-donation-form-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 14px;
  }
  .pj-donation-modal .modal-header,
  .pj-donation-modal .modal-footer {
    padding: 15px 18px;
  }
  .pj-donation-modal .modal-footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
  }
}

/* Donation modal: embedded program title */
.pj-donation-modal .modal-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pj-donation-modal .modal-title {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 58px);
  overflow: hidden;
}
.pj-donation-modal .modal-title i {
  flex: 0 0 auto;
  margin-top: 2px;
}
.pj-donation-modal #dnsi_modal_title_text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.pj-donation-modal .btn-close {
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .pj-donation-modal .modal-title {
    font-size: clamp(19px, 5vw, 24px);
    line-height: 1.12;
    letter-spacing: -.045em;
  }
  .pj-donation-modal #dnsi_modal_title_text {
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 420px) {
  .pj-donation-modal .modal-title {
    font-size: 18px;
  }
  .pj-donation-modal .modal-header {
    gap: 8px;
  }
}

/* Soft silver placeholder for empty images */
.pj-soft-image-placeholder {
  background: linear-gradient(135deg, #f8fafc 0%, #e5e7eb 48%, #f1f5f9 100%) !important;
  object-fit: cover;
  border-color: rgba(148, 163, 184, .35) !important;
}
.hero > img.pj-soft-image-placeholder,
section.hero > img.pj-soft-image-placeholder {
  opacity: .42 !important;
  filter: saturate(.7) contrast(.96);
}
.pj-money-cell,
table.dataTable td.text-right,
.table td.text-right {
  text-align: right !important;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

/* Donation media carousel */
.pj-donation-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(237,241,246,.94));
  border: 1px solid rgba(196,203,213,.55);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}
.pj-donation-hero-carousel,
.pj-donation-hero-carousel .carousel-inner,
.pj-donation-hero-carousel .carousel-item {
  border-radius: 28px;
}
.pj-donation-hero-carousel .carousel-item img {
  width: 100%;
  height: clamp(220px, 34vw, 440px);
  object-fit: cover;
  display: block;
}
.pj-donation-viewer-trigger {
  position: relative;
  width: 100%;
  border: 0;
  padding: 0;
  display: block;
  background: transparent;
  cursor: zoom-in;
}
.pj-donation-viewer-trigger::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,24,39,0) 45%, rgba(17,24,39,.35) 100%);
  pointer-events: none;
}
.pj-donation-viewer-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #1f2937;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(15,23,42,.18);
}
.pj-donation-hero-carousel .carousel-control-prev,
.pj-donation-hero-carousel .carousel-control-next,
.pj-gallery-modal .carousel-control-prev,
.pj-gallery-modal .carousel-control-next {
  width: 56px;
}
.pj-donation-hero-carousel .carousel-control-prev-icon,
.pj-donation-hero-carousel .carousel-control-next-icon,
.pj-gallery-modal .carousel-control-prev-icon,
.pj-gallery-modal .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(17,24,39,.48);
  background-size: 58%;
}
.pj-donation-hero-carousel .carousel-indicators {
  margin-bottom: 12px;
}
.pj-donation-hero-carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background-color: rgba(255,255,255,.72);
}
.pj-donation-hero-carousel .carousel-indicators .active {
  width: 24px;
  background-color: #fff;
}
.pj-gallery-modal .modal-content {
  border: 1px solid rgba(196,203,213,.55);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(237,241,246,.98));
}
.pj-gallery-modal .modal-header {
  border-bottom-color: rgba(196,203,213,.45);
}
.pj-gallery-modal .modal-body {
  padding: 16px;
}
.pj-gallery-modal .carousel-item img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef2f7 0%, #dde5ee 100%);
}
@media (max-width: 767.98px) {
  .pj-donation-hero-card,
  .pj-donation-hero-carousel,
  .pj-donation-hero-carousel .carousel-inner,
  .pj-donation-hero-carousel .carousel-item {
    border-radius: 22px;
  }
  .pj-donation-hero-carousel .carousel-item img {
    height: 220px;
  }
  .pj-donation-viewer-badge {
    right: 12px;
    bottom: 12px;
    padding: 8px 12px;
    font-size: 13px;
  }
}


/* Donation carousel inside each donation card */
.pj-donation-card-carousel {
  position: relative;
  overflow: hidden;
  margin: -6px -6px 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(237,241,246,.96));
  border: 1px solid rgba(196,203,213,.55);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}
.pj-donation-card-carousel .carousel-inner,
.pj-donation-card-carousel .carousel-item {
  border-radius: 24px;
}
.pj-donation-card-carousel .carousel-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.pj-donation-card-carousel .pj-donation-viewer-trigger::after {
  background: linear-gradient(180deg, rgba(17,24,39,0) 55%, rgba(17,24,39,.24) 100%);
}
.pj-donation-card-carousel .pj-donation-viewer-badge {
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  min-width: auto;
}
.pj-donation-card-carousel .pj-donation-viewer-badge i {
  margin: 0;
}
.pj-donation-card-carousel .carousel-control-prev,
.pj-donation-card-carousel .carousel-control-next {
  width: 44px;
}
.pj-donation-card-carousel .carousel-control-prev-icon,
.pj-donation-card-carousel .carousel-control-next-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(17,24,39,.42);
  background-size: 56%;
}
.pj-donation-card-carousel .carousel-indicators {
  margin-bottom: 10px;
}
.pj-donation-card-carousel .carousel-indicators button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255,255,255,.7);
}
.pj-donation-card-carousel .carousel-indicators .active {
  width: 20px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .pj-donation-card-carousel {
    margin: -4px -4px 16px;
    border-radius: 22px;
  }
  .pj-donation-card-carousel .carousel-inner,
  .pj-donation-card-carousel .carousel-item {
    border-radius: 22px;
  }
  .pj-donation-card-carousel .carousel-item img {
    height: 160px;
  }
}


/* Donation card image is the direct viewer trigger */
.pj-donation-card-carousel .pj-donation-viewer-badge {
  display: none !important;
}
.pj-donation-card-carousel .pj-donation-viewer-trigger {
  cursor: zoom-in;
  outline: none;
}
.pj-donation-card-carousel .pj-donation-viewer-trigger:focus-visible {
  box-shadow: 0 0 0 4px rgba(100, 116, 139, .24);
  border-radius: 24px;
}
.pj-donation-card-carousel .pj-donation-viewer-trigger::after {
  display: none;
}
.pj-donation-card-carousel .carousel-item img {
  transition: transform .22s ease, filter .22s ease;
}
.pj-donation-card-carousel .pj-donation-viewer-trigger:hover img {
  transform: scale(1.015);
  filter: brightness(.97);
}

/* Donation card: image itself opens original gallery */
.pj-donation-card-carousel .pj-donation-viewer-image {
  cursor: zoom-in;
  outline: none;
}
.pj-donation-card-carousel .pj-donation-viewer-image:focus-visible {
  box-shadow: 0 0 0 4px rgba(100, 116, 139, .24);
}
.pj-donation-card-carousel .pj-donation-viewer-image:hover {
  transform: scale(1.015);
  filter: brightness(.97);
}


/* Donation recap progress bars */
.pj-donation-progress-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 14px 0 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}
.pj-donation-progress-title strong {
  color: #1f2937;
  font-weight: 800;
  text-align: right;
}
.pj-donation-progress-title--paket {
  margin-top: 18px;
}
.pj-donation-progress--paket {
  background: linear-gradient(180deg, #eef2f7, #e5eaf1);
}
.pj-donation-progress--paket .pj-donation-progress__commit {
  background: linear-gradient(90deg, rgba(148,163,184,.82), rgba(203,213,225,.92));
}
.pj-donation-progress--paket .pj-donation-progress__verified {
  background: linear-gradient(90deg, #334155, #475569);
}

.pj-rekap-progress {
  min-width: 220px;
}
.pj-rekap-progress__caption {
  margin-bottom: 6px;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.pj-rekap-progress__track {
  position: relative;
  height: 18px;
  overflow: visible;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef2f7, #e2e8f0);
  box-shadow: inset 0 1px 2px rgba(15,23,42,.09);
}
.pj-rekap-progress__commit,
.pj-rekap-progress__verified {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 999px;
}
.pj-rekap-progress__commit {
  background: linear-gradient(90deg, rgba(203,213,225,.96), rgba(148,163,184,.96));
}
.pj-rekap-progress__verified {
  background: linear-gradient(90deg, #334155, #475569);
}
.pj-rekap-progress__label {
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
.pj-rekap-progress__label--commit {
  background: #e2e8f0;
  color: #475569;
}
.pj-rekap-progress__label--verified {
  background: #475569;
  color: #fff;
}
#tabel-jenisdonasi td {
  vertical-align: middle;
}

/* Realtime notification menu */
.pj-notif-nav > a,
.pj-mobile-notif-btn {
  position: relative;
}
.pj-notif-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(239, 68, 68, .28);
  z-index: 5;
}
.pj-mobile-notif-btn .pj-notif-badge {
  top: 2px;
  right: 8px;
  font-style: normal;
}
.pj-notif-menu {
  width: min(360px, 92vw) !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  border: 1px solid rgba(203, 213, 225, .72) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .16) !important;
}
.pj-notif-head {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 15px !important;
  border-bottom: 1px solid rgba(203, 213, 225, .58);
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
}
.pj-notif-head strong {
  color: #1f2937;
  font-size: 14px;
}
.pj-notif-head button,
.pj-notif-sheet-tools button {
  border: 0;
  border-radius: 999px;
  padding: 6px 10px;
  background: #334155;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.pj-notif-list-wrap {
  padding: 0 !important;
}
.pj-notif-list {
  max-height: 380px;
  overflow-y: auto;
  padding: 8px;
}
.pj-notif-list--mobile {
  max-height: calc(70vh - 80px);
  padding: 10px 16px 20px;
}
.pj-notif-item {
  display: grid !important;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 9px;
  padding: 11px 10px !important;
  border-radius: 16px;
  color: #1f2937 !important;
  text-decoration: none !important;
  background: transparent;
  transition: background .18s ease, transform .18s ease;
}
.pj-notif-item:hover {
  background: #f1f5f9 !important;
  transform: translateY(-1px);
}
.pj-notif-item.is-unread {
  background: linear-gradient(135deg, rgba(239, 246, 255, .96), rgba(248, 250, 252, .96));
}
.pj-notif-dot {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 999px;
  background: #cbd5e1;
}
.pj-notif-item.is-unread .pj-notif-dot {
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, .12);
}
.pj-notif-copy {
  min-width: 0;
}
.pj-notif-copy strong,
.pj-notif-copy small,
.pj-notif-copy em {
  display: block;
  min-width: 0;
}
.pj-notif-copy strong {
  color: #111827;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}
.pj-notif-copy small {
  margin-top: 4px;
  color: #475569;
  font-size: 12px;
  line-height: 1.35;
}
.pj-notif-copy em {
  margin-top: 5px;
  color: #94a3b8;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}
.pj-notif-empty {
  padding: 18px 12px;
  color: #64748b;
  text-align: center;
  font-size: 13px;
}
.pj-notif-sheet-tools {
  padding: 0 16px 10px;
  text-align: right;
}
.pj-notif-pulse i {
  animation: pjBellRing .9s ease-in-out 2;
}
@keyframes pjBellRing {
  0%, 100% { transform: rotate(0deg); }
  20% { transform: rotate(16deg); }
  40% { transform: rotate(-14deg); }
  60% { transform: rotate(10deg); }
  80% { transform: rotate(-8deg); }
}

/* Donation table refinement */
#tabel-donasi th,
#tabel-donasi td {
  vertical-align: top !important;
}
#tabel-donasi .pj-date-cell,
#tabel-donasi .pj-date-nowrap {
  white-space: nowrap !important;
}
#tabel-donasi .pj-donor-name {
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
  color: #111827;
  min-width: 160px;
}
#tabel-donasi .pj-donor-cell {
  min-width: 180px;
}
.pj-donasi-program-info {
  clear: both;
  margin: 12px 0 16px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, .28);
  background: linear-gradient(135deg, rgba(248,250,252,.96), rgba(226,232,240,.82));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}
.pj-donasi-program-info span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pj-donasi-program-info strong {
  display: block;
  margin-top: 2px;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 800;
}


/* Donation intro and recap */
.pj-donation-intro {
  margin: 12px 0 16px;
  padding: 14px 16px;
  border-radius: 18px;
  color: #475569;
  font-size: .93rem;
  line-height: 1.7;
  text-align: left;
  background: linear-gradient(135deg, rgba(248,250,252,.96), rgba(226,232,240,.78));
  border: 1px solid rgba(148,163,184,.25);
}
.pj-donasi-rekap {
  border-radius: 24px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(237,241,246,.9));
  border: 1px solid rgba(148,163,184,.28);
  box-shadow: 0 18px 40px rgba(15,23,42,.06);
}
.pj-donasi-rekap__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pj-donasi-rekap__head span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pj-donasi-rekap__head strong {
  display: block;
  margin-top: 2px;
  color: #111827;
  font-size: 1.08rem;
}
.pj-donasi-rekap__head i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #e2e8f0;
  color: #334155;
  font-size: 1.25rem;
}
.pj-rekap-mini {
  height: 100%;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(148,163,184,.22);
}
.pj-rekap-mini span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}
.pj-rekap-mini strong {
  display: block;
  color: #111827;
  font-size: clamp(1rem, 2vw, 1.35rem);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.pj-donasi-rekap-progress {
  position: relative;
  height: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef2f7, #dbe3ed);
  box-shadow: inset 0 1px 2px rgba(15,23,42,.1);
}
.pj-donasi-rekap-progress__commit,
.pj-donasi-rekap-progress__verified {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 999px;
}
.pj-donasi-rekap-progress__commit { background: linear-gradient(90deg, rgba(203,213,225,.95), rgba(148,163,184,.95)); }
.pj-donasi-rekap-progress__verified { background: linear-gradient(90deg, #334155, #475569); }

/* KPJ Card popup */
.pj-kpj-promo-card {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(148,163,184,.28);
  background: radial-gradient(circle at top right, rgba(203,213,225,.38), transparent 13rem), linear-gradient(135deg, #ffffff, #eef2f7);
}
.pj-kpj-promo-preview {
  width: 100%;
  max-height: 245px;
  object-fit: cover;
  object-position: left center;
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,.1);
}
.pj-kpj-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .38rem .68rem;
  border-radius: 999px;
  color: #334155;
  background: rgba(226,232,240,.8);
  border: 1px solid rgba(148,163,184,.28);
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.pj-kpj-modal-image {
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,.22);
  background: #f8fafc;
}
.pj-kpj-modal .modal-content {
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(237,241,246,.98));
}
@media (max-width: 767.98px) {
  .pj-donasi-rekap { padding: 14px; }
  .pj-rekap-mini strong { text-align: left; }
}


/* Donation card: full-row desktop layout + intro handler */
@media (min-width: 992px) {
  .pj-donation-card--row .card-body {
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    grid-auto-rows: auto;
    column-gap: 28px;
    align-items: start;
  }
  .pj-donation-card--row .pj-donation-card-carousel,
  .pj-donation-card--row .pj-donation-card__icon {
    grid-column: 1;
    grid-row: 1 / span 12;
    margin: 0;
  }
  .pj-donation-card--row .card-title,
  .pj-donation-card--row .pj-donation-intro,
  .pj-donation-card--row .pj-donation-meta,
  .pj-donation-card--row .pj-donation-progress-title,
  .pj-donation-card--row .pj-donation-progress,
  .pj-donation-card--row .pj-donation-legend,
  .pj-donation-card--row .pj-donation-btn {
    grid-column: 2;
  }
  .pj-donation-card--row .pj-donation-card-carousel .carousel-item img {
    min-height: 285px;
  }
}
.pj-donation-intro {
  text-align: left;
  margin: 16px 0 18px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, .28);
  background: linear-gradient(135deg, rgba(248,250,252,.88), rgba(226,232,240,.64));
  color: #475569;
  line-height: 1.78;
  font-size: .96rem;
}
.pj-donation-intro strong {
  color: #1f2937;
  font-weight: 800;
}
.pj-intro-line + .pj-intro-line { margin-top: 6px; }
.pj-intro-line--space { height: 10px; margin: 0; }
.pj-intro-line--arabic {
  direction: rtl;
  unicode-bidi: isolate;
  text-align: right;
  font-family: "Traditional Arabic", "Amiri", "Scheherazade New", "Noto Naskh Arabic", serif;
  font-size: 1.18rem;
  line-height: 2;
  color: #1e293b;
}
.pj-donation-intro-input {
  min-height: 180px;
  line-height: 1.65;
}

/* KPJ Card section */
.pj-kpj-section {
  padding: 84px 0;
  background:
    radial-gradient(circle at 10% 14%, rgba(199, 154, 59, .13), transparent 25rem),
    radial-gradient(circle at 92% 20%, rgba(51, 65, 85, .12), transparent 27rem),
    linear-gradient(180deg, rgba(248,250,252,.98) 0%, rgba(229,233,239,.9) 100%);
}
.pj-kpj-strip-card {
  border-radius: 28px;
  padding: 1.2rem 1.4rem;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(226,232,240,.28), transparent 16rem),
    linear-gradient(135deg, #1f2937, #334155 55%, #111827);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .20);
}
.pj-kpj-mini-text { color: rgba(255,255,255,.78); line-height: 1.6; }
.pj-kpj-overline {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  padding: .44rem .75rem;
  border-radius: 999px;
  color: #334155;
  background: rgba(248,250,252,.88);
  border: 1px solid rgba(148,163,184,.24);
  font-weight: 800;
  font-size: .8rem;
}
.pj-kpj-title {
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -.04em;
}
.pj-kpj-text {
  color: #64748b;
  line-height: 1.85;
  font-weight: 600;
}
.pj-kpj-feature-card {
  height: 100%;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(148,163,184,.20);
  box-shadow: 0 14px 36px rgba(15,23,42,.06);
}
.pj-kpj-feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #334155;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(226,232,240,.92));
  border: 1px solid rgba(148,163,184,.24);
  flex-shrink: 0;
}
.pj-kpj-feature-icon--dark {
  color: #f8fafc;
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.14);
}
.pj-kpj-bullet-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}
.pj-kpj-bullet-list li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  color: #64748b;
  font-weight: 700;
  line-height: 1.65;
  margin-top: .72rem;
}
.pj-kpj-bullet-list i { color: #475569; line-height: 1.6; }
.pj-kpj-contact-box {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(148,163,184,.22);
}
.pj-kpj-contact-box span { color: #64748b; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.pj-kpj-contact-box strong { color: #111827; font-size: 1.03rem; }
.pj-kpj-brochure-frame {
  position: relative;
  overflow: hidden;
  padding: .72rem;
  border-radius: 34px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(148,163,184,.24);
  box-shadow: 0 26px 80px rgba(15,23,42,.14);
}
.pj-kpj-brochure-frame::before {
  content: "";
  position: absolute;
  inset: -6rem -6rem auto auto;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: rgba(148,163,184,.22);
  filter: blur(8px);
}
.pj-kpj-brochure-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 26px;
  border: 1px solid rgba(15,23,42,.1);
  cursor: zoom-in;
}
.pj-kpj-floating-price {
  position: absolute;
  left: 1.3rem;
  bottom: 1.3rem;
  z-index: 2;
  padding: .9rem 1rem;
  border-radius: 20px;
  color: #fff;
  background: rgba(17,24,39,.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}
@media (max-width: 991.98px) {
  .pj-kpj-section { padding: 56px 0; }
  .pj-kpj-floating-price { position: static; margin-top: .8rem; }
}


/* Arabic / ayat / hadits handler for donation intro */
.pj-donation-intro {
  font-synthesis-weight: none;
}
.pj-intro-line {
  unicode-bidi: plaintext;
}
.pj-intro-line--arabic {
  direction: rtl;
  text-align: right;
  font-family: "Noto Naskh Arabic", "Amiri", "Scheherazade New", "Traditional Arabic", "Arial", "Tahoma", sans-serif;
  font-size: clamp(1.08rem, 1.6vw, 1.34rem);
  line-height: 2.1;
  letter-spacing: 0;
  color: #111827;
}
.pj-intro-line--corrupted {
  color: #64748b;
  font-style: italic;
}
.pj-intro-line--corrupted::after {
  content: "  (teks Arab perlu diinput ulang)";
  font-size: .8em;
  color: #94a3b8;
}
.pj-donation-intro-input,
.pj-donation-intro-input.pj-has-arabic {
  font-family: "Poppins", "Noto Naskh Arabic", "Amiri", "Scheherazade New", "Traditional Arabic", "Arial", "Tahoma", sans-serif;
  line-height: 1.85;
}
.pj-donation-intro-input.pj-has-arabic {
  font-size: 1.05rem;
}

/* KPJ promo modal action buttons */
.pj-kpj-promo-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  align-items: stretch;
}
.pj-kpj-promo-actions .btn {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  padding-left: .75rem !important;
  padding-right: .75rem !important;
}
@media (max-width: 575.98px) {
  .pj-kpj-promo-actions {
    grid-template-columns: 1fr;
  }
}


/* Donation card carousel full-width above intro */
@media (min-width: 992px) {
  .pj-donation-card--row .card-body {
    display: block !important;
  }
  .pj-donation-card--row .pj-donation-card-carousel,
  .pj-donation-card--row .pj-donation-card__icon,
  .pj-donation-card--row .card-title,
  .pj-donation-card--row .pj-donation-intro,
  .pj-donation-card--row .pj-donation-meta,
  .pj-donation-card--row .pj-donation-progress-title,
  .pj-donation-card--row .pj-donation-progress,
  .pj-donation-card--row .pj-donation-legend,
  .pj-donation-card--row .pj-donation-btn {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.pj-donation-card--row .card-title {
  margin-bottom: 16px;
  text-align: center;
}
.pj-donation-card--row .pj-donation-card-carousel {
  width: 100%;
  margin: 0 0 18px !important;
  border-radius: 26px;
}
.pj-donation-card--row .pj-donation-card-carousel .carousel-inner,
.pj-donation-card--row .pj-donation-card-carousel .carousel-item {
  border-radius: 26px;
}
.pj-donation-card--row .pj-donation-card-carousel .carousel-item img {
  height: clamp(240px, 32vw, 430px) !important;
  min-height: 0 !important;
  object-fit: cover;
  object-position: center;
}
.pj-donation-card--row .pj-donation-intro {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .pj-donation-card--row .pj-donation-card-carousel .carousel-item img {
    height: 210px !important;
  }
}

/* Hard fix: donation carousel image opens viewer directly */
.pj-donation-card-carousel,
.pj-donation-card-carousel .carousel-inner,
.pj-donation-card-carousel .carousel-item {
  position: relative;
}
.pj-donation-card-carousel .carousel-inner {
  z-index: 1;
}
.pj-donation-card-carousel .carousel-indicators,
.pj-donation-card-carousel .carousel-control-prev,
.pj-donation-card-carousel .carousel-control-next {
  z-index: 5;
}
.pj-donation-card-carousel .pj-donation-viewer-image {
  cursor: zoom-in !important;
  pointer-events: auto !important;
  user-select: none;
}
.pj-donation-auto-viewer .modal-content {
  border: 1px solid rgba(196,203,213,.55);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(237,241,246,.98));
}
.pj-donation-auto-viewer .modal-body {
  padding: 16px;
}
.pj-donation-auto-viewer .carousel-item img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef2f7 0%, #dde5ee 100%);
}


/* KPJ brochure desktop alignment */
@media (min-width: 992px) {
  .pj-kpj-main-row {
    align-items: flex-start !important;
  }
  .pj-kpj-media-col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .pj-kpj-media-col .pj-kpj-brochure-frame {
    width: 100%;
    margin-top: 0 !important;
    transform: translateY(0);
  }
  .pj-kpj-copy-col .pj-kpj-title {
    margin-bottom: 0.85rem;
  }
}
@media (max-width: 991.98px) {
  .pj-kpj-media-col .pj-kpj-brochure-frame {
    margin-top: 1rem;
  }
}


/* KPJ brochure clean layout without floating price overlay */
.pj-kpj-brochure-frame {
  overflow: hidden;
}
.pj-kpj-brochure-frame img {
  display: block;
  width: 100%;
  height: auto;
}


/* Floating donation CTA on donation page */
.pj-donasi-floating-cta {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 1038;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.pj-donasi-floating-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 230px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  letter-spacing: -.01em;
  background: linear-gradient(135deg, #111827, #334155);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .28), inset 0 1px 0 rgba(255,255,255,.16);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.pj-donasi-floating-btn:hover,
.pj-donasi-floating-btn:focus {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 22px 56px rgba(15, 23, 42, .34), inset 0 1px 0 rgba(255,255,255,.18);
}
.pj-donasi-floating-btn i {
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .pj-donasi-floating-cta {
    bottom: 94px;
    width: calc(100% - 28px);
  }
  .pj-donasi-floating-btn {
    width: min(420px, 100%);
    min-width: 0;
    padding: 13px 18px;
  }
}
@media (min-width: 1200px) {
  .pj-donasi-floating-cta + .modal {
    margin-bottom: 80px;
  }
}

/* Share WA donasi */
.pj-donasi-program-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.pj-share-wa-inline {
  border-radius: 999px !important;
  font-weight: 800 !important;
  padding: 8px 14px !important;
}
@media (max-width: 575.98px) {
  .pj-donasi-program-info {
    align-items: stretch;
  }
  .pj-share-wa-inline {
    width: 100%;
    text-align: center;
  }
}


/* Dokumentasi */
.pj-doc-home-section {
  background: linear-gradient(180deg, rgba(248,250,252,.98), rgba(229,233,239,.72));
}
.pj-doc-teaser-card,
.pj-doc-card {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255,255,255,.93), rgba(241,245,249,.88));
  border: 1px solid rgba(148,163,184,.28);
  box-shadow: 0 20px 54px rgba(15,23,42,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pj-doc-teaser-card:hover,
.pj-doc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(15,23,42,.12);
  color: inherit;
}
.pj-doc-teaser-media,
.pj-doc-cover {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
  border-radius: 22px;
  margin: 14px 14px 0;
  background: #e2e8f0;
}
.pj-doc-teaser-media img,
.pj-doc-teaser-media video,
.pj-doc-cover img,
.pj-doc-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pj-doc-teaser-media span,
.pj-doc-cover span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17,24,39,.76);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.pj-doc-teaser-body,
.pj-doc-body {
  padding: 18px 20px 22px;
}
.pj-doc-type {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: .4rem;
  padding: .32rem .62rem;
  border-radius: 999px;
  color: #475569;
  background: rgba(226,232,240,.72);
  border: 1px solid rgba(148,163,184,.28);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pj-doc-teaser-body h3,
.pj-doc-body h3 {
  margin: 12px 0 8px;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 850;
  line-height: 1.25;
}
.pj-doc-teaser-body p,
.pj-doc-body p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
  font-size: .92rem;
}
.pj-doc-meta {
  margin-top: 12px;
  color: #94a3b8;
  font-size: .82rem;
  font-weight: 700;
}
.pj-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.pj-doc-page {
  padding-top: 120px;
}
.pj-doc-dropzone {
  min-height: 210px;
  border: 2px dashed rgba(100,116,139,.38) !important;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(248,250,252,.96), rgba(226,232,240,.78));
  display: flex;
  align-items: center;
  justify-content: center;
}
.pj-doc-dropzone .dz-message {
  margin: 0;
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #475569;
}
.pj-doc-dropzone .dz-message strong {
  color: #111827;
  font-size: 1.05rem;
}
.pj-doc-dropzone .dz-message small {
  max-width: 540px;
  text-align: center;
}
.pj-doc-drop-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(148,163,184,.28);
  box-shadow: 0 14px 36px rgba(15,23,42,.08);
}
.pj-doc-drop-icon i {
  font-size: 1.8rem;
}
.pj-doc-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 210px;
  border-radius: 22px;
  background: #e2e8f0;
  border: 1px solid rgba(148,163,184,.25);
  box-shadow: 0 14px 36px rgba(15,23,42,.07);
}
.pj-doc-gallery-item img,
.pj-doc-gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pj-doc-gallery-item:hover img,
.pj-doc-gallery-item:hover video {
  transform: scale(1.025);
}
.pj-doc-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2.2rem;
  background: rgba(15,23,42,.18);
}
.pj-doc-file-item {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  color: #334155;
  text-decoration: none;
}
.pj-doc-file-item i {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .pj-doc-page {
    padding-top: 96px;
    padding-bottom: 120px;
  }
  .pj-doc-teaser-media,
  .pj-doc-cover,
  .pj-doc-gallery-item {
    height: 190px;
  }
}


/* Dokumentasi input guide and Drive-like dropzone */
.pj-doc-input-guide,
.pj-doc-home-empty {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, .24);
  background:
    radial-gradient(circle at top left, rgba(226,232,240,.78), transparent 14rem),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(241,245,249,.82));
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}
.pj-doc-input-guide h4,
.pj-doc-home-empty h3 {
  margin: 0 0 6px;
  color: #111827;
  font-weight: 850;
}
.pj-doc-input-guide p,
.pj-doc-home-empty p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}
.pj-doc-input-guide ol {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.6;
}
.pj-doc-guide-icon {
  position: relative;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: #334155;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.96), transparent 3rem),
    linear-gradient(135deg, #f8fafc, #dbe3ed);
  border: 1px solid rgba(148,163,184,.28);
  box-shadow: 0 18px 42px rgba(15,23,42,.10);
}
.pj-doc-guide-icon > .bi-moon-stars {
  font-size: 1.75rem;
}
.pj-doc-guide-icon__small {
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #111827, #334155);
  border: 2px solid #f8fafc;
  font-size: .95rem;
}
.pj-doc-guide-icon__moon {
  position: absolute;
  top: 11px;
  right: 13px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  box-shadow: -4px 0 0 #cbd5e1;
}
.pj-doc-dropzone {
  position: relative;
  min-height: 320px !important;
  padding: 28px !important;
  cursor: pointer;
}
.pj-doc-dropzone::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.78);
  pointer-events: none;
}
.pj-doc-dropzone.dz-drag-hover {
  border-color: rgba(51,65,85,.65) !important;
  background:
    radial-gradient(circle at top right, rgba(203,213,225,.82), transparent 18rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(226,232,240,.94));
}
.pj-doc-drop-illustration {
  position: relative;
  width: 130px;
  height: 108px;
  margin-bottom: 12px;
}
.pj-doc-folder-shape {
  position: absolute;
  left: 14px;
  right: 8px;
  bottom: 4px;
  height: 78px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: center;
  justify-items: center;
  border-radius: 18px;
  color: #334155;
  background: linear-gradient(135deg, #f8fafc, #dbe3ed);
  border: 2px solid rgba(148,163,184,.35);
  box-shadow: 0 20px 48px rgba(15,23,42,.12);
}
.pj-doc-folder-shape::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -17px;
  width: 48px;
  height: 22px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(135deg, #cbd5e1, #f8fafc);
  border: 2px solid rgba(148,163,184,.28);
  border-bottom: 0;
}
.pj-doc-folder-shape .bi-moon-stars {
  font-size: 2.1rem;
}
.pj-doc-folder-shape .bi-image {
  font-size: 2rem;
}
.pj-doc-drop-note {
  display: inline-flex;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #475569;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(148,163,184,.25);
  font-size: .86rem;
}
.pj-doc-upload-actions .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .pj-doc-input-guide,
  .pj-doc-home-empty {
    flex-direction: column;
  }
  .pj-doc-dropzone {
    min-height: 280px !important;
  }
}


/* Floating donation CTA follows + Buat Donasi Baru button style */
.pj-donasi-floating-btn {
  border-radius: .25rem !important;
  min-width: 230px;
  padding: .5rem 1rem !important;
  font-weight: 700 !important;
  background: #343a40 !important;
  border: 1px solid #343a40 !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .24) !important;
  letter-spacing: normal !important;
}
.pj-donasi-floating-btn:hover,
.pj-donasi-floating-btn:focus {
  background: #23272b !important;
  border-color: #1d2124 !important;
  transform: translateY(-1px);
  filter: none !important;
}
.pj-status-cell {
  min-width: 150px;
}


/* Global alignment refinement */
.pj-silver-page p,
.pj-silver-page .pj-kpj-text,
.pj-silver-page .pj-doc-teaser-body p,
.pj-silver-page .pj-doc-body p,
.pj-silver-page .pj-donation-intro,
.pj-silver-page .pj-intro-line,
.pj-silver-page .section-title p {
  text-align: left !important;
}
.pj-silver-page .pj-intro-line--arabic {
  text-align: right !important;
}
.navmenu a,
.pj-icon-nav a,
.pj-mobile-sheet__grid a,
.pj-bottom-nav a,
.pj-desktop-menu ul a {
  text-align: left !important;
  justify-content: flex-start !important;
}
.pj-desktop-menu > li > a {
  justify-content: flex-start !important;
}
.pj-donation-title-actions {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.pj-donation-title-actions a {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(226,232,240,.72);
  border: 1px solid rgba(148,163,184,.28);
  color: #334155;
  font-weight: 800;
  font-size: .82rem;
  text-decoration: none;
}

/* History galang dana */
.pj-history-donasi-page { padding-top: 120px; }
.pj-history-donation-card {
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(241,245,249,.88));
  border: 1px solid rgba(148,163,184,.28);
  box-shadow: 0 20px 54px rgba(15,23,42,.08);
}
.pj-history-donation-card__head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.pj-history-donation-card__head strong {
  padding: 5px 10px;
  border-radius: 999px;
  color: #334155;
  background: rgba(226,232,240,.84);
}
.pj-history-donation-card h3 {
  color: #111827;
  font-size: 1.1rem;
  font-weight: 850;
  line-height: 1.28;
  margin-bottom: 16px;
}

/* Haji Plus dan Umroh */
.pj-haji-section {
  padding: 84px 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(203,213,225,.45), transparent 24rem),
    radial-gradient(circle at 90% 20%, rgba(51,65,85,.12), transparent 28rem),
    linear-gradient(180deg, rgba(248,250,252,.98), rgba(229,233,239,.86));
}
.pj-haji-carousel {
  overflow: hidden;
  border-radius: 34px;
  padding: .72rem;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(148,163,184,.25);
  box-shadow: 0 26px 80px rgba(15,23,42,.14);
}
.pj-haji-carousel .carousel-inner,
.pj-haji-carousel .carousel-item { border-radius: 26px; }
.pj-haji-carousel-trigger {
  width: 100%;
  border: 0;
  padding: 0;
  display: block;
  background: transparent;
  cursor: zoom-in;
}
.pj-haji-carousel-trigger img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  display: block;
  border-radius: 26px;
  background: #eef2f7;
}
.pj-haji-carousel .carousel-control-prev-icon,
.pj-haji-carousel .carousel-control-next-icon,
#hajiUmrohViewerModal .carousel-control-prev-icon,
#hajiUmrohViewerModal .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(17,24,39,.48);
  background-size: 58%;
}
#hajiUmrohViewerModal .carousel-item img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 18px;
  background: #eef2f7;
}
@media (max-width: 767.98px) {
  .pj-haji-section { padding: 58px 0; }
  .pj-haji-carousel-trigger img { max-height: 420px; }
}


/* Global alignment refinements */
.section p,
.section li,
.pj-kpj-text,
.pj-donation-intro,
.pj-doc-teaser-body p,
.pj-doc-body p {
  text-align: left !important;
}
.navmenu,
.navmenu ul,
.navmenu a,
.pj-desktop-menu,
.pj-mobile-sheet__grid a {
  text-align: left !important;
}

/* DataTables top pagination */
.pj-dt-top-pagination {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 12px;
  clear: both;
}
.dataTables_wrapper .pj-dt-top-pagination .dataTables_paginate {
  margin: 0;
}

/* Haji / Umroh split section */
.pj-haji-subsection {
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(241,245,249,.78));
  border: 1px solid rgba(148,163,184,.24);
  box-shadow: 0 22px 64px rgba(15,23,42,.08);
}
.pj-haji-subsection .pj-kpj-title {
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
}
.pj-travel-viewer img {
  max-height: 78vh;
  object-fit: contain;
  background: #f8fafc;
}
@media (max-width: 767.98px) {
  .pj-haji-subsection { padding: 18px; border-radius: 26px; }
  .pj-dt-top-pagination { justify-content: center; }
}

/* Perbandingan Program Galang Dana */
.pj-compare-donation-page .section-title,
.pj-compare-donation-page p,
.pj-compare-donation-page h2,
.pj-compare-donation-page h3,
.pj-compare-donation-page .pj-compare-panel,
.pj-compare-donation-page .pj-compare-card,
.pj-silver-page p,
.pj-silver-page .navmenu a,
.pj-silver-page .navmenu a span,
.pj-silver-page .pj-icon-nav a,
.pj-silver-page .pj-icon-nav span {
  text-align: left;
}
.pj-compare-panel,
.pj-compare-chart-wrap,
.pj-compare-narrative,
.pj-compare-empty,
.pj-compare-card {
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(241,245,249,.90));
  border: 1px solid rgba(148,163,184,.28);
  box-shadow: 0 20px 56px rgba(15,23,42,.08);
}
.pj-compare-panel {
  padding: 22px;
  position: sticky;
  top: 110px;
}
.pj-compare-panel h3,
.pj-compare-empty h3,
.pj-compare-narrative h3,
.pj-compare-card h3 {
  color: #111827;
  font-weight: 850;
  margin-bottom: 8px;
}
.pj-compare-program-list {
  display: grid;
  gap: 10px;
  max-height: 520px;
  overflow: auto;
  padding-right: 4px;
}
.pj-compare-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: 13px;
  border-radius: 18px;
  cursor: pointer;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(148,163,184,.24);
}
.pj-compare-check input { margin-top: 4px; }
.pj-compare-check strong {
  display: block;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
}
.pj-compare-check small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-weight: 600;
}
.pj-compare-empty {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 44px 24px;
  text-align: center !important;
}
.pj-compare-empty p,
.pj-compare-empty h3 { text-align: center !important; }
.pj-compare-empty__icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  color: #334155;
  background: linear-gradient(135deg, #fff, #e2e8f0);
  border: 1px solid rgba(148,163,184,.25);
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
  font-size: 2rem;
  margin-bottom: 14px;
}
.pj-compare-chart-wrap {
  height: 430px;
  padding: 22px;
}
.pj-compare-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 22px;
}
.pj-compare-point {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 5px solid #3b82f6;
  border-radius: 999px;
  color: #111827;
  background: #fff;
  font-weight: 900;
  line-height: 1;
}
.pj-compare-point small {
  display: block;
  font-size: 9px;
  font-weight: 800;
  margin-top: -6px;
}
.pj-compare-card h3 {
  max-width: calc(100% - 76px);
  font-size: 1.05rem;
  min-height: 44px;
}
.pj-compare-grid {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  gap: 8px 14px;
  margin-top: 16px;
  color: #64748b;
}
.pj-compare-grid strong {
  color: #111827;
  text-align: right;
  font-weight: 850;
}
.pj-compare-status {
  display: inline-flex;
  margin-top: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  font-weight: 850;
  font-size: .82rem;
}
.pj-compare-status--ok { color: #166534; background: #dcfce7; }
.pj-compare-status--no { color: #991b1b; background: #fee2e2; }
.pj-compare-narrative { padding: 22px; }
.pj-compare-narrative p {
  margin: 0 0 12px;
  color: #475569;
  line-height: 1.75;
  font-weight: 600;
}
.pj-compare-narrative p:last-child { margin-bottom: 0; }
@media (max-width: 991.98px) {
  .pj-compare-panel { position: static; }
  .pj-compare-chart-wrap { height: 360px; }
}
@media (max-width: 575.98px) {
  .pj-compare-grid { grid-template-columns: 1fr; }
  .pj-compare-grid strong { text-align: left; }
  .pj-compare-card h3 { max-width: 100%; padding-right: 70px; }
}


/* Lapiz Manis section */
.pj-lapiz-section {
  padding: 86px 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(250, 204, 21, .18), transparent 24rem),
    radial-gradient(circle at 8% 18%, rgba(15, 23, 42, .18), transparent 24rem),
    linear-gradient(180deg, rgba(248,250,252,.98), rgba(226,232,240,.88));
}
.pj-lapiz-card {
  padding: clamp(22px, 4vw, 44px);
  border-radius: 34px;
  color: #f8fafc;
  background:
    radial-gradient(circle at 78% 20%, rgba(250, 204, 21, .34), transparent 18rem),
    linear-gradient(145deg, #07111f, #111827 58%, #0f172a);
  border: 1px solid rgba(250, 204, 21, .24);
  box-shadow: 0 28px 90px rgba(15,23,42,.20);
  overflow: hidden;
}
.pj-lapiz-overline {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .48rem .82rem;
  border-radius: 999px;
  color: #fde68a;
  background: rgba(15,23,42,.52);
  border: 1px solid rgba(250,204,21,.55);
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pj-lapiz-title {
  margin-top: 1rem;
  color: #fff;
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  line-height: 1.03;
  font-weight: 950;
  letter-spacing: -.05em;
  text-align: left;
}
.pj-lapiz-text {
  max-width: 620px;
  margin-top: 1rem;
  color: rgba(248,250,252,.82);
  line-height: 1.85;
  font-weight: 600;
  text-align: left;
}
.pj-lapiz-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}
.pj-lapiz-features div {
  min-height: 132px;
  padding: 16px;
  border-radius: 22px;
  text-align: left;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.pj-lapiz-features i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 16px;
  color: #facc15;
  background: rgba(250,204,21,.10);
  border: 1px solid rgba(250,204,21,.32);
  font-size: 1.35rem;
}
.pj-lapiz-features strong {
  display: block;
  color: #fff;
  font-weight: 850;
}
.pj-lapiz-features span {
  display: block;
  margin-top: 4px;
  color: rgba(248,250,252,.68);
  font-size: .9rem;
  line-height: 1.5;
}
.pj-lapiz-contact {
  color: rgba(248,250,252,.76);
  font-weight: 750;
  text-align: left;
}
.pj-lapiz-poster {
  position: relative;
  display: block;
  width: 100%;
  padding: .72rem;
  border: 0;
  border-radius: 30px;
  cursor: zoom-in;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.pj-lapiz-poster img {
  width: 100%;
  display: block;
  border-radius: 24px;
}
.pj-lapiz-poster span {
  position: absolute;
  right: 1.3rem;
  bottom: 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem .9rem;
  border-radius: 999px;
  color: #111827;
  background: rgba(255,255,255,.92);
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}
@media (max-width: 991.98px) {
  .pj-lapiz-section { padding: 58px 0; }
  .pj-lapiz-features { grid-template-columns: 1fr; }
}


/* Pojok Pajak section */
.pj-tax-section { padding: 84px 0; background: linear-gradient(180deg, rgba(248,250,252,.98), rgba(229,233,239,.86)); }
.pj-tax-card { padding: clamp(22px,4vw,42px); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(241,245,249,.88)); border:1px solid rgba(148,163,184,.28); box-shadow:0 26px 80px rgba(15,23,42,.12); }
.pj-tax-overline { display:inline-flex; align-items:center; gap:.5rem; padding:.44rem .78rem; border-radius:999px; color:#166534; background:rgba(220,252,231,.78); border:1px solid rgba(34,197,94,.22); font-size:.8rem; font-weight:850; }
.pj-tax-title { margin-top:1rem; color:#111827; font-size:clamp(2rem,4vw,3.15rem); line-height:1.08; font-weight:900; letter-spacing:-.04em; text-align:left; }
.pj-tax-text { margin-top:1rem; color:#475569; line-height:1.85; font-weight:600; text-align:left; }
.pj-tax-coming-soon { display:inline-flex; margin-top:.6rem; padding:.55rem 1rem; border-radius:999px; color:#111827; background:linear-gradient(135deg,#facc15,#fde68a); border:1px solid rgba(202,138,4,.25); font-weight:900; }
.pj-tax-mini-card { height:100%; display:grid; gap:.35rem; padding:1rem; border-radius:22px; background:rgba(255,255,255,.78); border:1px solid rgba(148,163,184,.22); text-align:left; }
.pj-tax-mini-card i { width:42px; height:42px; display:grid; place-items:center; border-radius:14px; color:#166534; background:rgba(220,252,231,.72); font-size:1.3rem; }
.pj-tax-mini-card strong { color:#111827; font-weight:850; }
.pj-tax-mini-card span { color:#64748b; line-height:1.55; font-size:.9rem; }
.pj-tax-poster { position:relative; display:block; width:100%; border:0; padding:.75rem; border-radius:30px; background:rgba(255,255,255,.86); border:1px solid rgba(148,163,184,.26); box-shadow:0 24px 70px rgba(15,23,42,.12); cursor:zoom-in; }
.pj-tax-poster img { width:100%; display:block; border-radius:24px; }
.pj-tax-poster span { position:absolute; right:1.3rem; bottom:1.3rem; display:inline-flex; align-items:center; gap:.5rem; padding:.6rem .9rem; border-radius:999px; color:#111827; background:rgba(255,255,255,.9); font-weight:800; }

.pj-bookkeeping-report-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 22px auto 18px;
  max-width: 920px;
  text-align: left;
}
.pj-bookkeeping-report-list > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  color: #334155;
  font-weight: 700;
}
.pj-bookkeeping-report-list i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  color: #475569;
  flex: 0 0 30px;
}
.pj-bookkeeping-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.pj-bookkeeping-more-wrap .btn {
  min-width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
}

