/* ==========================================================================
   PartnerLynx — demo sito web
   Linguaggio visivo: Efor (pixelwars) demo-01, rebrandizzato PartnerLynx.

   I valori qui sotto NON sono stimati: sono estratti dal CSS del tema
   (themes/efor/css/main.css + inline efor-style) e dal CSS Elementor della
   home (uploads/.../elementor/css/post-254.css). Riferimenti nei commenti.

   Sostituzioni di brand:
     'Now' (proprietario)  → Outfit   (stessa 'a' a due piani, stesse proporzioni)
     #f4de6e giallo        → #a68d6a  oro PartnerLynx (testo scuro sopra, come Efor)
     #61CB5E / #8747de     → #203888  navy PartnerLynx
     #f2f2f8 / #f7f7fb     → tinte calde
     #E6EDE0 salvia        → #e8ebf2  tinta fredda navy
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Token
   -------------------------------------------------------------------------- */
:root {
  /* Brand */
  --gold: #a68d6a;
  --gold-dark: #8a7150;
  --gold-soft: #c8b394;
  --gold-pale: #e9e0d0;
  /* Oro del logo, usato anche per il testo di accento come richiesto.
     Nota: su bianco dà 3.16:1, sotto la soglia WCAG AA di 4.5:1 per testo
     sotto i 24px. Per rientrare basta rimettere qui #755e3e (6.13:1),
     senza toccare nient'altro: --gold resta per riempimenti e bordi. */
  --gold-text: #A68D6A;
  --navy: #203888;
  --navy-deep: #16255a;
  --navy-ink: #0c1330;

  /* Efor: body #444, titoli #000, sub #606060, newsletter #2a344f */
  --ink: #14161c;
  --text: #444444;
  --text-soft: #606060;
  --text-deep: #2a344f;
  --paper: #ffffff;

  /* Efor: #f2f2f8 (tinta principale), #f7f7fb (tinta leggera), #E6EDE0 (accento) */
  --tint-a: #f3f1ec;
  --tint-b: #faf8f4;
  --tint-c: #e8ebf2;

  --line: rgba(0, 0, 0, 0.09);          /* Efor: jet-timeline__line */
  --line-strong: rgba(0, 0, 0, 0.16);
  --line-light: rgba(255, 255, 255, 0.16);

  --font-display: "Outfit", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-script: "Great Vibes", "Apple Chancery", cursive;

  --wrap: 1140px;                        /* Efor: .layout-medium max-width */
  --gutter: clamp(20px, 5vw, 40px);

  --radius-btn: 6px;
  --radius-card: 8px;                    /* Efor: timeline card, white card */
  --radius-pill: 12px;                   /* Efor: "How it works?" pill */
  --radius-lg: 16px;                     /* Efor: 2c4c1687 */

  --shadow-sm: 0 2px 14px rgba(12, 19, 48, 0.05);
  --shadow: 0 20px 60px rgba(12, 19, 48, 0.09);
  --shadow-lg: 0 40px 90px rgba(12, 19, 48, 0.20);

  --header-h: 75px;                      /* Efor: line-height 75px */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* --------------------------------------------------------------------------
   2. Base — Efor: html 15px ≥992px, line-height 1.9, body #444
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: 13px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 992px) {
  html { font-size: 15px; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* Efor: h1 weight 500; i titoli maiuscoli hanno line-height 1.3em, non stretta */
h1, h2, h3, h4, h5 {
  margin: 0 0 0.5em;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

p { margin: 0 0 1.2em; }
p:last-child { margin-bottom: 0; }
strong { color: var(--ink); font-weight: 600; }

::selection { background: var(--gold); color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* --------------------------------------------------------------------------
   3. Layout
   -------------------------------------------------------------------------- */
.wrap {
  width: min(var(--wrap), 100%);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.wrap--narrow { width: min(820px, 100%); }

/* Efor padding reali: 60px (servizi), 40px (strip loghi), 70–80px (colonne),
   100px (contatori), 120px (hero), 73/70px (newsletter) */
.section        { padding-block: 80px; }
.section--sm    { padding-block: 40px; }
.section--md    { padding-block: 60px; }
.section--lg    { padding-block: 100px; }

.section--tint-a { background: var(--tint-a); }
.section--tint-b { background: var(--tint-b); }
.section--tint-c { background: var(--tint-c); }

.section--ink {
  background: var(--navy-ink);
  color: rgba(255, 255, 255, 0.82);
}

.section--ink h1, .section--ink h2, .section--ink h3,
.section--ink h4, .section--ink strong { color: #fff; }

@media (max-width: 767px) {
  .section     { padding-block: 56px; }
  .section--lg { padding-block: 64px; }
  .section--md { padding-block: 44px; }
}

/* --------------------------------------------------------------------------
   4. Scala tipografica — valori esatti del template
   -------------------------------------------------------------------------- */

/* Efor 5491db9c: 55px / 700 / uppercase / line-height 1.3em */
.t-hero {
  font-size: clamp(2rem, 1.1rem + 3.2vw, 55px);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Efor a06e046: 53px / 700 / uppercase / line-height 1.3em */
.t-caps {
  font-size: clamp(1.85rem, 1.1rem + 2.9vw, 53px);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Efor ff9d009: 45px / 600 / line-height 1.2em / #000 */
.t-title {
  font-size: clamp(1.7rem, 1.15rem + 2.3vw, 45px);
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

/* Efor 6df197b7: 43px / 700 / line-height 43px / letter-spacing -1.5px */
.t-title-tight {
  font-size: clamp(1.7rem, 1.2rem + 2.1vw, 43px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--text-deep);
}

/* Efor 4f2d688d: 26px / 400 / line-height 33px / letter-spacing -0.9px */
.t-kicker {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.05rem + 0.8vw, 26px);
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.9px;
  color: var(--text-deep);
}

/* Efor 314ad71e: 12px / 500 / uppercase / letter-spacing 1.3px / rgba(0,0,0,.29) */
.label-xs {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.29);
}

/* Efor 3c2ef47 / ea54f60: 14px / uppercase / letter-spacing 1.6–2px */
.label-sm {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-text);
}

.section--ink .label-sm { color: var(--gold-soft); }
.label-xs.on-dark, .section--ink .label-xs { color: rgba(255, 255, 255, 0.45); }

/* Efor f234971: 23px / 300 / line-height 1.6em (sottotitolo hero) */
.t-lead {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1rem + 0.8vw, 23px);
  font-weight: 300;
  line-height: 1.6;
}

/* Efor 70c193c: 16px / 300 / #606060 (sottotitolo di sezione) */
.t-sub {
  margin: -6px 0 30px;
  font-family: var(--font-display);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 16px);
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-soft);
}

/* Efor b732117: 17px / 400 / line-height 1.8em */
.t-body-lg { font-size: clamp(1rem, 0.96rem + 0.3vw, 17px); line-height: 1.8; }

/* Efor 76a13e59: 15px / 400 / line-height 1.7em / #1c1a1a */
.t-body { font-size: 15px; line-height: 1.7; color: #1c1a1a; }

/* Efor 7bc4afd3: 19px / 300 / line-height 26px */
.t-body-light {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.98rem + 0.4vw, 19px);
  font-weight: 300;
  line-height: 1.37;
  color: var(--text-deep);
}

/* Firma manoscritta — Efor 5ba7887c: Great Vibes 50px / #191919 */
.script {
  margin: 0;
  font-family: var(--font-script);
  font-size: clamp(2rem, 1.4rem + 2.2vw, 50px);
  font-weight: 400;
  line-height: 1.1;
  color: #191919;
}

.measure { max-width: 62ch; }
.center  { text-align: center; }
.center .measure, .center .t-lead, .center .t-sub { margin-inline: auto; }
.accent  { color: var(--gold); }

/* --------------------------------------------------------------------------
   5. Bottoni — Efor ec0607c: bg #f4de6e, testo #262626,
      14px / 700 / uppercase / letter-spacing 0.5px, radius 6px
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 34px;
  border: 2px solid transparent;
  border-radius: var(--radius-btn);
  background: var(--gold);
  color: #1a1a1a;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease),
              border-color 0.25s var(--ease);
}

.btn:hover { background: var(--gold-dark); color: #fff; }

.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-deep); color: #fff; }

.btn--outline {
  background: transparent;
  border-color: var(--line-strong);
  color: var(--ink);
}
.btn--outline:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

.btn--outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.btn--outline-light:hover { background: #fff; border-color: #fff; color: var(--navy-ink); }

.btn--sm { padding: 13px 22px; font-size: 12px; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.center .btn-row { justify-content: center; }
.btn-row--center { justify-content: center; }

/* Efor 8043293 jet-more: 12px / 700 / uppercase / letter-spacing 1px, no fill */
.more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 7px;
  color: #161616;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.more-link::after { content: "→"; transition: transform 0.25s var(--ease); }
.more-link:hover { color: var(--navy); }
.more-link:hover::after { transform: translateX(5px); }
.section--ink .more-link { color: var(--gold-soft); }

/* Pill bianca — Efor 4447fddc: bg #fff, radius 12px, padding 12px 24px */
.pill {
  display: inline-block;
  margin: 0 0 16px;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   6. Header — Efor: logo a sinistra, menu orizzontale centrato,
      azioni a destra, altezza 75px. Hamburger SOLO sotto 992px.
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: var(--header-h);
}

/* Sulla home il menu è trasparente sopra l'hero, come nel template */
.site-header--overlay:not(.is-stuck) {
  background: transparent;
  border-bottom-color: transparent;
}

.site-header--overlay:not(.is-stuck) .nav a { color: #fff; }
.site-header--overlay:not(.is-stuck) .nav-toggle span { background: #fff; }

/* Efor .site-title: 22px / 700 / uppercase */
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

/* Il lockup fornito dalla cliente è 6.4:1, quindi si dimensiona in altezza.
   Due varianti: navy per fondi chiari, bianca per l'header sopra l'hero e
   per il footer. */
.brand__logo {
  width: auto;
  height: 38px;
}

.brand__logo--ondark { display: none; }

.site-header--overlay:not(.is-stuck) .brand__logo--onlight { display: none; }
.site-header--overlay:not(.is-stuck) .brand__logo--ondark { display: block; }

.site-tagline {
  display: block;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.35);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

/* Efor .nav-menu > ul: 12px / 700, uppercase */
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex: 1;
}

.nav a {
  position: relative;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.2s var(--ease);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.25s var(--ease);
}

.nav a:hover::after,
.nav a[aria-current="page"]::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  margin-right: -10px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin-inline: auto;
  background: var(--ink);
  transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 991px) {
  .nav-toggle { display: flex; }
  .header-actions { margin-left: auto; }

  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px var(--gutter) 24px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
  }

  .nav.is-open { transform: none; opacity: 1; visibility: visible; }

  .nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink) !important;
    font-size: 14px;
  }

  .nav a::after { display: none; }
}

@media (max-width: 620px) {
  .header-cta { padding: 11px 14px; font-size: 11px; }
  .brand__logo { height: 26px; }
}

/* Il lockup è 6.4:1: su schermi stretti va rimpicciolito ancora, altrimenti
   spinge fuori CTA e hamburger. */
@media (max-width: 480px) {
  .site-header__inner { gap: 8px; }
  .brand__logo { height: 21px; }
  .header-cta { padding: 10px 11px; font-size: 10px; letter-spacing: 0.4px; }
  .nav-toggle { width: 36px; margin-right: -8px; }
}

/* --------------------------------------------------------------------------
   7. Hero — Efor 7a312ffa: immagine full-bleed + overlay, padding 120px,
      contenuto centrato, separatore a onda in basso
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 640px;
  padding: 200px 20px 160px;
  background: var(--navy-ink);
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

/* SEGNAPOSTO IMMAGINE — brief: "A founder. Late evening. Laptop open.
   Lights off. Coffee. Anxious. Thinking. Alone."
   Sostituire background-image qui sotto. */
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-color: var(--navy-ink);
  background-image:
    radial-gradient(50% 45% at 66% 28%, rgba(214, 176, 118, 0.28), transparent 70%),
    radial-gradient(48% 44% at 26% 74%, rgba(32, 56, 136, 0.5), transparent 72%),
    linear-gradient(165deg, #0a1233 0%, #0c1330 48%, #05081a 100%);
  background-size: cover;
  background-position: center;
}

/* Efor usa un overlay a tinta unita (#0a0014) sopra la foto */
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 0, 20, 0.55);
}

.hero__inner {
  position: relative;
  width: min(var(--wrap), 100%);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.hero h1 { max-width: 18ch; margin: 0 auto 24px; color: #fff; }
.hero .t-lead { max-width: 56ch; margin-inline: auto; color: #fff; }
.hero .btn-row { justify-content: center; }
.page-hero .btn-row { justify-content: center; }
.hero .label-sm { color: var(--gold-soft); }

/* Separatore a onda — elemento distintivo di Efor demo-01 */
.wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: clamp(40px, 6vw, 80px);
  display: block;
}

.wave path { fill: #fff; }
.wave--tint-a path { fill: var(--tint-a); }
.wave--tint-b path { fill: var(--tint-b); }

/* Hero delle pagine interne */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 90px) 20px 110px;
  background: var(--navy-ink);
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  overflow: hidden;
}

.page-hero h1 { max-width: 20ch; margin: 0 auto 20px; color: #fff; }
.page-hero .t-lead { max-width: 60ch; margin-inline: auto; color: rgba(255, 255, 255, 0.82); }
.page-hero .label-sm { color: var(--gold-soft); }

/* --------------------------------------------------------------------------
   8. Blocco intro — Efor 1f223fe2: immagine grande a sinistra,
      colonna destra con label, firma manoscritta e riquadro tinto
   -------------------------------------------------------------------------- */
.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: center;
}

.intro__media img { width: 100%; border-radius: var(--radius-card); }

.intro__body { padding-left: 50px; }

/* Efor 78c0b0fc: riquadro tinto, padding 80px */
.intro__panel {
  margin-top: 26px;
  padding: clamp(28px, 4vw, 60px);
  border-radius: var(--radius-card);
  background: var(--tint-a);
}

.intro__panel h2 { margin-bottom: 14px; font-weight: 500; line-height: 1.4; font-size: clamp(1.25rem, 1.05rem + 0.9vw, 28px); }

.knowlist {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.knowlist li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.7;
  color: #1c1a1a;
}

.knowlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 14px;
  height: 2px;
  background: var(--gold);
}

.knowlist li:last-child { color: var(--navy); font-weight: 600; }

/* Efor 3fe18070: 13px / bold / uppercase / letter-spacing 0.5px */
.inline-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #282322;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.inline-action::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.inline-action:hover { color: var(--navy); }

@media (max-width: 991px) {
  .intro { grid-template-columns: 1fr; gap: 32px; }
  .intro__body { padding-left: 0; }
  .intro__media { max-width: 420px; }
}

/* --------------------------------------------------------------------------
   9. Banner a 3 colonne — Efor jet-banner: immagine con titolo e testo sopra
   -------------------------------------------------------------------------- */
.banners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 340px;
  padding: 34px;
  border-radius: var(--radius-card);
  background: var(--navy-ink);
  color: rgba(255, 255, 255, 0.84);
  overflow: hidden;
  isolation: isolate;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(160deg, rgba(32, 56, 136, 0.55), rgba(12, 19, 48, 0.95));
  transition: transform 0.5s var(--ease);
}

.banner:hover::before { transform: scale(1.06); }

.banner h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

/* Efor 8d03303 jet-banner__text: 17px / 300 / lh 1.4em / ls 0.5px */
.banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.banner__num {
  position: absolute;
  top: 26px;
  right: 30px;
  color: rgba(255, 255, 255, 0.22);
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

/* --------------------------------------------------------------------------
   10. Strip loghi — Efor ffbc2af: bg #f7f7fb, padding 40px 0, label ls 2px
   -------------------------------------------------------------------------- */
.logostrip { text-align: center; }

.logostrip__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
  align-items: center;
}

.logostrip__slot {
  display: grid;
  place-items: center;
  min-height: 70px;
  padding: 10px;
  border: 1px dashed rgba(166, 141, 106, 0.5);
  border-radius: var(--radius-btn);
  color: rgba(0, 0, 0, 0.3);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   11. Blocco "risultati" — Efor 41f5c1f: colonna sinistra tinta (padding 70px),
       colonna destra con card affiancate
   -------------------------------------------------------------------------- */
.feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.feature__aside {
  padding: clamp(32px, 4.5vw, 70px);
  border-radius: var(--radius-card) 0 0 var(--radius-card);
  background: var(--tint-a);
}

.feature__aside .t-body-lg { padding-top: 26px; }

.feature__main { padding-left: 40px; }

@media (max-width: 991px) {
  .feature { grid-template-columns: 1fr; }
  .feature__aside { border-radius: var(--radius-card) var(--radius-card) 0 0; }
  .feature__main { padding: 26px 0 0; }
}

/* Card — Efor image-box 64cac34: padding 30px, titolo 19px, desc 15px */
.card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.card h3 { margin-bottom: 8px; font-size: 19px; font-weight: 600; }
.card p  { margin: 0; font-size: 15px; line-height: 1.7; }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.cards--stack { grid-template-columns: 1fr; gap: 16px; margin-top: 0; }

.section--tint-a .card, .section--tint-b .card, .section--tint-c .card { background: #fff; }

.section--ink .card {
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.76);
}

/* Efor 3fe18070 label sulle card */
.card__label {
  margin: 0 0 14px;
  color: var(--gold-text);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.card__list {
  margin: 6px 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  font-size: 15px;
  line-height: 1.6;
}

.card__list li { position: relative; padding-left: 20px; }

.card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.card__foot { margin-top: auto; padding-top: 20px; }

/* --------------------------------------------------------------------------
   12. Timeline — Efor jet-timeline 6a766c10: linea verticale rgba(0,0,0,.09),
       card bianche radius 8px padding 30px 44px 30px 40px, badge tondo
   -------------------------------------------------------------------------- */
.tl { position: relative; margin-top: 34px; padding-left: 74px; }

/* z-index 0: la linea deve passare DIETRO i cerchietti, non sopra */
.tl::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 25px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: var(--line);
}

.tl::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 25px;
  top: 12px;
  width: 2px;
  /* Altezza scritta da main.js in base alla posizione di scroll,
     come .jet-timeline__line-progress di Efor */
  height: var(--tl-progress, 0px);
  background: var(--gold);
  transition: height 0.15s linear;
}

/* z-index 1: gli item stanno sopra le due linee */
.tl__item { position: relative; z-index: 1; margin-bottom: 16px; }
.tl__item:last-child { margin-bottom: 0; }

.tl__point {
  position: absolute;
  z-index: 2;
  left: -74px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold-pale);
  color: #1a1a1a;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  transition: background 0.45s var(--ease), color 0.45s var(--ease),
              box-shadow 0.45s var(--ease), transform 0.45s var(--ease);
}

.tl__card {
  position: relative;
  padding: 30px 44px 30px 40px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: background 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

/* Freccia che collega la card alla linea — Efor: .timeline-item__card-arrow */
.tl__card::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 30px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: background 0.45s var(--ease);
}

.tl__card h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.45s var(--ease);
}

.tl__card p {
  margin: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.67);
  transition: color 0.45s var(--ease);
}

/* Stato attivo, aggiunto allo scroll da main.js — Efor:
   .jet-timeline-item.is--active .timeline-item__card { background: accento;
   testo bianco } e badge pieno con lo stesso accento. */
.tl__item.is-active .tl__card {
  background: var(--navy);
  box-shadow: 0 18px 44px rgba(32, 56, 136, 0.22);
}

.tl__item.is-active .tl__card::before { background: var(--navy); }
.tl__item.is-active .tl__card h3 { color: #fff; }
.tl__item.is-active .tl__card p  { color: rgba(255, 255, 255, 0.86); }

.tl__item.is-active .tl__point {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 0 0 6px rgba(32, 56, 136, 0.12);
}

.section--tint-c .tl__item.is-active .tl__point { box-shadow: 0 0 0 6px rgba(32, 56, 136, 0.10); }

@media (max-width: 620px) {
  .tl { padding-left: 0; }
  .tl::before, .tl::after { display: none; }
  .tl__card::before { display: none; }
  .tl__point { position: static; margin-bottom: 12px; }
  .tl__card { padding: 24px; }
}

/* Card bianca affiancata — Efor 370b8f2b: max-width 440px, radius 8px, padding 10% */
.sidecard {
  max-width: 440px;
  padding: 10%;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.sidecard h3 { margin-bottom: 6px; font-size: 26px; font-weight: 600; }
.sidecard p  { font-size: 17px; font-weight: 400; line-height: 1.5; }
.sidecard .btn { width: 100%; margin-top: 18px; }
.sidecard small { display: block; margin-top: 14px; color: rgba(0, 0, 0, 0.45); font-size: 13px; line-height: 1.5; }

/* --------------------------------------------------------------------------
   13. Contatori — Efor 783f99e: fascia scura padding 100px,
       numero 75px/700, label 13px/600/uppercase/letter-spacing 5px
   -------------------------------------------------------------------------- */
.counters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px 24px;
  text-align: center;
}

.counters strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 1.6rem + 3.4vw, 75px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.counters span {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.6;
  text-transform: uppercase;
}

.counters--light strong { color: var(--navy); }
.counters--light span   { color: rgba(0, 0, 0, 0.45); }

/* --------------------------------------------------------------------------
   14. Split "prima / dopo" e liste a confronto
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: var(--radius-card);
  overflow: hidden;
  margin-top: 34px;
}

.split__side { padding: clamp(30px, 4vw, 50px); }
.split__side--a { background: #fff; }
.split__side--b { background: var(--navy-ink); color: rgba(255, 255, 255, 0.8); }
.split__side--b h3 { color: #fff; }

.split__items { margin: 0 0 26px; padding: 0; list-style: none; display: grid; gap: 12px; }
.split__items li { position: relative; padding-left: 24px; font-size: 15px; line-height: 1.7; }

.split__items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0.4;
}

.split__side--b .split__items li::before { background: var(--gold); border-color: var(--gold); opacity: 1; }

.split__result {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--ink);
}

.split__side--b .split__result { border-color: var(--line-light); color: #fff; }
.split__result span { display: block; }

@media (max-width: 767px) { .split { grid-template-columns: 1fr; } }

/* Catena prima → dopo */
.chain {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
  margin-top: 34px;
}

.chain__col {
  padding: clamp(26px, 3.5vw, 44px);
  border-radius: var(--radius-card);
  background: #fff;
  text-align: center;
}

.chain__col--after { background: linear-gradient(180deg, #fff, var(--gold-pale)); box-shadow: var(--shadow); }

.chain__title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
}

.chain__col--after .chain__title { color: var(--gold-text); }

.chain ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; }

.chain li {
  position: relative;
  padding: 10px 8px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.4;
}

.chain li + li::before {
  content: "↓";
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: var(--line-strong);
  font-size: 12px;
  line-height: 1;
}

.chain__col--after li + li::before { color: var(--gold); }
.chain li:first-child { font-size: 22px; font-weight: 700; }
.chain__col--after li:first-child { color: var(--navy); }

.chain li:last-child {
  margin-top: 6px;
  padding: 13px 10px;
  border-radius: var(--radius-btn);
  background: rgba(0, 0, 0, 0.045);
}

.chain__col--after li:last-child { background: var(--navy); color: #fff; }

.chain__arrow {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold);
  /* scuro su oro come i bottoni: 5.8:1 invece di 3.16:1 */
  color: #1a1a1a;
  font-size: 18px;
}

@media (max-width: 767px) {
  .chain { grid-template-columns: 1fr; }
  .chain__arrow { transform: rotate(90deg); margin-inline: auto; }
}

/* Tag pill */
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }

.tags li {
  padding: 9px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section--ink .tags li { border-color: var(--line-light); color: rgba(255, 255, 255, 0.85); }
.tags--gold li { border-color: rgba(166, 141, 106, 0.55); background: rgba(166, 141, 106, 0.08); }

/* --------------------------------------------------------------------------
   15. Mappa dei gap (componente PartnerLynx, non presente in Efor)
   -------------------------------------------------------------------------- */
.gapmap { position: relative; width: min(880px, 100%); margin: 40px auto 0; aspect-ratio: 16 / 9; }
.gapmap__svg { position: absolute; inset: 0; width: 100%; height: 100%; }

.gapmap__link {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 0.25;
  fill: none;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1s var(--ease);
}

.gapmap__link--gap {
  stroke: rgba(198, 168, 118, 0.55);
  stroke-dasharray: 2 2;
  stroke-dashoffset: 0;
  opacity: 0;
  transition: opacity 0.8s var(--ease);
}

.is-revealed .gapmap__link { stroke-dashoffset: 0; }
.is-revealed .gapmap__link--gap { opacity: 1; }

.gapmap__core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: clamp(120px, 16vw, 168px);
  aspect-ratio: 1;
  padding: 10px;
  border: 2px solid rgba(198, 168, 118, 0.45);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(32, 56, 136, 0.72), rgba(12, 19, 48, 0.96));
  color: #fff;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.gapmap__core::after {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(198, 168, 118, 0.22);
  border-radius: 50%;
  animation: pulseRing 4s var(--ease) infinite;
}

@keyframes pulseRing {
  0%, 100% { transform: scale(1);    opacity: 0.55; }
  50%      { transform: scale(1.08); opacity: 0.15; }
}

.gapmap__node {
  position: absolute;
  z-index: 3;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(12, 19, 48, 0.9);
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

.is-revealed .gapmap__node { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.gapmap__node--gap {
  border-color: var(--gold);
  border-style: dashed;
  background: rgba(166, 141, 106, 0.18);
  color: #fff;
}

.gapmap__node--gap::after {
  content: "GAP";
  margin-left: 8px;
  color: var(--gold-soft);
  font-size: 10px;
  letter-spacing: 1.6px;
}

.gapmap__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.gapmap__legend span { display: inline-flex; align-items: center; gap: 9px; }
.gapmap__legend i { width: 16px; height: 0; border-top: 2px solid rgba(255, 255, 255, 0.35); }
.gapmap__legend i.gap { border-top-style: dashed; border-top-color: var(--gold); }

@media (max-width: 880px) {
  .gapmap {
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 9px;
  }

  .gapmap__svg, .gapmap__core::after { display: none; }

  .gapmap__core {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    aspect-ratio: auto;
    padding: 22px;
    border-radius: var(--radius-card);
    transform: none;
    margin-bottom: 6px;
  }

  .gapmap__node { position: static; transform: none; border-radius: var(--radius-btn); text-align: center; white-space: normal; }
  .is-revealed .gapmap__node { transform: none; }
}

/* --------------------------------------------------------------------------
   16. Post / articoli — Efor jet-posts 8043293
   -------------------------------------------------------------------------- */
.posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 30px;
}

.post__meta {
  margin: 0 0 4px;
  color: #c1c1c1;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.post h3 {
  margin: 0 0 5px;
  padding-top: 8px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

.post h3 a:hover { color: var(--navy); }

.post p {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   17. FAQ
   -------------------------------------------------------------------------- */
.faq { margin-top: 30px; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }

.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.faq__q::after {
  content: "+";
  flex-shrink: 0;
  color: var(--gold);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s var(--ease);
}

.faq__q[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq__a { overflow: hidden; transition: height 0.35s var(--ease); }
.js .faq__a { height: 0; }
.faq__a p { max-width: 70ch; padding-bottom: 24px; }

/* --------------------------------------------------------------------------
   18. Form — Efor jet-subscribe-form 106f3e64: input bianco radius 0,
       16px/300; submit padding 17px 30px, radius 0, 13px/700/uppercase/ls 1px
   -------------------------------------------------------------------------- */
.form { display: grid; gap: 14px; max-width: 520px; }
.field { display: grid; gap: 7px; }

.field label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--text-deep);
}

.field input, .field select, .field textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-btn);
  background: #fff;
  color: var(--text-deep);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  transition: border-color 0.2s var(--ease);
}

.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold);
  outline: none;
}

.field textarea { min-height: 150px; resize: vertical; font-family: var(--font-body); font-size: 15px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(42, 52, 79, 0.45); }

.form--light .field label { color: rgba(255, 255, 255, 0.7); }

.form--light .field input,
.form--light .field select,
.form--light .field textarea {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.form--light .field input::placeholder { color: rgba(255, 255, 255, 0.4); }

.form__note { color: rgba(0, 0, 0, 0.4); font-size: 13px; line-height: 1.6; }
.form--light .form__note { color: rgba(255, 255, 255, 0.5); }

/* Segnaposto visibili in demo, da rimuovere in produzione */
.placeholder {
  padding: 24px 26px;
  border: 1px dashed rgba(166, 141, 106, 0.6);
  border-radius: var(--radius-btn);
  background: rgba(166, 141, 106, 0.07);
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.placeholder::before {
  content: "Placeholder";
  display: block;
  margin-bottom: 8px;
  color: var(--gold-text);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section--ink .placeholder {
  border-color: rgba(198, 168, 118, 0.5);
  background: rgba(198, 168, 118, 0.09);
  color: rgba(255, 255, 255, 0.74);
}

.section--ink .placeholder::before { color: var(--gold-soft); }

/* --------------------------------------------------------------------------
   19. Scorecard interattiva (componente PartnerLynx)
   -------------------------------------------------------------------------- */
.scorecard { margin-top: 34px; }

.scorecard__group {
  padding: clamp(26px, 3vw, 40px);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.scorecard__group + .scorecard__group { margin-top: 16px; }
.scorecard__group > h3 { margin-bottom: 6px; font-size: 22px; font-weight: 600; }
.scorecard__hint { margin-bottom: 22px; color: var(--text-soft); font-size: 15px; line-height: 1.7; }

.q {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 26px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.q__text { font-size: 15px; line-height: 1.7; }
.q__text b { color: var(--gold-text); font-family: var(--font-display); font-weight: 700; }
.q__scale { position: relative; display: flex; gap: 6px; }
.q__scale input { position: absolute; opacity: 0; pointer-events: none; }

.q__scale label {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-btn);
  color: rgba(0, 0, 0, 0.45);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s var(--ease), color 0.18s var(--ease), border-color 0.18s var(--ease);
}

.q__scale label:hover { border-color: var(--gold); color: var(--gold-dark); }
.q__scale input:checked + label { background: var(--navy); border-color: var(--navy); color: #fff; }
.q__scale input:focus-visible + label { outline: 2px solid var(--gold); outline-offset: 2px; }

.scorecard__result {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 30px;
  margin-top: 18px;
  padding: 22px 30px;
  border-radius: var(--radius-card);
  background: var(--navy-ink);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.scorecard__score { font-family: var(--font-display); font-size: 42px; font-weight: 700; line-height: 1; }
.scorecard__score small { color: rgba(255, 255, 255, 0.45); font-size: 17px; font-weight: 300; }
.scorecard__band { flex: 1 1 260px; }

.scorecard__band strong {
  display: block;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scorecard__band span { color: rgba(255, 255, 255, 0.7); font-size: 14px; line-height: 1.6; }

@media (max-width: 640px) {
  .q { grid-template-columns: 1fr; }
  .q__scale { width: 100%; }
  .q__scale label { width: 100%; height: 46px; }
}

/* --------------------------------------------------------------------------
   20. Blocco a due colonne generico (assessment, contatti)
   -------------------------------------------------------------------------- */
.duo {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

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

.outcomes {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1px;
  background: var(--line);
  border-radius: var(--radius-card);
  overflow: hidden;
}

.outcomes li { display: flex; align-items: center; gap: 16px; padding: 16px 22px; background: #fff; font-size: 15px; line-height: 1.6; }

.outcomes li b {
  min-width: 24px;
  color: var(--gold-text);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
}

.section--ink .outcomes { background: var(--line-light); }
.section--ink .outcomes li { background: rgba(255, 255, 255, 0.05); }
.section--ink .outcomes li b { color: var(--gold-soft); }

/* Ritratto */
.portrait img { width: 100%; border-radius: var(--radius-card); box-shadow: var(--shadow); }

.portrait figcaption, .founder__caption {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 1.7;
  text-transform: uppercase;
}

.portrait figcaption strong, .founder__caption strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}

.founder { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 64px); align-items: start; }
.founder__media { position: sticky; top: calc(var(--header-h) + 24px); }
.founder__media img { width: 100%; border-radius: var(--radius-card); box-shadow: var(--shadow); }

@media (max-width: 991px) {
  .founder { grid-template-columns: 1fr; }
  .founder__media { position: static; max-width: 360px; }
  .portrait { max-width: 340px; }
}

/* Credenziali su fondo chiaro */
.beliefs { display: grid; gap: 1px; margin-top: 34px; padding: 0; background: var(--line); border-radius: var(--radius-card); overflow: hidden; }

.beliefs li {
  padding: 30px;
  background: #fff;
  list-style: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.98rem + 0.4vw, 19px);
  font-weight: 300;
  line-height: 1.5;
}

.beliefs li::before {
  content: "We believe";
  display: block;
  margin-bottom: 8px;
  color: var(--gold-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

@media (min-width: 800px) { .beliefs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* --------------------------------------------------------------------------
   21. Newsletter — Efor 1daf775a: bg tinta, padding 73/70,
       kicker + titolo, input e bottone squadrati
   -------------------------------------------------------------------------- */
.newsletter { padding: 73px 0 70px; background: var(--tint-a); }

.newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
}

.newsletter .t-body-light { margin-top: 16px; }

@media (max-width: 880px) { .newsletter__inner { grid-template-columns: 1fr; } }

/* Banda CTA finale — Efor sezione 1a99 */
.cta-band { padding: 90px 0; background: var(--gold-pale); text-align: center; }
.cta-band h2 { max-width: 20ch; margin: 0 auto 16px; font-size: clamp(1.8rem, 1.2rem + 2.4vw, 47px); font-weight: 700; letter-spacing: -1.2px; line-height: 1.15; }

/* --------------------------------------------------------------------------
   22. Footer
   -------------------------------------------------------------------------- */
.site-footer { padding: 70px 0 30px; background: var(--navy-ink); color: rgba(255, 255, 255, 0.55); font-size: 14px; }

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(auto-fit, minmax(140px, 1fr));
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line-light);
}

.site-footer .brand__logo { height: 42px; }

.site-footer .site-tagline {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-footer__blurb { max-width: 36ch; margin-top: 18px; color: rgba(255, 255, 255, 0.5); line-height: 1.8; }

.site-footer h4 {
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.site-footer a:hover { color: var(--gold-soft); }

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   23. Reveal
   -------------------------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
[data-reveal].is-revealed { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: 0.1s; }
[data-reveal-delay="2"] { transition-delay: 0.2s; }
[data-reveal-delay="3"] { transition-delay: 0.3s; }
[data-reveal-delay="4"] { transition-delay: 0.4s; }

@media (scripting: none) {
  [data-reveal] { opacity: 1; transform: none; }
  .faq__a { height: auto; }
  .tl::after { height: calc(100% - 24px); }
  .tl__card { background: var(--navy); }
  .tl__card h3 { color: #fff; }
  .tl__card p { color: rgba(255, 255, 255, 0.86); }
  .tl__point { background: var(--navy); color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   24. Complementi
   -------------------------------------------------------------------------- */

/* Frase emotiva lunga: peso leggero, mai maiuscolo */
.pull-quote {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.05rem + 1.1vw, 30px);
}

/* Dentro il blocco founder la scala si stringe: 45 → 23 → 17 invece di
   45 → 30 → 17, che stonava. 23px è il sottotitolo hero del template. */
.founder .pull-quote {
  font-size: clamp(1.15rem, 1rem + 0.8vw, 23px);
  line-height: 1.5;
  color: var(--text-deep);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.5px;
}

.pull-quote em { font-style: normal; font-weight: 600; }
.founder .pull-quote em { color: var(--navy); }
.section--ink .pull-quote { color: #fff; }

/* Banda citazione scura */
.quote-band { padding: 100px 0; background: var(--navy-ink); color: #fff; text-align: center; }

.quote-band blockquote {
  max-width: 22ch;
  margin: 0 auto;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 1.2rem + 2.6vw, 47px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1.2px;
}

.quote-band blockquote em { color: var(--gold-soft); font-style: normal; font-weight: 600; }

.quote-band cite {
  display: block;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--font-display);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.quote-band .btn-row, .cta-band .btn-row { justify-content: center; }
.quote-band .btn--outline { border-color: rgba(255, 255, 255, 0.45); color: #fff; }
.quote-band .btn--outline:hover { background: #fff; border-color: #fff; color: var(--navy-ink); }

.header-cta { white-space: nowrap; }

/* Firma sotto la lista "I know what it's like" */
.signature { margin-top: 26px; }
.signature .script { margin-bottom: 2px; }

.signature small {
  display: block;
  color: rgba(0, 0, 0, 0.45);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   25. Adattamento automatico ai fondi scuri
   Evita che un bottone outline o un form finiscano scuri su scuro solo
   perché ci si è dimenticati la variante --light nel markup.
   -------------------------------------------------------------------------- */
.hero .btn--outline,
.page-hero .btn--outline,
.section--ink .btn--outline,
.quote-band .btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.hero .btn--outline:hover,
.page-hero .btn--outline:hover,
.section--ink .btn--outline:hover,
.quote-band .btn--outline:hover {
  background: #fff;
  border-color: #fff;
  color: var(--navy-ink);
}

.page-hero .field label,
.section--ink .field label { color: rgba(255, 255, 255, 0.7); }

.page-hero .field input,
.page-hero .field select,
.page-hero .field textarea,
.section--ink .field input,
.section--ink .field select,
.section--ink .field textarea {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.page-hero .field input::placeholder,
.page-hero .field textarea::placeholder,
.section--ink .field input::placeholder,
.section--ink .field textarea::placeholder { color: rgba(255, 255, 255, 0.4); }

.page-hero .form__note,
.section--ink .form__note { color: rgba(255, 255, 255, 0.5); }

.section--ink .split__result,
.section--ink .beliefs li { color: #fff; }

/* strong eredita --ink dal reset: su fondo scuro va forzato */
.hero strong,
.page-hero strong,
.quote-band strong { color: #fff; }

/* Banda citazione: gli elementi ripristinati della SECTION 10 vivono su fondo
   scuro, quindi label, lead e placeholder vanno nella variante chiara. */
.quote-band .label-sm { color: var(--gold-soft); }
.quote-band .t-lead { color: rgba(255, 255, 255, 0.8); }

.quote-band .placeholder {
  border-color: rgba(198, 168, 118, 0.5);
  background: rgba(198, 168, 118, 0.09);
  color: rgba(255, 255, 255, 0.74);
}

.quote-band .placeholder::before { color: var(--gold-soft); }
