/* ==========================================================================
   Automatia — sistema grafico del sito (settembre 2026)
   Direzione "la geometria del marchio": grafite, carta e bronzo, tessere a 30 gradi.
   Indice: 1 base · 2 elementi · 3 testata · 4 sezioni · 5 testata di pagina
           6 contenuti · 7 kit visivo · 8 interfacce d'esempio · 9 home
           10 guide · 11 moduli · 12 piede · 13 adattamenti · 14 accessibilità
   ========================================================================== */

/* ---------- 1. Base ---------- */
@font-face { font-family: "Selawik"; src: url("../fonts/selawik-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Selawik"; src: url("../fonts/selawik-semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Selawik"; src: url("../fonts/selawik-bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --g: #16181C; --g2: #1E2126; --g3: #2A2E35; --g4: #3A3F48;
  --carta: #F2F1ED; --tint: #F7F6F3; --white: #fff;
  --bz: #A8762B; --bz-t: #8F631F; --bz-d: #C89544; --bz-soft: #F4ECDF;
  --ink: #16181C; --ink2: #43474F; --ink3: #5F646C;
  --line: #E6E4DE; --line2: #D6D3CB;
  --ok: #1E7A4C; --ok-bg: #E2F1E8; --ko: #B42318; --ko-bg: #FBE8E6; --wait: #7A5418; --wait-bg: #F6EBD9;
  --on-dark-2: #B6BAC1; --on-dark-3: #9EA3AB;
  --wrap: 1240px; --hdr: 74px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --font: "Selawik", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr) + 16px); }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.55; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1, h2, h3, h4, h5, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-weight: 600; text-wrap: balance; }
ul, ol { padding: 0; list-style: none; }
em, i, cite { font-style: normal; }
strong, b { font-weight: 600; }
a { color: inherit; }
img, svg { max-width: 100%; }
svg { flex: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }
table { border-collapse: collapse; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--bz); outline-offset: 3px; }
.on-dark :focus-visible { outline-color: var(--bz-d); }
.on-bz :focus-visible { outline-color: var(--g); }
main:focus { outline: none; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 48px); margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: calc(820px + 48px); }
.visually-hidden, .sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--g); color: #fff; padding: 12px 16px; text-decoration: none; font-weight: 600; }
.skip:focus { top: 12px; }
.stack > * + * { margin-top: var(--stack, 1rem); }
.muted { color: var(--ink2); }
.small { font-size: 0.9rem; }
.dati { font-size: 11.5px; color: #5F646C; letter-spacing: .01em; }

/* ---------- 2. Elementi ---------- */
.h1 { font-size: clamp(40px, 5.2vw, 72px); line-height: 1; letter-spacing: -0.04em; font-weight: 600; }
.h2, .sec h2.h2 { font-size: clamp(32px, 4.1vw, 56px); line-height: 1.03; letter-spacing: -0.034em; font-weight: 600; }
.h3 { font-size: clamp(22px, 2vw, 28px); line-height: 1.15; letter-spacing: -0.02em; font-weight: 600; }
.lede, .lead { font-size: 19px; line-height: 1.5; color: var(--ink2); max-width: 36em; }
.on-dark .lede, .on-dark .lead { color: var(--on-dark-2); }
.on-bz .lede, .on-bz .lead { color: #0E0F12; }

.on-dark { background: var(--g); color: var(--carta); }
.on-dark .muted, .band--ink .muted { color: var(--on-dark-2); }
.on-dark .more > summary small, .band--ink .more > summary small { color: var(--on-dark-2); }
.on-dark .more__body.prose > p, .on-dark .more__body.prose > ul > li { color: var(--on-dark-2); }
.on-bz { background: var(--bz); color: #0E0F12; }
.on-bz .btn--ghost { color: #0E0F12; border-color: #0E0F12; }

.tile { display: inline-block; width: 9px; height: 18px; background: var(--bz); transform: skewX(-30deg); flex: none; }
.on-dark .tile { background: var(--bz-d); }
.on-bz .tile { background: var(--g); }
.ico { width: 40px; height: 40px; color: var(--g); --ac: currentColor; }
.on-dark .ico { color: var(--carta); --ac: currentColor; }
.on-bz .ico { color: var(--g); --ac: currentColor; }
.mega a.mega__item:hover .ico, .mega a.mega__item[aria-current="page"] .ico { --ac: var(--bz); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 24px; font-weight: 600; font-size: 16.5px; line-height: 1.1; text-decoration: none; border-radius: 3px; border: 1.5px solid var(--g); background: var(--g); color: #fff; transition: background .2s, color .2s, border-color .2s; }
.btn:hover { background: #000; border-color: #000; }
.btn .tile { transition: transform .25s var(--ease); }
.btn:hover .tile { transform: skewX(-30deg) translateX(4px); }
.btn--ghost, .btn--line { background: transparent; color: var(--g); }
.btn--ghost:hover, .btn--line:hover { background: var(--g); color: #fff; border-color: var(--g); }
.btn--small { min-height: 44px; padding: 0 18px; font-size: 15.5px; }
.on-dark .btn { background: var(--carta); color: var(--g); border-color: var(--carta); }
.on-dark .btn:hover { background: #fff; }
.on-dark .btn--ghost, .on-dark .btn--line { background: transparent; color: var(--carta); border-color: var(--carta); }
.on-dark .btn--ghost:hover, .on-dark .btn--line:hover { background: var(--carta); color: var(--g); }
.on-bz .btn { background: var(--g); color: #fff; border-color: var(--g); }
.on-bz .btn .tile { background: var(--bz-d); }
.on-bz .btn--ghost { background: transparent; color: var(--g); }
.on-bz .btn--ghost:hover { background: var(--g); color: #fff; }
.btn-row, .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn svg:not(.ico) { width: 18px; height: 18px; }

.lnk, .link-arrow { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; text-decoration: none; border-bottom: 1.5px solid currentColor; padding-bottom: 2px; }
.lnk .tile, .link-arrow .tile { display: none; }
.link-arrow svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.link-arrow:hover svg { transform: translateX(3px); }
.on-dark .lnk, .on-dark .link-arrow { color: var(--bz-d); }
.link, .prose a:not(.btn):not(.lnk):not(.link-arrow) { color: inherit; text-decoration: underline; text-decoration-color: var(--bz); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.link:hover, .prose a:not(.btn):not(.lnk):not(.link-arrow):hover { color: var(--bz-t); }
.on-dark .link, .on-dark .prose a:not(.btn) { text-decoration-color: var(--bz-d); }
.on-dark .link:hover, .on-dark .prose a:not(.btn):hover { color: #fff; }

.pill { display: inline-flex; align-items: center; gap: 6px; height: 22px; padding: 0 9px; border-radius: 99px; font-size: 11.5px; font-weight: 600; white-space: nowrap; transition: background .3s, color .3s; }
.pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.p-draft { background: #EFEEEB; color: #50555D; }
.p-sent, .p-wait { background: var(--wait-bg); color: var(--wait); }
.p-ok { background: #E6E9EE; color: #2A2E35; }
.p-paid, .p-green { background: var(--ok-bg); color: var(--ok); }
.p-late, .p-red { background: var(--ko-bg); color: var(--ko); }

.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags a, .tags span, .tags li > * { display: inline-block; padding: 5px 11px; border: 1px solid var(--line2); border-radius: 4px; text-decoration: none; font-size: 14.5px; background: #fff; color: var(--ink2); }
.tags a:hover { border-color: var(--g); color: var(--g); }
.on-dark .tags a, .on-dark .tags span { background: transparent; border-color: var(--g4); color: #E4E2DC; }

/* Etichetta breve sopra un titolo o dentro una scheda: tessera e testo, niente maiuscolo spaziato */
.eyebrow, .label, .card__label, .scenario__label, .note__label, .answer__label, .facts__title {
  display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 600; line-height: 1.3; color: var(--ink3); letter-spacing: 0;
}
.eyebrow::before, .label::before { content: ""; width: 14px; height: 2px; background: var(--bz); flex: none; }
.on-dark .eyebrow, .on-dark .label, .on-dark .card__label, .on-dark .scenario__label { color: var(--on-dark-2); }
.on-dark .eyebrow::before, .on-dark .label::before, .on-dark .scenario__label::before { background: var(--bz-d); }

/* ---------- 3. Testata ---------- */
.hdr { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid transparent; transition: border-color .2s; }
.hdr.is-scrolled { border-bottom-color: var(--line); }
.hdr__in { position: relative; display: flex; align-items: center; height: var(--hdr); gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 8px; color: var(--g); text-decoration: none; font-weight: 600; font-size: 23px; letter-spacing: -0.022em; line-height: 1; }
.logo svg { width: 30px; height: 27px; fill: currentColor; }
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav > a, .nav__btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 12px; color: var(--ink2); text-decoration: none; font-size: 15.5px; border-radius: 4px; }
.nav > a:hover, .nav__btn:hover, .nav__btn[aria-expanded="true"] { color: var(--g); background: #F3F2EF; }
.nav > a[aria-current="page"], .nav__btn.is-current { color: var(--g); box-shadow: inset 0 -2px 0 var(--bz); border-radius: 0; }
.nav__btn svg { width: 10px; height: 10px; transition: transform .2s; }
.nav__btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.hdr__cta { margin-left: 10px; }
.menu-btn { display: none; margin-left: auto; align-items: center; gap: 10px; height: 44px; padding: 0 14px; border: 1.5px solid var(--g); border-radius: 3px; font-weight: 600; font-size: 15px; }
.menu-btn i { display: block; width: 16px; height: 2px; background: var(--g); box-shadow: 0 5px 0 var(--g), 0 -5px 0 var(--g); }
.menu-btn[aria-expanded="true"] i { box-shadow: none; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] i::after { content: ""; display: block; width: 16px; height: 2px; background: var(--g); transform: rotate(90deg); }
.mega { position: absolute; left: 0; right: 0; top: var(--hdr); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 30px 40px -30px rgba(22, 24, 28, .25); }
.mega__in { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; padding-top: 32px; padding-bottom: 28px; }
.mega__title { font-size: 14px; color: var(--ink3); font-weight: 600; margin-bottom: 12px; }
.mega a.mega__item { display: flex; align-items: center; gap: 14px; padding: 9px 10px; margin: 0 -10px; border-radius: 4px; text-decoration: none; }
.mega a.mega__item:hover, .mega a.mega__item[aria-current="page"] { background: #F5F4F1; }
.mega .ico { width: 32px; height: 32px; }
.mega b { display: block; font-weight: 600; font-size: 16px; line-height: 1.25; }
.mega small { display: block; color: var(--ink3); font-size: 14px; line-height: 1.3; }
.mega__foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px 32px; padding-top: 18px; border-top: 1px solid var(--line); }
.mnav { display: none; }

/* ---------- 4. Sezioni ---------- */
.sec, .band { position: relative; padding: 104px 0; background: var(--white); overflow-x: clip; }
.band--tight { padding: 64px 0; }
.sec.on-dark, .band.on-dark { background: var(--g); }
.sec.on-bz, .band.on-bz { background: var(--bz); }
.sec--carta, .band--alt { background: var(--carta); }
.sec--tint { background: var(--tint); }
.band--ink { background: var(--g); color: var(--carta); }
.band--ink .lead, .band--ink .prose p, .band--ink p { color: var(--on-dark-2); }
.band--ink h2, .band--ink h3, .band--ink strong { color: #fff; }
.sec--cut { overflow: hidden; }
.sec--cut::after { content: none; }
.on-dark.sec--cut::after { background: #1F2227; }
.sec--cut > .wrap { position: relative; z-index: 1; }
.sec__head { display: block; max-width: 860px; margin-bottom: 44px; }
.sec__head .lede { margin-top: 16px; max-width: 40em; font-size: 18px; }
.sec__head--side { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 40px; }
.sec__head--side .lede { flex: 0 1 27em; margin-top: 0; }
.sec__head--side > .h2, .sec__head--side > h2 { flex: 1 1 auto; max-width: 16em; }
.sec__head--stack { display: block; max-width: 760px; }
.sec__head--stack .lede { margin-top: 18px; }
.sec__head--center { display: block; text-align: center; max-width: 860px; margin-left: auto; margin-right: auto; }
.sec__head--center .lede { margin: 18px auto 0; }
.section-head { margin-bottom: 36px; max-width: 760px; }
.section-head h2 { font-size: clamp(28px, 3.2vw, 42px); line-height: 1.06; letter-spacing: -0.03em; }
.section-head p { margin-top: 14px; color: var(--ink2); max-width: 40em; }
.section-foot { margin-top: 36px; }
.band h2, .sec h2 { letter-spacing: -0.03em; }
.band > .wrap > h2, .sec > .wrap > h2 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.05; }

/* Divisione: titolo e testo affiancati (usata con misura) */
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.split--even { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.split--wide-head { grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); }
.split > * { min-width: 0; }
.split__head h2 { font-size: clamp(30px, 3.4vw, 46px); line-height: 1.05; letter-spacing: -0.032em; }
.split__head .eyebrow { margin-bottom: 16px; }
.split__head p:not(.eyebrow) { margin-top: 18px; color: var(--ink2); font-size: 18px; max-width: 30em; }
.band--ink .split__head p:not(.eyebrow) { color: var(--on-dark-2); }
.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid > *, .split__body > * { min-width: 0; }

/* ---------- 5. Testata di pagina ---------- */
.phero { position: relative; overflow: hidden; padding: 40px 0 72px; }
.phero__field { position: absolute; z-index: 0; top: 0; bottom: 0; left: 55%; width: 100vw; background: var(--g); transform: skewX(-30deg); transform-origin: 0 100%; }
.phero__stripe { display: none; position: absolute; z-index: 0; bottom: 0; height: 38%; left: calc(55% - 54px); width: 22px; background: var(--bz); transform: skewX(-30deg); transform-origin: 0 100%; }
.phero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 56px; align-items: center; }
.phero--plain .phero__grid { grid-template-columns: minmax(0, 1fr); max-width: 900px; }
.phero--plain { padding-bottom: 48px; border-bottom: 1px solid var(--line); }

.phero h1 { font-size: clamp(38px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -0.038em; margin-top: 22px; }
.phero--article h1 { font-size: clamp(34px, 4vw, 54px); }
.phero .lede { margin-top: 22px; font-size: 19.5px; max-width: 32em; }
.phero .actions { margin-top: 30px; }
.phero__meta { margin-top: 18px; font-size: 15px; color: var(--ink3); }
.phero__visual { position: relative; min-width: 0; }
.hfacts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 30px; font-size: 15px; color: var(--ink2); }
.hfacts li { display: flex; align-items: center; gap: 10px; }
.hfacts .tile { width: 6px; height: 12px; }
.hfacts b { color: var(--g); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 4px 0; font-size: 14.5px; color: var(--ink3); }
.crumbs li + li::before { content: "/"; margin: 0 10px; color: #A7A39A; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--g); text-decoration: underline; text-underline-offset: 3px; }
.crumbs [aria-current] { color: var(--ink2); }
/* Scheda "in sintesi" sotto la testata */
.phero__facts { position: relative; z-index: 1; margin-top: 56px; }
.facts { background: #fff; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 24px 50px -34px rgba(22, 24, 28, .45); }
.facts__title { padding: 16px 22px 0; }
.facts dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.facts dl > div { padding: 16px 22px 20px; border-top: 1px solid var(--line); }
.facts__title + dl > div { border-top: 0; }
.facts dl > div + div { border-left: 1px solid var(--line); }
.facts dt { font-size: 13.5px; font-weight: 600; color: var(--ink3); }
.facts dd { margin-top: 4px; font-size: 16px; line-height: 1.4; }

/* ---------- 6. Contenuti ---------- */
.prose { max-width: 720px; font-size: 17.5px; line-height: 1.65; }
.prose > * + * { margin-top: 1em; }
.prose > h2 { font-size: clamp(26px, 2.6vw, 34px); line-height: 1.12; letter-spacing: -0.028em; margin-top: 1.9em; }
.prose > h3, .prose > figure > h3 { font-size: 21px; line-height: 1.25; letter-spacing: -0.015em; margin-top: 1.6em; }
.prose h2 + *, .prose h3 + * { margin-top: .6em; }
.prose > :first-child { margin-top: 0; }
.prose > p, .prose > ul > li, .prose > ol > li, .prose blockquote p { color: var(--ink2); }
.prose strong { color: var(--ink); }
.prose > ul > li, .ticks > li, .checks > li { position: relative; padding-left: 26px; }
.prose > ul > li + li, .ticks > li + li { margin-top: .55em; }
.prose > ul > li::before, .ticks > li::before, .checks > li::before { content: ""; position: absolute; left: 2px; top: .78em; width: 12px; height: 2px; background: var(--g); }
.prose > ol { counter-reset: n; }
.prose > ol > li { position: relative; padding-left: 34px; counter-increment: n; }
.prose > ol > li + li { margin-top: .55em; }
.prose > ol > li::before { content: counter(n); position: absolute; left: 0; top: .1em; width: 22px; height: 22px; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #fff; background: var(--g); border-radius: 3px; }
.prose blockquote { border-left: 4px solid var(--bz); padding: 4px 0 4px 20px; font-size: 1.12em; color: var(--ink); }
.prose .table-wrap, .prose .answer, .prose .note { margin-top: 1.4em; margin-bottom: 1.4em; }
.prose > figure { margin: 1.8em 0; }
.prose .gantt figcaption, .prose .spend figcaption { color: #fff; }
.prose figcaption, figure > figcaption.cap { margin-top: 12px; font-size: 14px; line-height: 1.45; color: var(--ink3); }
.prose > .duo, .prose > .chain, .prose > .tline, .prose > .pflow, .prose > .feats, .prose > .nums, .prose > .checks, .prose > .hubx, .prose > .ui, .prose > .m-ai { margin-top: 1.6em; margin-bottom: 1.6em; }
.prose .duo h3, .prose .chain h3, .prose .tline h3, .prose .feats h3 { margin-top: 0; }
.band--ink .prose p, .band--ink .prose li, .on-dark .prose p, .on-dark .prose li { color: var(--on-dark-2); }
.band--ink .prose strong, .on-dark .prose strong { color: #fff; }
.ticks { display: grid; gap: 12px; }
.ticks > li + li { margin-top: 0; }
.ticks--two { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }

/* Risposta breve (per chi ha fretta, per i motori e per le AI) */
.answer { position: relative; max-width: 780px; padding: 2px 0 2px 22px; border-left: 3px solid var(--bz); }
.answer__label { margin-bottom: 6px; font-size: 13.5px; }
.answer p { font-size: 18px; line-height: 1.55; color: var(--ink2); }
.answer p + p { margin-top: .6em; }

/* Schede */
.card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line2); border-radius: 6px; padding: 26px 26px 24px; text-decoration: none; transition: border-color .2s, transform .25s var(--ease); }
a.card:hover { border-color: var(--g); }
.card h3 { font-size: 21px; line-height: 1.2; letter-spacing: -0.015em; }
.card__label { order: -1; margin-bottom: 12px; font-size: 13.5px; }
.card p { margin-top: 10px; color: var(--ink2); font-size: 16px; }
.card .ticks, .card ul { margin-top: 12px; font-size: 15.5px; color: var(--ink2); }
.card__foot { margin-top: auto; padding-top: 18px; align-self: flex-start; }
.card--plain { background: transparent; border-style: dashed; }
.band--alt .card, .sec--carta .card { border-color: #DDDAD2; }
.band--ink .card, .on-dark .card { background: var(--g2); border-color: #2C3038; color: var(--carta); }
.band--ink .card p, .on-dark .card p { color: var(--on-dark-2); }
.card .ico { width: 38px; height: 38px; margin-bottom: 16px; }

/* Elenco a righe (indici di servizi, settori, guide) */
.rows { border-top: 1.5px solid var(--g); }
.row-link { position: relative; display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 6fr) 24px; gap: 24px; align-items: center; padding: 22px 4px 22px 0; border-bottom: 1px solid var(--line2); text-decoration: none; overflow: hidden; transition: padding .3s var(--ease); }
.row-link::before { content: ""; position: absolute; left: -14px; top: 18px; bottom: 18px; width: 7px; background: var(--bz); transform: skewX(-30deg); opacity: 0; transition: opacity .25s, left .3s var(--ease); }
.row-link:hover { padding-left: 22px; }
.row-link:hover::before { opacity: 1; left: 4px; }
.row-link__title { display: flex; flex-direction: column-reverse; gap: 4px; font-size: 21px; font-weight: 600; letter-spacing: -0.012em; line-height: 1.2; }
.row-link__tag { font-size: 13.5px; font-weight: 600; color: var(--bz-t); letter-spacing: 0; }
.row-link__text { color: var(--ink2); font-size: 16px; }
.row-link__arrow { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.row-link:hover .row-link__arrow { transform: translateX(3px); }

/* Nota a margine */
.note { position: relative; background: var(--tint); border: 1px solid var(--line); border-radius: 6px; padding: 20px 22px 20px 26px; overflow: hidden; }
.note::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--g); }
.note__label { margin-bottom: 6px; color: var(--g); }
.note p { color: var(--ink2); font-size: 16px; }
.band--ink .note, .on-dark .note { background: var(--g2); border-color: #2C3038; }
.band--ink .note p, .on-dark .note p { color: var(--on-dark-2); }
.band--ink .note__label, .on-dark .note__label { color: #fff; }

/* Scenario (prima / dopo) */
.scenario { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border-radius: 6px; overflow: hidden; border: 1px solid var(--line2); }
.scenario > div { padding: clamp(22px, 2.6vw, 32px); background: var(--tint); }
.scenario > div + div { border-left: 1px solid var(--line2); }
.scenario__label { margin-bottom: 12px; }
.scenario__after { background: var(--g) !important; color: var(--carta); }
.scenario__after p { color: #D9DBDF; }
.scenario__after .scenario__label { color: #fff; }
.scenario__after .scenario__label::before { background: var(--bz-d); }
.scenario p { font-size: 16.5px; }
.scenario p + p { margin-top: .7em; }

/* Passaggi numerati */
.steps { display: grid; border-top: 1.5px solid var(--g); counter-reset: step; }
.steps > li { counter-increment: step; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 4px 20px; padding: 24px 0; border-bottom: 1px solid var(--line2); }
.steps > li::before { content: counter(step); grid-row: 1 / span 4; display: grid; place-items: center; width: 34px; height: 34px; margin-left: 8px; font-size: 15px; font-weight: 700; color: #fff; background: var(--g); transform: skewX(-12deg); border-radius: 2px; }
.steps > li:last-child::before { background: var(--bz); color: var(--g); }
.steps h3 { font-size: 21px; letter-spacing: -0.015em; line-height: 1.25; }
.steps p { color: var(--ink2); max-width: 62ch; margin-top: 4px; }
.steps__meta { font-size: 14.5px; font-weight: 600; color: var(--bz-t); }
.band--ink .steps, .on-dark .steps { border-color: var(--carta); }
.band--ink .steps > li, .on-dark .steps > li { border-color: #2C3038; }
.band--ink .steps > li::before, .on-dark .steps > li::before { background: var(--carta); color: var(--g); }

/* Tabelle */
.table-wrap { overflow-x: auto; border: 1px solid var(--line2); border-radius: 6px; -webkit-overflow-scrolling: touch;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)) left center / 40px 100% no-repeat local,
              linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0)) right center / 40px 100% no-repeat local,
              radial-gradient(farthest-side at 0 50%, rgba(22, 24, 28, .16), transparent) left center / 14px 100% no-repeat scroll,
              radial-gradient(farthest-side at 100% 50%, rgba(22, 24, 28, .16), transparent) right center / 14px 100% no-repeat scroll, #fff; }
.table { width: 100%; font-size: 16px; }
.table--wide { min-width: 640px; }
.table th, .table td { text-align: left; vertical-align: top; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.table thead th { font-size: 14px; font-weight: 600; color: var(--ink3); background: var(--tint); border-bottom-color: var(--line2); }
.table tbody th { font-weight: 600; color: var(--ink); }
.table td { color: var(--ink2); }
.table tbody tr:last-child > * { border-bottom: 0; }
.table .is-us { background: var(--bz-soft); color: var(--ink); font-weight: 600; }
.table thead .is-us { background: var(--g); color: #fff; }
.table caption { caption-side: bottom; text-align: left; padding: 12px 18px; font-size: 14px; color: var(--ink3); border-top: 1px solid var(--line); }
.band--ink .table-wrap, .on-dark .table-wrap { background: var(--g2); border-color: #2C3038; }
.band--ink .table th, .band--ink .table td, .on-dark .table th, .on-dark .table td { border-color: #2C3038; color: var(--on-dark-2); }
.band--ink .table thead th, .on-dark .table thead th { background: #23262C; }
.band--ink .table tbody th, .on-dark .table tbody th { color: #fff; }

/* Domande frequenti */
.faq { border-top: 1.5px solid var(--g); }
.faq details { border-bottom: 1px solid var(--line2); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 20px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq__icon, .pm { position: relative; width: 22px; height: 22px; flex: none; }
.faq__icon::before, .faq__icon::after, .pm::before, .pm::after { content: ""; position: absolute; left: 3px; right: 3px; top: 10px; height: 2px; background: var(--g); transition: transform .25s var(--ease); }
.faq__icon::after, .pm::after { transform: rotate(90deg); }
details[open] > summary .faq__icon::after, details[open] > summary .pm::after { transform: rotate(0); }
details[open] > summary .faq__icon::before, details[open] > summary .pm::before { background: var(--bz); }
.faq__body { padding: 0 48px 26px 0; color: var(--ink2); font-size: 17px; max-width: 46em; }
.faq__body p + p { margin-top: .7em; }
.faq__body a { text-decoration: underline; text-decoration-color: var(--bz); text-underline-offset: 3px; }
.faq-sec__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.3fr); gap: 64px; align-items: start; }

/* Link correlati */
.related { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.related a { display: flex; flex-direction: column; gap: 8px; padding: 22px 22px 24px; border: 1px solid var(--line2); border-radius: 6px; background: #fff; text-decoration: none; transition: border-color .2s; }
.related a:hover { border-color: var(--g); }
.related a b { font-size: 18px; line-height: 1.25; letter-spacing: -0.01em; }

.related a span { color: var(--ink2); font-size: 15.5px; }

/* Invito finale */
.cta-bz { position: relative; overflow: hidden; padding: 96px 0 0; }
.cta-bz h2 { font-size: clamp(38px, 5.4vw, 80px); line-height: .98; letter-spacing: -0.045em; max-width: 12em; }
.cta-bz__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; margin-top: 36px; }
.cta-bz__grid > div:first-child { padding-bottom: 96px; }
.cta-bz .lede { max-width: 26em; }
.cta-bz .actions { margin-top: 28px; }
.contact { position: relative; isolation: isolate; color: var(--carta); padding: 40px 0 64px 56px; }
.contact::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; width: 100vw; background: var(--g); transform: skewX(-30deg); transform-origin: 0 0; }
.contact__row { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid #353941; text-decoration: none; }
.contact__row:first-child { border-top: 1px solid #353941; }
.contact__row .ico { width: 34px; height: 34px; color: var(--carta); }
.contact__row small { display: block; font-size: 14px; color: var(--on-dark-2); }
.contact__row b { display: block; font-size: clamp(19px, 1.8vw, 25px); font-weight: 600; letter-spacing: -0.015em; line-height: 1.2; }
.contact__row:hover b { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
.contact p { font-size: 14.5px; color: var(--on-dark-2); margin-top: 18px; }

/* Pagina non trovata */
.lost { min-height: 56vh; display: grid; align-content: center; }
.lost__tiles { width: 110px; fill: var(--g); margin-bottom: 28px; }

/* ---------- 7. Kit visivo per le pagine ---------- */
/* Testo accanto a un elemento visivo */
.mock-split { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.mock-split--rev > :first-child { order: 2; }
.mock-split__text { position: relative; z-index: 1; }
.mock-split__text h2 { font-size: clamp(30px, 3.4vw, 46px); line-height: 1.05; letter-spacing: -0.032em; }
.mock-split__text > p { margin-top: 18px; color: var(--ink2); font-size: 18px; max-width: 30em; }
.mock-split__text .checks, .mock-split__text .ticks { margin-top: 22px; }
.mock-split__text .lnk { margin-top: 26px; }
.on-dark .mock-split__text > p { color: var(--on-dark-2); }
.mock-stage { position: relative; isolation: isolate; }


/* Elenco con tessere */
.checks { display: grid; gap: 12px; font-size: 17px; }
.checks--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
.checks > li b { color: var(--ink); }
.checks > li { color: var(--ink2); }
.on-dark .checks > li { color: var(--on-dark-2); }
.on-dark .checks > li b { color: #fff; }
.on-dark .checks > li::before { background: var(--carta); }

/* Caratteristiche con icona: righe, non schede uguali */
.feats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 56px; border-top: 1.5px solid var(--g); }
.feats > li { display: grid; grid-template-columns: 44px minmax(0, 1fr); grid-template-rows: auto 1fr; align-content: start; gap: 4px 20px; padding: 24px 0; border-bottom: 1px solid var(--line2); }
.feats .ico { grid-row: 1 / span 2; width: 40px; height: 40px; }
.feats h3 { font-size: 20px; line-height: 1.25; letter-spacing: -0.012em; }
.feats p { color: var(--ink2); font-size: 16px; }
.feats--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 40px; }
.on-dark .feats { border-color: var(--carta); }
.on-dark .feats > li { border-color: #2C3038; }
.on-dark .feats p { color: var(--on-dark-2); }

/* Numeri grandi */
.nums { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 28px 40px; }
.nums .num > b { display: block; font-size: clamp(40px, 4.6vw, 64px); font-weight: 700; letter-spacing: -0.045em; line-height: .95; }
.nums .num > b small { font-size: .38em; letter-spacing: -0.02em; font-weight: 600; color: var(--ink3); margin-left: .15em; }
.nums .num > span { display: block; margin-top: 10px; font-size: 15px; color: var(--ink2); max-width: 20em; }
.on-dark .nums .num > b { color: #fff; }
.on-dark .nums .num > b small, .on-dark .nums .num > span { color: var(--on-dark-2); }

/* Catena di passaggi (flusso) */
.chain { display: grid; grid-template-columns: repeat(var(--n, 4), minmax(0, 1fr)); gap: 0; counter-reset: ch; }
.chain > li { position: relative; padding: 0 28px 0 0; }
.chain__ico { position: relative; display: flex; align-items: center; height: 64px; margin-bottom: 18px; }
.chain__ico .ico { width: 48px; height: 48px; position: relative; z-index: 1; background: inherit; }
.chain > li::after { content: ""; position: absolute; left: 60px; right: 12px; top: 31px; height: 2px; background: repeating-linear-gradient(90deg, var(--line2) 0 8px, transparent 8px 14px); }
.chain > li:last-child::after { display: none; }
.chain > li::before { content: ""; position: absolute; right: 10px; top: 27px; width: 8px; height: 8px; border-top: 2px solid #A7A39A; border-right: 2px solid #A7A39A; transform: rotate(45deg); }
.chain > li:last-child::before { display: none; }
.chain h3 { font-size: 19px; line-height: 1.2; letter-spacing: -0.01em; }
.chain p { margin-top: 6px; color: var(--ink2); font-size: 15.5px; }
.on-dark .chain > li::after { background: repeating-linear-gradient(90deg, #4A505A 0 8px, transparent 8px 14px); }
.on-dark .chain p { color: var(--on-dark-2); }
.on-dark .chain > li::before { background: var(--bz-d); }

/* Linea del tempo con durate */
.tline { display: grid; grid-template-columns: repeat(var(--n, 5), minmax(0, 1fr)); gap: 14px; }
.tline__seg { position: relative; height: 16px; background: #E9E7E1; transform: skewX(-30deg); margin-left: 9px; overflow: hidden; }
.tline__seg::after { content: ""; position: absolute; inset: 0; background: var(--g); transform-origin: 0 50%; transition: transform .5s var(--ease); }
.tline > li:last-child .tline__seg::after { background: var(--bz); }
.js:not(.rm) .tline:not(.in) .tline__seg::after { transform: scaleX(0); }
.tline.in > li:nth-child(2) .tline__seg::after { transition-delay: .25s; }
.tline.in > li:nth-child(3) .tline__seg::after { transition-delay: .5s; }
.tline.in > li:nth-child(4) .tline__seg::after { transition-delay: .75s; }
.tline.in > li:nth-child(5) .tline__seg::after { transition-delay: 1s; }
.tline.in > li:nth-child(6) .tline__seg::after { transition-delay: 1.25s; }
.tline .ico { width: 44px; height: 44px; margin: 28px 0 16px; }
.tline h3 { font-size: 21px; letter-spacing: -0.015em; line-height: 1.15; }
.tline__meta { display: block; font-size: 14.5px; font-weight: 600; color: var(--bz-t); margin-top: 6px; }
.tline p { font-size: 15.5px; color: var(--ink2); margin-top: 10px; }
.on-dark .tline__seg { background: var(--g3); }
.on-dark .tline__seg::after { background: var(--carta); }
.on-dark .tline__meta { color: var(--bz-d); }
.on-dark .tline p { color: var(--on-dark-2); }

/* Prima e dopo, affiancati */
.duo { display: grid; grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr); align-items: stretch; }
.duo__side { border-radius: 6px; padding: 28px 30px 30px; background: var(--tint); border: 1px solid var(--line2); }
.duo__side--after { background: var(--g); color: var(--carta); border-color: var(--g); }
.duo__side h3 { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--ink3); margin-bottom: 14px; }
.duo__side h3::before { content: ""; width: 6px; height: 13px; background: var(--line2); transform: skewX(-30deg); }
.duo__side--after h3 { color: var(--bz-d); }
.duo__side--after h3::before { background: var(--bz-d); }
.duo__side li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px dashed var(--line2); font-size: 16px; color: var(--ink2); }
.duo__side li:last-child { border-bottom: 0; }
.duo__side li::before { content: ""; position: absolute; left: 3px; top: 18px; width: 11px; height: 2px; background: #9A9EA5; }
.duo__side--after li { border-color: #353941; color: #D9DBDF; }
.duo__side--after li::before { background: var(--carta); }
.duo__arrow { display: grid; place-items: center; }
.duo__arrow--none span { display: none !important; }
.duo__arrow span { display: block; width: 14px; height: 30px; background: var(--bz); transform: skewX(-30deg); }

/* Approfondimento a scomparsa: il testo lungo resta nella pagina, ma non ingombra */
.more { border: 1px solid var(--line2); border-radius: 6px; background: #fff; }
.more + .more { margin-top: 12px; }
.more > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; cursor: pointer; list-style: none; font-weight: 600; font-size: 18px; letter-spacing: -0.01em; }
.more > summary::-webkit-details-marker { display: none; }
.more > summary small { display: block; font-size: 14px; font-weight: 400; color: var(--ink3); margin-top: 2px; }
.more__body { padding: 0 22px 24px; }
.more__body.prose { max-width: none; }
.more[open] { border-color: var(--g); }
.on-dark .more { background: var(--g2); border-color: #2C3038; }
.on-dark .more[open] { border-color: var(--carta); }
.on-dark .more .pm::before, .on-dark .more .pm::after { background: var(--carta); }

/* Confronto a colonne */
.cmp { background: var(--g); color: var(--carta); border-radius: 6px; overflow: hidden; }
.cmp__row { display: grid; grid-template-columns: minmax(0, 1fr) repeat(var(--c, 2), minmax(0, 1fr)); }
.cmp__row > * { padding: 14px 18px; border-bottom: 1px solid #2C3038; font-size: 15px; line-height: 1.4; }
.cmp__row:last-child > * { border-bottom: 0; }
.cmp__row .rh { color: var(--on-dark-2); font-size: 14.5px; }
.cmp__row .us { background: #23262C; color: #fff; font-weight: 600; }
.cmp__hd > * { font-size: 14px; font-weight: 600; color: var(--on-dark-2); padding-top: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--g4); }
.cmp__hd .us { color: var(--bz-d); }

/* Passaggi di un processo automatico */
.pflow { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; }
.pflow > li { position: relative; background: #fff; border: 1px solid var(--line2); border-radius: 6px; padding: 16px 16px 18px; }
.pflow > li.is-first { background: var(--g); color: #fff; border-color: var(--g); }
.pflow__n { display: grid; place-items: center; width: 26px; height: 26px; margin-bottom: 12px; font-size: 13px; font-weight: 700; background: var(--bz-soft); color: var(--bz-t); transform: skewX(-12deg); border-radius: 2px; }
.is-first .pflow__n { background: var(--bz); color: var(--g); }
.pflow b { display: block; font-size: 16px; line-height: 1.25; }
.pflow > li > span:not(.pflow__n) { display: block; margin-top: 6px; font-size: 14.5px; color: var(--ink2); line-height: 1.4; }
.pflow > li.is-first > span:not(.pflow__n) { color: var(--on-dark-2); }
.pflow small { display: block; margin-top: 8px; font-size: 13px; color: var(--bz-t); font-weight: 600; }
.pflow > li.is-first small { color: var(--bz-d); }
.pflow > li:not(:last-child)::after { content: ""; position: absolute; right: -10px; top: 26px; z-index: 1; width: 7px; height: 7px; border-top: 2px solid #A7A39A; border-right: 2px solid #A7A39A; transform: rotate(45deg); }
.band--ink .pflow > li:not(.is-first), .on-dark .pflow > li:not(.is-first) { background: var(--g2); border-color: #2C3038; color: var(--carta); }
.band--ink .pflow__n, .on-dark .pflow__n { background: #2C3038; color: #fff; }
.band--ink .is-first .pflow__n, .on-dark .is-first .pflow__n { background: var(--bz); color: var(--g); }
.band--ink .pflow > li.is-first small, .on-dark .pflow > li.is-first small { color: var(--bz-t); }
.band--ink .pflow > li:not(.is-first) > span, .on-dark .pflow > li:not(.is-first) > span { color: var(--on-dark-2); }
.band--ink .pflow > li.is-first, .on-dark .pflow > li.is-first { background: var(--carta); color: var(--g); }
.band--ink .pflow > li.is-first > span:not(.pflow__n), .on-dark .pflow > li.is-first > span:not(.pflow__n) { color: var(--ink2); }

/* Sistemi collegati */
.hubx { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1fr); align-items: center; margin: 0; }
.hubx__col { display: grid; gap: 12px; }
.hubx__node { position: relative; background: #fff; border: 1px solid var(--line2); border-radius: 6px; padding: 12px 14px; }
.hubx__node b { display: block; font-size: 15px; line-height: 1.25; }
.hubx__node small { display: block; font-size: 13px; color: var(--ink3); }
.hubx__col--l .hubx__node::after, .hubx__col--r .hubx__node::before { content: ""; position: absolute; top: 50%; width: 40px; height: 2px; background: repeating-linear-gradient(90deg, var(--bz) 0 6px, transparent 6px 10px); }
.hubx__col--l .hubx__node::after { left: 100%; }
.hubx__col--r .hubx__node::before { right: 100%; }
.hubx__core { position: relative; margin: 0 40px; background: var(--g); color: #fff; border-radius: 6px; padding: 24px 18px; text-align: center; }
.hubx__mark { display: block; width: 12px; height: 26px; margin: 0 auto 12px; background: var(--bz); transform: skewX(-30deg); }
.hubx__core b { display: block; font-size: 17px; }
.hubx__core small { display: block; font-size: 13px; color: var(--on-dark-2); margin-top: 4px; }
.band--ink .hubx__node, .on-dark .hubx__node { background: var(--g2); border-color: #2C3038; }
.band--ink .hubx__node small, .on-dark .hubx__node small { color: var(--on-dark-2); }
.band--ink .hubx__core, .on-dark .hubx__core { background: var(--carta); color: var(--g); }
.band--ink .hubx__core small, .on-dark .hubx__core small { color: var(--ink2); }

/* Blocco "Automatia" (chi c'è dietro il lavoro) */
.signature { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px 28px; align-items: center; margin: 0; }
.signature__mark { grid-row: 1 / 3; display: grid; place-items: center; width: 104px; height: 104px; background: var(--g); color: #fff; border-radius: 3px; }
.signature__mark svg { width: 52px; height: auto; fill: currentColor; }
.signature--plain .signature__mark { grid-row: auto; width: 80px; height: 80px; }
.signature--plain .signature__mark svg { width: 40px; }
.signature blockquote p { font-size: clamp(26px, 2.6vw, 40px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.08; max-width: 18em; }
.signature__who { color: var(--ink2); font-size: 16px; }
.signature__who strong { color: var(--ink); }
.band--ink .signature__mark, .on-dark .signature__mark { background: var(--carta); color: var(--g); }
.band--ink .signature__who, .on-dark .signature__who { color: var(--on-dark-2); }
.band--ink .signature__who strong, .on-dark .signature__who strong { color: #fff; }

/* ---------- 8. Interfacce d'esempio (finestre di software finte) ---------- */
.ui { position: relative; background: #fff; color: var(--g); border-radius: 10px; overflow: hidden; font-size: 13px; line-height: 1.35; box-shadow: 0 1px 0 rgba(0, 0, 0, .05), 0 28px 60px -28px rgba(0, 0, 0, .55); text-align: left; }
.sec--carta .ui, .band--alt .ui, .sec:not(.on-dark):not(.on-bz) .ui { box-shadow: 0 0 0 1px rgba(22, 24, 28, .07), 0 28px 60px -32px rgba(0, 0, 0, .45); }
.ui__bar { display: flex; align-items: center; gap: 12px; min-height: 42px; padding: 0 14px; border-bottom: 1px solid #ECEAE5; background: #FAF9F7; white-space: nowrap; }
.ui__title { font-weight: 600; font-size: 13.5px; }
.ui__crumb { color: var(--ink3); overflow: hidden; text-overflow: ellipsis; }
.ui__chip { margin-left: auto; font-size: 11.5px; color: var(--ink2); background: #F0EFEB; border-radius: 99px; padding: 3px 9px; }
.ui__foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 14px; border-top: 1px solid #ECEAE5; font-size: 12px; color: var(--ink2); background: #FAF9F7; }
.ui__app { width: 22px; height: 22px; border-radius: 5px; background: var(--g); display: grid; place-items: center; color: #fff; font-size: 10.5px; font-weight: 700; flex: none; }
.ui__app--bz { background: var(--bz); color: var(--g); }
.ui__search { margin-left: auto; width: 190px; height: 28px; border: 1px solid #E3E1DB; border-radius: 6px; background: #fff; color: #8A8E95; font-size: 12px; display: flex; align-items: center; padding: 0 10px; }
.ui__av { width: 28px; height: 28px; border-radius: 50%; background: #E9E6DF; display: grid; place-items: center; font-size: 11px; font-weight: 600; color: var(--ink2); flex: none; }
.ui__body { display: grid; grid-template-columns: 52px minmax(0, 1fr); }
.ui__side { border-right: 1px solid #ECEAE5; padding: 14px 0; display: flex; flex-direction: column; align-items: center; gap: 12px; background: #FCFBFA; }
.ui__side i { display: block; width: 20px; height: 20px; border-radius: 5px; background: #E4E2DC; }
.ui__side i.on { background: var(--g); box-shadow: inset 0 -3px 0 var(--bz); }
.ui__main { padding: 16px 18px 6px; min-width: 0; }
.ui__pad { padding: 14px 16px; }
.kpi3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
.kpi3 > div, .kpi { border: 1px solid #ECEAE5; border-radius: 8px; padding: 10px 12px; min-width: 0; }
.kpi3 small, .kpi small { display: block; font-size: 11.5px; color: var(--ink3); }
.kpi3 b, .kpi b { display: block; font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin-top: 2px; transition: color .3s; }
.kpi em { font-size: 11.5px; color: var(--ink2); }
.kpi em.up { color: var(--ok); font-weight: 600; }
.t-ko { color: var(--ko); }
.t-ok { color: var(--ok); }
.tbl { width: 100%; font-size: 12.5px; }
.tbl th { font-weight: 600; color: var(--ink3); text-align: left; padding: 7px 8px; border-bottom: 1px solid #ECEAE5; font-size: 11.5px; }
.tbl td { padding: 9px 8px; border-bottom: 1px solid #F1EFEB; white-space: nowrap; }
.tbl .num { text-align: right; font-variant-numeric: tabular-nums; }
.tbl td:first-child { color: var(--ink3); }
.tbl tr.live td { background: #FBF6EC; transition: background .4s; }
[data-hero-inv] .tbl .pill { min-width: 118px; justify-content: center; }
.tbl tr.live td:first-child { box-shadow: inset 3px 0 0 var(--bz); }
.toast { position: absolute; right: -22px; bottom: -34px; z-index: 3; display: flex; align-items: center; gap: 12px; background: #fff; color: var(--g); border-radius: 8px; padding: 12px 18px 12px 16px; font-size: 13.5px; font-weight: 600; box-shadow: 0 0 0 1px rgba(22, 24, 28, .06), 0 18px 40px -14px rgba(0, 0, 0, .45); opacity: 0; transform: translateY(10px); transition: opacity .35s, transform .35s var(--ease); pointer-events: none; }
.toast small { display: block; font-size: 11px; font-weight: 400; color: var(--ink3); }
.toast.show { opacity: 1; transform: none; }
.toast .tile { width: 8px; height: 22px; }
.bar { height: 8px; background: #EEECE7; border-radius: 2px; overflow: hidden; }
.bar i { display: block; height: 100%; width: var(--p); background: var(--bz); clip-path: polygon(0 0, 100% 0, calc(100% - 4.6px) 100%, 0 100%); transition: width 1.1s var(--ease); }
.js:not(.rm) [data-anim]:not(.play) .bar i { width: 0; }
.ui__tabs { display: flex; gap: 4px; margin-left: 10px; }
.ui__tabs span { padding: 5px 10px; border-radius: 5px; color: var(--ink3); font-size: 12.5px; }
.ui__tabs span.on { background: var(--g); color: #fff; }
.m-gest__row { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) 52px 96px; gap: 16px; align-items: center; padding: 13px 16px; border-bottom: 1px solid #F1EFEB; }
.m-gest__name b { display: block; font-weight: 600; font-size: 13.5px; }
.m-gest__name small { color: var(--ink3); font-size: 12px; }
.m-gest__pct { font-weight: 600; font-variant-numeric: tabular-nums; text-align: right; }
.m-gest__mg { color: var(--ink2); text-align: right; font-size: 12.5px; }
.m-gest__row.is-done .bar i { background: #9DA1A8; }
.m-gest__row.is-done .m-gest__pct { color: var(--ok); }
.alert-dot { display: flex; align-items: center; gap: 8px; color: var(--wait); font-weight: 600; }
.alert-dot i { width: 8px; height: 8px; border-radius: 50%; background: var(--bz); }
.kb { --cols: 4; position: relative; display: grid; grid-template-columns: repeat(var(--cols), minmax(0, 1fr)); gap: 10px; padding: 14px; background: #F6F5F2; }
.kb h5 { display: flex; justify-content: space-between; font-size: 12px; font-weight: 600; color: var(--ink2); margin: 0 2px 8px; white-space: nowrap; }
.kb h5 em { color: var(--ink3); font-weight: 400; }
.kb__card, .kb__slot { height: 56px; border-radius: 7px; margin-bottom: 8px; }
.kb__card { background: #fff; border: 1px solid #E6E4DE; padding: 9px 10px; box-shadow: 0 1px 2px rgba(0, 0, 0, .04); overflow: hidden; }
.kb__card b { display: block; font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kb__card small { display: block; font-size: 12px; color: var(--ink3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
.kb__card.tall { height: 74px; }
.kb__rem { display: inline-block; max-width: 100%; margin-top: 5px; font-size: 10.5px; font-weight: 600; color: var(--wait); background: var(--wait-bg); border-radius: 4px; padding: 1px 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top; }
.kb__slot { border: 1.5px dashed #D3D0C8; }
.kb__col--won .kb__card { border-left: 3px solid var(--ok); }
.kb__mover { position: absolute; top: 40px; left: calc(14px + (100% - 28px - (var(--cols) - 1) * 10px) / var(--cols) + 10px); width: calc((100% - 28px - (var(--cols) - 1) * 10px) / var(--cols)); border-color: var(--bz); box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .35); z-index: 2; }
[data-anim].play .kb__mover { animation: kbmove 6s var(--ease) infinite; }
.rm .kb__mover { transform: translateX(calc(100% + 10px)); }
.rm .kb__col:nth-child(2) .kb__slot { display: none; }
@keyframes kbmove { 0%, 22% { transform: none; opacity: 1; } 40%, 86% { transform: translateX(calc(100% + 10px)); opacity: 1; } 94% { transform: translateX(calc(100% + 10px)); opacity: 0; } 95% { transform: none; opacity: 0; } 100% { transform: none; opacity: 1; } }
.m-app { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 28px; align-items: center; }
.phone { width: 216px; border-radius: 30px; background: #0B0C0E; padding: 9px; box-shadow: 0 28px 60px -24px rgba(0, 0, 0, .7), inset 0 0 0 1px #3A3F48; }
.phone__scr { background: #fff; color: var(--g); border-radius: 22px; overflow: hidden; height: 410px; display: flex; flex-direction: column; font-size: 12.5px; }
.phone__top { display: flex; justify-content: space-between; padding: 9px 16px 4px; font-size: 11px; font-weight: 600; }
.phone__top i { width: 16px; height: 9px; border-radius: 2px; background: var(--g); }
.phone__hd { padding: 8px 16px 12px; border-bottom: 1px solid #EFEDE8; }
.phone__hd b { display: block; font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.phone__hd small { color: var(--ink3); }
.phone__f { padding: 6px 16px; }
.phone__f div { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid #F2F0EC; }
.phone__f dt { color: var(--ink3); }
.phone__f dd { font-weight: 600; text-align: right; }
.phone__list { padding: 4px 12px; }
.phone__list li { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 9px 4px; border-bottom: 1px solid #F2F0EC; }
.phone__list small { display: block; color: var(--ink3); font-size: 11px; }
.phone__sign { margin: 10px 16px 0; border: 1px dashed #D3D0C8; border-radius: 8px; height: 66px; position: relative; }
.phone__sign small { position: absolute; left: 10px; top: 6px; color: var(--ink3); font-size: 10.5px; }
.phone__sign svg { position: absolute; left: 14px; right: 14px; bottom: 6px; width: calc(100% - 28px); height: 42px; }
.phone__sign path { fill: none; stroke: var(--g); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 260; stroke-dashoffset: 0; transition: stroke-dashoffset 1s ease; }
.js:not(.rm) .sig:not(.on) path { stroke-dashoffset: 260; }
.phone__btn { margin: auto 16px 16px; height: 42px; border-radius: 9px; background: var(--g); color: #fff; font-weight: 600; display: grid; place-items: center; position: relative; overflow: hidden; transition: background .3s; }
.phone__btn span { grid-area: 1 / 1; transition: opacity .3s, transform .3s; }
.phone__btn .b { opacity: 0; transform: translateY(8px); }
.phone__btn.on { background: var(--ok); }
.phone__btn.on .a { opacity: 0; transform: translateY(-8px); }
.phone__btn.on .b { opacity: 1; transform: none; }
.docs li { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 12px 14px; border-bottom: 1px solid #F1EFEB; }
.docs--plain li { grid-template-columns: minmax(0, 1fr) auto; }
.rec { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rec > div { padding: 11px 16px; border-bottom: 1px solid #F1EFEB; }
.rec > div:nth-child(odd) { border-right: 1px solid #F1EFEB; }
.rec dt { font-size: 12px; color: var(--ink3); }
.rec dd { font-weight: 600; font-size: 14px; margin-top: 2px; }
.rec dd.warn { color: var(--wait); } .rec dd.ok { color: var(--ok); } .rec dd.ko { color: var(--ko); }
.rec__wide { grid-column: 1 / -1; border-right: 0 !important; }
.chk li { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 11px 16px; border-bottom: 1px solid #F1EFEB; font-size: 13.5px; }
.chk li i { width: 18px; height: 18px; border-radius: 4px; border: 1.5px solid #CFCCC4; display: grid; place-items: center; }
.chk li.done i { background: var(--ok); border-color: var(--ok); }
.chk li.done i svg { width: 12px; height: 12px; color: #fff; }
.chk li small { color: var(--ink2); font-size: 12.5px; }
.hbars { padding: 16px 18px 12px; }
.hbars__cap { font-size: 12px; color: var(--ink3); margin-bottom: 10px; }
.hbars__row { display: grid; grid-template-columns: 90px minmax(0, 1fr) 72px; gap: 12px; align-items: center; margin-top: 9px; font-size: 13px; }
.hbars__row span:last-child { text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; }
.hbars__row .bar { height: 12px; }
.hbars__row.over .bar i { background: var(--ko); }
.hbars__row.warn .bar i { background: var(--bz); }
.hbars:has(.warn) .hbars__row:not(.warn):not(.over) .bar i { background: #C9C5BC; }
.hbars__row.warn span:last-child { color: var(--wait); }
.hbars__row .bar i { margin-left: var(--s, 0%); width: calc(var(--p) - var(--s, 0%)); }
.mock-split .phone, .sv__mock .phone { margin-inline: auto; }
.phone__scr:has(.chat) { height: auto; min-height: 410px; }
.on-dark .table caption, .band--ink .table caption { color: var(--on-dark-3); border-color: #2C3038; }
.sect__d { display: block; margin-top: 2px; font-size: 14px; font-weight: 400; color: var(--ink3); letter-spacing: 0; }
.sect__t:empty { display: none; }
.hbars__limit { margin-top: 10px; font-size: 12.5px; color: var(--ink2); }
.chat { display: flex; flex-direction: column; gap: 8px; padding: 12px 12px 16px; background: #EFEAE2; flex: 1; }
.chat__m { max-width: 82%; padding: 8px 10px; border-radius: 10px; font-size: 12.5px; line-height: 1.35; background: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, .06); }
.chat__m small { display: block; margin-top: 3px; font-size: 10.5px; color: var(--ink3); text-align: right; }
.chat__m--out { align-self: flex-end; background: #DCF3D0; }
.chat__sys { align-self: center; font-size: 11px; color: var(--ink2); background: rgba(255, 255, 255, .8); border-radius: 6px; padding: 3px 8px; }
.docs i { display: block; width: 16px; height: 20px; background: #E1DED7; clip-path: polygon(0 0, 62% 0, 100% 33%, 100% 100%, 0 100%); }
.docs small { color: var(--ink2); font-size: 12.5px; }
.docs b { font-weight: 600; }
.fields small { font-weight: 400; color: var(--ink3); }
.ui__bar .pill { margin-left: auto; }
.paper__ln.w1 { width: 120px; } .paper__ln.w2 { width: 90px; } .paper__ln.w3 { width: 70%; } .paper__ln.w4 { width: 55%; } .paper__ln.w5 { width: 80%; } .paper__ln.w6 { width: 62%; } .paper__ln.w7 { width: 74%; } .paper__ln.w8 { width: 40%; margin-top: 14px; }
.tile--sm { width: 6px; height: 12px; }
.spend__legend .l-ac { background: #8E939B; } .spend__legend .l-av { background: #E8D9BD; } .spend__legend .l-fee { background: #C9C5BC; }
.sec--article { padding-top: 56px; }
.mt-18 { margin-top: 18px; } .mt-22 { margin-top: 22px; } .mt-28 { margin-top: 28px; } .mt-32 { margin-top: 32px; } .mb-8 { margin: 0 0 8px; } .mw-14 { max-width: 14em; }
.ft__actions { background: transparent; }
.tline-wrap--4 .tline { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 44px; }
#formule .xp { margin-top: 0; }
.mnav details ul { padding: 0 0 8px; }
.ft__actions .btn--ghost { border-color: #4A505A; }
.tbl--inset { margin: 0 16px; width: calc(100% - 32px); }
.tbl td.strong { color: var(--g); font-weight: 600; }
.paper__right { text-align: right; }
.paper__date { margin-top: 4px; }
.faq-sec__intro { margin-top: 18px; }
.faq-sec__more { margin-top: 28px; }
.related__title { margin-bottom: 24px; }
.docs__new { background: #FBF6EC; max-height: 64px; overflow: hidden; transition: opacity .4s, transform .4s var(--ease), max-height .45s var(--ease), padding .45s var(--ease); }
.docs__new i { background: var(--bz); }
.docs__new em { font-size: 11px; font-weight: 600; color: var(--wait); background: var(--wait-bg); padding: 2px 8px; border-radius: 99px; }
.js:not(.rm) .docs__new:not(.on) { opacity: 0; transform: translateY(-6px); max-height: 0; padding-top: 0; padding-bottom: 0; border-bottom-width: 0; }
.m-hub { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 28px; align-items: center; }
.m-hub svg { width: 100%; height: auto; overflow: visible; }
.m-hub .ln { stroke: #454B55; stroke-width: 1.5; fill: none; }
.m-hub .nd rect { fill: #fff; }
.m-hub .nd text { fill: var(--g); font-size: 13px; font-weight: 600; font-family: var(--font); }
.m-hub .hubc rect { fill: var(--bz); }
.m-hub .hubc text { fill: var(--g); font-size: 14px; font-weight: 700; font-family: var(--font); }
.m-hub .pulse { fill: var(--bz-d); }
.m-hub--solo { display: block; max-width: 540px; margin: 0 auto; }
.phero .m-hub .nd rect { stroke: #D6D3CB; }
.phero .m-hub .ln { stroke: #8E939B; }
.sec:not(.on-dark) .m-hub .ln { stroke: #C9C5BC; }
.sec:not(.on-dark) .m-hub .nd rect { fill: #fff; stroke: #D6D3CB; }
.log li { display: grid; grid-template-columns: 42px 10px minmax(0, 1fr); gap: 10px; align-items: start; padding: 10px 14px; border-bottom: 1px solid #F1EFEB; font-size: 12.5px; }
.log__t { color: var(--ink3); font-variant-numeric: tabular-nums; }
.log__i { width: 8px; height: 8px; border-radius: 50%; margin-top: 5px; background: var(--ok); }
.log .warn { background: #FFF8EC; }
.log .warn .log__i { background: var(--bz); }
.m-dun__head { display: grid; grid-template-columns: repeat(3, auto) 1fr; gap: 28px; align-items: start; padding: 16px 18px 6px; }
.m-dun__head small { display: block; color: var(--ink3); font-size: 11.5px; }
.m-dun__head b { font-size: 15px; }
.m-dun__head .amt b { font-size: 20px; letter-spacing: -0.02em; }
.m-dun__head .pill { justify-self: end; }
.track { position: relative; padding: 26px 18px 18px; }
.track__line { position: absolute; left: calc(18px + 10%); right: calc(18px + 10%); top: 37px; height: 4px; background: #ECEAE5; }
.track__fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--bz); width: 0; transition: width .7s var(--ease); }
[data-step="1"] .track__fill { width: 25%; }
[data-step="2"] .track__fill { width: 50%; }
[data-step="3"] .track__fill { width: 75%; }
[data-step="4"] .track__fill { width: 100%; background: var(--ok); }
.track ol { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); text-align: center; }
.track li { opacity: .55; transition: opacity .3s; }
.track li.on { opacity: 1; }
.track li i { display: block; width: 16px; height: 26px; margin: 0 auto 10px; background: #fff; border: 2px solid #D3D0C8; transform: skewX(-30deg); transition: background .3s, border-color .3s; }
.track li.on i { background: var(--bz); border-color: var(--bz); }
.track li:last-child.on i { background: var(--ok); border-color: var(--ok); }
.track b { display: block; font-size: 12.5px; font-weight: 600; line-height: 1.25; }
.track small { display: block; font-size: 11.5px; color: var(--ink3); margin-top: 3px; }
.m-dun__low { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 12px; padding: 6px 18px 18px; }
.m-dun__low > div { border: 1px solid #ECEAE5; border-radius: 8px; padding: 12px 14px; }
.m-dun__low small { display: block; font-size: 11.5px; color: var(--ink3); margin-bottom: 8px; }
.chip { display: inline-block; font-size: 12px; border: 1px solid #E1DED7; border-radius: 5px; padding: 3px 8px; margin: 0 4px 4px 0; }
.m-dun__look b { font-size: 22px; letter-spacing: -0.02em; }
.m-dun__look span { display: block; font-size: 12px; color: var(--ink2); }
.m-bi__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 16px; }
.m-bi__chart { grid-column: span 2; border: 1px solid #ECEAE5; border-radius: 8px; padding: 12px 14px 10px; }
.m-bi__cap { font-size: 11.5px; color: var(--ink3); margin-bottom: 10px; }
.cols { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 6px; align-items: end; height: 130px; border-bottom: 1px solid #E1DED7; }
.cols span { display: block; height: calc(var(--h) * 100%); background: #D9D6CF; transform-origin: 50% 100%; transition: transform .9s var(--ease); border-radius: 2px 2px 0 0; }
.cols span.now { background: var(--bz); }
.cols span.fut { background: repeating-linear-gradient(-60deg, #EEECE7 0 4px, #fff 4px 8px); border: 1px dashed #D3D0C8; border-bottom: 0; }
.mths { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 6px; font-size: 10.5px; color: var(--ink3); text-align: center; margin-top: 5px; }
.js:not(.rm) [data-anim]:not(.play) .cols span { transform: scaleY(0); }
.cols span:nth-child(2) { transition-delay: .05s; } .cols span:nth-child(3) { transition-delay: .1s; } .cols span:nth-child(4) { transition-delay: .15s; } .cols span:nth-child(5) { transition-delay: .2s; } .cols span:nth-child(6) { transition-delay: .25s; } .cols span:nth-child(7) { transition-delay: .3s; } .cols span:nth-child(8) { transition-delay: .35s; } .cols span:nth-child(9) { transition-delay: .4s; }
.m-bi__marg { border: 1px solid #ECEAE5; border-radius: 8px; padding: 12px 14px; }
.m-bi__marg small { display: block; font-size: 11.5px; color: var(--ink3); margin-bottom: 8px; }
.hb { display: grid; grid-template-columns: 62px minmax(0, 1fr) 30px; gap: 8px; align-items: center; font-size: 11.5px; margin-top: 7px; }
.hb span:last-child { text-align: right; font-weight: 600; }
.m-ai { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 28px; align-items: center; }
.paper { position: relative; background: #fff; color: var(--g); border-radius: 4px; padding: 20px 20px 24px; box-shadow: 0 28px 60px -28px rgba(0, 0, 0, .6); font-size: 11.5px; overflow: hidden; }
.sec:not(.on-dark) .paper { box-shadow: 0 0 0 1px rgba(22, 24, 28, .08), 0 28px 60px -32px rgba(0, 0, 0, .45); }
.hlx { outline: 2px solid transparent; outline-offset: 3px; border-radius: 2px; transition: outline-color .3s, background .3s; }
.hlx.on { outline-color: var(--bz); background: rgba(168, 118, 43, .09); }
.paper__hd { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 2px solid var(--g); padding-bottom: 10px; margin-bottom: 12px; }
.paper__hd b { font-size: 13px; }
.paper__ln { height: 6px; background: #E7E5E0; border-radius: 2px; margin: 7px 0; }
.paper table { width: 100%; margin-top: 14px; }
.paper td { border-bottom: 1px solid #EDEBE6; padding: 5px 0; }
.paper td:last-child { text-align: right; }
.scan { position: absolute; left: 0; right: 0; top: 0; height: 40px; background: linear-gradient(to bottom, rgba(168, 118, 43, 0), rgba(168, 118, 43, .22)); border-bottom: 2px solid var(--bz); opacity: 0; }
[data-anim].play .m-ai[data-step="0"] .scan { opacity: 1; animation: scan 1.6s linear; }
@keyframes scan { from { transform: translateY(-40px); } to { transform: translateY(420px); } }
.fields div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 12px; padding: 10px 14px; border-bottom: 1px solid #F1EFEB; align-items: center; }
.fields dt { color: var(--ink3); }
.fields dd { font-weight: 600; transition: opacity .35s, transform .35s var(--ease); }
.js:not(.rm) .fields dd[data-k]:not(.on) { opacity: 0; transform: translateX(-6px); }
.fields dd.warn { color: var(--wait); }
.ui__act { display: flex; gap: 8px; padding: 12px 14px; }
.bs { display: inline-flex; align-items: center; height: 32px; padding: 0 14px; border-radius: 6px; font-weight: 600; font-size: 12.5px; background: var(--g); color: #fff; transition: background .3s; }
.bs.ghost { background: #fff; color: var(--g); border: 1px solid #D6D3CB; }
.bs.on { background: var(--ok); }
.m-ai__state .s2 { display: none; }
.m-ai__state.on { background: var(--ok-bg); color: var(--ok); }
.m-ai__state.on .s1 { display: none; }
.m-ai__state.on .s2 { display: inline; }
.note-ui__b { padding: 14px 16px 16px; }
.note-ui__b h4 { font-size: 12px; font-weight: 600; color: var(--ink3); margin: 10px 0 6px; }
.note-ui__b h4:first-child { margin-top: 0; }
.note-ui__b li { position: relative; padding-left: 16px; font-size: 13px; margin: 4px 0; }
.note-ui__b li::before { content: ""; position: absolute; left: 2px; top: 4px; width: 4px; height: 10px; background: var(--bz); transform: skewX(-30deg); }
.note-ui__q { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 10px 12px; background: var(--wait-bg); border-radius: 6px; color: var(--wait); font-weight: 600; font-size: 12.5px; }
.cal { display: grid; grid-template-columns: 44px repeat(var(--d, 5), minmax(0, 1fr)); font-size: 11.5px; }
.cal > span { padding: 6px 6px; border-bottom: 1px solid #F1EFEB; border-left: 1px solid #F1EFEB; min-height: 34px; }
.cal .h { font-weight: 600; color: var(--ink3); background: #FAF9F7; min-height: 0; }
.cal .t { color: var(--ink3); border-left: 0; }
.cal .ev { background: var(--bz-soft); border-left: 3px solid var(--bz); font-weight: 600; color: var(--g); }
.cal .ev2 { background: #E6E9EE; border-left: 3px solid var(--g); font-weight: 600; }
.cal .ev3 { background: var(--ok-bg); border-left: 3px solid var(--ok); font-weight: 600; color: var(--ok); }
.prog { padding: 14px 16px; }
.prog__row { display: grid; grid-template-columns: minmax(0, 1fr) 90px 44px; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px solid #F1EFEB; font-size: 12.5px; }
.prog__row span:last-child { text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; }
.site-mock__hero { padding: 26px 22px; background: var(--g); color: #fff; }
.site-mock__hero b { display: block; font-size: 20px; letter-spacing: -0.02em; line-height: 1.15; max-width: 14em; }
.site-mock__hero span { display: inline-block; margin-top: 12px; background: var(--bz); color: var(--g); font-weight: 600; font-size: 11.5px; padding: 6px 12px; border-radius: 3px; }
.site-mock__row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 14px 16px; }
.site-mock__row i { display: block; height: 54px; border-radius: 6px; background: #F0EEE9; }
.ex-note { font-size: 12.5px; color: var(--ink3); margin-top: 12px; }
.on-dark .ex-note { color: var(--on-dark-3); }

/* ---------- 9. Home ---------- */
.hero { position: relative; overflow: hidden; padding: 52px 0 76px; }
.hero__field { position: absolute; z-index: 0; top: 0; bottom: 0; left: 49%; width: 100vw; background: var(--g); transform: skewX(-30deg); transform-origin: 0 100%; }
.hero__stripe { position: absolute; z-index: 0; bottom: 0; height: 42%; left: calc(49% - 58px); width: 26px; background: var(--bz); transform: skewX(-30deg); transform-origin: 0 100%; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr); gap: 52px; align-items: center; }
.hero h1 { font-size: clamp(44px, 4.95vw, 72px); line-height: 1; letter-spacing: -0.04em; font-weight: 600; }
.hero h1 .ln { display: block; white-space: nowrap; }
.hero h1 .sub { display: block; margin-top: .28em; font-size: .5em; line-height: 1.1; letter-spacing: -0.03em; color: var(--bz-t); }
.hero .lede { margin-top: 26px; font-size: 19.5px; max-width: 30em; }
.hero .actions { margin-top: 32px; }
.hero__app { position: relative; }

/* Il flusso: dall'email all'incasso */
.flowb { position: relative; overflow: hidden; padding: 96px 0 104px; }
.flowb::after { content: ""; position: absolute; right: -80px; top: 0; bottom: 0; width: 220px; background: #1F2227; transform: skewX(-30deg); transform-origin: 0 100%; }
.flowb .wrap { position: relative; z-index: 1; }
.flowb__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.flowb__head .lede { max-width: 27em; }
.flowb__ctl { display: flex; align-items: center; gap: 16px; }
.flowb__ctl .dati { color: var(--on-dark-3); }
.flowb__pause { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 14px; border: 1.5px solid #4A505A; border-radius: 3px; color: var(--carta); font-size: 14px; font-weight: 600; }
.flowb__pause:hover { border-color: var(--carta); }
.flowb__pause svg { width: 12px; height: 12px; }
.flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 44px; }
.stage { position: relative; min-width: 0; }
.stage__lab { display: flex; align-items: center; gap: 10px; height: 30px; margin-bottom: 12px; font-weight: 600; font-size: 15px; color: var(--on-dark-2); transition: color .35s; }
.stage__lab i { display: block; width: 8px; height: 18px; background: var(--g4); transform: skewX(-30deg); transition: background .35s; }
.stage.is-on .stage__lab { color: #fff; }
.stage.is-on .stage__lab i { background: var(--bz-d); }
.stage .ui { font-size: 12.5px; min-height: 212px; transition: transform .4s var(--ease), box-shadow .4s; }
.stage.is-active .ui { transform: translateY(-4px); box-shadow: 0 0 0 2px var(--bz-d), 0 28px 60px -28px rgba(0, 0, 0, .7); }
.stage__cap { margin-top: 14px; font-size: 15px; color: var(--on-dark-2); line-height: 1.4; }
.stage__cap strong { color: #fff; }
.conn { position: absolute; top: 146px; right: -44px; width: 44px; height: 2px; background: #3A3F48; }
.conn i { position: absolute; inset: 0; background: var(--bz-d); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.conn.on i { transform: scaleX(1); }
.conn b { position: absolute; top: -6px; left: 14px; width: 8px; height: 14px; background: var(--bz-d); transform: skewX(-30deg) scale(0); transition: transform .3s .4s var(--ease); }
.conn.on b { transform: skewX(-30deg) scale(1); }
.mail { display: grid; grid-template-columns: 28px 1fr auto; gap: 2px 9px; padding: 9px 12px; border-bottom: 1px solid #F1EFEA; align-items: start; }
.mail .av { grid-row: span 2; width: 28px; height: 28px; border-radius: 7px; background: #EFEDE8; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--ink2); }
.mail b { font-size: 12.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mail time { font-size: 11.5px; color: var(--ink3); }
.mail .tx { grid-column: 2 / 4; font-size: 12px; color: var(--ink3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mail--new { background: #FBF6EC; max-height: 90px; transition: max-height .5s var(--ease), padding .5s var(--ease), opacity .4s; }
.js:not(.rm) .mail--new:not(.on) { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; overflow: hidden; }
.mail--new .av { background: var(--bz); color: #fff; }
.clip { grid-column: 2 / 4; display: inline-flex; align-items: center; gap: 5px; margin-top: 4px; padding: 3px 7px; border-radius: 6px; background: #fff; border: 1px solid #E8D9BD; font-size: 11.5px; font-weight: 600; width: max-content; }
.clip svg { width: 12px; height: 12px; }
.otbl { width: 100%; font-size: 12.5px; }
.otbl th { font-weight: 600; color: var(--ink3); font-size: 11.5px; text-align: left; padding: 8px 12px 6px; }
.otbl td { padding: 8px 12px; border-top: 1px solid #F1EFEA; white-space: nowrap; }
.otbl td:last-child, .otbl th:last-child { text-align: right; }
.row-new { transition: opacity .45s, transform .45s var(--ease), background .6s; background: #FBF6EC; }
.js:not(.rm) .row-new:not(.on) { opacity: 0; transform: translateY(-6px); background: transparent; }
.ui__note { display: flex; align-items: center; gap: 6px; padding: 9px 12px; border-top: 1px solid #F1EFEA; font-size: 11.5px; color: var(--ink3); transition: opacity .4s .2s; }
.js:not(.rm) .ui__note:not(.on) { opacity: 0; }
.ui__note svg { width: 13px; height: 13px; color: var(--ok); }
.inv { padding: 12px 14px; }
.inv__sub { font-size: 11.5px; color: var(--ink3); }
.inv__amt { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; margin-top: 2px; }
.steps3 { margin-top: 12px; display: grid; gap: 8px; }
.steps3 li { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: #9A9EA5; transition: color .35s; }
.steps3 li i { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid #CFCCC4; display: grid; place-items: center; transition: background .35s, border-color .35s; }
.steps3 li i svg { width: 10px; height: 10px; color: #fff; opacity: 0; transition: opacity .3s; }
.steps3 li.on, .rm .steps3 li { color: var(--g); }
.steps3 li.on i { background: var(--ok); border-color: var(--ok); }
.steps3 li.on i svg { opacity: 1; }
.due__row { display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; padding: 9px 12px; border-bottom: 1px solid #F1EFEA; align-items: center; }
.due__row b { font-size: 12.5px; }
.due__row small { font-size: 11.5px; color: var(--ink3); grid-column: 1; }
.due__row .pill, .due__row .swap { grid-row: 1 / 3; grid-column: 2; }
.due__row--hl { background: #FBF6EC; }
.swap { display: grid; justify-items: end; }
.swap .pill { grid-area: 1 / 1; transition: opacity .35s, transform .35s var(--ease); }
.swap .p-b { opacity: 0; transform: scale(.8); }
.swap.on .p-a { opacity: 0; }
.swap.on .p-b { opacity: 1; transform: none; }

/* Servizi a schede */
.sv__ui { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 28px; align-items: stretch; }
.sv__tabs { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.sv__tab { position: relative; display: flex; align-items: center; gap: 16px; width: 100%; text-align: left; padding: 14px 14px 14px 36px; border-bottom: 1px solid var(--line); transition: background .2s; }
.sv__tab::before { content: ""; position: absolute; left: 4px; top: 14px; bottom: 14px; width: 6px; background: var(--bz); transform: skewX(-30deg) scaleY(0); transform-origin: 50% 100%; transition: transform .3s var(--ease); }
.sv__tab:hover { background: #F7F6F3; }
.sv__tab[aria-selected="true"] { background: #F3F2EE; }
.sv__tab[aria-selected="true"]::before { transform: skewX(-30deg) scaleY(1); }
.sv__tab .ico { width: 36px; height: 36px; color: #8B8F96; --ac: #C9C5BC; transition: color .2s; }
.sv__tab[aria-selected="true"] .ico, .sv__tab:hover .ico { color: var(--g); --ac: var(--bz); }
.sv__tab b { display: block; font-size: 17px; line-height: 1.2; }
.sv__tab small { display: block; font-size: 14px; color: var(--ink3); line-height: 1.3; margin-top: 2px; }
.sv__stage { position: relative; display: flex; flex-direction: column; clip-path: polygon(0 0, calc(100% - 64px) 0, 100% 111px, 100% 100%, 0 100%); min-height: 620px; }
.sv__panel { flex: 1; display: grid; grid-template-rows: auto 1fr; gap: 28px; padding: 40px 44px 44px; }
.sv__copy { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 40px; align-items: end; max-width: 760px; padding-right: 40px; }
.sv__copy h3 { grid-column: 1 / -1; font-size: 30px; letter-spacing: -0.025em; line-height: 1.1; }
.sv__copy p { color: var(--on-dark-2); font-size: 16.5px; max-width: 31em; }
.sv__copy .lnk { color: var(--bz-d); white-space: nowrap; font-size: 15.5px; }
.sv__mock { display: flex; align-items: center; justify-content: center; min-width: 0; }
.sv__mock > * { width: 100%; }
.sv__more { display: grid; grid-template-columns: auto repeat(3, minmax(0, 1fr)); gap: 28px; align-items: center; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.sv__more > span { font-weight: 600; font-size: 15px; color: var(--ink3); }
.sv__more a { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.sv__more a .ico { width: 34px; height: 34px; }
.sv__more b { display: block; font-size: 16px; line-height: 1.2; }
.sv__more small { display: block; font-size: 14px; color: var(--ink3); }
.sv__more a:hover b { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }

/* Prima e dopo da trascinare */
.ba-sec__head { max-width: 860px; margin: 0 auto 44px; text-align: center; }
.ba-sec__head .lede { margin: 18px auto 0; }
.ba { display: grid; grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr); align-items: stretch; }
.ba__panel { position: relative; border-radius: 10px; overflow: hidden; background: #fff; color: var(--g); box-shadow: 0 30px 70px -34px rgba(0, 0, 0, .8); }
.ba__arrow { display: grid; place-items: center; }
.ba__arrow span { display: block; width: 14px; height: 30px; background: var(--bz-d); transform: skewX(-30deg); }
.ba__layer { font-size: 12.5px; }
.ba__tag { display: inline-block; margin-bottom: 12px; font-size: 13px; font-weight: 700; padding: 4px 10px; border-radius: 3px; }
.ba__tag--l { background: var(--ko-bg); color: var(--ko); }
.ba__tag--r { background: var(--ok-bg); color: var(--ok); }
.xls__bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: #1E6B41; color: #fff; font-size: 12.5px; white-space: nowrap; overflow: hidden; }
.xls__bar span { color: #CFE6D8; }
.xls__fx { display: flex; gap: 10px; padding: 6px 12px; border-bottom: 1px solid #E3E1DB; font-size: 11.5px; color: var(--ink2); white-space: nowrap; overflow: hidden; }
.xls__fx b { color: var(--ink3); width: 30px; }
.xls { display: grid; grid-template-columns: 24px minmax(0, 1.6fr) repeat(3, minmax(0, .7fr)); font-size: 12px; }
.xls > span { border-right: 1px solid #E6E4DE; border-bottom: 1px solid #E6E4DE; padding: 6px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height: 30px; }
.xls .hd { background: #F4F3F0; color: var(--ink3); text-align: center; font-size: 11px; }
.xls .h { font-weight: 700; background: #FAF9F7; }
.xls .rd { color: var(--ko); font-weight: 700; }
.xls .na { color: var(--ko); font-style: normal; }
.xls .y { background: #FFF5D6; }
.xls .cm { color: #8A6D1E; font-size: 11px; }
.xls__tabs { display: flex; gap: 2px; padding: 6px 10px; background: #F4F3F0; font-size: 11.5px; color: var(--ink3); white-space: nowrap; overflow: hidden; }
.xls__tabs span { padding: 3px 10px; border-radius: 3px 3px 0 0; }
.xls__tabs .on { background: #fff; color: var(--g); font-weight: 600; }
.af__h { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 16px 10px; }
.af__h b { font-size: 15px; }
.af__src { display: flex; gap: 6px; flex-wrap: wrap; }
.af__src .pill { height: 20px; font-size: 10.5px; }
.af__rep { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 12px 16px 16px; padding: 12px 14px; border-radius: 8px; background: var(--g); color: #fff; }
.af__rep small { display: block; color: var(--on-dark-2); font-size: 11.5px; }
.af__rep .ico { width: 26px; height: 26px; color: #fff; --ac: var(--bz-d); }
.ba-hint { margin-top: 14px; font-size: 13px; color: var(--on-dark-3); text-align: center; }
.ba-foot { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; margin-top: 40px; }
.ba-foot p { color: var(--on-dark-2); font-size: 16.5px; }
.ba-foot b { display: block; color: #fff; font-size: 18px; margin-bottom: 6px; }

/* Canone */
.fee { position: relative; overflow: hidden; }
.fee__cut { position: absolute; right: -40px; top: 0; width: 260px; height: 100%; background: #9A6C27; transform: skewX(-30deg); transform-origin: 0 100%; opacity: .55; }
.fee .wrap { position: relative; }
.fee__head .h2 { font-size: clamp(38px, 5vw, 72px); }
.fee__head .lede { margin-top: 22px; max-width: 36em; }
.fee__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 28px; margin-top: 56px; align-items: start; }
.rcpt { background: #fff; color: var(--g); border-radius: 6px; box-shadow: 0 30px 60px -30px rgba(40, 24, 0, .6); position: relative; }
.rcpt::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 8px; background: radial-gradient(circle at 8px 0, #fff 6px, transparent 6.5px) 0 0 / 16px 8px repeat-x; }
.rcpt__top { display: flex; justify-content: space-between; align-items: baseline; padding: 22px 24px 16px; border-bottom: 1.5px solid var(--g); }
.rcpt__top b { font-size: 22px; letter-spacing: -0.02em; }
.rcpt__top span { font-size: 14px; color: var(--ink3); }
.rcpt ul { padding: 10px 24px; }
.rcpt li { display: flex; align-items: center; gap: 14px; padding: 9px 0; font-size: 16px; border-bottom: 1px dashed #E1DED7; }
.rcpt li:last-child { border-bottom: 0; }
.rcpt li .tile { width: 7px; height: 14px; }
.rcpt__sep { margin: 0 24px; padding: 14px 0 4px; border-top: 1.5px solid var(--g); font-size: 13.5px; font-weight: 600; color: var(--ink3); }
.rcpt__opt li { color: var(--ink2); }
.rcpt__opt li i { width: 14px; height: 14px; border: 1.5px solid #B9B5AB; border-radius: 2px; flex: none; transform: skewX(-30deg) scaleX(.55); }
.rcpt__pay { display: flex; flex-wrap: wrap; gap: 6px 18px; padding: 16px 24px 22px; background: #F7F6F3; border-top: 1px solid #E6E4DE; font-size: 14px; color: var(--ink2); border-radius: 0 0 6px 6px; }
.rcpt__pay b { color: var(--g); }
.spend { background: var(--g); color: var(--carta); border-radius: 6px; padding: 26px 28px 24px; }
.spend__hd { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 12px; }
.spend__hd b { font-size: 21px; letter-spacing: -0.02em; }
.spend__hd span { font-size: 13.5px; color: var(--on-dark-3); }
.spend__legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; font-size: 13px; color: var(--on-dark-2); }
.spend__legend span { display: inline-flex; align-items: center; gap: 8px; }
.spend__legend i { width: 7px; height: 13px; transform: skewX(-30deg); }
.spend__row { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 16px; align-items: end; margin-top: 22px; }
.spend__row > b { font-size: 14.5px; line-height: 1.25; padding-bottom: 2px; }
.spend__row > b small { display: block; font-size: 12px; font-weight: 400; color: var(--on-dark-3); }
.spend__bars { display: grid; grid-template-columns: repeat(24, minmax(0, 1fr)); gap: 3px; align-items: end; height: 92px; border-bottom: 1px solid var(--g4); }
.spend__bars i { display: block; height: var(--h); background: #C9C5BC; transform-origin: 50% 100%; transition: transform .6s var(--ease); }
.spend__bars i.av { background: #E8D9BD; }
.spend__bars i.ac { background: #8E939B; }
.js:not(.rm) .spend:not(.in) .spend__bars i { transform: scaleY(0); }
.spend__axis { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 16px; margin-top: 6px; font-size: 11.5px; color: var(--on-dark-3); }
.spend__axis div { display: flex; justify-content: space-between; }
.spend__note { margin-top: 18px; font-size: 14.5px; color: var(--on-dark-2); }
.spend__note + .spend__note { margin-top: 8px; }
.formule { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 48px; }
.formula { position: relative; background: #fff; color: var(--g); border-radius: 6px; padding: 26px 26px 28px; box-shadow: 0 30px 60px -34px rgba(40, 24, 0, .55); }
.formula__n { display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 700; color: var(--bz-t); }

.formula h3 { font-size: 24px; letter-spacing: -0.02em; line-height: 1.15; margin-top: 14px; }
.formula p { margin-top: 10px; color: var(--ink2); font-size: 16px; }
.sec:not(.on-bz) .formula { box-shadow: 0 0 0 1px var(--line2); }
.xp { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 28px; padding: 20px 22px; background: rgba(255, 255, 255, .16); border-radius: 6px; }
.sec:not(.on-bz) .xp { background: var(--tint); }
.sec:not(.on-bz) .xp p { color: var(--ink2); }
.xp p { font-size: 16px; color: #0E0F12; max-width: 24em; }
.xp__files { display: flex; gap: 10px; margin-left: auto; }
.file { position: relative; width: 54px; height: 66px; background: #fff; clip-path: polygon(0 0, 68% 0, 100% 27%, 100% 100%, 0 100%); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 9px; font-size: 12px; font-weight: 700; color: var(--g); transition: transform .25s var(--ease); }
.file::before { content: ""; position: absolute; right: 0; top: 0; width: 32%; height: 27%; background: var(--g); clip-path: polygon(0 0, 100% 100%, 0 100%); }
.file:hover { transform: translateY(-4px); }

/* Metodo in home */
.mt__rel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; margin-top: 72px; padding: 40px; background: var(--carta); position: relative; overflow: hidden; border-radius: 6px; }
.mt__rel::before { content: ""; position: absolute; left: -30px; top: 0; bottom: 0; width: 90px; background: var(--g); transform: skewX(-30deg); transform-origin: 0 100%; }
.mt__rel > * { position: relative; }
.note-ui { max-width: 470px; margin-left: 56px; }
.mt__relt h3 { font-size: 30px; letter-spacing: -0.025em; line-height: 1.1; }
.mt__relt p { margin-top: 14px; color: var(--ink2); max-width: 26em; }
.mt__relt .lnk { margin-top: 22px; }

/* Progetti in home */
.pj__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; margin-top: 56px; }
.pc { background: var(--g2); border: 1px solid #2C3038; border-radius: 6px; padding: 30px; position: relative; overflow: hidden; }
.pc__sec { display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--on-dark-2); }
.pc__sec .tile { width: 6px; height: 12px; }
.pc h3 { font-size: 24px; letter-spacing: -0.02em; line-height: 1.15; margin-top: 12px; max-width: 18em; }
.pc p { color: var(--on-dark-2); font-size: 15.5px; margin-top: 10px; max-width: 30em; }
.big { font-size: clamp(52px, 6vw, 92px); font-weight: 700; letter-spacing: -0.045em; line-height: .9; color: #fff; }
.big small { font-size: .36em; letter-spacing: -0.02em; font-weight: 600; color: var(--on-dark-2); margin-left: .2em; }
.pc--main { grid-column: 1 / 8; grid-row: 1 / 3; padding: 36px; display: flex; flex-direction: column; }

.pc--main > * { position: relative; }
.stats3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 36px; max-width: 560px; }
.stats3 b { display: block; font-size: clamp(34px, 3.4vw, 50px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: #fff; }
.stats3 span { display: block; font-size: 14px; color: var(--on-dark-2); margin-top: 8px; line-height: 1.35; }
.ledger { margin-top: 32px; max-width: 470px; font-size: 13px; border: 1px solid #33373F; border-radius: 6px; overflow: hidden; }
.ledger > div { display: grid; grid-template-columns: minmax(0, 1fr) 72px 72px; gap: 10px; padding: 8px 12px; border-bottom: 1px solid #2C3038; }
.ledger > div > span:nth-child(n+2) { text-align: right; font-variant-numeric: tabular-nums; }
.ledger .lg__h { color: var(--on-dark-3); font-size: 12px; background: #23262C; }
.ledger .lg__t { border-bottom: 0; background: #262A31; font-weight: 600; color: #fff; }
.ledger .lg__t span:last-child { color: var(--bz-d); font-size: 15px; }
.ledger > div > span:first-child { color: #C9CCD1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.speed { margin-top: auto; padding-top: 32px; max-width: 470px; }
.speed small { display: block; font-size: 14px; color: var(--on-dark-2); margin-bottom: 12px; }
.speed__r { display: grid; grid-template-columns: 70px minmax(0, 1fr) 92px; gap: 14px; align-items: center; margin-top: 10px; font-size: 14px; }
.speed__r > span:first-child { color: var(--on-dark-2); }
.speed__r > span:last-child { font-weight: 600; text-align: right; color: #fff; }
.speed__b { height: 14px; background: #2E3239; position: relative; }
.speed__b i { position: absolute; left: 0; top: 0; bottom: 0; background: #6B7079; width: var(--w); transform-origin: 0 50%; transition: transform 1.2s var(--ease); }
.speed__r.after i { background: var(--bz-d); }
.js:not(.rm) .reveal:not(.in) .speed__b i { transform: scaleX(0); }
.pc__when { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 14px; font-weight: 600; color: var(--ok-bg); }
.pc__when::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #3FB27A; }
.pc--med { grid-column: 8 / 13; grid-row: 1; }
.tiles { display: grid; grid-template-columns: repeat(29, minmax(0, 1fr)); gap: 4px; margin-top: 22px; }
.tiles i { display: block; height: 14px; background: #343941; transform: skewX(-30deg); transition: background .3s; }
.tiles i.on { background: var(--bz-d); }
.pc--med .big { margin-top: 24px; }
.pc--net { grid-column: 8 / 13; grid-row: 2; }
.chan { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chan span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; border: 1px solid #3A3F48; border-radius: 4px; padding: 6px 10px; color: #E4E2DC; }
.chan span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #3FB27A; }
.pc--more { grid-column: 1 / -1; background: transparent; }
.more-l { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
.more-l li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid #2C3038; font-size: 15.5px; }
.more-l li span { color: var(--on-dark-3); font-size: 13.5px; white-space: nowrap; }
.pj__foot { margin-top: 36px; display: flex; justify-content: flex-end; }

/* Settori in home */
.st__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 72px; align-items: start; }
.st__grid .lede { margin-top: 18px; font-size: 18px; }
.sect { border-top: 1.5px solid var(--g); }
.sect a { position: relative; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto 24px; gap: 16px; align-items: center; padding: 16px 4px 16px 0; border-bottom: 1px solid var(--line2); text-decoration: none; overflow: hidden; transition: padding .3s var(--ease); }
.sect a::before { content: ""; position: absolute; left: -14px; top: 14px; bottom: 14px; width: 7px; background: var(--bz); transform: skewX(-30deg); opacity: 0; transition: opacity .25s, left .3s var(--ease); }
.sect a:hover { padding-left: 22px; }
.sect a:hover::before { opacity: 1; left: 4px; }
.sect .ico { width: 34px; height: 34px; }
.sect__n { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; }
.sect__t { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.sect__t em { font-size: 13px; color: var(--ink2); background: #fff; border: 1px solid var(--line2); border-radius: 4px; padding: 3px 8px; white-space: nowrap; }
.arr { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.sect a:hover .arr { transform: translateX(3px); }
.st__docs { margin-top: 44px; }

/* Domande in home, con i tempi */
.fq__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .8fr); gap: 64px; align-items: start; margin-top: 52px; }
.gantt { margin: 0; padding: 30px 30px 32px; border-radius: 6px 0 6px 6px; clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 69px, 100% 100%, 0 100%); }
.gantt figcaption b { display: block; font-size: 24px; letter-spacing: -0.02em; }
.gantt figcaption span { display: block; font-size: 14px; color: var(--on-dark-2); margin-top: 4px; }
.gantt__axis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); font-size: 12.5px; color: var(--on-dark-3); border-bottom: 1px solid var(--g4); padding-bottom: 8px; margin-top: 28px; }
.gantt__row { margin-top: 22px; }
.gantt__row b { display: block; font-size: 15.5px; }
.gantt__track { position: relative; height: 16px; margin: 10px 0 8px; background: linear-gradient(90deg, transparent calc(33.33% - 1px), #30343B calc(33.33% - 1px) 33.33%, transparent 33.33% calc(66.66% - 1px), #30343B calc(66.66% - 1px) 66.66%, transparent 66.66%); }
.gantt__track::after { content: ""; position: absolute; left: 0; right: 0; top: 7px; height: 2px; background: var(--g3); z-index: 0; }
.gantt__track i { position: absolute; z-index: 1; top: 0; bottom: 0; left: var(--a); width: calc(var(--b) - var(--a)); background: var(--bz-d); clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%); transform-origin: 0 50%; transition: transform .7s var(--ease); }
.gantt__track i.rel { background: #8E939B; }
.js:not(.rm) .gantt:not(.in) .gantt__track i { transform: scaleX(0); }
.gantt__row small { display: block; font-size: 13.5px; color: var(--on-dark-2); line-height: 1.35; }
.fq__more { margin-top: 28px; }

/* ---------- 10. Guide ---------- */
.article { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 3.2fr); gap: clamp(40px, 6vw, 88px); }
.article__main { max-width: 740px; }
.article__aside { font-size: 15px; position: sticky; top: calc(var(--hdr) + 28px); align-self: start; max-height: calc(100vh - var(--hdr) - 48px); overflow-y: auto; overscroll-behavior: contain; padding: 4px 6px; margin: -4px -6px; }
.toc { border-top: 1.5px solid var(--g); padding-top: 16px; }
.toc b { display: block; font-size: 14px; color: var(--ink3); margin-bottom: 10px; }
.toc ol { display: grid; gap: 2px; counter-reset: t; }
.toc li { counter-increment: t; }
.toc a { position: relative; display: block; padding: 6px 0 6px 14px; border-left: 2px solid var(--line); text-decoration: none; color: var(--ink2); line-height: 1.3; }
.toc a:hover { color: var(--g); }
.toc a.is-here { border-left-color: var(--g); }
.toc a.is-here { color: var(--g); font-weight: 600; }
.byline { display: flex; align-items: center; gap: 12px; }
.byline__mark { display: grid; place-items: center; width: 44px; height: 44px; background: var(--g); color: #fff; flex: none; border-radius: 3px; }
.byline__mark svg { width: 22px; height: auto; fill: currentColor; }
.byline div span { display: block; font-size: 14px; color: var(--ink3); }
.article__meta { font-size: 14px; color: var(--ink3); line-height: 1.6; }
.article-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.guide-card { display: flex; flex-direction: column; gap: 10px; padding: 24px 24px 22px; border: 1px solid var(--line2); border-radius: 6px; background: #fff; text-decoration: none; transition: border-color .2s; }
.guide-card:hover { border-color: var(--g); }
.guide-card .ico { width: 34px; height: 34px; }
.guide-card h3 { font-size: 20px; line-height: 1.22; letter-spacing: -0.012em; }
.guide-card p { font-size: 15.5px; color: var(--ink2); }
.guide-card span { margin-top: auto; padding-top: 8px; font-size: 13.5px; font-weight: 600; color: var(--bz-t); }

/* ---------- 11. Moduli ---------- */
.form { display: grid; gap: 22px; }
.form__row { display: grid; gap: 18px; }
.form__row--2 { grid-template-columns: 1fr 1fr; }
.field { display: grid; gap: 7px; }
fieldset.field { border: 0; padding: 0; margin: 0; min-width: 0; }
.field label, .field legend { font-weight: 600; font-size: 16px; }
.field__hint { font-size: 14px; color: var(--ink3); font-weight: 400; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: 12px 14px; background: #fff; border: 1.5px solid var(--line2); border-radius: 4px; transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 170px; resize: vertical; line-height: 1.5; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--g); box-shadow: 0 0 0 3px rgba(168, 118, 43, .25); }
.field.has-error input, .field.has-error textarea { border-color: var(--ko); }
.field__error { color: var(--ko); font-size: 14px; font-weight: 600; }
.choices { display: grid; gap: 8px; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); margin-top: 4px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.choice span { display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 10px 14px; border: 1.5px solid var(--line2); border-radius: 4px; background: #fff; font-size: 15.5px; line-height: 1.25; transition: border-color .15s, background-color .15s; }
.choice span::before { content: ""; flex: none; width: 14px; height: 14px; border: 1.5px solid var(--ink3); transition: all .15s; }
.choice input:checked + span { border-color: var(--g); background: var(--tint); }
.choice input:checked + span::before { background: var(--bz); border-color: var(--bz); transform: skewX(-30deg) scaleX(.55); }
.choice input:focus-visible + span { outline: 3px solid var(--bz); outline-offset: 2px; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--ink2); }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--g); flex: none; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.alert { border: 1.5px solid var(--line2); border-radius: 6px; padding: 16px 18px; background: #fff; }
.alert--ok { border-color: var(--ok); background: var(--ok-bg); }
.alert--err { border-color: var(--ko); background: var(--ko-bg); }
.alert strong { display: block; margin-bottom: 4px; }
.alert ul { margin-top: 6px; }
.alert a { text-decoration: underline; }
.contact-list { border-top: 1.5px solid var(--g); }
.contact-list > li { display: grid; grid-template-columns: 8rem 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line2); }
.contact-list > li > span { font-size: 14px; font-weight: 600; color: var(--ink3); padding-top: 2px; }
.contact-list a { font-weight: 600; text-decoration: none; }
.contact-list a:hover { color: var(--bz-t); text-decoration: underline; }
.form-card { background: #fff; border: 1px solid var(--line2); border-radius: 6px; padding: clamp(24px, 3vw, 40px); box-shadow: 0 30px 60px -44px rgba(22, 24, 28, .5); }

/* ---------- 12. Piede ---------- */
.ft { background: #0F1013; color: #C4C8CE; padding: 72px 0 32px; font-size: 15px; }
.ft__claim { display: none; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 28px; padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid #262A31; }
.ft__claim p { font-size: clamp(30px, 3.6vw, 50px); font-weight: 600; letter-spacing: -0.035em; line-height: 1.04; color: #fff; max-width: 15em; }
.ft__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)); gap: 40px; }
.ft .logo { color: #fff; }
.ft__tag { margin-top: 18px; max-width: 22em; color: var(--on-dark-3); }
.ft__contacts { margin-top: 18px; display: grid; gap: 4px; }
.ft h2 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 14px; }
.ft li { margin: 7px 0; }
.ft a { text-decoration: none; }
.ft a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.ft__bot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 32px; margin-top: 56px; padding-top: 24px; border-top: 1px solid #262A31; font-size: 13.5px; color: #8E939B; }
.ft__bot ul { display: flex; gap: 22px; flex-wrap: wrap; }
.ft__bando { margin-top: 24px; font-size: 13.5px; color: #8E939B; }

/* ---------- 13. Adattamenti ---------- */
@media (max-width: 1180px) {
  .nav > a.hide-md { display: none; }
  .sv__ui { grid-template-columns: 280px minmax(0, 1fr); }
  .sv__panel { padding: 34px 30px; }
  .flow { gap: 30px; }
  .conn { right: -30px; width: 30px; }
}
@media (max-width: 1024px) {
  .hero__grid, .phero__grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .hero__field { top: auto; height: 470px; left: 8%; }
  .hero__stripe { height: 190px; left: calc(8% - 46px); }
  .phero__field { top: auto; height: 420px; left: 10%; }
  .phero__stripe { height: 160px; left: calc(10% - 42px); }
  .phero:not(.phero--plain) .phero__visual { padding-bottom: 12px; }
  .hero__app, .phero__visual { max-width: 720px; }
  .sv__ui { grid-template-columns: minmax(0, 1fr); }
  .sv__tabs { flex-direction: row; overflow-x: auto; border-top: 0; gap: 8px; padding: 2px 24px 8px; scrollbar-width: none; margin: 0 -24px; }
  .sv__tabs::-webkit-scrollbar { display: none; }
  .sv__tab { flex: none; width: auto; border: 1px solid var(--line2); border-radius: 4px; padding: 10px 14px 10px 12px; gap: 10px; }
  .sv__tab::before { display: none; }
  .sv__tab[aria-selected="true"] { background: var(--g); color: #fff; border-color: var(--g); }
  .sv__tab[aria-selected="true"] .ico { color: #fff; --ac: var(--bz-d); }
  .sv__tab .ico { width: 26px; height: 26px; }
  .sv__tab small { display: none; }
  .sv__tab b { font-size: 15px; white-space: nowrap; }
  .sv__more { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sv__more > span { grid-column: 1 / -1; }
  .flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 30px; }
  .conn { display: none; }
  .fee__grid, .st__grid, .cta-bz__grid, .fq__grid, .faq-sec__grid, .mt__rel, .mock-split, .article { grid-template-columns: minmax(0, 1fr); }
  .mock-split--rev > :first-child { order: 0; }
  .fee__grid { max-width: 760px; }
  .tline, .tline-wrap--4 .tline { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 48px; }
  .pc--main, .pc--med, .pc--net, .pc--more { grid-column: 1 / -1; grid-row: auto; }
  .fq__grid { gap: 48px; }
  .gantt { max-width: 560px; }
  .cta-bz__grid { gap: 0; }
  .cta-bz__grid > div:first-child { padding-bottom: 48px; }
  .contact { padding: 48px 0 64px; }
  .contact::before { left: -24px; width: calc(100% + 48px); transform: none; clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 69px, 100% 100%, 0 100%); }
  .ft__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article__aside { position: static; max-height: none; order: -1; }
  .article-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feats--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chain { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 36px; }
  .chain > li:nth-child(2n)::after, .chain > li:nth-child(2n)::before { display: none; }
  .mock-stage { padding: 28px 0 28px 28px; }
}
@media (max-width: 980px) {
  .nav, .hdr__cta { display: none; }
  .menu-btn { display: inline-flex; }
  .mnav { position: absolute; left: 0; right: 0; top: var(--hdr); background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 30px 40px -30px rgba(22, 24, 28, .3); max-height: calc(100vh - var(--hdr)); overflow-y: auto; }
  .mnav:not([hidden]) { display: block; }
  .mnav ul { padding: 8px 0 12px; }
  .mnav li a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 18px; font-weight: 600; }
  .mnav li a[aria-current="page"] { color: var(--bz-t); }
  .mnav .sub a { font-weight: 400; font-size: 16px; padding: 11px 0 11px 18px; color: var(--ink2); }
  .mnav .btn { margin: 16px 0 8px; width: 100%; }
  .mnav details summary { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 600; cursor: pointer; list-style: none; }
  .mnav details summary::-webkit-details-marker { display: none; }
  .mnav details summary svg { width: 12px; height: 12px; transition: transform .2s; }
  .mnav details[open] summary svg { transform: rotate(180deg); }
  .split, .split--even, .split--wide-head { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feats { grid-template-columns: minmax(0, 1fr); }
  .scenario { grid-template-columns: minmax(0, 1fr); }
  .scenario > div + div { border-left: 0; border-top: 1px solid var(--line2); }
  .duo { grid-template-columns: minmax(0, 1fr); }
  .duo__arrow { height: 48px; }
  .duo__arrow span { transform: skewX(-30deg) rotate(90deg); }
  .row-link { grid-template-columns: minmax(0, 1fr) 20px; row-gap: 6px; }
  .row-link__text { grid-column: 1; grid-row: 2; }
  .row-link__arrow { grid-column: 2; grid-row: 1 / 3; }
}
@media (max-width: 720px) {
  body { font-size: 16.5px; }
  :root { --hdr: 64px; }
  .wrap { padding: 0 20px; }
  .logo { font-size: 21px; }
  .logo svg { width: 27px; height: 24px; }
  .sec, .band { padding: 72px 0; }
  .band--tight { padding: 48px 0; }
  .sec__head { margin-bottom: 30px; }
  .sec__head--side { flex-direction: column; align-items: flex-start; gap: 14px; }
  .sec__head--side .lede { flex: none; max-width: none; }
  .hero { padding: 36px 0 52px; }
  .hero h1 { font-size: clamp(40px, 11.2vw, 56px); }
  .hero h1 .ln { white-space: normal; }
  .hero h1 .sub { font-size: .56em; }
  .hero .lede, .phero .lede { font-size: 18px; margin-top: 20px; }
  .actions .btn, .btn-row .btn { flex: 1 1 auto; }
  .hfacts { flex-direction: column; gap: 8px; margin-top: 24px; }
  .hero__field { height: 330px; left: 14%; }
  .hero__stripe { height: 120px; left: calc(14% - 36px); width: 18px; }
  .phero { padding: 28px 0 56px; }
  .phero h1 { font-size: clamp(34px, 9.4vw, 46px); margin-top: 18px; }
  .phero__field { height: 300px; left: 16%; }
  .phero__stripe { height: 110px; left: calc(16% - 34px); width: 16px; }
  .phero--plain::after, .phero--plain::before { display: none; }
  .phero__facts { margin-top: 40px; }
  .facts dl > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .ui__body { grid-template-columns: minmax(0, 1fr); }
  .ui__side, .ui__search, .hide-sm, .ui__chip { display: none; }
  .ui__av { margin-left: auto; }
  .ui__main { padding: 12px 12px 4px; }
  .kpi3 { gap: 6px; }
  .kpi3 > div { padding: 8px; }
  .kpi3 b { font-size: 16px; }
  .kpi3 small { font-size: 10.5px; }
  .tbl { font-size: 12px; }
  .tbl td, .tbl th { padding: 8px 5px; }
  .toast { right: 10px; bottom: -26px; }
  .sv__tabs { margin: 0 -20px; padding-left: 20px; padding-right: 20px; }
  .sv__stage { clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 62px, 100% 100%, 0 100%); min-height: 0; margin: 0 -20px; }
  .sv__panel { padding: 28px 20px; gap: 22px; }
  .sv__copy { grid-template-columns: minmax(0, 1fr); padding-right: 24px; }
  .sv__copy h3 { font-size: 25px; }
  .sv__copy p { font-size: 15.5px; }
  .sv__copy .lnk { justify-self: start; margin-top: 6px; }
  .sv__more { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .m-gest__row { grid-template-columns: minmax(0, 1fr) 70px 44px; gap: 10px; padding: 11px 12px; }
  .m-gest__mg, .ui__tabs span:nth-child(n+3) { display: none; }
  .m-gest__row .bar { grid-column: 2; }
  .kb { --cols: 3; padding: 10px; gap: 7px; }
  .kb__col--won { display: none; }
  .kb__mover { top: 36px; left: calc(10px + (100% - 20px - 14px) / 3 + 7px); width: calc((100% - 20px - 14px) / 3); }
  .kb h5 { font-size: 11px; }
  .kb__card { padding: 7px 8px; }
  .m-app { grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 20px; }
  .m-app > .ui { width: 100%; }
  .m-hub, .m-ai { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .m-dun__head { grid-template-columns: auto auto; gap: 10px 18px; }
  .m-dun__head .pill { justify-self: start; }
  .track { padding: 22px 8px 14px; }
  .track__line { left: calc(8px + 10%); right: calc(8px + 10%); top: 33px; }
  .track b { font-size: 11px; }
  .track small { display: none; }
  .m-dun__low { grid-template-columns: minmax(0, 1fr); }
  .m-bi__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 12px; gap: 8px; }
  .m-bi__grid .kpi:nth-child(3) { display: none; }
  .m-bi__chart, .m-bi__marg { grid-column: 1 / -1; }
  .paper { max-width: 300px; justify-self: center; width: 100%; }
  .flowb { padding: 72px 0; }
  .flowb__head { flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 32px; }
  .flow { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .flow { gap: 18px; }
  .stage .ui { min-height: 212px; }
  .js:not(.rm) .stage:not(.is-active) .ui { display: none; }
  .stage__cap { margin-top: 10px; }
  .ba { grid-template-columns: minmax(0, 1fr); }
  .ba__arrow { height: 44px; }
  .ba__arrow span { transform: skewX(-30deg) rotate(90deg); }
  .ba__layer { font-size: 11.5px; }
  .ba-foot { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .fee__head .h2 { font-size: clamp(38px, 10vw, 52px); }
  .fee__grid { margin-top: 40px; }
  .formule { grid-template-columns: minmax(0, 1fr); gap: 14px; margin-top: 32px; }
  .fee__cut { width: 120px; }
  .spend { padding: 22px 18px; }
  .spend__row, .spend__axis { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .spend__axis > span { display: none; }
  .spend__bars { gap: 2px; height: 72px; }
  .xp { flex-direction: column; align-items: flex-start; }
  .xp__files { margin-left: 0; }
  .tline, .tline-wrap--4 .tline { grid-template-columns: minmax(0, 1fr); row-gap: 0; margin-top: 8px; }
  .tline > li { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 18px; padding-bottom: 30px; position: relative; }
  .tline__seg { position: absolute; left: 14px; top: 0; bottom: 0; width: 10px; height: auto; margin: 0; transform: none; }
  .tline__seg::after { transform-origin: 50% 0; }
  .js:not(.rm) .tline:not(.in) .tline__seg::after { transform: scaleY(0); }
  .tline .ico { grid-row: 1 / 4; margin: 0; background: #fff; position: relative; z-index: 1; padding: 4px 0; }
  .on-dark .tline .ico { background: var(--g); }
  .sec--carta .tline .ico, .band--alt .tline .ico { background: var(--carta); }
  .sec--tint .tline .ico { background: var(--tint); }
  .tline h3 { font-size: 20px; }
  .mt__rel { padding: 28px 20px; margin-top: 40px; }
  .mt__rel::before { display: none; }
  .note-ui { margin-left: 0; }
  .mt__relt h3 { font-size: 25px; }
  .pj__grid { gap: 14px; margin-top: 40px; }
  .pc { padding: 24px 20px; }
  .pc--main { padding: 28px 20px; }
  .pc--main::before { display: none; }
  .stats3 { gap: 12px; margin-top: 28px; }
  .stats3 b { font-size: 28px; }
  .stats3 span { font-size: 12.5px; }
  .speed__r { grid-template-columns: 52px minmax(0, 1fr) 70px; gap: 10px; font-size: 13px; }
  .tiles { grid-template-columns: repeat(20, minmax(0, 1fr)); gap: 3px; }
  .tiles i { height: 11px; }
  .more-l { grid-template-columns: minmax(0, 1fr); }
  .more-l li { flex-direction: column; gap: 2px; }
  .ledger > div { grid-template-columns: minmax(0, 1fr) 62px 62px; }
  .st__grid { gap: 40px; }
  .sect a { grid-template-columns: 30px minmax(0, 1fr) 20px; row-gap: 8px; }
  .sect .ico { width: 28px; height: 28px; grid-row: 1 / 3; }
  .sect__t { grid-column: 2; grid-row: 2; justify-content: flex-start; }
  .sect .arr { grid-column: 3; grid-row: 1 / 3; }
  .sect__n { font-size: 18.5px; }
  .faq summary { font-size: 18px; padding: 18px 0; }
  .faq__body { padding-right: 0; font-size: 16px; }
  .cta-bz { padding: 72px 0 0; }
  .cta-bz h2 { font-size: clamp(38px, 10.4vw, 52px); }
  .contact::before { left: -20px; width: calc(100% + 40px); }
  .ft__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .ft__bot { flex-direction: column; }
  .grid--2, .grid--3, .grid--4, .feats--3, .checks--2, .ticks--two, .article-cards { grid-template-columns: minmax(0, 1fr); }
  .pflow { grid-template-columns: minmax(0, 1fr); }
  .pflow > li:not(:last-child)::after { right: auto; left: 24px; top: auto; bottom: -13px; transform: skewX(-30deg) rotate(90deg); }
  .hubx { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .hubx__core { margin: 4px 0; }
  .hubx__col--l .hubx__node::after, .hubx__col--r .hubx__node::before { display: none; }
  .signature { grid-template-columns: minmax(0, 1fr); }
  .signature__mark { grid-row: auto; width: 72px; height: 72px; }
  .signature__mark svg { width: 36px; }
  .chain { grid-template-columns: minmax(0, 1fr); row-gap: 8px; }
  .chain > li { display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 16px; padding: 0 0 22px; }
  .chain__ico { grid-row: 1 / 3; height: auto; margin: 0; align-items: flex-start; }
  .chain > li::after, .chain > li::before { display: none; }
  .mock-stage { padding: 20px 0 20px 20px; }
  .mock-stage::before { left: 50px; }
  .mock-split--rev .mock-stage { padding: 20px 20px 20px 0; }
  .form__row--2 { grid-template-columns: 1fr; }
  .choices { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .choice span { min-height: 42px; padding: 8px 10px; font-size: 14px; }
  .contact-list > li { grid-template-columns: 1fr; gap: 2px; }
  .answer { padding: 22px 20px 22px 26px; }
  .answer p { font-size: 17px; }
  .cmp__row { grid-template-columns: repeat(var(--c, 2), minmax(0, 1fr)); }
  .chk li { grid-template-columns: 20px minmax(0, 1fr); row-gap: 2px; }
  .chk li small { grid-column: 2; }
  .cmp__row > * { padding: 10px 10px; font-size: 13.5px; }
  .cmp__row .rh { grid-column: 1 / -1; padding-bottom: 0; border-bottom: 0; font-weight: 600; color: #fff; }
  .cmp__hd > :first-child { display: none; }
  .table th, .table td { padding: 11px 12px; font-size: 15px; }
  .table:has(thead th:nth-child(4)) { min-width: 580px; }
  .prose { font-size: 17px; }
}

/* ---------- 14. Accessibilità e stampa ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .tile, .eyebrow::before, .ticks > li::before, .prose ul > li::before, .checks > li::before { background: CanvasText; }
  .faq__icon::before, .faq__icon::after, .pm::before, .pm::after { background: CanvasText; }
  .choice input:checked + span::before { background: Highlight; border-color: Highlight; }
}
@media print {
  .hdr, .ft, .cta-bz, .btn, .menu-btn, .hero__field, .hero__stripe, .phero__field, .phero__stripe { display: none !important; }
  body { background: #fff; color: #000; }
  .sec, .band { padding: 24px 0; }
  .on-dark, .band--ink { background: #fff !important; color: #000 !important; }
}
