/* ═══════════════════════════════════════════════════════════
   FV REFRESH — stelle off, hero pulito, header a pillola,
   top bar promo ridisegnata. Caricato per ultimo: sovrascrive
   theme.css / pages.css / fv-design.css.
   ═══════════════════════════════════════════════════════════ */

/* ───────── 1. Stelle di sfondo disattivate ───────── */
.overlay_body,
.overlay_body::after,
.fv-affiliates .fv-stars,
.fv-star,
.hero-stars-field,
.hero-star {
  display: none !important;
  animation: none !important;
}

/* ───────── 2. Top bar promo ─────────
   Prima: box verde/nero a tutta larghezza con bordo squadrato.
   Ora: striscia sottile, fondo neutro profondo, filo teal in basso. */
.tf-header .promo-banner {
  margin: 0 !important;
  padding: 8px 44px 8px 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, #060e1c 0%, #091628 50%, #060e1c 100%) !important;
  /* fondo gia' opaco: la sfocatura del tema costava un repaint a ogni scroll */
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

.tf-header .promo-banner_text {
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em !important;
  color: rgba(244, 247, 245, 0.62) !important;
}

.tf-header .promo-banner_text strong {
  font-weight: 600 !important;
  color: #6fdcc6 !important;
}

.tf-header .promo-banner_highlight {
  color: rgba(244, 247, 245, 0.86) !important;
  text-shadow: none !important;
}

/* Nessuna sottolineatura a riposo, filo teal solo in hover */
.tf-header .promo-code-copy,
.tf-header .promo-code-copy strong {
  border-bottom: 0 !important;
  text-decoration: none !important;
  padding-bottom: 1px;
  transition: box-shadow 0.2s ease, color 0.2s ease;
}

.tf-header .promo-code-copy:hover {
  box-shadow: inset 0 -1px 0 0 rgba(111, 220, 198, 0.9);
}

.tf-header .promo-banner_close {
  right: 18px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  color: rgba(244, 247, 245, 0.45) !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.tf-header .promo-banner_close:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

/* La barra promo esce dal container per restare a tutta larghezza,
   mentre la pillola sotto resta centrata e stretta. */
.tf-header > .container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* ───────── 3. Header a pillola ───────── */
.tf-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  border-bottom: 0 !important;
  backdrop-filter: none !important;
}

.tf-header.banner-dismissed {
  padding-top: 0 !important;
}

/* Filo bianco a tutta larghezza sotto l'header: rimosso */
.tf-header::after,
.tf-header::before {
  display: none !important;
  content: none !important;
}

/* A inizio pagina la pillola e' invisibile: si materializza allo scroll
   (classe .fv-scrolled aggiunta da js/pages.js). */
.tf-header > .container > .row {
  max-width: 1180px;
  margin: 14px auto 0 !important;
  padding: 8px 14px !important;
  width: calc(100% - 32px);
  border-radius: 18px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    backdrop-filter 0.3s ease;
}

.tf-header.fv-scrolled > .container > .row {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(7, 14, 27, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 16px 38px rgba(0, 0, 0, 0.42);
}

.tf-header .header-left {
  padding-left: 10px !important;
}

.tf-header .header-right {
  padding-right: 6px !important;
}

.tf-header .logo-site img {
  width: 168px;
  height: auto;
}

/* i bottoni dell'header stanno gia' sopra la pillola sfocata:
   una seconda sfocatura per ogni bottone e' solo costo di rendering */
.tf-header .tf-btn {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Voci di menu leggermente piu' piccole */
.tf-header .main-nav_menu .tf-btn,
.tf-header .main-nav_menu .tf-btn .text-body-3 {
  font-size: 14.5px !important;
}

.tf-header .main-nav_menu .tf-btn {
  padding: 0 12px !important;
}

@media (max-width: 991px) {
  .tf-header > .container > .row {
    margin-top: 10px !important;
    width: calc(100% - 20px);
    padding: 6px 10px !important;
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .tf-header .promo-banner {
    padding: 7px 38px 7px 14px !important;
  }

  .tf-header .promo-banner_text {
    font-size: 11px !important;
  }
}

/* ───────── 4. Hero: sfondo ripulito ─────────
   L'immagine occupava tutto il riquadro e mangiava il testo.
   Ora resta solo come texture laterale, sfumata sui bordi,
   sopra un fondo scuro con luci teal. */
/* Il fondo va sulla sezione, non sul .sect-main: cosi' parte da sotto
   l'header e sparisce la riga di stacco che si vedeva a inizio hero. */
.section-hero#home {
  position: relative;
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(69, 200, 180, 0.13) 0%, rgba(69, 200, 180, 0) 58%),
    radial-gradient(90% 80% at 88% 6%, rgba(58, 118, 220, 0.16) 0%, rgba(58, 118, 220, 0) 62%),
    linear-gradient(180deg, #040a16 0%, #030812 60%, #02060f 100%) !important;
}

.section-hero#home .sect-main {
  background: transparent !important;
}

.section-hero .hero-copy-bg {
  opacity: 0.4;
  background-position: right center !important;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 38%, #000 78%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 16%, #000 34%, #000 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 38%, #000 78%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 16%, #000 34%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.section-hero .hero-copy-bg::after {
  background:
    linear-gradient(90deg, rgba(2, 6, 15, 0.92) 0%, rgba(2, 6, 15, 0.6) 42%, rgba(2, 6, 15, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 6, 15, 0.55) 0%, rgba(2, 6, 15, 0.25) 40%, rgba(2, 6, 15, 0.95) 100%) !important;
}

/* Sfumatura di raccordo verso la sezione successiva */
.section-hero .sect-main::before {
  background: rgba(69, 200, 180, 0.12) !important;
}

.section-hero .sect-main::after {
  background: rgba(58, 118, 220, 0.14) !important;
}

/* Nessun taglio netto in cima all'immagine: il .sect-main non ritaglia
   piu' e la texture parte da sopra, sfumata. */
.section-hero#home .sect-main {
  overflow: visible !important;
}

.section-hero#home .hero-copy-bg {
  inset: -200px 0 0 0;
}

@media (max-width: 991px) {
  .section-hero .hero-copy-bg {
    opacity: 0.24;
  }
}

/* ───────── 5. Riga superiore hero: Trustpilot + MT5 ───────── */
.section-hero .hero-toprow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.section-hero .hero-toprow .fv-tp {
  margin-bottom: 0 !important;
}

.section-hero .hero-toprow__sep {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.16);
}

.section-hero .hero-toprow .hero-platform-badge {
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  color: rgba(244, 247, 245, 0.9) !important;
}

.section-hero .hero-toprow .hero-platform-badge img {
  width: 44px !important;
  height: 44px !important;
  object-fit: contain;
  background: transparent !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .section-hero .hero-toprow {
    gap: 10px;
    margin-bottom: 20px;
  }

  .section-hero .hero-toprow__sep {
    display: none;
  }

  .section-hero .hero-main-grid .hero-toprow {
    order: 0;
  }
}

/* Un po' di respiro ai lati del contenuto dell'hero */
.section-hero#home .sect-main > .container {
  padding-left: clamp(20px, 4vw, 56px) !important;
  padding-right: clamp(20px, 4vw, 56px) !important;
}

/* ───────── 6. Titolo hero piu' grande e piu' arioso ───────── */
.section-hero .hero-main-grid > .sect-title {
  max-width: 940px !important;
}

.section-hero .hero-main-grid .s-title {
  font-size: clamp(44px, 6.2vw, 88px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
}

.section-hero .hero-main-grid .s-sub_title {
  font-size: clamp(16px, 1.35vw, 19px) !important;
  max-width: 46ch;
}

@media (max-width: 767px) {
  .section-hero .hero-main-grid .s-title {
    font-size: 38px !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   7. SEZIONE ECOSISTEMA — sezione CHIARA (styleguide:
   .fv-section--light), tab a sinistra e contenuto a destra.
   ═══════════════════════════════════════════════════════════ */
.fv-eco {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-block: clamp(72px, 9vw, 126px);
  scroll-margin-top: calc(var(--fv-header-offset, 120px) + 16px);
  background:
    radial-gradient(70% 55% at 85% 0%, rgba(69, 200, 180, 0.12) 0%, rgba(69, 200, 180, 0) 62%),
    radial-gradient(60% 50% at 5% 100%, rgba(69, 200, 180, 0.08) 0%, rgba(69, 200, 180, 0) 60%),
    #f7faf9;
  color: #141415;
  overflow: hidden;
}

.fv-eco__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.fv-eco__head {
  max-width: 880px;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.fv-eco__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2fa293;
}

.fv-eco__title {
  margin: 0 0 18px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #141415;
}

.fv-eco__title em {
  font-style: normal;
  color: #2fa293;
}

.fv-eco__sub {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: #141415a3;
}

.fv-eco__grid {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: clamp(20px, 2.6vw, 40px);
  align-items: start;
}

/* ── colonna sinistra: le voci ── */
.fv-eco__tabs {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fv-eco__tab {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 16px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #141415a3;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.fv-eco__tab:hover {
  background: #ffffff;
  color: #141415;
}

.fv-eco__tab.is-active {
  background: #ffffff;
  border-color: #14141514;
  color: #141415;
  box-shadow: 0 10px 26px rgba(20, 32, 30, 0.08);
}

.fv-eco__tab-ico {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #14141508;
  color: #141415a3;
  transition: background 0.22s ease, color 0.22s ease;
}

.fv-eco__tab.is-active .fv-eco__tab-ico {
  background: var(--fv-teal-050, #e8f6f4);
  color: #2fa293;
}

.fv-eco__tab-ico svg,
.fv-eco__tab-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fv-eco__tab-txt {
  flex: 1 1 auto;
}

.fv-eco__tab-arrow {
  flex: 0 0 auto;
  display: inline-flex;
  opacity: 0;
  transform: translateX(-4px);
  color: #2fa293;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.fv-eco__tab.is-active .fv-eco__tab-arrow {
  opacity: 1;
  transform: translateX(0);
}

.fv-eco__tab:focus-visible {
  outline: 2px solid rgba(47, 162, 147, 0.55);
  outline-offset: 2px;
}

/* ── colonna destra: il pannello ── */
.fv-eco__stage {
  position: relative;
  min-height: 380px;
  border: 1px solid #14141514;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(20, 32, 30, 0.1), 0 1px 2px rgba(20, 32, 30, 0.06);
  padding: clamp(26px, 3vw, 44px);
}

.fv-eco__panel[hidden] {
  display: none;
}

.fv-eco__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  animation: fvEcoIn 0.32s ease both;
}

@keyframes fvEcoIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fv-eco__chip {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 12px;
  border: 1px solid #14141514;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #2fa293;
  background: var(--fv-teal-050, #e8f6f4);
}

.fv-eco__panel-title {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #141415;
}

.fv-eco__panel-text {
  margin: 0 0 22px;
  max-width: 56ch;
  font-size: 16px;
  line-height: 1.65;
  color: #141415a3;
}

.fv-eco__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv-eco__list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.5;
  color: #141415;
}

.fv-eco__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232fa293' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4L19 7'/%3E%3C/svg%3E")
      center / 12px 12px no-repeat,
    var(--fv-teal-050, #e8f6f4);
}

.fv-eco__visual {
  display: grid;
  gap: 12px;
  align-content: center;
}

.fv-eco__stat {
  width: 100%;
  padding: 18px 16px;
  border: 1px solid #14141514;
  border-radius: 18px;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(69, 200, 180, 0.16) 0%, rgba(69, 200, 180, 0) 72%),
    #f2f6f5;
  text-align: center;
}

.fv-eco__stat-value {
  display: block;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #141415;
  font-variant-numeric: tabular-nums;
}

.fv-eco__stat-label {
  display: block;
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.45;
  color: #141415a3;
}

/* ── grafiche del pannello (una per voce) ── */
.fv-eco__art {
  border: 1px solid #14141514;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(20, 32, 30, 0.07);
  overflow: hidden;
}

.fv-art__bar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 12px;
  border-bottom: 1px solid #14141514;
  background: #f2f6f5;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #14141566;
}

.fv-art__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #14141524;
}

.fv-art__bar span {
  margin-left: 6px;
}

.fv-art__body {
  display: grid;
  gap: 9px;
  padding: 14px;
}

.fv-art__spark {
  width: 100%;
  height: 74px;
  display: block;
}

.fv-art__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-size: 12.5px;
  color: #141415a3;
}

.fv-art__row b {
  font-size: 13px;
  font-weight: 600;
  color: #141415;
}

.fv-art__row b.is-good {
  color: #2fa293;
}

.fv-art__meter {
  height: 6px;
  border-radius: 999px;
  background: #14141510;
  overflow: hidden;
}

.fv-art__meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #45c8b4 0%, #2fa293 100%);
}

/* Live Trading Room */
.fv-art__screen {
  position: relative;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, #10303a 0%, #0a1b2c 100%);
  overflow: hidden;
}

.fv-art__screen-wave {
  position: absolute;
  inset: auto 0 0 0;
  height: 60%;
  width: 100%;
}

.fv-art__live {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.fv-art__live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5f56;
}

.fv-art__play {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.fv-art__play svg {
  width: 20px;
  height: 20px;
  fill: #10303a;
  margin-left: 2px;
}

.fv-art__people {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #14141a3;
}

.fv-art__people {
  color: #141415a3;
}

.fv-art__people i {
  width: 22px;
  height: 22px;
  margin-right: -10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: linear-gradient(140deg, #cfe9e4 0%, #9fd3c9 100%);
}

.fv-art__people i:nth-child(2) { background: linear-gradient(140deg, #d9e3f2 0%, #a9bfe0 100%); }
.fv-art__people i:nth-child(3) { background: linear-gradient(140deg, #e7e1f3 0%, #bcaee0 100%); }
.fv-art__people i:nth-child(4) { background: linear-gradient(140deg, #f2e6d9 0%, #dcbf9c 100%); }

.fv-art__people span {
  margin-left: 18px;
}

/* Carte (Black + Debit) */
.fv-art__card {
  position: relative;
  margin: 14px 14px 0;
  aspect-ratio: 1.6 / 1;
  border-radius: 14px;
  padding: 14px;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  box-shadow: 0 14px 30px rgba(20, 32, 30, 0.22);
}

.fv-art__card--black {
  background: linear-gradient(145deg, #23262b 0%, #0c0d10 60%, #16181d 100%);
  color: #ffffff;
}

.fv-art__card--teal {
  background: linear-gradient(145deg, #2fa293 0%, #17554f 100%);
  color: #ffffff;
}

.fv-art__card-brand {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  opacity: 0.85;
}

.fv-art__card-tier {
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #cfd3da;
}

.fv-art__card-chip {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 22px;
  border-radius: 5px;
  background: linear-gradient(140deg, #e8d9a8 0%, #c7a95f 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.fv-art__card-num {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  align-self: end;
}

.fv-art__card-shine {
  position: absolute;
  inset: -40% -10% auto auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 70%);
}

/* Payout: anello + step */
.fv-art__ring {
  position: relative;
  display: grid;
  place-items: center;
  padding: 18px 14px 6px;
}

.fv-art__ring svg {
  width: 132px;
  height: 132px;
}

.fv-art__ring-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
  text-align: center;
}

.fv-art__ring-txt b {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #141415;
}

.fv-art__ring-txt em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 11px;
  color: #14141566;
}

.fv-art__steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: eco;
}

.fv-art__steps li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 20px;
  font-size: 12.5px;
  color: #14141a3;
  color: #141415a3;
}

.fv-art__steps li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #14141524;
}

.fv-art__steps li.is-done::before {
  background: #2fa293;
  box-shadow: 0 0 0 4px rgba(69, 200, 180, 0.16);
}

.fv-art__steps b {
  font-size: 12.5px;
  font-weight: 600;
  color: #141415;
  font-variant-numeric: tabular-nums;
}

/* Vault */
.fv-art__vaults {
  display: grid;
  gap: 8px;
  padding: 14px 14px 0;
}

.fv-art__vault {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #14141514;
  border-radius: 12px;
  background: #f7faf9;
  font-size: 12.5px;
  color: #141415a3;
}

.fv-art__vault b {
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
  color: #141415;
  font-variant-numeric: tabular-nums;
}

.fv-art__vault.is-active {
  border-color: rgba(47, 162, 147, 0.35);
  background: var(--fv-teal-050, #e8f6f4);
}

.fv-art__vault-ico {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #14141514;
  color: #2fa293;
}

.fv-art__vault-ico svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 991px) {
  .fv-eco__grid {
    grid-template-columns: 1fr;
  }

  .fv-eco__tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .fv-eco__tabs::-webkit-scrollbar {
    display: none;
  }

  .fv-eco__tab {
    width: auto;
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 999px;
    border-color: #14141514;
    background: #ffffff;
    font-size: 14px;
    white-space: nowrap;
  }

  .fv-eco__tab-ico,
  .fv-eco__tab-arrow {
    display: none;
  }

  .fv-eco__stage {
    min-height: 0;
  }

  .fv-eco__panel {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════
   8. HOW IT WORKS — tre card chiare, la terza nera (premium)
   ═══════════════════════════════════════════════════════════ */
.fv-how {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-block: clamp(64px, 8vw, 110px);
  scroll-margin-top: calc(var(--fv-header-offset, 120px) + 16px);
  background:
    radial-gradient(60% 45% at 15% 0%, rgba(69, 200, 180, 0.08) 0%, rgba(69, 200, 180, 0) 60%),
    #f7faf9;
  color: #141415;
}

.fv-how__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.fv-how__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(36px, 4vw, 56px);
}

.fv-how__title {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.fv-how__sub {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.6;
  color: #141415a3;
}

.fv-how__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  align-items: stretch;
}

.fv-how__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.2vw, 32px);
  border: 1px solid #14141514;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(20, 32, 30, 0.08);
  overflow: hidden;
}

.fv-how__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #14141566;
}

.fv-how__num {
  font-variant-numeric: tabular-nums;
  color: #14141540;
}

.fv-how__card-title {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.12;
}

.fv-how__card-text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #141415a3;
}

.fv-how__media {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  margin-bottom: 24px;
}

/* card 01 — checklist */
.fv-how__checks {
  width: 100%;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv-how__checks li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid #14141510;
  border-radius: 999px;
  background: #f7faf9;
  font-size: 14px;
  color: #141415;
}

.fv-how__checks i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2fa293;
}

.fv-how__checks svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* card 02 — payout */
.fv-how__payout {
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 30px 22px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(150deg, #2fa293 0%, #17554f 100%);
  box-shadow: 0 26px 46px rgba(23, 85, 79, 0.32);
  transform: rotate(-3deg);
  overflow: hidden;
}

.fv-how__payout-brand {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.8;
}

.fv-how__payout-value {
  display: block;
  margin: 14px 0 16px;
  font-size: clamp(38px, 3.6vw, 52px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.fv-how__payout-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  letter-spacing: 0.01em;
}

.fv-how__payout-shine {
  position: absolute;
  inset: -60% -20% auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 70%);
}

/* card 03 — nera, premium */
.fv-how__card--black {
  border-color: rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(80% 60% at 50% -10%, rgba(199, 169, 95, 0.14) 0%, rgba(199, 169, 95, 0) 60%),
    linear-gradient(160deg, #24272c 0%, #0d0e11 45%, #16181d 100%);
  box-shadow: 0 26px 60px rgba(6, 8, 12, 0.42);
  color: #ffffff;
}

.fv-how__card--black::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.fv-how__glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 169, 95, 0.22) 0%, rgba(199, 169, 95, 0) 70%);
  pointer-events: none;
}

.fv-how__card--black .fv-how__eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.fv-how__card--black .fv-how__num {
  color: rgba(232, 217, 168, 0.75);
}

.fv-how__card--black .fv-how__card-title {
  background: linear-gradient(100deg, #ffffff 0%, #e8d9a8 55%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fv-how__card--black .fv-how__card-text {
  color: rgba(255, 255, 255, 0.62);
}

.fv-how__scale {
  width: 100%;
}

.fv-how__bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 190px;
}

.fv-how__bars span {
  position: relative;
  flex: 1 1 0;
  border-radius: 10px 10px 6px 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.fv-how__bars span em {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.fv-how__bars span.is-top {
  background: linear-gradient(180deg, #e8d9a8 0%, #c7a95f 100%);
  border-color: rgba(232, 217, 168, 0.6);
  box-shadow: 0 12px 26px rgba(199, 169, 95, 0.24);
}

.fv-how__bars span.is-top em {
  color: #e8d9a8;
  font-weight: 600;
}

.fv-how__scale-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.fv-how__scale-foot b {
  font-weight: 600;
  color: #e8d9a8;
}

/* citazione in fondo */
.fv-how__quote {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #14141514;
  text-align: center;
}

.fv-how__quote p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #141415a3;
}

.fv-how__quote cite {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #141415;
}

.fv-how__card--black .fv-how__quote {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.fv-how__card--black .fv-how__quote p {
  color: rgba(255, 255, 255, 0.6);
}

.fv-how__card--black .fv-how__quote cite {
  color: #ffffff;
}

@media (max-width: 991px) {
  .fv-how__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }

  .fv-how__media {
    min-height: 0;
  }
}

/* ═══════════════════════════════════════════════════════════
   9. PRICING — modelli di challenge (scuro, stile aggiornato)
   ═══════════════════════════════════════════════════════════ */
.fv-pr {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-block: clamp(64px, 8vw, 112px);
  scroll-margin-top: calc(var(--fv-header-offset, 120px) + 16px);
  background:
    radial-gradient(58% 42% at 50% 0%, rgba(69, 200, 180, 0.12) 0%, rgba(69, 200, 180, 0) 64%),
    radial-gradient(70% 50% at 50% 100%, rgba(58, 118, 220, 0.09) 0%, rgba(58, 118, 220, 0) 62%),
    linear-gradient(180deg, #02060f 0%, #04091a 52%, #02060f 100%);
  color: #f4f7f5;
}

.fv-pr__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 56px);
}

/* ── testata ── */
.fv-pr__head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
}

.fv-pr__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  border: 1px solid rgba(69, 200, 180, 0.26);
  border-radius: 999px;
  background: rgba(69, 200, 180, 0.08);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6fdcc6;
}

.fv-pr__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.1;
}

.fv-pr__sub {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.6;
  color: rgba(244, 247, 245, 0.62);
}

.fv-pr__note {
  margin: 0;
  font-size: 12.5px;
  letter-spacing: 0.01em;
  color: rgba(244, 247, 245, 0.36);
}

/* ── switcher principale ── */
.fv-pr__switch,
.fv-pr__subswitch {
  display: flex;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}

.fv-pr__switch {
  gap: 4px;
  margin-bottom: 12px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.fv-pr__model {
  position: relative;
  padding: 11px 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(244, 247, 245, 0.62);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.fv-pr__model:hover {
  color: #ffffff;
}

.fv-pr__model.is-active {
  background: linear-gradient(180deg, #56d6c1 0%, #35b6a2 100%);
  color: #032723;
  font-weight: 600;
  box-shadow:
    0 6px 18px rgba(69, 200, 180, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* ── switcher secondario (solo 1 Step) ── */
.fv-pr__subswitch {
  display: none;
  gap: 4px;
  margin-bottom: 24px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.fv-pr__subswitch.is-active {
  display: flex;
  flex-wrap: wrap;
}

.fv-pr__variant {
  display: grid;
  gap: 3px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: transparent;
  color: rgba(244, 247, 245, 0.72);
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.fv-pr__variant b {
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.fv-pr__variant em {
  font-style: normal;
  font-size: 11.5px;
  color: rgba(244, 247, 245, 0.4);
}

.fv-pr__variant:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.fv-pr__variant.is-active {
  background: rgba(69, 200, 180, 0.12);
  border-color: rgba(69, 200, 180, 0.3);
  color: #ffffff;
}

.fv-pr__variant.is-active em {
  color: #6fdcc6;
}

/* ── pannelli ── */
.fv-pr__panel {
  display: none;
}

.fv-pr__panel.is-active {
  display: block;
  animation: fvPrIn 0.3s ease both;
}

@keyframes fvPrIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.fv-pr__desc {
  max-width: 66ch;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(244, 247, 245, 0.58);
}

.fv-pr__grid {
  display: grid;
  grid-template-columns: repeat(var(--fv-pr-cols, 5), minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

/* ── card ── */
.fv-pr__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.fv-pr__card:hover {
  transform: translateY(-3px);
  border-color: rgba(69, 200, 180, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 40px rgba(0, 0, 0, 0.4);
}

.fv-pr__card.is-popular {
  border-color: rgba(69, 200, 180, 0.42);
  background:
    radial-gradient(110% 62% at 50% 0%, rgba(69, 200, 180, 0.2) 0%, rgba(69, 200, 180, 0) 64%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 50px rgba(0, 0, 0, 0.42);
}

.fv-pr__card.is-funded {
  border-color: rgba(69, 200, 180, 0.34);
}

.fv-pr__badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 13px;
  border-radius: 999px;
  background: linear-gradient(180deg, #56d6c1 0%, #35b6a2 100%);
  color: #032723;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(69, 200, 180, 0.32);
}

.fv-pr__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 18px;
}

.fv-pr__price-box {
  text-align: right;
}

.fv-pr__lbl {
  display: block;
  margin-bottom: 6px;
  white-space: nowrap;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 247, 245, 0.38);
}

.fv-pr__size,
.fv-pr__price {
  display: block;
  font-size: clamp(21px, 1.9vw, 27px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.fv-pr__price i {
  font-style: normal;
  font-size: 0.62em;
  font-weight: 500;
  color: rgba(244, 247, 245, 0.5);
  margin-right: 1px;
  vertical-align: 0.18em;
}

.fv-pr__later {
  display: block;
  margin: -6px 0 14px;
  text-align: right;
  font-size: 11.5px;
  color: rgba(244, 247, 245, 0.45);
}

.fv-pr__later b {
  font-weight: 600;
  color: #6fdcc6;
}

/* ── azioni ── */
.fv-pr__buy {
  display: block;
  padding: 13px 14px;
  border-radius: 13px;
  background: linear-gradient(180deg, #56d6c1 0%, #35b6a2 100%);
  color: #032723 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-align: center;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 8px 20px rgba(69, 200, 180, 0.22);
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fv-pr__buy:hover {
  filter: brightness(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 12px 26px rgba(69, 200, 180, 0.32);
}

.fv-pr__buy:active {
  transform: translateY(1px);
}

.fv-pr__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 8px;
  padding: 9px 8px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(244, 247, 245, 0.68);
  font: inherit;
  font-size: 12.5px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fv-pr__toggle:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.fv-pr__toggle-ico svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fv-pr__card.is-funded .fv-pr__toggle {
  border-color: rgba(69, 200, 180, 0.38);
  background: rgba(69, 200, 180, 0.1);
  color: #6fdcc6;
}

.fv-pr__toggle-off,
.fv-pr__card.is-funded .fv-pr__toggle-on {
  display: none;
}

.fv-pr__card.is-funded .fv-pr__toggle-off {
  display: inline;
}

/* ── elenco valori ── */
.fv-pr__rules {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
}

.fv-pr__rules--funded,
.fv-pr__card.is-funded .fv-pr__rules--challenge {
  display: none;
}

.fv-pr__card.is-funded .fv-pr__rules--funded {
  display: grid;
  animation: fvPrIn 0.24s ease both;
}

.fv-pr__rule {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

.fv-pr__rule:first-child {
  border-top: 0;
  padding-top: 0;
}

.fv-pr__rule dt {
  flex: 0 1 auto;
  min-width: 0;
  color: rgba(244, 247, 245, 0.52);
}

.fv-pr__rule dd {
  flex: 1 1 auto;
  margin: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.fv-pr__rule.is-multi {
  align-items: flex-start;
}

.fv-pr__rule.is-multi dd {
  display: grid;
  gap: 4px;
}

.fv-pr__rule.is-multi dd span {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}

.fv-pr__rule.is-multi dd em {
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: rgba(244, 247, 245, 0.38);
}

.fv-pr__foot {
  margin: 14px 0 0;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(244, 247, 245, 0.38);
}

/* ── add-on ── */
.fv-pr__addons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 13px;
  color: rgba(244, 247, 245, 0.45);
}

.fv-pr__addons b {
  padding: 7px 15px;
  border: 1px solid rgba(69, 200, 180, 0.26);
  border-radius: 999px;
  background: rgba(69, 200, 180, 0.08);
  font-weight: 500;
  color: #6fdcc6;
}

@media (max-width: 1199px) {
  .fv-pr__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fv-pr__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fv-pr__model {
    padding: 10px 17px;
    font-size: 14px;
  }

  .fv-pr__variant {
    padding: 8px 13px;
  }

  .fv-pr__card {
    padding: 18px 14px 14px;
  }

  .fv-pr__card:hover {
    transform: none;
  }
}

@media (max-width: 479px) {
  .fv-pr__grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════
   10. TRUSTED — griglia mista (recensioni, payout, video, stat)
   con colonne che scorrono a velocita' diverse
   ═══════════════════════════════════════════════════════════ */
.fv-tc {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-block: clamp(64px, 8vw, 110px);
  scroll-margin-top: calc(var(--fv-header-offset, 120px) + 16px);
  background:
    radial-gradient(60% 45% at 50% 0%, rgba(69, 200, 180, 0.09) 0%, rgba(69, 200, 180, 0) 60%),
    linear-gradient(180deg, #02060f 0%, #04091a 50%, #02060f 100%);
  color: #f4f7f5;
  overflow: hidden;
}

.fv-tc__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 48px);
}

.fv-tc__head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto clamp(32px, 3.6vw, 48px);
}

.fv-tc__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  border: 1px solid rgba(69, 200, 180, 0.26);
  border-radius: 999px;
  background: rgba(69, 200, 180, 0.08);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6fdcc6;
}

.fv-tc__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.1;
}

.fv-tc__sub {
  margin: 0;
  font-size: clamp(14.5px, 1.15vw, 16.5px);
  line-height: 1.6;
  color: rgba(244, 247, 245, 0.58);
}

/* ── griglia ── */
.fv-tc__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  height: clamp(680px, 88vh, 900px);
  overflow: hidden;
}

/* sfumatura finale con un velo sovrapposto invece della mask:
   la mask obbligava il browser a ricomporre tutta la griglia a ogni frame */
.fv-tc__grid::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(3, 7, 16, 0) 0%, #02060f 92%);
}

.fv-tc__col {
  overflow: hidden;
}

.fv-tc__track {
  display: grid;
  gap: 14px;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .fv-tc__track {
    transform: none !important;
  }
}

/* ── card: base ── */
.fv-tc__card {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 0.24s ease, transform 0.24s ease;
}

.fv-tc__card:hover {
  transform: translateY(-2px);
}

/* badge della piattaforma */
.fv-tc__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 4px 11px 4px 6px;
  border-radius: 999px;
  border: 1px solid var(--fv-tc-line, rgba(255, 255, 255, 0.12));
  background: var(--fv-tc-soft, rgba(255, 255, 255, 0.05));
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--fv-tc-brand, rgba(244, 247, 245, 0.7));
}

.fv-tc__ico {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--fv-tc-brand, #ffffff);
}

.fv-tc__ico svg {
  width: 11px;
  height: 11px;
  fill: var(--fv-tc-onbrand, #05070c);
  stroke: none;
}

/* colori per piattaforma */
.fv-tc__card.is-trustpilot { --fv-tc-brand: #00b67a; --fv-tc-onbrand: #ffffff; --fv-tc-soft: rgba(0, 182, 122, 0.1); --fv-tc-line: rgba(0, 182, 122, 0.3); }
.fv-tc__card.is-x         { --fv-tc-brand: #f4f7f5; --fv-tc-onbrand: #05070c; --fv-tc-soft: rgba(255, 255, 255, 0.07); --fv-tc-line: rgba(255, 255, 255, 0.22); }
.fv-tc__card.is-reddit    { --fv-tc-brand: #ff5c1c; --fv-tc-onbrand: #ffffff; --fv-tc-soft: rgba(255, 92, 28, 0.12); --fv-tc-line: rgba(255, 92, 28, 0.32); }
.fv-tc__card.is-facebook  { --fv-tc-brand: #4a86f7; --fv-tc-onbrand: #ffffff; --fv-tc-soft: rgba(74, 134, 247, 0.12); --fv-tc-line: rgba(74, 134, 247, 0.32); }
.fv-tc__card.is-youtube   { --fv-tc-brand: #ff4d4d; --fv-tc-onbrand: #ffffff; --fv-tc-soft: rgba(255, 77, 77, 0.12); --fv-tc-line: rgba(255, 77, 77, 0.3); }
.fv-tc__card.is-discord   { --fv-tc-brand: #7c8cf8; --fv-tc-onbrand: #ffffff; --fv-tc-soft: rgba(124, 140, 248, 0.12); --fv-tc-line: rgba(124, 140, 248, 0.32); }

.fv-tc__card.is-trustpilot:hover { border-color: rgba(0, 182, 122, 0.4); }
.fv-tc__card.is-x:hover { border-color: rgba(255, 255, 255, 0.3); }
.fv-tc__card.is-reddit:hover { border-color: rgba(255, 92, 28, 0.42); }
.fv-tc__card.is-facebook:hover { border-color: rgba(74, 134, 247, 0.42); }
.fv-tc__card.is-youtube:hover { border-color: rgba(255, 77, 77, 0.42); }
.fv-tc__card.is-discord:hover { border-color: rgba(124, 140, 248, 0.42); }

.fv-tc__card.is-x {
  background: linear-gradient(165deg, #0e1116 0%, #05070c 100%);
}

.fv-tc__card.is-reddit {
  background:
    radial-gradient(130% 90% at 12% 0%, rgba(255, 92, 28, 0.14) 0%, rgba(255, 92, 28, 0) 68%),
    rgba(255, 255, 255, 0.025);
}

.fv-tc__card.is-facebook {
  background:
    radial-gradient(130% 90% at 12% 0%, rgba(74, 134, 247, 0.14) 0%, rgba(74, 134, 247, 0) 68%),
    rgba(255, 255, 255, 0.025);
}

.fv-tc__card.is-discord {
  background:
    radial-gradient(130% 90% at 12% 0%, rgba(124, 140, 248, 0.14) 0%, rgba(124, 140, 248, 0) 68%),
    rgba(255, 255, 255, 0.025);
}

/* stelle */
.fv-tc__stars {
  display: inline-flex;
  gap: 3px;
  margin-bottom: 10px;
}

.fv-tc__stars i {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 2.5l2.9 6.1 6.6.9-4.8 4.6 1.2 6.6L12 17.6 6.1 20.7l1.2-6.6L2.5 9.5l6.6-.9L12 2.5z'/%3E%3C/svg%3E")
      center / 10px 10px no-repeat,
    var(--fv-tc-brand, #00b67a);
}

.fv-tc__text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(244, 247, 245, 0.86);
}

/* autore */
.fv-tc__who {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fv-tc__avatar {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(69, 200, 180, 0.9) 0%, rgba(47, 162, 147, 0.9) 100%);
  color: #03231f;
  font-size: 13px;
  font-weight: 700;
}

.fv-tc__meta {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.fv-tc__meta b {
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
}

.fv-tc__meta em {
  font-style: normal;
  font-size: 11.5px;
  color: rgba(244, 247, 245, 0.42);
}

/* card statistica */
.fv-tc__card--stat {
  border-color: rgba(69, 200, 180, 0.24);
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(69, 200, 180, 0.16) 0%, rgba(69, 200, 180, 0) 70%),
    rgba(255, 255, 255, 0.03);
}

.fv-tc__stat {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}

.fv-tc__stat b {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
}

.fv-tc__stat em {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: #6fdcc6;
}

.fv-tc__stat-label {
  margin: 10px 0 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(244, 247, 245, 0.42);
}

.fv-tc__spark {
  width: 100%;
  height: 62px;
  margin-top: 12px;
  display: block;
}

/* card payout */
.fv-tc__card--payout {
  border-color: rgba(69, 200, 180, 0.26);
  background:
    linear-gradient(160deg, rgba(69, 200, 180, 0.14) 0%, rgba(69, 200, 180, 0.02) 60%),
    rgba(255, 255, 255, 0.025);
}

.fv-tc__badge--pay {
  --fv-tc-brand: #45c8b4;
  --fv-tc-onbrand: #032723;
  --fv-tc-soft: rgba(69, 200, 180, 0.12);
  --fv-tc-line: rgba(69, 200, 180, 0.32);
}

.fv-tc__badge--pay .fv-tc__ico svg {
  fill: none;
  stroke: var(--fv-tc-onbrand);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fv-tc__amount {
  margin: 2px 0 14px;
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.fv-tc__mini {
  display: grid;
  gap: 7px;
  margin: 0 0 16px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fv-tc__mini div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-size: 12.5px;
}

.fv-tc__mini dt {
  color: rgba(244, 247, 245, 0.48);
}

.fv-tc__mini dd {
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}

/* card video */
.fv-tc__screen {
  position: relative;
  aspect-ratio: 16 / 10;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background:
    radial-gradient(80% 80% at 50% 40%, rgba(255, 77, 77, 0.18) 0%, rgba(255, 77, 77, 0) 70%),
    linear-gradient(150deg, #171a20 0%, #08090d 100%);
  overflow: hidden;
}

.fv-tc__play {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.fv-tc__play svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
  fill: #ff4d4d;
}

/* card citazione stampa */
.fv-tc__card--quote {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.fv-tc__qmark {
  display: block;
  margin-bottom: -12px;
  font-size: 46px;
  line-height: 1;
  color: rgba(69, 200, 180, 0.5);
}

.fv-tc__card--quote .fv-tc__text {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 12px;
}

.fv-tc__qauthor {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(244, 247, 245, 0.5);
}

/* card punteggio piattaforma */
.fv-tc__card--rating {
  text-align: left;
}

.fv-tc__score {
  margin: 4px 0 10px;
  font-size: clamp(34px, 3.4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
}

.fv-tc__score em {
  font-style: normal;
  font-size: 0.4em;
  font-weight: 500;
  color: rgba(244, 247, 245, 0.45);
  margin-left: 2px;
}

@media (max-width: 1199px) {
  .fv-tc__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 760px;
  }

  .fv-tc__col:nth-child(4) {
    display: none;
  }
}

@media (max-width: 767px) {
  .fv-tc__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 640px;
    gap: 10px;
  }

  .fv-tc__track {
    gap: 10px;
  }

  .fv-tc__col:nth-child(3) {
    display: none;
  }
}

@media (max-width: 479px) {
  .fv-tc__grid {
    grid-template-columns: 1fr;
    height: 560px;
  }

  .fv-tc__col:nth-child(2) {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════
   11. MEDIA — carosello video: laterali stretti, centrale grande
   che parte da solo in muto (sostituisce Trader Media Channel)
   ═══════════════════════════════════════════════════════════ */
.fv-mv {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-block: clamp(60px, 7vw, 100px);
  scroll-margin-top: calc(var(--fv-header-offset, 120px) + 16px);
  background:
    radial-gradient(60% 45% at 50% 0%, rgba(69, 200, 180, 0.08) 0%, rgba(69, 200, 180, 0) 60%),
    linear-gradient(180deg, #02060f 0%, #04091a 55%, #02060f 100%);
  color: #f4f7f5;
  overflow: hidden;
}

.fv-mv__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 48px);
}

.fv-mv__head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto clamp(30px, 3.4vw, 44px);
}

.fv-mv__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  border: 1px solid rgba(69, 200, 180, 0.26);
  border-radius: 999px;
  background: rgba(69, 200, 180, 0.08);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6fdcc6;
}

.fv-mv__title-main {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.1;
}

.fv-mv__sub {
  margin: 0;
  font-size: clamp(14.5px, 1.15vw, 16.5px);
  line-height: 1.6;
  color: rgba(244, 247, 245, 0.58);
}

/* ── palco ── */
.fv-mv__stage {
  display: flex;
  gap: 12px;
  height: clamp(300px, 38vw, 460px);
}

/* in scena solo tre slide: laterale · centrale · laterale */
.fv-mv__slide {
  position: relative;
  display: none;
  flex: 0 1 120px;
  min-width: 84px;
  border-radius: 22px;
  overflow: hidden;
  background: #05070c;
  contain: layout paint;
  backface-visibility: hidden;
  will-change: flex-basis;
  transition:
    flex-basis 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    flex-grow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* l'ordine visivo e' sempre laterale · centrale · laterale,
   qualunque sia la posizione nel DOM: cosi' il carosello gira in loop
   senza ritrovarsi le due slide strette dallo stesso lato */
.fv-mv__slide.is-prev { order: 1; }
.fv-mv__slide.is-active { order: 2; }
.fv-mv__slide.is-next { order: 3; }

.fv-mv__slide.is-prev,
.fv-mv__slide.is-next,
.fv-mv__slide.is-active {
  display: block;
}

.fv-mv__slide.is-active {
  flex: 1 1 auto;
}

/* il bottone invisibile sopra le slide laterali le porta in primo piano;
   sulla slide attiva sparisce, cosi' il click apre YouTube */
.fv-mv__pick {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.fv-mv__slide.is-active .fv-mv__pick {
  display: none;
}

.fv-mv__link {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  color: inherit;
}

.fv-mv__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* le copertine hqdefault hanno le bande nere: le ritaglio con uno zoom */
.fv-mv__thumb.is-sd {
  transform: scale(1.42);
}

.fv-mv__slide.is-active .fv-mv__thumb.is-sd {
  transform: scale(1.36);
}

.fv-mv__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.5);
  transform: scale(1.06);
  transition:
    filter 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease;
}

.fv-mv__slide.is-active .fv-mv__thumb {
  filter: none;
  transform: none;
}

.fv-mv__slide.is-playing .fv-mv__thumb {
  opacity: 0;
}

.fv-mv__player {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.fv-mv__slide.is-playing .fv-mv__player {
  opacity: 1;
}

.fv-mv__player iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 178vh;      /* copre il riquadro mantenendo il 16:9 */
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}

.fv-mv__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 15, 0.1) 0%, rgba(2, 6, 15, 0.35) 45%, rgba(2, 6, 15, 0.9) 100%);
}

/* ── testo sulla slide attiva ── */
.fv-mv__info {
  position: absolute;
  left: clamp(18px, 2.4vw, 34px);
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 30px);
  z-index: 2;
  display: grid;
  gap: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.1s linear, transform 0.1s linear;
  pointer-events: none;
}

.fv-mv__slide.is-active .fv-mv__info {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.45s ease 0.32s,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.32s;
}

.fv-mv__place {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0c1118;
  font-size: 12.5px;
  font-weight: 600;
}

.fv-mv__place i {
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}

.fv-mv__title {
  font-size: clamp(22px, 2.6vw, 40px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #ffffff;
}

.fv-mv__date {
  font-size: 13.5px;
  color: rgba(244, 247, 245, 0.62);
}

.fv-mv__watch {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.fv-mv__link:hover .fv-mv__watch {
  background: rgba(69, 200, 180, 0.9);
  border-color: transparent;
  color: #032723;
}

.fv-mv__watch svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* titolo verticale sulle slide strette */
.fv-mv__side {
  position: absolute;
  left: 50%;
  bottom: 22px;
  max-height: calc(100% - 52px);
  overflow: hidden;
  z-index: 2;
  transform: translateX(-50%);
  width: max-content;
  max-width: 300px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.86);
  writing-mode: vertical-rl;
  transform: translateX(-50%) rotate(180deg);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.fv-mv__slide.is-active .fv-mv__side {
  opacity: 0;
}

.fv-mv__slide:not(.is-active):hover .fv-mv__thumb {
  filter: grayscale(0.6) brightness(0.65);
}

/* ── navigazione ── */







@media (max-width: 991px) {
  .fv-mv__stage {
    height: 340px;
    gap: 8px;
  }

  .fv-mv__slide {
    flex-basis: 84px;
    min-width: 64px;
    border-radius: 18px;
  }

  .fv-mv__side {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .fv-mv__stage {
    height: 260px;
  }

  .fv-mv__slide {
    flex-basis: 56px;
    min-width: 46px;
  }

  .fv-mv__side {
    font-size: 12px;
    bottom: 16px;
  }
}

/* navigazione del carosello video */
.fv-mv__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.fv-mv__arrow {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(244, 247, 245, 0.8);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fv-mv__arrow:hover {
  background: rgba(69, 200, 180, 0.16);
  border-color: rgba(69, 200, 180, 0.4);
  color: #ffffff;
}

.fv-mv__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fv-mv__dots {
  display: flex;
  gap: 8px;
}

.fv-mv__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}

.fv-mv__dot.is-active {
  width: 26px;
  background: #45c8b4;
}

/* nessuna interazione con il player: niente controlli, niente overlay YouTube */
.fv-mv__player,
.fv-mv__player iframe {
  pointer-events: none !important;
}

.fv-mv__shade {
  pointer-events: none;
}

.fv-mv__guard {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* ═══════════════════════════════════════════════════════════
   12. BENTO — piattaforme, asset, pagamenti, tecnologia
   ═══════════════════════════════════════════════════════════ */
.fv-bt {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-block: clamp(50px, 6vw, 86px);
  background: linear-gradient(180deg, #02060f 0%, #04091a 50%, #02060f 100%);
  color: #f4f7f5;
}

.fv-bt__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 48px);
}

.fv-bt__grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 16px;
}

.fv-bt__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.fv-bt__card:hover {
  border-color: rgba(69, 200, 180, 0.3);
  transform: translateY(-3px);
}

.fv-bt__card--accent {
  border-color: rgba(69, 200, 180, 0.35);
  background:
    radial-gradient(120% 80% at 20% 0%, rgba(69, 200, 180, 0.4) 0%, rgba(47, 162, 147, 0.12) 60%),
    linear-gradient(165deg, #1f7d72 0%, #0d3b39 100%);
}

.fv-bt__body {
  position: relative;
  z-index: 2;
}

.fv-bt__title {
  margin: 0 0 8px;
  font-size: clamp(20px, 1.9vw, 26px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #ffffff;
}

.fv-bt__text {
  margin: 0;
  max-width: 46ch;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(244, 247, 245, 0.62);
}

.fv-bt__card--accent .fv-bt__text {
  color: rgba(255, 255, 255, 0.78);
}

.fv-bt__art {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 22px;
  min-height: 170px;
}

/* ── 1. piattaforme: mock del telefono ── */
.fv-bt__device {
  position: absolute;
  left: 12%;
  right: -6%;
  top: -10px;
  height: 250px;
  border-radius: 26px 26px 0 0;
  padding: 10px 10px 0;
  background: linear-gradient(160deg, #2b2f36 0%, #101318 100%);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

.fv-bt__screen {
  height: 100%;
  border-radius: 20px 20px 0 0;
  background:
    radial-gradient(90% 70% at 20% 10%, rgba(111, 220, 198, 0.5) 0%, rgba(111, 220, 198, 0) 60%),
    linear-gradient(150deg, #7ce0cd 0%, #4aa5d8 45%, #6f7ce0 100%);
  overflow: hidden;
}

/* i loghi delle piattaforme sono banner larghi, non icone quadrate:
   li metto in tessere orizzontali dentro lo schermo */
.fv-bt__apps {
  display: grid;
  gap: 9px;
  padding: 20px 16px;
  justify-items: start;
}

.fv-bt__app {
  display: grid;
  place-items: center;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.fv-bt__app img {
  width: auto;
  height: 20px;
  max-width: 132px;
  object-fit: contain;
}

/* loghi bianchi su tessera chiara: li scurisco per renderli leggibili */
.fv-bt__app.is-invert img {
  filter: invert(1) brightness(0.35);
}

/* ── 2. asset: pillole strumenti ── */
.fv-bt__art--assets {
  overflow: hidden;
}

.fv-bt__pairs {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.fv-bt__pairs:nth-child(2) {
  margin-left: -46px;
}

.fv-bt__pairs:nth-child(3) {
  margin-left: 24px;
}

.fv-bt__pair {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px 9px 9px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  font-weight: 600;
  color: rgba(244, 247, 245, 0.9);
}

.fv-bt__coin {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: #0c1118;
}

.fv-bt__coin.is-btc { background: linear-gradient(150deg, #f7c66a 0%, #e0952f 100%); }
.fv-bt__coin.is-gold { background: linear-gradient(150deg, #f4d68a 0%, #c7a95f 100%); }
.fv-bt__coin.is-silver { background: linear-gradient(150deg, #e6ebef 0%, #a9b3bd 100%); }
.fv-bt__coin.is-eur { background: linear-gradient(150deg, #7c8cf8 0%, #3f52c4 100%); }
.fv-bt__coin.is-gbp { background: linear-gradient(150deg, #f28fa0 0%, #c34459 100%); }
.fv-bt__coin.is-idx { background: linear-gradient(150deg, #6fdcc6 0%, #2fa293 100%); }
.fv-bt__coin.is-ndx { background: linear-gradient(150deg, #7ccbf5 0%, #2f7fc0 100%); }
.fv-bt__coin.is-oil { background: linear-gradient(150deg, #9aa3ad 0%, #4c545d 100%); color: #f4f7f5; }

/* ── 3. pagamenti ── */
.fv-bt__pay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 10px;
}

.fv-bt__pay {
  display: grid;
  place-items: center;
  height: 54px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(244, 247, 245, 0.82);
  text-align: center;
}

.fv-bt__pay img {
  max-width: 74px;
  max-height: 22px;
  object-fit: contain;
}

/* logo scuro su tessera scura: lo porto a bianco */
.fv-bt__pay.is-logo img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

/* ── 4. tecnologia: strati ── */
.fv-bt__art--tech {
  display: grid;
  place-items: center;
}

.fv-bt__stack {
  position: relative;
  width: min(300px, 82%);
  height: 190px;
}

.fv-bt__layer {
  position: absolute;
  left: 50%;
  width: 78%;
  height: 58px;
  border-radius: 14px;
  transform: translateX(-50%) rotateX(58deg) rotateZ(-40deg);
  transform-style: preserve-3d;
}

.fv-bt__layer--top {
  top: 8px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(140deg, #e6ebef 0%, #9aa3ad 100%);
  color: #0c1118;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.4);
}

.fv-bt__layer--mid {
  top: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}

.fv-bt__layer--chip {
  top: 88px;
  border: 1px solid rgba(69, 200, 180, 0.34);
  background:
    repeating-linear-gradient(90deg, rgba(69, 200, 180, 0.22) 0 6px, rgba(69, 200, 180, 0) 6px 14px),
    rgba(10, 30, 34, 0.9);
}

.fv-bt__layer--base {
  top: 126px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(140deg, #232830 0%, #0d1015 100%);
}

.fv-bt__glow {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 220px;
  height: 220px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69, 200, 180, 0.3) 0%, rgba(69, 200, 180, 0) 68%);
  pointer-events: none;
}

@media (max-width: 991px) {
  .fv-bt__grid {
    grid-template-columns: 1fr;
  }

  .fv-bt__card {
    min-height: 340px;
  }

  .fv-bt__device {
    left: 6%;
    right: 6%;
  }
}

@media (max-width: 575px) {
  .fv-bt__card {
    padding: 20px;
    min-height: 320px;
  }

  .fv-bt__pay-grid {
    grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  }
}

/* ═══════════════════════════════════════════════════════════
   13. ROADMAP — sezione chiara, elenco editoriale per trimestri
   ═══════════════════════════════════════════════════════════ */
.fv-rm {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-block: clamp(64px, 8vw, 110px);
  scroll-margin-top: calc(var(--fv-header-offset, 120px) + 16px);
  background:
    radial-gradient(60% 45% at 85% 0%, rgba(69, 200, 180, 0.12) 0%, rgba(69, 200, 180, 0) 62%),
    radial-gradient(50% 40% at 5% 100%, rgba(69, 200, 180, 0.07) 0%, rgba(69, 200, 180, 0) 60%),
    #f7faf9;
  color: #141415;
}

.fv-rm__inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 48px);
}

/* ── testata su due colonne ── */
.fv-rm__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(36px, 4vw, 56px);
  padding-bottom: clamp(24px, 3vw, 36px);
  border-bottom: 1px solid #14141514;
}

.fv-rm__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2fa293;
}

.fv-rm__title-main {
  margin: 0;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.08;
}

.fv-rm__meta {
  display: grid;
  gap: 18px;
}

.fv-rm__sub {
  margin: 0;
  font-size: clamp(14.5px, 1.1vw, 16px);
  line-height: 1.6;
  color: #141415a3;
}

.fv-rm__progress {
  display: grid;
  gap: 9px;
}

.fv-rm__bar {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: #1414150f;
  overflow: hidden;
}

.fv-rm__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2fa293 0%, #56d6c1 100%);
}

.fv-rm__pct {
  font-size: 12.5px;
  font-weight: 500;
  color: #14141566;
}

/* ── elenco ── */
.fv-rm__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv-rm__row {
  display: grid;
  grid-template-columns: 132px 28px minmax(0, 1fr);
  gap: 0 clamp(14px, 2vw, 28px);
  padding: clamp(22px, 2.4vw, 30px) clamp(14px, 1.6vw, 22px);
  border-radius: 20px;
  transition: background 0.28s ease, box-shadow 0.28s ease;
}

.fv-rm__row + .fv-rm__row {
  box-shadow: inset 0 1px 0 #14141512;
}

.fv-rm__row:hover {
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(20, 32, 30, 0.07);
}

.fv-rm__row.is-now {
  background: #ffffff;
  box-shadow:
    0 18px 44px rgba(47, 162, 147, 0.14),
    inset 0 0 0 1px rgba(47, 162, 147, 0.22);
}

/* colonna trimestre */
.fv-rm__when {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-top: 2px;
}

.fv-rm__q {
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
  color: #14141524;
  transition: color 0.28s ease;
}

.fv-rm__row.is-done .fv-rm__q {
  color: #2fa293;
}

.fv-rm__row.is-now .fv-rm__q {
  color: #141415;
}

.fv-rm__y {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #14141566;
}

/* binario verticale con il pallino */
.fv-rm__rail {
  position: relative;
  display: flex;
  justify-content: center;
}

.fv-rm__rail::before {
  content: '';
  position: absolute;
  top: -40px;
  bottom: -40px;
  width: 1px;
  background: #14141514;
}

.fv-rm__row:first-child .fv-rm__rail::before {
  top: 12px;
}

.fv-rm__row:last-child .fv-rm__rail::before {
  bottom: calc(100% - 12px);
}

.fv-rm__dot {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f7faf9;
  border: 2px solid #14141524;
}

.fv-rm__row.is-done .fv-rm__dot {
  background: #2fa293;
  border-color: #2fa293;
}

.fv-rm__row.is-now .fv-rm__dot {
  background: #45c8b4;
  border-color: #45c8b4;
  box-shadow: 0 0 0 5px rgba(69, 200, 180, 0.18);
}

/* contenuto */
.fv-rm__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}

.fv-rm__title {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 600;
  letter-spacing: -0.024em;
  line-height: 1.2;
  color: #141415;
}

.fv-rm__status {
  padding: 4px 11px;
  border-radius: 999px;
  border: 1px solid #14141514;
  background: #f2f6f5;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #14141566;
  white-space: nowrap;
}

.fv-rm__row.is-done .fv-rm__status {
  border-color: rgba(47, 162, 147, 0.26);
  background: var(--fv-teal-050, #e8f6f4);
  color: #2fa293;
}

.fv-rm__row.is-now .fv-rm__status {
  border-color: transparent;
  background: linear-gradient(180deg, #56d6c1 0%, #35b6a2 100%);
  color: #032723;
}

.fv-rm__text {
  margin: 0 0 14px;
  max-width: 62ch;
  font-size: 14.5px;
  line-height: 1.6;
  color: #141415a3;
}

.fv-rm__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fv-rm__tags span {
  padding: 6px 12px;
  border: 1px solid #14141514;
  border-radius: 999px;
  background: #ffffff;
  font-size: 12.5px;
  font-weight: 500;
  color: #141415a3;
}

.fv-rm__row.is-now .fv-rm__tags span,
.fv-rm__row:hover .fv-rm__tags span {
  background: #f7faf9;
}

@media (max-width: 991px) {
  .fv-rm__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .fv-rm__row {
    grid-template-columns: 92px 24px minmax(0, 1fr);
  }
}

@media (max-width: 575px) {
  .fv-rm__row {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 0 14px;
    padding: 20px 12px;
  }

  .fv-rm__when {
    grid-column: 2;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .fv-rm__rail {
    grid-row: 1 / span 2;
  }

  .fv-rm__q {
    font-size: 22px;
  }
}

/* ═══════════════════════════════════════════════════════════
   14. FAQ — sezione chiara, accordion + riquadro supporto
   ═══════════════════════════════════════════════════════════ */
.fv-fq {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-block: clamp(64px, 8vw, 110px);
  scroll-margin-top: calc(var(--fv-header-offset, 120px) + 16px);
  background:
    radial-gradient(55% 40% at 12% 0%, rgba(69, 200, 180, 0.1) 0%, rgba(69, 200, 180, 0) 60%),
    #ffffff;
  color: #141415;
}

.fv-fq__inner {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 48px);
}

.fv-fq__head {
  max-width: 640px;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.fv-fq__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2fa293;
}

.fv-fq__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.1;
}

.fv-fq__sub {
  margin: 0;
  font-size: clamp(14.5px, 1.15vw, 16.5px);
  line-height: 1.6;
  color: #141415a3;
}

.fv-fq__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

/* ── accordion ── */
.fv-fq__list {
  border-top: 1px solid #14141514;
}

.fv-fq__item {
  border-bottom: 1px solid #14141514;
  transition: background 0.25s ease;
}

.fv-fq__q {
  margin: 0;
}

.fv-fq__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 14px 22px 4px;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: clamp(16px, 1.4vw, 18.5px);
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.35;
  text-align: left;
  color: #141415;
  cursor: pointer;
  transition: color 0.2s ease;
}

.fv-fq__btn:hover {
  color: #2fa293;
}

.fv-fq__sign {
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #14141518;
  background: #f7faf9;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.35s ease;
}

.fv-fq__sign::before,
.fv-fq__sign::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.6px;
  border-radius: 2px;
  background: #141415;
  transform: translate(-50%, -50%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease;
}

.fv-fq__sign::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.fv-fq__item.is-open .fv-fq__sign {
  background: linear-gradient(180deg, #56d6c1 0%, #35b6a2 100%);
  border-color: transparent;
  transform: rotate(180deg);
}

.fv-fq__item.is-open .fv-fq__sign::before,
.fv-fq__item.is-open .fv-fq__sign::after {
  background: #032723;
}

.fv-fq__item.is-open .fv-fq__sign::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.fv-fq__a {
  overflow: hidden;
}

.fv-fq__a p {
  margin: 0;
  padding: 0 56px 24px 4px;
  max-width: 68ch;
  font-size: 15px;
  line-height: 1.65;
  color: #141415a3;
}

/* ── riquadro supporto ── */
.fv-fq__aside {
  position: sticky;
  top: calc(var(--fv-header-offset, 120px) + 20px);
  padding: 28px 26px;
  border: 1px solid #14141514;
  border-radius: 22px;
  background:
    radial-gradient(120% 70% at 50% 0%, rgba(69, 200, 180, 0.16) 0%, rgba(69, 200, 180, 0) 66%),
    #f7faf9;
  text-align: center;
}

.fv-fq__aside-ico {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #14141514;
  color: #2fa293;
  box-shadow: 0 10px 24px rgba(20, 32, 30, 0.08);
}

.fv-fq__aside-ico svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fv-fq__aside-title {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.022em;
}

.fv-fq__aside-text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #141415a3;
}

.fv-fq__aside-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 12px;
  background: linear-gradient(180deg, #56d6c1 0%, #35b6a2 100%);
  color: #032723 !important;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 10px 24px rgba(69, 200, 180, 0.24);
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.fv-fq__aside-btn:hover {
  filter: brightness(1.05);
}

.fv-fq__aside-note {
  display: block;
  margin-top: 12px;
  font-size: 12.5px;
  color: #14141566;
}

@media (max-width: 991px) {
  .fv-fq__body {
    grid-template-columns: 1fr;
  }

  .fv-fq__aside {
    position: static;
  }
}

@media (max-width: 575px) {
  .fv-fq__btn {
    padding: 18px 4px;
    gap: 12px;
  }

  .fv-fq__a p {
    padding-right: 34px;
  }
}

/* ═══════════════════════════════════════════════════════════
   15. SHOWS — vetrina serie video con selettore in basso
   ═══════════════════════════════════════════════════════════ */
.fv-sh {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: clamp(56px, 7vw, 96px) 0 clamp(80px, 8vw, 120px);
  scroll-margin-top: calc(var(--fv-header-offset, 120px) + 16px);
  background:
    radial-gradient(60% 45% at 50% 0%, rgba(69, 200, 180, 0.1) 0%, rgba(69, 200, 180, 0) 62%),
    #f7faf9;
  color: #141415;
}

.fv-sh__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 48px);
}

.fv-sh__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(28px, 3.4vw, 44px);
}

.fv-sh__heading {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.12;
}

.fv-sh__sub {
  margin: 0;
  font-size: clamp(14.5px, 1.15vw, 16.5px);
  line-height: 1.6;
  color: #141415a3;
}

/* ── palco ── */
.fv-sh__stage {
  position: relative;
  border-radius: 26px;
  overflow: visible;
  aspect-ratio: 16 / 8;
  min-height: 320px;
}

.fv-sh__media {
  position: absolute;
  inset: 0;
  border-radius: 26px;
  overflow: hidden;
  background: #05070c;
  box-shadow: 0 30px 70px rgba(20, 32, 30, 0.16);
}

.fv-sh__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s ease;
}

.fv-sh__media.is-playing .fv-sh__thumb {
  opacity: 0;
}

.fv-sh__player {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none !important;
}

.fv-sh__media.is-playing .fv-sh__player {
  opacity: 1;
}

.fv-sh__player iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 178vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none !important;
}

.fv-sh__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 8, 16, 0.28) 0%, rgba(4, 8, 16, 0.5) 45%, rgba(4, 8, 16, 0.85) 100%);
}

/* ── testo al centro ── */
.fv-sh__overlay {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  width: min(880px, 86%);
  text-align: center;
  color: #ffffff;
}

.fv-sh__kicker {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.82);
}

.fv-sh__title {
  margin: 0 0 22px;
  font-size: clamp(24px, 3.2vw, 46px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #ffffff;
}

.fv-sh__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 14.5px;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.fv-sh__btn svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.fv-sh__btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0c1118 !important;
}

/* ── selettore serie ── */
.fv-sh__cards {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  width: min(1020px, 92%);
}

.fv-sh__card {
  position: relative;
  min-height: 108px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: #0c1118;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 18px 40px rgba(20, 32, 30, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.fv-sh__card:hover {
  transform: translateY(-3px);
}

.fv-sh__card.is-active {
  border-color: #45c8b4;
  box-shadow: 0 20px 44px rgba(69, 200, 180, 0.3);
}

.fv-sh__card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  filter: grayscale(0.35);
  transform: scale(1.25);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.fv-sh__card.is-active .fv-sh__card-bg {
  opacity: 0.8;
  filter: none;
}

.fv-sh__card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 10, 18, 0.94) 0%, rgba(6, 10, 18, 0.7) 52%, rgba(6, 10, 18, 0.25) 100%);
}

.fv-sh__card-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 18px 16px;
}

.fv-sh__card-body b {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #ffffff;
}

.fv-sh__card-body em {
  font-style: normal;
  font-size: 12.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.66);
  max-width: 22ch;
}

@media (max-width: 991px) {
  .fv-sh__stage {
    aspect-ratio: 16 / 11;
  }

  .fv-sh__cards {
    width: 94%;
    gap: 10px;
    bottom: -28px;
  }

  .fv-sh__card {
    min-height: 92px;
  }

  .fv-sh__card-body {
    padding: 14px 12px;
  }

  .fv-sh__card-body em {
    display: none;
  }
}

@media (max-width: 575px) {
  .fv-sh__stage {
    aspect-ratio: 3 / 4;
  }

  .fv-sh__overlay {
    top: 38%;
  }

  .fv-sh__cards {
    grid-auto-flow: row;
    position: static;
    transform: none;
    width: 100%;
    margin-top: 14px;
  }

  .fv-sh__card {
    min-height: 74px;
  }
}

/* ═══════════════════════════════════════════════════════════
   16. RACCORDI TRA SEZIONI — passaggi chiaro/scuro morbidi
   Ogni sezione che cambia tono rispetto alla precedente sale
   sopra di essa con gli angoli arrotondati, come un foglio.
   ═══════════════════════════════════════════════════════════ */
.fv-eco,
.fv-pr,
.fv-rm {
  margin-top: -34px;
  border-radius: 34px 34px 0 0;
  overflow: hidden;
}

/* la sezione chiara finale si chiude sul fondo scuro della pagina */
.fv-sh {
  border-radius: 0 0 34px 34px;
  overflow: hidden;
}

/* dentro il gruppo scuro e dentro quello chiaro nessun taglio:
   le sezioni si passano lo stesso colore ai bordi */
.fv-how,
.fv-tc,
.fv-mv,
.fv-bt,
.fv-fq {
  border-radius: 0;
}

/* la sezione FAQ e' bianca in mezzo a due sezioni f7faf9:
   sfumo i bordi per non creare gradini */
.fv-fq {
  background:
    radial-gradient(55% 40% at 12% 0%, rgba(69, 200, 180, 0.1) 0%, rgba(69, 200, 180, 0) 60%),
    linear-gradient(180deg, #f7faf9 0%, #ffffff 12%, #ffffff 88%, #f7faf9 100%);
}

/* piccola pausa visiva prima della striscia partner */
.tf-brand {
  padding-top: 18px;
}

@media (max-width: 767px) {
  .fv-eco,
  .fv-pr,
  .fv-rm {
    margin-top: -24px;
    border-radius: 24px 24px 0 0;
  }

  .fv-sh {
    border-radius: 0 0 24px 24px;
  }
}
