/* Onest ospitato in locale (niente Google Fonts: nessun dato del visitatore va a terzi) */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/onest-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/onest-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --green: #4a7c5c;
  --green-dark: #315641;
  --orange: #e8784b;
  --white: #ffffff;
  --cream: #f2ede4;
  --offwhite: #fbfaf8;
  --black: #111111;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: "Onest", Arial, sans-serif; font-weight: 400; line-height: 1.45; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 999; padding: 10px 15px; background: white; color: black; }
.skip-link:focus { top: 10px; }

.topbar { position: fixed; z-index: 100; inset: 0 0 auto; height: 80px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 0 max(20px, calc((100vw - var(--max))/2)); background: linear-gradient(var(--cream), rgba(242,237,228,.88), transparent); color: var(--black); transition: color .25s ease, background .25s ease; }
.topbar-label { font-size: 14px; line-height: 1.25; font-weight: 600; text-transform: uppercase; }
.topbar-wordmark { text-transform: none; font-weight: 800; letter-spacing: -.01em; }
.topbar-center { text-align: center; font-size: 12px; font-weight: 300; color: rgba(17,17,17,.62); }
.topbar.is-scrolled { background: rgba(17,17,17,.94); color: white; }
.topbar.is-scrolled .topbar-center { color: rgba(255,255,255,.65); }
.cta { display: inline-flex; min-height: 62px; padding: 18px 30px; align-items: center; justify-content: center; border: 0; border-radius: 9px; background: var(--green); color: white; text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .01em; cursor: pointer; }
.cta:hover { background: var(--green-dark); }
.cta-compact { justify-self: end; width: 214px; min-height: 52px; }

.hero { position: relative; min-height: 1090px; overflow: hidden; background: var(--cream); color: var(--black); }
.hero-stage { position: relative; width: min(var(--max), 100%); height: 1090px; margin: 0 auto; }
.hero-blur { position: absolute; z-index: 1; top: 40px; left: 50%; width: 100%; height: 360px; color: var(--green); font-size: clamp(230px, 29vw, 400px); font-weight: 650; line-height: .9; letter-spacing: -.06em; text-align: center; white-space: nowrap; transform: translateX(-50%); }
.hero-blur span { position: absolute; inset: 0; display: block; }
.hero-blur-readable {
  opacity: .82;
  filter: blur(.6px);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 52%, rgba(0,0,0,.62) 78%, rgba(0,0,0,.28) 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 52%, rgba(0,0,0,.62) 78%, rgba(0,0,0,.28) 100%);
}
.hero-blur-soft {
  opacity: .32;
  filter: blur(12px);
  clip-path: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 22%, rgba(0,0,0,.08) 38%, rgba(0,0,0,.68) 58%, #000 78%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 22%, rgba(0,0,0,.08) 38%, rgba(0,0,0,.68) 58%, #000 78%, #000 100%);
}
.hero-word { position: absolute; z-index: 4; margin: 0; color: var(--black); font-size: clamp(150px, 15vw, 215px); line-height: .7; font-weight: 600; letter-spacing: -.075em; text-shadow: 3px 5px 12px rgba(242,237,228,.28); text-transform: lowercase; transform: translateY(var(--copy-shift, 0px)); will-change: transform; }
.hero-word-one { top: 372px; left: 24px; white-space: nowrap; }
.hero-word-two { top: 704px; left: 42%; font-size: clamp(106px, 10.6vw, 150px); white-space: nowrap; }
.hero-ai { display: inline; text-transform: uppercase; }
.hero-qualifier, .hero-frequency { position: absolute; z-index: 7; color: rgba(17,17,17,.66); font-size: 11px; font-weight: 750; letter-spacing: .13em; }
.hero-frequency { top: 700px; right: 24px; }
.hero-person { position: absolute; z-index: 3; top: 74px; left: 50%; width: 610px; height: 806px; object-fit: contain; object-position: center bottom; transform: translate(-50%, var(--hero-drift, 0px)); will-change: transform; }
.glass-frame { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 28px; box-shadow: inset 0 1px 0 rgba(255,255,255,.6), inset 0 -1px 0 rgba(255,255,255,.16), 0 24px 60px rgba(0,0,0,.26); pointer-events: none; }
.glass-fill { position: absolute; inset: 0; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,.08) 48%, rgba(255,255,255,.14)); -webkit-backdrop-filter: blur(22px) saturate(165%); backdrop-filter: blur(22px) saturate(165%); pointer-events: none; }
.glass-fill::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 22% 0%, rgba(255,255,255,.38), transparent 34%); opacity: .75; }
.hero-panel-border, .hero-panel-fill { z-index: 8; top: 596px; right: auto; bottom: auto; left: 48px; width: 430px; height: 460px; transform: translateY(var(--panel-drift, 0px)); will-change: transform; }
.hero-panel-border { border-color: rgba(17,17,17,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 24px 60px rgba(68,57,38,.15); }
.hero-panel-fill { background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.38) 48%, rgba(255,255,255,.58)); }
.hero-panel-content { position: absolute; z-index: 9; top: 627px; left: 82px; width: 362px; transform: translateY(var(--panel-drift, 0px)); will-change: transform; }
.hero-panel-label { display: block; margin-bottom: 16px; color: rgba(17,17,17,.55); font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.hero-panel-content .hero-panel-value { margin: 0; font-size: 32px; line-height: 1.14; font-weight: 600; letter-spacing: -.03em; }
.hero-panel-content .hero-panel-note { margin: 16px 0 22px; color: rgba(17,17,17,.68); font-size: 16px; line-height: 1.45; }
.hero-panel-content .cta { width: 100%; }
.hero-panel-after { margin: 14px 0 0; color: rgba(17,17,17,.62); font-size: 13.5px; line-height: 1.45; }
.hero-positioning { position: absolute; z-index: 6; right: 22px; left: auto; top: 742px; width: 380px; color: rgba(17,17,17,.7); font-size: 14px; text-align: right; transform: translateY(var(--panel-drift, 0px)); will-change: transform; }
.hero::after { content: ""; position: absolute; z-index: 7; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, var(--cream)); }

.dark-section, .light-section { position: relative; overflow: hidden; padding: 100px max(20px, calc((100vw - var(--max))/2)); }
.dark-section { background: var(--black); color: white; }
.light-section { background: var(--cream); color: var(--black); }
.section-kicker { margin: 0 0 35px; text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.section-kicker.light { color: rgba(255,255,255,.7); }
.giant-heading, .application-heading { display: flex; flex-direction: column; align-items: center; font-size: clamp(82px, 11vw, 165px); font-weight: 450; line-height: .82; letter-spacing: -.065em; text-align: center; }
.giant-heading { font-size: clamp(56px, 7vw, 108px); }
.blurred-line { position: relative; display: block; color: rgba(255,255,255,.5); }
.blurred-line-readable { display: block; filter: blur(2.6px); }
.blurred-line-soft { display: none; }
.center-copy { width: min(680px, 100%); margin: 55px auto 75px; text-align: center; color: rgba(255,255,255,.78); font-size: 16px; }
.opening-problem { padding-top: 130px; background: linear-gradient(to bottom, var(--cream) 0, var(--offwhite) 90px, var(--offwhite) 100%); }
.opening-problem > * { position: relative; z-index: 1; }
/* problema su chiaro: grigio sfocato pulito con sfumatura orizzontale (un solo livello, niente alone/riquadro) */
.opening-problem .blurred-line {
  margin-top: .16em;
  padding: .16em 0 .42em;
  color: rgba(17,17,17,.62);
}
.opening-problem .blurred-line-readable {
  display: block;
  line-height: 1.2;
  opacity: .96;
  filter: blur(.3px);
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 62%, rgba(0,0,0,.8) 85%, rgba(0,0,0,.6) 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 62%, rgba(0,0,0,.8) 85%, rgba(0,0,0,.6) 100%);
}
.opening-problem .blurred-line-soft {
  display: block;
  position: absolute;
  inset: 0;
  line-height: 1.2;
  opacity: .38;
  filter: blur(5px);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, transparent 48%, rgba(0,0,0,.3) 68%, #000 92%);
  mask-image: linear-gradient(to right, transparent 48%, rgba(0,0,0,.3) 68%, #000 92%);
}
.opening-problem .center-copy { color: rgba(17,17,17,.6); }
.opening-problem .three-lines { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.opening-problem .three-lines > div { display: block; padding: 34px 30px; border: 1px solid rgba(17,17,17,.08); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.66)); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 20px 45px rgba(65,53,35,.08); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.opening-problem .three-lines span { display: block; color: var(--green); font-weight: 700; letter-spacing: .04em; }
.opening-problem .three-lines p { margin-top: 46px; font-size: 19px; font-weight: 500; line-height: 1.3; letter-spacing: -.01em; color: var(--black); }
/* callout finale = blocco verde d'impatto */
.opening-problem .glass-callout-wrap { height: auto; background: linear-gradient(150deg, var(--green), var(--green-dark)); border-radius: 30px; box-shadow: 0 30px 70px rgba(49,86,65,.28); }
.opening-problem .glass-callout-wrap .glass-fill, .opening-problem .glass-callout-wrap .glass-frame { display: none; }
.opening-problem .glass-callout-content { padding: 70px 50px; color: #fff; }
.opening-problem .glass-callout-content p { color: #fff; font-size: clamp(19px,2.4vw,26px); line-height: 1.3; }
.three-lines { width: min(900px, 100%); margin: 0 auto; }
.three-lines > div { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.18); }
.three-lines > div:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.three-lines span { color: var(--orange); font-size: 12px; }
.three-lines p { margin: 0; font-size: 20px; font-weight: 300; }
.glass-callout-wrap { position: relative; width: min(807px, 100%); height: 250px; margin: 110px auto 0; }
.glass-callout-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px; text-align: center; }
.glass-callout-content p { margin: 20px 0 0; font-size: 16px; }
.circle-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--cream); color: var(--green-dark); font-size: 22px; }

.system-section { padding-top: 100px; background: linear-gradient(to bottom, var(--offwhite) 0, var(--cream) 90px, var(--cream) 100%); }
.light-section h2 { margin: 0; text-align: center; font-size: clamp(68px, 8vw, 116px); line-height: .87; font-weight: 350; letter-spacing: -.055em; }
.light-section h2 span { color: var(--green); }
.section-subtitle { width: min(720px, 100%); margin: 30px auto 65px; text-align: center; }
/* busta reale: il foglio è DENTRO la tasca. Il lembo frontale passa DAVANTI al foglio e ne copre il bordo basso (z-index del lembo piu alto della lettera) */
.deliverable-envelope { position: relative; width: min(760px, 100%); height: auto; margin: 24px auto 0; isolation: isolate; }
.envelope-back { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; height: 300px; overflow: hidden; border-radius: 0 0 20px 20px; background: linear-gradient(165deg, #24422f, #1c3625); box-shadow: 0 34px 80px rgba(52,58,45,.26); }
.envelope-back::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(112deg, rgba(255,255,255,.03) 0 1px, transparent 1px 4px); mix-blend-mode: soft-light; opacity: .6; }
.envelope-back::after { display: none; }
.system-card { position: relative; z-index: 2; width: 100%; margin: 0 auto; min-height: 0; padding: 40px 56px 230px; background: linear-gradient(100deg, #fff, #fbfbfa 48%, #fff); box-shadow: 0 30px 70px rgba(39,35,29,.22), 0 1px 0 rgba(255,255,255,.9) inset; transform: none; border-radius: 4px 4px 0 0; }

/* francobollo: sigilla la lettera in alto a destra, come una foto reale */
.envelope-stamp { position: absolute; z-index: 6; top: 58px; right: 88px; width: 62px; height: 62px; display: grid; place-items: center; border: 2px dashed rgba(74,124,92,.45); border-radius: 6px; background: linear-gradient(155deg, #fff, #f2ede4); box-shadow: 0 10px 22px rgba(39,35,29,.18); transform: rotate(7deg); }
.envelope-stamp span { font-size: 15px; font-weight: 700; letter-spacing: .02em; color: var(--green-dark); }

/* sigillo adesivo sul risvolto, come le sticker fotografiche del riferimento */
.envelope-sticker { position: absolute; z-index: 8; right: 8%; bottom: 100px; width: 88px; height: 88px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 16px 30px rgba(20,40,28,.28), inset 0 1px 0 rgba(255,255,255,.9); transform: rotate(-9deg); }
.envelope-sticker span { font-size: 12px; font-weight: 800; line-height: 1.15; letter-spacing: .03em; text-align: center; color: var(--green-dark); }
.system-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(32,27,20,.018) 0 1px, transparent 1px 5px); opacity: .45; }
.paper-heading { position: relative; z-index: 1; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 0 0 20px; border-bottom: 1px solid rgba(17,17,17,.14); }
.paper-heading span { color: var(--green); font-size: 11px; font-weight: 750; letter-spacing: .11em; }
.paper-heading small { color: #8b8b8b; font-size: 11px; }
.system-row { position: relative; z-index: 1; display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(17,17,17,.12); }
.system-row:last-child { border: 0; }
.system-row > span { color: var(--green); font-size: 12px; }
.system-row div { display: flex; flex-direction: column; }
.system-row strong { font-size: 17px; font-weight: 500; }
.system-row small { color: #777; }
/* lembo frontale: DAVANTI al foglio (z-index piu alto della lettera), copre il bordo basso e lo fa sembrare infilato dentro */
.envelope-left, .envelope-right { display: none; }
.envelope-front { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; width: 100%; height: 200px; pointer-events: none; clip-path: polygon(50% 0%, 100% 100%, 0 100%); background: linear-gradient(180deg, #4a7c5c, #386449); }
.envelope-front::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(112deg, rgba(255,255,255,.05) 0 1px, transparent 1px 4px); opacity: .5; }
.envelope-rim { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 200px; pointer-events: none; }
.envelope-rim::before { content: ""; position: absolute; inset: 0; clip-path: polygon(50% 0%, 50.9% 0%, 1.4% 100%, 0.1% 100%); background: rgba(255,255,255,.5); }
.envelope-rim::after { content: ""; position: absolute; inset: 0; clip-path: polygon(50% 0%, 49.1% 0%, 99.9% 100%, 98.6% 100%); background: rgba(255,255,255,.5); }
.envelope-front::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(112deg, rgba(255,255,255,.03) 0 1px, transparent 1px 4px); opacity: .5; }
.result-strip { width: min(900px, 100%); margin: 25px auto 0; padding-top: 30px; display: grid; grid-template-columns: 210px 1fr; gap: 50px; border-top: 1px solid rgba(17,17,17,.22); }
.result-strip strong { color: var(--green); font-size: 12px; }
.result-strip p { margin: 0; font-size: 21px; }

.method-section { padding-top: 170px; background: linear-gradient(to bottom, var(--cream) 0, #d9d3c8 26px, #9d9992 56px, #5b5a57 86px, #30302f 116px, var(--black) 150px, var(--black) 100%); }
.dark-title { margin: 0; text-align: center; font-size: clamp(82px, 11vw, 165px); line-height: .81; font-weight: 400; letter-spacing: -.065em; }
.dark-title span { color: var(--green); }
.dark-title.small { font-size: clamp(64px, 7.8vw, 112px); }
.three-groups { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 90px; }
.three-groups article { min-height: 360px; padding: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.05); }
.group-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--cream); color: var(--green-dark); font-size: 12px; }
.three-groups h3 { margin: 100px 0 16px; font-size: 30px; font-weight: 300; }
.three-groups p { margin: 0; color: rgba(255,255,255,.65); }

.journey-section { padding-top: 100px; }
.journey-promise { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: end; width: min(1180px, 100%); margin: 85px auto 0; padding: 42px 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 32px; background: linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.34), 0 35px 80px rgba(0,0,0,.25); -webkit-backdrop-filter: blur(24px) saturate(155%); backdrop-filter: blur(24px) saturate(155%); }
.journey-promise span, .journey-copy > span, .journey-output small, .journey-finale > span { display: block; margin-bottom: 12px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.journey-promise strong { display: block; max-width: 520px; font-size: clamp(26px, 3vw, 42px); line-height: 1.05; font-weight: 300; letter-spacing: -.035em; }
.journey-promise p { margin: 0; color: rgba(255,255,255,.67); font-size: 16px; }
.journey-line { position: relative; width: min(1180px, 100%); margin: 42px auto 0; }
.journey-line::before { content: ""; position: absolute; z-index: 1; top: 95px; bottom: 95px; left: 39px; width: 1px; background: linear-gradient(var(--orange), var(--green)); opacity: .85; }
.journey-line article { position: relative; z-index: 2; display: grid; grid-template-columns: 80px minmax(0,1fr) minmax(260px, .52fr); gap: 34px; align-items: center; min-height: 285px; margin-bottom: 14px; padding: 38px 40px 38px 0; border: 1px solid rgba(255,255,255,.17); border-radius: 30px; overflow: hidden; background: linear-gradient(120deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.journey-line article::after { content: ""; position: absolute; z-index: -1; width: 330px; height: 330px; right: -170px; top: -170px; border-radius: 50%; background: radial-gradient(circle, rgba(74,124,92,.25), transparent 66%); opacity: .5; }
.journey-line article:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.35); background: linear-gradient(120deg, rgba(255,255,255,.11), rgba(255,255,255,.035)); }
.step-orb { position: relative; z-index: 3; display: grid; place-items: center; width: 58px; height: 58px; margin-left: 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: linear-gradient(135deg, rgba(232,120,75,.85), rgba(74,124,92,.8)); box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 15px 35px rgba(0,0,0,.32); -webkit-backdrop-filter: blur(18px) saturate(170%); backdrop-filter: blur(18px) saturate(170%); font-size: 12px; font-weight: 700; }
.journey-copy h3 { max-width: 650px; margin: 0 0 15px; font-size: clamp(27px, 3vw, 43px); line-height: 1.03; font-weight: 300; letter-spacing: -.04em; }
.journey-copy p { max-width: 680px; margin: 0; color: rgba(255,255,255,.63); font-size: 15px; }
.journey-output { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 27px; border: 1px solid rgba(255,255,255,.26); border-radius: 23px; background: linear-gradient(135deg, rgba(255,255,255,.17), rgba(255,255,255,.055)); box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 18px 45px rgba(0,0,0,.16); -webkit-backdrop-filter: blur(20px) saturate(160%); backdrop-filter: blur(20px) saturate(160%); }
.journey-output small { margin-bottom: 16px; }
.journey-output strong { font-size: 19px; line-height: 1.2; font-weight: 500; }
.journey-output p { margin: 11px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.journey-finale { width: min(980px, 100%); margin: 75px auto 0; padding: 70px 55px; border-radius: 42px; background: var(--green); text-align: center; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.journey-finale > span { color: rgba(255,255,255,.7); }
.journey-finale strong { display: block; font-size: clamp(42px, 5.4vw, 78px); line-height: .95; font-weight: 350; letter-spacing: -.052em; }
.journey-finale p { max-width: 650px; margin: 25px auto 0; color: rgba(255,255,255,.72); }

.rhythm-section { padding-top: 100px; }
.rhythm-intro { width: min(830px, 100%); margin-bottom: 80px; font-size: 17px; }
.rhythm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: min(1220px, 100%); margin: 0 auto; }
.rhythm-card { overflow: hidden; padding: 10px; border: 1px solid rgba(255,255,255,.34); border-radius: 28px; background: var(--cream); color: var(--black); }
.rhythm-visual { position: relative; height: 330px; overflow: hidden; border-radius: 20px; background: #e7e7e7; }
.rhythm-body { min-height: 300px; margin-top: 10px; padding: 30px 25px; border-radius: 20px; background: var(--black); color: white; }
.rhythm-body > span { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.rhythm-body h3 { margin: 58px 0 16px; font-size: 31px; line-height: 1; font-weight: 450; letter-spacing: -.04em; }
.rhythm-body p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.session-visual { display: grid; place-items: center; padding: 20px; background: linear-gradient(145deg, #f7f5f1, #dcd8d1); }
.shared-workspace { width: 100%; height: 100%; overflow: hidden; border: 1px solid rgba(17,17,17,.15); border-radius: 19px; background: #f8faf8; box-shadow: 0 22px 48px rgba(40,55,44,.18); }
.workspace-top { display: flex; align-items: center; justify-content: space-between; height: 45px; padding: 0 15px; border-bottom: 1px solid #ddd; background: white; }
.workspace-top > div { display: flex; gap: 5px; }
.workspace-top i { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.workspace-top i:nth-child(2) { opacity: .45; }
.workspace-top i:nth-child(3) { background: var(--green); }
.workspace-top span { color: var(--green-dark); font-size: 8px; font-weight: 750; letter-spacing: .08em; }
.workspace-canvas { position: relative; height: 230px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 28px 12px; background-image: radial-gradient(rgba(74,124,92,.17) 1px, transparent 1px); background-size: 12px 12px; }
.workspace-node { position: relative; z-index: 2; width: 29%; min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 12px 10px; border: 1px solid rgba(17,17,17,.12); border-radius: 13px; background: white; box-shadow: 0 10px 24px rgba(48,60,51,.1); }
.workspace-node small { margin-bottom: 7px; color: #888; font-size: 7px; font-weight: 750; letter-spacing: .08em; }
.workspace-node strong { font-size: 11px; line-height: 1.15; }
.node-system { border-color: rgba(74,124,92,.5); background: var(--green); color: white; transform: translateY(-12px); }
.node-system small { color: rgba(255,255,255,.65); }
.workspace-arrow { color: var(--green); font-size: 16px; }
.workspace-cursor { position: absolute; z-index: 4; display: flex; align-items: center; gap: 4px; }
.workspace-cursor b { color: var(--orange); font-size: 18px; transform: rotate(-18deg); }
.workspace-cursor span { padding: 4px 6px; border-radius: 7px; color: white; font-size: 7px; font-weight: 750; }
.cursor-you { top: 32px; left: 32px; }
.cursor-you span { background: var(--orange); }
.cursor-bea { right: 20px; bottom: 28px; }
.cursor-bea b { color: var(--green); }
.cursor-bea span { background: var(--green); }
.workspace-footer { display: flex; align-items: center; gap: 12px; height: 45px; padding: 0 14px; border-top: 1px solid #ddd; background: white; color: #666; font-size: 8px; }
.workspace-footer span { display: flex; align-items: center; gap: 5px; }
.workspace-footer i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.workspace-footer span:nth-child(2) i { background: var(--green); }
.workspace-footer em { margin-left: auto; color: var(--green); font-size: 7px; font-style: normal; font-weight: 750; letter-spacing: .08em; }
.practice-visual { display: grid; place-items: center; background: linear-gradient(145deg, #e9eee9, #c6d3ca); }
.practice-window { width: calc(100% - 38px); overflow: hidden; border: 1px solid rgba(17,17,17,.14); border-radius: 18px; background: white; box-shadow: 0 20px 45px rgba(42,62,48,.18); }
.practice-top { display: flex; align-items: center; gap: 6px; height: 45px; padding: 0 15px; border-bottom: 1px solid #ddd; }
.practice-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.practice-top i:nth-child(2) { opacity: .55; }
.practice-top i:nth-child(3) { background: var(--green); }
.practice-top span { margin-left: auto; color: #555; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.practice-row { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; padding: 17px 14px; border-bottom: 1px solid #eee; font-size: 12px; }
.practice-row:last-child { border: 0; }
.practice-row b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--cream); font-size: 9px; }
.practice-row em { padding: 5px 7px; border-radius: 8px; background: #eee; color: #666; font-size: 8px; font-style: normal; font-weight: 700; }
.practice-row.done em { background: var(--green); color: white; }
.support-visual { padding: 30px 20px; background: linear-gradient(145deg, #232323, #111); color: white; }
.support-avatar { position: relative; width: 64px; height: 64px; margin: 0 auto 18px; overflow: hidden; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--green); }
.support-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.support-avatar span { position: absolute; right: 0; bottom: 0; padding: 2px 4px; background: var(--green); font-size: 7px; }
.chat-bubble { max-width: 88%; margin-bottom: 10px; padding: 12px 14px; border-radius: 16px; font-size: 11px; line-height: 1.35; }
.from-client { margin-left: auto; border-bottom-right-radius: 4px; background: rgba(255,255,255,.12); }
.from-beatrice { border-bottom-left-radius: 4px; background: var(--green); }
.online-pill { position: absolute; right: 20px; bottom: 18px; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.7); font-size: 8px; font-weight: 700; letter-spacing: .09em; }
.online-pill i { width: 7px; height: 7px; border-radius: 50%; background: #82d99b; box-shadow: 0 0 12px #82d99b; }

.research-section { padding-top: 170px; background: linear-gradient(to bottom, var(--black) 0, #30302f 30px, #66645f 61px, #aaa69e 92px, #ded8cd 122px, var(--cream) 150px, var(--cream) 100%); }
.research-table { width: min(800px, 100%); margin: 80px auto 0; padding: 0 36px; background: white; box-shadow: 0 18px 55px rgba(43,35,25,.12); }
.research-table > div { display: grid; grid-template-columns: 145px 1fr 120px; gap: 28px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(17,17,17,.12); }
.research-table > div:last-child { border: 0; }
.research-table strong { color: var(--green); font-size: clamp(24px, 2.2vw, 28px); line-height: 1; font-weight: 400; letter-spacing: -.025em; }
.research-table p { margin: 0; }
.research-table a { font-size: 12px; font-weight: 600; text-align: right; }
.research-note { width: min(800px, 100%); margin: 30px auto 0; color: #777; font-size: 12px; text-align: center; }

.about-section { padding-top: 170px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; background: linear-gradient(to bottom, var(--cream) 0, #d9d3c8 29px, #9d9992 59px, #5b5a57 89px, #30302f 118px, var(--black) 150px, var(--black) 100%); }
.about-image { position: relative; height: 700px; }
.about-green { position: absolute; inset: 120px 0 0; border-radius: 320px 320px 20px 20px; background: var(--green); }
.about-image img { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.about-text .section-kicker { text-align: left; }
.about-text .dark-title { text-align: left; }
.about-story-title { margin: 0 0 45px; font-size: clamp(52px, 5.5vw, 78px); line-height: .9; font-weight: 400; letter-spacing: -.06em; }
.about-story-title span { color: var(--green); }
.about-text > p:not(.section-kicker) { max-width: 520px; color: rgba(255,255,255,.7); font-size: 17px; }
.about-turning { margin: 28px 0; padding: 24px 0 24px 24px; border-left: 2px solid var(--orange); color: rgba(255,255,255,.92) !important; font-size: 19px !important; }
.about-milestone { margin: 28px 0 !important; padding: 24px !important; border: 1px solid rgba(74,124,92,.65); border-radius: 18px; background: linear-gradient(135deg, rgba(74,124,92,.24), rgba(74,124,92,.08)); color: rgba(255,255,255,.94) !important; font-size: 18px !important; }
.about-strong { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); color: white !important; }


.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.fit-column h2 { margin: 0 0 55px; font-size: clamp(55px, 6vw, 84px); line-height: .9; font-weight: 200; letter-spacing: -.05em; }
.fit-column h2 span { color: var(--green); }
.fit-column ul { list-style: none; margin: 0; padding: 0; }
.fit-column li { position: relative; padding: 21px 0 21px 45px; border-top: 1px solid rgba(255,255,255,.18); }
.fit-column li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.fit-column li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.fit-column.muted { color: rgba(255,255,255,.55); }
.fit-column.muted li::before { content: "×"; color: var(--orange); }

.faq-section { padding-top: 100px; }
.faq-list { width: min(860px, 100%); margin: 80px auto 0; }
.faq-list details { border-top: 1px solid rgba(255,255,255,.25); }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font-size: 18px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 25px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: 0; padding: 0 40px 25px 0; color: rgba(255,255,255,.65); }

.application-section { padding-top: 100px; }
.guarantee-section { text-align: center; }
.guarantee-icon { margin: 0 auto 30px; }
.guarantee-word { margin: 0 0 14px; font-size: clamp(34px, 5vw, 58px); font-weight: 800; letter-spacing: .05em; color: var(--green); text-transform: uppercase; }
.guarantee-section .center-copy { margin: 0 auto; color: rgba(255,255,255,.75); }
.guarantee-section .guarantee-lead { margin: 32px auto 16px; font-size: 21px; font-weight: 500; line-height: 1.45; color: rgba(255,255,255,.94); }
.application-heading .blurred { color: rgba(255,255,255,.62); filter: blur(2.4px); -webkit-mask-image: linear-gradient(to right, #000 0%, #000 44%, rgba(0,0,0,.22) 100%); mask-image: linear-gradient(to right, #000 0%, #000 44%, rgba(0,0,0,.22) 100%); }
.application-glass-wrap { position: relative; width: min(807px, 100%); min-height: 570px; margin: 0 auto; }
.application-form { position: relative; z-index: 3; padding: 48px 70px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.application-form label { display: block; margin-bottom: 20px; color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.application-form input, .application-form textarea, .application-form select { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; background: transparent; color: white; outline: none; text-transform: none; }
.application-form select { color-scheme: dark; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 0; color: rgba(255,255,255,.72); font-size: 13px; letter-spacing: 0; text-transform: none; line-height: 1.45; cursor: pointer; }
.form-consent input { flex: none; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--green); cursor: pointer; }
.form-consent a { color: #fff; text-decoration: underline; font-weight: 600; }
.footer-privacy { color: inherit; text-decoration: underline; }
.form-button { width: 100%; margin-top: 12px; }
.form-status { margin: 14px 0 0; text-align: center; font-size: 12px; }

footer { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 0 max(20px, calc((100vw - var(--max))/2)); border-top: 1px solid rgba(255,255,255,.18); background: var(--black); font-size: 11px; color: rgba(255,255,255,.6); }
footer a { justify-self: end; }

@media (min-width: 701px) and (max-width: 1199px) {
  .hero { min-height: 1120px; }
  .hero-stage { width: 100%; height: 1080px; }
  .hero-blur { top: 72px; left: 50%; width: 100%; height: 210px; font-size: clamp(112px, 16vw, 190px); opacity: .4; writing-mode: horizontal-tb; }
  .hero-word { font-size: clamp(90px, 12vw, 140px); text-align: left; }
  .hero-word-one { top: 205px; left: 32px; right: auto; }
  .hero-word-two { top: 570px; right: 28px; left: auto; font-size: clamp(82px, 11vw, 128px); }
  .hero-qualifier { top: 175px; left: 36px; }
  .hero-frequency { top: 690px; right: 32px; }
  .hero-person { top: 90px; width: 520px; height: 690px; }
  .hero-panel-border, .hero-panel-fill { top: 700px; left: 24px; width: calc(50% - 36px); height: 272px; }
  .hero-panel-content { top: 732px; left: 52px; width: calc(50% - 92px); }
  .hero-panel-label { font-size: 9px; margin-bottom: 17px; letter-spacing: .11em; }
  .hero-panel-content .hero-panel-value { font-size: 21px; line-height: 1.12; font-weight: 550; letter-spacing: -.035em; }
  .hero-panel-content .hero-panel-note { margin: 15px 0 20px; color: rgba(17,17,17,.65); font-size: 12px; }
  .hero-panel-after { font-size: 11.5px; margin: 13px 0 0; color: rgba(17,17,17,.6); }
  .three-groups, .about-section, .fit-grid { grid-template-columns: 1fr; }
  .journey-promise { grid-template-columns: 1fr; gap: 30px; }
  .journey-line article { grid-template-columns: 70px 1fr; padding-right: 28px; }
  .journey-output { grid-column: 2; }
  .rhythm-grid { grid-template-columns: 1fr; max-width: 620px; }
  .rhythm-visual { height: 380px; }
  .about-image { height: 620px; }
  .about-text .section-kicker, .about-text .dark-title, .about-story-title { text-align: center; }
  .about-text > p:not(.section-kicker) { margin-left: auto; margin-right: auto; }
}

@media (max-width: 700px) {
  /* --- topbar: una riga sola --- */
  .topbar { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 16px; }
  .topbar-label { font-size: 11px; white-space: nowrap; }
  .topbar-center { display: none; }
  .cta-compact { width: auto; min-height: 44px; padding: 10px 16px; font-size: 11px; }

  /* --- hero: composizione a sovrapposizione (foto in alto, testo sopra) come il riferimento --- */
  .hero { min-height: 0; display: block; padding: 72px 0 44px; }
  .hero::after { display: none; }
  .hero-stage { position: relative; width: 100%; height: auto; display: flow-root; }
  /* più clienti: verticale a sinistra, fino in cima */
  .hero-blur { position: absolute; z-index: 1; top: 88px; left: 46px; width: auto; height: auto; margin: 0; writing-mode: sideways-lr; font-size: clamp(78px, 23vw, 100px); line-height: 1; letter-spacing: -.04em; opacity: 1; }
  .hero-blur .hero-blur-readable { position: relative; inset: auto; opacity: .9; filter: blur(.4px); -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgba(0,0,0,.4) 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgba(0,0,0,.4) 100%); }
  .hero-blur .hero-blur-soft { display: none; }
  /* dal marketing ai: allineato a SINISTRA, in alto, a destra della verticale */
  .hero-word { position: absolute; z-index: 4; left: 108px; right: 10px; width: auto; margin: 0; line-height: .9; letter-spacing: -.05em; text-align: left; text-shadow: none; text-transform: lowercase; color: var(--black); }
  .hero-word-one { top: 0; font-size: clamp(38px, 12.5vw, 50px); }
  .hero-word-two { top: 46px; font-size: clamp(38px, 12.5vw, 50px); white-space: nowrap; }
  .hero-ai { display: inline; }
  .hero-frequency { display: none; }
  /* foto: SU, testa vicino alla cima, sotto il testo */
  .hero-person { position: relative; z-index: 2; top: auto; left: auto; transform: none; display: block; width: min(280px, 78%); height: 250px; max-height: none; object-fit: cover; object-position: top center; margin: 84px auto 0; }
  /* pill: sovrapposte sulla foto, in basso sulle braccia (non sul viso) */
  .hero-panel-border, .hero-panel-fill { display: none; }
  .hero-panel-content { position: relative; z-index: 5; top: auto; left: auto; transform: none; width: auto; margin: 26px 20px 0; padding: 28px 22px; border: 1px solid rgba(17,17,17,.16); border-radius: 24px; background: linear-gradient(135deg, #ffffff, #f7f4ee); box-shadow: 0 18px 45px rgba(68,57,38,.14); color: var(--black); text-align: center; }
  .hero-panel-label { margin-bottom: 12px; color: rgba(17,17,17,.52); }
  .hero-panel-content .hero-panel-value { font-size: 19px; }
  .hero-panel-content .hero-panel-note { color: rgba(17,17,17,.65); font-size: 14px; line-height: 1.5; }

  /* --- ritmo verticale globale --- */
  .dark-section, .light-section { padding: 64px 20px; }
  .section-kicker { margin-bottom: 22px; }
  .center-copy { margin: 28px auto 44px; font-size: 16px; }

  /* --- problema --- */
  .opening-problem { min-height: 0; padding-top: 90px; background: linear-gradient(to bottom, var(--cream) 0, var(--offwhite) 40px, var(--offwhite) 100%); }
  .giant-heading, .application-heading { font-size: clamp(42px, 13vw, 58px); line-height: .95; letter-spacing: -.045em; }
  .blurred-line-readable { filter: blur(2px); }
  /* mobile: citazione totalmente leggibile, niente sfocatura */
  .opening-problem .blurred-line { color: rgba(17,17,17,.58); }
  .opening-problem .blurred-line-readable { filter: none; opacity: 1; -webkit-mask-image: none; mask-image: none; }
  .opening-problem .blurred-line-soft { display: none; }
  .opening-problem .three-lines { grid-template-columns: 1fr; }
  .opening-problem .three-lines > div { padding: 26px 24px; }
  .opening-problem .three-lines p { margin-top: 22px; font-size: 17px; }
  .glass-callout-wrap { height: auto; margin-top: 56px; }
  .glass-callout-content { height: auto; padding: 32px 24px; }
  /* box verde: meno vuoto su mobile (il padding desktop 70px vinceva per specificità) */
  .opening-problem .glass-callout-content { padding: 34px 24px; }
  .opening-problem .glass-callout-content p { font-size: 18px; }

  /* --- sistema + busta --- */
  .system-section { min-height: 0; padding-top: 80px; background: linear-gradient(to bottom, var(--offwhite) 0, var(--cream) 40px, var(--cream) 100%); }
  .light-section h2 { font-size: clamp(40px, 12vw, 54px); line-height: .95; }
  .section-subtitle { margin: 20px auto 40px; }
  .deliverable-envelope { height: auto; margin-top: 8px; }
  .system-card { position: relative; top: auto; right: auto; left: auto; width: 100%; margin: 0 auto; min-height: 0; padding: 22px 20px 130px; transform: none; }
  .envelope-stamp { top: 16px; right: 20px; width: 44px; height: 44px; }
  .envelope-stamp span { font-size: 11px; }
  .envelope-sticker { right: 6%; bottom: 66px; width: 58px; height: 58px; }
  .envelope-sticker span { font-size: 9px; }
  .paper-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .system-row { grid-template-columns: 34px 1fr; gap: 12px; padding: 14px 0; }
  .system-row strong { font-size: 16px; }
  .system-row small { font-size: 12px; }
  /* busta reale: il lembo passa DAVANTI al foglio (stessa logica del desktop) */
  .envelope-back { top: auto; bottom: 0; height: 170px; border-radius: 0 0 16px 16px; }
  .envelope-back::after { display: none; }
  .envelope-front { bottom: 0; height: 160px; width: 100%; filter: none; }
  .envelope-rim { height: 160px; }
  .envelope-front::after { opacity: .35; }
  .result-strip { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }
  .result-strip p { font-size: 17px; }

  /* --- metodo --- */
  .method-section { padding-top: 80px; background: linear-gradient(to bottom, var(--cream) 0, #d9d3c8 14px, #9d9992 30px, #5b5a57 46px, #30302f 60px, var(--black) 72px, var(--black) 100%); }
  .dark-title { font-size: clamp(44px, 13.5vw, 60px); line-height: .92; }
  .dark-title.small { font-size: clamp(38px, 11.5vw, 52px); line-height: .95; }
  .three-groups { grid-template-columns: 1fr; gap: 14px; margin-top: 48px; }
  .three-groups article { min-height: 0; padding: 26px 24px; }
  .three-groups h3 { margin: 28px 0 12px; font-size: 26px; }

  /* --- percorso: timeline a colonna singola, niente linea --- */
  .journey-promise { grid-template-columns: 1fr; gap: 20px; margin-top: 44px; padding: 28px 24px; border-radius: 24px; }
  .journey-line::before { display: none; }
  .journey-line article { display: block; min-height: 0; padding: 26px 22px; border-radius: 24px; }
  .step-orb { width: 48px; height: 48px; margin: 0 0 20px; }
  .journey-copy h3 { font-size: 26px; }
  .journey-copy p { font-size: 15px; }
  .journey-output { margin-top: 22px; padding: 22px; }
  .journey-output p { font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.62); }
  .journey-finale { margin-top: 48px; padding: 44px 24px; border-radius: 28px; }
  .journey-finale strong { font-size: clamp(30px, 8.5vw, 40px); line-height: 1; }

  /* --- ritmo del percorso --- */
  .rhythm-grid { grid-template-columns: 1fr; gap: 14px; }
  .rhythm-intro { margin-bottom: 48px; font-size: 16px; }
  .rhythm-visual { height: auto; }
  .rhythm-body { min-height: 0; padding: 26px 22px; }
  .rhythm-body h3 { margin: 20px 0 12px; font-size: 26px; }
  .rhythm-body p { font-size: 15px; }

  /* --- mockup "shared workspace": da flusso orizzontale a verticale --- */
  .session-visual { height: auto; padding: 16px; }
  .shared-workspace { height: auto; }
  .workspace-canvas { height: auto; flex-direction: column; gap: 12px; padding: 24px 16px; }
  .workspace-node { width: 100%; min-height: 0; }
  .node-system { transform: none; }
  .workspace-arrow { transform: rotate(90deg); }
  .workspace-cursor { display: none; }

  /* --- evidenze --- */
  .research-section { min-height: 0; padding-top: 80px; background: linear-gradient(to bottom, var(--cream) 0, var(--offwhite) 40px, var(--offwhite) 100%); }
  .journey-section { padding-top: 80px; background: linear-gradient(to bottom, var(--black) 0, #2f2f2e 14px, #5b5a57 30px, #9d9992 46px, #d9d3c8 60px, var(--cream) 72px, var(--cream) 100%); }
  .application-section { padding-top: 90px; background: linear-gradient(to bottom, var(--cream) 0, #d9d3c8 14px, #9d9992 30px, #5b5a57 46px, #30302f 60px, var(--black) 74px, var(--black) 100%); }
  .research-table { margin-top: 48px; padding: 0 20px; }
  .research-table > div { grid-template-columns: 1fr; gap: 10px; padding: 24px 0; }
  .research-table a { display: inline-block; align-self: start; justify-self: start; padding: 14px 0; text-align: left; }
  .research-note { margin-top: 24px; font-size: 13px; line-height: 1.5; }

  /* --- chi sono --- */
  .about-section { min-height: 0; grid-template-columns: 1fr; gap: 40px; padding-top: 80px; background: linear-gradient(to bottom, var(--offwhite) 0, var(--cream) 40px, var(--cream) 100%); }
  .about-image { height: 420px; }
  .about-green { inset: 90px 0 0; border-radius: 220px 220px 16px 16px; }
  .about-story-title { margin-bottom: 28px; font-size: clamp(36px, 10.5vw, 46px); line-height: .95; }
  .about-text > p:not(.section-kicker) { font-size: 16px; }
  .about-turning { font-size: 18px !important; }
  .about-milestone { font-size: 16px !important; }

  /* --- per chi --- */
  .fit-section { min-height: 0; }
  .fit-grid { grid-template-columns: 1fr; gap: 56px; }
  .fit-column h2 { margin-bottom: 28px; font-size: clamp(34px, 10vw, 46px); line-height: .95; }
  .fit-column li { padding: 16px 0 16px 36px; }

  /* --- faq --- */
  .faq-list { margin-top: 40px; }
  .faq-list summary { padding: 20px 0; font-size: 16px; }
  .faq-list p { padding-right: 20px; }

  /* --- candidatura --- */
  .application-section { min-height: 0; }
  .application-heading .blurred { color: rgba(255,255,255,.62); filter: blur(1.6px); }
  .application-glass-wrap { min-height: 0; }
  .application-form { padding: 32px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }

  footer { grid-template-columns: 1fr; gap: 6px; padding: 28px 20px; text-align: center; }
  footer a { display: inline-block; justify-self: center; padding: 15px 14px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Esito candidatura */
.form-success { position: relative; z-index: 3; padding: 55px 40px; text-align: center; }
.form-success h3 { margin: 0 0 14px; font-size: 30px; font-weight: 600; letter-spacing: -.03em; }
.form-success p { margin: 0 auto 26px; max-width: 46ch; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.5; }
.form-success .cta { min-width: 280px; }

@media (max-width: 700px) {
  .form-success { padding: 40px 22px; }
  .form-success .cta { min-width: 0; width: 100%; }
}

/* Sneak peek piattaforma reale (Formazione Hub) */
.hub-section { padding-top: 100px; }
.hub-frame-wrap { position: relative; max-width: 980px; margin: 40px auto 0; }
.hub-frame { margin: 0; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 40px 90px -40px rgba(0,0,0,.7); background: #17181a; }
.modulo-zero-badge { position: absolute; z-index: 5; top: -30px; right: 26px; width: min(260px, 60%); padding: 18px 20px; border-radius: 18px; background: linear-gradient(135deg, #fff, #f2ede4); box-shadow: 0 20px 45px rgba(20,40,28,.32), inset 0 1px 0 rgba(255,255,255,.9); transform: rotate(3deg); text-align: left; }
.modulo-zero-kicker { display: block; margin-bottom: 6px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.modulo-zero-badge strong { display: block; margin-bottom: 6px; font-size: 15px; line-height: 1.25; color: var(--black); }
.modulo-zero-badge p { margin: 0; font-size: 12.5px; line-height: 1.4; color: rgba(17,17,17,.65); }
.hub-frame-top { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.hub-frame-top i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.18); display: inline-block; }
.hub-frame-top i:nth-child(1) { background: #e8784b; }
.hub-frame-top span { margin-left: 6px; font-size: 12px; color: rgba(255,255,255,.5); letter-spacing: .02em; }
.hub-frame img { display: block; width: 100%; height: auto; }
.hub-caption { max-width: 620px; margin: 22px auto 0; text-align: center; font-size: 12.5px; color: rgba(255,255,255,.45); line-height: 1.5; }

@media (max-width: 700px) {
  .hub-frame-wrap { margin-top: 28px; }
  .hub-frame { border-radius: 12px; }
  .hub-frame-top span { display: none; }
  .hub-caption { padding: 0 20px; }
  .modulo-zero-badge { position: static; width: auto; margin: 0 0 16px; transform: none; text-align: center; }
}

/* ============ CONVERSIONE CHIARA (2026-07-18) ============ */
/* Tutto chiaro tranne METODO (accento scuro) e FORM+footer (chiusura scura) */

/* PERCORSO / journey: uscita dal metodo con sfumatura nero->crema */
.journey-section { padding-top: 170px; color: var(--black); background: linear-gradient(to bottom, var(--black) 0, #2f2f2e 30px, #5b5a57 61px, #9d9992 92px, #d9d3c8 122px, var(--cream) 150px, var(--cream) 100%); }
.journey-section .section-kicker.light { color: var(--green); }
.journey-section .dark-title { color: var(--black); }
.journey-promise { border-color: rgba(17,17,17,.1); background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.6)); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 30px 70px rgba(65,53,35,.1); }
.journey-promise strong { color: var(--black); }
.journey-promise p { color: rgba(17,17,17,.6); }
.journey-line article { border-color: rgba(17,17,17,.08); background: linear-gradient(120deg, rgba(255,255,255,.92), rgba(255,255,255,.66)); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 20px 45px rgba(65,53,35,.08); }
.journey-line article:hover { border-color: rgba(74,124,92,.4); background: #fff; }
.journey-copy h3 { color: var(--black); }
.journey-copy p { color: rgba(17,17,17,.6); }
.journey-output { border-color: rgba(17,17,17,.08); background: #fff; box-shadow: inset 0 1px 0 #fff, 0 16px 40px rgba(65,53,35,.08); }
.journey-output strong { color: var(--black); }
.journey-output p { color: rgba(17,17,17,.55); }
.journey-finale strong { color: #fff; }
.journey-finale > span { color: rgba(255,255,255,.72); }
.journey-finale p { color: rgba(255,255,255,.75); }

/* RITMO / rhythm */
.rhythm-section { background: linear-gradient(to bottom, var(--cream) 0, var(--offwhite) 90px, var(--offwhite) 100%); color: var(--black); }
.rhythm-section .section-kicker.light { color: var(--green); }
.rhythm-section .dark-title { color: var(--black); }
.rhythm-intro { color: rgba(17,17,17,.6); }
.rhythm-card { border-color: rgba(17,17,17,.1); background: #fff; }

/* PIATTAFORMA / hub */
.hub-section { background: linear-gradient(to bottom, var(--offwhite) 0, var(--cream) 90px, var(--cream) 100%); color: var(--black); }
.hub-section .section-kicker.light { color: var(--green); }
.hub-section .dark-title { color: var(--black); }
.hub-section .center-copy { color: rgba(17,17,17,.6); }
.hub-caption { color: rgba(17,17,17,.45); }

/* PROVE / research */
.research-section { padding-top: 100px; background: linear-gradient(to bottom, var(--cream) 0, var(--offwhite) 90px, var(--offwhite) 100%); }

/* CHI SONO / about */
.about-section { padding-top: 100px; color: var(--black); background: linear-gradient(to bottom, var(--offwhite) 0, var(--cream) 90px, var(--cream) 100%); }
.about-section .section-kicker.light { color: var(--green); }
.about-story-title { color: var(--black); }
.about-text > p:not(.section-kicker) { color: rgba(17,17,17,.7); }
.about-turning { color: rgba(17,17,17,.85) !important; }
.about-milestone { border-color: rgba(74,124,92,.5); background: linear-gradient(135deg, rgba(74,124,92,.14), rgba(74,124,92,.05)); color: rgba(17,17,17,.9) !important; }
.about-strong { border-top-color: rgba(17,17,17,.15); color: var(--black) !important; }

/* PER CHI È / fit */
.fit-section { background: linear-gradient(to bottom, var(--cream) 0, var(--offwhite) 90px, var(--offwhite) 100%); color: var(--black); }
.fit-column h2 { color: var(--black); }
.fit-column li { border-top-color: rgba(17,17,17,.12); }
.fit-column li:last-child { border-bottom-color: rgba(17,17,17,.12); }
.fit-column.muted { color: rgba(17,17,17,.5); }

/* FAQ */
.faq-section { background: linear-gradient(to bottom, var(--offwhite) 0, var(--cream) 90px, var(--cream) 100%); color: var(--black); }
.faq-section .section-kicker.light { color: var(--green); }
.faq-section .dark-title { color: var(--black); }
.faq-list details { border-top-color: rgba(17,17,17,.12); }
.faq-list details:last-child { border-bottom-color: rgba(17,17,17,.12); }
.faq-list p { color: rgba(17,17,17,.6); }

/* FORM: resta scuro, sfumatura crema->nero in entrata */
.application-section { padding-top: 170px; background: linear-gradient(to bottom, var(--cream) 0, #d9d3c8 26px, #9d9992 56px, #5b5a57 86px, #30302f 116px, var(--black) 150px, var(--black) 100%); }
