@font-face {
  font-family: "InterVariable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
}

:root {
  --font-text: "InterVariable", "Segoe UI Variable Text", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "InterVariable", "Segoe UI Variable Display", "Aptos Display", Inter, ui-sans-serif, system-ui, sans-serif;
  --ink: #0c1726;
  --ink-soft: #425268;
  --paper: #f4f7f9;
  --surface: #ffffff;
  --navy: #071321;
  --navy-2: #10263a;
  --cyan: #48c7d9;
  --cyan-deep: #0f7188;
  --gold: #d5a64b;
  --line: #d9e2e8;
  --success: #167a5b;
  --error: #b43c44;
  --shadow-sm: 0 10px 32px rgba(7, 19, 33, 0.08);
  --shadow-lg: 0 28px 80px rgba(7, 19, 33, 0.18);
  --radius-sm: 0.75rem;
  --radius: 1.25rem;
  --radius-lg: 2rem;
  --max: 1180px;
  --header: 5.25rem;
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 1rem);
  background: var(--navy);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-text);
  font-optical-sizing: auto;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 8%, rgba(72, 199, 217, 0.12), transparent 24rem),
    radial-gradient(circle at 90% 24%, rgba(213, 166, 75, 0.08), transparent 26rem);
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--cyan-deep);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.85);
  border-radius: 0.35rem;
}

::selection { background: rgba(72, 199, 217, 0.3); color: var(--ink); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  font-weight: 800;
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 780px); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header);
  border-bottom: 1px solid rgba(217, 226, 232, 0.8);
  background: rgba(244, 247, 249, 0.88);
  backdrop-filter: blur(18px) saturate(1.25);
  box-shadow: 0 8px 28px rgba(7, 19, 33, 0.06);
}

.nav {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 2.75rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.8rem;
  background: linear-gradient(145deg, var(--navy-2), #23516a);
  color: #fff;
  box-shadow: 0 8px 18px rgba(16, 38, 58, 0.2);
  font-size: 0.83rem;
  letter-spacing: 0.08em;
}

.nav-links { display: flex; align-items: center; gap: 0.2rem; }
.nav-links a {
  padding: 0.62rem 0.78rem;
  border-radius: 999px;
  color: #37465a;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}
.nav-links a:hover { color: var(--ink); background: rgba(255,255,255,0.86); }
.nav-links a[aria-current="page"] { background: var(--ink); color: #fff; }
.nav-links .lang-link { margin-left: 0.35rem; border: 1px solid var(--line); background: var(--surface); }

.nav-toggle {
  display: none;
  width: 2.85rem;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}
.nav-toggle svg { width: 1.35rem; margin: auto; }

.eyebrow, .section-kicker {
  margin: 0 0 1rem;
  color: var(--cyan-deep);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-top: 0;
  font-family: var(--font-display);
  line-height: 1.08;
  text-wrap: balance;
}
h1 { font-size: clamp(3rem, 7vw, 6.8rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2.25rem, 4.6vw, 4.7rem); letter-spacing: -0.045em; }
h3 { font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.7rem); letter-spacing: -0.025em; }
p { text-wrap: pretty; }

/* Titoli su fondo chiaro: rilievo 3D leggero — un solo bevel bianco e un'ombra
   ambientale morbida. L'effetto inciso resta, senza sporcare i contorni. */
main :where(h1:not(#hero-title), h2) {
  color: transparent;
  background: linear-gradient(135deg, #071321 0%, #173b55 42%, #11809a 74%, #8a6220 115%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-display);
  font-weight: 860;
  /* Con background-clip: text il gradiente viene dipinto solo dentro il padding
     box: con line-height 1.08 le discendenti (g, p, q) sporgono sotto e
     risultano tagliate. Questo padding restituisce lo spazio necessario senza
     toccare il trattamento visivo. */
  padding-bottom: 0.12em;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.85))
    drop-shadow(0 10px 18px rgba(7, 19, 33, 0.16));
}

.page-hero h1,
.section-dark h2,
.signal-card h2,
.signal-quote,
.feature-main h2,
.contact-card h2,
.contact-process h2 {
  background: linear-gradient(135deg, #fff 0%, #d9f6fb 38%, #83d4e5 70%, #f2bf73 112%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.12em;
  filter:
    drop-shadow(1px 2px 0 rgba(9, 55, 72, 0.55))
    drop-shadow(0 12px 22px rgba(0, 0, 0, 0.35));
}

/* Corpo testo: nessun effetto, solo tipografia nitida. Il rilievo 3D resta
   riservato ai titoli, dove ha senso. */
main p:not(.eyebrow):not(.section-kicker),
main li,
main small,
.trust-item span:last-child,
.site-footer p,
.footer-bottom span {
  font-weight: 480;
  letter-spacing: 0.008em;
}

/* Su fondo scuro un'unica ombra soffusa migliora il contrasto senza sporcare. */
.executive-hero p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.section-dark p:not(.section-kicker),
.signal-card p,
.feature-main p,
.contact-card p,
.contact-process p {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.display-accent {
  color: var(--cyan);
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: var(--cyan);
}
.muted { color: var(--ink-soft); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2rem; }

.executive-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  min-height: min(760px, calc(100svh - var(--header)));
  align-items: center;
  padding-block: clamp(4.5rem, 9vw, 7.5rem);
  background: var(--navy);
  color: #fff;
}
.executive-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,12,22,0.99) 0%, rgba(4,12,22,0.94) 48%, rgba(4,12,22,0.56) 100%),
    url("../img/hero-it-workspace.webp") right center / cover no-repeat;
}
.executive-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.1;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}
.executive-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.executive-hero-copy { max-width: 820px; }
.executive-hero h1 { margin-bottom: 1.15rem; font-size: clamp(2.75rem, 3.8vw, 4.2rem); line-height: 1; letter-spacing: -0.035em; }
.hero-name-3d {
  display: block;
  width: fit-content;
  color: transparent;
  background: linear-gradient(135deg, #fff 0%, #d9f6fb 36%, #83d4e5 64%, #f2bf73 112%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.4vw, 5.6rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.015em;
  filter:
    drop-shadow(1px 2px 0 rgba(11, 79, 99, 0.75))
    drop-shadow(2px 3px 0 rgba(7, 37, 49, 0.45))
    drop-shadow(0 14px 26px rgba(0, 0, 0, 0.4))
    drop-shadow(0 22px 42px rgba(14, 116, 144, 0.25));
}
.executive-role { max-width: 760px; margin: 0 0 1.2rem; color: #c7d3dc; font-size: clamp(1.15rem, 2vw, 1.65rem); font-weight: 750; line-height: 1.3; letter-spacing: -0.02em; }
.executive-lead { max-width: 650px; margin: 0; color: #b8c7d2; font-size: 1.08em; }
.text-link-light, .text-link-dark { display: inline-flex; align-items: center; padding: 0.75rem 0; font-weight: 850; text-underline-offset: 0.35em; }
.text-link-light { color: #fff; }
.text-link-dark { color: var(--ink); }
.text-link-light:hover, .text-link-dark:hover { color: var(--cyan); }

/* Pannello hero: glass leggero, impaginazione tipografica.
   Numerali sottili, divisori hairline, nessuna scatola. */
.hero-stack {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: 430px;
  justify-self: end;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 1.9rem 1.9rem 1.6rem;
  border: 1px solid rgba(184, 225, 235, 0.2);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(24, 55, 76, 0.6), rgba(7, 19, 33, 0.92) 72%);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px) saturate(1.15);
}
.hero-stack::before {
  content: "";
  position: absolute;
  inset: 0 0 60%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent);
  pointer-events: none;
}
.hero-stack-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-stack-head p, .hero-stack-head > span {
  margin: 0;
  color: #9fb3c0;
  font-size: 0.66rem;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: none;
}
.hero-stack-head p { max-width: 14rem; color: #e8f4f8; }
.hero-stack-head > span { flex: 0 0 auto; }
.hero-stack-list { display: grid; align-content: center; margin: 0; padding: 0; list-style: none; }
.hero-stack-list li {
  --layer-accent: #7fdcea;
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  align-items: center;
  gap: 1.05rem;
  padding-block: 1.35rem;
}
.hero-stack-list li + li { border-top: 1px solid rgba(255, 255, 255, 0.08); }
.hero-stack-list li:nth-child(2) { --layer-accent: #cfeef4; }
.hero-stack-list li:nth-child(3) { --layer-accent: #f0c76f; }
.hero-stack-num {
  color: var(--layer-accent);
  font-size: 2.15rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  text-shadow: none;
}
.hero-stack-list div { min-width: 0; }
.hero-stack-list strong { display: block; color: #fff; font-size: 1.12rem; font-weight: 720; line-height: 1.2; letter-spacing: 0.004em; text-shadow: none; }
.hero-stack-list small { display: block; margin-top: 0.32rem; color: #a9bcc8; font-size: 0.79rem; font-weight: 480; line-height: 1.4; letter-spacing: 0.01em; text-shadow: none; }
.hero-stack-foot {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-stack-foot span { color: #9fb3c0; font-size: 0.62rem; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-stack-foot i { height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--cyan), var(--gold)); opacity: 0.8; }

.capability-section { padding-block: clamp(4.5rem, 7vw, 6.5rem); background: var(--surface); }
.compact-heading { display: grid; grid-template-columns: 1fr; justify-items: start; gap: .9rem; margin-bottom: 2.75rem; text-align: left; }
.compact-heading .section-kicker { grid-column: 1 / -1; margin: 0; }
.compact-heading h2 { margin: 0; font-size: clamp(1.9rem, 3.4vw, 2.95rem); line-height: 1.12; text-wrap: balance; }
.compact-heading > p:last-child { max-width: none; margin: 0; color: var(--ink-soft); font-size: clamp(1rem, 1.15vw, 1.12rem); line-height: 1.6; text-wrap: pretty; }
.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.capability-item { position: relative; min-height: 270px; display: flex; flex-direction: column; padding: 1.5rem 1.35rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.92); color: var(--ink); text-decoration: none; box-shadow: 0 10px 28px rgba(7,19,33,0.06); transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.capability-item:first-child { border-left: 1px solid var(--line); }
.capability-item > span { margin-bottom: 3.2rem; color: var(--cyan-deep); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.capability-item h3 { margin-bottom: .75rem; font-size: 1.35rem; }
.capability-item p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.capability-item b { position: absolute; right: 1.3rem; bottom: 1.1rem; color: var(--cyan-deep); }
.capability-item:hover, .capability-item:focus-visible { z-index: 1; border-color: rgba(72,199,217,0.55); background: var(--navy); color: #fff; transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.capability-item:hover p { color: #aebdca; }
.capability-item:hover b { color: var(--cyan); }

.executive-value-section { padding-block: clamp(5rem, 8vw, 7.5rem); background: var(--paper); }
.executive-value { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: clamp(2.5rem,5vw,5rem); align-items: start; }
.executive-value-copy h2 { max-width: none; margin-bottom: 1.15rem; font-size: clamp(2.3rem,4.1vw,3.5rem); line-height: 1.1; text-wrap: balance; }
.executive-value-copy > p:not(.section-kicker) { max-width: none; color: var(--ink-soft); line-height: 1.65; text-wrap: pretty; }
.decision-list { border-top: 1px solid #bfcbd3; }
.decision-list article { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding-block: 1.35rem; border-bottom: 1px solid #bfcbd3; }
.decision-list article > span { color: var(--cyan-deep); font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.decision-list h3 { margin-bottom: .35rem; font-size: 1.45rem; }
.decision-list p { margin: 0; color: var(--ink-soft); font-size: .93rem; }

.executive-cta { padding-block: clamp(4rem,7vw,6.5rem); background: linear-gradient(135deg, #48c7d9 0%, #79dce7 64%, #e1bd72 145%); color: var(--navy); }
.executive-cta > .shell { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: 1.75rem clamp(2.5rem,5vw,5rem); align-items: start; }
.executive-cta > .shell > .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.executive-cta h2 { grid-column: 1; max-width: 900px; margin-bottom: 0; font-size: clamp(2.3rem,4.1vw,3.5rem); line-height: 1.1; text-wrap: balance; }
.executive-cta .button { grid-column: 2; justify-self: start; margin-block: .35rem 0; }
.executive-cta .section-kicker { color: #064d5e; }
.executive-cta h2, .cta-band h2 {
  color: var(--navy);
  background: none;
  -webkit-text-fill-color: var(--navy);
  text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 12px 26px rgba(7,19,33,0.16);
}

.button {
  min-height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.76rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); transition-duration: 80ms; }
.button:disabled { opacity: 0.62; cursor: wait; transform: none; box-shadow: none; }
.button-primary {
  background: linear-gradient(180deg, #5fd3e3, var(--cyan) 55%, #3cb6c8);
  color: #071321;
  box-shadow: 0 12px 30px rgba(72, 199, 217, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.button-primary:hover { background: linear-gradient(180deg, #7fdfec, #70dce9 55%, #48c7d9); box-shadow: 0 16px 38px rgba(72, 199, 217, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5); }
.button-dark {
  background: linear-gradient(180deg, #16283e, var(--ink) 60%);
  color: #fff;
  box-shadow: 0 14px 32px rgba(7, 19, 33, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
.button-dark:hover { box-shadow: 0 18px 40px rgba(7, 19, 33, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18); }

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 1.2rem;
}
.trust-item { display: flex; align-items: center; gap: 0.72rem; padding: 0.55rem 1rem; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: 0; padding-left: 0; }
.trust-icon { color: var(--cyan-deep); font-weight: 900; }
.trust-item span:last-child { font-size: 0.88rem; font-weight: 760; line-height: 1.35; }

.section { padding-block: clamp(5rem, 9vw, 9rem); }
.section-sm { padding-block: clamp(3.5rem, 6vw, 6rem); }
.section-dark { background: var(--navy); color: #fff; }
.section-dark .muted { color: #aebdca; }
.section-head { max-width: 850px; margin-bottom: clamp(2.2rem, 5vw, 4rem); }
.section-head.compact { margin-bottom: 2rem; }
.section-head h2 { margin-bottom: 1.2rem; }
.section-head p:last-child { max-width: 720px; margin-bottom: 0; color: var(--ink-soft); font-size: 1.12em; }
.section-dark .section-head p:last-child { color: #bdcad4; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.split-copy > :last-child { margin-bottom: 0; }

.signal-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.6rem, 4vw, 3rem);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(72,199,217,0.12), transparent 46%),
    var(--navy-2);
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.signal-card::after {
  content: "";
  position: absolute;
  width: 17rem;
  aspect-ratio: 1;
  right: -5rem;
  bottom: -5rem;
  border: 1px solid rgba(72,199,217,0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(72,199,217,0.05), 0 0 0 6rem rgba(213,166,75,0.035);
}
.signal-value { font-size: clamp(3.8rem, 9vw, 7rem); font-weight: 900; letter-spacing: -0.07em; line-height: 0.9; }
.signal-quote-card { justify-content: center; align-items: center; gap: 1.5rem; text-align: center; }
.signal-card p.signal-quote { margin: 0 0 1rem; max-width: 13ch; font-family: var(--font-display); font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 860; letter-spacing: -0.035em; line-height: 1.1; text-wrap: balance; text-shadow: none; }
.signal-quote-card .signal-label { margin: 0 auto; max-width: 26ch; }
.signal-label { max-width: 18rem; color: #c8d6df; }
.signal-line { width: 5rem; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--cyan), var(--gold)); }

/* Solo desktop: la card parte dall'alto e si allinea al titolo h2, non
   all'occhiello sopra di esso: il margin-top vale esattamente l'altezza di
   .section-kicker (riga + margine inferiore). Il vuoto residuo resta in basso,
   dove c'è il cerchio decorativo. Sotto i 980px vale il blocco mobile. */
@media (min-width: 981px) {
  .split .signal-card:not(.signal-quote-card) {
    align-self: start;
    margin-top: calc(0.77rem * 1.3 + 1rem);
    justify-content: flex-start;
    gap: 2.4rem;
  }
}

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.9);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.card:hover, .card:focus-within { transform: translateY(-6px); border-color: #9fc3d0; box-shadow: var(--shadow-sm); }
.card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--gold)); }
.card-number { display: grid; width: 3.2rem; aspect-ratio: 1; place-items: center; margin-bottom: 2.4rem; border-radius: 0.9rem; background: #edf7f9; color: var(--cyan-deep); font-size: 0.83rem; font-weight: 900; letter-spacing: 0.06em; }
.card h3 { margin-bottom: 0.85rem; }
.card h3 a { text-decoration: none; }
.card h3 a:hover { color: var(--cyan-deep); }
.card p { margin-top: 0; color: var(--ink-soft); }
.card-link { margin-top: auto; color: var(--cyan-deep); font-size: 0.95rem; font-weight: 850; text-decoration: none; }
.card-link::after { content: " →"; }
.card-link:hover { text-decoration: underline; text-underline-offset: 0.3em; }

.featured-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1.15rem; }
.feature-panel { min-height: 380px; padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius-lg); }
.feature-main { background: linear-gradient(140deg, #113149, #071321); color: #fff; }
.feature-main p { color: #c5d1da; }
.feature-side { border: 1px solid var(--line); background: var(--surface); color: var(--ink); }
.section-dark .feature-side p:not(.section-kicker) { color: var(--ink-soft); text-shadow: none; }
.feature-side .feature-list li::before { color: var(--cyan-deep); }
.feature-list { display: grid; gap: 0.1rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 0.8rem; padding-block: 0.75rem; border-top: 1px solid rgba(217,226,232,0.22); }
.feature-side .feature-list li { border-color: var(--line); }
.feature-list li::before { content: "✓"; color: var(--cyan); font-weight: 900; }

.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.step { counter-increment: steps; position: relative; min-height: 320px; padding: 1.5rem; border-top: 1px solid rgba(255,255,255,0.22); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 4rem; color: var(--cyan); font-size: 0.82rem; font-weight: 900; letter-spacing: 0.12em; }
.step:not(:last-child)::after { content: ""; position: absolute; top: -1px; right: -0.5rem; width: 1rem; height: 1px; background: var(--cyan); }
.step h3 { margin-bottom: 0.7rem; }
.step p { color: #aebdca; font-size: 0.95rem; }

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5.5rem, 10vw, 9rem);
  background: linear-gradient(135deg, #071321 0%, #0b2032 62%, #103247 125%);
  color: #fff;
}
.page-hero::after { content: ""; position: absolute; width: 36rem; aspect-ratio: 1; top: -19rem; right: -12rem; border: 1px solid rgba(72,199,217,0.2); border-radius: 50%; box-shadow: 0 0 0 6rem rgba(72,199,217,0.035), 0 0 0 12rem rgba(213,166,75,0.025); }
.page-hero h1 { max-width: 970px; margin-bottom: 1.5rem; font-size: clamp(3rem, 7.2vw, 6.5rem); }
.page-hero .lead { max-width: 760px; margin: 0; color: #c5d1da; font-size: clamp(1.12rem, 1.7vw, 1.35rem); }
.page-hero .eyebrow, .executive-hero .eyebrow, .section-dark .section-kicker { color: #83d4e5; }
.fullscreen-message { min-height: 100svh; display: grid; align-items: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 2rem; color: #aebdca; font-size: 0.85rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span::before { content: "/"; margin-right: 0.55rem; color: #66798b; }

.prose { max-width: 760px; }
.prose h2 { margin: 2.2em 0 0.6em; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.prose h3 { margin: 1.8em 0 0.6em; }
.prose p, .prose li { color: var(--ink-soft); }
.prose a { color: var(--cyan-deep); font-weight: 750; text-decoration-thickness: 0.09em; text-underline-offset: 0.22em; }

.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stat { padding: 1.5rem; border-left: 2px solid var(--cyan); background: var(--surface); color: var(--ink); }
.stat strong { display: block; margin-bottom: 0.4rem; font-size: 1.25rem; }
.stat span { color: var(--ink-soft); font-size: 0.95rem; }

.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; margin: 2rem 0; padding: 0; list-style: none; }
.check-grid li { padding: 1rem 1rem 1rem 3rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); color: var(--ink-soft); position: relative; }
.check-grid li::before { content: "✓"; position: absolute; left: 1rem; color: var(--cyan-deep); font-weight: 900; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; padding: 1.35rem 3.5rem 1.35rem 0; font-size: 1.08rem; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0.4rem; top: 1rem; color: var(--cyan-deep); font-size: 1.6rem; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: 0 0 1.4rem; color: var(--ink-soft); }

.contact-hero { padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.contact-hero .lead { max-width: 820px; }
.contact-hero-points { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 2rem; }
.contact-hero-points span { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0.8rem; border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; color: #d2dee6; font-size: 0.85rem; font-weight: 750; }
.contact-hero-points span::before { content: "✓"; color: var(--cyan); font-weight: 900; }

.contact-choice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.contact-choice { position: relative; min-height: 240px; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--ink); text-decoration: none; transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.contact-choice:hover { transform: translateY(-5px); border-color: var(--cyan); box-shadow: var(--shadow-sm); }
.contact-choice-code { margin-bottom: 2.6rem; color: var(--cyan-deep); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.12em; }
.contact-choice strong { max-width: 17rem; font-size: 1.35rem; line-height: 1.2; }
.contact-choice small { max-width: 20rem; margin-top: 0.65rem; color: var(--ink-soft); font-size: 0.9rem; line-height: 1.5; }
.contact-choice-arrow { position: absolute; right: 1.4rem; bottom: 1.2rem; display: grid; width: 2.35rem; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--paper); color: var(--cyan-deep); font-weight: 900; transition: background 180ms ease, color 180ms ease; }
.contact-choice:hover .contact-choice-arrow { background: var(--cyan); color: var(--navy); }

.contact-section { background: linear-gradient(180deg, #eaf1f4 0%, var(--paper) 100%); }
.contact-layout { display: grid; grid-template-columns: 0.84fr 1.16fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.contact-card { padding: 1.5rem; border-radius: var(--radius); background: var(--navy); color: #fff; }
.contact-card a { color: var(--cyan); font-weight: 800; }
.contact-card p { color: #b8c7d2; }

.contact-process { position: sticky; top: calc(var(--header) + 2rem); overflow: hidden; padding: clamp(1.6rem, 4vw, 2.7rem); border-radius: var(--radius-lg); background: var(--navy); color: #fff; box-shadow: var(--shadow-lg); }
.contact-process::after { content: ""; position: absolute; width: 17rem; aspect-ratio: 1; right: -9rem; top: -8rem; border: 1px solid rgba(72,199,217,0.22); border-radius: 50%; box-shadow: 0 0 0 3.5rem rgba(72,199,217,0.035); pointer-events: none; }
.contact-process h2 { margin-bottom: 2rem; font-size: clamp(2rem, 3.8vw, 3.35rem); }
.contact-process ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.contact-process li { display: grid; grid-template-columns: 2.4rem 1fr; gap: 0.9rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,0.14); }
.contact-process li > span { color: var(--cyan); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.08em; }
.contact-process li strong { display: block; margin-bottom: 0.3rem; }
.contact-process li p { margin: 0; color: #aebdca; font-size: 0.9rem; }

.form-panel { padding: clamp(1.4rem, 4vw, 2.8rem); border: 1px solid rgba(217,226,232,0.9); border-radius: var(--radius-lg); background: rgba(255,255,255,0.96); box-shadow: var(--shadow-sm); }
.form-intro { margin-bottom: 2rem; }
.form-intro h2 { margin-bottom: 0.8rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.form-intro > p:last-child { margin-bottom: 0; color: var(--ink-soft); }
.form-note { margin: 1.1rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.8rem; }

.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: 0.42rem; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: 0.9rem; font-weight: 800; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid #c8d5dd;
  border-radius: 0.75rem;
  background: var(--surface);
  color: var(--ink);
  padding: 0.85rem 0.95rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--cyan-deep); box-shadow: 0 0 0 4px rgba(72,199,217,0.16); }
.field input:focus-visible, .field textarea:focus-visible, .field select:focus-visible { outline: 2px solid #075c70; outline-offset: 2px; box-shadow: 0 0 0 5px rgba(240,199,111,0.62); }
.field textarea { min-height: 10rem; resize: vertical; }
.form-consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 0.75rem; color: var(--ink-soft); font-size: 0.88rem; }
.form-consent input { margin-top: 0.35rem; }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }
.form-status { min-height: 1.5rem; margin: 0; font-weight: 750; }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: var(--error); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, #48c7d9 0%, #79dce7 64%, #e1bd72 145%); color: var(--navy); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding-block: clamp(3rem, 6vw, 5rem); }
.cta-inner h2 { max-width: 800px; margin: 0; font-size: clamp(2rem, 4.3vw, 4rem); }

.site-footer { padding-block: 3.5rem 2rem; background: var(--navy); color: #b9c7d1; }
.footer-grid { display: grid; grid-template-columns: 1fr 0.65fr 0.65fr; gap: 2rem; padding-bottom: 2.8rem; border-bottom: 1px solid rgba(255,255,255,0.13); }
.footer-brand .brand { color: #fff; }
.footer-brand p { max-width: 420px; }
.footer-links { display: grid; align-content: start; gap: 0.55rem; }
.footer-links strong { margin-bottom: 0.45rem; color: #fff; font-size: 0.86rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-links a { width: fit-content; text-decoration: none; }
.footer-links a:hover { color: var(--cyan); }
.footer-partner { color: #8fa3b3; }
.footer-partner a { color: #cfdae2; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.22); }
.footer-partner a:hover { color: var(--cyan); border-bottom-color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; font-size: 0.84rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.8,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@supports (view-transition-name: none) {
  @view-transition { navigation: auto; }
  .site-header { view-transition-name: site-header; }
  .site-header .brand { view-transition-name: brand; }
}

@media (max-width: 980px) {
  :root { --header: 4.7rem; }
  .nav-links { flex-wrap: wrap; justify-content: flex-end; }
  .js .nav-toggle { display: grid; place-items: center; }
  .js .nav-toggle[aria-expanded="true"] {
    border-color: rgba(255,255,255,0.24);
    background: rgba(7,19,33,0.72);
    color: #fff;
  }

  /* Menu mobile: pannello in vetro, largo quanto serve, il contenuto resta visibile */
  .js .nav-links {
    position: absolute;
    top: calc(100% - 0.35rem);
    right: 1rem;
    left: auto;
    z-index: 2;
    display: grid;
    width: max-content;
    max-width: calc(100vw - 2rem);
    justify-content: stretch;
    justify-items: stretch;
    gap: 0.1rem;
    padding: 0.45rem;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 1.05rem;
    background: rgba(7,19,33,0.62);
    -webkit-backdrop-filter: blur(20px) saturate(1.35);
    backdrop-filter: blur(20px) saturate(1.35);
    box-shadow: 0 18px 40px rgba(4,12,22,0.42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px) scale(0.97);
    transform-origin: top right;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }
  .js .nav-links.is-open { opacity: 1; visibility: visible; transform: none; }
  .js .nav-links a {
    padding: 0.68rem 0.95rem;
    border-radius: 0.75rem;
    color: rgba(255,255,255,0.9);
    font-size: 0.97rem;
    text-align: left;
  }
  .js .nav-links a:hover,
  .js .nav-links a:focus-visible { background: rgba(255,255,255,0.14); color: #fff; }
  .js .nav-links a[aria-current="page"] { background: rgba(72,199,217,0.18); color: #9ee0ee; }
  .js .nav-links .lang-link {
    margin: 0.3rem 0 0;
    border: 1px solid rgba(255,255,255,0.24);
    background: rgba(255,255,255,0.08);
    color: #fff;
    text-align: center;
  }
  .nav-links a { border-radius: 0.7rem; }
  .nav-links .lang-link { margin: 0.35rem 0 0; text-align: center; }
  .split, .contact-layout { grid-template-columns: 1fr; }
  .executive-hero-grid, .executive-value, .executive-cta > .shell { grid-template-columns: 1fr; }
  .executive-cta h2, .executive-cta .button { grid-column: 1; }
  .hero-stack { justify-self: center; max-width: 520px; }

  /* Card "signal": altezza sul contenuto, niente vuoto centrale */
  .signal-card { min-height: 0; gap: 1.6rem; }
  .signal-card:not(.signal-quote-card) { justify-content: flex-start; }
  .signal-card::after { width: 13rem; right: -4.5rem; bottom: -4.5rem; box-shadow: 0 0 0 2.2rem rgba(72,199,217,0.05), 0 0 0 4.4rem rgba(213,166,75,0.035); }
  .capability-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .capability-item:nth-child(3) { border-left: 1px solid var(--line); }
  .compact-heading { grid-template-columns: 1fr; }
  .compact-heading .section-kicker { grid-column: auto; }
  .contact-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-choice { min-height: 190px; }
  .contact-process { position: relative; top: auto; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step:not(:last-child)::after { display: none; }
  .featured-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell, .narrow { width: min(calc(100% - 2rem), var(--max)); }
  .brand > span:last-child { font-size: 0.94rem; }
  .executive-hero { min-height: auto; padding-block: 4.5rem; }
  .executive-hero::before { background: linear-gradient(90deg, rgba(4,12,22,.97), rgba(4,12,22,.78)), url("../img/hero-it-workspace.webp") 62% center / cover no-repeat; }
  .executive-hero h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
  .executive-role { font-size: 1.08rem; }
  .hero-stack { margin-top: 1.25rem; padding: 1.4rem 1.3rem 1.2rem; border-radius: 1.35rem; }
  .hero-stack-list li { grid-template-columns: 2.9rem minmax(0,1fr); gap: 0.85rem; padding-block: 1.05rem; }
  .hero-stack-num { font-size: 1.75rem; }
  .hero-stack-list strong { font-size: 1rem; }
  .hero-stack-list small { font-size: 0.73rem; }
  .executive-hero .hero-actions { display: grid; }
  .executive-hero .hero-actions .button { width: 100%; }
  .text-link-light { justify-content: center; }
  .capability-grid { display: flex; gap: 0.75rem; overflow-x: auto; padding: 0.25rem 0.15rem 1rem; scroll-padding-inline: 0.15rem; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .capability-grid::-webkit-scrollbar { display: none; }
  .capability-item { min-width: 82%; min-height: 220px; border: 1px solid var(--line); scroll-snap-align: start; }
  .capability-item:first-child { border-left: 1px solid var(--line); }
  .capability-item > span { margin-bottom: 1.7rem; }
  .executive-value { gap: 2.5rem; }
  .hero-actions .button { width: 100%; }
  .trust-grid, .card-grid, .steps, .stat-grid, .check-grid { grid-template-columns: 1fr; }
  .trust-item { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .trust-item:first-child { border-top: 0; }
  .section { padding-block: clamp(3.75rem, 12vw, 5rem); }
  .page-hero { padding-block: clamp(4.25rem, 14vw, 5.5rem); }
  .signal-card { gap: 1.25rem; padding: 1.6rem 1.5rem; }
  .signal-value { font-size: clamp(3.2rem, 16vw, 4.4rem); }
  .signal-label { max-width: 26ch; font-size: 0.95rem; }
  .card { min-height: 250px; }
  .step { min-height: auto; }
  .step::before { margin-bottom: 2.4rem; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-hero-points { display: grid; grid-template-columns: 1fr; }
  .contact-choice { min-height: 210px; }
  .contact-choice-grid { grid-template-columns: 1fr; }
  .field-wide, .form-consent, .form-actions { grid-column: 1; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

@media print {
  .site-header, .hero-actions, .cta-band, .site-footer, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .page-hero, .section-dark, .executive-hero, .signal-card, .hero-stack, .feature-main, .contact-card, .contact-process { background: #fff; color: #000; }
  .feature-main p, .section-dark p:not(.section-kicker), .signal-card p, .contact-card p, .contact-process p, .executive-hero p:not(.eyebrow), .page-hero p:not(.eyebrow) { color: #000; text-shadow: none; }
  .reveal, .js .reveal { opacity: 1 !important; transform: none !important; }
  main h1, main h2, .signal-quote, .display-accent { color: #000 !important; background: none !important; -webkit-text-fill-color: #000 !important; -webkit-text-stroke: 0 !important; text-shadow: none !important; filter: none !important; }
  .page-hero { min-height: auto; padding-block: 2rem; }
  .section { padding-block: 1.5rem; }
  a { text-decoration: none; }
}