/* v08: fondo continuo a escala de página; sin cambios de geometría. */
main#main { background-image:var(--fondo-v08); background-repeat:no-repeat; background-position:center top; background-size:100% 100%; }
main#main > section.section-block { background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.44) 18%,rgba(255,255,255,.62) 50%,rgba(255,255,255,.44) 82%,rgba(255,255,255,0)); }
main#main :is(h1,h2,h3,.lead,.home-hero__text,.note,.eyebrow) {text-shadow:0 0 5px #fff,0 0 12px rgba(255,255,255,.94);}
main#main :is(.product-row,.industry-card,.product-commercial,.contact-form) {background-color:rgba(255,255,255,.88);box-shadow:0 0 20px 8px rgba(255,255,255,.64);}
main#main :is(.btn,.flow,.device-frame,.agent-demo,.case-mock) :is(h1,h2,h3,p,span) {text-shadow:none;}
@media(max-width:600px){main#main > section.section-block{background-image:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,.72) 22%,rgba(255,255,255,.72) 78%,rgba(255,255,255,.18));}}

main#main > section.section-block {background-color:transparent;}

/* Bloque oscuro de Inmobiliarias: conservar texto blanco y fondo grafito. */
main#main > section.real-estate{background-color:#0f172a;background-image:linear-gradient(rgba(15,23,42,.2),rgba(15,23,42,.2)),var(--fondo-v08);background-size:100% 100%;background-repeat:no-repeat;}
main#main .real-estate :is(h1,h2,h3,.lead,.note,.eyebrow,p){text-shadow:none;}

/* Ajuste global de lectura: textos secundarios más oscuros en las 13 páginas. */
:root { --color-text-muted: #263249; }

/* v12: SVG estático; un solo pulso de opacidad de la capa HTML. */
@keyframes cerodos-pulso-unico {0%{opacity:.42}35%{opacity:1}65%{opacity:.60}100%{opacity:1}}
main#main{position:relative;isolation:isolate;background-image:none;}
main#main::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:var(--fondo-v08);background-size:100% 100%;background-position:center top;background-repeat:no-repeat;opacity:1;animation:cerodos-pulso-unico 3.6s ease-in-out 1 both;}
main#main > section.real-estate{position:relative;isolation:isolate;background-image:none;}
main#main > section.real-estate::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(15,23,42,.2),rgba(15,23,42,.2)),var(--fondo-v08);background-size:100% 100%;background-repeat:no-repeat;opacity:1;animation:cerodos-pulso-unico 3.6s ease-in-out 1 both;}
@media(prefers-reduced-motion:reduce){main#main::before,main#main > section.real-estate::before{animation:none;opacity:1;}}
