:root {
  --navy: #061527;
  --navy-2: #09223b;
  --ink: #071624;
  --cyan: #25e5ff;
  --cyan-deep: #00b9db;
  --blue: #1167e8;
  --lavender: #eef3ff;
  --paper: #f7f9fc;
  --white: #fff;
  --muted: #667381;
  --line: #dfe7ed;
  --radius: 34px;
  --shell: min(1180px, calc(100% - 64px));
  --shadow: 0 28px 80px rgba(5, 24, 43, .14);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--navy); background: var(--cyan); }

.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; left: 18px; top: -60px; padding: 12px 18px; border-radius: 10px; background: var(--white); }
.skip-link:focus { top: 18px; }

.site-header {
  width: 100%;
  height: 82px;
  padding: 0 max(30px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  transition: height .3s ease, background .3s ease, color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
  height: 68px;
  color: var(--ink);
  background: rgba(247, 249, 252, .9);
  box-shadow: 0 8px 40px rgba(8, 26, 45, .08);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; font: 600 29px/1 "Fredoka", "Arial Rounded MT Bold", sans-serif; letter-spacing: -.045em; }
.brand-word { display: inline-flex; align-items: center; }
.brand-oo { margin: 0 1px; color: var(--cyan); letter-spacing: -.16em; transform: translateY(-1px); }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 12px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a.active::after { right: 0; }
.nav-cta { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 14px; border-radius: 12px; color: var(--ink); background: var(--cyan); }
.nav-cta .bi { font-size: 16px; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero {
  min-height: 820px;
  padding: 150px max(32px, calc((100vw - 1180px) / 2)) 88px;
  position: relative;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(128deg, #020c17 0%, #061b2e 52%, #07314b 100%);
  border-radius: 0 0 44px 44px;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle at 50% 50%, transparent 0 48%, rgba(37,229,255,.18) 48.3% 48.7%, transparent 49%), radial-gradient(circle at 78% 32%, transparent 0 22%, rgba(255,255,255,.12) 22.2% 22.4%, transparent 22.7%); background-size: 820px 820px, 540px 540px; animation: heroRings 18s linear infinite; pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: auto 7% -160px 35%; height: 360px; border-radius: 50%; background: #0b9de4; filter: blur(140px); opacity: .17; pointer-events: none; }
.hero-aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.aurora-blob { position: absolute; display: block; border-radius: 45% 55% 62% 38% / 45% 35% 65% 55%; filter: blur(70px); mix-blend-mode: screen; will-change: transform; }
.aurora-a { width: 620px; height: 470px; right: -70px; top: -90px; opacity: .2; background: #00d9ff; animation: auroraDriftA 13s ease-in-out infinite alternate; }
.aurora-b { width: 500px; height: 500px; left: 27%; bottom: -330px; opacity: .16; background: #126cff; animation: auroraDriftB 16s ease-in-out infinite alternate; }
.aurora-c { width: 280px; height: 370px; left: -130px; top: 24%; opacity: .1; background: #4edfff; animation: auroraDriftC 11s ease-in-out infinite alternate; }
.hero-flow { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.flow-path { fill: none; stroke: url(#flowGradient); stroke-linecap: round; vector-effect: non-scaling-stroke; }
.flow-path-one { stroke-width: 1.5; stroke-dasharray: .12 .88; animation: flowDash 8s linear infinite; opacity: .5; }
.flow-path-two { stroke-width: 5; stroke-dasharray: .035 .965; animation: flowDash 5s linear infinite reverse; opacity: .25; filter: blur(1px); }
.flow-path-three { stroke-width: 1; stroke-dasharray: .18 .82; animation: flowDash 11s linear infinite; opacity: .25; }
.hero-particles { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.hero-particles i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: particleFloat 7s ease-in-out infinite; }
.hero-particles i:nth-child(1) { left: 9%; top: 24%; animation-delay: -2s; }
.hero-particles i:nth-child(2) { left: 21%; top: 72%; width: 2px; height: 2px; animation-delay: -5s; }
.hero-particles i:nth-child(3) { left: 46%; top: 16%; animation-delay: -3.2s; }
.hero-particles i:nth-child(4) { left: 55%; top: 65%; width: 6px; height: 6px; animation-delay: -1s; }
.hero-particles i:nth-child(5) { right: 28%; top: 11%; width: 3px; height: 3px; animation-delay: -6s; }
.hero-particles i:nth-child(6) { right: 16%; top: 73%; animation-delay: -4.1s; }
.hero-particles i:nth-child(7) { right: 7%; top: 34%; width: 2px; height: 2px; animation-delay: -2.7s; }
.hero-particles i:nth-child(8) { left: 39%; top: 45%; width: 3px; height: 3px; animation-delay: -.7s; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0 0 24px; font: 700 clamp(68px, 7.1vw, 106px)/.88 "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -.065em; }
h1 em, h2 em { font-style: normal; color: var(--cyan); }
.hero-live-cycle { width: max-content; max-width: 100%; margin: -4px 0 22px; padding: 8px 11px 7px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; display: grid; gap: 6px; color: #7e9aac; background: rgba(2,15,27,.35); backdrop-filter: blur(9px); font: 700 6.5px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: .09em; }
.cycle-steps { display: flex; align-items: center; gap: 6px; }
.cycle-steps i { width: 18px; position: relative; border-top: 1px solid #28536a; }
.cycle-steps i::after { content: ""; width: 4px; height: 4px; position: absolute; right: 0; top: -2.5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); animation: cycleNode 1.8s ease-in-out infinite; }
.cycle-steps b { margin-left: 1px; padding: 4px 5px; border-radius: 5px; color: var(--navy); background: var(--cyan); font-size: 5.5px; }
.human-step { padding: 4px 6px; border: 1px solid rgba(37,229,255,.35); border-radius: 6px; color: #dffcff; background: rgba(37,229,255,.1); box-shadow: 0 0 18px rgba(37,229,255,.08); }
.human-step u { color: var(--cyan); text-decoration: none; }
.hero-live-cycle > small { color: #658294; font-size: 5.8px; font-weight: 600; letter-spacing: .08em; text-align: center; }
.hero-live-cycle > small strong { color: var(--cyan); font-weight: 700; }
.hero-copy > p { max-width: 575px; margin: 0; color: #afc2d0; font-size: 16px; line-height: 1.75; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; padding: 0 21px; border: 0; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.button-light { color: var(--ink); background: var(--white); }
.button-cyan { color: var(--navy); background: var(--cyan); }
.button > .bi { font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #c7d4dd; font-size: 11px; font-weight: 800; }
.text-link .bi { color: var(--cyan); font-size: 13px; }
.hero-proof { margin-top: 42px; display: flex; align-items: center; gap: 0; color: #aec0cc; font-size: 9px; font-weight: 700; }
.hero-proof span { padding: 0 18px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-proof span:first-child { padding-left: 0; }
.hero-proof span:last-child { border-right: 0; }
.hero-proof b { margin-right: 6px; color: var(--cyan); }

.woo-stage { min-height: 540px; position: relative; z-index: 2; display: grid; place-items: center; }
.woo-stage::after { content: ""; position: absolute; z-index: -1; width: 54%; height: 12%; bottom: 13%; border-radius: 50%; background: rgba(0,0,0,.65); filter: blur(25px); }
.woo-stage img { width: min(620px, 108%); max-width: none; height: auto; aspect-ratio: 3 / 2; object-fit: contain; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -49%); border-radius: 44% 44% 38% 38%; filter: saturate(1.25) contrast(1.05); mix-blend-mode: screen; animation: wooHover 5s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(37,229,255,.16); border-radius: 50%; }
.orbit-one { width: 82%; aspect-ratio: 1; animation: rotate 16s linear infinite; }
.orbit-one::after { content: ""; width: 8px; height: 8px; position: absolute; left: 8%; top: 20%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.orbit-two { width: 58%; aspect-ratio: 1; border-style: dashed; animation: rotate 20s linear infinite reverse; }
.floating-chip { position: absolute; z-index: 3; min-width: 150px; padding: 11px 13px; display: grid; grid-template-columns: 29px 1fr; align-items: center; gap: 0 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; color: var(--white); background: rgba(3,20,34,.74); box-shadow: 0 12px 35px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
.floating-chip i { grid-row: 1 / 3; width: 29px; height: 29px; border-radius: 9px; display: grid; place-items: center; color: var(--navy); background: var(--cyan); font-style: normal; }
.floating-chip span { font-size: 9px; font-weight: 800; }
.floating-chip b { color: var(--cyan); font-size: 7px; letter-spacing: .12em; }
.chip-idea { top: 21%; right: -2%; animation: float 4s ease-in-out infinite; }
.chip-build { bottom: 16%; left: -2%; animation: float 4.6s ease-in-out infinite reverse; }
.woo-bubble { position: absolute; z-index: 3; right: 4%; bottom: 26%; padding: 13px 18px; border-radius: 15px 15px 15px 2px; display: grid; color: var(--ink); background: var(--white); box-shadow: var(--shadow); transform: rotate(-2deg); }
.woo-bubble small { color: var(--cyan-deep); font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.woo-bubble strong { font-size: 11px; }

.signal-strip { min-height: 125px; padding: 25px max(32px, calc((100vw - 1000px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 45px; color: var(--white); background: var(--navy); }
.signal-strip div { display: flex; align-items: center; gap: 14px; }
.signal-strip strong { color: var(--cyan); font: 700 35px/1 "Helvetica Neue", Helvetica, Arial, sans-serif; }
.signal-strip span { color: #9fb1bf; font-size: 9px; line-height: 1.5; }
.signal-strip > i { color: #41566a; font-style: normal; }

.section-shell { width: var(--shell); margin-inline: auto; }
.story { min-height: 610px; padding-block: 130px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: start; gap: 90px; }
.eyebrow { margin-bottom: 18px; display: inline-block; color: #0b8ea8; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: var(--cyan); }
.section-heading h2, .solutions-heading h2, .manifesto-copy h2, .sovereignty-copy h2, .woo-copy h2, .italy-copy h2, .contact-copy h2 { margin: 0; font: 700 clamp(47px, 5.2vw, 76px)/.98 "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -.055em; }
.section-heading h2 em, .solutions-heading h2 em, .italy-copy h2 em { color: #0b8ea8; }
.story-copy { padding-top: 58px; border-left: 1px solid var(--line); padding-left: 55px; }
.story-copy p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.story-copy .lead { color: var(--ink); font-size: 20px; font-weight: 700; line-height: 1.55; letter-spacing: -.02em; }
.story-copy strong { color: #0385a0; }
.story-name-lab { min-height: 245px; margin-top: 46px; padding: 25px; position: relative; border: 1px solid #17394e; border-radius: 24px; display: grid; grid-template-columns: 1fr auto 1.25fr auto 1fr; align-items: center; gap: 10px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 50% 42%, rgba(37,229,255,.12), transparent 34%), linear-gradient(145deg, #061523, #0a2a41); box-shadow: 0 24px 60px rgba(5,24,42,.13); }
.story-name-lab::before { content: "WOOVIQ"; position: absolute; right: -12px; bottom: -30px; color: rgba(255,255,255,.025); font-size: 92px; font-weight: 800; letter-spacing: -.08em; pointer-events: none; }
.story-name-lab > i { color: #3d6478; font-style: normal; font-size: 13px; animation: labPlus 3s ease-in-out infinite; }
.story-beam { height: 2px; position: absolute; z-index: 0; left: 9%; right: 9%; top: 50%; overflow: hidden; background: #15394f; }
.story-beam::after { content: ""; width: 28%; position: absolute; inset: 0 auto; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 16px var(--cyan); animation: labBeam 3.8s linear infinite; }
.name-node { min-width: 0; position: relative; z-index: 2; display: grid; justify-items: center; gap: 12px; text-align: center; animation: nodeBreathe 4s ease-in-out infinite; }
.name-node:nth-of-type(2) { animation-delay: -2.65s; }
.name-node:nth-of-type(3) { animation-delay: -1.3s; }
.name-node > span { width: 70px; height: 70px; border: 1px solid rgba(37,229,255,.3); border-radius: 22px; display: grid; place-items: center; color: var(--cyan); background: linear-gradient(145deg, rgba(37,229,255,.14), rgba(37,229,255,.025)); box-shadow: inset 0 0 22px rgba(37,229,255,.06), 0 0 28px rgba(37,229,255,.06); font-size: 34px; font-weight: 700; letter-spacing: -.06em; }
.name-node-infinity > span { border-radius: 50%; font-size: 43px; }
.name-node div { display: grid; gap: 3px; }
.name-node strong { font-size: 8px; letter-spacing: .09em; }
.name-node small { color: #7894a5; font-size: 6px; line-height: 1.35; }
.lab-status { position: absolute; left: 18px; bottom: 15px; display: flex; align-items: center; gap: 7px; color: #547487; font-size: 5.5px; font-weight: 700; letter-spacing: .12em; }
.lab-status b { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); animation: pulse 2s infinite; }
.story-facts { margin-top: 35px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.story-facts span { min-height: 74px; padding: 13px; border: 1px solid var(--line); border-radius: 13px; display: grid; align-content: space-between; color: var(--ink); background: rgba(255,255,255,.75); font-size: 9px; font-weight: 700; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.story-facts span:hover { transform: translateY(-4px); border-color: #92d7e4; box-shadow: 0 13px 30px rgba(6,64,82,.08); }
.story-facts i { color: #0a99b4; font-style: normal; font-size: 7px; }

.manifesto-panel { width: min(1335px, calc(100% - 32px)); min-height: 635px; margin: 0 auto; padding: 85px max(40px, calc((100% - 1160px) / 2)); border-radius: var(--radius); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; color: var(--white); background: radial-gradient(circle at 77% 32%, rgba(37,229,255,.14), transparent 30%), linear-gradient(130deg, #061321, #0b2942); overflow: hidden; }
.manifesto-copy h2 em, .sovereignty-copy h2 em, .woo-copy h2 em, .contact-copy h2 em { color: var(--cyan); }
.manifesto-copy p { max-width: 475px; margin: 25px 0; color: #a9bdca; font-size: 14px; line-height: 1.8; }
.inline-link { display: inline-flex; gap: 16px; color: var(--cyan); font-size: 11px; font-weight: 800; }
.factory-visual { min-height: 440px; position: relative; display: grid; place-items: center; }
.factory-visual::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border: 1px solid rgba(37,229,255,.11); border-radius: 50%; }
.factory-visual::after { content: ""; position: absolute; width: 51%; aspect-ratio: 1; border: 1px dashed rgba(37,229,255,.18); border-radius: 50%; animation: rotate 18s linear infinite; }
.factory-core { width: 185px; aspect-ratio: 1; z-index: 2; border: 1px solid rgba(37,229,255,.4); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 45% 30%, #0e4e6c, #051321 75%); box-shadow: 0 0 70px rgba(37,229,255,.15), inset 0 0 40px rgba(37,229,255,.08); }
.factory-core > span { color: var(--cyan); font: 600 55px/1 "Fredoka", "Arial Rounded MT Bold", sans-serif; letter-spacing: -.08em; text-shadow: 0 0 22px var(--cyan); }
.factory-core strong { font-size: 10px; letter-spacing: .14em; }
.factory-core small { margin-top: 5px; color: #6c94a9; font-size: 7px; }
.factory-node { position: absolute; z-index: 3; width: 108px; padding: 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; display: flex; align-items: center; gap: 9px; color: #bdd0db; background: rgba(8,28,43,.8); backdrop-filter: blur(12px); font-size: 9px; font-weight: 700; }
.factory-node i { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; color: var(--navy); background: var(--cyan); font-style: normal; font-size: 14px; }
.node-one { left: 2%; top: 19%; }.node-two { right: 0; top: 25%; }.node-three { left: 4%; bottom: 15%; }.node-four { right: 3%; bottom: 13%; }
.factory-line { position: absolute; width: 39%; height: 1px; border-top: 1px dashed rgba(37,229,255,.23); }
.line-one { transform: rotate(33deg); }.line-two { transform: rotate(-36deg); }

.solutions { padding-block: 135px; position: relative; }
.solutions::before { content: ""; width: 400px; height: 400px; position: absolute; z-index: -1; right: -35px; top: 190px; border-radius: 50%; background: rgba(37,229,255,.09); filter: blur(100px); animation: solutionAura 8s ease-in-out infinite alternate; pointer-events: none; }
.solutions-heading { margin-bottom: 65px; position: relative; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; }
.solutions-heading::after { content: ""; width: 92px; height: 2px; position: absolute; left: 0; bottom: -28px; background: linear-gradient(90deg, var(--cyan), transparent); transform-origin: left; animation: solutionUnderline 3.2s ease-in-out infinite; }
.solutions-heading p { margin: 0 0 9px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.solutions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.solution-card { --spot-x: 50%; --spot-y: 50%; min-height: 390px; padding: 35px; position: relative; isolation: isolate; border: 1px solid var(--line); border-radius: 25px; background: var(--white); overflow: hidden; transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s ease, border-color .42s ease; }
.solution-card::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0; background: radial-gradient(circle 220px at var(--spot-x) var(--spot-y), rgba(37,229,255,.18), transparent 72%); transition: opacity .35s ease; pointer-events: none; }
.solution-card:hover { transform: translateY(-9px) scale(1.01); border-color: #86d9e8; box-shadow: 0 30px 85px rgba(5,42,61,.16); }
.solution-card:hover::before { opacity: 1; }
.solution-featured { color: var(--white); background: linear-gradient(135deg, #061526, #0c304d, #07334e); background-size: 180% 180%; animation: solutionGradient 9s ease infinite; }
.solution-featured::before { background: radial-gradient(circle 240px at var(--spot-x) var(--spot-y), rgba(37,229,255,.22), transparent 72%); }
.solution-featured::after { content: ""; position: absolute; width: 260px; height: 260px; right: -110px; bottom: -120px; border-radius: 50%; background: var(--cyan); filter: blur(80px); opacity: .12; }
.card-index { position: absolute; right: 30px; top: 28px; color: #9caab4; font: 600 10px "Helvetica Neue", Helvetica, Arial, sans-serif; }
.card-icon { width: 52px; height: 52px; margin-bottom: 58px; position: relative; border-radius: 15px; display: grid; place-items: center; color: var(--navy); background: #dffaff; font: 700 25px "Helvetica Neue", Helvetica, Arial, sans-serif; box-shadow: 0 10px 28px rgba(12,143,168,.1); }
.card-icon::after { content: ""; position: absolute; inset: -1px; border: 1px solid rgba(37,229,255,.5); border-radius: inherit; opacity: 0; animation: iconSignal 3.2s ease-out infinite; }
.card-icon .bi { font-size: 23px; line-height: 1; }
.solution-card.visible .card-icon { animation: iconEntry .65s cubic-bezier(.2,.8,.2,1) both, iconFloat 4s ease-in-out .65s infinite; }
.solution-card:nth-child(2) .card-icon { animation-delay: .12s, .77s; }
.solution-card:nth-child(3) .card-icon { animation-delay: .24s, .89s; }
.solution-card:nth-child(4) .card-icon { animation-delay: .36s, 1.01s; }
.solution-card:hover .card-icon { color: var(--cyan-deep); box-shadow: 0 14px 34px rgba(12,143,168,.2); }
.solution-card h3 { max-width: 440px; margin: 0 0 14px; font: 700 25px/1.15 "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -.035em; }
.solution-card p { max-width: 470px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.solution-featured p { color: #adc0cc; }
.solution-card ul { margin: 22px 0 0; padding: 0; display: flex; gap: 8px; list-style: none; flex-wrap: wrap; }
.solution-card li { padding: 6px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #b4c5cf; font-size: 8px; }
.card-arrow { position: absolute; right: 27px; bottom: 27px; color: var(--cyan); font-size: 25px; }
.mini-status { margin-top: 47px; padding: 13px; border-radius: 13px; display: flex; align-items: center; gap: 10px; background: #f2f6f8; }
.mini-status i { width: 7px; height: 7px; border-radius: 50%; background: #24c68b; box-shadow: 0 0 0 5px rgba(36,198,139,.1); animation: statusLive 2s ease-in-out infinite; }
.mini-status span { flex: 1; color: #687784; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.mini-status b { color: #1ba87a; font-size: 7px; }
.automation-flow { margin-top: 49px; display: flex; align-items: center; }
.automation-flow span { padding: 9px 11px; border-radius: 9px; color: #557180; background: #edf4f7; font-size: 7px; font-weight: 800; }
.automation-flow span:nth-of-type(2) { color: var(--navy); background: var(--cyan); box-shadow: 0 0 20px rgba(37,229,255,.4); }
.automation-flow i { height: 1px; position: relative; flex: 1; border-top: 1px dashed #aac2cc; }
.automation-flow i::after { content: ""; width: 5px; height: 5px; position: absolute; top: -3px; left: 0; border-radius: 50%; background: var(--cyan-deep); box-shadow: 0 0 10px var(--cyan); animation: automationDot 2.1s linear infinite; }
.automation-flow i:nth-of-type(2)::after { animation-delay: -1.05s; }
.product-lines { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.product-lines span { padding: 8px 10px; border: 1px solid #dce8ed; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; color: #567181; background: #f4f8fa; font-size: 7px; font-weight: 800; }
.product-lines .bi { color: var(--cyan-deep); font-size: 12px; }
.solution-card:hover .product-lines span { border-color: rgba(12,169,199,.25); background: rgba(37,229,255,.08); }
.solution-wide { min-height: 400px; grid-column: 1 / -1; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 50px; }
.wide-copy .card-icon { margin-bottom: 45px; }
.product-showcase { min-height: 282px; border: 1px solid #1a4058; border-radius: 20px; color: var(--white); background: radial-gradient(circle at 90% 10%, rgba(37,229,255,.09), transparent 32%), #071d2e; box-shadow: 0 25px 60px rgba(3,23,38,.2); overflow: hidden; transform: rotate(.7deg); animation: productWindowFloat 5s ease-in-out infinite; }
.product-showcase > header { min-height: 47px; padding: 0 17px; border-bottom: 1px solid #19364a; display: flex; align-items: center; justify-content: space-between; }
.product-showcase > header span { color: #7594a7; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.product-showcase > header b { display: flex; align-items: center; gap: 7px; color: #4ce0ad; font-size: 6px; letter-spacing: .1em; }
.product-showcase > header b i { width: 6px; height: 6px; border-radius: 50%; background: #3ee0a8; box-shadow: 0 0 10px #3ee0a8; animation: statusLive 2s ease-in-out infinite; }
.product-cases { padding: 14px; display: grid; gap: 8px; }
.product-cases article { min-height: 62px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.075); border-radius: 13px; display: grid; grid-template-columns: 37px 1fr; align-items: center; gap: 11px; background: rgba(255,255,255,.035); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.product-cases article:hover { transform: translateX(7px); border-color: rgba(37,229,255,.3); background: rgba(37,229,255,.07); }
.product-cases article > .bi { width: 37px; height: 37px; border-radius: 11px; display: grid; place-items: center; color: var(--navy); background: var(--cyan); font-size: 17px; }
.product-cases article div { display: grid; gap: 3px; }
.product-cases strong { font-size: 10px; }
.product-cases small { color: #7590a1; font-size: 7px; line-height: 1.35; }
.solution-wide.visible .product-cases article { animation: productCaseIn .6s cubic-bezier(.2,.8,.2,1) both; }
.solution-wide.visible .product-cases article:nth-child(2) { animation-delay: .14s; }
.solution-wide.visible .product-cases article:nth-child(3) { animation-delay: .28s; }

.sovereignty { min-height: 680px; padding: 95px max(40px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; color: var(--white); background: #061522; }
.sovereignty-visual { min-height: 480px; position: relative; display: grid; place-items: center; }
.data-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(37,229,255,.15); }
.ring-a { width: 88%; aspect-ratio: 1; animation: rotate 24s linear infinite; }
.ring-a::before, .ring-a::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.ring-a::before { left: 9%; top: 24%; }.ring-a::after { right: 6%; bottom: 30%; }
.ring-b { width: 64%; aspect-ratio: 1; border-style: dashed; animation: rotate 18s linear infinite reverse; }
.data-vault { width: 245px; aspect-ratio: 1; z-index: 2; border: 1px solid #17506d; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle, #0b3854, #061521 70%); box-shadow: 0 0 90px rgba(37,229,255,.13), inset 0 0 50px rgba(37,229,255,.08); }
.data-vault i { width: 52px; height: 52px; margin-bottom: 16px; border-radius: 17px; display: grid; place-items: center; color: var(--navy); background: var(--cyan); box-shadow: 0 0 25px rgba(37,229,255,.4); font: 600 28px/1 "Fredoka", "Arial Rounded MT Bold", sans-serif; font-style: normal; letter-spacing: -.08em; }
.data-vault span { color: #68889a; font-size: 7px; letter-spacing: .15em; }
.data-vault strong { margin: 4px 0 8px; font: 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: .04em; }
.data-vault small { color: var(--cyan); font-size: 6px; }
.data-chip { position: absolute; z-index: 3; padding: 9px 11px; border: 1px solid #16384d; border-radius: 10px; color: #80a1b4; background: rgba(5,24,37,.84); font: 600 7px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: .08em; }
.data-one { top: 15%; left: 3%; }.data-two { top: 25%; right: 1%; }.data-three { bottom: 15%; left: 6%; }
.sovereignty-copy > p { margin: 25px 0 30px; color: #a5bac6; font-size: 14px; line-height: 1.8; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-list span { padding: 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 11px; color: #b5c7d1; font-size: 9px; font-weight: 700; }
.check-list i { margin-right: 8px; color: var(--cyan); font-style: normal; }

.method { padding-block: 135px; }
.method-heading { margin-bottom: 75px; }
.method-track { min-height: 355px; padding: 38px 32px; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; overflow: hidden; border: 1px solid #12364c; border-radius: 30px; color: var(--white); background: radial-gradient(circle at 15% 10%, rgba(37,229,255,.12), transparent 34%), linear-gradient(145deg, #061c30, #03111e); box-shadow: 0 30px 80px rgba(0,18,31,.18); }
.method-track::before { content: ""; position: absolute; left: 4%; right: 4%; top: 107px; border-top: 1px dashed rgba(37,229,255,.28); }
.method-track::after { content: ""; width: 150px; height: 2px; position: absolute; left: 4%; top: 106px; z-index: 1; background: linear-gradient(90deg, transparent, var(--cyan), transparent); filter: drop-shadow(0 0 8px var(--cyan)); animation: methodBeam 5s linear infinite; }
.method-step { padding: 15px 16px 18px; position: relative; z-index: 2; border: 1px solid transparent; border-radius: 19px; transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.method-step:hover { transform: translateY(-8px); border-color: rgba(37,229,255,.16); background: rgba(255,255,255,.035); }
.method-step > span { color: #b9c5cc; font: 700 10px "Helvetica Neue", Helvetica, Arial, sans-serif; }
.method-dot { width: 50px; height: 50px; margin: 26px 0 28px; position: relative; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(37,229,255,.5); border-radius: 15px; color: var(--navy); background: var(--cyan); box-shadow: 0 0 0 7px rgba(37,229,255,.045), 0 12px 28px rgba(0,0,0,.28); animation: methodNodeFloat 3.8s ease-in-out infinite; }
.method-dot::after { content: ""; position: absolute; inset: -1px; border: 1px solid var(--cyan); border-radius: inherit; animation: methodNodePulse 3.8s ease-out infinite; }
.method-dot i { position: relative; z-index: 2; font-size: 19px; }
.method-step:nth-child(2) .method-dot { animation-delay: -.7s; }.method-step:nth-child(2) .method-dot::after { animation-delay: -.7s; }
.method-step:nth-child(3) .method-dot { animation-delay: -1.4s; }.method-step:nth-child(3) .method-dot::after { animation-delay: -1.4s; }
.method-step:nth-child(4) .method-dot { animation-delay: -2.1s; }.method-step:nth-child(4) .method-dot::after { animation-delay: -2.1s; }
.method-step:last-child .method-dot { color: var(--cyan); background: #06304a; box-shadow: 0 0 0 7px rgba(37,229,255,.055), 0 0 26px rgba(37,229,255,.24); }
.method-step small { color: #0793ad; font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.method-step h3 { margin: 13px 0 10px; color: var(--white); font: 700 20px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -.025em; }
.method-step p { margin: 0; color: #8ba7b7; font-size: 11px; line-height: 1.7; }

.woo-section { width: min(1335px, calc(100% - 32px)); min-height: 690px; margin: 0 auto; padding: 90px max(40px, calc((100% - 1160px) / 2)); border-radius: var(--radius); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; color: var(--white); background: radial-gradient(circle at 23% 30%, rgba(37,229,255,.13), transparent 32%), linear-gradient(145deg, #062039, #041321); overflow: hidden; }
.woo-gallery { min-height: 0; aspect-ratio: 3 / 2; position: relative; overflow: hidden; border-radius: 28px; }
.woo-gallery img { width: 100%; max-width: 100%; height: 100%; position: relative; right: auto; top: auto; z-index: 2; object-fit: contain; object-position: center; border-radius: 28px; filter: none; animation: none; }
.woo-gallery::before, .woo-gallery::after { display: none; }
.woo-radar { width: 390px; aspect-ratio: 1; position: absolute; left: 3%; top: 8%; z-index: 1; border: 1px solid rgba(37,229,255,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(37,229,255,.025), 0 0 0 110px rgba(37,229,255,.014); }
.woo-radar::before, .woo-radar::after, .woo-radar i { content: ""; position: absolute; border: 1px solid rgba(37,229,255,.12); border-radius: 50%; }
.woo-radar::before { inset: 20%; }.woo-radar::after { inset: 36%; }.woo-radar i:first-child { inset: 49% -10% 49% -10%; border-radius: 0; border-width: 1px 0 0; }.woo-radar i:nth-child(2) { inset: -10% 49% -10% 49%; border-radius: 0; border-width: 0 0 0 1px; }
.woo-radar b { width: 50%; height: 50%; position: absolute; left: 50%; top: 0; transform-origin: 0 100%; overflow: hidden; animation: radarSweep 5s linear infinite; }
.woo-radar b::before { content: ""; position: absolute; inset: 0; background: conic-gradient(from 180deg at 0 100%, rgba(37,229,255,.22), transparent 30%); }
.woo-tag { position: absolute; z-index: 5; padding: 8px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: var(--cyan); background: rgba(4,20,33,.8); backdrop-filter: blur(9px); font: 700 7px "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: .1em; animation: wooTagFloat 3.4s ease-in-out infinite; }
.tag-curious { left: 2%; top: 12%; }.tag-fast { left: 27%; bottom: 13%; }.tag-builder { right: 0; top: 32%; }
.tag-fast { animation-delay: -1.1s; }.tag-builder { animation-delay: -2.2s; }
.woo-copy > p { margin: 25px 0 30px; color: #a9becb; font-size: 14px; line-height: 1.8; }
.woo-loop { margin-bottom: 18px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid rgba(37,229,255,.16); border-radius: 14px; color: #b9cdd8; background: rgba(2,16,28,.38); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.woo-loop span { display: inline-flex; align-items: center; gap: 6px; }.woo-loop span i { color: var(--cyan); font-size: 13px; }.woo-loop > i { color: #45697c; animation: wooLoopArrow 1.8s ease-in-out infinite; }.woo-loop > i:nth-of-type(2) { animation-delay: -.9s; }
.woo-traits { display: grid; gap: 9px; }
.woo-traits span { padding: 12px 14px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 0 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.woo-traits span:hover { transform: translateX(8px); border-color: rgba(37,229,255,.18); background: rgba(255,255,255,.03); }
.woo-traits i { grid-row: 1 / 3; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--navy); background: var(--cyan); font-style: normal; }
.woo-traits span:nth-child(1) i { animation: wooIconPop 3.8s ease-in-out infinite; }.woo-traits span:nth-child(2) i { animation: wooIconPop 3.8s -.8s ease-in-out infinite; }.woo-traits span:nth-child(3) i { animation: wooIconPop 3.8s -1.6s ease-in-out infinite; }
.woo-traits b { font-size: 10px; }.woo-traits small { color: #7290a2; font-size: 8px; }

.italy { min-height: 650px; padding-block: 130px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.italy-copy p { max-width: 520px; margin: 27px 0 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.coordinates { min-height: 390px; position: relative; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; color: var(--white); background: #071b2c; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(37,229,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(37,229,255,.4) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, black, transparent 75%); }
.coordinates::before { content: ""; position: absolute; width: 360px; height: 360px; right: -70px; top: -80px; border: 1px solid rgba(37,229,255,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(37,229,255,.025), 0 0 0 110px rgba(37,229,255,.018); }
.map-pulse { position: absolute; right: 38%; top: 34%; width: 12px; height: 12px; border: 3px solid var(--navy); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 1px var(--cyan), 0 0 0 13px rgba(37,229,255,.08), 0 0 30px var(--cyan); animation: pulseMap 2.6s ease-out infinite; }
.coord-label { position: absolute; left: 30px; top: 29px; color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.coordinates strong { position: absolute; left: 30px; bottom: 31px; font: 700 31px/1.15 "Helvetica Neue", Helvetica, Arial, sans-serif; }
.coordinates small { position: absolute; right: 29px; bottom: 33px; color: #7997aa; font-size: 7px; line-height: 1.6; letter-spacing: .14em; }

.contact { width: min(1335px, calc(100% - 32px)); min-height: 650px; margin: 0 auto 32px; padding: 90px max(40px, calc((100% - 1160px) / 2)); position: relative; border: 1px solid var(--line); border-radius: var(--radius); display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 90px; overflow: hidden; color: var(--ink); background: var(--white); box-shadow: 0 28px 80px rgba(5,24,43,.08); }
.contact-glow { position: absolute; width: 450px; height: 450px; left: -200px; top: -180px; border-radius: 50%; background: var(--cyan); filter: blur(130px); opacity: .12; }
.contact-copy, .contact-form { position: relative; z-index: 2; }
.contact-copy > p { margin: 25px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.contact-mail { display: inline-flex; align-items: center; gap: 14px; color: var(--cyan-deep); font-size: 12px; font-weight: 800; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fbfdff; box-shadow: 0 22px 55px rgba(5,24,43,.08); }
.contact-form label { display: grid; gap: 8px; color: #415768; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form > label { margin-top: 13px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8e4ea; border-radius: 10px; outline: none; color: var(--ink); background: var(--white); font-size: 11px; font-weight: 500; text-transform: none; letter-spacing: normal; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 47px; padding: 0 13px; }
.contact-form textarea { padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(37,229,255,.1); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #91a2ad; }
.contact-form select { color: #617684; }
.contact-form .button { width: 100%; margin-top: 16px; }
.form-note { margin: 12px 0 0; color: #748794; font-size: 8px; text-align: center; }
.form-note.success { color: #50e3b2; }

.site-footer { padding: 68px max(32px, calc((100vw - 1180px) / 2)) 30px; color: #a6bac6; background: #04111d; }
.footer-top { padding-bottom: 55px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 70px; }
.footer-brand { color: var(--white); font-size: 34px; }
.footer-top p { margin: 0; color: var(--white); font: 600 18px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif; }
.footer-top nav { display: grid; grid-template-columns: repeat(2, 90px); gap: 12px 28px; color: #8097a5; font-size: 9px; font-weight: 700; }
.footer-top nav a:hover { color: var(--cyan); }
.footer-bottom { padding-top: 22px; border-top: 1px solid #142c3c; display: flex; justify-content: space-between; color: #597180; font-size: 7px; letter-spacing: .05em; text-transform: uppercase; }

.woo-helper { position: fixed; z-index: 90; right: 22px; bottom: 20px; display: flex; align-items: end; gap: 9px; }
.woo-helper > button { width: 56px; height: 56px; padding: 0; overflow: hidden; border: 2px solid var(--cyan); border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 50% 35%, #164c6b, var(--navy) 72%); box-shadow: 0 10px 30px rgba(3,20,35,.3), 0 0 25px rgba(37,229,255,.18); cursor: pointer; }
.woo-helper > button img { width: 76px; max-width: none; height: 62px; margin-top: 7px; object-fit: contain; filter: saturate(1.15); transition: transform .3s ease; }
.woo-helper > button:hover img { transform: translateY(-3px) scale(1.05); }
.helper-message { width: 180px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px 14px 2px 14px; display: none; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.woo-helper.open .helper-message { display: grid; animation: pop .22s ease-out; }
.helper-message b { font-size: 10px; }.helper-message span { color: var(--muted); font-size: 8px; }.helper-message a { margin-top: 6px; color: #078ba5; font-size: 8px; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 0 8px rgba(37,229,255,.02), 0 0 8px var(--cyan); } }
@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes pop { from { opacity: 0; transform: translateY(8px) scale(.96); } }
@keyframes pulseMap { 70%, 100% { box-shadow: 0 0 0 1px var(--cyan), 0 0 0 28px rgba(37,229,255,0), 0 0 30px var(--cyan); } }
@keyframes heroRings { to { background-position: 820px 0, -540px 0; } }
@keyframes auroraDriftA { to { transform: translate(-120px, 95px) rotate(24deg) scale(1.15); } }
@keyframes auroraDriftB { to { transform: translate(110px, -80px) rotate(-20deg) scale(.9); } }
@keyframes auroraDriftC { to { transform: translate(90px, -35px) rotate(30deg); } }
@keyframes flowDash { to { stroke-dashoffset: -1; } }
@keyframes particleFloat { 0%, 100% { transform: translate(0,0) scale(.7); opacity: .2; } 45% { transform: translate(35px,-42px) scale(1.25); opacity: 1; } 70% { transform: translate(70px,-10px) scale(.8); opacity: .45; } }
@keyframes wooHover { 0%, 100% { transform: translate(-50%, -49%) rotate(-.5deg); } 50% { transform: translate(-50%, -52%) rotate(.8deg); } }
@keyframes cycleNode { 0%, 100% { opacity: .25; transform: translateX(-25px); } 50% { opacity: 1; transform: translateX(0); } }
@keyframes labBeam { from { transform: translateX(-120%); } to { transform: translateX(455%); } }
@keyframes nodeBreathe { 0%, 100% { transform: translateY(0); filter: brightness(.92); } 50% { transform: translateY(-7px); filter: brightness(1.2); } }
@keyframes labPlus { 0%, 100% { color: #3d6478; transform: scale(.9); } 50% { color: var(--cyan); transform: scale(1.15); text-shadow: 0 0 12px var(--cyan); } }
@keyframes solutionAura { to { transform: translate(-120px, 90px) scale(1.16); opacity: .65; } }
@keyframes solutionUnderline { 0%, 100% { transform: scaleX(.35); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes solutionGradient { 0%, 100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes iconEntry { from { opacity: 0; transform: translateY(22px) scale(.72) rotate(-10deg); } to { opacity: 1; transform: none; } }
@keyframes iconFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes iconSignal { 0%, 62% { opacity: 0; transform: scale(1); } 72% { opacity: .7; } 100% { opacity: 0; transform: scale(1.55); } }
@keyframes statusLive { 50% { box-shadow: 0 0 0 9px rgba(36,198,139,0), 0 0 14px rgba(36,198,139,.75); } }
@keyframes automationDot { from { left: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } to { left: calc(100% - 5px); opacity: 0; } }
@keyframes productWindowFloat { 0%, 100% { transform: rotate(1.2deg) translateY(0); } 50% { transform: rotate(-.4deg) translateY(-9px); } }
@keyframes productCaseIn { from { opacity: 0; transform: translateX(35px); } to { opacity: 1; transform: none; } }
@keyframes methodBeam { from { transform: translateX(-120%); } to { transform: translateX(690%); } }
@keyframes methodNodeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes methodNodePulse { 0%, 55% { opacity: 0; transform: scale(1); } 65% { opacity: .7; } 100% { opacity: 0; transform: scale(1.65); } }
@keyframes wooGalleryDrift { 0%, 100% { transform: translateX(0) scale(1); } 50% { transform: translateX(-10px) scale(1.02); } }
@keyframes wooScan { 0% { top: 12%; opacity: 0; } 15%, 85% { opacity: 1; } 100% { top: 88%; opacity: 0; } }
@keyframes radarSweep { to { transform: rotate(360deg); } }
@keyframes wooTagFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes wooLoopArrow { 50% { transform: translateX(4px); color: var(--cyan); } }
@keyframes wooIconPop { 50% { transform: scale(1.15) rotate(-5deg); } }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 48px, 920px); }
  .hero { min-height: 900px; grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(60px, 8vw, 80px); }
  .woo-stage { min-height: 500px; }
  .story, .italy { gap: 55px; }
  .manifesto-panel, .woo-section, .sovereignty, .contact { gap: 55px; }
  .solution-card { min-height: 410px; }
  .solution-wide { min-height: 390px; }
  .woo-gallery img { width: 100%; right: auto; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 40px); --radius: 26px; }
  .site-header { padding-inline: 22px; }
  .menu-toggle { width: 43px; height: 43px; padding: 11px; display: grid; align-content: center; gap: 4px; border-radius: 12px; background: rgba(255,255,255,.09); }
  .site-header.scrolled .menu-toggle { background: #e6edf1; }
  .menu-toggle span:not(.sr-only) { height: 2px; border-radius: 2px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 68px 14px auto; padding: 16px; border: 1px solid var(--line); border-radius: 18px; display: none; align-items: stretch; gap: 4px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 13px; }
  .nav-cta { justify-content: space-between; }
  .hero { min-height: 1060px; padding: 128px 24px 45px; grid-template-columns: 1fr; align-content: start; gap: 5px; border-radius: 0 0 30px 30px; }
  .hero-copy { max-width: 670px; }
  .hero-copy > p { max-width: 630px; }
  .woo-stage { min-height: 470px; }
  .woo-stage img { width: min(610px, 104%); }
  .chip-idea { right: 3%; }.chip-build { left: 3%; }
  .signal-strip { gap: 22px; padding-inline: 25px; }
  .story { min-height: 0; padding-block: 95px; grid-template-columns: 1fr; gap: 25px; }
  .story-copy { padding: 20px 0 0; border: 0; }
  .story-name-lab { max-width: 650px; }
  .manifesto-panel { padding: 70px 38px; grid-template-columns: 1fr; }
  .factory-visual { width: 100%; max-width: 610px; margin: auto; }
  .solutions { padding-block: 100px; }
  .solutions-heading { grid-template-columns: 1fr; gap: 25px; }
  .solutions-heading p { max-width: 620px; }
  .solution-card { min-height: 390px; }
  .solution-wide { grid-template-columns: 1fr; }
  .sovereignty { padding: 80px 30px; grid-template-columns: 1fr; }
  .sovereignty-visual { width: 100%; max-width: 610px; margin: auto; }
  .sovereignty-copy { max-width: 650px; }
  .method-track { grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 28px; }
  .method-track::before, .method-track::after { display: none; }
  .method-dot { margin: 18px 0; }
  .woo-section { padding: 65px 38px; grid-template-columns: 1fr; }
  .woo-gallery { order: 2; }
  .woo-gallery img { width: 100%; right: auto; }
  .woo-copy { max-width: 650px; }
  .italy { min-height: 0; padding-block: 100px; grid-template-columns: 1fr; gap: 50px; }
  .contact { padding: 70px 38px; grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top nav { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); }
  .hero { min-height: 925px; padding-inline: 18px; }
  .hero h1 { margin-top: 23px; font-size: clamp(55px, 18vw, 74px); }
  .hero-live-cycle { width: 100%; padding-inline: 8px; }
  .cycle-steps { justify-content: space-between; gap: 3px; }
  .cycle-steps i { width: 8px; }
  .human-step { padding-inline: 4px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-proof span { padding: 0; border: 0; }
  .woo-stage { min-height: 380px; }
  .woo-stage img { width: 112%; }
  .floating-chip { min-width: 132px; transform: scale(.88); }
  .chip-idea { top: 14%; right: -5%; }.chip-build { left: -6%; bottom: 13%; }
  .woo-bubble { right: 0; bottom: 21%; }
  .signal-strip { padding: 28px 22px; grid-template-columns: 1fr; gap: 18px; }
  .signal-strip > i { display: none; }
  .signal-strip div { justify-content: space-between; }
  .signal-strip strong { width: 58px; }
  .signal-strip span { flex: 1; }
  .section-heading h2, .solutions-heading h2, .manifesto-copy h2, .sovereignty-copy h2, .woo-copy h2, .italy-copy h2, .contact-copy h2 { font-size: clamp(43px, 13vw, 58px); }
  .story { padding-block: 78px; }
  .story-copy .lead { font-size: 18px; }
  .story-name-lab { min-height: 240px; margin-top: 35px; padding: 18px 12px; gap: 5px; }
  .name-node > span { width: 58px; height: 58px; border-radius: 17px; font-size: 28px; }
  .name-node-infinity > span { font-size: 36px; }
  .name-node strong { font-size: 6.5px; }
  .name-node small { font-size: 5.3px; }
  .story-name-lab > i { font-size: 10px; }
  .story-facts { grid-template-columns: 1fr; }
  .story-facts span { min-height: 58px; }
  .manifesto-panel, .woo-section, .contact { width: calc(100% - 16px); padding: 60px 21px; }
  .factory-visual { min-height: 360px; transform: scale(.9); }
  .factory-core { width: 145px; }
  .factory-node { width: 97px; padding: 8px; }
  .solutions { padding-block: 80px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-wide { grid-column: auto; }
  .solution-card { min-height: 365px; padding: 27px; }
  .solution-card h3 { font-size: 23px; }
  .card-icon { margin-bottom: 50px; }
  .product-showcase { min-height: 250px; }
  .sovereignty { padding: 65px 18px; gap: 35px; }
  .sovereignty-visual { min-height: 370px; transform: scale(.9); }
  .data-vault { width: 190px; }
  .check-list { grid-template-columns: 1fr; }
  .method { padding-block: 85px; }
  .method-track { grid-template-columns: 1fr; gap: 10px; padding: 16px; }
  .method-step { padding: 18px; }
  .method-step > span { position: static; }
  .method-dot { margin: 14px 0; }
  .woo-gallery { min-height: 0; }
  .woo-gallery img { width: 100%; right: auto; }
  .woo-loop { padding-inline: 8px; font-size: 6px; }
  .tag-builder { right: -3%; }
  .italy { padding-block: 80px; }
  .coordinates { min-height: 340px; }
  .contact { margin-bottom: 8px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 21px; }
  .site-footer { padding: 55px 22px 25px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-top nav { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .woo-helper { right: 12px; bottom: 12px; }
  .helper-message { width: 160px; }
}

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