/* =========================================================
   Prioritas Wamen - pixel-close to Figma mock
   ========================================================= */
:root {
  --pw-red: #e3242b;
  --pw-red-dark: #b91c22;
  --pw-red-soft: #fdecea;
  --pw-red-border: #f0b7b9;
  --pw-text: #1a1a1a;
  --pw-muted: #6b7280;
  --pw-border: #d1d5db;
  --pw-radius: 12px;
  --pw-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

body.pw-site .pw-header .navbar-btn-mobile[data-target="#exampleModal"],
body.pw-site .pw-header a[data-target="#exampleModal"] {
  color: #374151 !important;
  background: transparent !important;
  margin-top: 0 !important;
}

body.pw-site .container {
  width: 100% !important;
  max-width: 1200px !important;
  padding-left: 24px;
  padding-right: 24px;
}
body.pw-site header.pw-header .container {
  max-width: 1200px !important;
  position: relative;
}

/* Halaman non-home yang masih pakai #hero klasik (Tentang): rapikan di bawah header putih sticky */
body.pw-site.page-home:not(.pw-home) #hero {
  padding: 48px 0 200px !important;
}
body.pw-site.page-home:not(.pw-home) #hero .block-aspiration .h2,
body.pw-site.page-home:not(.pw-home) #hero .block-aspiration h1,
body.pw-site.page-home:not(.pw-home) #hero .block-aspiration h2 {
  white-space: normal !important;
  text-align: center !important;
  font-size: clamp(22px, 3vw, 32px);
}
body.pw-site.page-home:not(.pw-home) #complaint-box {
  margin-top: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  z-index: auto !important;
}
body.pw-site:not(.pw-home) .text-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
@media (max-width: 991px) {
  body.pw-site.page-home:not(.pw-home) #hero {
    padding: 28px 0 160px !important;
  }
  body.pw-site.page-home:not(.pw-home) .embed-container {
    margin-top: -120px !important;
  }
}

body.pw-home {
  background: #fff !important;
  padding-top: 0 !important;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}

/* ---- Top bar ---- */
.pw-topbar {
  background: var(--pw-red-dark);
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  padding: 7px 0;
}
body.pw-site .pw-topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 1200px !important;
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
/* Bootstrap clearfix :before/:after jadi flex item â†’ buang */
body.pw-site .pw-topbar .container:before,
body.pw-site .pw-topbar .container:after {
  display: none !important;
  content: none !important;
}
.pw-topbar-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pw-topbar-time {
  white-space: nowrap;
  opacity: 0.95;
  flex-shrink: 0;
}
.pw-topbar-time strong,
.pw-topbar-time .pw-time-num {
  font-weight: 700;
}

/* ---- Header / nav ---- */
body.pw-site.has-notice-bar { margin-top: 0; }
body.pw-site { padding-top: 0; }
body.pw-site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

html body.pw-site > footer { margin-top: auto !important; }

body.pw-site .pw-header .notice-bar { margin-top: 0; }
body.pw-site header.pw-header.navbar-fixed-top,
body.pw-site header.navbar-inverse.pw-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff !important;
  border: none !important;
  box-shadow: 0 1px 0 #eee;
  margin: 0;
}
/* Samakan kiri logo dengan topbar (buang negative margin Bootstrap) */
body.pw-site .pw-header > .container {
  max-width: 1200px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  position: relative;
}
body.pw-site .pw-header > .container .navbar-brand {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
body.pw-site .pw-header .navbar-brand img.hidden-navbar-inverse {
  display: block !important;
  max-height: 40px;
  width: auto;
}
body.pw-site .pw-header .navbar-brand img.hidden-navbar-default {
  display: none !important;
}
body.pw-site .pw-header .navbar-nav > li > a {
  color: #4b5563 !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: none !important;
  line-height: 1.2 !important;
}
body.pw-site .pw-header .navbar-nav > li > a:hover,
body.pw-site .pw-header .navbar-nav > li.active > a {
  color: var(--pw-red) !important;
  background: transparent !important;
}
body.pw-site .pw-header .navbar-toggle .icon-bar { background: #333; }
body.pw-site .pw-header .navbar-toggle { border-color: #ddd; }

.pw-nav-auth {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0;
  float: right;
}
.btn-pw-masuk,
.btn-pw-daftar,
body.pw-site .btn.btn-pw-masuk,
body.pw-site .btn.btn-pw-daftar,
body.pw-site a.btn-pw-masuk,
body.pw-site a.btn-pw-daftar {
  text-transform: none !important;
  letter-spacing: 0 !important;
  transform: none !important;
}
body.pw-site .btn.btn-pw-masuk:hover,
body.pw-site .btn.btn-pw-daftar:hover,
body.pw-site .btn.btn-pw-masuk:focus,
body.pw-site .btn.btn-pw-daftar:focus {
  transform: none !important;
}
.btn-pw-masuk,
body.pw-site .btn.btn-pw-masuk {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  padding: 8px 20px !important;
  min-width: 92px;
}
.btn-pw-daftar,
body.pw-site .btn.btn-pw-daftar {
  background: var(--pw-red) !important;
  color: #fff !important;
  border: 1px solid var(--pw-red) !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  padding: 8px 20px !important;
  min-width: 92px;
}
.btn-pw-masuk:hover { background: #f9fafb !important; }
.btn-pw-daftar:hover { filter: brightness(0.95); }

/* ---- Wider shell ---- */
body.pw-home .container {
  width: 100% !important;
  max-width: 1200px !important;
  padding-left: 24px;
  padding-right: 24px;
}
body.pw-site header.pw-header .container {
  max-width: 1200px !important;
  position: relative;
}

/* ---- Nav: logo kiri | menu tengah | auth/user kanan + vertical center ---- */
@media (min-width: 992px) {
  body.pw-site .pw-header > .container {
    min-height: 72px;
    height: 72px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  body.pw-site .pw-header > .container:before,
  body.pw-site .pw-header > .container:after,
  body.pw-site .pw-header .navbar-collapse:before,
  body.pw-site .pw-header .navbar-collapse:after {
    display: none !important;
    content: none !important;
  }
  body.pw-site .pw-header .navbar-header {
    float: none !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
    height: 72px;
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
  }
  body.pw-site .pw-header .navbar-brand {
    float: none !important;
    height: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
  }
  body.pw-site .pw-header .navbar-collapse {
    display: flex !important;
    position: static;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    height: 72px;
    float: none !important;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    width: auto !important;
    min-width: 0;
  }
  body.pw-site .pw-header .navbar-collapse .navbar-primary.navbar-left {
    float: none !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
    margin: 0 !important;
    height: auto;
    z-index: 1;
    max-width: calc(100% - 420px);
  }
  body.pw-site .pw-header .navbar-primary > li {
    float: none !important;
    display: inline-flex;
    align-items: center;
    height: auto;
    flex-shrink: 0;
  }
  body.pw-site .pw-header .navbar-primary > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap;
  }
  /* Guest: Masuk/Daftar */
  body.pw-site .pw-header .pw-nav-auth {
    float: none !important;
    position: relative;
    z-index: 2;
    margin: 0 !important;
    height: 72px;
    display: flex !important;
    align-items: center;
    flex: 0 0 auto;
  }
  /* Logged-in: bell + avatar */
  body.pw-site .pw-header .navbar-right {
    float: none !important;
    position: relative;
    z-index: 2;
    margin: 0 !important;
    height: 72px;
    display: flex !important;
    align-items: center;
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }
  body.pw-site .pw-header .navbar-right > li {
    float: none !important;
    display: inline-flex;
    align-items: center;
    height: 72px;
  }
  body.pw-site .pw-header .navbar-right > li > a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 72px;
    line-height: 1 !important;
  }
  body.pw-site .pw-header .nav-login .user-avatar {
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
  }
  body.pw-site .pw-header .nav-login .user-name {
    display: inline-block !important;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1a1a1a !important;
    font-weight: 600;
    font-size: 13px;
  }
  /* Lonceng notifikasi: ikon FA putih dari navbar-inverse hilang di header putih,
     sisanya cuma titik .notification-on (lingkaran merah kosong). */
  body.pw-site .pw-header .nav-bell,
  body.pw-site .pw-header .nav-notification.nav-bell {
    position: relative;
  }
  body.pw-site .pw-header .nav-bell > a,
  body.pw-site .pw-header .nav-notification.nav-bell > a {
    position: relative;
    width: 40px;
    height: 40px !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #374151 !important;
    background: #f3f4f6;
  }
  body.pw-site .pw-header .nav-bell > a:hover,
  body.pw-site .pw-header .nav-bell.open > a,
  body.pw-site .pw-header .nav-notification.nav-bell > a:hover {
    color: var(--pw-red) !important;
    background: var(--pw-red-soft);
  }
  body.pw-site .pw-header .nav-bell > a > i.fa-bell,
  body.pw-site .pw-header .nav-bell > a > .fa,
  body.pw-site .pw-header .nav-notification.nav-bell > a > i {
    display: inline-block !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: inherit !important;
    opacity: 1 !important;
  }
  body.pw-site .pw-header .nav-bell .notification-on,
  body.pw-site .pw-header .nav-notification.nav-bell .notification-on {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: var(--pw-red) !important;
    border: 2px solid #fff !important;
    box-sizing: border-box;
  }
}

/* Cegah offcanvas/menu kanan bikin layout homepage menyempit */
body.pw-home {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.pw-home #hero,
body.pw-home #complaint-box,
body.pw-home .pw-steps,
body.pw-site footer {
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box;
}
body.pw-home #rightMenu,
body.pw-home #leftMenu,
body.pw-home .navmenu.offcanvas {
  position: fixed !important;
}
body.pw-home .navmenu.offcanvas:not(.in) {
  display: none !important;
}

/* ---- Hero: rapat seperti Figma (padding + merah secukupnya) ---- */
body.pw-home #hero {
  background-color: #e3242b !important;
  background-image: url("../images/home-cover.jpg?v=20260923ab") !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
  padding: 24px 0 380px !important;
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 0 !important;
}
body.pw-home #hero:before,
body.pw-home #hero:after,
body.pw-home #hero svg,
body.pw-home #hero .home-pulse,
body.pw-home #hero hr {
  display: none !important;
  content: none !important;
}
body.pw-home #hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
body.pw-home #hero .block-aspiration {
  color: #fff;
  text-align: left !important;
  max-width: none;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
body.pw-home #hero .block-aspiration .h2,
body.pw-home #hero .block-aspiration h2 {
  color: #fff !important;
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
  text-align: left !important;
  white-space: nowrap;
}
body.pw-home #hero .block-aspiration p {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.5;
  margin: 0 !important;
  max-width: 640px;
  text-align: left !important;
}

/* ---- Form card: overlap ~setengah form (Figma) ---- */
body.pw-home #complaint-box {
  margin-top: -348px;
  position: relative;
  z-index: 4;
  padding: 0 0 8px;
  background: transparent !important;
}
/*
  Modal panduan (how-to) ada DI DALAM #complaint-box.
  Backdrop Bootstrap di-append ke body (z-index ~1040),
  sementara stacking context box cuma z-index:4 â†’ modal ketimbun & tidak bisa diklik.
*/
body.modal-open #complaint-box {
  z-index: auto !important;
}
body.pw-home .modal,
body.pw-home .modal.how-to {
  z-index: 1060 !important;
}
body.pw-home .modal-backdrop {
  z-index: 1050 !important;
}
body.pw-home .modal .modal-dialog {
  pointer-events: auto;
  z-index: 1061;
}
body.pw-home #complaint-box .pw-form-col {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
}
/* Bootstrap .row negative margin bikin form/steps/footer tidak sejalur */
body.pw-home #complaint-box > .container > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.pw-home .complaint-form.pw-complaint-form,
body.pw-home .pw-complaint-form {
  background: #fff !important;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08) !important;
  padding: 0 !important;
  overflow: visible;
  margin: 0 !important;
  width: 100%;
  border: none !important;
  outline: none !important;
}
body.pw-home .pw-complaint-form .pw-form-titlebar {
  border-radius: 14px 14px 0 0;
}
body.pw-home #complaint-box .pw-form-col,
body.pw-home #complaint-box .row {
  overflow: visible !important;
}
body.pw-home #complaint-box {
  overflow: visible !important;
}

/* Titlebar form: 1 warna solid â€” tanpa kotak dalam */
body.pw-home .pw-form-titlebar {
  background: #e3242b !important;
  background-image: none !important;
  padding: 16px 24px;
  border: none;
  box-shadow: none;
}
body.pw-home .pw-form-titlebar .select-complaint {
  color: #fff !important;
  background: transparent !important;
  background-image: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  line-height: 1.3;
  text-shadow: none;
  border: none !important;
  box-shadow: none !important;
}
body.pw-home .choose-classification { display: none !important; }

/* Tabs on WHITE (Figma) â€” kill legacy radio/check circles */
body.pw-home .pw-tabs-wrap {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0 8px;
}
body.pw-home .btn-complaint-type.btn-group,
body.pw-home .btn-complaint-type.pw-tabs,
body.pw-home .pw-tabs {
  display: flex !important;
  width: 100%;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  gap: 0;
}
body.pw-home .pw-complaint-form .btn-complaint-type.pw-tabs > .btn,
body.pw-home .pw-complaint-form .btn-complaint-type.pw-tabs > label.btn,
body.pw-home .pw-complaint-form .btn-complaint-type.pw-tabs > .btn.btn-default,
body.pw-home .pw-tabs > .btn,
body.pw-home .pw-tabs > label.btn {
  float: none !important;
  flex: 1;
  width: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #6b7280 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 14px 8px !important;
  border-bottom: 3px solid transparent !important;
  box-shadow: none !important;
  outline: none !important;
  white-space: nowrap;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transform: none !important;
}
body.pw-home .pw-complaint-form .btn-complaint-type.pw-tabs > .btn span,
body.pw-home .pw-tabs > .btn span {
  position: static !important;
  margin: 0 !important;
  margin-left: 0 !important;
  display: inline !important;
  color: inherit !important;
}
/* Nuke legacy radio/check ::before from app.less */
body.pw-home .pw-complaint-form .btn-complaint-type .btn-default span:before,
body.pw-home .pw-complaint-form .btn-complaint-type .btn-default.active span:before,
body.pw-home .pw-complaint-form .btn-complaint-type.pw-tabs > .btn span:before,
body.pw-home .pw-complaint-form .btn-complaint-type.pw-tabs > .btn span:after,
body.pw-home .pw-tabs > .btn:before,
body.pw-home .pw-tabs > .btn:after,
body.pw-home .pw-tabs > .btn .fa,
body.pw-home .pw-tabs > .btn .glyphicon {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: none !important;
  font-size: 0 !important;
  visibility: hidden !important;
}
body.pw-home .pw-complaint-form .btn-complaint-type.pw-tabs > .btn.active,
body.pw-home .pw-complaint-form .btn-complaint-type.pw-tabs > .btn.btn-default.active,
body.pw-home .pw-tabs > .btn.active,
body.pw-home .pw-tabs > .btn:hover,
body.pw-home .pw-tabs > .btn:focus {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--pw-red) !important;
  border: none !important;
  border-bottom: 3px solid var(--pw-red) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* Help / alert */
body.pw-home .pw-help.complaint-help {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--pw-red-soft);
  border: 1px solid var(--pw-red-border);
  color: #b91c22;
  border-radius: 8px;
  margin: 16px 24px 8px;
  padding: 11px 14px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}
body.pw-home .pw-help .fa { color: var(--pw-red); flex-shrink: 0; }
body.pw-home .pw-help-q {
  margin-left: auto;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid var(--pw-red);
  color: var(--pw-red) !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
  flex-shrink: 0;
  background: #fff;
}
body.pw-home .pw-help-v4 { display: none !important; }
body.pw-home .pw-help .info-complaint { display: none !important; }

/* Fields */
body.pw-home .pw-fields {
  padding: 10px 24px 4px;
}
body.pw-home .pw-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--pw-text);
  margin: 0 0 7px;
}
body.pw-home .pw-label .req { color: var(--pw-red); }
body.pw-home .pw-field {
  margin-bottom: 14px;
  width: 100%;
  min-width: 0;
}
body.pw-home .pw-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  align-items: start;
}
body.pw-home .pw-row-date-loc.pw-single,
body.pw-home .pw-hide-date .pw-row-date-loc {
  grid-template-columns: 1fr;
}
body.pw-home .pw-hide-date #date_incident { display: none !important; }

body.pw-home .pw-complaint-form .form-control,
body.pw-home .pw-complaint-form .select2-container .select2-selection--single,
body.pw-home .pw-complaint-form .select2-selection,
body.pw-home .pw-complaint-form .select2-container--default .select2-selection--single {
  border: 1px solid var(--pw-border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
  min-height: 44px;
  height: 44px !important;
  width: 100% !important;
  background: #fff !important;
}
/* Jangan paksa tinggi 44px ke dropdown selectize (class form-control) */
body.pw-home .pw-complaint-form .selectize-dropdown.form-control,
body.pw-home .selectize-dropdown.form-control,
body .selectize-dropdown.form-control,
body.pw-home .selectize-dropdown,
body .selectize-dropdown {
  height: auto !important;
  min-height: 0 !important;
  max-height: 280px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 4px 0 !important;
}
body.pw-home .pw-complaint-form .form-control:focus,
body.pw-home .pw-complaint-form .select2-container--focus .select2-selection--single,
body.pw-home .pw-complaint-form .select2-container--open .select2-selection--single,
body.pw-home .pw-complaint-form .select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid var(--pw-red) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}
/* Hilangkan double border select2 + native select */
body.pw-home .pw-complaint-form select.form-control {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
}
body.pw-home .pw-complaint-form .select2-container {
  width: 100% !important;
  display: block !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
body.pw-home .pw-complaint-form .select2-container--default .select2-selection--single,
body.pw-home .pw-complaint-form .select2-container--default.select2-container--open .select2-selection--single,
body.pw-home .pw-complaint-form .select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid var(--pw-border) !important;
  outline: none !important;
  box-shadow: none !important;
}
body.pw-home .pw-complaint-form .select2-container--default.select2-container--open .select2-selection--single,
body.pw-home .pw-complaint-form .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--pw-red) !important;
  box-shadow: none !important;
  outline: none !important;
}
/* Select2 dropdown (kategori) di-append ke body */
body.pw-home .select2-dropdown,
body .select2-dropdown {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid var(--pw-border) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
  z-index: 10050 !important;
  opacity: 1 !important;
}
body.pw-home .select2-container--open .select2-dropdown,
body .select2-container--open .select2-dropdown {
  background: #fff !important;
}
body.pw-home .select2-results,
body.pw-home .select2-results__options,
body .select2-results,
body .select2-results__options {
  background: #fff !important;
  background-color: #fff !important;
}
body.pw-home .select2-results__option,
body .select2-results__option {
  background-color: #fff !important;
}
body.pw-home .select2-results__option--highlighted,
body .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fdecea !important;
  color: #1a1a1a !important;
}
body.pw-home .select2-container--open,
body .select2-container--open {
  z-index: 10050 !important;
}

/* Selectize (Instansi/Lokasi) â€” dropdown sering transparan tanpa bg solid */
body.pw-home .pw-complaint-form .selectize-control,
body.pw-home .pw-complaint-form .selectize-input,
body.pw-home .pw-complaint-form .selectize-input.full,
body.pw-home .pw-complaint-form .selectize-input.input-active,
body.pw-home .pw-complaint-form .selectize-input.focus,
body.pw-home .pw-complaint-form .selectize-input.dropdown-active {
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}
body.pw-home .pw-complaint-form .selectize-input,
body.pw-home .pw-complaint-form .selectize-input.full {
  border: 1px solid var(--pw-border) !important;
  border-radius: 8px !important;
  min-height: 44px !important;
  padding: 8px 36px 8px 12px !important;
}
body.pw-home .pw-complaint-form .selectize-input.focus,
body.pw-home .pw-complaint-form .selectize-input.input-active.focus,
body.pw-home .pw-complaint-form .selectize-input.dropdown-active {
  border-color: var(--pw-red) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
body.pw-home .selectize-dropdown,
body .selectize-dropdown,
body.pw-home .selectize-dropdown.single,
body .selectize-dropdown.single {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid var(--pw-border) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
  z-index: 10050 !important;
  opacity: 1 !important;
}
body.pw-home .selectize-dropdown .selectize-dropdown-content,
body .selectize-dropdown .selectize-dropdown-content {
  background: #fff !important;
  background-color: #fff !important;
}
body.pw-home .selectize-dropdown .option,
body .selectize-dropdown .option {
  background: #fff !important;
  background-color: #fff !important;
  color: #1a1a1a !important;
}
body.pw-home .selectize-dropdown .option.active,
body.pw-home .selectize-dropdown .active,
body .selectize-dropdown .option.active,
body .selectize-dropdown .active {
  background: #fdecea !important;
  background-color: #fdecea !important;
  color: #1a1a1a !important;
}
body.pw-home .selectize-control.single .selectize-input:after {
  right: 12px !important;
}
body.pw-home .pw-complaint-form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
  padding-left: 12px !important;
  padding-right: 32px !important;
}
body.pw-home .pw-complaint-form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
  right: 6px !important;
}
body.pw-home .pw-complaint-form textarea.form-control {
  min-height: 96px;
  height: auto !important;
  resize: vertical;
  padding: 10px 12px;
}
/* Input-group tanggal: 1 border menyatu */
body.pw-home .pw-complaint-form .input-group {
  width: 100%;
  display: flex;
  border: 1px solid var(--pw-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: none !important;
}
body.pw-home .pw-complaint-form .input-group .form-control {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex: 1;
  min-width: 0;
  height: 42px !important;
}
body.pw-home .pw-complaint-form .input-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
body.pw-home .pw-complaint-form .input-group-addon {
  border: none !important;
  border-left: 1px solid var(--pw-border) !important;
  border-radius: 0 !important;
  background: #fafafa;
  color: #6b7280;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body.pw-home .pw-complaint-form .input-group:focus-within {
  border-color: var(--pw-red);
}
body.pw-home .pw-input-icon { position: relative; }
body.pw-home .pw-input-icon .select2-container .select2-selection--single,
body.pw-home .pw-input-icon .form-control {
  padding-right: 36px !important;
}
body.pw-home .pw-loc-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
  z-index: 2;
}

body.pw-home .complaint-form-attachments {
  display: none;
  margin: 0 24px 12px;
}

/* Footer form: Upload + Anonim/Rahasia kiri, LAPOR kanan */
body.pw-home .pw-form-footer {
  padding: 16px 24px 22px;
  border-top: 1px solid #f0f0f0;
  margin-top: 4px;
  border-radius: 0 0 14px 14px;
  background: #fff;
}
body.pw-home .pw-footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
}
body.pw-home .pw-footer-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
  min-width: 0;
}
body.pw-home .pw-footer-sep {
  color: #d1d5db;
  font-weight: 300;
  line-height: 1;
}
body.pw-home .pw-upload-link {
  color: var(--pw-red) !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.pw-home .pw-upload-link .label,
body.pw-home .pw-upload-link .label-attachment + .label {
  display: none !important;
}
body.pw-home .pw-upload-link .fa {
  color: var(--pw-red) !important;
}
body.pw-home .pw-footer-opts {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}
body.pw-home .footer-right {
  margin-left: auto;
  flex-shrink: 0;
}
body.pw-home .btn-pw-lapor {
  background: var(--pw-red) !important;
  border-color: var(--pw-red) !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  min-width: 132px;
  padding: 11px 26px !important;
  letter-spacing: 0.4px;
  font-size: 15px;
  box-shadow: none !important;
}
body.pw-home .pw-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  font-size: 14px;
}
body.pw-home .pw-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body.pw-home .pw-radio-ui {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #c4c4c4;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  background: #fff;
}
body.pw-home .pw-radio input:checked + .pw-radio-ui {
  border-color: #2563eb;
}
body.pw-home .pw-radio input:checked + .pw-radio-ui:after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #2563eb;
}

/* ---- Steps ---- */
.pw-steps {
  background: #f7f7f8;
  padding: 36px 0 48px;
}
.pw-steps-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 22px;
}
.pw-steps-title {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: var(--pw-text);
}
.pw-steps-sub {
  margin: 0;
  color: var(--pw-muted);
  font-size: 14px;
  max-width: 560px;
  line-height: 1.45;
}
.pw-steps-link {
  color: var(--pw-red) !important;
  font-weight: 700;
  white-space: nowrap;
  font-size: 14px;
  text-decoration: none !important;
  flex-shrink: 0;
  margin-top: 2px;
}
.pw-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.pw-step-card {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  padding: 14px 12px;
  text-align: left;
  min-height: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.pw-step-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  flex-shrink: 0;
}
.pw-step-icon .fa {
  display: block;
  line-height: 1;
}
.pw-icon-pink { background: #fce7f3; color: #e11d8c; }
.pw-icon-yellow { background: #fef3c7; color: #d97706; }
.pw-icon-blue { background: #dbeafe; color: #2563eb; }
.pw-icon-purple { background: #ede9fe; color: #7c3aed; }
.pw-icon-green { background: #dcfce7; color: #16a34a; }
.pw-step-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--pw-text);
  line-height: 1.25;
}

/* Hide legacy */
body.pw-home .pw-legacy-home,
body.pw-home .block-success-story,
body.pw-home > section.block-counter,
body.pw-home > section#trending,
body.pw-home .bs-wizard {
  display: none !important;
}

/* ---- Footer (Figma): garis merah atas, label kiri + underline, PSE ikut ---- */
body.pw-site footer {
  background: #fff;
  border-top: 2px solid var(--pw-red);
  padding: 28px 0 0 !important;
  margin: 0 !important;
  width: 100%;
  overflow-x: hidden;
}
body.pw-site footer > .container {
  max-width: 1200px !important;
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
body.pw-site footer .prefooter {
  width: 100%;
}
body.pw-site footer .prefooter-top {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start !important;
  justify-content: space-between;
  gap: 28px 40px;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Bootstrap clearfix pseudo = flex item palsu â†’ geser align kiri/kanan */
body.pw-site footer .prefooter-top:before,
body.pw-site footer .prefooter-top:after,
body.pw-home #complaint-box > .container > .row:before,
body.pw-home #complaint-box > .container > .row:after {
  display: none !important;
  content: none !important;
}
body.pw-site footer .prefooter-top > [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block !important;
}
body.pw-site footer .prefooter-top > .col-md-9 {
  flex: 1 1 auto;
  min-width: 0;
}
body.pw-site footer .prefooter-top > .col-md-3 {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: left !important;
}
body.pw-site footer .footer-managed-block,
body.pw-site footer .footer-social-block {
  width: 100%;
  display: block !important;
}
body.pw-site footer .footer-managed-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  width: 100%;
}
body.pw-site footer .footer-managed-row .logo-support {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 8px 18px !important;
  width: 100%;
}
body.pw-site footer .footer-managed-row .logo-support a,
body.pw-site footer .footer-logo-badge-group {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 !important;
  line-height: 0;
  flex-shrink: 0;
}
body.pw-site footer .footer-managed-row .logo-support a img {
  height: 44px !important;
  width: auto !important;
  max-height: 44px !important;
  max-width: 150px !important;
  object-fit: contain !important;
  display: block !important;
}
body.pw-site footer .footer-managed-row .logo-support a[title*="Dalam Negeri"] img,
body.pw-site footer .footer-managed-row .logo-support a[href*="kemendagri"] img {
  height: 48px !important;
  max-height: 48px !important;
  max-width: 48px !important;
}
body.pw-site footer .footer-managed-label,
body.pw-site footer .footer-social-label,
body.pw-site footer .footer-social-block .text-muted {
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 600;
  margin: 0 0 14px !important;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  padding-bottom: 8px;
}
/* Underline pendek di bawah label (Figma) */
body.pw-site footer .footer-managed-label:after,
body.pw-site footer .footer-social-label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #7eb6d9;
  border-radius: 1px;
}
body.pw-site footer .footer-social-block {
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: auto !important;
}
body.pw-site footer .footer-social-label {
  text-align: left !important;
  width: auto;
  align-self: flex-start;
}
body.pw-site footer .footer-social-content {
  width: auto;
}
body.pw-site footer .footer-social-icons {
  display: flex !important;
  gap: 12px;
  justify-content: flex-start !important;
  line-height: 0;
}
body.pw-site footer .footer-social-icons a {
  background: var(--pw-red) !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: none !important;
  text-transform: none !important;
  transform: none !important;
  margin: 0 !important;
}
body.pw-site footer .footer-social-icons a .fa {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
}
body.pw-site footer .footer-social-icons a:hover {
  transform: none !important;
  filter: brightness(0.92);
}
/* PSE badge tampil di Dikelola oleh */
body.pw-site footer .footer-pse-badge-link {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 0;
  margin-left: 4px;
}
body.pw-site footer .footer-pse-badge {
  display: block !important;
  height: 40px !important;
  width: auto !important;
  max-height: 40px !important;
  max-width: 120px !important;
  object-fit: contain !important;
}
body.pw-site footer .footer-menu-navigation {
  text-align: center;
  padding: 20px 0 10px;
  border-top: 1px solid #f0f0f0;
  margin-top: 24px;
  width: 100%;
}
body.pw-site footer .footer-menu-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.pw-site footer .footer-menu-navigation ul li {
  display: inline-flex;
  align-items: center;
}
body.pw-site footer .footer-menu-navigation ul li:not(:last-child):after {
  content: "|";
  margin: 0 12px;
  color: var(--pw-red);
  opacity: 0.45;
}
body.pw-site footer .footer-menu-navigation ul li a {
  color: var(--pw-red) !important;
  font-weight: 600;
  font-size: 13px;
  text-transform: none;
}
body.pw-site footer .post-footer {
  padding: 0 !important;
  background: transparent !important;
  width: 100%;
}
/* Copyright full-bleed edge-to-edge (outside .container) */
body.pw-site footer > .footer-copyright.pw-copyright-bar {
  background: var(--pw-red-dark);
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  margin: 0 !important;
  border-radius: 0;
  font-size: 13px;
  width: 100%;
  max-width: none;
  position: static;
  left: auto;
  right: auto;
  box-sizing: border-box;
  display: block;
}
body.pw-site footer > .footer-copyright.pw-copyright-bar a {
  color: #fff !important;
  text-decoration: underline;
}
/* fallback if still inside container */
body.pw-site footer .footer-copyright {
  background: var(--pw-red-dark);
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  margin: 12px 0 0;
  border-radius: 0;
  font-size: 13px;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
body.pw-site footer .footer-copyright a {
  color: #fff !important;
  text-decoration: underline;
}

/* ---- Modal daftar ---- */
#modalDaftarAkun .modal-dialog,
#modalLogin .modal-dialog {
  width: calc(100% - 32px);
  max-width: 540px;
  margin: 30px auto;
}
#modalDaftarAkun .daftar-akun-modal,
#modalLogin .daftar-akun-modal {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--pw-shadow);
}
.daftar-akun-modal .daftar-akun-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, var(--pw-red-dark) 0%, var(--pw-red) 100%);
  color: #fff;
  border: none;
  padding: 14px 18px 14px 22px;
}
.daftar-akun-modal .daftar-akun-header::before,
.daftar-akun-modal .daftar-akun-header::after { display: none; }
.daftar-akun-modal .modal-title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.daftar-akun-modal .daftar-close {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.daftar-akun-modal .daftar-close:hover { background: rgba(255, 255, 255, 0.5); }
.daftar-akun-modal .modal-body { padding: 16px 18px 20px; }

.daftar-info-box {
  background: #fff3e6;
  border: 1px solid #f9cfa6;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 18px;
  color: #a4410e;
  font-size: 13px;
}
.daftar-info-title {
  font-weight: 600;
  margin-bottom: 2px;
}
.daftar-info-title .fa { margin-right: 4px; }
.daftar-info-text {
  margin: 0 0 0 18px;
  line-height: 1.5;
  overflow: hidden;
}

.daftar-akun-form .form-group { margin-bottom: 14px; }
.daftar-akun-form label {
  font-weight: 500;
  color: var(--pw-text);
  margin-bottom: 6px;
}
.daftar-akun-form .req { color: var(--pw-red); }
.daftar-akun-form .form-control {
  height: 42px;
  background: #f5f7fa;
  border: 1px solid #e5e9f0;
  border-radius: 8px;
  box-shadow: none;
  padding: 8px 12px;
  color: var(--pw-text);
}
.daftar-akun-form .form-control::placeholder { color: #000; opacity: 1; }
.daftar-akun-form .form-control:focus {
  background: #fff;
  border-color: var(--pw-red-border);
  box-shadow: 0 0 0 3px var(--pw-red-soft);
}
.daftar-input-icon { position: relative; }
.daftar-input-icon .form-control { padding-right: 40px; }
.daftar-input-icon .fa {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #4b5563;
  font-size: 18px;
  pointer-events: none;
}
.daftar-input-icon .toggle-password,
.daftar-input-icon .login-toggle-password { pointer-events: auto; cursor: pointer; }
/* sembunyikan panah datalist bawaan; ikon chevron sudah ada */
#registerEmail::-webkit-calendar-picker-indicator,
#userSigninLogin::-webkit-calendar-picker-indicator { opacity: 0; }
#modalLogin .modal-dialog { max-width: 600px; }
.login-forgot {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--pw-red);
}
#modalLogin .daftar-actions { margin-top: 4px; }

.daftar-tos {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400 !important;
  margin: 4px 0 16px;
  cursor: pointer;
}
.daftar-tos input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #3b82f6;
  cursor: pointer;
}
.daftar-tos a,
.daftar-footer-link a { color: var(--pw-red); font-weight: 500; }

.daftar-actions {
  display: flex;
  gap: 12px;
}
.daftar-actions .btn {
  flex: 1;
  height: 42px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.daftar-actions .daftar-btn-cancel { background: #000; color: #fff; }
.daftar-actions .daftar-btn-cancel:hover,
.daftar-actions .daftar-btn-cancel:focus { background: #333; color: #fff; }
.daftar-actions .daftar-btn-submit { background: var(--pw-red); color: #fff; }
.daftar-actions .daftar-btn-submit:hover,
.daftar-actions .daftar-btn-submit:focus { background: var(--pw-red-dark); color: #fff; }

.daftar-footer-link {
  text-align: center;
  margin: 16px 0 0;
  color: #4b5563;
}

/* ---- Halaman FAQ ---- */
.pw-faq-hero {
  background-color: var(--pw-red);
  background-image: url("../images/home-cover.jpg?v=20260923ab");
  background-size: cover;
  background-position: center top;
  color: #fff;
  padding: 28px 0 150px;
}
.pw-faq-hero-title {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.pw-faq-breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.pw-faq-breadcrumb li { display: inline; }
.pw-faq-breadcrumb li + li:before { content: "/"; margin: 0 6px; }
.pw-faq-breadcrumb a { color: #fff; }

.pw-faq-wrap { margin-top: -120px; padding-bottom: 60px; position: relative; }
.pw-faq-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--pw-shadow);
  overflow: hidden;
}
.pw-faq-card-head {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--pw-text);
  border-bottom: 1px solid #eef0f3;
}
.pw-faq-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  border-bottom: 1px solid #eef0f3;
}
.pw-faq-select { position: relative; }
.pw-faq-select select {
  appearance: none;
  -webkit-appearance: none;
  height: 34px;
  min-width: 90px;
  max-width: 260px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--pw-border);
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  color: var(--pw-text);
  cursor: pointer;
}
.pw-faq-select .fa {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--pw-text);
}
.pw-faq-search {
  width: 220px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid var(--pw-border);
  border-radius: 6px;
  font-size: 13px;
}
.pw-faq-select select:focus,
.pw-faq-search:focus {
  outline: none;
  border-color: var(--pw-red-border);
  box-shadow: 0 0 0 3px var(--pw-red-soft);
}

.pw-faq-list { padding: 0 10px 8px; }
.pwq-faq-group {
  padding: 12px 22px 8px 8px;
  color: var(--pw-red);
  font-weight: bold;
}
.pw-faq-item { border-bottom: 1px solid #eef0f3; }
.pw-faq-item:last-of-type { border-bottom: none; }
.pw-faq-q {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px 22px 20px 12px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.pw-faq-num {
  flex: 0 0 26px;
  font-size: 14px;
  color: #9aa1b1;
}
.pw-faq-title {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #1f2a5a;
}
.pw-faq-icon {
  position: relative;
  flex: 0 0 12px;
  height: 12px;
  transition: transform 0.2s ease;
}
.pw-faq-icon:before,
.pw-faq-icon:after {
  content: "";
  position: absolute;
  background: #9aa1b1;
  left: 0;
  top: 5.5px;
  width: 12px;
  height: 1px;
}
.pw-faq-icon:after { transform: rotate(90deg); }
.pw-faq-a {
  display: none;
  padding: 0 22px 20px 50px;
  font-size: 13px;
  line-height: 1.8;
  color: #3f4652;
}
.pw-faq-a ul { padding-left: 18px; margin: 6px 0; }

.pw-faq-a:after { content: ""; display: table; clear: both; }

.pw-faq-item.is-open { background: linear-gradient(90deg, #f7f7f8 0%, #f1f1f2 100%); }
.pw-faq-item.is-open .pw-faq-q { padding-bottom: 6px; }
.pw-faq-item.is-open .pw-faq-num,
.pw-faq-item.is-open .pw-faq-title { color: var(--pw-red); }
.pw-faq-item.is-open .pw-faq-icon { transform: rotate(45deg); }
.pw-faq-item.is-open .pw-faq-a { display: block; }

/* Judul grup dari partial faq/result */
.pw-faq-group-title {
  margin: 0;
  padding: 12px 22px 8px 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--pw-red);
}
.pw-faq-group-title small { color: var(--pw-muted); font-weight: 400; }

/* Paginasi FaqList (selalu tampil) */
.pw-faq-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 16px 12px 22px;
  border-top: 1px solid #eef0f3;
}
.pw-faq-pagination > a,
.pw-faq-pagination > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--pw-border);
  border-radius: 6px;
  background: #fff;
  color: var(--pw-text);
  font-size: 13px;
  text-decoration: none;
}
.pw-faq-pagination > a:hover,
.pw-faq-pagination > a:focus {
  border-color: var(--pw-red-border);
  color: var(--pw-red);
  text-decoration: none;
}
.pw-faq-pagination > .is-active {
  background: var(--pw-red);
  border-color: var(--pw-red);
  color: #fff;
  font-weight: 600;
}
.pw-faq-pagination > .is-disabled { opacity: 0.4; cursor: default; }

.pw-faq-empty {
  padding: 30px 12px;
  margin: 0;
  text-align: center;
  color: var(--pw-muted);
}

@media (max-width: 767px) {
  .pw-faq-toolbar { padding: 12px 16px; }
  .pw-faq-search { width: auto; flex: 1; min-width: 0; }
  .pw-faq-list { padding: 0; }
  .pw-faq-a { padding-left: 50px; padding-right: 16px; }
}

.pw-alert-profile {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 0;
  padding: 14px 20px;
  background: #fff8dc;
  border: 1px dashed #f2cf6b;
  border-radius: 8px;
}
.pw-alert-profile-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f5b400;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.pw-alert-profile-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--pw-text);
}
.pw-alert-profile-text {
  font-size: 13px;
  color: #4b5563;
}

.pw-account-notice {
  background: #fff;
}
.pw-account-alert {
  margin: 0;
  padding: 12px 18px;
  justify-content: space-between;
}
.pw-account-alert .pw-alert-profile-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.pw-account-alert-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #1f2937;
}
.pw-account-alert-text strong { color: #111827; font-weight: 700; }
.pw-account-alert-btn,
.pw-account-alert-btn:focus {
  flex: 0 0 auto;
  background: #f7c02b;
  border: none;
  border-radius: 6px;
  color: #111827;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 11px 20px;
  white-space: nowrap;
}
.pw-account-alert-btn:hover { background: #eeb312; color: #111827; }
/* Mobile: hanya tombol (ikon & teks disembunyikan) */
@media (max-width: 767px) {
  .pw-account-alert { padding: 8px; }
  .pw-account-alert .pw-alert-profile-icon,
  .pw-account-alert-text { display: none; }
  .pw-account-alert-btn { width: 100%; white-space: normal; }
}

.pw-empty-profile {
  padding: 40px 20px;
  margin-top: 15px;
  text-align: center;
  color: var(--pw-muted);
  font-size: 15px;
  background: #fff;
  border-radius: 8px;
}

body.pw-site .pw-header .navbar-nav > li:not(.active) > a:not(:hover):not(:focus) { color: #000 !important; }
body.pw-site .pw-header .nav-notification.nav-bell:not(.open) > a:not(:hover) { color: #000 !important; }
body.pw-site .pw-header .navbar-toggle .icon-bar { background: #000; }

body.pw-site #leftMenu .navmenu-nav > li > a,
body.pw-site #rightMenu .navmenu-nav > li > a { color: #fff; }

body.pw-site .modal-header .close { color: #000; opacity: 1; }

body.pw-site .modal .btn-default { background: #000; border-color: #000; color: #fff; }
body.pw-site .modal .btn-default:hover,
body.pw-site .modal .btn-default:focus,
body.pw-site .modal .btn-default:active { background: #333; border-color: #333; color: #fff; }

body.pw-site .pw-tabs > label.btn:not(.active):not(:hover):not(:focus) { color: #000 !important; }
body.pw-site .complaint-form .input-group-addon .fa-calendar,
body.pw-site .pw-loc-icon { color: #000; }
body.pw-site .pw-footer-opts .pw-radio > span { color: #000; }
body.pw-site .complaint-form .file-label { color: #000; }

.pw-faq-q .pw-faq-num { color: #000; }
.pw-faq-icon:before,
.pw-faq-icon:after { background: #000; }

.daftar-input-icon .fa { color: #000; }

body.pw-site .nav-tabs-secondary > li:not(.active) > a:not(:hover) { color: #000; }
body.pw-site .complaint-meta .meta-info:not(:hover):not(.is-active) { color: #000; }
body.pw-site .complaint-meta .meta-info .text-muted,
body.pw-site a.text-muted,
body.pw-site .btn.text-muted { color: #000; }

body.pw-site input::placeholder,
body.pw-site textarea::placeholder { color: #000; opacity: 1; }
body.pw-site input::-webkit-input-placeholder,
body.pw-site textarea::-webkit-input-placeholder { color: #000; }

body.pw-site .choose-classification { color: #000; }
.daftar-footer-link { color: #000; }

body.pw-site .select2-selection__placeholder,
body.pw-site .select2-selection__rendered { color: #000 !important; }
body.pw-site .select2-results__option:not(.select2-results__option--highlighted) { color: #000; }
body.pw-site .selectize-dropdown .option:not(.active),
body.pw-site .selectize-dropdown .option:not(.active) .text-muted { color: #000; }

.account-verification { margin-bottom: 10px; }
.account-verification .input-group-btn .verif-status { cursor: default; }
.account-verification .input-group-btn .btn-success.verif-status:hover,
.account-verification .input-group-btn .btn-success.verif-status:focus { background-color: #5cb85c; border-color: #4cae4c; }
.account-verification .verif-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  margin-top: 1px;
}
.account-verification .verif-otp { margin-top: 12px; }

.swal-verif .swal2-icon {
  font-size: 1.7em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.account-verification .verif-otp .pincode-input-container { max-width: 320px; }

@media (max-width: 991px) {
  .account-verification .input-group { display: block; width: 100%; }
  .account-verification .input-group .form-control {
    display: block;
    width: 100%;
    border-radius: 4px;
  }
  .account-verification .input-group-btn {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  .account-verification .input-group-btn > .btn {
    display: block;
    width: 100%;
    margin-left: 0;
    border-radius: 4px;
  }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 991px) {
  body.pw-home #hero { padding: 24px 0 260px !important; }
  body.pw-home #hero .block-aspiration .h2,
  body.pw-home #hero .block-aspiration h2 {
    white-space: normal;
    font-size: clamp(20px, 4.5vw, 28px);
  }
  body.pw-home #complaint-box { margin-top: -200px; }
  body.pw-home #complaint-box .pw-form-col { max-width: 100%; }
  .pw-steps-grid { grid-template-columns: repeat(3, 1fr); }
  .pw-steps-head { flex-direction: column; align-items: flex-start; }
  body.pw-site .pw-header .navbar-collapse .navbar-primary.navbar-left {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    float: left !important;
    justify-content: flex-start;
  }
  body.pw-site footer .prefooter-top > .col-md-3 {
    text-align: left;
    margin-left: 0;
    width: 100% !important;
  }
  body.pw-site footer .footer-social-block {
    text-align: left !important;
    align-items: flex-start !important;
  }
  body.pw-site footer .footer-social-label {
    text-align: left !important;
    align-self: flex-start;
  }
  body.pw-site footer .footer-social-icons {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .pw-topbar { font-size: 11px; padding: 5px 0; }
  .pw-topbar-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55%;
  }
  body.pw-home .container { padding-left: 12px; padding-right: 12px; }
  body.pw-site .pw-topbar .container,
  body.pw-site .pw-header > .container,
  body.pw-home #hero .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  body.pw-home #hero { padding: 20px 0 200px !important; }
  body.pw-home #complaint-box { margin-top: -150px; }

  body.pw-home .pw-form-titlebar { padding: 12px 16px; }
  body.pw-home .pw-fields { padding: 10px 16px 4px; }
  body.pw-home .pw-help.complaint-help { margin: 12px 16px 6px; }
  body.pw-home .pw-form-footer { padding: 14px 16px 16px; }

  body.pw-home .pw-row-2,
  body.pw-home .pw-row-date-loc,
  body.pw-home .pw-row-inst-cat {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
  body.pw-home .pw-tabs > .btn {
    font-size: 11px !important;
    padding: 12px 4px !important;
    white-space: normal;
    line-height: 1.25;
  }
  body.pw-home .pw-footer-grid {
    flex-direction: column;
    align-items: stretch;
  }
  body.pw-home .pw-footer-left {
    width: 100%;
    justify-content: flex-start;
  }
  body.pw-home .footer-right {
    margin-left: 0;
    width: 100%;
  }
  body.pw-home .btn-pw-lapor { width: 100%; }

  .pw-steps { padding: 24px 0 40px; }
  .pw-steps-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  /* Cegah logo & tombol translate/notifikasi bertabrakan di mobile:
     .navbar-brand bawaan pakai left:50%/margin-left:-177px (asumsi layout lama),
     jadi ditimpa ke posisi normal lalu navbar-header dijadikan flex row. */
  body.pw-site .pw-header .navbar-header {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  body.pw-site .pw-header .navbar-brand {
    position: static !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
  }
  body.pw-site .pw-header .navbar-brand img {
    height: 32px !important;
    width: auto;
  }
  body.pw-site .pw-header .navbar-btn-mobile[data-target="#exampleModal"] {
    margin-left: auto !important;
    margin-top: 0 !important;
  }
  body.pw-site .navbar-btn-notification {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f4f6 !important;
    color: #374151 !important;
    font-size: 18px !important;
    line-height: 40px !important;
    margin-right: 8px;
  }
  body.pw-site .navbar-btn-notification > .fa-bell {
    color: #374151 !important;
    opacity: 1 !important;
  }
  body.pw-site .navbar-btn-notification .notification-on {
    top: 6px !important;
    right: 6px !important;
    background: var(--pw-red) !important;
    border: 2px solid #fff !important;
  }
  body.pw-site .pw-mobile-auth {
    display: flex !important;
    gap: 8px;
    margin: 8px 12px 8px auto;
  }
  body.pw-site .navbar-btn-mobile[data-target="#modalLogin"] {
    display: none !important;
  }

  body.pw-site footer .prefooter-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  body.pw-site footer .footer-managed-row {
    align-items: center !important;
    text-align: center !important;
  }
  body.pw-site footer .footer-social-block {
    text-align: center !important;
  }
  body.pw-site footer .footer-social-icons {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pw-steps-grid { grid-template-columns: 1fr 1fr; }
  body.pw-home #hero .block-aspiration .h2,
  body.pw-home #hero .block-aspiration h2 {
    font-size: 18px;
    white-space: normal;
  }
}

/* Final Figma overrides â€” must win over app.less radio tabs */
body.pw-home form.pw-complaint-form .btn-complaint-type .btn-default span:before,
body.pw-home form.pw-complaint-form .btn-complaint-type .btn-default.active span:before,
body.pw-home form.pw-complaint-form .btn-complaint-type .btn span:before,
body.pw-home form.pw-complaint-form .btn-complaint-type .btn.active span:before {
  content: "" !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
body.pw-home form.pw-complaint-form .btn-complaint-type .btn-default span,
body.pw-home form.pw-complaint-form .btn-complaint-type .btn span {
  margin-left: 0 !important;
  position: static !important;
}
body.pw-home form.pw-complaint-form .btn-complaint-type .btn-default.active,
body.pw-home form.pw-complaint-form .btn-complaint-type .btn.active {
  background: transparent !important;
  background-color: transparent !important;
  color: #e3242b !important;
  border-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* Badge sumber laporan V3.5 / V4 — pill light pink + icon layers */
.badge-laporan-source {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 8px;
  padding: 3px 10px 3px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #c41e26;
  background: #fde8e9;
  border-radius: 999px;
  vertical-align: middle;
  white-space: nowrap;
}
.badge-laporan-source svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  display: block;
}
.badge-laporan-source svg path {
  fill: #c41e26;
}

/* cache-bust 20260926b */
