.elementor-850 .elementor-element.elementor-element-7d18eec{--display:flex;}body.elementor-page-850:not(.elementor-motion-effects-element-type-background), body.elementor-page-850 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ab7a87f );}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   SERVICES PAGE - GLOBAL STYLE
   ========================================================= */

.ft-services-intro {
  background:
    radial-gradient(circle at 18% 14%, rgba(241, 90, 36, .08), transparent 30%),
    linear-gradient(180deg, #050a14 0%, #07101f 100%);
}

.ft-services-intro .ft-title--page {
  color: #ffffff !important;
}

.ft-services-intro .ft-lead {
  margin-top: 52px;
  color: rgba(255,255,255,.84);
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.ft-services-head {
  max-width: 900px;
  margin-bottom: 46px;
}

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

.ft-services-lead {
  max-width: 780px;
  margin-top: 22px !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

/* Section backgrounds */

.ft-services-engineering {
  background:
    radial-gradient(circle at 82% 12%, rgba(241, 90, 36, .08), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(40, 85, 150, .14), transparent 36%),
    linear-gradient(180deg, #07101f 0%, #081426 100%);
}

.ft-services-facilities {
  background:
    radial-gradient(circle at 16% 18%, rgba(241, 90, 36, .08), transparent 30%),
    linear-gradient(180deg, #081426 0%, #050a14 100%);
}

.ft-services-cleanroom {
  background:
    radial-gradient(circle at 86% 18%, rgba(241, 90, 36, .08), transparent 30%),
    radial-gradient(circle at 14% 82%, rgba(40, 85, 150, .14), transparent 36%),
    linear-gradient(180deg, #050a14 0%, #081426 100%);
}

.ft-services-cleanroom-services {
  background:
    radial-gradient(circle at 12% 18%, rgba(241, 90, 36, .08), transparent 30%),
    linear-gradient(180deg, #081426 0%, #050a14 100%);
}

.ft-services-gallery {
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 36, .10), transparent 34%),
    linear-gradient(180deg, #050a14 0%, #07101f 100%);
}

/* Shared card style */

.ft-service-card,
.ft-facility-card,
.ft-cleanroom-service-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-service-card::before,
.ft-facility-card::before,
.ft-cleanroom-service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 16% 16%, rgba(241, 90, 36, .22), transparent 30%),
    linear-gradient(135deg, rgba(241, 90, 36, .13), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.ft-service-card:hover,
.ft-facility-card:hover,
.ft-cleanroom-service-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-service-card:hover::before,
.ft-facility-card:hover::before,
.ft-cleanroom-service-card:hover::before {
  opacity: 1;
}

.ft-service-card > *,
.ft-facility-card > *,
.ft-cleanroom-service-card > * {
  position: relative;
  z-index: 2;
}

/* Software section */

.ft-software-feature {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.ft-software-text {
  display: grid;
  gap: 22px;
}

.ft-service-card {
  padding: 30px 28px;
}

.ft-service-card .ft-card__num {
  display: inline-block;
  margin-bottom: 18px;
  color: #ff7a3d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}

.ft-service-card h3 {
  color: #ffffff;
  font-size: 24px !important;
  line-height: 1.16 !important;
  font-weight: 900;
  margin: 0 0 16px;
}

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

.ft-service-card p + p {
  margin-top: 14px;
}

.ft-software-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ft-software-image {
  min-height: 190px;
  background: rgba(6, 14, 28, .96);
  border: 1px solid rgba(75, 94, 125, .76);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-software-image--large {
  grid-column: span 2;
  min-height: 280px;
}

.ft-software-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Software strip */

.ft-software-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.ft-software-strip span {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(241, 90, 36, .34);
  background: rgba(241, 90, 36, .09);
  color: rgba(255,255,255,.94);
  font-size: 13px;
  font-weight: 850;
}

/* Facilities */

.ft-facilities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ft-facility-card {
  padding: 32px 30px;
}

.ft-facility-icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 20px;
  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));
}

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

.ft-facility-card h3 {
  color: #ffffff;
  font-size: 25px !important;
  line-height: 1.14 !important;
  margin: 0 0 18px;
}

.ft-list {
  margin: 0;
  padding-left: 18px;
}

.ft-list li {
  color: rgba(255,255,255,.82);
  font-size: 15px !important;
  line-height: 1.62 !important;
  margin-bottom: 10px;
}

.ft-list li::marker {
  color: #ff7a3d;
}

.ft-facilities-media {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.ft-image-card {
  border: 1px solid rgba(75, 94, 125, .76);
  background: rgba(6, 14, 28, .96);
  overflow: hidden;
  min-height: 250px;
}

.ft-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Specs */

.ft-specs--services,
.ft-specs--two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(75, 94, 125, .76);
  background: rgba(8, 18, 35, .86);
}

.ft-spec {
  padding: 24px 22px;
  border-right: 1px solid rgba(75, 94, 125, .55);
}

.ft-spec:last-child {
  border-right: none;
}

.ft-spec small {
  display: block;
  color: #ff7a3d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ft-spec strong {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.15;
}

/* Clean room */

.ft-cleanroom-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.ft-cleanroom-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ft-cleanroom-features span {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(241, 90, 36, .34);
  background: rgba(241, 90, 36, .09);
  color: rgba(255,255,255,.94);
  font-size: 13px;
  font-weight: 850;
}

.ft-cleanroom-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ft-cleanroom-image-main {
  grid-column: span 2;
}

/* Clean room service cards */

.ft-cleanroom-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ft-cleanroom-service-card {
  padding: 30px 28px;
}

.ft-service-pill {
  display: inline-block;
  margin-bottom: 22px;
  color: #ffffff;
  background: rgba(241, 90, 36, .16);
  border: 1px solid rgba(241, 90, 36, .42);
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* Gallery */

.ft-gallery-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
}

.ft-gallery-track::-webkit-scrollbar {
  height: 8px;
}

.ft-gallery-track::-webkit-scrollbar-track {
  background: rgba(255,255,255,.06);
}

.ft-gallery-track::-webkit-scrollbar-thumb {
  background: rgba(241, 90, 36, .65);
}

.ft-gallery-item {
  flex: 0 0 360px;
  height: 250px;
  border: 1px solid rgba(75, 94, 125, .76);
  background: rgba(6, 14, 28, .96);
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ft-gallery-item:hover {
  transform: translateY(-4px);
  border-color: #f15a24;
  box-shadow: 0 0 28px rgba(241, 90, 36, .18);
}

.ft-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */

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

  .ft-facilities-grid,
  .ft-cleanroom-services-grid {
    grid-template-columns: 1fr;
  }

  .ft-facilities-media {
    grid-template-columns: 1fr;
  }

  .ft-specs--services,
  .ft-specs--two {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ft-services-intro .ft-lead {
    margin-top: 22px;
  }

  .ft-services-head .ft-title--section {
    font-size: 32px !important;
  }

  .ft-services-lead {
    font-size: 14px !important;
  }

  .ft-software-media,
  .ft-cleanroom-media {
    grid-template-columns: 1fr;
  }

  .ft-software-image--large,
  .ft-cleanroom-image-main {
    grid-column: span 1;
  }

  .ft-specs--services,
  .ft-specs--two {
    grid-template-columns: 1fr;
  }

  .ft-spec {
    border-right: none;
    border-bottom: 1px solid rgba(75, 94, 125, .55);
  }

  .ft-spec:last-child {
    border-bottom: none;
  }

  .ft-gallery-item {
    flex-basis: 280px;
    height: 210px;
  }
}



/* =========================================================
   SERVICES - CONSULTANCY / SOFTWARE ASSETS CORRECTED
   Software nei riquadri + capabilities nei cerchi sopra
   ========================================================= */

.ft-services-engineering {
  background:
    radial-gradient(circle at 82% 12%, rgba(241, 90, 36, .08), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(40, 85, 150, .14), transparent 36%),
    linear-gradient(180deg, #07101f 0%, #081426 100%);
}

/* CERCHI CAPABILITIES IN ALTO */

.ft-capability-orbs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 34px 0 44px;
  align-items: center;
}

.ft-capability-orb {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 900;
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 90, 36, .24), rgba(8, 20, 40, .96) 68%);
  border: 1px solid rgba(241, 90, 36, .38);
  box-shadow:
    inset 0 0 18px rgba(241, 90, 36, .10),
    0 0 24px rgba(241, 90, 36, .15);
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.ft-capability-orb:hover {
  transform: translateY(-4px) scale(1.035);
  border-color: rgba(255, 122, 61, .78);
  box-shadow:
    inset 0 0 24px rgba(241, 90, 36, .16),
    0 0 34px rgba(241, 90, 36, .28);
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 90, 36, .34), rgba(8, 20, 40, .98) 68%);
}

/* GRID DEI 3 RIQUADRI SOFTWARE */

.ft-software-capabilities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ft-software-block {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .96), rgba(6, 14, 28, .98));
  border: 1px solid rgba(75, 94, 125, .76);
  display: flex;
  flex-direction: column;
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease,
    background .28s ease;
}

.ft-software-block--wide {
  grid-column: span 2;
  min-height: 470px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 28px;
  align-items: stretch;
}

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

.ft-software-block: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 34px rgba(241, 90, 36, .20),
    inset 0 0 26px rgba(241, 90, 36, .08);
  transform: translateY(-4px);
}

.ft-software-block:hover::before {
  opacity: 1;
}

.ft-software-block > * {
  position: relative;
  z-index: 2;
}

.ft-software-block-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* SOFTWARE NEI RETTANGOLINI DENTRO LE CARD */

.ft-software-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.ft-software-tools span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(241, 90, 36, .42);
  background: rgba(241, 90, 36, .11);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .02em;
  box-shadow: 0 0 14px rgba(241, 90, 36, .08);
  transition:
    background .22s ease,
    border-color .22s ease,
    color .22s ease,
    transform .22s ease;
}

.ft-software-block:hover .ft-software-tools span {
  border-color: rgba(255, 122, 61, .74);
  background: rgba(241, 90, 36, .18);
}

.ft-software-tools span:hover {
  transform: translateY(-2px);
  color: #ffb18d;
}

.ft-software-block h3 {
  color: #ffffff;
  font-size: 30px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em;
  font-weight: 950;
  margin: 0 0 20px;
}

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

/* IMMAGINI NON TAGLIATE */

.ft-software-block-media,
.ft-software-block-gallery img {
  border: 1px solid rgba(75, 94, 125, .76);
  background: rgba(6, 14, 28, .94);
}

.ft-software-block-media {
  min-height: 390px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.ft-software-block-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
}

.ft-software-block-gallery img {
  width: 100%;
  height: 250px;
  padding: 14px;
  object-fit: contain;
  display: block;
  transition:
    border-color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.ft-software-block-gallery img:hover,
.ft-software-block-media:hover {
  border-color: #f15a24;
  box-shadow: 0 0 22px rgba(241, 90, 36, .16);
}

/* Nasconde la vecchia strip se fosse rimasta per errore */
.ft-software-bottom-strip {
  display: none !important;
}

/* RESPONSIVE */

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

  .ft-software-block--wide {
    grid-column: span 1;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ft-software-block {
    min-height: auto;
  }

  .ft-software-block-media {
    min-height: 320px;
  }

  .ft-capability-orb {
    width: 108px;
    height: 108px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .ft-capability-orbs {
    gap: 12px;
    margin: 28px 0 34px;
  }

  .ft-capability-orb {
    width: 92px;
    height: 92px;
    padding: 12px;
    font-size: 11px;
  }

  .ft-software-block {
    padding: 26px 22px;
  }

  .ft-software-block h3 {
    font-size: 24px !important;
  }

  .ft-software-block p {
    font-size: 14px !important;
  }

  .ft-software-tools span {
    font-size: 13px;
    min-height: 34px;
    padding: 0 12px;
  }

  .ft-software-block-media {
    min-height: 240px;
    padding: 12px;
  }

  .ft-software-block-media img {
    max-height: 220px;
  }

  .ft-software-block-gallery img {
    height: 190px;
    padding: 10px;
  }
}


/* =========================================================
   SERVICES - FACILITIES & TEST BENCHES FINAL FIX
   Single icon + larger visible images
   ========================================================= */

.ft-services-facilities {
  background:
    radial-gradient(circle at 16% 18%, rgba(241, 90, 36, .08), transparent 30%),
    radial-gradient(circle at 84% 80%, rgba(40, 85, 150, .14), transparent 36%),
    linear-gradient(180deg, #081426 0%, #050a14 100%);
}

.ft-gse-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

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

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

.ft-gse-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 34px rgba(241, 90, 36, .20),
    inset 0 0 26px rgba(241, 90, 36, .08);
  transform: translateY(-4px);
}

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

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

.ft-gse-code {
  display: block;
  color: #ff7a3d;
  font-size: 32px !important;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(241, 90, 36, .24);
}

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

/* nuova riga: icona singola + elenco */
.ft-gse-services-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 24px;
  align-items: start;
}

.ft-gse-single-icon {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 1px solid rgba(241, 90, 36, .34);
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 90, 36, .16), transparent 64%),
    rgba(5, 10, 20, .42);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 0 20px rgba(241, 90, 36, .10),
    0 0 22px rgba(241, 90, 36, .12);
}

.ft-gse-single-icon img {
  width: 70px;
  height: 70px;
  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 14px rgba(241, 90, 36, .42));
  transition: transform .25s ease, filter .25s ease;
}

.ft-gse-card:hover .ft-gse-single-icon img {
  transform: scale(1.08);
  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, .68));
}

.ft-gse-bullet-list {
  margin: 0;
  padding-left: 20px;
}

.ft-gse-bullet-list li {
  color: rgba(255,255,255,.84);
  font-size: 15px !important;
  line-height: 1.62 !important;
  margin-bottom: 12px;
}

.ft-gse-bullet-list li::marker {
  color: #ff7a3d;
}

/* immagini più grandi e leggibili */
.ft-gse-image {
  margin-top: auto;
  padding-top: 42px;
}

.ft-gse-image img {
  width: 100%;
  height: 430px;
  object-fit: contain;
  display: block;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 90, 36, .055), transparent 40%),
    rgba(6, 14, 28, .94);
  border: 1px solid rgba(75, 94, 125, .76);
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.ft-gse-image img:hover {
  border-color: #f15a24;
  box-shadow: 0 0 28px rgba(241, 90, 36, .20);
  transform: translateY(-3px);
}

/* elimina vecchi layout */
.ft-gse-list,
.ft-gse-list-item,
.ft-facilities-media {
  display: none !important;
}

.ft-services-facilities .ft-specs--services {
  margin-top: 36px;
}

/* tablet */
@media (max-width: 1024px) {
  .ft-gse-grid {
    grid-template-columns: 1fr;
  }

  .ft-gse-card {
    min-height: auto;
  }

  .ft-gse-image img {
    height: 380px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .ft-gse-card {
    padding: 28px 24px;
  }

  .ft-gse-code {
    font-size: 25px !important;
  }

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

  .ft-gse-services-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ft-gse-single-icon {
    width: 86px;
    height: 86px;
  }

  .ft-gse-single-icon img {
    width: 58px;
    height: 58px;
  }

  .ft-gse-bullet-list li {
    font-size: 14px !important;
  }

  .ft-gse-image {
    padding-top: 30px;
  }

  .ft-gse-image img {
    height: 280px;
    padding: 14px;
  }
}

/* =========================================================
   SERVICES - GSE FINAL FIX UPDATED
   No hover movement + right column alignment
   ========================================================= */

/* Riga icona + testo */
.ft-gse-services-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  align-items: stretch;
}

/* Abbassa solo icona + lista della colonna destra */
.ft-gse-card:nth-child(2) .ft-gse-services-row {
  margin-top: 59px;
}

/* Contenitore icona senza cerchio */
.ft-gse-single-icon {
  width: 190px !important;
  height: auto !important;
  min-height: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Icone uniformi */
.ft-gse-single-icon img {
  width: 160px !important;
  height: 280px !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
  filter:
    brightness(0)
    saturate(100%)
    invert(61%)
    sepia(70%)
    saturate(1418%)
    hue-rotate(338deg)
    brightness(103%)
    contrast(98%)
    drop-shadow(0 0 16px rgba(241, 90, 36, .42));
  transition: filter .25s ease;
}

/* Seconda icona: posizione e scala fisse */
.ft-gse-card:nth-child(2) .ft-gse-single-icon img {
  transform: translateX(42px) scale(1.62);
  transform-origin: center center;
}

/* Hover: cambia solo luminosità, NON posizione o dimensione */
.ft-gse-card:hover .ft-gse-single-icon img {
  filter:
    brightness(0)
    saturate(100%)
    invert(78%)
    sepia(39%)
    saturate(1156%)
    hue-rotate(335deg)
    brightness(112%)
    contrast(101%)
    drop-shadow(0 0 24px rgba(255, 122, 61, .72));
}

/* Mantiene ferme le icone anche in hover */
.ft-gse-card:nth-child(1):hover .ft-gse-single-icon img {
  transform: none;
}

.ft-gse-card:nth-child(2):hover .ft-gse-single-icon img {
  transform: translateX(42px) scale(1.62);
}

/* Immagini GSE: grandi, senza container interno */
.ft-gse-image {
  margin-top: auto;
  padding-top: 50px;
  width: 100%;
}

/* Immagine piena quanto la colonna */
.ft-gse-image img {
  width: 158% !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
  padding: 0 !important;
  margin-left: 50%;
  transform: translateX(-50%);
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Rimuove movimento hover sulle immagini */
.ft-gse-image img:hover {
  transform: translateX(-50%) !important;
  border: none !important;
  box-shadow: none !important;
}

/* Più respiro verticale alle card per far vedere bene le immagini */
.ft-gse-card {
  min-height: 1180px;
}

/* Tablet */
@media (max-width: 1024px) {
  .ft-gse-card {
    min-height: auto;
  }

  .ft-gse-image img {
    width: 105% !important;
  }

  .ft-gse-card:nth-child(2) .ft-gse-services-row {
    margin-top: 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ft-gse-services-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ft-gse-single-icon {
    width: 100% !important;
    min-height: auto !important;
    justify-content: flex-start !important;
  }

  .ft-gse-single-icon img {
    width: 120px !important;
    height: auto !important;
    transform: none !important;
  }

  .ft-gse-card:nth-child(2) .ft-gse-single-icon img {
    transform: translateX(0) scale(1.15) !important;
  }

  .ft-gse-card:nth-child(2):hover .ft-gse-single-icon img {
    transform: translateX(0) scale(1.15) !important;
  }

  .ft-gse-card:nth-child(2) .ft-gse-services-row {
    margin-top: 0;
  }

  .ft-gse-image {
    padding-top: 38px;
  }

  .ft-gse-image img {
    width: 100% !important;
    margin-left: 0;
    transform: none !important;
  }

  .ft-gse-image img:hover {
    transform: none !important;
  }
}



/* =========================================================
   SERVICES - CLEAN ROOM ISO 7 REDESIGN
   ========================================================= */

.ft-services-cleanroom {
  background:
    radial-gradient(circle at 14% 18%, rgba(241, 90, 36, .08), transparent 30%),
    radial-gradient(circle at 82% 80%, rgba(40, 85, 150, .12), transparent 34%),
    linear-gradient(180deg, #07101f 0%, #081426 100%);
}

/* titolo */
.ft-services-cleanroom .ft-services-head {
  margin-bottom: 34px;
}

/* immagini in alto */
.ft-cleanroom-top-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
  margin-bottom: 26px;
}

.ft-cleanroom-top-image {
  overflow: hidden;
  border: 1px solid rgba(75, 94, 125, .76);
  background: rgba(6, 14, 28, .92);
  min-height: 320px;
}

.ft-cleanroom-top-image--wide {
  min-height: 320px;
}

.ft-cleanroom-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease;
}

.ft-cleanroom-top-image:hover {
  border-color: #f15a24;
  box-shadow: 0 0 24px rgba(241, 90, 36, .16);
}

.ft-cleanroom-top-image:hover img {
  transform: scale(1.03);
}

/* riga specifiche */
.ft-cleanroom-specs-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 34px;
  border: 1px solid rgba(75, 94, 125, .76);
}

.ft-cleanroom-spec {
  min-height: 82px;
  padding: 18px 18px 16px;
  border-right: 1px solid rgba(75, 94, 125, .76);
  background: rgba(8, 20, 40, .56);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ft-cleanroom-spec:last-child {
  border-right: none;
}

.ft-cleanroom-spec small {
  display: block;
  color: #8fa0bf;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ft-cleanroom-spec strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

/* blocco sotto con schema + testo */
.ft-cleanroom-layout-block {
  display: grid;
  grid-template-columns: 1.02fr 1.18fr;
  gap: 26px;
  align-items: stretch;
}

.ft-cleanroom-layout-image {
  border: 1px solid rgba(75, 94, 125, .76);
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 90, 36, .04), transparent 38%),
    rgba(7, 16, 31, .82);
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

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

.ft-cleanroom-layout-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ft-cleanroom-layout-intro {
  padding: 24px 26px;
  border: 1px solid rgba(75, 94, 125, .76);
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .96), rgba(6, 14, 28, .98));
}

.ft-cleanroom-layout-intro h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 28px !important;
  line-height: 1.1 !important;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.ft-cleanroom-layout-intro p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 15px !important;
  line-height: 1.68 !important;
}

/* colonne bullet */
.ft-cleanroom-feature-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ft-cleanroom-feature-box {
  padding: 24px 24px 22px;
  border: 1px solid rgba(75, 94, 125, .76);
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .96), rgba(6, 14, 28, .98));
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

.ft-cleanroom-feature-box:hover {
  border-color: #f15a24;
  box-shadow:
    0 0 0 1px rgba(241, 90, 36, .50),
    0 0 26px rgba(241, 90, 36, .12);
  transform: translateY(-3px);
}

.ft-cleanroom-feature-box h4 {
  margin: 0 0 16px;
  color: #ff7a3d;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 900;
  letter-spacing: .01em;
}

.ft-cleanroom-feature-box ul {
  margin: 0;
  padding-left: 18px;
}

.ft-cleanroom-feature-box li {
  margin-bottom: 10px;
  color: rgba(255,255,255,.85);
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.ft-cleanroom-feature-box li::marker {
  color: #ff7a3d;
}

/* responsive */
@media (max-width: 1024px) {
  .ft-cleanroom-top-gallery {
    grid-template-columns: 1fr;
  }

  .ft-cleanroom-specs-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .ft-cleanroom-layout-block {
    grid-template-columns: 1fr;
  }

  .ft-cleanroom-layout-image {
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .ft-cleanroom-top-image,
  .ft-cleanroom-top-image--wide {
    min-height: 220px;
  }

  .ft-cleanroom-specs-row {
    grid-template-columns: 1fr;
  }

  .ft-cleanroom-spec {
    border-right: none;
    border-bottom: 1px solid rgba(75, 94, 125, .76);
  }

  .ft-cleanroom-spec:last-child {
    border-bottom: none;
  }

  .ft-cleanroom-spec strong {
    font-size: 20px;
  }

  .ft-cleanroom-layout-image {
    padding: 18px;
    min-height: 260px;
  }

  .ft-cleanroom-layout-image img {
    max-height: 220px;
  }

  .ft-cleanroom-layout-intro {
    padding: 22px 20px;
  }

  .ft-cleanroom-layout-intro h3 {
    font-size: 23px !important;
  }

  .ft-cleanroom-layout-intro p {
    font-size: 14px !important;
  }

  .ft-cleanroom-feature-columns {
    grid-template-columns: 1fr;
  }

  .ft-cleanroom-feature-box {
    padding: 22px 20px;
  }
}

/* =========================================================
   SERVICES - CLEAN ROOM FADE SLIDER
   ========================================================= */

/* Nasconde il vecchio layout immagini, se esiste ancora */
.ft-cleanroom-top-gallery {
  display: none !important;
}

.ft-cleanroom-fade-slider {
  position: relative;
  width: 100%;
  height: 480px;
  margin: 0 0 30px;
  overflow: hidden;
  background: transparent;
}

/* sfumature sopra le immagini */
.ft-cleanroom-fade-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    linear-gradient(40deg, rgba(7, 16, 31, .82) 0%, rgba(7, 16, 31, .18) 28%, rgba(7, 16, 31, .18) 72%, rgba(7, 16, 31, .82) 100%),
    linear-gradient(190deg, rgba(7, 16, 31, .30) 0%, rgba(7, 16, 31, .05) 45%, rgba(7, 16, 31, .72) 100%);
}

.ft-cleanroom-fade-slider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, #081426 100%);
}

.ft-cleanroom-fade-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: ftCleanroomFade 15s infinite;
}

.ft-cleanroom-fade-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* leggero movimento premium */
.ft-cleanroom-fade-slide img {
  transform: scale(1.04);
  animation: ftCleanroomZoom 15s infinite ease-in-out;
}

.ft-cleanroom-fade-slide.slide-1 {
  animation-delay: 0s;
}

.ft-cleanroom-fade-slide.slide-2 {
  animation-delay: 5s;
}

.ft-cleanroom-fade-slide.slide-3 {
  animation-delay: 10s;
}

.ft-cleanroom-fade-slide.slide-1 img {
  animation-delay: 0s;
}

.ft-cleanroom-fade-slide.slide-2 img {
  animation-delay: 5s;
}

.ft-cleanroom-fade-slide.slide-3 img {
  animation-delay: 10s;
}

@keyframes ftCleanroomFade {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ftCleanroomZoom {
  0% {
    transform: scale(1.04);
  }

  40% {
    transform: scale(1.09);
  }

  100% {
    transform: scale(1.04);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ft-cleanroom-fade-slider {
    height: 280px;
    margin-bottom: 24px;
  }
}/* End custom CSS */