.page-updated {
  margin: 0.7rem 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.78;
}

.page-disclaimer {
  max-width: 760px;
  margin: 1.1rem 0 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.92rem;
}

/* Anti-spam field: tetap ada untuk bot, tetapi tidak pernah terlihat pengguna. */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  display: none;
  margin: 0;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 600;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: #07543f;
  background: #e7f6ef;
  border: 1px solid #bce7d4;
}

.form-status.is-error {
  color: #8f1d1d;
  background: #fff0f0;
  border: 1px solid #f4caca;
}

.consult-submit[disabled],
#visitSubmit[disabled] {
  opacity: 0.68;
  cursor: wait;
  transform: none !important;
}

.visit-form-status {
  margin-top: 14px;
}

/* Ringkasan biaya: dibuat sebagai panel keputusan, bukan tabel administrasi. */
.fee-transparency {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 34px;
  padding: clamp(28px, 4.8vw, 52px);
  color: #fff;
  background:
    radial-gradient(circle at 92% 4%, rgba(139, 227, 210, 0.22), transparent 34%),
    linear-gradient(135deg, #073d34 0%, #095246 58%, #0b6556 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(4, 43, 36, 0.2);
}

.fee-transparency::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

.fee-transparency-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: clamp(22px, 4vw, 54px);
  margin-bottom: 28px;
}

.fee-transparency-heading .eyebrow {
  color: #9ce8d9;
}

.fee-transparency-heading h3 {
  max-width: 660px;
  margin: 0.45rem 0 0;
  color: #fff;
  font-size: clamp(1.85rem, 3.7vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.fee-transparency-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

.fee-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fee-summary-grid article {
  position: relative;
  min-height: 250px;
  padding: 23px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.085);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(7px);
}

.fee-summary-grid article::after {
  position: absolute;
  right: -28px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  background: rgba(139, 227, 210, 0.08);
  border-radius: 50%;
  content: "";
}

.fee-phase {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 28px;
  padding: 0 10px;
  color: #9ce8d9;
  background: rgba(139, 227, 210, 0.09);
  border: 1px solid rgba(156, 232, 217, 0.2);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fee-summary-grid small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fee-summary-grid strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.fee-summary-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.91rem;
  line-height: 1.65;
}

.fee-inclusion-panel {
  margin-top: 16px;
  padding: clamp(22px, 3.5vw, 34px);
  color: #18312c;
  background: #f6faf8;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
}

.fee-inclusion-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.fee-inclusion-heading span {
  color: #087664;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fee-inclusion-heading h4 {
  margin: 0;
  color: #102822;
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  letter-spacing: -0.025em;
}

.fee-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fee-inclusion-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(7, 61, 52, 0.1);
  border-radius: 15px;
}

.fee-inclusion-wide {
  grid-column: 1 / -1;
}

.fee-status {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.fee-status.is-free {
  color: #07543f;
  background: #dff5eb;
}

.fee-status.is-separate {
  color: #72520b;
  background: #fff2cf;
}

.fee-status.is-after {
  color: #154f76;
  background: #e3f1fb;
}

.fee-status.is-check {
  color: #6f3a17;
  background: #ffeadd;
}

.fee-status.is-finance {
  color: #633767;
  background: #f3e7f5;
}

.fee-inclusion-item strong {
  display: block;
  margin-bottom: 5px;
  color: #142c26;
  font-size: 0.96rem;
}

.fee-inclusion-item p {
  margin: 0;
  color: #60716d;
  font-size: 0.88rem;
  line-height: 1.55;
}

.fee-warning {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 16px 0 0;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  font-size: 0.91rem;
  font-weight: 650;
  line-height: 1.55;
}

.fee-warning > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #075246;
  background: #dff5eb;
  border-radius: 50%;
  font-weight: 950;
}

.source-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green-800, #095246);
  font-weight: 700;
  text-underline-offset: 3px;
}

.source-link-light {
  color: #d8fff5;
}

/* Pastikan footer include selalu tampil, termasuk saat CSS lama masih tersimpan di cache. */
body > .site-footer,
.site-footer {
  position: relative;
  z-index: 2;
  display: block !important;
  clear: both;
  width: 100%;
}

.site-footer .footer-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.9fr) minmax(0, 0.9fr) !important;
}

@media (max-width: 900px) {
  .fee-transparency-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .fee-summary-grid {
    grid-template-columns: 1fr;
  }

  .fee-summary-grid article {
    min-height: auto;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .site-footer .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .fee-transparency {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .fee-inclusion-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .fee-inclusion-heading {
    display: grid;
    align-items: start;
  }

  .fee-inclusion-grid {
    grid-template-columns: 1fr;
  }

  .fee-inclusion-wide {
    grid-column: auto;
  }

  .fee-inclusion-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fee-status {
    justify-self: start;
  }

  .fee-warning {
    align-items: start;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .site-footer .footer-about {
    grid-column: auto;
  }
}
