/* v5.27.0 — renderização progressiva da Home sem alteração visual */
@supports (content-visibility: auto) {
  body.home .pox-home main > section:not(#inicio):not(#autoridade),
  body.home .pox-home main > .pou-home-dual-showcase {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
  body.home .pox-home main > .pou-home-dual-showcase { contain-intrinsic-size: auto 1500px; }
}

body.home video[preload="none"] { background-color: #080b09; }
body.home .pou-perf-paused { will-change: auto !important; }

@media (prefers-reduced-motion: reduce) {
  body.home .pou-home-design-feature::before { animation: none !important; }
  body.home [data-reveal] { transition-duration: .01ms !important; }
}
