/* Shared light-mode page surfaces. Preserve the cards' intentional colours,
   imagery, typography, section geometry, and all dark-mode surfaces. */
html[data-proo-home-white]:not([data-hero-theme="dark"]),
html[data-proo-home-white]:not([data-hero-theme="dark"]) body {
  background-color: #fff !important;
}
html[data-proo-home-white]:not([data-hero-theme="dark"]) :is(
  .proo-static-hero, .proo-card-one-followup, .proo-process-exterior,
  .posh-section, .outcomes-clone, .cmp-wrapper, .tech-wrapper
) {
  background-color: #fff !important;
}
html[data-proo-home-white]:not([data-hero-theme="dark"]) .outcomes-clone {
  --page-bg: #fff;
}
html[data-proo-home-white]:not([data-hero-theme="dark"]) .tech-wrapper {
  --tech-bg: #fff;
}
