/* v232 — penguncian berlapis khusus banner Dasbor Yayasan. */
html[data-portal-brand="yayasan"] #foundationContent > .hero-panel {
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  border:1px solid rgba(167,243,208,.32) !important;
  background-color:#064e3b !important;
  background-image:linear-gradient(135deg,#064e3b 0%,#059669 58%,#10b981 100%) !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  box-shadow:0 18px 42px rgba(5,150,105,.22),inset 1px 1px 0 rgba(255,255,255,.16) !important;
}

html[data-portal-brand="yayasan"] #foundationContent > .hero-panel::before {
  position:absolute;
  z-index:0;
  inset:0;
  display:block;
  background:linear-gradient(135deg,#064e3b 0%,#059669 58%,#10b981 100%);
  opacity:1;
  pointer-events:none;
  content:"";
}

html[data-portal-brand="yayasan"] #foundationContent > .hero-panel > * {
  position:relative;
  z-index:1;
  opacity:1 !important;
}

html[data-portal-brand="yayasan"] #foundationContent > .hero-panel > span {
  color:#d1fae5 !important;
  text-shadow:0 1px 1px rgba(3,68,52,.18) !important;
}

html[data-portal-brand="yayasan"] #foundationContent > .hero-panel > h1 {
  color:#fff !important;
  text-shadow:0 1px 2px rgba(3,68,52,.22) !important;
}

html[data-portal-brand="yayasan"] #foundationContent > .hero-panel > p {
  color:#ecfdf5 !important;
  text-shadow:none !important;
}
