.elementor-848 .elementor-element.elementor-element-280f53c{--display:flex;}body.elementor-page-848:not(.elementor-motion-effects-element-type-background), body.elementor-page-848 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2719d07 );}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   ABOUT US - FIX LAYOUT / BACKGROUND / ALIGNMENT
   ========================================================= */

.ft-about-intro .ft-grid-2 {
  align-items: start;
}

.ft-about-intro .ft-lead {
  margin-top: 106px;
}

/* Sfondo blu/scuro per Mission & Vision */
.ft-about-mission {
  background:
    radial-gradient(circle at 15% 20%, rgba(241, 90, 36, .07), transparent 28%),
    linear-gradient(180deg, #07101f 0%, #081426 100%);
}

/* Sfondo blu/scuro per Values */
.ft-about-values {
  background:
    radial-gradient(circle at 85% 15%, rgba(241, 90, 36, .07), transparent 28%),
    linear-gradient(180deg, #081426 0%, #07101f 100%);
}

/* Card About più coerenti con Home */
.ft-about-mission .ft-card,
.ft-about-values .ft-card {
  background: rgba(8, 18, 35, 0.94);
  border: 1px solid rgba(75, 94, 125, 0.75);
  transition: all .28s ease;
}

.ft-about-mission .ft-card:hover,
.ft-about-values .ft-card:hover {
  border-color: #f15a24;
  box-shadow:
    0 0 0 1px rgba(241, 90, 36, .72),
    0 0 28px rgba(241, 90, 36, .24),
    inset 0 0 24px rgba(241, 90, 36, .08);
  transform: translateY(-4px);
}

/* Numeri e icone più visibili */
.ft-about-mission .ft-card__num,
.ft-about-values .ft-card__icon {
  color: #ff7a3d;
}

/* Mobile */
@media (max-width: 767px) {
  .ft-about-intro .ft-lead {
    margin-top: 20px;
  }
}
/* =========================================================
   ABOUT US - FACTS GRID COMPACT VERSION
   ========================================================= */

.ft-about-facts--compact {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ft-about-facts--compact .ft-about-fact {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 26px 22px;
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .96), rgba(6, 14, 28, .98));
  border: 1px solid rgba(75, 94, 125, .72);
  display: flex;
  flex-direction: column;
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease,
    background .25s ease;
}

.ft-about-facts--compact .ft-about-fact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(241, 90, 36, .16), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.035), transparent 42%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.ft-about-facts--compact .ft-about-fact:hover {
  border-color: #f15a24;
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(241, 90, 36, .55),
    0 0 24px rgba(241, 90, 36, .16),
    inset 0 0 20px rgba(241, 90, 36, .055);
}

.ft-about-facts--compact .ft-about-fact:hover::before {
  opacity: 1;
}

.ft-about-facts--compact .ft-about-fact-icon,
.ft-about-facts--compact .ft-about-fact-label,
.ft-about-facts--compact p,
.ft-about-facts--compact .ft-about-fact-link {
  position: relative;
  z-index: 2;
}

.ft-about-facts--compact .ft-about-fact-icon {
  width: 94px;
  height: 94px;
  margin-bottom: 24px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ft-about-facts--compact .ft-about-fact-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
  filter:
    brightness(0)
    saturate(100%)
    invert(61%)
    sepia(70%)
    saturate(1418%)
    hue-rotate(338deg)
    brightness(103%)
    contrast(98%)
    drop-shadow(0 0 8px rgba(241, 90, 36, .26));
  opacity: .92;
  transition: transform .25s ease, filter .25s ease, opacity .25s ease;
}

.ft-about-facts--compact .ft-about-fact:hover .ft-about-fact-icon img {
  transform: translateY(-2px) scale(1.06);
  opacity: 1;
  filter:
    brightness(0)
    saturate(100%)
    invert(78%)
    sepia(39%)
    saturate(1156%)
    hue-rotate(335deg)
    brightness(107%)
    contrast(98%)
    drop-shadow(0 0 12px rgba(255, 122, 61, .45));
}

.ft-about-facts--compact .ft-about-fact-label {
  display: block;
  margin-bottom: 16px;
  color: #ff7a3d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.ft-about-facts--compact .ft-about-fact p {
  color: rgba(255,255,255,.78);
  font-size: 13px !important;
  line-height: 1.62 !important;
  margin: 0;
}

.ft-about-facts--compact .ft-about-fact strong {
  color: #ffffff;
  font-weight: 900;
}

.ft-about-fact-link {
  margin-top: auto;
  padding-top: 22px;
  color: #ff7a3d;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  transition: color .22s ease, transform .22s ease;
}

.ft-about-fact-link:hover {
  color: #ffffff;
  transform: translateX(3px);
}

/* Tablet */
@media (max-width: 1024px) {
  .ft-about-facts--compact {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ft-about-facts--compact {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .ft-about-facts--compact .ft-about-fact {
    min-height: auto;
    padding: 24px;
  }
}

/* =========================================================
   ABOUT US - MISSION & VISION WITHOUT OUTER TITLE
   ========================================================= */

.ft-about-mission {
  background:
    radial-gradient(circle at 15% 20%, rgba(241, 90, 36, .08), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(40, 85, 150, .14), transparent 34%),
    linear-gradient(180deg, #07101f 0%, #081426 100%);
}

.ft-about-mission .ft-container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.ft-about-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ft-about-mv-card {
  position: relative;
  min-height: 470px;
  padding: 40px 36px;
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .96), rgba(6, 14, 28, .98));
  border: 1px solid rgba(75, 94, 125, .76);
  overflow: hidden;
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease,
    background .28s ease;
}

.ft-about-mv-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 12% 12%, rgba(241, 90, 36, .22), transparent 28%),
    linear-gradient(135deg, rgba(241, 90, 36, .14), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.ft-about-mv-card:hover {
  border-color: #f15a24;
  box-shadow:
    0 0 0 1px rgba(241, 90, 36, .65),
    0 0 30px rgba(241, 90, 36, .20),
    inset 0 0 24px rgba(241, 90, 36, .07);
  transform: translateY(-4px);
}

.ft-about-mv-card:hover::before {
  opacity: 1;
}

.ft-about-mv-card > * {
  position: relative;
  z-index: 2;
}

.ft-mv-title {
  color: #ff7a3d;
  font-size: 34px !important;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

.ft-about-mv-card h3 {
  color: #ffffff;
  font-size: 28px !important;
  line-height: 1.14 !important;
  letter-spacing: -0.035em;
  font-weight: 900;
  max-width: 560px;
  margin: 0 0 26px;
}

.ft-about-mv-card p {
  color: rgba(255,255,255,.84);
  font-size: 16px !important;
  line-height: 1.72 !important;
  margin: 0;
}

.ft-about-mv-card p + p {
  margin-top: 17px;
}

@media (max-width: 1024px) {
  .ft-about-mission-grid {
    grid-template-columns: 1fr;
  }

  .ft-about-mv-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .ft-about-mv-card {
    padding: 30px 24px;
  }

  .ft-mv-title {
    font-size: 30px !important;
  }

  .ft-about-mv-card h3 {
    font-size: 23px !important;
  }

  .ft-about-mv-card p {
    font-size: 14px !important;
  }
}









/* =========================================================
   ABOUT US - VALUES ICON GRID PREMIUM
   ========================================================= */

.ft-about-values {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(241, 90, 36, .10), transparent 30%),
    radial-gradient(circle at 12% 85%, rgba(40, 85, 150, .16), transparent 36%),
    linear-gradient(180deg, #081426 0%, #050a14 100%);
}

.ft-about-values::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 78%, transparent);
  pointer-events: none;
}

.ft-about-values .ft-container {
  position: relative;
  z-index: 2;
}

.ft-about-values .ft-eyebrow {
  color: #ff7a3d;
}

.ft-about-values .ft-title--section {
  max-width: 760px;
  font-size: clamp(36px, 4vw, 56px) !important;
  line-height: 1.05 !important;
  margin-bottom: 0;
}

/* Grid premium 6 values */

.ft-values-grid--icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
  width: 100%;
  align-items: stretch;
}

/* Card */

.ft-values-grid--icons .ft-value-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 34px 26px;
  background:
    linear-gradient(180deg, rgba(11, 24, 46, .94), rgba(5, 12, 25, .98));
  border: 1px solid rgba(75, 94, 125, .76);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease,
    background .28s ease;
}

.ft-values-grid--icons .ft-value-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 50% 20%, rgba(241, 90, 36, .24), transparent 30%),
    linear-gradient(135deg, rgba(255, 122, 61, .16), transparent 44%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.ft-values-grid--icons .ft-value-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #f15a24, transparent);
  opacity: 0;
  transition: opacity .28s ease;
}

.ft-values-grid--icons .ft-value-card:hover {
  border-color: #f15a24;
  background:
    linear-gradient(180deg, rgba(13, 29, 56, .98), rgba(6, 14, 28, .98));
  box-shadow:
    0 0 0 1px rgba(241, 90, 36, .65),
    0 0 34px rgba(241, 90, 36, .23),
    inset 0 0 28px rgba(241, 90, 36, .08);
  transform: translateY(-5px);
}

.ft-values-grid--icons .ft-value-card:hover::before,
.ft-values-grid--icons .ft-value-card:hover::after {
  opacity: 1;
}

.ft-values-grid--icons .ft-value-card > * {
  position: relative;
  z-index: 2;
}

/* Icon circle */

.ft-value-icon-img {
  width: 116px;
  height: 116px;
  margin-bottom: 26px;
  border-radius: 50%;
  border: 1px solid rgba(241, 90, 36, .28);
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 90, 36, .18), transparent 64%),
    rgba(5, 10, 20, .42);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 0 18px rgba(241, 90, 36, .08),
    0 0 18px rgba(241, 90, 36, .08);
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

.ft-values-grid--icons .ft-value-card:hover .ft-value-icon-img {
  border-color: rgba(255, 122, 61, .78);
  box-shadow:
    inset 0 0 22px rgba(241, 90, 36, .16),
    0 0 28px rgba(241, 90, 36, .26);
  transform: translateY(-3px);
}

.ft-value-icon-img img {
  width: 94px;
  height: 94px;
  object-fit: contain;
  display: block;
  filter:
    brightness(0)
    saturate(100%)
    invert(61%)
    sepia(70%)
    saturate(1418%)
    hue-rotate(338deg)
    brightness(103%)
    contrast(98%)
    drop-shadow(0 0 12px rgba(241, 90, 36, .34));
  transition:
    transform .25s ease,
    filter .25s ease,
    opacity .25s ease;
}

.ft-values-grid--icons .ft-value-card:hover .ft-value-icon-img img {
  transform: scale(1.1);
  filter:
    brightness(0)
    saturate(100%)
    invert(78%)
    sepia(39%)
    saturate(1156%)
    hue-rotate(335deg)
    brightness(112%)
    contrast(101%)
    drop-shadow(0 0 20px rgba(255, 122, 61, .72));
}

/* Value titles */

.ft-values-grid--icons .ft-value-card h3 {
  color: #ffffff;
  font-size: 25px !important;
  line-height: 1.1 !important;
  letter-spacing: .02em;
  font-weight: 950;
  margin: 0;
  text-transform: uppercase;
}

.ft-values-grid--icons .ft-value-card:hover h3 {
  color: #ffffff;
  text-shadow:
    0 0 14px rgba(255,255,255,.14),
    0 0 24px rgba(241, 90, 36, .32);
}

/* Tablet */

@media (max-width: 1024px) {
  .ft-values-grid--icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-values-grid--icons .ft-value-card {
    min-height: 210px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .ft-about-values .ft-title--section {
    font-size: 32px !important;
  }

  .ft-values-grid--icons {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }

  .ft-values-grid--icons .ft-value-card {
    min-height: 180px;
    padding: 28px 22px;
  }

  .ft-value-icon-img {
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
  }

  .ft-value-icon-img img {
    width: 48px;
    height: 48px;
  }

  .ft-values-grid--icons .ft-value-card h3 {
    font-size: 22px !important;
  }
}



.ft-about-values .ft-title--section {
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 950 !important;
  text-shadow:
    0 0 18px rgba(255,255,255,.16),
    0 0 34px rgba(241, 90, 36, .24);
}



/* =========================================================
   ABOUT US - INDUSTRIAL NETWORK UPDATED
   ========================================================= */

.ft-about-network {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(241, 90, 36, .08), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(40, 85, 150, .16), transparent 36%),
    linear-gradient(180deg, #050a14 0%, #081426 100%);
}

.ft-about-network::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.ft-about-network .ft-container {
  position: relative;
  z-index: 2;
}

.ft-network-head {
  max-width: 900px;
  margin-bottom: 42px;
}

.ft-network-head .ft-title--section {
  color: #ffffff !important;
  font-size: clamp(36px, 4vw, 56px) !important;
  line-height: 1.05 !important;
}

.ft-network-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.ft-network-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .96), rgba(6, 14, 28, .98));
  border: 1px solid rgba(75, 94, 125, .76);
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease,
    background .28s ease;
}

.ft-network-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 16% 16%, rgba(241, 90, 36, .20), transparent 30%),
    linear-gradient(135deg, rgba(241, 90, 36, .12), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.ft-network-card:hover {
  border-color: #f15a24;
  background:
    linear-gradient(180deg, rgba(13, 29, 56, .98), rgba(6, 14, 28, .98));
  box-shadow:
    0 0 0 1px rgba(241, 90, 36, .62),
    0 0 30px rgba(241, 90, 36, .18),
    inset 0 0 24px rgba(241, 90, 36, .07);
  transform: translateY(-4px);
}

.ft-network-card:hover::before {
  opacity: 1;
}

.ft-network-card > * {
  position: relative;
  z-index: 2;
}

/* Primo riquadro senza icona */

.ft-network-card--intent {
  min-height: 390px;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ft-network-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #ff7a3d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ft-network-card h3 {
  color: #ffffff;
  font-size: 25px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.025em;
  font-weight: 900;
  margin: 0 0 18px;
}

.ft-network-card p {
  color: rgba(255,255,255,.84);
  font-size: 15px !important;
  line-height: 1.68 !important;
  margin: 0;
}

.ft-network-card p + p {
  margin-top: 16px;
}

/* Immagine mappa */

.ft-network-image-box {
  min-height: 390px;
  border: 1px solid rgba(75, 94, 125, .76);
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 90, 36, .08), transparent 34%),
    linear-gradient(180deg, rgba(10, 22, 42, .72), rgba(6, 14, 28, .94));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow: hidden;
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

.ft-network-image-box:hover {
  border-color: #f15a24;
  box-shadow:
    0 0 0 1px rgba(241, 90, 36, .55),
    0 0 30px rgba(241, 90, 36, .18);
  transform: translateY(-4px);
}

.ft-network-image-box img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
  display: block;
}

/* Partner cards */

.ft-network-partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.ft-network-card--partners {
  padding: 32px 30px;
  min-height: 270px;
}

.ft-network-card--partners h3 {
  font-size: 24px !important;
}

/* Nomi partner più grandi */

.ft-partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.ft-partner-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(241, 90, 36, .34);
  background: rgba(241, 90, 36, .09);
  color: rgba(255,255,255,.94);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .01em;
  transition:
    border-color .22s ease,
    background .22s ease,
    color .22s ease,
    transform .22s ease;
}

.ft-partner-list span:hover {
  border-color: rgba(241, 90, 36, .75);
  background: rgba(241, 90, 36, .16);
  color: #ffffff;
  transform: translateY(-2px);
}

.ft-partner-list--academic span {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.94);
  font-size: 14px;
}

/* Tablet */

@media (max-width: 1024px) {
  .ft-network-layout,
  .ft-network-partners-grid {
    grid-template-columns: 1fr;
  }

  .ft-network-card--intent {
    min-height: auto;
  }

  .ft-network-image-box {
    min-height: 340px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .ft-network-head .ft-title--section {
    font-size: 32px !important;
  }

  .ft-network-card--intent,
  .ft-network-card--partners {
    padding: 28px 24px;
  }

  .ft-network-card h3 {
    font-size: 22px !important;
  }

  .ft-network-card p {
    font-size: 14px !important;
  }

  .ft-network-image-box {
    min-height: 260px;
    padding: 12px;
  }

  .ft-network-image-box img {
    max-height: 240px;
  }

  .ft-partner-list span,
  .ft-partner-list--academic span {
    font-size: 13px;
    min-height: 32px;
    padding: 0 12px;
  }
}/* End custom CSS */