.home-page.structure-preview .hero-marca-animation { position:absolute; inset:0; min-width:0; isolation:isolate; }
.home-page.structure-preview .product-slide-visual > .hero-marca-brand {
  position:absolute; top:8px; left:50%; width:clamp(120px,15vw,190px); height:auto;
  transform:translateX(-50%); object-fit:contain; z-index:3; pointer-events:none;
}
.home-page.structure-preview .hero-marca-animation canvas,
.home-page.structure-preview .hero-marca-animation img {
  display:block; position:absolute; inset:0; width:100%; height:100%; object-fit:contain;
  pointer-events:none; background:transparent; padding-top:78px; box-sizing:border-box;
}
.home-page.structure-preview .hero-marca-animation canvas { opacity:0; }
.home-page.structure-preview .hero-marca-animation.is-ready canvas { opacity:1; }
.home-page.structure-preview .hero-marca-animation.is-ready img { opacity:0; }
.home-page.structure-preview .hero-marca-animation button {
  display:none; position:absolute; bottom:2px; right:14px; z-index:2; min-height:44px;
  padding:10px 14px; border:1px solid #bccbdf; border-radius:8px; color:#405978;
  background:#ffffffb8; font-size:.875rem; cursor:pointer;
}
.home-page.structure-preview .hero-marca-animation.is-ready:not(.is-motion-reduced) button { display:block; }
.home-page.structure-preview .hero-marca-animation button:hover { background:#fff; }
.home-page.structure-preview .hero-marca-animation button:focus-visible { outline:3px solid #195bd7; outline-offset:3px; }
