/* ============================================================
   centraleLegale — landing v2.1 "La domanda giusta"
   Piattaforma legale moderna, look giovane e interattivo.
   Dark-first (Petrolio Notte) con isole avorio ad arco, icone
   Lucide a tratto in chip tonde, appunti a mano + frecce che
   guidano alla CTA, gradiente "alba" nella chiusa. Testi grandi:
   il pubblico legge poco. Una sola CTA, in bianco tecnico su scuro
   / notte su avorio: l'ambra è VIETATA nelle CTA e in ogni
   elemento interattivo; consentita solo in dettagli non
   interattivi (cerchiature "40 giorni", "0 promesse").
   ============================================================ */

/* ---------- Font ---------- */
@font-face { font-family: 'Momo Trust'; src: url('../fonts/MomoTrustDisplay-Regular.woff2') format('woff2'), url('../fonts/MomoTrustDisplay-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('../fonts/Fraunces_72pt-SemiBold.woff2') format('woff2'), url('../fonts/Fraunces_72pt-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('../fonts/Fraunces_72pt-Italic.woff2') format('woff2'), url('../fonts/Fraunces_72pt-Italic.ttf') format('truetype'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url('../fonts/SourceSans3-Variable.woff2') format('woff2-variations'), url('../fonts/SourceSans3-Variable.ttf') format('truetype-variations'); font-weight: 300 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url('../fonts/SourceSans3-Italic-Variable.woff2') format('woff2-variations'), url('../fonts/SourceSans3-Italic-Variable.ttf') format('truetype-variations'); font-weight: 300 900; font-style: italic; font-display: swap; }
@font-face { font-family: 'Caveat'; src: url('../fonts/Caveat-SemiBold.woff2') format('woff2'), url('../fonts/Caveat-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }

/* ---------- Token ---------- */
:root {
  /* Palette brand (Brand Guidelines 2026) */
  --notte: #113b44;
  --notte-fonda: #0d2f37;
  --nero-tec: #141a18;
  --petrolio: #1a5e58;
  --bosco: #2c6f4f;
  --salvia: #3b8a64;
  --avorio: #f7f4eb;
  --bianco: #fcfbf7;
  --ambra: #C68A2E;

  /* Derivati d'uso (leggibilità) */
  --salvia-chiara: #8fcbaa;        /* testo salvia su fondi scuri */
  --bosco-testo: #245c41;          /* testo verde su avorio */
  --bianco-pieno: #ffffff;         /* solo hover della CTA su scuro */
  --errore: #8a2b1d;               /* solo messaggi d'errore del modulo, su avorio */
  --avorio-70: rgba(247, 244, 235, 0.74);
  --avorio-85: rgba(247, 244, 235, 0.88);
  --notte-75: rgba(17, 59, 68, 0.78);
  --hairline-scuro: rgba(143, 203, 170, 0.22);
  --hairline-scuro-forte: rgba(143, 203, 170, 0.42);
  --hairline-chiaro: rgba(17, 59, 68, 0.22);
  --hairline-chiaro-forte: rgba(17, 59, 68, 0.45);
  --marker-salvia-scuro: rgba(59, 138, 100, 0.45);
  --marker-salvia-chiaro: rgba(59, 138, 100, 0.26);

  --momo: 'Momo Trust', 'Poppins', sans-serif;
  --serifb: 'Fraunces', 'Times New Roman', serif;
  --sans: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  --testo: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  --mano: 'Caveat', 'Bradley Hand', 'Segoe Script', cursive;

  --track-caps: 0.18em;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-draw: cubic-bezier(0.62, 0, 0.12, 1);
  --gutter: clamp(22px, 5vw, 88px);
  --box-hero: 1440px;              /* hero e header: contenuto boxed a 1440 */
  --respiro: clamp(110px, 15vw, 230px);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip { position: fixed; top: -100px; left: 16px; z-index: 120; background: var(--bianco); color: var(--notte); padding: 12px 20px; font-size: 16px; text-decoration: none; transition: top 200ms var(--ease-soft); }
.skip:focus-visible { top: 12px; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--notte);
  color: var(--avorio);
  font-family: var(--testo);
  font-size: 20px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--salvia); color: var(--notte); }
img { max-width: 100%; display: block; }
a { color: var(--salvia-chiara); text-underline-offset: 0.22em; text-decoration-thickness: 1px; }
a:hover { color: var(--avorio); }
:focus-visible { outline: 2px solid var(--salvia-chiara); outline-offset: 3px; }
.isola :focus-visible, .verifica__carta :focus-visible, .footer :focus-visible { outline-color: var(--bosco); }

.caps { font-family: var(--sans); font-weight: 600; text-transform: uppercase; letter-spacing: var(--track-caps); }
.num { font-variant-numeric: tabular-nums; }
.segnaposto { opacity: 0.82; font-style: normal; }

.contenitore { max-width: 1200px; margin-inline: auto; padding-inline: var(--gutter); }
.colonna { max-width: 720px; margin-inline: auto; padding-inline: var(--gutter); }
.colonna--larga { max-width: 880px; }
.colonna--centro { text-align: center; }

/* Voci bivoce: Momo Trust (contemporanea) + Fraunces (autorevole) */
.mt { font-family: var(--momo); font-weight: 400; letter-spacing: -0.015em; }
.fr { font-family: var(--serifb); font-weight: 600; letter-spacing: -0.012em; }
/* Fraunces ha occhio più piccolo: nei titoli si pareggia otticamente */
/* x-height misurata: Fraunces 91.6 vs Momo 114 (a 200px), cap 140 vs 150: +17% le pareggia a vista */
.hero__title .fr, .sezione__titolo .fr, .statement .fr, .ripresa__riga .fr, .verifica__statement .fr, .sentenza__esito .fr { font-size: 1.17em; line-height: 1; }

.sezione__testa { margin-bottom: clamp(56px, 7vw, 104px); position: relative; }
.sezione__testa--centro { text-align: center; }
.sezione__titolo, .statement, .ripresa__riga, .verifica__statement { text-wrap: balance; }
.sezione__titolo {
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.04;
  color: var(--notte);
  font-weight: 400;
}
.sezione__titolo--chiaro { color: var(--bianco); }

/* ---------- Capitoli in filigrana ---------- */
.capitolo { position: relative; overflow: hidden; overflow: clip; }
.capitolo::before {
  content: none;
  position: absolute; top: clamp(18px, 4vw, 56px); right: max(2vw, 12px);
  font-family: var(--serifb); font-weight: 600;
  font-size: clamp(150px, 26vw, 330px); line-height: 0.8;
  color: rgba(247, 244, 235, 0.05);
  pointer-events: none; z-index: 0;
}
.capitolo--chiaro::before { color: rgba(17, 59, 68, 0.055); }
.capitolo > * { position: relative; z-index: 1; }

/* ---------- Linea di progresso lettura ---------- */
.lettura { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 110; pointer-events: none; }
.lettura i { display: block; height: 100%; background: var(--salvia); transform: scaleX(0); transform-origin: left center; }
html:not(.js) .lettura { display: none; }

/* ---------- Appunti a mano (Caveat) + frecce monoline ---------- */
.con-appunto { position: relative; display: inline-block; }
.appunto {
  position: absolute; z-index: 3;
  font-family: var(--mano); font-weight: 600;
  font-size: clamp(20px, 1.6vw, 25px); line-height: 1.05;
  color: var(--salvia-chiara);
  transform: rotate(var(--rot, -5deg));
  pointer-events: none; white-space: nowrap;
}
html.js .appunto { opacity: 0; transition: opacity 600ms var(--ease) 550ms; }
html.js .in .appunto, html.js .appunto.in { opacity: 1; }
html:not(.js) .appunto { opacity: 1; }
.freccia-tec { position: absolute; pointer-events: none; z-index: 2; }
.freccia-tec svg { display: block; width: 100%; height: auto; overflow: visible; }
.freccia-tec path { stroke: var(--salvia-chiara); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }
html.js .freccia-tec path { stroke-dasharray: 1; stroke-dashoffset: 1; }
html.js .in .freccia-tec path, html.js .freccia-tec.in path { stroke-dashoffset: 0; transition: stroke-dashoffset 800ms var(--ease-draw) 500ms; }
html.js .in .freccia-tec .punta, html.js .freccia-tec.in .punta { transition-delay: 1150ms; transition-duration: 280ms; }
/* varianti su superfici chiare */
.isola .appunto, .verifica__carta .appunto, .appunto--su-chiaro { color: var(--bosco-testo); }
.isola .freccia-tec path { stroke: var(--bosco); }

/* ---------- Chip icona (sticker su finestrella ad arco) ---------- */
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
/* icone Lucide a tratto: il colore segue il contesto (currentColor) */
.ico { display: block; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.chip {
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(143, 203, 170, 0.12);
  border: 1px solid var(--hairline-scuro-forte);
  border-radius: 50%;
  color: var(--salvia-chiara);
  flex: none;
  transition: transform 300ms var(--ease-soft), background 300ms var(--ease-soft);
}
.chip .ico { width: 48%; height: 48%; }
.chip--s { width: 64px; height: 64px; margin-bottom: 16px; }
.chip--fronte { width: 72px; height: 72px; }
.chip--fatto { width: 64px; height: 64px; }
.chip--riga { position: relative; width: 52px; height: 52px; }
.chip--passo { width: 52px; height: 52px; }
.chip--faq { width: 52px; height: 52px; }
.chip--badge { width: 52px; height: 52px; }
.isola .chip, .verifica__carta .chip { background: rgba(59, 138, 100, 0.1); border-color: rgba(44, 111, 79, 0.3); color: var(--bosco); }
.fatto:hover .chip, .faq__voce summary:hover .chip, .rigat:hover .chip, .fronte:hover .chip { transform: scale(1.06); }
.struttura .chip { color: var(--avorio); background: rgba(247, 244, 235, 0.1); border-color: rgba(247, 244, 235, 0.35); }
.isola .chip--no { color: var(--notte-75); background: rgba(17, 59, 68, 0.06); border-color: var(--hairline-chiaro); }
.badge {
  position: absolute; right: -7px; bottom: -7px;
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.badge .ico { width: 14px; height: 14px; color: var(--avorio); stroke-width: 2.4; }
.badge--v { background: var(--bosco); }
.badge--x { background: var(--notte-75); }

/* ============================================================
   NAV + STICKY BAR
   ============================================================ */
.nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 40;
  padding: 24px 0;
}
/* stesso box dell'hero: logo sull'inizio, ultima voce sulla fine */
.nav__interno {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  width: 100%; max-width: calc(var(--box-hero) + 2 * var(--gutter)); margin-inline: auto;
  padding-inline: var(--gutter);
}
.nav__logo { display: block; line-height: 0; }
/* il marchio ha aria nel viewBox (34.24/841.89): lo porto a filo col testo dell'hero */
.nav__logo img { height: 82px; width: auto; transform: translateX(-4.07%); }
.nav__destra { display: flex; align-items: center; gap: 26px; }
.nav__voce { font-family: var(--sans); font-weight: 500; font-size: 18px; color: var(--avorio); text-decoration: none; }
.nav__voce:hover { color: var(--salvia-chiara); }
.btn--nav { padding: 12px 22px; font-size: 11.5px; }
/* la CTA in nav non occupa spazio finché è nascosta: le voci chiudono sul bordo dell'hero */
html.js .btn--nav { display: none; }
html.js .nav--cta .btn--nav { display: inline-flex; }
@media (max-width: 860px) {
  .nav__voce { display: none; }
  .nav__logo img { height: 64px; }
}

.stickybar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: rgba(13, 47, 55, 0.9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hairline-scuro-forte);
  padding: 10px max(var(--gutter), calc((100% - var(--box-hero)) / 2));   /* stesso box 1440 dell'hero */
  transform: translateY(-110%);
  visibility: hidden;
  transition: transform 550ms var(--ease-soft), visibility 0s 550ms;
}
.stickybar.in { transform: translateY(0); visibility: visible; transition: transform 550ms var(--ease-soft); }
.stickybar__fatto { font-family: var(--sans); font-weight: 500; font-size: 17.5px; color: var(--avorio-85); }
.btn--bar { padding: 11px 20px; font-size: 11.5px; white-space: nowrap; }
html:not(.js) .stickybar { display: none; }
@media (max-width: 1180px) {
  .stickybar { justify-content: center; }
  .stickybar__fatto { display: none; }
  .stickybar .btn--bar.btn--lunga { text-align: center; }
}
@media (max-width: 640px) {
  .stickybar { padding: 7px 12px; }
  .stickybar .btn--bar.btn--lunga { font-size: 15px; padding: 8px 10px; line-height: 1.22; width: 100%; }
}

/* ============================================================
   BOTTONE — bianco tecnico su scuro / notte su avorio.
   Mai ambra su elementi interattivi.
   ============================================================ */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--bianco); color: var(--notte);
  font-family: var(--sans); font-weight: 600; font-size: 14.5px;
  text-transform: uppercase; letter-spacing: 0.12em; text-decoration: none;
  border: 0; border-radius: 0; cursor: pointer;
  padding: 19px 34px;
  transition: background 300ms var(--ease-soft), transform 300ms var(--ease-soft), box-shadow 300ms var(--ease-soft);
}
.btn__freccia { display: inline-block; transition: transform 300ms var(--ease-soft); }
.btn:hover { background: var(--bianco-pieno); color: var(--notte); }
.btn:hover .btn__freccia { transform: translateX(5px); }
.btn:active { transform: scale(0.985); }
.btn::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 46%;
  background: linear-gradient(100deg, transparent, rgba(59, 138, 100, 0.22), transparent);
  transform: skewX(-18deg); pointer-events: none;
}
.btn:hover::after { animation: sheen 900ms ease; }
@keyframes sheen { to { left: 170%; } }
.btn--hero { padding: 21px 42px; font-size: 14.5px; }
.btn--lunga { text-transform: none; letter-spacing: 0; font-size: 18.5px; line-height: 1.35; text-align: left; text-wrap: balance; max-width: min(100%, 25em); padding: 18px 28px; }
.btn--hero.btn--lunga { font-size: 18.5px; padding: 20px 30px; }
.btn--bar.btn--lunga { font-size: 16.5px; max-width: none; padding: 12px 22px; }
.btn--invia.btn--lunga { max-width: min(100%, 24em); }
html.js .btn--hero { animation: respiro 5.5s ease-in-out infinite 2s; }
@keyframes respiro {
  0%, 100% { box-shadow: 0 0 0 0 rgba(252, 251, 247, 0.4); }
  55% { box-shadow: 0 0 0 16px rgba(252, 251, 247, 0); }
}
.btn--scuro { background: var(--notte); color: var(--avorio); }
.btn--scuro:hover { background: var(--petrolio); color: var(--avorio); }
.btn--scuro::after { background: linear-gradient(100deg, transparent, rgba(252, 251, 247, 0.18), transparent); }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; animation: none; }
.btn[disabled]::after { display: none; }
.btn[disabled]:hover { background: var(--notte); color: var(--avorio); }
.btn[disabled]:hover .btn__freccia { transform: none; }
.microcopy { margin: 14px 0 0 0; font-size: 18px; color: var(--avorio-70); }

/* ============================================================
   01 · HERO — doppia colonna
   ============================================================ */
.hero {
  position: relative; overflow: hidden; overflow: clip;
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: stretch;
  padding-top: clamp(104px, calc(12vh + 8px), 138px);   /* +8px: logo ingrandito il 24/09 */
}
.hero__grid {
  display: grid; grid-template-columns: minmax(0, 6.8fr) minmax(0, 5.2fr);
  align-items: center; gap: clamp(24px, 3vw, 56px);
  width: 100%; max-width: calc(var(--box-hero) + 2 * var(--gutter)); margin-inline: auto;
  padding: 0 var(--gutter) clamp(48px, 7vh, 90px);
  position: relative; z-index: 1;
}
.hero__kicker { margin: 0 0 clamp(22px, 3vh, 34px) 0; font-size: 12px; color: var(--salvia-chiara); }
.hero__title {
  margin: 0 0 clamp(22px, 3vh, 34px) 0;
  font-weight: 400;
  font-size: clamp(44px, 6.4vw, 88px);
  line-height: 1.06; letter-spacing: -0.02em;
  color: var(--bianco);
}
/* marca verde come la v1: marcatore pieno che si disegna dietro la riga decisiva */
.marca { position: relative; isolation: isolate; color: var(--bianco); padding: 0.02em 0.14em; display: inline-block; white-space: nowrap; }
.marca::before {
  content: ""; position: absolute; inset: 0.02em -0.06em 0.06em; z-index: -1;
  background: var(--petrolio);
  transform: skewX(-4deg);
}
html.js .marca::before { transform-origin: left center; transform: skewX(-4deg) scaleX(0); transition: transform 700ms var(--ease-draw) 500ms; }
html.js .in .marca::before, html.js .marca.in::before { transform: skewX(-4deg) scaleX(1); }
.hero__sub { margin: 0 0 clamp(14px, 2vh, 22px) 0; max-width: 30ch; font-size: clamp(21px, 2vw, 27px); line-height: 1.45; color: var(--avorio-85); font-family: var(--sans); font-weight: 400; }
.hero__sub strong { font-weight: 600; color: var(--bianco); }
.hero__lead { margin: 0 0 clamp(30px, 4.5vh, 48px) 0; max-width: 50ch; font-size: 20.5px; line-height: 1.65; color: var(--avorio-85); }
/* CTA a filo sinistro col testo */
.hero__azione { position: relative; display: inline-flex; flex-direction: column; align-items: flex-start; }
/* appunto + freccia sopra la CTA, uno sopra l'altro sullo stesso asse */
.con-appunto--hero {
  position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: 2px;
  margin: 0 0 8px 34px;
}
.con-appunto--hero .appunto { position: static; display: block; --rot: -4deg; }
.con-appunto--hero .freccia-tec { position: static; display: block; width: 26px; }
/* microfatti: i due fatti di servizio, allineati alla CTA */
.microfatti {
  list-style: none; margin: 20px 0 0 0; padding: 0;
  display: flex; align-items: center; justify-content: flex-start; gap: 10px 16px; flex-wrap: wrap;
}
.microfatti li {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(59, 138, 100, 0.16);
  border: 1px solid var(--hairline-scuro);
  border-radius: 999px;
  padding: 8px 16px 8px 10px;
  font-family: var(--sans); font-weight: 500; font-size: 18px; color: var(--avorio-85);
}
.microfatti li b { font-weight: 600; color: var(--bianco); }
.microfatti li .ico { width: 22px; height: 22px; flex: none; color: var(--salvia-chiara); }

/* colonna figura — arco con chiave di volta come la v1 */
/* l'arco (con la sua linea esterna a -14px) chiude sul bordo destro del box, come le voci del menu */
.hero__figura { position: relative; margin: 0; display: flex; align-items: flex-end; justify-content: flex-end; padding: 0 14px clamp(12px, 2vh, 28px); }
.hero__arch { position: relative; width: min(100%, 430px); }
.hero__arch::before {
  content: ""; position: absolute; top: -14px; right: -14px; bottom: 0; left: -14px;
  border: 1.5px solid rgba(143, 203, 170, 0.5); border-bottom: 0;
  border-radius: 999px 999px 0 0; pointer-events: none;
}
.hero__arch-chiave {
  position: absolute; top: -36px; left: 50%; transform: translateX(-50%);
  width: 48px; height: 36px; background: var(--salvia);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  z-index: 2;
}
.hero__arch-clip {
  display: block; position: relative; overflow: hidden;
  border-radius: 999px 999px 0 0;
  aspect-ratio: 3 / 3.9;
  background: radial-gradient(120% 90% at 50% 8%, var(--petrolio) 0%, var(--notte) 68%);
}
.hero__figura-img { width: 100%; height: 100%; object-fit: contain; object-position: 50% 100%; }
html.js .hero__arch-clip .hero__figura-img { transform: scale(1.06); transform-origin: 50% 20%; transition: transform 1600ms var(--ease); }
html.js .in .hero__arch-clip .hero__figura-img { transform: scale(1); }
html.js .hero__arch-chiave { opacity: 0; transform: translateX(-50%) translateY(-10px); transition: opacity 700ms var(--ease) 550ms, transform 700ms var(--ease) 550ms; }
html.js .in .hero__arch-chiave { opacity: 1; transform: translateX(-50%) translateY(0); }
.appunto--figura { position: absolute; right: 4%; bottom: -34px; }

/* ---------- Aloni ---------- */
.alone { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.alone i { position: absolute; display: block; aspect-ratio: 1 / 1; border-radius: 50%; filter: blur(70px); }
.alone .a1 { width: 52%; left: -12%; top: -18%; background: radial-gradient(circle, rgba(59, 138, 100, 0.16), transparent 68%); }
.alone .a2 { width: 40%; right: -10%; bottom: -20%; background: radial-gradient(circle, rgba(59, 138, 100, 0.1), transparent 70%); }
html.js .alone .a1 { animation: alone-drift 21s ease-in-out infinite; }
html.js .alone .a2 { animation: alone-drift 28s ease-in-out infinite reverse; }
@keyframes alone-drift {
  0%, 100% { transform: translateZ(0) scale(1); }
  50% { transform: translate3d(4%, -3%, 0) scale(1.1); }
}

/* ============================================================
   02 · DATA-STRIP
   ============================================================ */
.numeri { border-block: 1px solid var(--hairline-scuro); background: linear-gradient(180deg, var(--notte) 0%, #10373f 100%); position: relative; z-index: 2; }
.numeri__griglia { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1280px; margin-inline: auto; }
.numero { padding: clamp(36px, 4.5vw, 60px) clamp(20px, 2.5vw, 44px); position: relative; }
.numero + .numero::before { content: ""; position: absolute; left: 0; top: 18%; bottom: 18%; width: 1px; background: var(--hairline-scuro); transform-origin: top center; }
html.js .numero + .numero::before { transform: scaleY(0); transition: transform 900ms var(--ease-draw) 300ms; }
html.js .numero.in + .numero.in::before, html.js .numero.in::before { transform: scaleY(1); }
.numero__cifra {
  margin: 0 0 10px 0; display: flex; align-items: baseline; gap: 10px;
  font-family: var(--momo); font-weight: 400;
  font-size: clamp(52px, 6.5vw, 96px); line-height: 0.9;
  color: var(--bianco); letter-spacing: -0.02em;
}
.numero__unita { font-family: var(--serifb); font-weight: 400; font-style: italic; font-size: max(0.34em, 19px); color: var(--salvia-chiara); letter-spacing: 0; }
.numero--manifesto .numero__cifra > span:first-child { color: var(--ambra); }
.numero__voce { margin: 0; font-size: 18.5px; line-height: 1.55; color: var(--avorio-70); max-width: 30ch; }
.numeri__nota { margin: 0; padding: 14px var(--gutter) 22px; text-align: center; font-size: 18px; color: var(--avorio-85); }
@media (max-width: 900px) {
  .numeri__griglia { grid-template-columns: 1fr 1fr; }
  .numero:nth-child(3)::before { display: none; }
  .numero:nth-child(n+3) { border-top: 1px solid var(--hairline-scuro); }
}
@media (max-width: 460px) {
  .numero { padding: 26px 18px; }
  .numero__cifra { font-size: 44px; }
  .chip--s { width: 52px; height: 52px; margin-bottom: 12px; }
}

/* ---------- Evidenziatore parziale (seconda lettura) ---------- */
.hi {
  background-image: linear-gradient(to top, var(--marker-salvia-chiaro), var(--marker-salvia-chiaro));
  background-repeat: no-repeat;
  background-size: 100% 0.55em;
  background-position: 0 84%;
  padding-inline: 0.05em;
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
.hi--scuro { background-image: linear-gradient(to top, var(--marker-salvia-scuro), var(--marker-salvia-scuro)); }
html.js .rv .hi, html.js .riga .hi { background-size: 0% 0.55em; transition: background-size 650ms var(--ease-draw) 300ms; }
html.js .rv.in .hi, html.js .in .hi { background-size: 100% 0.55em; }

/* ============================================================
   03 · REFRAME
   ============================================================ */
.reframe { padding-block: var(--respiro); text-align: center; }
.reframe .colonna { max-width: 880px; }
.reframe .blocco { margin: 0 auto clamp(48px, 7vw, 96px); max-width: 48ch; font-size: clamp(21px, 1.9vw, 25px); color: var(--avorio-85); }
.reframe .blocco strong { color: var(--bianco); font-weight: 600; }
.reframe .con-nota { display: block; position: relative; }
.reframe .blocco--chiusa { margin-bottom: 0; }
.statement {
  margin: 0 auto clamp(48px, 7vw, 96px);
  font-size: clamp(36px, 5.2vw, 62px); line-height: 1.1; letter-spacing: -0.015em;
  color: var(--avorio);
}
.statement .fr { color: var(--bianco); }
.statement .cerchio { padding-inline: 0.1em; margin-left: 0.12em; }
.statement .cerchio svg { width: calc(100% + 0.7em); height: 150%; top: 56%; }
/* la riga animata ritaglia: lascia spazio sopra all'ovale */
.statement .riga:has(.cerchio) { padding-top: 0.32em; margin-top: -0.32em; }
/* Marcatore pieno salvia (regge il multilinea) */
.marca-salvia {
  background-image: linear-gradient(to top, var(--marker-salvia-scuro), var(--marker-salvia-scuro));
  background-repeat: no-repeat;
  background-size: 100% 78%;
  background-position: 0 88%;
  padding-inline: 0.08em;
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
.marca-salvia--chiaro { background-image: linear-gradient(to top, var(--marker-salvia-chiaro), var(--marker-salvia-chiaro)); }
html.js .rv .marca-salvia, html.js .marca-salvia { background-size: 0% 78%; transition: background-size 700ms var(--ease-draw) 350ms; }
html.js .rv.in .marca-salvia, html.js .in .marca-salvia { background-size: 100% 78%; }
.cerchio { position: relative; white-space: nowrap; padding-inline: 0.06em; }
.cerchio svg { position: absolute; left: 50%; top: 54%; width: calc(100% + 0.9em); height: 175%; transform: translate(-50%, -50%); overflow: visible; pointer-events: none; }
.cerchio path { stroke: var(--salvia-chiara); stroke-width: 2.6; fill: none; stroke-linecap: round; opacity: 0.95; }
.cerchio--ambra path { stroke: var(--ambra); }
html.js .cerchio path { stroke-dasharray: 1; stroke-dashoffset: 1; }
html.js .in .cerchio path, html.js .cerchio.in path { stroke-dashoffset: 0; transition: stroke-dashoffset 950ms var(--ease-draw) 450ms; }
/* Cerchi dentro il testo corrente: più respiro, ellisse più stretta */
.fronte__testo .cerchio, .rigat__oggi .cerchio, .faq__corpo .cerchio { padding-inline: 0.26em; }
.fronte__testo .cerchio svg, .rigat__oggi .cerchio svg, .faq__corpo .cerchio svg { width: 116%; height: 172%; }
.sotto { position: relative; white-space: nowrap; }
.sotto svg { position: absolute; left: -1%; bottom: -0.18em; width: 102%; height: 0.3em; overflow: visible; pointer-events: none; }
.sotto path { stroke: var(--bosco); stroke-width: 6; fill: none; stroke-linecap: round; opacity: 0.75; }
.sotto--chiaro path { stroke: var(--salvia-chiara); opacity: 0.9; }
html.js .sotto path { stroke-dasharray: 1; stroke-dashoffset: 1; }
html.js .in .sotto path, html.js .sotto.in path { stroke-dashoffset: 0; transition: stroke-dashoffset 800ms var(--ease-draw) 350ms; }
.nota {
  font-family: var(--sans); font-weight: 600; font-size: 14px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--salvia-chiara);
}
.appunto--nota { right: clamp(-20px, -1vw, 0px); top: -46px; }
.freccia-tec--nota { width: 44px; right: 60px; top: -32px; }

/* ============================================================
   04 · LE TRE SITUAZIONI — tre pelli diverse
   ============================================================ */
.fronti { padding-block: 0 var(--respiro); }
.fronti__lista { display: grid; gap: clamp(20px, 2.6vw, 34px); max-width: 1020px; }
.fronte {
  position: relative;
  display: grid; grid-template-columns: auto auto 1fr; align-items: start;
  gap: clamp(18px, 2.6vw, 36px);
  padding: clamp(26px, 3.2vw, 46px) clamp(22px, 3vw, 48px);
  transition: transform 400ms var(--ease-soft), box-shadow 400ms var(--ease-soft);
}
.fronte:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(6, 24, 27, 0.4); }
/* tre carte uguali, stessa forma e allineamento: l'ordine lo danno i numeri */
.fronte--uno, .fronte--due, .fronte--tre {
  background: var(--petrolio);
  border: 1px solid var(--hairline-scuro);
  border-radius: 28px;
}
.fronte__numero {
  min-width: 1.25em; font-variant-numeric: tabular-nums;
  font-family: var(--serifb); font-weight: 400; font-style: italic;
  font-synthesis: none;
  font-size: clamp(34px, 3.6vw, 52px); line-height: 1;
  color: var(--salvia-chiara); opacity: 0.6;
}
.fronte__titolo { margin: 0 0 12px 0; font-family: var(--momo); font-weight: 400; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.25; color: var(--bianco); letter-spacing: -0.01em; }
.fronte__testo { margin: 0; max-width: 62ch; font-size: 20px; line-height: 1.75; color: var(--avorio-85); }
.fronte__testo .cerchio { color: var(--bianco); font-weight: 600; }
.fronte__testo .marca-salvia, .fronte__testo .hi--scuro, .struttura__testo .hi--scuro, .numero__voce .hi--scuro { color: var(--bianco); }
.isola .hi, .isola .marca-salvia { color: var(--notte); }
.fronte .chip, .fatto .chip { color: var(--avorio); }
@media (max-width: 700px) {
  .fronte, .fronte--due, .fronte--tre { grid-template-columns: auto 1fr; margin-inline: 0; }
  /* mobile: forma unica e armoniosa per tutte e tre le carte */
  .fronte--uno, .fronte--due, .fronte--tre { border-radius: 28px; transform: none; }
  .fronte--uno:hover, .fronte--due:hover, .fronte--tre:hover { transform: translateY(-4px); }
  .fronte__numero { grid-column: 1; align-self: center; }
  .chip--fronte { grid-column: 2; justify-self: end; width: 64px; height: 64px; }
  .fronte__corpo { grid-column: 1 / -1; }
}

/* ============================================================
   ISOLE AVORIO
   ============================================================ */
.isola {
  position: relative;
  background: var(--avorio); color: var(--notte);
  border-radius: clamp(36px, 8vw, 88px) clamp(36px, 8vw, 88px) 0 0;
  padding-block: var(--respiro);
}
.isola__chiave {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 52px; height: 38px; background: var(--salvia);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  z-index: 2;
}
.isola p { color: var(--notte-75); }
.isola a { color: var(--bosco-testo); }

/* ============================================================
   05 · PRIMA / OGGI
   ============================================================ */
.tavola .sezione__titolo { max-width: 16em; }
.tavola__intesta {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; column-gap: clamp(20px, 4vw, 72px); position: relative;
  margin-bottom: 8px; padding-bottom: 16px; border-bottom: 1px solid var(--hairline-chiaro-forte);
}
.tavola__collabel { font-size: 17px; color: var(--notte-75); padding-left: 70px; }
.tavola__collabel:last-child { color: var(--bosco-testo); }
.tavola__chiave { position: absolute; left: 50%; top: 2px; transform: translateX(-50%); width: 26px; height: 19px; background: var(--salvia); clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%); }
.tavola__righe { display: grid; }
.rigat {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 4vw, 72px);
  padding: clamp(22px, 2.8vw, 36px) 0;
  border-bottom: 1px solid var(--hairline-chiaro);
  transition: background 250ms var(--ease-soft), transform 250ms var(--ease-soft);
}
.rigat:hover { background: rgba(59, 138, 100, 0.06); transform: translateY(-2px); }
.rigat__prima, .rigat__oggi { display: flex; gap: 18px; align-items: flex-start; }
.rigat__prima p { margin: 0; font-size: 20px; color: var(--notte-75); margin-top: 9px; }
.barrato { background: linear-gradient(rgba(17, 59, 68, 0.5), rgba(17, 59, 68, 0.5)) 0 60% / 100% 2px no-repeat; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.rigat__oggi p { margin: 0; font-size: 20.5px; color: var(--notte); margin-top: 8px; }
.rigat__oggi strong { font-weight: 600; }
/* Ritmo "correzione": prima entra la colonna Prima, poi Oggi la corregge */
html.js .rigat__prima, html.js .rigat__oggi { opacity: 0; transform: translateY(14px); transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
html.js .rigat.in .rigat__prima { opacity: 1; transform: none; }
html.js .rigat.in .rigat__oggi { opacity: 1; transform: none; transition-delay: 260ms; }
html.js .barrato { background-size: 0% 2px; transition: background-size 500ms var(--ease-draw) 700ms; }
html.js .rigat.in .barrato { background-size: 100% 2px; }
.tavola__nota {
  margin: clamp(36px, 5vw, 60px) auto 0;
  font-size: 20.5px; text-align: center; max-width: 64ch;
}
.tavola__nota strong { color: var(--notte); font-weight: 600; }
.tavola__nota .sotto { white-space: normal; }
.tavola__nota .sotto svg { display: none; }
@media (min-width: 761px) { .tavola__nota .sotto { white-space: normal; } }
@media (max-width: 760px) {
  .tavola__intesta { display: none; }
  .rigat { grid-template-columns: 1fr; gap: 14px; }
  .rigat__oggi { padding-left: 18px; border-left: 2px solid var(--salvia); }
}

/* ============================================================
   06 · FATTI — bento dinamico
   ============================================================ */
.fatti { padding-block: var(--respiro); background: var(--notte); }
.bento {
  display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr;
  gap: clamp(16px, 2vw, 26px);
}
.fatto {
  position: relative;
  display: flex; align-items: flex-start; gap: clamp(18px, 2vw, 28px);
  padding: clamp(24px, 2.8vw, 40px);
  border-radius: 26px;
  transition: transform 350ms var(--ease-soft), box-shadow 350ms var(--ease-soft);
}
.fatto:hover { transform: translateY(-6px) rotate(0deg) !important; box-shadow: 0 22px 44px rgba(6, 24, 27, 0.45); }
.fatto h3 { margin: 0 0 8px 0; font-family: var(--momo); font-weight: 400; font-size: clamp(23px, 2.2vw, 29px); line-height: 1.25; letter-spacing: -0.01em; }
.fatto p { margin: 0; font-size: 19.5px; line-height: 1.6; }
/* sei carte uguali in griglia regolare: icona, titolo, testo */
.fatto { flex-direction: column; background: var(--petrolio); border: 1px solid var(--hairline-scuro); border-radius: 28px; }
.fatto h3 { color: var(--bianco); }
.fatto p { color: var(--avorio-85); }
.fatti__chiusa {
  margin: clamp(48px, 6vw, 84px) 0 0 0; text-align: center;
  font-family: var(--serifb); font-weight: 400; font-style: italic;
  font-size: clamp(23px, 2.4vw, 30px); color: var(--avorio-85);
}
@media (max-width: 960px) {
  .bento { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .fatto { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; row-gap: 12px; align-items: center; }
  .fatto > div { display: contents; }
  .fatto p { grid-column: 1 / -1; }
  .chip--fatto { width: 52px; height: 52px; }
}

/* ============================================================
   07 · CTA RIPRESA
   ============================================================ */
.ripresa { position: relative; overflow: hidden; overflow: clip; padding-block: clamp(90px, 12vw, 180px); text-align: center; background: linear-gradient(180deg, var(--notte) 0%, #10373f 55%, var(--notte) 100%); }
.ripresa__riga {
  margin: 0 0 clamp(56px, 7vw, 92px) 0;
  font-size: clamp(34px, 4.6vw, 60px); line-height: 1.06; letter-spacing: -0.015em;
  color: var(--avorio);
}
.ripresa__riga .fr { color: var(--bianco); }
.ripresa__azione { position: relative; display: inline-block; }
.nota--ironica { position: static; display: inline-block; margin-top: 26px; color: var(--salvia-chiara); }
html.js .nota--ironica { opacity: 0; transition: opacity 600ms var(--ease) 400ms; }
html.js .nota--ironica.in { opacity: 1; }

/* ============================================================
   08 · PERCORSO — quattro pelli
   ============================================================ */
.linea-tempo { position: relative; }
.linea-tempo__asta { position: absolute; top: 10px; bottom: 10px; left: 50%; width: 2px; transform: translateX(-50%); background: var(--hairline-chiaro); }
.linea-tempo__asta i { position: absolute; inset: 0; background: var(--salvia); transform: scaleY(0); transform-origin: top center; }
html:not(.js) .linea-tempo__asta i { transform: none; }
.passo {
  position: relative;
  display: grid; grid-template-columns: 1fr 96px 1fr; align-items: start;
  gap: clamp(16px, 2.5vw, 36px);
  padding-block: clamp(40px, 5vw, 72px);
}
.passo__nodo {
  grid-column: 2; justify-self: center; align-self: start;
  display: flex; align-items: center; justify-content: center;
  width: 58px; height: 44px;
  background: var(--bosco);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
}
.passo__nodo b { font-family: var(--serifb); font-weight: 600; font-size: 21px; color: var(--avorio); }
html.js .passo__nodo { transform: scale(0.7); opacity: 0; transition: transform 500ms var(--ease) 150ms, opacity 500ms var(--ease) 150ms; }
html.js .passo.in .passo__nodo { transform: scale(1); opacity: 1; }
.passo--tre .passo__nodo { background: var(--petrolio); }
.passo--quattro .passo__nodo { background: var(--notte); }
.passo__testo { grid-column: 1; grid-row: 1; display: grid; justify-items: end; text-align: right; position: relative; }
.passo__foto { grid-column: 3; grid-row: 1; margin: 0; justify-self: start; width: min(100%, 360px); }
.passo--alterno .passo__testo { grid-column: 3; text-align: left; justify-items: start; }
.passo--alterno .passo__foto { grid-column: 1; justify-self: end; }
.passo__titolo { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.passo--uno .passo__titolo, .passo--tre .passo__titolo { flex-direction: row-reverse; }
.passo__titolo h3 { margin: 0; font-family: var(--momo); font-weight: 400; font-size: clamp(24px, 2.4vw, 33px); color: var(--notte); letter-spacing: -0.01em; }
.passo__testo p { margin: 0; text-align: left; font-size: 20px; max-width: 42ch; }
.passo__ricevi { margin-top: 14px !important; padding-top: 10px; border-top: 1px solid var(--hairline-chiaro); font-size: 18px; color: var(--bosco-testo); }
.passo__ricevi .caps { font-size: inherit; text-transform: none; letter-spacing: 0; margin-right: 6px; }
.appunto--ricevi { position: static; display: inline-block; }
.con-appunto--passo { position: absolute; top: 0; right: 0; width: 100%; height: 0; }
.passo--alterno .con-appunto--passo { right: auto; left: 0; }

/* Maschere foto: una per passo */
.maschera { display: block; overflow: hidden; width: min(100%, 360px); background: var(--bianco); position: relative; }
.maschera img { width: 100%; height: 100%; object-fit: cover; }
.maschera--arco { border-radius: 999px 999px 26px 26px; aspect-ratio: 4 / 4.2; }
html.js .maschera { clip-path: inset(100% 0 0 0); transition: clip-path 900ms var(--ease) 200ms; }
html.js .in .maschera, html.js .maschera.in { clip-path: inset(0 0 0 0); }
@media (max-width: 860px) {
  .linea-tempo__asta { left: 20px; transform: none; }
  .passo, .passo--alterno { grid-template-columns: 1fr; padding-left: 56px; }
  .passo__nodo, .passo--alterno .passo__nodo { grid-column: auto; grid-row: auto; position: absolute; left: -7px; top: clamp(40px, 5vw, 72px); justify-self: auto; width: 54px; height: 40px; }
  .passo__testo, .passo--alterno .passo__testo { grid-column: 1; grid-row: auto; text-align: left; justify-items: start; }
  .passo--uno .passo__titolo, .passo--tre .passo__titolo { flex-direction: row; }
  .passo__foto, .passo--alterno .passo__foto { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 22px; }
  .maschera { width: min(100%, 320px); }
  .passo__foto { width: min(100%, 320px); }
}

/* ============================================================
   09 · SENTENZE — riferimenti a sinistra, estratto reale su foglio
   ============================================================ */
.sentenze { position: relative; background: var(--notte); padding-block: var(--respiro); }
.sentenze .sezione__testa { max-width: 900px; }
.sentenze__intro { margin: clamp(20px, 2.4vw, 32px) 0 0 0; max-width: 46ch; font-size: clamp(21px, 1.9vw, 25px); line-height: 1.6; color: var(--avorio-85); }
.sentenze__intro .hi--scuro { color: var(--bianco); }
.sentenze__gruppo + .sentenze__gruppo { margin-top: clamp(72px, 9vw, 140px); }
.sentenze__tema {
  margin: 0; padding-bottom: 18px;
  font-family: var(--momo); font-weight: 400; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.3;
  letter-spacing: -0.01em; color: var(--bianco); text-wrap: balance;
  border-bottom: 1px solid var(--hairline-scuro-forte);
}
.sentenza {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start;
  gap: clamp(28px, 5vw, 84px);
  padding-block: clamp(40px, 5vw, 72px);
}
.sentenza + .sentenza { border-top: 1px solid var(--hairline-scuro); }
.sentenza__rif { padding-top: 6px; }
.sentenza__esito {
  margin: 0 0 14px 0;
  font-size: clamp(30px, 3.1vw, 44px); line-height: 1.08; font-weight: 400;
  color: var(--bianco); text-wrap: balance;
}
.sentenza__fonte { margin: 0 0 18px 0; font-family: var(--sans); font-weight: 500; font-size: 17px; line-height: 1.5; color: var(--salvia-chiara); }
.sentenza__testo { margin: 0; max-width: 44ch; font-size: 20px; line-height: 1.7; color: var(--avorio-85); }

/* Il foglio: il documento vero, con la chiave di volta come fermaglio */
.carta { margin: 0; }
.carta__foglio {
  position: relative; margin: 0;
  background: var(--bianco); color: var(--notte);
  border-radius: 4px;
  padding: clamp(34px, 3.6vw, 52px) clamp(24px, 3.6vw, 56px) clamp(26px, 3vw, 42px);
  box-shadow: 0 30px 60px -24px rgba(4, 18, 21, 0.75), 0 3px 10px rgba(4, 18, 21, 0.3);
}
.carta__foglio::before {
  content: ""; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 30px; background: var(--salvia);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
}
.carta__foglio p { margin: 0 0 14px 0; font-size: 18px; line-height: 1.75; color: var(--notte); }
.carta__foglio p:last-child { margin-bottom: 0; }
.carta__foglio .carta__intesta, .carta__foglio .carta__pqm {
  text-align: center; font-family: var(--serifb); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 16px; line-height: 1.4;
}
.carta__foglio .carta__intesta { margin-bottom: 20px; }
.carta__foglio .carta__pqm { margin: 22px 0 12px 0; letter-spacing: 0.24em; }
.carta__foglio .marca-salvia { color: var(--notte); }
.carta__foglio .carta__omesso { text-align: center; color: var(--notte-75); letter-spacing: 0.3em; margin-bottom: 4px; }
/* il testo dei provvedimenti è giustificato: da scrivania in su, come l'originale */
@media (min-width: 761px) {
  .carta__foglio p:not(.carta__intesta):not(.carta__pqm):not(.carta__omesso) { text-align: justify; hyphens: auto; -webkit-hyphens: auto; }
}
.omissis {
  display: inline-block; width: 4.4em; height: 0.95em; vertical-align: -0.1em;
  background: var(--notte); border-radius: 1px;
}
.carta__nota {
  display: flex; align-items: center; gap: 10px;
  margin-top: 16px; font-family: var(--sans); font-size: 16px; line-height: 1.5; color: var(--avorio-70);
}
.carta__nota .ico { width: 18px; height: 18px; flex: none; color: var(--salvia-chiara); }
/* il foglio arriva un attimo dopo il testo, poi l'evidenziatore passa */
html.js .sentenza .carta { opacity: 0; transform: translateY(18px); transition: opacity 800ms var(--ease) 180ms, transform 800ms var(--ease) 180ms; }
html.js .sentenza.in .carta { opacity: 1; transform: none; }
html.js .sentenza .carta .marca-salvia { transition-delay: 750ms; }
.sentenze__nota {
  margin: clamp(48px, 6vw, 84px) auto 0; max-width: 60ch; text-align: center;
  font-family: var(--serifb); font-weight: 400; font-style: italic;
  font-size: clamp(21px, 2vw, 26px); line-height: 1.5; color: var(--avorio-85);
}
.sentenze__nota strong { font-style: normal; font-weight: 600; color: var(--bianco); }
@media (max-width: 900px) {
  .sentenza { grid-template-columns: 1fr; gap: 28px; }
  .sentenza__testo { max-width: 60ch; }
}
@media (max-width: 640px) {
  .carta__foglio p { font-size: 16.5px; line-height: 1.7; }
  .carta__foglio .carta__intesta, .carta__foglio .carta__pqm { font-size: 15px; letter-spacing: 0.1em; }
  .sentenza__testo { font-size: 18px; }
}

/* ============================================================
   10 · CHI RISPONDE — Verde Bosco
   ============================================================ */
.struttura { background: linear-gradient(180deg, var(--notte) 0%, var(--bosco) 14%, var(--bosco) 100%); padding-block: var(--respiro); }
.struttura.capitolo::before { color: rgba(247, 244, 235, 0.06); }
.struttura__griglia { display: grid; grid-template-columns: 4.5fr 6.5fr; gap: clamp(36px, 6vw, 100px); align-items: center; }
.struttura__foto { margin: 0; position: relative; }
.arco-clip { display: block; overflow: hidden; border-radius: 999px 999px 0 0; background: var(--notte); }
.arco-clip img { width: 100%; height: 100%; object-fit: cover; }
.arco-clip--grande { width: min(100%, 460px); }
.arco-clip--grande img { aspect-ratio: 4 / 4.4; }
html.js .arco-clip { clip-path: inset(100% 0 0 0); transition: clip-path 900ms var(--ease) 200ms; }
html.js .in .arco-clip, html.js .arco-clip.in { clip-path: inset(0 0 0 0); }
.appunto--struttura { position: absolute; right: 6%; bottom: -30px; color: var(--avorio); }
.struttura__testo .sezione__titolo { margin-bottom: clamp(24px, 3vw, 40px); }
.struttura__testo p { margin: 0 0 1.3em 0; color: var(--avorio-85); font-size: 20px; max-width: 52ch; }
.struttura__badge { list-style: none; margin: clamp(28px, 3.5vw, 44px) 0 0 0; padding: 0; display: grid; gap: 14px; }
.struttura__badge li {
  display: flex; align-items: center; gap: 16px;
  border-top: 1px solid rgba(247, 244, 235, 0.22); padding-top: 14px;
  font-family: var(--sans); font-weight: 500; font-size: 19px; color: var(--avorio);
}
@media (max-width: 900px) {
  .struttura__griglia { grid-template-columns: minmax(0, 1fr); }
  .arco-clip--grande { width: min(100%, 340px); }
}

/* ============================================================
   10 · FAQ
   ============================================================ */
.con-appunto--faq { display: block; height: 64px; }
.con-appunto--faq .appunto { position: static; display: inline-block; }
.faq__lista { border-top: 1px solid var(--hairline-chiaro-forte); }
.faq__voce { border-bottom: 1px solid var(--hairline-chiaro-forte); }
.faq__voce summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 18px;
  padding: 18px 4px;
  font-family: var(--sans); font-weight: 600; font-size: clamp(19.5px, 1.8vw, 23px);
  color: var(--notte);
  transition: color 250ms var(--ease-soft);
  text-align: left;
}
.faq__voce summary::-webkit-details-marker { display: none; }
.faq__voce summary:hover { color: var(--bosco-testo); }
.faq__testo { flex: 1; min-width: 0; overflow-wrap: break-word; hyphens: manual; }
.faq__più { font-family: var(--sans); font-weight: 400; font-size: 24px; color: var(--bosco); flex: none; transition: transform 350ms var(--ease-soft); line-height: 1; }
.faq__voce[open] .faq__più { transform: rotate(45deg); }
.faq__corpo { overflow: hidden; }
.faq__corpo p { margin: 0; padding: 0 4px 26px 70px; max-width: 64ch; font-size: 20px; }
@media (prefers-reduced-motion: no-preference) {
  :root { interpolate-size: allow-keywords; }
  .faq__voce::details-content { block-size: 0; overflow-y: clip; transition: content-visibility 300ms allow-discrete, block-size 300ms var(--ease-soft); }
  .faq__voce[open]::details-content { block-size: auto; }
}
@media (max-width: 640px) { .faq__corpo p { padding-left: 4px; } }

/* ============================================================
   11 · VERIFICA — l'alba
   ============================================================ */
.verifica {
  position: relative; overflow: hidden; overflow: clip;
  background: var(--notte);
  padding-block: var(--respiro) clamp(90px, 11vw, 170px);
}
.verifica__arco {
  position: absolute; left: 50%; top: -2px; transform: translateX(-50%) scaleY(-1);
  width: min(92vw, 860px); pointer-events: none; opacity: 0.75;
}
.verifica__arco svg { display: block; width: 100%; height: auto; overflow: visible; }
.verifica__arco path { stroke: rgba(143, 203, 170, 0.16); stroke-width: 2; fill: none; stroke-linecap: round; }
html.js .verifica__arco path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1400ms var(--ease-draw) 300ms; }
html.js .verifica__arco.in path { stroke-dashoffset: 0; }
.verifica .colonna--centro { max-width: 900px; }
.verifica__porta { margin: 0 auto clamp(30px, 4vw, 48px); width: clamp(130px, 17vw, 180px); }
.arco-clip--porta img { aspect-ratio: 3 / 4.2; }
.verifica__statement {
  margin: 0 0 clamp(22px, 3vw, 36px) 0;
  font-weight: 400;
  font-size: clamp(36px, 5.4vw, 62px); line-height: 1.08; letter-spacing: -0.018em;
  color: var(--avorio);
}
.verifica__statement .fr { color: var(--bianco); }
.verifica__sub { margin: 0 auto; max-width: 44ch; font-size: clamp(20px, 2vw, 23px); color: var(--avorio-85); }
.verifica__carta {
  position: relative; scroll-margin-top: 64px;
  max-width: 900px;
  background: var(--avorio); color: var(--notte);
  border-radius: clamp(64px, 12vw, 150px) clamp(64px, 12vw, 150px) 0 0;
  padding: clamp(64px, 9vw, 120px) clamp(26px, 5vw, 84px) clamp(40px, 5vw, 72px);
  margin: clamp(56px, 7vw, 96px) max(var(--gutter), calc((100% - 900px) / 2)) 0;
  box-shadow: 0 30px 60px rgba(13, 47, 55, 0.28);
}
.verifica__cartachiave {
  position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
  width: 54px; height: 40px; background: var(--salvia);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
}
.verifica__carta p { color: var(--notte-75); }
.verifica__carta .segnaposto { opacity: 1; }
.appunto--form { top: -46px; right: 26px; position: absolute; color: var(--salvia-chiara) !important; }

/* ---------- Form ---------- */
.form { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(30px, 3.5vw, 46px); }
.form > * { min-width: 0; }
.form fieldset { border: 0; margin: 0; padding: 0; position: relative; }
.form legend { font-family: var(--momo); font-weight: 400; font-size: clamp(23px, 2.3vw, 28px); color: var(--notte); margin-bottom: 18px; padding: 0; }
.form legend .num { color: var(--bosco-testo); margin-right: 10px; font-family: var(--serifb); font-weight: 600; }
.form__postilla {
  margin: -8px 0 14px 0;
  font-family: var(--mano); font-weight: 600; font-size: 25px;
  color: var(--bosco-testo); transform: rotate(-1.5deg); transform-origin: left center;
}
.opzioni { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.opzione span { display: block; text-align: center; }
@media (max-width: 600px) { .opzioni { grid-template-columns: minmax(0, 1fr); } }
.opzione { position: relative; }
.opzione input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.opzione span {
  display: inline-block;
  border: 1px solid rgba(17, 59, 68, 0.62); color: var(--notte);
  font-family: var(--sans); font-size: 18.5px; line-height: 1.4; cursor: pointer;
  padding: 13px 19px; border-radius: 14px 14px 14px 4px;
  transition: border-color 220ms var(--ease-soft), background 220ms var(--ease-soft), color 220ms var(--ease-soft), transform 220ms var(--ease-soft);
}
.opzione input:hover + span { border-color: var(--notte); transform: translateY(-2px); }
.opzione input:checked + span { background: var(--notte); color: var(--avorio); border-color: var(--notte); }
.opzione input:focus-visible + span { outline: 2px solid var(--bosco); outline-offset: 3px; }
.campi { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.campo { display: grid; gap: 8px; }
.campo label { font-family: var(--sans); font-size: 18px; color: var(--notte-75); }
.campo input, .campo textarea {
  width: 100%;
  background: var(--bianco); color: var(--notte);
  border: 1px solid rgba(17, 59, 68, 0.62); border-radius: 0;
  font-family: var(--testo); font-size: 18px;
  caret-color: var(--bosco);
  padding: 14px 16px;
  transition: border-color 220ms var(--ease-soft);
}
.campo textarea { resize: vertical; }
.campo input:hover, .campo textarea:hover { border-color: var(--notte); }
.campo input:focus, .campo textarea:focus { outline: 2px solid var(--bosco); outline-offset: 2px; }
.campo--full { grid-column: 1 / -1; }
.form__invio { display: grid; gap: 12px; justify-items: start; }
.microcopy--form { margin-top: 2px; color: var(--notte-75); font-size: 18px; }
.form__privacy { margin: 0; font-size: 18px; color: var(--notte-75); max-width: 62ch; }
.form__nota { margin: 0; font-size: 16px; color: var(--notte-75); }
/* invio al CRM: consenso, trappola anti-bot, stati, conferma */
.spunta { display: flex; align-items: flex-start; gap: 12px; font-family: var(--testo) !important; font-size: 18px; line-height: 1.5; color: var(--notte-75); cursor: pointer; }
.spunta input { flex: none; width: 22px; height: 22px; margin: 3px 0 0 0; accent-color: var(--notte); cursor: pointer; }
.spunta input:focus-visible { outline: 2px solid var(--bosco); outline-offset: 3px; }
.campo-trappola { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__stato { margin: 0; font-size: 18px; line-height: 1.5; color: var(--notte-75); max-width: 60ch; }
/* vuota resta nell'albero di accessibilità: il primo messaggio viene annunciato */
.form__stato:empty { margin-top: -12px; }
.form__stato--errore { color: var(--errore); font-weight: 600; }
.btn[aria-busy="true"] { cursor: progress; opacity: 0.8; }
.campo input[aria-invalid="true"] { border-color: var(--errore); box-shadow: inset 0 0 0 1px var(--errore); }
.spunta input[aria-invalid="true"] { outline: 2px solid var(--errore); outline-offset: 2px; }
.form__conferma { padding: clamp(8px, 2vw, 24px) 0; text-align: center; }
.form__conferma:focus { outline: none; }
.form__conferma-titolo { margin: 0 0 12px 0; font-family: var(--momo); font-size: clamp(30px, 3.2vw, 42px); line-height: 1.15; color: var(--notte) !important; }
.form__conferma p:not(.form__conferma-titolo) { margin: 0 auto; max-width: 46ch; font-size: 20px; line-height: 1.6; }
@media (max-width: 760px) { .campi { grid-template-columns: 1fr; } }
@media (max-width: 400px) {
  .verifica__carta { padding-inline: 16px; margin-inline: 12px; }
  .btn--invia.btn--lunga { width: 100%; max-width: none; text-align: center; }
}

/* ---------- Wizard ---------- */
.form--step fieldset { display: none; }
.form--step fieldset.attivo { display: block; }
.form--step .opzioni { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form--step .opzione span { display: block; text-align: center; font-size: 18.5px; padding: 22px 18px; }
.wizard__stato { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; }
.wizard__conta { font-family: var(--sans); font-size: 18px; color: var(--notte); white-space: nowrap; }
.wizard__barra { flex: 1; height: 2px; background: var(--hairline-chiaro); position: relative; }
.wizard__barra i { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: var(--salvia); transform: scaleX(0.2); transform-origin: left center; transition: transform 450ms var(--ease-soft); }
.wizard__barra em {
  position: absolute; top: 50%; left: 20%;
  width: 16px; height: 12px; background: var(--salvia);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  transform: translate(-50%, -50%);
  transition: left 450ms var(--ease-soft);
}
.wizard__nav { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin-top: 6px; }
@media (max-width: 600px) { .wizard__nav { display: grid; grid-template-columns: auto 1fr; } .wizard__nav .btn--avanti { width: 100%; } }
.wizard__indietro {
  background: none; border: 1px solid var(--hairline-chiaro-forte); color: var(--notte);
  font-family: var(--sans); font-weight: 600; font-size: 16px; letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; padding: 15px 26px; transition: border-color 220ms var(--ease-soft);
}
.wizard__indietro:hover { border-color: var(--notte); }
.wizard__indietro[disabled] { opacity: 0.4; cursor: not-allowed; }
.btn--avanti { padding: 15px 26px; font-size: 16px; letter-spacing: 0.06em; }
html:not(.js) .wizard__stato, html:not(.js) .wizard__nav { display: none; }
@media (max-width: 600px) { .form--step .opzioni { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER — chiaro: l'alba si compie
   ============================================================ */
.footer { background: var(--avorio); color: var(--notte); border-top: 1px solid var(--hairline-chiaro); padding-block: clamp(52px, 6vw, 88px); }
.footer__griglia { display: grid; grid-template-columns: auto 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.footer__logo img { height: 54px; width: auto; }
.footer__dati { margin: 0; font-size: 18px; line-height: 2; color: var(--notte-75); font-style: normal; }
.footer__dati strong { color: var(--notte); font-weight: 600; }
.footer__note { font-size: 17.5px; line-height: 1.9; color: var(--notte-75); }
.footer__note p { margin: 0 0 12px 0; }
.footer__legal { font-size: 17px; }
.footer .segnaposto { opacity: 1; color: var(--notte-75); }
@media (max-width: 900px) { .footer__griglia { grid-template-columns: 1fr; gap: 26px; } }

/* ============================================================
   MOTION — coreografia (solo con JS; senza JS tutto visibile)
   ============================================================ */
html.js .rv { opacity: 0; transform: translateY(26px); filter: blur(6px); transition: opacity 900ms var(--ease), transform 900ms var(--ease), filter 900ms var(--ease); transition-delay: var(--d, 0ms); }
html.js .rv.in { opacity: 1; transform: none; filter: none; }
html.js .fatto.rv.in, html.js .rigat.rv.in, html.js .fronte.rv.in { transition: opacity 900ms var(--ease) var(--d, 0ms), filter 900ms var(--ease) var(--d, 0ms), transform 400ms var(--ease-soft), box-shadow 400ms var(--ease-soft), background 250ms var(--ease-soft); }

html.js .riga { display: block; overflow: hidden; overflow: clip; padding-bottom: 0.32em; margin-bottom: -0.32em; }
html.js .riga > span { display: inline-block; transform: translateY(140%); transition: transform 950ms var(--ease); transition-delay: var(--d, 0ms); }
html.js .in .riga > span, html.js .riga.in > span { transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .rv, html.js .riga > span { opacity: 1; transform: none; filter: none; transition: none; }
  html.js .alone .a1, html.js .alone .a2, html.js .btn--hero { animation: none; }
  .btn:hover::after { animation: none; }
  html.js .cerchio path, html.js .freccia-tec path, html.js .sotto path, html.js .verifica__arco path { stroke-dashoffset: 0 !important; transition: none; }
  html.js .marca-salvia, html.js .rv .marca-salvia { background-size: 100% 78%; transition: none; }
  html.js .rv .hi, html.js .riga .hi { background-size: 100% 0.55em; transition: none; }
  html.js .marca::before { transform: skewX(-4deg) scaleX(1); transition: none; }
  html.js .appunto, html.js .nota--ironica { opacity: 1; transition: none; }
  html.js .hero__arch-chiave { opacity: 1; transform: translateX(-50%); transition: none; }
  html.js .hero__arch-clip .hero__figura-img { transform: none; transition: none; }
  html.js .maschera, html.js .arco-clip { clip-path: none; transition: none; }
  html.js .rigat__prima, html.js .rigat__oggi { opacity: 1; transform: none; transition: none; }
  html.js .barrato { background-size: 100% 2px; transition: none; }
  html.js .numero + .numero::before { transform: none; transition: none; }
  html.js .passo__nodo { transform: none; opacity: 1; transition: none; }
  html.js .btn--nav { transition: none; }
  .stickybar { transition: none; }
  .linea-tempo__asta i { transform: scaleY(1) !important; }
  .lettura { display: none; }
}

/* ---------- Responsive: hero e decorazioni ---------- */
@media (max-width: 980px) {
  .hero { min-height: 0; padding-top: clamp(84px, calc(10vh + 6px), 112px); }
  .hero__grid { display: flex; flex-direction: column; align-items: stretch; padding-bottom: 26px; }
  .hero__content { display: contents; }
  .hero__title { order: 1; margin-bottom: 0; }
  .hero__sub { order: 2; margin: 0 0 2px 0; max-width: none; }
  .hero__figura { order: 3; margin: 4px auto 12px; width: min(68%, 265px); padding-inline: 0; justify-content: center; }
  /* l'appunto sale nella fascia di "dalla tua parte" (lato opposto), sotto la fine della linea d'arco */
  .hero__azione { order: 4; margin-top: -24px; display: flex; }
  .hero__lead { order: 5; margin: 30px 0 0 0; }
  .appunto--figura { bottom: -24px; }
}
@media (max-width: 400px) {
  .appunto--figura { display: none; }
  .hero__arch-chiave { top: -26px; width: 38px; height: 28px; }
  .con-appunto--hero { margin: 0 0 8px 26px; }
  .con-appunto--hero .freccia-tec { width: 16px; }
  .microfatti { margin-top: 10px; gap: 12px; }
  .microfatti li { font-size: 16.5px; padding: 8px 16px 8px 11px; gap: 8px; }
  .microfatti li .ico { width: 18px; height: 18px; }
  /* CTA lunga su due righe, non tre */
  .btn--lunga { font-size: 17px; padding: 17px 20px; text-align: center; }
  .btn--hero.btn--lunga { font-size: 17.5px; padding: 14px 18px; line-height: 1.25; }
}
@media (max-width: 860px) {
  .con-appunto--passo, .freccia-tec--nota, .appunto--nota, .appunto--struttura, .con-appunto--faq { display: none; }
  .capitolo::before { font-size: clamp(110px, 30vw, 180px); }
}
@media (max-width: 760px) {
  body { font-size: 18px; }
  .sotto { white-space: normal; text-decoration: underline 3px var(--salvia-chiara); text-underline-offset: 0.24em; }
  .isola .sotto, .verifica__carta .sotto { text-decoration-color: var(--bosco); }
  .sotto svg { display: none; }
  /* niente blur animato sui telefoni: solo opacity+transform */
  html.js .rv { filter: none; transition: opacity 900ms var(--ease), transform 900ms var(--ease); transition-delay: var(--d, 0ms); }
  .hero__title { font-size: clamp(33px, 10.4vw, 54px); }
  .hero__azione { align-items: stretch; }
  .hero__azione .btn { width: 100%; }
  .con-appunto--hero { align-self: flex-start; }
  .hero__azione .microfatti { justify-content: center; }
  .reframe .blocco { font-size: 19.5px; }
  .statement { font-size: clamp(30px, 8.6vw, 44px); }
}
/* telefoni bassi (375x667, 320x640): figura più piccola, la CTA resta nel primo schermo */
@media (max-width: 760px) and (max-height: 760px) {
  .hero__figura { width: min(46%, 186px); margin-top: 0; }
  .hero__arch-chiave { top: -20px; width: 30px; height: 22px; }
  .hero__sub { font-size: 19px; }
}
/* desktop bassi (1280x720, 1366x768): l'hero resta dentro il primo viewport */
@media (min-width: 981px) and (max-height: 820px) {
  .hero__title { font-size: clamp(44px, min(6.4vw, 11vh), 88px); }
  .con-appunto--hero { margin-bottom: 4px; }
  .nav__logo img { height: 66px; }
  .hero__lead { margin-bottom: 18px; }
  .con-appunto--hero .freccia-tec { width: 20px; }
  .microfatti { margin-top: 14px; }
}
@media (max-width: 640px) {
  html:not(.js) .btn--nav { display: none; }
  .appunto--form, .ripresa .con-appunto { display: none; }
}

/* ============================================================
   FOOTER — contatti + CONSENSO COOKIE
   ============================================================ */
.footer__dati a { color: var(--notte); text-decoration: underline; text-decoration-color: var(--hairline-chiaro-forte); }
.footer__dati a:hover { color: var(--bosco-testo); text-decoration-color: currentColor; }
.footer__preferenze {
  font: inherit; color: var(--notte); background: none; border: 0; padding: 0; cursor: pointer;
  text-decoration: underline; text-decoration-color: var(--hairline-chiaro-forte); text-underline-offset: 0.22em;
}
.footer__preferenze:hover { color: var(--bosco-testo); text-decoration-color: currentColor; }
.consenso {
  position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 105;
  width: min(980px, calc(100% - 24px));
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: var(--notte-fonda); color: var(--avorio);
  border-radius: 16px;
  padding: 18px 20px 18px 26px;
  box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.55);
}
.consenso__testo { margin: 0; font-size: 17px; line-height: 1.5; color: var(--avorio-85); }
.consenso__azioni { display: flex; gap: 10px; flex: none; }
.btn--consenso {
  padding: 13px 24px; font-size: 13.5px;
  background: transparent; color: var(--avorio);
  box-shadow: inset 0 0 0 1px var(--avorio-70);
}
.btn--consenso:hover { background: var(--avorio); color: var(--notte); }
.btn--consenso::after { display: none; }
@media (max-width: 700px) {
  .consenso { flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; bottom: 10px; }
  .consenso__testo { font-size: 16px; }
  .consenso__azioni .btn--consenso { flex: 1; }
}

/* ============================================================
   PAGINE DI ESITO — /grazie/ e /invio-non-riuscito/ (modulo senza JavaScript)
   ============================================================ */
.esito { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: var(--gutter); text-align: center; }
.esito__corpo { max-width: 640px; }
.esito__logo { display: inline-block; margin-bottom: clamp(40px, 6vw, 72px); }
.esito__logo img { height: 72px; width: auto; }
.esito .sezione__titolo { margin-bottom: 24px; }
.esito p { margin: 0 auto 32px; max-width: 46ch; font-size: 20px; line-height: 1.7; color: var(--avorio-85); }
.esito__lista { margin: 0 auto 32px; padding: 0; max-width: 46ch; list-style: none; text-align: left; font-size: 19px; line-height: 1.7; color: var(--avorio-85); }
.esito__lista li { padding-left: 1.2em; position: relative; }
.esito__lista li::before { content: "·"; position: absolute; left: 0.3em; color: var(--salvia-chiara); }
.esito a:not(.btn):not(.esito__logo) { color: var(--salvia-chiara); }
