
/* =========================================================
   v2.8.36 — Contact page: Services-like section divider
   Scope: contact/kontakt page only.
   Adds the horizontal divider and slightly different section
   background between the hero and content area.
   ========================================================= */

.hs-contact-page-v2832 .contact-hero {
  background: #F6FAFF !important;
  border-bottom: 1px solid #C7D7EE !important;
}

.hs-contact-page-v2832 .contact-hero + .clean-section,
.hs-contact-page-v2832 .clean-section:has(.contact-layout) {
  background: #EAF1FA !important;
  border-top: 0 !important;
}

/* Keep the cards white on the tinted content area. */
.hs-contact-page-v2832 .contact-panel {
  background: #FFFFFF !important;
}

/* Fallback for browsers without :has support: the first clean-section after hero. */
.hs-contact-page-v2832 .contact-hero ~ .clean-section:first-of-type {
  background: #EAF1FA !important;
}
