/* ===========================================================
   BALANCED SAGE DEEP
   Wie 4E, aber mit minimal mehr Tiefe und Kontrast
   =========================================================== */

/* Helle Bereiche */
body#page-2657268933 .hs-fullwidth-grey {
  background: #E9EDE3 !important;
  background-color: #E9EDE3 !important;
}

/* Mittlere / dunklere Bereiche */
body#page-2657268933 .hs-fullwidth-color.bg-primary {
  background: #BCCFC2 !important;
  background-color: #BCCFC2 !important;
}

/* Footer unverändert */
footer, body#page-2657268933 .hs-footer {
  background: #99C19B !important;
  background-color: #99C19B !important;
}

/* Fallbacks */
body#page-2657268933 section[data-bg="grey"] {
  background-color: #E9EDE3 !important;
}

body#page-2657268933 section[data-bg="primary"] {
  background-color: #BCCFC2 !important;
}