:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ab8863b *//* 1. il gradiente con il punto luminoso */
background: linear-gradient(
  90deg,
  #1A1714 0%,
  #1A1714 10%,
  #C8A56A 25%,
  #F0D898 30%,
  #C8A56A 35%,
  #1A1714 50%,
  #1A1714 100%
);

/* 2. il gradiente parcheggiato fuori campo a destra */
background-size: 200% 100%;
background-position: right center;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
transition: background-position .8s cubic-bezier(.16,1,.3,1);

/* 3. al hover: scivola verso sinistra */
/* [elemento]:hover [testo] { background-position: left center; } *//* End custom CSS */