.elementor-701 .elementor-element.elementor-element-7cefc0b{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-701 .elementor-element.elementor-element-7cefc0b:not(.elementor-motion-effects-element-type-background), .elementor-701 .elementor-element.elementor-element-7cefc0b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ab7a87f );}.elementor-701 .elementor-element.elementor-element-d4f4889{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-701 .elementor-element.elementor-element-d4f4889:not(.elementor-motion-effects-element-type-background), .elementor-701 .elementor-element.elementor-element-d4f4889 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ab7a87f );}.elementor-701 .elementor-element.elementor-element-665357f{width:100%;max-width:100%;}.elementor-701 .elementor-element.elementor-element-665357f > .elementor-widget-container{background-color:var( --e-global-color-2719d07 );margin:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-701 .elementor-element.elementor-element-7cefc0b{--min-height:0px;}}@media(min-width:768px){.elementor-701 .elementor-element.elementor-element-7cefc0b{--width:100%;}}/* Start custom CSS *//* =========================================================
   FINIS TERRAE - HOME GLOBAL CSS
   Versione aggiornata: hover hero più arancione + icone arancioni
   ========================================================= */

:root {
  --ft-bg: #050a14;
  --ft-bg-soft: #081122;
  --ft-card: #0b162b;
  --ft-border: rgba(75, 94, 125, 0.75);
  --ft-border-soft: rgba(255,255,255,.14);
  --ft-white: #ffffff;
  --ft-text: rgba(255,255,255,.88);
  --ft-muted: rgba(255,255,255,.78);
  --ft-muted-soft: rgba(255,255,255,.64);
  --ft-orange: #f15a24;
  --ft-orange-light: #ff7a3d;
  --ft-orange-glow: rgba(241, 90, 36, .42);
  --ft-font: "Inter", "Arial", sans-serif;
}

/* BASE */

body {
  background: var(--ft-bg);
}

.ft-hero,
.ft-section,
.ft-cta-section {
  font-family: var(--ft-font);
  color: var(--ft-white);
  background: var(--ft-bg);
}

.ft-hero *,
.ft-section *,
.ft-cta-section * {
  box-sizing: border-box;
}

.ft-container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.ft-section {
  padding: 74px 0;
  position: relative;
}

.ft-section + .ft-section {
  border-top: 1px solid var(--ft-border-soft);
}

.ft-section-head {
  max-width: 800px;
  margin-bottom: 44px;
}

.overline,
.ft-tagline {
  color: var(--ft-orange-light);
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 3px;
  margin-bottom: 17px;
}

/* TITOLI */

.ft-hero h1 {
  color: var(--ft-white);
  font-size: clamp(38px, 4.6vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em;
  font-weight: 950;
  margin: 0 0 26px;
}

.ft-section h2,
.ft-cta-section h2 {
  color: var(--ft-white);
  font-size: clamp(32px, 3.5vw, 50px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em;
  font-weight: 950;
  margin: 0;
}

.ft-section h3 {
  color: var(--ft-white);
  font-size: 21px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.02em;
  margin: 0 0 15px;
  font-weight: 850;
}

/* TESTI */

.ft-section p,
.ft-cta-section p {
  color: var(--ft-muted);
  font-size: 15px !important;
  line-height: 1.66 !important;
  margin: 0;
}

.ft-section-head p {
  color: var(--ft-text);
}

.ft-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

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

.text-center {
  text-align: center;
}

/* BUTTONS */

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 850;
  transition: all .25s ease;
}

.btn-primary {
  background: var(--ft-orange);
  color: var(--ft-white);
  border: 1px solid var(--ft-orange);
}

.btn-primary:hover {
  background: #ff6a31;
  color: var(--ft-white);
  transform: translateY(-3px);
  box-shadow: 0 0 24px rgba(241, 90, 36, .30);
}

.btn-secondary {
  background: transparent;
  color: var(--ft-orange-light);
  border: 1px solid var(--ft-orange);
}

.btn-secondary:hover {
  background: rgba(241, 90, 36, .12);
  color: var(--ft-white);
  transform: translateY(-3px);
}

/* =========================================================
   SEZIONE 1 - HERO
   ========================================================= */

.ft-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 96px 0 78px;
}

.ft-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ft-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ft-hero-bg .overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,10,20,.94) 0%, rgba(5,10,20,.58) 45%, rgba(5,10,20,.82) 100%),
    linear-gradient(180deg, rgba(5,10,20,.30) 0%, rgba(5,10,20,.95) 100%);
}

.ft-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 58px;
  align-items: center;
}

.ft-tagline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ft-tagline .line {
  display: inline-block;
  width: 44px;
  height: 1px;
  background: var(--ft-orange);
}

.ft-hero p {
  max-width: 680px;
  color: var(--ft-text);
  font-size: 16px !important;
  line-height: 1.66 !important;
  margin-bottom: 34px;
}

.ft-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* HERO STATS - EFFETTO PIÙ VISIBILE */

.ft-hero .stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 24px;
}

.ft-hero .stat-card,
.ft-hero .stats > div {
  position: relative;
  overflow: hidden;
  border-left: 2px solid rgba(241, 90, 36, 0.95);
  padding: 18px 18px 18px 20px;
  background: rgba(8, 18, 35, .34);
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease,
    background .25s ease;
}

.ft-hero .stat-card::before,
.ft-hero .stats > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(241, 90, 36, .34), rgba(241, 90, 36, .08) 42%, transparent 100%),
    radial-gradient(circle at 0% 50%, rgba(255, 122, 61, .55), transparent 42%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.ft-hero .stat-card::after,
.ft-hero .stats > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 3px;
  background: var(--ft-orange-light);
  box-shadow:
    0 0 12px rgba(255, 122, 61, .95),
    0 0 28px rgba(241, 90, 36, .75);
  opacity: .75;
  transition: opacity .25s ease, width .25s ease;
}

.ft-hero .stat-card:hover,
.ft-hero .stats > div:hover {
  border-color: var(--ft-orange-light);
  background: rgba(241, 90, 36, .13);
  box-shadow:
    -10px 0 34px rgba(241, 90, 36, .38),
    0 0 0 1px rgba(241, 90, 36, .38),
    inset 0 0 24px rgba(241, 90, 36, .13);
  transform: translateX(6px);
}

.ft-hero .stat-card:hover::before,
.ft-hero .stats > div:hover::before {
  opacity: 1;
}

.ft-hero .stat-card:hover::after,
.ft-hero .stats > div:hover::after {
  opacity: 1;
  width: 5px;
}

.ft-hero .stat-card span,
.ft-hero .stats > div span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 6px;
  color: var(--ft-orange-light);
  font-size: 11px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.ft-hero .stat-card strong,
.ft-hero .stats > div strong {
  position: relative;
  z-index: 2;
  display: block;
  color: var(--ft-white);
  font-size: 25px !important;
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(255,255,255,.12);
}

.ft-hero .stat-card:hover span,
.ft-hero .stats > div:hover span {
  color: #ff9a65;
}

.ft-hero .stat-card:hover strong,
.ft-hero .stats > div:hover strong {
  color: #ffffff;
  text-shadow:
    0 0 12px rgba(255,255,255,.18),
    0 0 22px rgba(241, 90, 36, .30);
}

.ft-hero .stat-card-wide {
  grid-column: span 2;
}

.ft-hero .stat-card-wide strong {
  font-size: 23px !important;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--ft-orange-light);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 5px;
}

/* =========================================================
   CARD HOVER GLOBALE
   ========================================================= */

.ft-card-hover,
.ft-pillars .card,
.ft-paper-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ft-border);
  background: rgba(8, 18, 35, 0.94);
  transition: all .28s ease;
}

.ft-card-hover:hover,
.ft-pillars .card:hover,
.ft-paper-card:hover {
  border-color: var(--ft-orange);
  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);
  background: rgba(10, 23, 44, 0.98);
}

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

.ft-card-hover:hover::before,
.ft-pillars .card:hover::before,
.ft-paper-card:hover::before {
  opacity: 1;
}

.ft-pillars .card > *,
.ft-paper-card > * {
  position: relative;
  z-index: 2;
}

/* =========================================================
   SEZIONE 2 - WHAT WE DO
   ========================================================= */

.ft-pillars {
  background:
    radial-gradient(circle at 20% 10%, rgba(241,90,36,.07), transparent 28%),
    var(--ft-bg);
}

.ft-pillars .card {
  min-height: 255px;
  padding: 32px 28px;
}

/* ICONE FORZATE IN ARANCIONE */

.ft-card-icon-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  margin-bottom: 28px;
  filter:
    brightness(0)
    saturate(100%)
    invert(53%)
    sepia(91%)
    saturate(1918%)
    hue-rotate(344deg)
    brightness(103%)
    contrast(96%)
    drop-shadow(0 0 12px rgba(241, 90, 36, .36));
  transition: transform .28s ease, filter .28s ease;
}

.ft-pillars .card:hover .ft-card-icon-img {
  transform: scale(1.1) translateY(-2px);
  filter:
    brightness(0)
    saturate(100%)
    invert(57%)
    sepia(96%)
    saturate(2100%)
    hue-rotate(340deg)
    brightness(112%)
    contrast(101%)
    drop-shadow(0 0 22px rgba(255, 122, 61, .78));
}

/* =========================================================
   HOME - SEZIONE SPIRAL APPROACH
   Layout: title full-width + text left / image right + cards below
   ========================================================= */

.ft-spiral-approach {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 22%, rgba(241, 90, 36, .09), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(55, 120, 210, .13), transparent 36%),
    linear-gradient(180deg, #050a14 0%, #07101f 52%, #050a14 100%) !important;
}

.ft-spiral-approach::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
  pointer-events: none;
}

.ft-spiral-approach .ft-container {
  position: relative;
  z-index: 2;
}

/* Header full-width */
.ft-spiral-head {
  width: 100%;
  margin-bottom: 56px;
}

.ft-spiral-head .overline {
  color: #ff7a3d !important;
  font-size: 12px !important;
  font-weight: 950;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ft-spiral-head h2 {
  width: 100%;
  max-width: 1120px;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(46px, 5.8vw, 82px) !important;
  line-height: .95 !important;
  letter-spacing: -0.065em;
  font-weight: 950;
}

/* Main two-column content */
.ft-spiral-main {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 48px;
  align-items: stretch;
}

.ft-spiral-content {
  position: relative;
  padding: 34px 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .92), rgba(6, 14, 28, .98));
  border: 1px solid rgba(75, 94, 125, .72);
  box-shadow:
    0 22px 58px rgba(0,0,0,.20),
    inset 0 0 26px rgba(55, 120, 210, .045);
}

.ft-spiral-content::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 12% 18%, rgba(241, 90, 36, .18), transparent 34%),
    linear-gradient(135deg, rgba(241,90,36,.08), transparent 46%);
  opacity: .65;
  pointer-events: none;
}

.ft-spiral-content > * {
  position: relative;
  z-index: 2;
}

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

.ft-spiral-content p:last-child {
  margin-bottom: 0;
}

/* Image right */
.ft-spiral-visual {
  position: relative;
}

.ft-spiral-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  height: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 90, 36, .10), transparent 44%),
    linear-gradient(180deg, rgba(10, 22, 42, .90), rgba(6, 14, 28, .98));
  border: 1px solid rgba(75, 94, 125, .76);
  box-shadow:
    0 26px 72px rgba(0,0,0,.28),
    inset 0 0 32px rgba(55, 120, 210, .05);
}

.ft-spiral-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: .35;
  pointer-events: none;
}

.ft-spiral-image-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 24px 54px rgba(0,0,0,.46))
    drop-shadow(0 0 20px rgba(241,90,36,.10));
  transition:
    transform .35s ease,
    filter .35s ease;
}

.ft-spiral-image-wrap:hover img {
  transform: scale(1.025);
  filter:
    drop-shadow(0 30px 64px rgba(0,0,0,.54))
    drop-shadow(0 0 28px rgba(241,90,36,.18));
}

/* Cards below */
.ft-spiral-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ft-spiral-points > div {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding: 24px 22px 22px;
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .94), rgba(6, 14, 28, .98));
  border: 1px solid rgba(75, 94, 125, .72);
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.ft-spiral-points > div::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 12% 16%, rgba(241, 90, 36, .20), transparent 32%),
    linear-gradient(135deg, rgba(241,90,36,.10), transparent 44%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.ft-spiral-points > div:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 90, 36, .72);
  box-shadow:
    0 0 0 1px rgba(241,90,36,.28),
    0 0 24px rgba(241,90,36,.12);
}

.ft-spiral-points > div:hover::before {
  opacity: 1;
}

.ft-spiral-points > div > * {
  position: relative;
  z-index: 2;
}

.ft-spiral-points span {
  display: block;
  margin-bottom: 14px;
  color: #ff7a3d;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.7px;
}

.ft-spiral-points strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff !important;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.02em;
}

.ft-spiral-points p {
  margin: 0;
  color: rgba(255,255,255,.72) !important;
  font-size: 13px !important;
  line-height: 1.58 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .ft-spiral-head {
    margin-bottom: 42px;
  }

  .ft-spiral-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ft-spiral-content {
    padding: 30px 26px;
  }

  .ft-spiral-image-wrap {
    min-height: 470px;
  }

  .ft-spiral-image-wrap img {
    max-height: 430px;
  }

  .ft-spiral-points {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ft-spiral-points > div {
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ft-spiral-head {
    margin-bottom: 32px;
  }

  .ft-spiral-head h2 {
    font-size: 34px !important;
    line-height: 1.02 !important;
  }

  .ft-spiral-main {
    gap: 22px;
  }

  .ft-spiral-content {
    padding: 26px 20px;
  }

  .ft-spiral-content p {
    font-size: 14px !important;
  }

  .ft-spiral-image-wrap {
    min-height: 340px;
    padding: 18px;
  }

  .ft-spiral-image-wrap img {
    max-height: 300px;
  }

  .ft-spiral-points {
    margin-top: 24px;
  }

  .ft-spiral-points > div {
    padding: 20px 18px;
  }
}

/* =========================================================
   SEZIONE 3 - ENVIRONMENT
   ========================================================= */

.ft-environment {
  background:
    radial-gradient(circle at 20% 50%, rgba(241,90,36,.065), transparent 30%),
    var(--ft-bg);
}

.env-visual-png {
  position: relative;
  width: min(320px, 100%);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(75, 94, 125, 0.78);
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 90, 36, .13), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(8, 18, 35, .96), rgba(5, 10, 20, .98) 68%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all .28s ease;
}

.env-visual-png:hover {
  border-color: var(--ft-orange);
  box-shadow:
    0 0 0 1px rgba(241, 90, 36, .65),
    0 0 34px rgba(241, 90, 36, .24),
    inset 0 0 26px rgba(241, 90, 36, .09);
  transform: translateY(-4px);
}

.env-glow-ring {
  position: absolute;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  border: 1px dashed rgba(241, 90, 36, .38);
  animation: ftEnvRotate 24s linear infinite;
}

.env-glow-ring::before {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  border: 1px solid rgba(241, 90, 36, .16);
}

/* anche environment viene resa arancione */

.ft-env-icon-img {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
  filter:
    brightness(0)
    saturate(100%)
    invert(53%)
    sepia(91%)
    saturate(1918%)
    hue-rotate(344deg)
    brightness(103%)
    contrast(96%)
    drop-shadow(0 0 20px rgba(241, 90, 36, .46));
  animation: ftEnvFloat 4.8s ease-in-out infinite;
  transition: filter .28s ease, transform .28s ease;
}

.env-visual-png:hover .ft-env-icon-img {
  filter:
    brightness(0)
    saturate(100%)
    invert(57%)
    sepia(96%)
    saturate(2100%)
    hue-rotate(340deg)
    brightness(112%)
    contrast(101%)
    drop-shadow(0 0 32px rgba(255, 122, 61, .82));
}

.env-text {
  max-width: 540px;
}

.env-text h2 {
  margin-bottom: 22px;
}

@keyframes ftEnvRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes ftEnvFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.02); }
}

/* =========================================================
   SEZIONE 4 - PAPERS
   ========================================================= */

.ft-papers {
  background:
    radial-gradient(circle at 80% 10%, rgba(241,90,36,.07), transparent 30%),
    linear-gradient(180deg, #050a14 0%, #07101f 100%);
  border-top: 1px solid var(--ft-border-soft);
  border-bottom: 1px solid var(--ft-border-soft);
}

.ft-papers .ft-section-head {
  max-width: 820px;
}

.ft-papers .ft-section-head p {
  max-width: 700px;
  margin-top: 20px;
  color: var(--ft-text);
}

.ft-paper-card {
  min-height: 300px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}

.ft-paper-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
  color: var(--ft-orange-light);
  font-size: 11px !important;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.ft-paper-card h3 {
  color: var(--ft-white);
  font-size: 21px !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
}

.ft-paper-card p {
  color: var(--ft-muted);
  font-size: 14px !important;
  line-height: 1.64 !important;
  margin: 0 0 24px;
}

.ft-paper-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ft-orange-light);
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 850;
  transition: all .22s ease;
}

.ft-paper-link:hover {
  color: var(--ft-white);
  transform: translateX(3px);
}

/* =========================================================
   SEZIONE 5 - CTA FINALE
   ========================================================= */

.ft-cta-section {
  position: relative;
  overflow: hidden;
  padding: 98px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 36, .22), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(38, 71, 120, .8), transparent 40%),
    var(--ft-bg);
  border-top: 1px solid var(--ft-border-soft);
  border-bottom: 1px solid var(--ft-border-soft);
  text-align: center;
}

.ft-cta-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 380px;
  height: 380px;
  border: 1px dashed rgba(241, 90, 36, .24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ftCtaOrbit 30s linear infinite;
  pointer-events: none;
}

.ft-cta-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ft-cta-section .ft-container,
.ft-cta-section .text-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ft-cta-section .overline,
.ft-cta-section h2,
.ft-cta-section p,
.ft-cta-section .btn-primary {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ft-cta-section h2 {
  display: block;
  width: 100%;
  max-width: 680px;
  margin-top: 16px;
  margin-bottom: 22px;
}

.ft-cta-section p {
  max-width: 540px;
  margin-bottom: 30px;
  color: var(--ft-text);
  font-size: 15px !important;
  line-height: 1.66 !important;
}

@keyframes ftCtaOrbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* =========================================================
   RESPONSIVE TABLET - HOME FIX
   ========================================================= */

@media (max-width: 1024px) {

  .ft-container {
    width: min(100% - 56px, 1120px);
  }

  .ft-section {
    padding: 72px 0;
    overflow: hidden;
  }

  .ft-hero {
    min-height: auto;
    padding: 110px 0 86px;
    align-items: flex-start;
  }

  .ft-hero-bg img {
    object-position: center center;
  }

  .ft-hero-bg .overlay {
    background:
      linear-gradient(90deg, rgba(5,10,20,.95) 0%, rgba(5,10,20,.72) 52%, rgba(5,10,20,.86) 100%),
      linear-gradient(180deg, rgba(5,10,20,.24) 0%, rgba(5,10,20,.96) 100%);
  }

  .ft-hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
    align-items: start;
  }

  .ft-hero-left {
    max-width: 820px;
  }

  .ft-hero h1 {
    font-size: clamp(46px, 7vw, 68px) !important;
    line-height: 1 !important;
  }

  .ft-hero p {
    max-width: 760px;
  }

  .ft-hero-right {
    width: 100%;
  }

  .ft-hero .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 760px;
  }

  .ft-grid-2 {
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: start;
  }

  .ft-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ft-section-head {
    max-width: 820px;
    margin-bottom: 42px;
  }

  .ft-pillars .card,
  .ft-paper-card {
    min-height: auto;
  }

  .ft-environment .ft-grid-2 {
    gap: 44px;
  }

  .env-visual-png {
    width: min(360px, 100%);
  }

  .ft-cta-section {
    padding: 82px 0;
  }

  .scroll-indicator {
    display: none;
  }
}


/* =========================================================
   RESPONSIVE MOBILE - HOME FIX
   ========================================================= */

@media (max-width: 767px) {

  .ft-container {
    width: min(100% - 32px, 1120px);
  }

  .ft-section {
    padding: 58px 0;
    overflow: hidden;
  }

  .ft-section + .ft-section {
    border-top: 1px solid rgba(255,255,255,.10);
  }

  .ft-section-head {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .overline,
  .ft-tagline {
    font-size: 10px !important;
    letter-spacing: 2.2px;
    line-height: 1.35;
  }

  /* HERO */
  .ft-hero {
    min-height: auto;
    padding: 92px 0 64px;
    align-items: flex-start;
    overflow: hidden;
  }

  .ft-hero-bg img {
    object-position: center top;
    transform: scale(1.08);
  }

  .ft-hero-bg .overlay {
    background:
      linear-gradient(180deg, rgba(5,10,20,.86) 0%, rgba(5,10,20,.88) 44%, rgba(5,10,20,.98) 100%),
      linear-gradient(90deg, rgba(5,10,20,.94) 0%, rgba(5,10,20,.76) 100%);
  }

  .ft-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    align-items: start;
  }

  .ft-hero-left,
  .ft-hero-right {
    width: 100%;
    min-width: 0;
  }

  .ft-tagline {
    gap: 10px;
    margin-bottom: 18px;
  }

  .ft-tagline .line {
    width: 34px;
  }

  .ft-hero h1 {
    font-size: clamp(39px, 11vw, 50px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em;
    margin-bottom: 22px;
  }

  .ft-hero p {
    max-width: 100%;
    font-size: 15px !important;
    line-height: 1.62 !important;
    margin-bottom: 28px;
  }

  .ft-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    font-size: 13px !important;
  }

  /* HERO STATS */
  .ft-hero .stats {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }

  .ft-hero .stat-card,
  .ft-hero .stats > div {
    width: 100%;
    min-height: auto;
    padding: 16px 16px 16px 18px;
  }

  .ft-hero .stat-card-wide {
    grid-column: span 1;
  }

  .ft-hero .stat-card span,
  .ft-hero .stats > div span {
    font-size: 10px !important;
    letter-spacing: 1.4px;
  }

  .ft-hero .stat-card strong,
  .ft-hero .stats > div strong {
    font-size: 22px !important;
    line-height: 1.12 !important;
    word-break: normal;
  }

  .ft-hero .stat-card-wide strong {
    font-size: 21px !important;
  }

  .ft-hero .stat-card:hover,
  .ft-hero .stats > div:hover {
    transform: translateX(0);
  }

  /* GENERIC GRIDS */
  .ft-grid-2,
  .ft-grid-3 {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ft-section h2,
  .ft-cta-section h2 {
    font-size: clamp(31px, 9vw, 40px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em;
  }

  .ft-section h3,
  .ft-paper-card h3 {
    font-size: 19px !important;
    line-height: 1.18 !important;
  }

  .ft-section p,
  .ft-cta-section p {
    font-size: 14px !important;
    line-height: 1.64 !important;
  }

  /* WHAT WE DO */
  .ft-pillars .card {
    min-height: auto;
    padding: 26px 22px;
  }

  .ft-card-icon-img {
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
  }

  /* ENVIRONMENT */
  .ft-environment .ft-grid-2 {
    gap: 34px;
  }

  .env-visual-png {
    width: min(100%, 290px);
    margin: 0 auto;
  }

  .ft-env-icon-img {
    width: 165px;
    height: 165px;
  }

  .env-text {
    max-width: 100%;
  }

  .env-text h2 {
    margin-bottom: 18px;
  }

  /* PAPERS */
  .ft-papers .ft-section-head p {
    margin-top: 16px;
  }

  .ft-paper-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .ft-paper-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }

  .ft-paper-card p {
    font-size: 14px !important;
    margin-bottom: 22px;
  }

  /* CTA FINAL */
  .ft-cta-section {
    padding: 68px 0;
  }

  .ft-cta-section::before {
    width: 280px;
    height: 280px;
  }

  .ft-cta-section::after {
    width: 170px;
    height: 170px;
  }

  .ft-cta-section h2 {
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .ft-cta-section p {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .scroll-indicator {
    display: none;
  }
}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

  .ft-container {
    width: min(100% - 26px, 1120px);
  }

  .ft-hero {
    padding-top: 82px;
    padding-bottom: 58px;
  }

  .ft-hero h1 {
    font-size: 36px !important;
  }

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

  .ft-hero .stat-card strong,
  .ft-hero .stats > div strong {
    font-size: 20px !important;
  }

  .ft-section {
    padding: 52px 0;
  }

  .ft-section h2,
  .ft-cta-section h2 {
    font-size: 30px !important;
  }

  .env-visual-png {
    max-width: 260px;
  }

  .ft-env-icon-img {
    width: 150px;
    height: 150px;
  }
}



/* =========================================================
   HOME - FINAL OVERRIDES / FIX
   ========================================================= */

/* Wrapper sicurezza Home */
.ft-home-page {
  background: #050a14 !important;
  color: #ffffff !important;
  overflow-x: hidden;
}

.ft-home-page .ft-hero,
.ft-home-page .ft-section,
.ft-home-page .ft-cta-section {
  position: relative;
}

/* Testi sempre bianchi nella Home */
.ft-home-page h1,
.ft-home-page h2,
.ft-home-page h3,
.ft-home-page strong {
  color: #ffffff !important;
}

.ft-home-page p {
  color: rgba(255,255,255,.92) !important;
}

/* =========================================================
   HOME - ICONS ORANGE FIX AGGRESSIVO
   Funziona anche se le immagini non hanno .ft-card-icon-img
   ========================================================= */

.ft-home-page .ft-pillars .card img,
.ft-home-page .ft-card-icon-img,
.ft-home-page .ft-env-icon-img,
.ft-pillars .card img,
.ft-card-icon-img,
.ft-env-icon-img {
  filter:
    brightness(0)
    saturate(100%)
    invert(53%)
    sepia(91%)
    saturate(1918%)
    hue-rotate(344deg)
    brightness(103%)
    contrast(96%)
    drop-shadow(0 0 16px rgba(241, 90, 36, .42)) !important;
  opacity: 1 !important;
}

.ft-home-page .ft-pillars .card:hover img,
.ft-home-page .ft-pillars .card:hover .ft-card-icon-img,
.ft-home-page .env-visual-png:hover .ft-env-icon-img {
  filter:
    brightness(0)
    saturate(100%)
    invert(57%)
    sepia(96%)
    saturate(2100%)
    hue-rotate(340deg)
    brightness(112%)
    contrast(101%)
    drop-shadow(0 0 26px rgba(255, 122, 61, .78)) !important;
}

/* Evita che Elementor o tema schiaccino sezioni e container */
.ft-home-page .ft-container {
  width: min(1120px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .ft-home-page .ft-container {
    width: min(100% - 32px, 1120px) !important;
  }
}

@media (max-width: 420px) {
  .ft-home-page .ft-container {
    width: min(100% - 26px, 1120px) !important;
  }
}

/* =========================================================
   HOME - PUBLICATIONS / CONFERENCES / MEDIA
   ========================================================= */

.ft-papers-grid {
  align-items: stretch;
}

.ft-paper-card {
  min-height: 360px;
}

.ft-paper-authors {
  margin: -4px 0 18px !important;
  color: rgba(255,255,255,.58) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 750;
}

.ft-paper-card--conference {
  border-color: rgba(75, 94, 125, .86);
}

.ft-paper-card--media {
  border-color: rgba(241, 90, 36, .55);
}

.ft-paper-card--media::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(241, 90, 36, .30), transparent 32%),
    linear-gradient(135deg, rgba(241,90,36,.22), transparent 42%);
}

.ft-paper-link--disabled {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.52) !important;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 850;
  cursor: default;
  pointer-events: none;
  transform: none !important;
}

.ft-paper-link--disabled:hover {
  color: rgba(255,255,255,.52) !important;
  transform: none !important;
}

/* Layout migliore con 7 card */
@media (min-width: 1025px) {
  .ft-papers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ft-papers-grid .ft-paper-card:nth-child(7) {
    grid-column: 2 / span 1;
  }
}

@media (max-width: 1024px) {
  .ft-paper-card {
    min-height: auto;
  }

  .ft-paper-authors {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .ft-paper-card {
    padding: 26px 22px;
  }

  .ft-paper-authors {
    margin-bottom: 16px !important;
    font-size: 11px !important;
  }
}


/* =========================================================
   HOME - SECTIONS CONTINUITY FIX
   Elimina stacchi neri tra una sezione e l'altra
   ========================================================= */

.ft-home-page section,
.ft-home-page .ft-section,
.ft-home-page .ft-hero,
.ft-home-page .ft-cta-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Evita che Elementor aggiunga margini tra sezioni/container */
.ft-home-page .elementor-section,
.ft-home-page .elementor-container,
.ft-home-page .elementor-widget,
.ft-home-page .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Rimuove bordi troppo netti tra sezioni */
.ft-home-page .ft-section + .ft-section,
.ft-home-page .ft-papers,
.ft-home-page .ft-cta-section {
  border-top: none !important;
  border-bottom: none !important;
}

/* Transizione morbida tra blocchi invece dello stacco nero */
.ft-home-page .ft-pillars,
.ft-home-page .ft-environment,
.ft-home-page .ft-papers,
.ft-home-page .ft-cta-section {
  margin-top: -1px !important;
}

/* Sezione 2 */
.ft-home-page .ft-pillars {
  background:
    radial-gradient(circle at 20% 10%, rgba(241,90,36,.07), transparent 28%),
    linear-gradient(180deg, #050a14 0%, #050a14 100%) !important;
}

/* Sezione 3 */
.ft-home-page .ft-environment {
  background:
    radial-gradient(circle at 20% 50%, rgba(241,90,36,.065), transparent 30%),
    linear-gradient(180deg, #050a14 0%, #050a14 100%) !important;
}

/* Sezione 4 */
.ft-home-page .ft-papers {
  background:
    radial-gradient(circle at 80% 10%, rgba(241,90,36,.07), transparent 30%),
    linear-gradient(180deg, #050a14 0%, #07101f 100%) !important;
}

/* Sezione 5 */
.ft-home-page .ft-cta-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 36, .12), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(38, 71, 120, .18), transparent 40%),
    linear-gradient(180deg, #07101f 0%, #050a14 100%) !important;
}


/* =========================================================
   HOME HERO - MORE HEIGHT + BRIGHTER BACKGROUND IMAGE
   ========================================================= */

/* Aumenta altezza prima sezione */
.ft-home-page .ft-hero {
  min-height: 125vh !important;
  padding-top: 120px !important;
  padding-bottom: 110px !important;
}

/* Mostra di più l'immagine di sfondo */
.ft-home-page .ft-hero-bg img {
  opacity: 1 !important;
  object-position: center center !important;
}

/* Overlay meno scuro */
.ft-home-page .ft-hero-bg .overlay,
.ft-home-page .overlay {
  background:
    linear-gradient(90deg, rgba(5,10,20,.76) 0%, rgba(5,10,20,.54) 45%, rgba(5,10,20,.56) 100%),
    linear-gradient(180deg, rgba(5,10,20,.12) 0%, rgba(5,10,20,.32) 100%) !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .ft-home-page .ft-hero {
    min-height: 15vh !important;
    padding-top: 115px !important;
    padding-bottom: 90px !important;
  }

  .ft-home-page .ft-hero-bg .overlay,
  .ft-home-page .overlay {
    background:
      linear-gradient(90deg, rgba(5,10,20,.80) 0%, rgba(5,10,20,.38) 55%, rgba(5,10,20,.70) 100%),
      linear-gradient(180deg, rgba(5,10,20,.16) 0%, rgba(5,10,20,.58) 100%) !important;
  }
}

/* Mobile */
@media (max-width: 1067px) {
  .ft-home-page .ft-hero {
    min-height: 100vh !important;
    padding-top: 100px !important;
    padding-bottom: 72px !important;
  }

 .ft-home-page .ft-hero-bg img {
  object-fit: cover !important;
  object-position: 58% top !important;
  transform: scale(.92) !important;
}

  .ft-home-page .ft-hero-bg {
    background: #050a14 !important;
  }

  .ft-home-page .ft-hero-bg .overlay,
  .ft-home-page .overlay {
    background:
      linear-gradient(180deg, rgba(5,10,20,.48) 0%, rgba(5,10,20,.46) 45%, rgba(5,10,20,.86) 100%),
      linear-gradient(90deg, rgba(5,10,20,.62) 0%, rgba(5,10,20,.38) 100%) !important;
  }
}


/* =========================================================
   HOME - SECTIONS CONTINUITY FIX
   Elimina stacchi neri tra una sezione e l'altra
   ========================================================= */

.ft-home-page section,
.ft-home-page .ft-section,
.ft-home-page .ft-hero,
.ft-home-page .ft-cta-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Evita che Elementor aggiunga margini tra sezioni/container */
.ft-home-page .elementor-section,
.ft-home-page .elementor-container,
.ft-home-page .elementor-widget,
.ft-home-page .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Rimuove bordi troppo netti tra sezioni */
.ft-home-page .ft-section + .ft-section,
.ft-home-page .ft-papers,
.ft-home-page .ft-cta-section {
  border-top: none !important;
  border-bottom: none !important;
}

/* Transizione morbida tra blocchi invece dello stacco nero */
.ft-home-page .ft-pillars,
.ft-home-page .ft-environment,
.ft-home-page .ft-papers,
.ft-home-page .ft-cta-section {
  margin-top: -1px !important;
}

/* Sezione 2 */
.ft-home-page .ft-pillars {
  background:
    radial-gradient(circle at 20% 10%, rgba(241,90,36,.07), transparent 28%),
    linear-gradient(180deg, #050a14 0%, #050a14 100%) !important;
}

/* Sezione 3 */
.ft-home-page .ft-environment {
  background:
    radial-gradient(circle at 20% 50%, rgba(241,90,36,.065), transparent 30%),
    linear-gradient(180deg, #050a14 0%, #050a14 100%) !important;
}

/* Sezione 4 */
.ft-home-page .ft-papers {
  background:
    radial-gradient(circle at 80% 10%, rgba(241,90,36,.07), transparent 30%),
    linear-gradient(180deg, #050a14 0%, #07101f 100%) !important;
}

/* Sezione 5 */
.ft-home-page .ft-cta-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 36, .12), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(38, 71, 120, .18), transparent 40%),
    linear-gradient(180deg, #07101f 0%, #050a14 100%) !important;
}


/* =========================================================
   HOME - ELEMENTOR GAP RESET
   ========================================================= */

.ft-home-page .elementor,
.ft-home-page .elementor-section-wrap,
.ft-home-page .elementor-inner,
.ft-home-page .elementor-column-gap-default,
.ft-home-page .elementor-column,
.ft-home-page .elementor-widget-wrap {
  margin: 0 !important;
}

.ft-home-page .elementor-widget-html {
  margin-bottom: 0 !important;
}

.ft-home-page .elementor-widget-html > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   HOME HERO - MORE HEIGHT + BRIGHTER BACKGROUND IMAGE
   ========================================================= */

/* Aumenta altezza prima sezione */
.ft-home-page .ft-hero {
  min-height: 115vh !important;
  padding-top: 120px !important;
  padding-bottom: 110px !important;
}

/* Mostra di più l'immagine di sfondo */
.ft-home-page .ft-hero-bg img {
  opacity: 1 !important;
  object-position: center center !important;
}

/* Overlay meno scuro */
.ft-home-page .ft-hero-bg .overlay,
.ft-home-page .overlay {
  background:
    linear-gradient(90deg, rgba(5,10,20,.76) 0%, rgba(5,10,20,.34) 45%, rgba(5,10,20,.56) 100%),
    linear-gradient(180deg, rgba(5,10,20,.12) 0%, rgba(5,10,20,.72) 100%) !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .ft-home-page .ft-hero {
    min-height: 15vh !important;
    padding-top: 115px !important;
    padding-bottom: 90px !important;
  }

  .ft-home-page .ft-hero-bg .overlay,
  .ft-home-page .overlay {
    background:
      linear-gradient(90deg, rgba(5,10,20,.80) 0%, rgba(5,10,20,.48) 55%, rgba(5,10,20,.70) 100%),
      linear-gradient(180deg, rgba(5,10,20,.16) 0%, rgba(5,10,20,.78) 100%) !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ft-home-page .ft-hero {
    min-height: 100vh !important;
    padding-top: 100px !important;
    padding-bottom: 72px !important;
  }

.ft-home-page .ft-hero-bg img {
  object-fit: cover !important;
  object-position: 58% top !important;
  transform: scale(.92) !important;
}

  .ft-home-page .ft-hero-bg {
    background: #050a14 !important;
  }

  .ft-home-page .ft-hero-bg .overlay,
  .ft-home-page .overlay {
    background:
      linear-gradient(180deg, rgba(5,10,20,.48) 0%, rgba(5,10,20,.46) 45%, rgba(5,10,20,.86) 100%),
      linear-gradient(90deg, rgba(5,10,20,.62) 0%, rgba(5,10,20,.38) 100%) !important;
  }
}

/* =========================================================
   HOME HERO - FINIS TERRAE BRAND VISIBILITY
   UN SOLO LOGO: desktop a destra, tablet/mobile sopra i testi
   ========================================================= */

/* Brand line a sinistra */
.ft-home-page .ft-hero-brandline {
  display: inline-flex;
  align-items: center;
  margin: -4px 0 22px;
  padding: 8px 12px;
  color: rgba(255,255,255,.78);
  background: rgba(8, 18, 35, .42);
  border: 1px solid rgba(75, 94, 125, .58);
  border-left: 2px solid var(--ft-orange);
  font-size: 11px !important;
  font-weight: 850;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  line-height: 1.3;
  backdrop-filter: blur(8px);
}

/* Desktop: colonna destra con logo sopra stats */
.ft-home-page .ft-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 26px;
}

/* Card logo */
.ft-home-page .ft-hero-logo-card {
  position: relative;
  overflow: hidden;
  width: min(285px, 82%);
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(241, 90, 36, .18), transparent 34%),
    linear-gradient(180deg, rgba(10, 22, 42, .76), rgba(6, 14, 28, .90));
  border: 1px solid rgba(75, 94, 125, .74);
  box-shadow:
    0 22px 54px rgba(0,0,0,.24),
    inset 0 0 26px rgba(55, 120, 210, .045);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease;
}

.ft-home-page .ft-hero-logo-card::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: 28px 28px;
  opacity: .34;
  pointer-events: none;
}

.ft-home-page .ft-hero-logo-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16%;
  bottom: 16%;
  width: 3px;
  background: var(--ft-orange-light);
  box-shadow:
    0 0 12px rgba(255, 122, 61, .85),
    0 0 26px rgba(241, 90, 36, .60);
  opacity: .72;
}

.ft-home-page .ft-hero-logo-card img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 235px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 34px rgba(0,0,0,.32))
    drop-shadow(0 0 12px rgba(255,255,255,.08));
  transition:
    transform .28s ease,
    filter .28s ease;
}

.ft-home-page .ft-hero-logo-card:hover {
  transform: translateX(6px);
  border-color: var(--ft-orange-light);
  background:
    radial-gradient(circle at 18% 18%, rgba(241, 90, 36, .25), transparent 36%),
    linear-gradient(180deg, rgba(13, 29, 56, .88), rgba(6, 14, 28, .96));
  box-shadow:
    -10px 0 34px rgba(241, 90, 36, .26),
    0 0 0 1px rgba(241, 90, 36, .32),
    inset 0 0 24px rgba(241, 90, 36, .10);
}

.ft-home-page .ft-hero-logo-card:hover img {
  transform: scale(1.025);
  filter:
    drop-shadow(0 22px 42px rgba(0,0,0,.40))
    drop-shadow(0 0 18px rgba(241,90,36,.18));
}

/* Stats allineate sotto al logo */
.ft-home-page .ft-hero-right .stats {
  width: 100%;
}

/* Tablet: un solo logo, spostato sopra i testi senza duplicarlo */
@media (max-width: 1024px) {
  .ft-home-page .ft-hero-grid {
    grid-template-columns: 1fr !important;
  }

  /* display: contents porta logo e stats allo stesso livello della griglia */
  .ft-home-page .ft-hero-right {
    display: contents !important;
  }

  .ft-home-page .ft-hero-logo-card {
    order: 1;
    width: min(250px, 72%) !important;
    margin: 0 0 30px 0 !important;
    align-self: start !important;
    justify-self: start !important;
  }

  .ft-home-page .ft-hero-logo-card img {
    max-width: 205px !important;
  }

  .ft-home-page .ft-hero-left {
    order: 2;
  }

  .ft-home-page .ft-hero-right .stats,
  .ft-home-page .stats {
    order: 3;
    width: 100% !important;
    max-width: 760px;
  }

  .ft-home-page .ft-hero-logo-card:hover {
    transform: translateY(-3px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ft-home-page .ft-hero-brandline {
    margin: -2px 0 20px;
    padding: 8px 10px;
    font-size: 9px !important;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }

  .ft-home-page .ft-hero-logo-card {
    width: min(220px, 78%) !important;
    margin-bottom: 26px !important;
    padding: 15px 16px !important;
    justify-self: center !important;
  }

  .ft-home-page .ft-hero-logo-card img {
    max-width: 180px !important;
  }

  .ft-home-page .ft-hero-logo-card:hover {
    transform: translateY(-3px);
  }
}

/* Extra small */
@media (max-width: 420px) {
  .ft-home-page .ft-hero-logo-card {
    width: min(205px, 82%) !important;
  }

  .ft-home-page .ft-hero-logo-card img {
    max-width: 165px !important;
  }
}/* End custom CSS */