/* =====================================================================
   34-pp-hero-lcp-fix.css
   Fix: hero content uses .reveal animation (opacity:0 + translateY)
   which delays LCP by seconds. Above-the-fold hero must be visible
   immediately on first paint.
   ===================================================================== */

.pp-hero .reveal,
.pp-hero .reveal.d1,
.pp-hero .reveal.d2,
.pp-hero .reveal.d3,
.pp-hero .reveal.d4,
.pp-hero .reveal.d5,
.pp-hero .reveal.d6 {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}
