/*
 * User-authorized conditional Home transition, 2026-08-28.
 * Maxcare reserves 450px below Programs for the overlapping Our Scale surface.
 * When Our Scale fails closed, preserve the source Why Us -116px overlap and
 * expose Maxcare's existing 70px responsive cadence: 186px - 116px = 70px.
 */
@media (min-width: 1201px) {
  .elementor-19 > [data-maxcare-programs]:has(+ [data-maxcare-why-us]) {
    --padding-bottom: 186px;
  }
}
