/* Avoid repeatedly blurring a moving canvas behind large panels. */
.service__inner, .srv-step__surface {
  background: linear-gradient(180deg, #ffffff0b, #ffffff03), #06060ad9;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.case-card__inner {
  background: linear-gradient(180deg, #fff1, #ffffff04), #0a0a0ed9;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.case-body, .case-media__surface {
  background: #000000d9;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.srv-foundation {
  background: linear-gradient(180deg, #ffffff0d, #ffffff04), #08080cd9;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.contact-grid::before, .section--systems::before {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
