:root {
  --ink: #06101c;
  --ink-2: #0a1a2b;
  --navy: #0d2b4b;
  --paper: #f3f0e9;
  --paper-2: #e9e5dc;
  --white: #ffffff;
  --signal: #ff421c;
  --signal-dark: #d92118;
  --electric: #b9ff4a;
  --electric-dark: #73b900;
  --blue: #88b6dd;
  --muted: #697687;
  --line: rgba(6, 16, 28, .16);
  --line-dark: rgba(255, 255, 255, .16);
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --sans: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  --display: "Arial Narrow", "Roboto Condensed", "Aptos Display", Impact, sans-serif;
  --max: 1320px;
  --shadow: 0 32px 90px rgba(2, 10, 19, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 56px), var(--max)); margin-inline: auto; }
.section { padding: 118px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 11px 15px; transform: translateY(-160%); background: var(--white); color: var(--ink); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid rgba(255, 66, 28, .48); outline-offset: 4px; }

.site-header { position: sticky; z-index: 80; top: 0; background: rgba(5, 13, 23, .96); color: var(--white); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(18px); }
.site-header::after { content: ""; position: absolute; right: 0; bottom: -1px; width: min(27vw, 420px); height: 3px; background: linear-gradient(90deg, transparent, var(--signal) 28% 76%, var(--electric) 76%); }
.header-shell { width: min(calc(100% - 42px), 1480px); min-height: 78px; margin-inline: auto; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 214px; align-self: stretch; display: flex; align-items: center; padding: 8px 34px 8px 14px; background: #f8f7f4; clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%); }
.brand img { width: 164px; height: auto; display: block; }
.primary-nav { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 29px; }
.primary-nav a { position: relative; color: #a8b4c3; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .105em; text-transform: uppercase; }
.primary-nav a::before { content: ""; position: absolute; left: 0; bottom: -11px; width: 0; height: 2px; background: var(--electric); transition: width .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.primary-nav a:hover::before, .primary-nav a:focus-visible::before { width: 100%; }
.header-cta { min-height: 42px; display: inline-flex; align-items: center; gap: 14px; padding: 0 17px; background: var(--signal); color: var(--white); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.header-cta:hover { background: var(--electric); color: var(--ink); }
.menu-toggle { display: none; margin-left: auto; padding: 9px; border: 0; background: transparent; color: var(--white); }
.menu-toggle i { width: 25px; height: 2px; display: block; margin: 6px 0; background: currentColor; transition: transform .2s ease; }

.button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 22px; border: 0; font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--signal); color: var(--white); box-shadow: 0 15px 36px rgba(255, 66, 28, .18); }
.button-primary:hover { background: var(--electric); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.4); color: var(--white); font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link.dark { border-color: rgba(6,16,28,.32); color: var(--ink); }

.hero { position: relative; min-height: calc(100vh - 78px); overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { content: "MT"; position: absolute; z-index: 1; left: -3vw; top: 10%; color: rgba(255,255,255,.026); font-family: var(--display); font-size: clamp(23rem, 48vw, 48rem); font-weight: 950; letter-spacing: -.12em; line-height: .7; pointer-events: none; }
.hero-grid { position: absolute; z-index: 1; inset: 0; opacity: .2; background-image: linear-gradient(rgba(146,174,200,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(146,174,200,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 69%); }
.hero-image { position: absolute; inset: 0 0 0 47%; background-image: linear-gradient(90deg, var(--ink) 0%, rgba(6,16,28,.83) 15%, rgba(6,16,28,.12) 56%), linear-gradient(0deg, var(--ink) 0%, transparent 30%), url("./assets/flotta-completa-marco-trasporti.webp"); background-size: cover; background-position: 52% center; filter: saturate(.82) contrast(1.06); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 0 58%, rgba(255,66,28,.14) 58.1% 58.6%, transparent 58.7%); }
.hero-shell { position: relative; z-index: 3; width: min(calc(100% - 56px), var(--max)); min-height: calc(100vh - 198px); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .52fr); gap: clamp(42px, 7vw, 112px); align-items: center; padding: 64px 0 54px; }
.hero-copy { max-width: 860px; }
.signal-line { display: flex; align-items: center; gap: 14px; margin-bottom: 35px; color: #96a7b9; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.signal-line > span:last-child { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.21); }
.live-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--electric); box-shadow: 0 0 0 6px rgba(185,255,74,.08), 0 0 20px rgba(185,255,74,.8); animation: pulse 2.1s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 0 10px rgba(185,255,74,0); } }
.hero-code { margin: 0 0 15px; color: var(--signal); font-family: var(--mono); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.hero h1 { margin: 0; max-width: 820px; font-family: var(--display); font-size: clamp(4.15rem, 7.1vw, 7.6rem); font-weight: 950; letter-spacing: -.065em; line-height: .79; text-transform: uppercase; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.78); text-stroke: 1.5px rgba(255,255,255,.78); }
.hero-lead { max-width: 690px; margin: 31px 0 0; padding-left: 18px; border-left: 3px solid var(--electric); color: #b6c0cc; font-size: 17px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; margin-top: 34px; }
.client-line { display: flex; align-items: center; gap: 22px; margin-top: 43px; color: #728093; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.client-line span { padding-right: 22px; border-right: 1px solid rgba(255,255,255,.17); }
.client-line strong { color: #aeb8c4; font-weight: 700; }

.hero-console { align-self: end; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.24); background: rgba(5,13,23,.86); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.console-head { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 16px; border-bottom: 1px solid var(--line-dark); color: #8e9aab; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; }
.console-status { color: var(--electric); }
.console-status::before { content: "●"; margin-right: 7px; font-size: 7px; }
.console-main { padding: 25px 22px 22px; background: linear-gradient(125deg, rgba(255,66,28,.11), transparent 56%); }
.console-label { color: #7e8c9d; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.console-main > strong { display: flex; align-items: end; gap: 9px; margin-top: 6px; font-family: var(--display); font-size: 63px; line-height: .88; letter-spacing: -.04em; }
.console-main > strong small { padding-bottom: 7px; color: var(--signal); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.console-main p { margin: 5px 0 0; color: #8d99a8; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.console-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.console-grid > div { min-height: 112px; display: grid; align-content: space-between; padding: 14px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.console-grid span, .console-grid small { color: #708094; font-family: var(--mono); font-size: 7px; letter-spacing: .09em; text-transform: uppercase; }
.console-grid strong { font-family: var(--display); font-size: 34px; line-height: 1; }
.console-foot { min-height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: #6f7c8d; font-family: var(--mono); font-size: 7px; letter-spacing: .07em; }
.console-foot i { width: 28%; height: 4px; display: block; background: linear-gradient(90deg, var(--signal) 0 61%, rgba(255,255,255,.15) 61%); }

.hero-proof { position: relative; z-index: 4; width: min(100%, 1580px); min-height: 120px; margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); background: rgba(5,13,23,.94); }
.hero-proof > div { display: grid; align-content: center; gap: 6px; padding: 22px clamp(18px, 3vw, 42px); border-right: 1px solid rgba(255,255,255,.16); }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof span, .hero-proof strong { font-family: var(--mono); font-size: 8px; letter-spacing: .095em; text-transform: uppercase; }
.hero-proof span { color: #718095; }
.hero-proof strong { color: var(--white); font-size: 11px; }

.section-tag { display: flex; align-items: center; gap: 13px; margin-bottom: 27px; color: #6b7786; font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-tag::after { content: ""; width: 65px; height: 1px; background: currentColor; opacity: .45; }
.section-tag span { color: var(--signal); }
.section-tag.light { color: #8190a3; }
.section-tag.light span { color: var(--electric); }

.manifesto { position: relative; background: var(--paper); }
.manifesto::before { content: ""; position: absolute; top: 0; right: 7%; width: 1px; height: 92px; background: var(--signal); }
.manifesto-grid { display: grid; grid-template-columns: 1.35fr .58fr; gap: 90px; align-items: end; }
.manifesto h2, .proof h2, .solutions h2, .contact h2, .story h2, .system-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3.4rem, 6.3vw, 6.7rem); font-weight: 950; letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.manifesto h2 em, .proof h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.4px rgba(6,16,28,.55); text-stroke: 1.4px rgba(6,16,28,.55); }
.manifesto-copy { padding-bottom: 6px; }
.manifesto-copy p { margin: 0 0 30px; color: #536171; font-size: 17px; line-height: 1.65; }
.identity-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.identity-card { position: relative; min-height: 420px; display: flex; flex-direction: column; padding: 31px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.52); }
.identity-card::after { content: ""; position: absolute; right: -40px; bottom: -55px; width: 180px; height: 180px; border: 1px solid rgba(6,16,28,.1); border-radius: 50%; box-shadow: 0 0 0 30px rgba(6,16,28,.028), 0 0 0 62px rgba(6,16,28,.018); }
.identity-card-electric { background: var(--electric); }
.identity-card-electric::after { border-color: rgba(6,16,28,.21); box-shadow: 0 0 0 30px rgba(6,16,28,.055), 0 0 0 62px rgba(6,16,28,.035); }
.identity-card-ai { background: var(--ink); color: var(--white); }
.identity-card-ai::after { border-color: rgba(185,255,74,.33); box-shadow: 0 0 0 30px rgba(185,255,74,.05), 0 0 0 62px rgba(185,255,74,.025); }
.identity-index { position: relative; z-index: 1; color: var(--signal-dark); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.identity-card-electric .identity-index { color: #456f00; }
.identity-card-ai .identity-index { color: var(--electric); }
.identity-card h3 { position: relative; z-index: 1; max-width: 340px; margin: 61px 0 17px; font-family: var(--display); font-size: 37px; font-weight: 900; letter-spacing: -.045em; line-height: .98; text-transform: uppercase; }
.identity-card p { position: relative; z-index: 1; max-width: 370px; margin: 0; color: #657180; font-size: 14px; }
.identity-card-electric p { color: #365500; }
.identity-card-ai p { color: #93a0af; }
.identity-card > strong { position: relative; z-index: 1; margin-top: auto; color: var(--signal); font-family: var(--display); font-size: 37px; letter-spacing: -.03em; }
.identity-card-electric > strong { color: var(--ink); }
.identity-card-ai > strong { color: var(--electric); }

.operating-system { position: relative; padding: 128px 0; overflow: hidden; background: var(--ink); color: var(--white); }
.operating-system::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; }
.operating-system::after { content: "AI"; position: absolute; right: -3vw; top: 2%; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 35vw; font-weight: 950; line-height: 1; }
.system-shell { position: relative; z-index: 2; display: grid; grid-template-columns: .69fr 1.31fr; gap: 82px; align-items: center; }
.system-kicker { margin: 0 0 4px; color: var(--electric); font-family: var(--mono); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.system-copy h2 { font-size: clamp(3.6rem, 5.5vw, 6rem); }
.system-copy > p:not(.system-kicker):not(.human-note) { max-width: 550px; margin: 29px 0 0; color: #a1adbb; font-size: 16px; line-height: 1.7; }
.human-note { display: grid; gap: 7px; margin: 35px 0 0; padding: 19px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: #8996a7; font-size: 12px; }
.human-note span { color: var(--signal); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.ops-interface { position: relative; min-width: 0; border: 1px solid rgba(185,255,74,.28); background: rgba(3,10,18,.9); box-shadow: 0 38px 90px rgba(0,0,0,.4); }
.ops-interface::after { content: ""; position: absolute; inset: -1px; pointer-events: none; background: linear-gradient(90deg, var(--electric), transparent 20%) top left / 38% 2px no-repeat, linear-gradient(180deg, var(--electric), transparent 20%) top left / 2px 38% no-repeat; }
.ops-topbar { min-height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 17px; border-bottom: 1px solid rgba(185,255,74,.18); color: #718096; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.ops-topbar > div { display: flex; gap: 6px; }
.ops-topbar i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #394557; }
.ops-topbar i:first-child { background: var(--signal); }
.ops-topbar i:nth-child(2) { background: #f7b63e; }
.ops-topbar i:last-child { background: var(--electric); }
.ops-topbar b { justify-self: end; color: var(--electric); font-size: 8px; }
.ops-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid rgba(255,255,255,.12); }
.ops-tabs button { min-height: 58px; padding: 0 15px; border: 0; border-right: 1px solid rgba(255,255,255,.11); background: transparent; color: #718095; font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ops-tabs button:last-child { border-right: 0; }
.ops-tabs button:hover { color: var(--white); }
.ops-tabs button[aria-selected="true"] { background: var(--electric); color: var(--ink); }
.ops-panel { min-height: 412px; padding: 28px; }
.ops-command { margin: 0; padding: 12px 14px; background: rgba(185,255,74,.055); color: var(--electric); font-family: var(--mono); font-size: 10px; }
.ops-command::before { content: "› "; color: var(--signal); }
.ops-output { display: grid; grid-template-columns: 82px 1fr; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.ops-output span, .ops-output p { margin: 0; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.ops-output span { color: #647488; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; }
.ops-output p { color: #aeb8c5; font-size: 13px; }
.ops-result { min-height: 52px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; margin-top: 28px; padding: 0 14px; border: 1px solid rgba(185,255,74,.24); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.ops-result i { width: 8px; height: 8px; display: block; border-radius: 50%; background: var(--electric); box-shadow: 0 0 15px rgba(185,255,74,.7); }
.ops-result span { color: #aeb9c7; }
.ops-result b { color: var(--electric); }

.proof { background: var(--paper); }
.proof-head { display: grid; grid-template-columns: 1.25fr .55fr; gap: 90px; align-items: end; }
.proof-head h2 { font-size: clamp(3.3rem, 5.6vw, 5.9rem); }
.proof-head > p { margin: 0 0 3px; color: #566474; font-size: 16px; line-height: 1.7; }
.proof-stage { display: grid; grid-template-columns: 1.1fr .9fr; margin-top: 68px; background: var(--ink); color: var(--white); }
.proof-image { position: relative; min-height: 600px; overflow: hidden; }
.proof-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,16,28,.6), transparent 45%), linear-gradient(90deg, transparent 75%, var(--ink)); }
.proof-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 56% center; filter: saturate(.8) contrast(1.08); }
.image-code { position: absolute; z-index: 2; left: 24px; bottom: 23px; display: flex; gap: 13px; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; }
.image-code span { padding: 9px 11px; background: rgba(6,16,28,.85); }
.image-code b { padding: 9px 11px; background: var(--electric); color: var(--ink); }
.audit-card { align-self: center; padding: 55px clamp(31px, 5vw, 68px); }
.audit-label { color: var(--signal); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.audit-card h3 { max-width: 520px; margin: 17px 0 14px; font-family: var(--display); font-size: clamp(2.65rem, 4vw, 4.25rem); font-weight: 900; letter-spacing: -.055em; line-height: .92; text-transform: uppercase; }
.audit-card > p { margin: 0 0 27px; color: #8f9dae; font-size: 14px; }
.audit-card ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.audit-card li { min-height: 61px; display: grid; grid-template-columns: 33px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line-dark); }
.audit-card li span { color: var(--signal); font-family: var(--mono); font-size: 8px; }
.audit-card li strong { font-size: 12px; font-weight: 650; }
.audit-card li i { color: var(--electric); font-family: var(--mono); font-size: 7px; font-style: normal; letter-spacing: .07em; }
.legal-proof { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.legal-proof > div { min-height: 190px; display: grid; align-content: center; gap: 9px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-proof span, .legal-proof small { color: #778391; font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.legal-proof strong { font-family: var(--display); font-size: 25px; letter-spacing: -.025em; }
.legal-proof small { max-width: 220px; line-height: 1.55; text-transform: none; }

.story { position: relative; padding: 125px 0; overflow: hidden; background: var(--signal); color: var(--white); }
.story::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 85px 85px; }
.story-shell { position: relative; z-index: 2; display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; }
.story-intro { position: sticky; top: 125px; align-self: start; }
.story h2 { font-size: clamp(3.5rem, 5.4vw, 5.8rem); }
.story-intro > p { max-width: 520px; margin: 27px 0 0; color: rgba(255,255,255,.8); font-size: 16px; }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.33); }
.timeline li { min-height: 210px; display: grid; grid-template-columns: 140px 1fr; gap: 31px; align-items: start; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.33); }
.timeline .year { color: var(--ink); font-family: var(--display); font-size: 54px; font-weight: 950; letter-spacing: -.05em; line-height: 1; }
.timeline small { color: var(--ink); font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.timeline h3 { margin: 12px 0 10px; font-family: var(--display); font-size: 31px; font-weight: 900; letter-spacing: -.035em; line-height: 1; text-transform: uppercase; }
.timeline p { max-width: 550px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }

.solutions { background: var(--paper-2); }
.solutions-head { display: grid; grid-template-columns: 1fr .5fr; gap: 90px; align-items: end; }
.solutions-head h2 { font-size: clamp(3.7rem, 6.3vw, 6.5rem); }
.solutions-head > p { margin: 0 0 4px; color: #596676; font-size: 16px; line-height: 1.7; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { min-height: 440px; display: flex; flex-direction: column; padding: 31px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); color: var(--ink); text-align: left; transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease; }
.solution-card > span { color: var(--signal-dark); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.solution-card h3 { margin: 76px 0 18px; font-family: var(--display); font-size: 38px; font-weight: 900; letter-spacing: -.04em; line-height: .96; text-transform: uppercase; }
.solution-card p { margin: 0; color: #667383; font-size: 14px; }
.solution-card strong { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: var(--signal-dark); font-family: var(--mono); font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.solution-card strong i { float: right; font-style: normal; }
.solution-card:hover, .solution-card:focus-visible { z-index: 2; transform: translateY(-7px); background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.solution-card:hover p, .solution-card:focus-visible p { color: #9aa7b5; }
.solution-card:hover strong, .solution-card:focus-visible strong { border-color: var(--line-dark); color: var(--electric); }
.rental-strip { min-height: 132px; display: grid; grid-template-columns: 1.1fr .8fr auto; align-items: center; gap: 38px; margin-top: 24px; padding: 26px 31px; background: var(--electric); color: var(--ink); }
.rental-strip > div { display: grid; gap: 6px; }
.rental-strip span, .rental-strip > div > span { font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rental-strip strong { font-family: var(--display); font-size: 27px; text-transform: uppercase; }
.rental-strip p { margin: 0; font-size: 13px; }
.rental-strip p b { font-family: var(--display); font-size: 25px; }
.rental-strip > a { min-height: 48px; display: inline-flex; align-items: center; gap: 16px; padding: 0 18px; background: var(--ink); color: var(--white); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.contact { position: relative; padding: 130px 0; overflow: hidden; background: var(--ink); color: var(--white); }
.contact-grid-bg { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(136,182,221,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(136,182,221,.12) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(90deg, transparent, black); }
.contact::after { content: "GO"; position: absolute; left: -3vw; bottom: -8%; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 31vw; font-weight: 950; letter-spacing: -.09em; line-height: .7; }
.contact-shell { position: relative; z-index: 2; display: grid; grid-template-columns: .76fr 1.24fr; gap: 95px; align-items: start; }
.contact-copy { position: sticky; top: 125px; }
.contact h2 { font-size: clamp(4rem, 6.2vw, 6.7rem); }
.contact-copy > p { max-width: 520px; margin: 29px 0 42px; color: #9ba8b7; font-size: 16px; line-height: 1.7; }
.contact-direct { display: grid; gap: 10px; padding: 20px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.contact-direct > span { color: var(--signal); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.contact-direct a { display: flex; justify-content: space-between; gap: 20px; font-size: 17px; }
.contact-direct i { color: var(--electric); font-style: normal; }
.lead-form { padding: 38px; border: 1px solid rgba(255,255,255,.17); background: rgba(7,21,36,.94); box-shadow: var(--shadow); }
.form-head { min-height: 40px; display: flex; align-items: start; justify-content: space-between; margin-bottom: 27px; padding-bottom: 15px; border-bottom: 1px solid var(--line-dark); color: #7e8c9d; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; }
.form-head b { color: var(--electric); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.lead-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #8997a8; font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 53px; padding: 13px 14px; resize: vertical; border: 1px solid rgba(255,255,255,.18); border-radius: 0; outline: 0; background: rgba(255,255,255,.055); color: var(--white); font-family: var(--sans); font-size: 14px; font-weight: 450; letter-spacing: 0; text-transform: none; }
.lead-form textarea { min-height: 120px; }
.lead-form select { color-scheme: dark; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #667487; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--electric); box-shadow: 0 0 0 3px rgba(185,255,74,.08); }
.check { grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; margin-top: 3px; font-family: var(--sans) !important; font-size: 11px !important; font-weight: 450 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.check input { width: 17px; min-height: 17px; margin: 0; padding: 0; accent-color: var(--electric); }
.form-submit { width: 100%; }
.form-status { min-height: 20px; margin: 11px 0 0; color: var(--electric); font-size: 12px; font-weight: 700; }

.site-footer { padding: 60px 0 28px; background: #02070c; color: #798697; }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 45px; align-items: start; padding-bottom: 42px; }
.footer-brand .footer-wordmark { display: grid; gap: 2px; margin: 0; line-height: 1; }
.footer-wordmark strong { color: var(--white); font-family: var(--display); font-size: 35px; font-weight: 950; letter-spacing: -.035em; }
.footer-wordmark span { color: var(--signal); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand .footer-tagline { margin: 20px 0 0; color: var(--electric); font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .12em; line-height: 1.65; }
.footer-main > div > span { display: block; margin-bottom: 13px; color: #526071; font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-main p { margin: 0; font-size: 11px; line-height: 1.8; }
.footer-main a { color: #b4bdc9; }
.footer-main a:hover { color: var(--electric); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); font-family: var(--mono); font-size: 8px; letter-spacing: .045em; }
.footer-bottom a { color: var(--white); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.65,.25,1); }
.js .reveal.in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

@media (max-width: 1160px) {
  .header-cta { display: none; }
  .hero-shell { grid-template-columns: 1fr 340px; gap: 45px; }
  .hero h1 { font-size: clamp(4rem, 7.2vw, 6.4rem); }
  .system-shell { grid-template-columns: .78fr 1.22fr; gap: 50px; }
  .story-shell { grid-template-columns: .75fr 1.25fr; gap: 60px; }
  .proof-stage { grid-template-columns: 1fr 1fr; }
  .contact-shell { gap: 55px; }
  .footer-main { grid-template-columns: 1.2fr repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .shell { width: min(calc(100% - 38px), var(--max)); }
  .header-shell { min-height: 72px; }
  .brand { flex-basis: 196px; padding-right: 31px; }
  .brand img { width: 150px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 72px 0 0; display: grid; align-content: start; gap: 0; padding: 25px; transform: translateX(100%); background: rgba(5,13,23,.99); transition: transform .24s ease; }
  .primary-nav.open { transform: none; }
  .primary-nav a { padding: 21px 5px; border-bottom: 1px solid var(--line-dark); font-size: 13px; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-image { inset: 0; opacity: .48; background-image: linear-gradient(90deg, var(--ink), rgba(6,16,28,.68)), linear-gradient(0deg, var(--ink) 0%, transparent 45%), url("./assets/flotta-completa-marco-trasporti.webp"); }
  .hero-shell { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding: 85px 0 65px; }
  .hero-copy { max-width: 750px; }
  .hero-console { width: min(100%, 490px); justify-self: end; margin: 0; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof > div:nth-child(2) { border-right: 0; }
  .manifesto-grid, .proof-head, .solutions-head { grid-template-columns: 1fr; gap: 35px; align-items: start; }
  .identity-grid { grid-template-columns: 1fr; }
  .identity-card { min-height: 330px; }
  .identity-card h3 { margin-top: 44px; }
  .system-shell, .story-shell, .contact-shell { grid-template-columns: 1fr; gap: 55px; }
  .system-copy { max-width: 680px; }
  .proof-stage { grid-template-columns: 1fr; }
  .proof-image { min-height: 510px; }
  .legal-proof { grid-template-columns: 1fr 1fr; }
  .story-intro, .contact-copy { position: static; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 340px; }
  .solution-card h3 { margin-top: 48px; }
  .rental-strip { grid-template-columns: 1fr auto; }
  .rental-strip > div { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .section { padding: 88px 0; }
  .header-shell { width: min(calc(100% - 26px), 1480px); }
  .brand { flex-basis: 176px; margin-left: -13px; padding: 8px 27px 8px 12px; }
  .brand img { width: 136px; }
  .hero-shell { width: min(calc(100% - 32px), var(--max)); padding: 65px 0 48px; }
  .signal-line { gap: 10px; margin-bottom: 29px; font-size: 7px; }
  .signal-line > span:last-child { padding-left: 10px; }
  .hero-code { font-size: 8px; }
  .hero h1 { font-size: clamp(3.55rem, 17vw, 5.2rem); line-height: .82; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { width: max-content; }
  .client-line { align-items: flex-start; flex-wrap: wrap; gap: 12px 18px; }
  .client-line span { width: 100%; padding: 0 0 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .hero-console { justify-self: stretch; }
  .console-main > strong { font-size: 56px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof > div { min-height: 87px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .manifesto h2, .proof h2, .solutions h2, .contact h2, .story h2, .system-copy h2 { font-size: clamp(3.15rem, 14vw, 4.8rem); }
  .manifesto-grid { gap: 28px; }
  .identity-grid { margin-top: 50px; }
  .identity-card { min-height: 350px; padding: 25px; }
  .identity-card h3 { font-size: 34px; }
  .operating-system, .story, .contact { padding: 93px 0; }
  .ops-topbar { grid-template-columns: 1fr auto; }
  .ops-topbar > span { display: none; }
  .ops-tabs button { min-height: 54px; padding: 0 8px; font-size: 7px; }
  .ops-panel { min-height: 420px; padding: 20px; }
  .ops-command { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 8px; }
  .ops-output { grid-template-columns: 66px 1fr; }
  .ops-output p { font-size: 12px; }
  .proof-stage { margin-top: 48px; }
  .proof-image { min-height: 340px; }
  .audit-card { padding: 42px 24px; }
  .audit-card li { grid-template-columns: 29px 1fr; padding: 11px 0; }
  .audit-card li i { grid-column: 2; }
  .legal-proof { grid-template-columns: 1fr; }
  .legal-proof > div { min-height: 150px; }
  .timeline li { min-height: auto; grid-template-columns: 86px 1fr; gap: 18px; }
  .timeline .year { font-size: 39px; }
  .timeline h3 { font-size: 27px; }
  .solution-card { min-height: 370px; padding: 25px; }
  .solution-card h3 { font-size: 34px; }
  .rental-strip { grid-template-columns: 1fr; gap: 18px; padding: 25px; }
  .rental-strip > div { grid-column: auto; }
  .rental-strip > a { justify-content: center; }
  .lead-form { padding: 27px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main, .footer-bottom { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { gap: 13px; }
}
