.elementor-kit-308{--e-global-color-primary:#702580;--e-global-color-secondary:#322E34;--e-global-color-text:#000000;--e-global-color-accent:#702580;--e-global-color-5a70b38e:#FFFFFF;--e-global-color-2d287cb0:#000000;--e-global-color-c04424e:#702580;--e-global-color-8681d68:#F7F7F7;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;font-family:"Source Sans 3", Sans-serif;font-size:16px;line-height:24px;}.elementor-kit-308 e-page-transition{background-color:#FFBC7D;}.elementor-kit-308 a{font-family:"Open Sans", Sans-serif;}.elementor-kit-308 h1{font-family:"DM Sans", Sans-serif;}.elementor-kit-308 h2{font-family:"DM Sans", Sans-serif;}.elementor-kit-308 h3{font-family:"DM Sans", Sans-serif;}.elementor-kit-308 h4{font-family:"Open Sans", Sans-serif;}.elementor-kit-308 h5{font-family:"Source Sans 3", Sans-serif;}.elementor-kit-308 h6{font-family:"Source Sans 3", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:578px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1),
              transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.highlight-quote {
  background: #F3E8F7;
  border-left: 3px solid #7B2D8B;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-top: 8px;
}

.highlight-quote p {
  margin: 0;
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: #1A1A1A !important;
}

/* ========= TESTO VIOLA ========= */
.neo-purple{
  color: #7D3FA2;      /* cambia HEX se vuoi */
  font-weight: 700;    /* opzionale */
}

/* ========= MARKER ========= */

.neo-scroll-color {
  --progress: 0;
  color: rgb(
    calc(0 + (124 - 0) * var(--progress)),
    calc(0 + (58 - 0) * var(--progress)),
    calc(0 + (180 - 0) * var(--progress))
  );
  transition: color 0.05s linear;
}/* End custom CSS */