.elementor-kit-6{--e-global-color-primary:#0D1F45;--e-global-color-secondary:#F5A020;--e-global-color-text:#080F22;--e-global-color-accent:#F4F2ED;--e-global-color-1d48498:#152958;--e-global-color-3857b9d:#5A6478;--e-global-color-6811cea:#FFFFFF;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:-2px;--e-global-typography-secondary-font-family:"Barlow Condensed";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.8px;--e-global-typography-accent-font-family:"Barlow Condensed";--e-global-typography-accent-font-size:10px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:2.5px;--e-global-typography-c4014f6-font-family:"Barlow Condensed";--e-global-typography-c4014f6-font-size:24px;--e-global-typography-c4014f6-font-weight:700;--e-global-typography-73c6f66-font-family:"Barlow Condensed";--e-global-typography-73c6f66-font-size:11px;--e-global-typography-73c6f66-font-weight:600;--e-global-typography-73c6f66-text-transform:uppercase;--e-global-typography-73c6f66-letter-spacing:1.2px;font-family:"Barlow", Sans-serif;font-size:14px;font-weight:300;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#F5A020;font-family:"Barlow Condensed", Sans-serif;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#0D1F45;padding:13px 28px 13px 28px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#E8940F;color:#0D1F45;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Barlow Condensed", Sans-serif;font-size:72px;font-weight:900;text-transform:uppercase;line-height:0.9px;letter-spacing:-2px;}.elementor-kit-6 h2{font-family:"Barlow Condensed", Sans-serif;font-size:40px;font-weight:800;}.elementor-kit-6 h3{font-family:"Barlow Condensed", Sans-serif;font-size:18px;text-transform:uppercase;letter-spacing:0.5px;}.elementor-kit-6 h4{font-family:"Barlow Condensed", Sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;}.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-kit-6{font-size:14px;}.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:13px;line-height:1.8em;}.elementor-kit-6 h2{font-size:28px;line-height:0.95em;letter-spacing:-0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Smooth scroll */
html { scroll-behavior: smooth; }

/* Reset spazio tra sezioni Elementor */
.elementor-section { margin-bottom: 0 !important; }
.e-con { margin-bottom: 0 !important; }

/* Tag / etichetta arancione con linea */
.ada-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #F5A020;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.ada-tag::before {
  content: '';
  width: 18px;
  height: 1px;
  background: #F5A020;
  flex-shrink: 0;
}

/* Divisore arancione sotto i titoli */
.ada-divider {
  width: 32px;
  height: 3px;
  background: #F5A020;
  margin: 16px 0;
}

/* Testo outline (numeri grandi navy) */
.ada-outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(13,31,69,.15);
}

/* Testo outline bianco (su sfondo navy) */
.ada-outline-white {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.15);
}

/* Transizione hover immagini */
.elementor-widget-image img {
  transition: transform 0.6s ease;
}
.elementor-widget-image:hover img {
  transform: scale(1.03);
}/* End custom CSS */