.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* SOLO FRONTEND – esclude Elementor editor */
body:not(.elementor-editor-active) .elementor-button,
body:not(.elementor-editor-active) .elementor-button:hover {

  background:
    linear-gradient(
      135deg,
      #a67c1b 0%,
      #d8b45a 20%,
      #f1da97 38%,
      #c9a24d 50%,
      #e6c873 62%,
      #b8902e 78%,
      #8f6b13 100%
    ) !important;

  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;

  border: none;
}

/* base button */
body:not(.elementor-editor-active) .elementor-button{
  position: relative;
  overflow: hidden;
}

/* pseudo-elemento shine */
body:not(.elementor-editor-active) .elementor-button::before{
  content: "";
  position: absolute;
  inset: -20%;

  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255,255,255,.35) 45%,
    rgba(255,255,255,.75) 50%,
    rgba(255,255,255,.35) 55%,
    transparent 70%
  );

  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 1;
  will-change: transform;
}

/* HOVER → animazione (una volta per hover) */
body:not(.elementor-editor-active) .elementor-button:hover::before{
  opacity: 1;
  animation: goldShineOnce 1.8s cubic-bezier(.22,.61,.36,1);
}

@keyframes goldShineOnce{
  to { transform: translateX(120%); }
}/* End custom CSS */