.cta-band::before {
  content: ""; position: absolute; inset: -2%; z-index: 0;
  background: url(../../img/bg/d385da10-ebee-4087-b248-47562facfe52.jpg) center 32% / cover no-repeat;
  transform-origin: 68% 34%;
  animation: ctaZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}

/* Jura hero: align the copy under the breadcrumb's "Jura", nudge machine right to rebalance */
  .hero .hero-grid { gap: 24px; padding-top: 10px; }

.hero .hero-copy { margin-left: 131px; }

@media (max-width: 880px){ .hero .hero-copy { margin-left: 0; } }
