.elementor-kit-6{--e-global-color-primary:#FF6037;--e-global-color-secondary:#342322;--e-global-color-text:#000000;--e-global-color-accent:#733635;--e-global-color-1dbac9c:#F5F4ED;--e-global-color-be83114:#ECECDC;--e-global-color-39e1773:#A0C9CB;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Azeret Mono";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Azeret Mono";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Syne";--e-global-typography-accent-font-weight:800;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:400;line-height:1.65em;letter-spacing:0em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Montserrat", Sans-serif;font-size:72px;font-weight:300;line-height:1.08em;letter-spacing:0.08em;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;font-size:42px;font-weight:500;line-height:1.15em;}.elementor-kit-6 h3{font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:500;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* CSS Globale Elementor — usa classi diverse per i due contesti */

/* Classe "btn-liquid" → su sfondo bianco */
.btn-liquid .elementor-button {
  background: linear-gradient(135deg, #342322 0%, #FF6037 50%, #733635 100%) !important;
  background-size: 200% 200% !important;
  animation: liquidShift 4s ease infinite !important;
  border: none !important;
  border-radius: 50px !important;
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(102,126,234,0.4) !important;
  overflow: hidden;
  position: relative;
}
@keyframes liquidShift {
  0%,100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* Classe "btn-glass" → su sfondo foto/colore */
.btn-glass  .elementor-button {
  background: rgba(255,255,255,0.15) !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-radius: 50px !important;
  color: #fff !important;
  box-shadow: 
    0 8px 32px rgba(0,0,0,0.2),
    inset 0 1px 0 rgba(255,255,255,0.45) !important;
}/* End custom CSS */