:root {
  --ink: #07110d;
  --paper: #f1f0e8;
  --green: #22d35e;
  --green-deep: #087729;
  --mint: #b9f8c9;
  --line: rgba(255, 255, 255, 0.16);
  --muted: rgba(241, 240, 232, 0.68);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--ink);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.intro-active { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; }

.brand-intro { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; overflow: hidden; color: #08110e; background: radial-gradient(circle at 50% 48%, rgba(34,211,94,.1), transparent 24%), linear-gradient(135deg, #f7f8f5, #eef2ee 48%, #f9faf7); opacity: 1; visibility: visible; transition: opacity .72s ease, visibility .72s; }
.brand-intro::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(8,119,41,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,119,41,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle at center, #000, transparent 76%); }
.brand-intro::after { content: ""; position: absolute; inset: auto -20% -28%; height: 55%; pointer-events: none; background: radial-gradient(ellipse, rgba(34,211,94,.12), transparent 66%); filter: blur(34px); }
.brand-intro.is-complete { pointer-events: none; opacity: 0; visibility: hidden; }
.brand-intro-skip { position: absolute; z-index: 5; top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2.4rem); padding: .65rem .8rem; border: 0; border-bottom: 1px solid rgba(8,17,14,.26); color: rgba(8,17,14,.48); background: transparent; cursor: pointer; font: inherit; font-size: .52rem; font-weight: 800; letter-spacing: .16em; transition: color .2s ease, border-color .2s ease; }
.brand-intro-skip:hover, .brand-intro-skip:focus-visible { color: var(--green-deep); border-color: var(--green-deep); outline: 0; }
.intro-lockup { position: absolute; z-index: 2; left: 50%; top: 50%; width: min(980px, 92vw); aspect-ratio: 1405 / 520; transform: translate(-50%, -50%); transform-origin: center; will-change: transform; }
.brand-intro.is-docking .intro-lockup { transform: translate(calc(-50% + var(--intro-dock-x, 0px)), calc(-50% + var(--intro-dock-y, 0px))) scale(var(--intro-dock-scale, .3)); transition: transform .88s cubic-bezier(.2,.72,.16,1); }
.intro-wordmark-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; clip-path: inset(0 0 0 34.5%); }
.intro-butterfly { position: absolute; z-index: 3; left: -.712%; top: 12.5%; width: 34.164%; height: 88.462%; transform-style: preserve-3d; }
.intro-wing { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; will-change: transform; }
.intro-wing-left { clip-path: inset(0 50% 0 0); transform-origin: 50% 52%; transform: perspective(340px) rotateY(76deg) scaleX(.24); }
.intro-wing-right { clip-path: inset(0 0 0 50%); transform-origin: 50% 52%; transform: perspective(340px) rotateY(-76deg) scaleX(.24); }
.brand-intro.is-flapping .intro-wing-left { animation: intro-wing-sequence-left 2.7s cubic-bezier(.4,0,.2,1) both; }
.brand-intro.is-flapping .intro-wing-right { animation: intro-wing-sequence-right 2.7s cubic-bezier(.4,0,.2,1) both; }
.intro-status { position: absolute; z-index: 3; left: 50%; bottom: clamp(1.5rem, 4vw, 3.2rem); margin: 0; color: rgba(8,17,14,.36); font-family: "Cascadia Mono", "Consolas", monospace; font-size: .52rem; font-weight: 700; letter-spacing: .16em; transform: translateX(-50%); white-space: nowrap; transition: opacity .3s ease; }
.brand-intro.is-docking .intro-status, .brand-intro.is-docking .brand-intro-skip { opacity: 0; pointer-events: none; }
.intro-active .site-header > .brand { opacity: 0; }
.site-header > .brand { transition: opacity .28s ease; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 80; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--green); transform: scaleX(0); transform-origin: left; box-shadow: 0 0 14px rgba(34,211,94,.75); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: var(--paper); color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.noise { position: fixed; inset: 0; opacity: .045; pointer-events: none; z-index: 20; background-image: radial-gradient(rgba(255,255,255,.55) .55px, transparent .7px); background-size: 4px 4px; }
.formula-water-field { position: fixed; inset: 0; z-index: 18; overflow: hidden; pointer-events: none; user-select: none; }
.water-formulas { position: absolute; inset: -8%; }
.water-formula { position: absolute; left: var(--water-x); top: var(--water-y); color: rgba(126,143,134,var(--water-opacity)); font-family: "Cascadia Mono", "Consolas", monospace; font-size: clamp(.54rem, .72vw, .78rem); font-weight: 650; letter-spacing: .015em; white-space: nowrap; will-change: transform, filter; }
.water-formula > i { display: block; font-style: normal; text-shadow: 0 1px 0 rgba(255,255,255,.08); animation: water-undulate var(--water-duration) ease-in-out var(--water-delay) infinite alternate; }
.water-formula:nth-child(3n) { color: rgba(153,164,158,var(--water-opacity)); }
.water-formula:nth-child(5n) { font-size: clamp(.5rem, .63vw, .7rem); }
.water-ripple { position: absolute; width: min(42vw, 620px); aspect-ratio: 2.6; border: 1px solid rgba(142,158,149,.075); border-radius: 50%; opacity: .8; will-change: transform; }
.ripple-one { left: -8%; top: 16%; }
.ripple-two { right: -10%; top: 48%; width: min(36vw, 520px); }
.ripple-three { left: 34%; bottom: -8%; width: min(48vw, 720px); }
.water-sheen { position: absolute; left: -15%; width: 130%; height: 12vh; background: linear-gradient(180deg, transparent, rgba(151,164,157,.025), transparent); filter: blur(8px); transform: rotate(-2deg); }
.sheen-one { top: 27%; }
.sheen-two { top: 72%; transform: rotate(3deg); }

.site-header { position: fixed; inset: 0 0 auto; height: 88px; z-index: 30; padding: 0 clamp(1.2rem, 4vw, 4.8rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); transition: background .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(7,17,13,.86); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; font-size: .78rem; font-weight: 800; letter-spacing: .18em; }
.brand img.brand-logo { width: clamp(148px, 13vw, 190px); height: auto; max-height: 58px; object-fit: contain; }
nav { display: flex; gap: 2.2rem; font-size: .78rem; color: var(--muted); }
nav a:hover { color: var(--paper); }
nav a[aria-current="true"] { color: var(--green); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .75rem; }
.language-switcher { display: inline-flex; padding: 3px; border: 1px solid rgba(20,32,31,.12); border-radius: 999px; background: rgba(255,255,255,.72); }
.language-switcher button { min-width: 31px; height: 27px; padding: 0 .45rem; border: 0; border-radius: 999px; color: #7a8984; background: transparent; cursor: pointer; font: inherit; font-size: .55rem; font-weight: 850; letter-spacing: .06em; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.language-switcher button[aria-pressed="true"] { color: #fff; background: var(--green-deep); box-shadow: 0 5px 13px rgba(8,119,41,.2); }
.language-switcher button:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.header-cta { border: 1px solid rgba(185,248,201,.45); border-radius: 100px; padding: .75rem 1.1rem; font-size: .78rem; }
.header-cta span { color: var(--green); margin-left: .45rem; }
.mobile-menu-toggle, .mobile-nav-panel, .mobile-menu-backdrop { display: none; }

.hero { min-height: 100svh; position: relative; overflow: hidden; padding: 148px clamp(1.2rem, 6vw, 7.8rem) 86px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); align-items: center; gap: 3rem; background: radial-gradient(circle at 76% 45%, rgba(34,211,94,.12), transparent 24%), linear-gradient(135deg, #07110d 0%, #081912 58%, #05100b 100%); }
.hero::before { content: ""; position: absolute; inset: 88px 0 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: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-copy, .hero-system { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: .7rem; color: var(--mint); font-size: .68rem; font-weight: 700; letter-spacing: .17em; margin: 0 0 2.1rem; }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 18px var(--green); }
h1 { margin: 0; max-width: 920px; font-size: clamp(3.4rem, 7vw, 7.4rem); line-height: .88; letter-spacing: -.065em; font-weight: 560; }
h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 680px; margin: 2.4rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.22rem); line-height: 1.65; }
.hero-explainer { max-width: 650px; margin: 1.15rem 0 0; padding: .8rem 1rem; border-left: 2px solid var(--green-deep); color: #31443d; background: linear-gradient(90deg, rgba(34,211,94,.09), transparent 82%); font-size: clamp(.78rem, .92vw, .9rem); font-weight: 610; line-height: 1.55; }
.hero-explainer + .hero-actions { margin-top: 1.8rem; }
.hero-actions { display: flex; gap: 2rem; align-items: center; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; gap: 1rem; border-radius: 100px; padding: 1rem 1.25rem; font-size: .86rem; font-weight: 700; }
.button-primary { color: var(--ink); background: var(--green); }
.button-primary:hover { background: #4bea7b; transform: translateY(-2px); }
.text-link { font-size: .85rem; padding-bottom: .3rem; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link span { color: var(--green); margin-left: .4rem; }

.hero-system { width: min(42vw, 590px); aspect-ratio: 1; justify-self: end; }
.system-orbit { position: absolute; inset: 12%; border: 1px solid rgba(185,248,201,.28); border-radius: 50%; animation: rotate 24s linear infinite; }
.system-orbit::after { content: ""; position: absolute; width: 7px; height: 7px; top: 14%; left: 15%; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.orbit-two { inset: 26%; border-style: dashed; animation-direction: reverse; animation-duration: 18s; }
.system-center { position: absolute; inset: 38%; border-radius: 50%; display: grid; place-content: center; justify-items: center; gap: .35rem; border: 1px solid rgba(185,248,201,.35); background: rgba(10,34,21,.9); box-shadow: 0 0 70px rgba(34,211,94,.13); }
.system-center img { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(34,211,94,.35)); }
.system-center span { font-size: .48rem; letter-spacing: .12em; color: var(--mint); }
.system-node { position: absolute; display: grid; min-width: 105px; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(7,17,13,.72); backdrop-filter: blur(10px); }
.system-node b { color: var(--green); font-size: .62rem; }
.system-node span { margin-top: .25rem; font-size: .62rem; letter-spacing: .13em; }
.node-a { top: 7%; left: 4%; }
.node-b { top: 31%; right: -2%; }
.node-c { bottom: 8%; left: 14%; }
.signal { position: absolute; border-radius: 50%; border: 1px solid rgba(34,211,94,.25); animation: pulse 3.5s ease-out infinite; }
.signal-a { inset: 20%; }
.signal-b { inset: 32%; animation-delay: 1.4s; }
.mobile-hero-dashboard { display: none; }
.hero-foot { position: absolute; z-index: 3; bottom: 1.8rem; left: clamp(1.2rem, 4vw, 4.8rem); right: clamp(1.2rem, 4vw, 4.8rem); display: flex; align-items: center; justify-content: space-between; color: rgba(241,240,232,.42); font-size: .57rem; letter-spacing: .15em; }
.scroll-cue i { color: var(--green); font-style: normal; margin-left: .6rem; }
.trust-strip { min-height: 154px; padding: 3.9rem clamp(1.2rem, 5vw, 6.5rem) 2.5rem; display: grid; grid-template-columns: 1.15fr repeat(5, 1fr); align-items: center; gap: 1.25rem; color: #43574c; background: linear-gradient(to bottom, #05100b 0, #69716b 44px, var(--paper) 108px, var(--paper) 100%); }
.trust-strip > span { color: var(--green-deep); font-size: .58rem; font-weight: 850; letter-spacing: .15em; }
.trust-strip > div { min-width: 0; display: flex; align-items: center; gap: .55rem; }
.trust-strip > div i { width: 28px; height: 28px; flex: none; display: grid; place-items: center; border: 1px solid rgba(8,119,41,.25); border-radius: 50%; color: var(--green-deep); font-size: .45rem; font-style: normal; }
.trust-strip > div b { overflow: hidden; font-size: .66rem; text-overflow: ellipsis; white-space: nowrap; }
.light-section { background: var(--paper); color: var(--ink); }
.industries-section { position: relative; z-index: 2; padding: clamp(4.6rem, 7vw, 7rem) clamp(1.2rem, 6vw, 7.5rem); color: #14201f; background: linear-gradient(180deg, var(--paper), #f7f9f7); border-bottom: 1px solid rgba(20,32,31,.13); }
.industries-heading { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: minmax(150px,.34fr) minmax(0,1fr); align-items: end; gap: 2rem; }
.industries-heading > span { color: var(--green-deep); font-size: .6rem; font-weight: 850; letter-spacing: .16em; }
.industries-heading h2 { max-width: 980px; margin: 0; font-size: clamp(1.65rem, 2.8vw, 3rem); line-height: 1.02; letter-spacing: -.035em; font-weight: 590; }
.industries-list { max-width: 1320px; margin: 3rem auto 0; padding: 0; display: flex; flex-wrap: wrap; border-block: 1px solid rgba(20,32,31,.17); list-style: none; }
.industries-list li { position: relative; flex: 1 1 145px; min-width: 0; padding: 1.15rem .75rem; color: #3f554b; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-align: center; white-space: nowrap; }
.industries-list li:not(:last-child)::after { content: ""; position: absolute; top: 30%; right: 0; width: 1px; height: 40%; background: rgba(8,119,41,.2); }
.industries-note { max-width: 780px; margin: 1.65rem auto 0; color: #607069; font-size: .86rem; line-height: 1.6; text-align: center; }
.manifesto { position: relative; min-height: 100vh; overflow: hidden; padding: clamp(7rem, 12vw, 11rem) clamp(1.2rem, 6vw, 7.5rem); display: grid; grid-template-columns: 90px minmax(0, 1.15fr) minmax(330px, .7fr); gap: clamp(2rem, 4vw, 5rem); align-items: center; background: var(--paper); }
.manifesto > *:not(.neural-formulas) { position: relative; z-index: 2; }
.neural-formulas { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; color: rgba(89,105,97,.105); font-family: "Cascadia Mono", "Consolas", monospace; font-weight: 700; }
.neural-formulas::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 0 24%, rgba(241,240,232,.72) 74%); }
.neural-formulas span { position: absolute; left: var(--x); top: var(--y); white-space: nowrap; font-size: clamp(.72rem, 1.2vw, 1.08rem); transform: rotate(var(--r)) scale(var(--s)); animation: formula-float 11s ease-in-out infinite alternate; }
.neural-formulas span:nth-child(2n) { animation-duration: 14s; animation-direction: alternate-reverse; }
.neural-formulas span:nth-child(3n) { animation-delay: -4s; }
.manifesto-index, .section-label { font-size: .67rem; font-weight: 800; letter-spacing: .17em; color: var(--green-deep); }
.manifesto-kicker { margin: 0 0 1.2rem; font-size: clamp(1.15rem, 2vw, 1.9rem); color: #547061; }
.manifesto h2 { margin: 0; font-size: clamp(3.8rem, 7.5vw, 8.3rem); line-height: .79; letter-spacing: -.075em; font-weight: 600; }
.manifesto h2 em { color: var(--green-deep); font-family: Georgia, serif; font-weight: 400; }
.manifesto-detail { margin: 3.5rem 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.4rem; color: #4c5e54; font-size: clamp(.9rem, 1.05vw, 1.05rem); line-height: 1.7; }
.manifesto-detail p { margin: 0; }
.manifesto-visual { position: relative; width: min(31vw, 460px); aspect-ratio: 1; justify-self: end; border-radius: 50%; background: radial-gradient(circle, rgba(44,174,50,.12), transparent 62%); }
.manifesto-orbit { position: absolute; border: 1px solid rgba(8,119,41,.24); border-radius: 50%; animation: rotate 25s linear infinite; }
.manifesto-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #2cae32; box-shadow: 0 0 15px rgba(44,174,50,.75); }
.orbit-alpha { inset: 6%; }
.orbit-alpha i { top: 10%; left: 20%; }
.orbit-beta { inset: 20%; border-style: dashed; animation-direction: reverse; animation-duration: 18s; }
.orbit-beta i { right: 5%; top: 42%; }
.orbit-gamma { inset: 34%; animation-duration: 13s; }
.orbit-gamma i { left: 16%; bottom: 12%; }
.manifesto-core { position: absolute; inset: 38%; display: grid; place-content: center; justify-items: center; gap: .3rem; border: 1px solid rgba(8,119,41,.3); border-radius: 50%; background: rgba(241,240,232,.86); box-shadow: 0 18px 60px rgba(8,119,41,.14); }
.manifesto-core img { width: 45px; height: 45px; object-fit: contain; }
.manifesto-core span { color: var(--green-deep); text-align: center; font-size: .44rem; font-weight: 850; letter-spacing: .12em; line-height: 1.3; }
.manifesto-satellite { position: absolute; min-width: 86px; padding: .62rem .72rem; display: grid; gap: .18rem; border: 1px solid rgba(8,119,41,.24); border-radius: 9px; background: rgba(241,240,232,.84); box-shadow: 0 10px 28px rgba(7,17,13,.08); backdrop-filter: blur(8px); }
.manifesto-satellite b { color: #2cae32; font-size: .48rem; }
.manifesto-satellite span { color: #31483b; font-size: .52rem; font-weight: 850; letter-spacing: .1em; }
.satellite-one { left: -2%; top: 16%; }
.satellite-two { right: -2%; top: 28%; }
.satellite-three { left: 2%; bottom: 13%; }
.satellite-four { right: 4%; bottom: 7%; }

.measure-section { padding: clamp(7rem, 11vw, 11rem) clamp(1.2rem, 5vw, 6.5rem); color: var(--paper); background: radial-gradient(circle at 38% 42%, rgba(34,211,94,.1), transparent 30%), linear-gradient(to bottom, var(--paper) 0, #59605a 72px, #050b08 165px, #050b08 100%); }
.measure-heading { max-width: 1240px; margin-bottom: clamp(7rem, 13vw, 13rem); }
.measure-heading > span { color: var(--green); font-size: .67rem; font-weight: 850; letter-spacing: .17em; }
.measure-heading h2 { margin: 1.5rem 0 2.6rem; font-size: clamp(3.8rem, 8.6vw, 9.5rem); line-height: .78; letter-spacing: -.075em; font-weight: 540; }
.measure-heading h2 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.measure-heading > p { max-width: 650px; margin: 0 0 0 auto; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.measure-flow-layout { display: grid; grid-template-columns: minmax(560px, 1.3fr) minmax(360px, .7fr); gap: clamp(4rem, 8vw, 9rem); align-items: start; }
.measure-visual-sticky { position: sticky; top: 92px; min-height: calc(100vh - 112px); display: grid; place-items: center; }
.measure-flow { position: relative; width: 100%; min-height: 640px; overflow: hidden; border: 1px solid rgba(185,248,201,.15); border-radius: 28px; background-image: linear-gradient(rgba(185,248,201,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(185,248,201,.035) 1px, transparent 1px), radial-gradient(circle at 64% 50%, rgba(34,211,94,.12), transparent 29%); background-size: 44px 44px, 44px 44px, auto; background-position: 0 var(--measure-offset, 0), var(--measure-offset, 0) 0, center; box-shadow: inset 0 0 90px rgba(0,0,0,.34); }
.measure-flow::before { content: "INFORMATION FIELD / LIVE"; position: absolute; left: 1.2rem; bottom: 1rem; color: rgba(185,248,201,.3); font-size: .48rem; font-weight: 800; letter-spacing: .14em; }
.info-stream { --stream-y: 14%; --stream-angle: 32deg; position: absolute; inset: 0; pointer-events: none; }
.stream-source { position: absolute; z-index: 3; left: 3%; top: var(--source-y); width: 150px; padding: .75rem .85rem; display: grid; grid-template-columns: 28px 1fr; gap: .12rem .6rem; border: 1px solid rgba(185,248,201,.16); border-radius: 9px; background: rgba(7,17,13,.78); backdrop-filter: blur(8px); opacity: .44; transform: translateX(-8px); transition: opacity .45s ease, transform .45s ease, border-color .45s ease, background .45s ease; }
.stream-source span { grid-row: 1 / 3; align-self: center; color: var(--green); font-size: .52rem; }
.stream-source b { color: rgba(241,240,232,.72); font-size: .57rem; letter-spacing: .09em; }
.stream-source small { color: rgba(241,240,232,.35); font-size: .48rem; }
.stream-line { position: absolute; z-index: 1; left: 20%; top: var(--stream-y); width: 44%; height: 14px; transform: rotate(var(--stream-angle)); transform-origin: left center; opacity: .16; transition: opacity .45s ease, filter .45s ease; }
.stream-line::before, .stream-line::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, rgba(34,211,94,.02), rgba(34,211,94,.74)); }
.stream-line::before { top: 3px; }
.stream-line::after { bottom: 3px; opacity: .45; }
.stream-line i { position: absolute; z-index: 2; left: 0; top: 5px; width: 10px; height: 4px; border-radius: 999px; background: var(--green); box-shadow: 0 0 12px var(--green); opacity: 0; }
.stream-line i:nth-child(2) { animation-delay: -.43s; }
.stream-line i:nth-child(3) { animation-delay: -.87s; }
.stream-line i:nth-child(4) { animation-delay: -1.22s; }
.info-stream.is-active .stream-source { opacity: 1; transform: translateX(0); border-color: rgba(34,211,94,.55); background: rgba(12,48,27,.9); }
.info-stream.is-active .stream-line { opacity: 1; filter: drop-shadow(0 0 8px rgba(34,211,94,.32)); }
.info-stream.is-active .stream-line i { opacity: 1; animation: stream-particle 1.65s linear infinite; }
.info-stream.is-complete .stream-source { opacity: .65; transform: translateX(0); }
.info-stream.is-complete .stream-line { opacity: .42; }
.info-stream.is-complete .stream-line i { opacity: .55; animation: stream-particle 3.2s linear infinite; }
.stream-evidence { --source-y: 7%; --stream-y: 14%; --stream-angle: 33deg; }
.stream-operations { --source-y: 26%; --stream-y: 32%; --stream-angle: 18deg; }
.stream-people { --source-y: 45%; --stream-y: 51%; --stream-angle: 0deg; }
.stream-value { --source-y: 64%; --stream-y: 70%; --stream-angle: -18deg; }
.stream-experience { --source-y: 83%; --stream-y: 88%; --stream-angle: -33deg; }
.transition-ai-core { position: absolute; z-index: 5; left: 64%; top: 50%; width: 210px; aspect-ratio: 1; transform: translate(-50%, -50%); display: grid; place-items: center; border: 1px solid rgba(34,211,94,.42); border-radius: 50%; background: radial-gradient(circle at 42% 35%, #184f2e, #092416 58%, #06110c 75%); box-shadow: 0 0 70px rgba(34,211,94,.18), inset 0 0 35px rgba(34,211,94,.12); transition: box-shadow .4s ease, transform .4s ease; }
.transition-ai-core.is-receiving { transform: translate(-50%, -50%) scale(1.035); box-shadow: 0 0 100px rgba(34,211,94,.35), inset 0 0 40px rgba(34,211,94,.22); }
.transition-ring { position: absolute; border: 1px solid rgba(34,211,94,.22); border-radius: 50%; }
.ring-a { inset: -13%; animation: rotate 22s linear infinite; }
.ring-a::after { content: ""; position: absolute; top: 12%; left: 18%; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.ring-b { inset: -27%; border-style: dashed; animation: rotate 31s linear infinite reverse; }
.ring-c { inset: 14%; border-color: rgba(185,248,201,.18); }
.transition-core-content { position: relative; z-index: 2; display: grid; place-content: center; justify-items: center; text-align: center; }
.transition-core-content img { width: 52px; height: 52px; margin-bottom: .55rem; object-fit: contain; filter: drop-shadow(0 0 15px rgba(34,211,94,.48)); }
.transition-core-content > span { color: var(--green); font-size: .46rem; font-weight: 900; letter-spacing: .18em; }
.transition-core-content strong { margin-top: .32rem; color: #fff; font-size: .74rem; line-height: 1.18; letter-spacing: .12em; }
.transition-core-content small { max-width: 130px; margin-top: .65rem; overflow: hidden; color: rgba(185,248,201,.6); font-size: .43rem; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; white-space: nowrap; }
.core-ingestion { position: absolute; left: 50%; bottom: -48px; transform: translateX(-50%); padding: .42rem .65rem; border: 1px solid rgba(34,211,94,.28); border-radius: 999px; color: var(--green); background: #07110d; font-size: .49rem; font-weight: 850; letter-spacing: .1em; }
.core-output { position: absolute; z-index: 3; left: 80%; display: flex; align-items: center; gap: .45rem; color: rgba(185,248,201,.45); font-size: .45rem; font-weight: 850; letter-spacing: .1em; }
.core-output i { width: clamp(28px, 4vw, 58px); height: 1px; background: linear-gradient(90deg, var(--green), transparent); }
.output-one { top: 31%; }
.output-two { top: 49%; }
.output-three { top: 67%; }
.measure-steps { border-top: 1px solid rgba(255,255,255,.14); }
.measure-step { min-height: 66vh; padding: 5rem 0; display: grid; align-content: center; border-bottom: 1px solid rgba(255,255,255,.14); opacity: .35; transition: opacity .5s ease, transform .5s ease; }
.measure-step.is-active { opacity: 1; transform: translateX(-8px); }
.measure-step > span { color: var(--green); font-size: .6rem; font-weight: 850; letter-spacing: .14em; }
.measure-step h3 { margin: 1.3rem 0 1.5rem; font-size: clamp(2rem, 3.2vw, 3.8rem); line-height: .98; letter-spacing: -.045em; font-weight: 530; }
.measure-step p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.7; }

.kpi-section { padding: clamp(6rem, 9vw, 9rem) clamp(1.2rem, 5vw, 6.5rem); background: linear-gradient(to bottom, #050b08 0, #08180f 62px, #0b2417 145px, #0b2417 100%); border-block: 0; }
.kpi-section .section-label { color: var(--mint); margin-bottom: 3.8rem; }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.kpi-card { min-height: 310px; padding: clamp(1.5rem, 3vw, 3.2rem); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); background: linear-gradient(155deg, rgba(255,255,255,.035), transparent); }
.kpi-card:last-child { border-right: 0; }
.kpi-value { font-size: clamp(4.4rem, 7vw, 7.8rem); line-height: 1; letter-spacing: -.07em; color: var(--green); font-weight: 450; }
.kpi-word { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.kpi-card p { max-width: 220px; margin: 0; color: var(--muted); line-height: 1.45; }

.module-preview-section {
  --module-accent: #0f766e;
  --module-soft: #d6efeb;
  --module-dark: #13251f;
  padding: clamp(7rem, 11vw, 11rem) clamp(1.2rem, 5vw, 6.5rem);
  color: #14201f;
  background: linear-gradient(to bottom, #0b2417 0, #728078 70px, #e8eeec 150px, #e8eeec 100%);
}
.module-preview-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: end; margin-bottom: 4.5rem; }
.module-preview-heading > div:first-child > span { color: var(--module-accent); font-size: .67rem; font-weight: 850; letter-spacing: .17em; }
.module-preview-heading h2 { margin: 1.3rem 0 0; font-size: clamp(3.8rem, 7.3vw, 8.2rem); line-height: .84; letter-spacing: -.07em; font-weight: 550; }
.module-preview-heading h2 em { color: var(--module-accent); font-family: Georgia, serif; font-weight: 400; }
.module-preview-intro { padding-bottom: .5rem; }
.module-preview-intro > p { margin: 0 0 1.6rem; color: #53645e; font-size: 1.05rem; line-height: 1.7; }
.demo-disclaimer { display: inline-flex; align-items: center; gap: .55rem; padding: .58rem .8rem; border: 1px solid #bdd0ca; border-radius: 100px; color: #5d6f69; background: rgba(255,255,255,.52); font-size: .57rem; font-weight: 850; letter-spacing: .1em; }
.demo-disclaimer i { width: 7px; height: 7px; border-radius: 50%; background: var(--module-accent); box-shadow: 0 0 10px color-mix(in srgb, var(--module-accent) 70%, transparent); }
.module-showcase { overflow: hidden; border: 1px solid #c6d2cf; border-radius: 22px; background: #fff; box-shadow: 0 35px 90px rgba(22,43,36,.15); }
.module-tabs { display: grid; grid-template-columns: 1fr; padding: .55rem; border-bottom: 1px solid #d7e0de; background: #f5f8f7; }
.module-tab { min-height: 58px; padding: .65rem .7rem; border: 0; border-right: 1px solid #dce4e2; color: #60706d; background: transparent; cursor: pointer; font: inherit; font-size: .69rem; font-weight: 700; transition: color .25s ease, background .25s ease, box-shadow .25s ease; }
.module-tab:last-child { border-right: 0; }
.module-tab span { display: block; margin-bottom: .22rem; color: #9aa7a3; font-size: .52rem; letter-spacing: .12em; }
.module-tab:hover { color: #14201f; background: #edf3f1; }
.module-tab.is-active { position: relative; z-index: 1; color: var(--module-accent); border-radius: 9px; background: var(--module-soft); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--module-accent) 32%, transparent); }
.module-tab.is-active span { color: var(--module-accent); }
.module-tab:focus-visible { outline: 2px solid var(--module-accent); outline-offset: -2px; }
.module-window { position: relative; min-height: 730px; display: grid; grid-template-columns: 238px minmax(0, 1fr); background: #edf2f1; }
.module-window::after { content: "LABELS MASKED · PUBLIC PREVIEW"; position: absolute; z-index: 4; right: 1.25rem; bottom: .8rem; padding: .34rem .5rem; border: 1px solid color-mix(in srgb, var(--module-accent) 24%, #cbd8d4); border-radius: 999px; color: color-mix(in srgb, var(--module-accent) 70%, #6c7b76); background: rgba(247,250,249,.78); backdrop-filter: blur(8px); font-size: .42rem; font-weight: 900; letter-spacing: .11em; pointer-events: none; }
.module-sidebar { position: relative; padding: 1.5rem 1.05rem; display: flex; flex-direction: column; color: #dce8e3; background: linear-gradient(180deg, var(--module-dark), color-mix(in srgb, var(--module-dark) 82%, #000)); transition: background .45s ease; }
.module-mini-brand { display: flex; align-items: center; gap: .65rem; padding: 0 .45rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.module-mini-brand img { width: 32px; height: 32px; object-fit: contain; }
.module-mini-brand div { display: grid; gap: .16rem; }
.module-mini-brand b { font-size: .7rem; letter-spacing: .12em; }
.module-mini-brand span { color: color-mix(in srgb, var(--module-accent) 70%, #fff); font-size: .48rem; font-weight: 800; letter-spacing: .1em; }
.module-sidebar-card { margin: 1.2rem .15rem 1rem; padding: 1.05rem; border: 1px solid color-mix(in srgb, var(--module-accent) 38%, transparent); border-radius: 11px; background: color-mix(in srgb, var(--module-accent) 13%, transparent); }
.module-sidebar-card span { display: block; margin-bottom: .55rem; color: color-mix(in srgb, var(--module-accent) 68%, #fff); font-size: .49rem; font-weight: 850; letter-spacing: .13em; }
.module-sidebar-card strong { display: block; color: #fff; font-size: .83rem; line-height: 1.3; }
.module-sidebar-card small { display: block; margin-top: .7rem; color: rgba(220,232,227,.48); font-size: .46rem; letter-spacing: .1em; }
.module-mini-nav { display: grid; gap: .28rem; margin-top: .5rem; }
.module-mini-nav span { height: 42px; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: .5rem; padding: 0 .75rem; border-radius: 8px; color: rgba(220,232,227,.58); font-size: .64rem; }
.module-mini-nav span i { color: rgba(220,232,227,.27); font-size: .49rem; font-style: normal; }
.module-mini-nav span b { color: var(--module-accent); font-size: .47rem; }
.module-mini-nav span.is-active { color: #fff; background: color-mix(in srgb, var(--module-accent) 20%, transparent); }
.module-mini-nav span.is-active i { color: color-mix(in srgb, var(--module-accent) 75%, #fff); }
.module-privacy { display: flex; align-items: center; gap: .65rem; margin-top: auto; padding: 1rem .65rem .2rem; color: rgba(220,232,227,.65); font-size: .53rem; font-weight: 800; letter-spacing: .1em; }
.module-privacy > i { width: 8px; height: 8px; border-radius: 50%; background: var(--module-accent); box-shadow: 0 0 12px var(--module-accent); }
.module-privacy small { color: rgba(220,232,227,.35); font-size: .47rem; font-weight: 600; letter-spacing: .03em; }
.module-dashboard { min-width: 0; padding: clamp(1.2rem, 2.2vw, 2rem); }
.module-dashboard-head { min-height: 92px; display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.module-eyebrow { color: var(--module-accent); font-size: .55rem; font-weight: 850; letter-spacing: .13em; }
.module-dashboard-head h3 { margin: .55rem 0 .35rem; font-size: clamp(1.5rem, 2vw, 2.2rem); line-height: 1; letter-spacing: -.035em; }
.module-dashboard-head p { margin: 0; color: #68756f; font-size: .72rem; }
.module-dashboard-actions { display: flex; align-items: center; gap: .6rem; }
.module-status { display: inline-flex; align-items: center; gap: .4rem; min-height: 34px; padding: 0 .7rem; border: 1px solid color-mix(in srgb, var(--module-accent) 30%, #d7e0de); border-radius: 999px; color: var(--module-accent); background: var(--module-soft); font-size: .5rem; font-weight: 900; letter-spacing: .08em; }
.module-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--module-accent); box-shadow: 0 0 9px var(--module-accent); animation: module-status-pulse 1.8s ease-in-out infinite; }
.module-dashboard-actions button { min-height: 34px; padding: 0 .7rem; border: 1px solid #cad7d3; border-radius: 8px; color: #394944; background: #fff; cursor: pointer; font: inherit; font-size: .6rem; font-weight: 800; }
.module-dashboard-actions button:hover { color: var(--module-accent); border-color: var(--module-accent); }
.module-dashboard-actions button:active { transform: translateY(1px); }
.module-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin: 1rem 0; }
.module-kpi { min-width: 0; min-height: 148px; padding: 1rem; border: 1px solid #d7e0de; border-radius: 11px; background: #fff; box-shadow: 0 7px 20px rgba(21,35,33,.045); transition: transform .25s ease, border-color .25s ease; }
.module-kpi:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--module-accent) 45%, #d7e0de); }
.module-kpi header { display: flex; justify-content: space-between; gap: .5rem; color: #72807c; font-size: .49rem; font-weight: 850; letter-spacing: .1em; }
.module-kpi header i { color: var(--module-accent); font-style: normal; }
.module-kpi > strong { display: block; margin: 1.3rem 0 1.1rem; overflow: hidden; color: #14201f; font-size: clamp(1.75rem, 2.7vw, 3rem); line-height: .85; letter-spacing: -.055em; text-overflow: ellipsis; white-space: nowrap; }
.module-kpi footer { display: flex; justify-content: space-between; align-items: end; gap: .6rem; color: #7c8985; font-size: .54rem; }
.module-kpi footer b { color: var(--module-accent); font-size: .55rem; }
.module-lower-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: .8rem; }
.module-panel { min-width: 0; min-height: 335px; padding: 1.15rem; border: 1px solid #d7e0de; border-radius: 11px; background: #fff; box-shadow: 0 7px 20px rgba(21,35,33,.045); }
.module-panel > header { display: flex; justify-content: space-between; gap: 1rem; }
.module-panel > header span { color: var(--module-accent); font-size: .49rem; font-weight: 850; letter-spacing: .1em; }
.module-panel > header h4 { margin: .35rem 0 0; color: #14201f; font-size: 1rem; }
.module-panel > header > b { color: #8b9793; font-size: .47rem; letter-spacing: .08em; }
.module-chart { height: 200px; display: grid; grid-template-columns: 28px 1fr; margin-top: 1rem; }
.chart-scale { display: flex; flex-direction: column; justify-content: space-between; padding-bottom: 20px; color: #9aa6a2; font-size: .45rem; }
.chart-bars { min-width: 0; display: flex; align-items: end; justify-content: space-around; gap: .55rem; padding: 12px .55rem 20px; background-image: linear-gradient(#e9efed 1px, transparent 1px); background-size: 100% 25%; border-left: 1px solid #e2e9e7; border-bottom: 1px solid #d7e0de; }
.chart-bars i { position: relative; width: min(32px, 9%); height: var(--bar); border-radius: 6px 6px 2px 2px; background: color-mix(in srgb, var(--module-accent) 44%, #fff); transition: height .55s cubic-bezier(.2,.7,.3,1), background .35s ease; }
.chart-bars i::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(255,255,255,.25), transparent); }
.chart-bars i.is-current { background: var(--module-accent); box-shadow: 0 7px 16px color-mix(in srgb, var(--module-accent) 24%, transparent); }
.chart-bars small { position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%); color: #7c8985; font-size: .46rem; font-style: normal; }
.performance-panel > footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .75rem; color: #71807b; font-size: .52rem; }
.performance-panel > footer span { display: flex; align-items: center; gap: .4rem; }
.performance-panel > footer span i { width: 6px; height: 6px; border-radius: 50%; background: var(--module-accent); }
.performance-panel > footer strong { color: var(--module-accent); }
.signal-list { display: grid; gap: .55rem; margin-top: 1.05rem; }
.signal-list > div { min-height: 60px; display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: .65rem; padding: .7rem; border: 1px solid #e2e9e7; border-radius: 8px; background: #f9fbfa; }
.signal-list > div > i { width: 8px; height: 8px; border-radius: 50%; }
.signal-good { background: #15803d; box-shadow: 0 0 8px rgba(21,128,61,.25); }
.signal-watch { background: #d99a24; box-shadow: 0 0 8px rgba(217,154,36,.25); }
.signal-info { background: #3d7edc; box-shadow: 0 0 8px rgba(61,126,220,.25); }
.signal-list span { min-width: 0; display: grid; gap: .2rem; }
.signal-list span b { overflow: hidden; color: #273632; font-size: .61rem; text-overflow: ellipsis; white-space: nowrap; }
.signal-list span small { overflow: hidden; color: #7b8884; font-size: .5rem; text-overflow: ellipsis; white-space: nowrap; }
.signal-list em { padding: .25rem .36rem; border-radius: 100px; color: var(--module-accent); background: var(--module-soft); font-size: .43rem; font-style: normal; font-weight: 850; }
.signal-panel > footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .65rem; margin-top: 1rem; color: #77847f; font-size: .48rem; font-weight: 850; letter-spacing: .07em; }
.signal-panel > footer div { height: 6px; overflow: hidden; border-radius: 999px; background: #e4ebe9; }
.signal-panel > footer div i { display: block; width: 92%; height: 100%; border-radius: inherit; background: var(--module-accent); transition: width .55s ease; }
.signal-panel > footer strong { color: var(--module-accent); }
.module-preview-note { margin: 1.3rem 0 0; color: #64746f; font-size: .63rem; line-height: 1.6; }
.module-window.is-refreshing .module-kpi, .module-window.is-refreshing .module-panel { animation: module-refresh .48s ease; }

/* Public demo masking: keep the interface language visible without exposing operational naming. */
.module-window [data-preview-short],
.module-window [data-preview-side-title],
.module-window .module-mini-nav > span,
.module-window [data-preview-eyebrow],
.module-window [data-preview-title],
.module-window [data-preview-subtitle],
.module-window [data-kpi-label],
.module-window [data-kpi-note],
.module-window [data-chart-eyebrow],
.module-window [data-chart-title],
.module-window .performance-panel > footer span,
.module-window .signal-panel > header span,
.module-window .signal-panel > header h4,
.module-window .signal-list span b,
.module-window .signal-list span small,
.module-window .signal-panel > footer > span {
  opacity: .28;
  filter: blur(3.2px);
  user-select: none;
  pointer-events: none;
  text-shadow: 0 0 8px currentColor;
}

.system-section { padding: clamp(7rem, 11vw, 11rem) clamp(1.2rem, 6vw, 7.5rem); background: linear-gradient(to bottom, #e8eeec 0, #5f6863 56px, #07110d 132px, transparent 133px), linear-gradient(180deg, #07110d, #061a11 62%, #07110d); }
.section-heading { max-width: 1040px; margin-bottom: 8rem; }
.section-heading > span, .innovation-title > span, .contact-copy > span { color: var(--green); font-size: .67rem; font-weight: 800; letter-spacing: .17em; }
.section-heading h2, .innovation-title h2 { margin: 1.4rem 0 1.8rem; font-size: clamp(3.8rem, 7vw, 7.7rem); line-height: .88; letter-spacing: -.065em; font-weight: 540; }
.section-heading > p { max-width: 600px; margin: 0 0 0 auto; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.system-layout { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(480px, 1.2fr); gap: clamp(4rem, 9vw, 10rem); align-items: start; }
.system-sticky { position: sticky; top: 120px; min-height: calc(100vh - 160px); display: grid; place-items: center; }
.core-visual { position: relative; width: min(36vw, 530px); aspect-ratio: 1; border: 1px solid rgba(185,248,201,.22); border-radius: 50%; display: grid; place-content: center; justify-items: center; background: radial-gradient(circle, rgba(34,211,94,.13), transparent 58%); overflow: hidden; transition: border-color .4s ease, box-shadow .4s ease; }
.core-visual::before, .core-visual::after { content: ""; position: absolute; background: rgba(185,248,201,.18); }
.core-visual::before { width: 1px; height: 100%; left: 50%; }
.core-visual::after { height: 1px; width: 100%; top: 50%; }
.core-rings { position: absolute; inset: 12%; border: 1px solid rgba(185,248,201,.14); border-radius: 50%; animation: rotate 30s linear infinite; }
.core-rings i { position: absolute; width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 20px var(--green); }
.core-rings i:nth-child(1) { top: 2%; left: 35%; }
.core-rings i:nth-child(2) { top: 69%; right: 4%; }
.core-rings i:nth-child(3) { bottom: 6%; left: 18%; }
.core-stage-number { position: relative; z-index: 2; color: var(--green); font-size: clamp(5rem, 9vw, 9.4rem); font-weight: 300; line-height: .9; letter-spacing: -.08em; transition: opacity .2s ease, transform .2s ease; }
.core-stage-name { position: relative; z-index: 2; margin-top: 1rem; font-size: .7rem; font-weight: 800; letter-spacing: .22em; }
.core-status { position: absolute; z-index: 2; bottom: 13%; font-size: .52rem; letter-spacing: .13em; color: rgba(241,240,232,.48); }
.core-status span { display: inline-block; width: 6px; height: 6px; margin-right: .5rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.core-visual.stage-change .core-stage-number, .core-visual.stage-change .core-stage-name { opacity: 0; transform: translateY(8px); }
.system-step { min-height: 68vh; display: grid; grid-template-columns: 60px 1fr; gap: 2rem; align-content: center; padding: 5rem 0; border-top: 1px solid var(--line); opacity: .42; transition: opacity .5s ease; }
.system-step:last-child { border-bottom: 1px solid var(--line); }
.system-step.is-active { opacity: 1; }
.step-number { color: var(--green); font-size: .7rem; }
.step-en { margin: 0 0 1.1rem; color: var(--green); font-size: .62rem; font-weight: 800; letter-spacing: .17em; }
.system-step h3 { margin: 0; max-width: 650px; font-size: clamp(2rem, 3.5vw, 4rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 530; }
.system-step div > p:last-child { max-width: 590px; margin: 2rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }

.capability-section { padding: clamp(7rem, 11vw, 11rem) clamp(1.2rem, 6vw, 7.5rem); background: linear-gradient(to bottom, #07110d 0, #667069 62px, var(--paper) 145px, var(--paper) 100%); }
.section-heading.dark > span { color: var(--green-deep); }
.section-heading.dark > p { color: #53675c; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(7,17,13,.24); border-left: 1px solid rgba(7,17,13,.24); }
.capability-card { --pointer-x: 50%; --pointer-y: 50%; position: relative; min-height: 360px; padding: clamp(1.5rem, 2.8vw, 2.8rem); display: flex; flex-direction: column; border-right: 1px solid rgba(7,17,13,.24); border-bottom: 1px solid rgba(7,17,13,.24); overflow: hidden; background: radial-gradient(450px circle at var(--pointer-x) var(--pointer-y), rgba(34,211,94,.18), transparent 42%); transition: background-color .35s ease, color .35s ease; }
.capability-card > span { color: var(--green-deep); font-size: .68rem; }
.capability-card > i { margin-top: .5rem; color: #607166; font-size: .58rem; font-style: normal; letter-spacing: .15em; }
.capability-card h3 { margin: auto 0 1rem; font-size: clamp(1.7rem, 2.4vw, 2.8rem); line-height: 1; letter-spacing: -.045em; font-weight: 560; }
.capability-card p { margin: 0; max-width: 380px; color: #53645a; line-height: 1.55; }
.capability-card > b { position: absolute; top: 2.3rem; right: 2.3rem; color: var(--green-deep); font-weight: 500; transition: transform .25s ease; }
.capability-card:hover { background-color: #e7eddf; }
.capability-card:hover > b { transform: translate(4px, -4px); }
.capability-card.card-accent { color: var(--paper); background-color: var(--green-deep); background-image: radial-gradient(450px circle at var(--pointer-x) var(--pointer-y), rgba(185,248,201,.22), transparent 45%); }
.capability-card.card-accent > span, .capability-card.card-accent > b { color: var(--green); }
.capability-card.card-accent > i, .capability-card.card-accent p { color: rgba(241,240,232,.7); }

.innovation-section { padding: clamp(7rem, 11vw, 11rem) clamp(1.2rem, 6vw, 7.5rem); background: linear-gradient(to bottom, var(--paper) 0, #606761 62px, #050a08 145px, #050a08 100%); }
.innovation-title { max-width: 1200px; }
.innovation-title strong { display: block; max-width: 780px; margin: 0 0 0 auto; color: var(--green); font-family: Georgia, serif; font-size: clamp(1.5rem, 2.6vw, 3rem); font-weight: 400; line-height: 1.15; }
.innovation-grid { margin-top: 9rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 10vw, 12rem); align-items: start; }
.innovation-copy { position: sticky; top: 120px; }
.innovation-copy p { color: var(--muted); line-height: 1.7; }
.innovation-copy .large-copy { margin-top: 0; color: var(--paper); font-size: clamp(1.4rem, 2.15vw, 2.25rem); line-height: 1.35; letter-spacing: -.02em; }
.principle-stack { border-top: 1px solid var(--line); }
.principle-card { min-height: 230px; padding: 2.8rem 0; display: grid; grid-template-columns: 70px 1fr; gap: 2rem; align-content: center; border-bottom: 1px solid var(--line); }
.principle-card > span { color: var(--green); font-size: .68rem; }
.principle-card h3 { margin: 0 0 1rem; font-size: clamp(1.7rem, 2.5vw, 2.8rem); font-weight: 520; letter-spacing: -.04em; }
.principle-card p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.6; }

.promise-section { position: relative; min-height: 90vh; overflow: hidden; padding: clamp(7rem, 11vw, 11rem) clamp(1.2rem, 8vw, 9.5rem); display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 5rem; background: linear-gradient(to bottom, #050a08 0, #656d67 64px, var(--paper) 148px, var(--paper) 100%); }
.confidence-engine { position: relative; width: 100%; max-width: 540px; min-height: 440px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; isolation: isolate; }
.confidence-engine::before { display: none; }
.confidence-field-label { position: absolute; top: 1rem; left: 1rem; display: flex; align-items: center; gap: .45rem; color: #567068; font-size: .45rem; font-weight: 900; letter-spacing: .13em; }
.confidence-field-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(34,211,94,.75); animation: module-status-pulse 1.8s ease-in-out infinite; }
.confidence-inputs { position: absolute; z-index: 3; left: 4%; top: 18%; bottom: 13%; width: 27%; display: flex; flex-direction: column; justify-content: space-around; }
.confidence-inputs > span { min-height: 49px; padding: .6rem .65rem; display: grid; grid-template-columns: 8px 1fr; align-content: center; gap: .16rem .45rem; border: 1px solid rgba(8,119,41,.16); border-radius: 9px; background: rgba(255,255,255,.78); box-shadow: 0 7px 16px rgba(24,59,41,.055); }
.confidence-inputs > span > i { grid-row: 1 / 3; align-self: center; width: 6px; height: 6px; border-radius: 50%; background: #30bd5a; box-shadow: 0 0 8px rgba(34,211,94,.4); }
.confidence-inputs b { color: #31443d; font-size: .47rem; letter-spacing: .07em; }
.confidence-inputs small { color: #8b9994; font-size: .37rem; letter-spacing: .08em; }
.confidence-path { position: absolute; z-index: 1; left: 29%; width: 23%; height: 1px; background: linear-gradient(90deg, rgba(8,119,41,.1), rgba(8,119,41,.65)); transform-origin: left center; }
.confidence-path::after { content: ""; position: absolute; inset: -4px 0; border-block: 1px solid rgba(8,119,41,.05); }
.path-one { top: 26%; transform: rotate(25deg); }
.path-two { top: 40%; transform: rotate(9deg); }
.path-three { top: 60%; transform: rotate(-9deg); }
.path-four { top: 74%; transform: rotate(-25deg); }
.confidence-path i, .confidence-output-path i { position: absolute; top: -3px; left: 0; width: 8px; height: 7px; border-radius: 999px; background: var(--green); box-shadow: 0 0 11px rgba(34,211,94,.75); animation: confidence-packet 2.15s linear infinite; }
.confidence-path i:nth-child(2), .confidence-output-path i:nth-child(2) { animation-delay: -.72s; }
.confidence-path i:nth-child(3), .confidence-output-path i:nth-child(3) { animation-delay: -1.44s; }
.path-two i { animation-duration: 1.8s; }
.path-three i { animation-duration: 2.4s; }
.path-four i { animation-duration: 1.95s; }
.confidence-core-chip { position: absolute; z-index: 3; left: 51%; top: 50%; width: 128px; height: 150px; transform: translate(-50%,-50%); display: grid; place-content: center; justify-items: center; border: 1px solid rgba(34,211,94,.42); border-radius: 24px; color: #eff8f2; background: linear-gradient(145deg, #103c27, #071a11); box-shadow: 0 18px 38px rgba(8,70,33,.24), inset 0 0 28px rgba(34,211,94,.08); animation: confidence-core-breathe 3.4s ease-in-out infinite; }
.confidence-core-chip img { width: 34px; height: 34px; margin-bottom: .45rem; object-fit: contain; filter: drop-shadow(0 0 9px rgba(34,211,94,.35)); }
.confidence-core-chip span { color: var(--green); font-size: .38rem; font-weight: 900; letter-spacing: .14em; }
.confidence-core-chip strong { margin-top: .28rem; text-align: center; font-size: .63rem; line-height: 1.2; letter-spacing: .1em; }
.confidence-core-chip small { margin-top: .6rem; color: rgba(238,248,242,.4); font-size: .32rem; letter-spacing: .08em; }
.confidence-output-path { position: absolute; z-index: 2; left: 62%; top: 50%; width: 12%; height: 1px; background: linear-gradient(90deg, rgba(34,211,94,.76), rgba(8,119,41,.22)); }
.confidence-output-card { position: absolute; z-index: 3; right: 4%; top: 50%; width: 27%; min-height: 190px; padding: 1rem; transform: translateY(-50%); display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(8,119,41,.2); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: 0 16px 34px rgba(20,67,42,.1); backdrop-filter: blur(10px); }
.confidence-output-card > span { color: var(--green-deep); font-size: .43rem; font-weight: 900; letter-spacing: .1em; }
.confidence-output-card > strong { margin: .8rem 0 .65rem; color: #14201f; font-size: clamp(2.5rem, 4.2vw, 4.6rem); line-height: .78; letter-spacing: -.065em; }
.confidence-output-card > strong small { color: #29a953; font-size: .35em; }
.confidence-meter { height: 7px; overflow: hidden; border-radius: 999px; background: #dfe8e3; }
.confidence-meter > i { position: relative; display: block; width: 92%; height: 100%; overflow: hidden; border-radius: inherit; background: linear-gradient(90deg, #0d7a33, #35d867); }
.confidence-meter > i::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent); transform: translateX(-120%); animation: confidence-meter-shine 2.4s ease-in-out infinite; }
.confidence-output-card > p { margin: .7rem 0 0; color: #6e7e78; font-size: .37rem; font-weight: 800; letter-spacing: .07em; }
.confidence-output-card > p i { display: inline-block; width: 5px; height: 5px; margin-right: .25rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px rgba(34,211,94,.55); }
.confidence-engine-foot { position: absolute; left: 4%; right: 4%; bottom: .8rem; display: flex; justify-content: space-between; color: rgba(50,70,61,.35); font-size: .38rem; font-weight: 900; letter-spacing: .12em; }
.promise-copy > span { color: var(--green-deep); font-size: .65rem; font-weight: 800; letter-spacing: .18em; }
.promise-copy h2 { margin: 1.6rem 0 2.4rem; font-size: clamp(3.2rem, 6.2vw, 7rem); line-height: .91; letter-spacing: -.065em; font-weight: 560; }
.promise-copy h2 em { color: var(--green-deep); font-family: Georgia, serif; font-weight: 400; }
.promise-copy p { max-width: 620px; color: #52645a; font-size: 1.05rem; line-height: 1.65; }

.marquee { overflow: hidden; padding: 1rem 0; border: 0; background: linear-gradient(to bottom, var(--paper), #4d5c53 42%, #0a1c13 100%); color: var(--green); white-space: nowrap; font-size: .67rem; font-weight: 800; letter-spacing: .2em; }
.marquee div { width: max-content; animation: marquee 26s linear infinite; }
.about-section { padding: clamp(7rem, 10vw, 10rem) clamp(1.2rem, 7vw, 8.5rem); display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); align-items: start; gap: clamp(3rem, 9vw, 10rem); border-bottom: 1px solid rgba(185,248,201,.14); background: radial-gradient(circle at 14% 26%, rgba(34,211,94,.1), transparent 25%), #0a1c13; }
.about-heading > span { color: var(--green); font-size: .62rem; font-weight: 850; letter-spacing: .17em; }
.about-heading h2 { max-width: 620px; margin: 1.35rem 0 0; color: var(--paper); font-size: clamp(3rem, 5.5vw, 6rem); line-height: .88; letter-spacing: -.06em; font-weight: 550; }
.about-copy { padding-top: 1.65rem; border-top: 1px solid rgba(185,248,201,.24); }
.about-copy p { max-width: 760px; margin: 0; color: rgba(241,240,232,.73); font-size: clamp(1rem, 1.25vw, 1.17rem); line-height: 1.75; }
.about-copy p + p { margin-top: 1.6rem; color: rgba(185,248,201,.56); font-size: .92rem; }
.contact-section { min-height: 85vh; padding: clamp(7rem, 11vw, 11rem) clamp(1.2rem, 7vw, 8.5rem); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 5rem; background: linear-gradient(to bottom, #0a1c13 0, transparent 126px), linear-gradient(130deg, #0b2e1c, #07110d 72%); }
.contact-copy h2 { margin: 1.6rem 0 2rem; font-size: clamp(4rem, 8.4vw, 9.2rem); line-height: .82; letter-spacing: -.07em; font-weight: 540; }
.contact-copy > p { max-width: 570px; color: var(--muted); line-height: 1.65; }
.contact-channels { width: min(100%, 560px); margin-top: 3rem; display: grid; border-top: 1px solid rgba(185,248,201,.35); }
.contact-button { width: 100%; padding: 1.15rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; border-bottom: 1px solid rgba(185,248,201,.35); color: var(--mint); font-size: clamp(1.05rem, 1.6vw, 1.55rem); }
.contact-button > span { min-width: 0; display: grid; gap: .3rem; }
.contact-button small { color: rgba(185,248,201,.46); font-size: .5rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-button-value { white-space: nowrap; }
.contact-button--whatsapp { color: #75ec9a; }
.contact-button b { color: var(--green); font-weight: 400; transition: transform .25s ease; }
.contact-button:hover b { transform: translate(5px, -5px); }
.contact-mark { justify-self: center; width: min(32vw, 430px); aspect-ratio: 1; border: 1px solid rgba(185,248,201,.2); border-radius: 50%; display: grid; place-content: center; justify-items: center; gap: 1.5rem; background: radial-gradient(circle, rgba(34,211,94,.14), transparent 60%); }
.contact-mark img { width: 130px; height: 130px; object-fit: contain; filter: drop-shadow(0 0 34px rgba(34,211,94,.35)); }
.contact-mark span { color: var(--mint); text-align: center; font-size: .68rem; letter-spacing: .26em; line-height: 1.5; }

.site-footer { min-height: 150px; padding: 2.7rem clamp(1.2rem, 4vw, 4.8rem) 2.2rem; display: grid; grid-template-columns: minmax(190px,.34fr) minmax(0,1fr); align-items: start; gap: 2.5rem clamp(3rem,7vw,8rem); border-top: 1px solid var(--line); background: #050a08; color: rgba(241,240,232,.48); font-size: .7rem; }
.footer-brand { width: max-content; padding: .42rem .55rem; border-radius: 8px; color: var(--paper); background: #f8faf8; }
.footer-brand img.brand-logo { width: min(190px, 46vw); height: auto; max-height: none; }
.site-footer p { margin: 0; }
.footer-signature { display: grid; gap: 1rem; }
.footer-signature > p { max-width: 220px; font-size: .56rem; line-height: 1.55; letter-spacing: .08em; }
.footer-legal { min-width: 0; }
.footer-legal h2 { margin: 0 0 1.25rem; color: rgba(241,240,232,.76); font-size: .56rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.footer-legal-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem 1.35rem; }
.footer-legal-grid p { min-width: 0; display: grid; align-content: start; gap: .34rem; }
.footer-legal-grid span { color: rgba(185,248,201,.42); font-size: .46rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-legal-grid strong { color: rgba(241,240,232,.66); font-size: .56rem; font-weight: 520; line-height: 1.5; }
.footer-activity { grid-column: span 2; }
.footer-closing { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.08); color: rgba(241,240,232,.3); font-size: .52rem; letter-spacing: .06em; }
.footer-policy-links { display: flex; flex-wrap: wrap; gap: .45rem 1rem; color: rgba(241,240,232,.54); font-size: inherit; }
.footer-policy-links a { padding-block: .3rem; border-bottom: 1px solid rgba(185,248,201,.18); }
.footer-policy-links a:hover, .footer-policy-links a:focus-visible { color: var(--mint); border-bottom-color: var(--green); outline: 0; }
.footer-cookie-settings { padding: .35rem .55rem; border: 1px solid rgba(185,248,201,.16); border-radius: 999px; color: rgba(241,240,232,.46); background: transparent; cursor: pointer; font: inherit; letter-spacing: .06em; }
.footer-cookie-settings:hover, .footer-cookie-settings:focus-visible { color: var(--mint); border-color: rgba(185,248,201,.42); }

.analytics-consent { position: fixed; z-index: 2200; left: 50%; bottom: max(1rem, env(safe-area-inset-bottom)); width: min(calc(100% - 2rem), 900px); padding: 1.15rem 1.2rem; transform: translateX(-50%); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.4rem; border: 1px solid rgba(34,211,94,.28); border-radius: 16px; color: #edf7f0; background: rgba(7,24,15,.97); box-shadow: 0 22px 70px rgba(0,0,0,.34); }
.analytics-consent[hidden] { display: none; }
.analytics-consent-title { display: block; margin-bottom: .35rem; color: var(--green); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.analytics-consent-copy { max-width: 620px; margin: 0; color: rgba(237,247,240,.7); font-size: .74rem; line-height: 1.55; }
.analytics-consent-actions { display: flex; align-items: center; gap: .6rem; }
.analytics-consent-actions button { min-height: 42px; padding: 0 .9rem; border-radius: 9px; cursor: pointer; font: inherit; font-size: .66rem; font-weight: 800; white-space: nowrap; }
.analytics-consent-decline { border: 1px solid rgba(185,248,201,.24); color: var(--mint); background: transparent; }
.analytics-consent-accept { border: 1px solid var(--green); color: #06110c; background: var(--green); }
.analytics-consent-actions button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.js .reveal { opacity: 1; transform: none; }
.assembly-item { transform-style: preserve-3d; transform-origin: center; will-change: transform, opacity, filter; }
.assembly-item.is-piled { pointer-events: none; }
.assembly-item:not(.is-ordered), .assembly-char:not(.is-ordered) { transition: none !important; }
.assembly-text-run { display: inline; }
.assembly-visual-run { display: contents; }
.assembly-word { display: inline-block; white-space: nowrap; }
.assembly-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; }
.assembly-char { display: inline-block; transform-origin: 50% 58%; backface-visibility: hidden; will-change: transform, opacity, filter; }
.assembly-item.is-ordered, .assembly-char.is-ordered { will-change: auto; }

/* Reference-aligned visual system: clean pearl surfaces, MetavaSys green and floating data glass. */
.site-header,
.site-header.is-scrolled {
  color: #14201f;
  background: rgba(251,253,252,.94);
  border-bottom-color: rgba(20,32,31,.1);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled { box-shadow: 0 12px 34px rgba(13,42,27,.08); }
.brand-copy small,
nav { color: #60706d; }
nav a:hover { color: var(--green-deep); }
.header-cta {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #19a84b, #087729);
  box-shadow: 0 9px 22px rgba(8,119,41,.19);
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(8,119,41,.25); }
.header-cta span { color: #dbffe5; }

.hero {
  color: #14201f;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  background:
    radial-gradient(circle at 78% 48%, rgba(34,211,94,.28), transparent 29%),
    radial-gradient(circle at 92% 17%, rgba(8,119,41,.12), transparent 23%),
    linear-gradient(135deg, #fcfdfc 0%, #f1f5f2 57%, #e2eee6 100%);
}
.hero-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero::before {
  background-image: linear-gradient(rgba(8,119,41,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(8,119,41,.055) 1px, transparent 1px);
  mask-image: linear-gradient(to left, #000, transparent 68%);
}
.hero-copy { z-index: 7; }
.hero .eyebrow { color: var(--green-deep); }
.hero h1 { max-width: 760px; color: #14201f; font-size: clamp(3.25rem, 5vw, 5.85rem); line-height: .94; }
.hero-lead { max-width: 610px; color: #53645e; }
.hero .button-primary { color: #fff; background: linear-gradient(135deg, #19a84b, #087729); box-shadow: 0 14px 28px rgba(8,119,41,.2); }
.hero .button-primary:hover { background: linear-gradient(135deg, #22b957, #086a28); box-shadow: 0 18px 34px rgba(8,119,41,.26); }
.hero .text-link { color: #14201f; border-bottom-color: rgba(20,32,31,.25); }
.hero-system { z-index: 2; opacity: .62; transform: translateX(5%); }
.system-orbit { border-color: rgba(8,119,41,.3); }
.system-node { color: var(--paper); background: rgba(5,28,17,.82); border-color: rgba(185,248,201,.26); }
.mobile-hero-dashboard {
  position: absolute;
  z-index: 6;
  top: 50%;
  right: clamp(1.2rem, 5vw, 6.5rem);
  display: block;
  width: min(44vw, 650px);
  padding: 1rem;
  transform: translateY(-48%);
  border: 1px solid rgba(91,231,145,.24);
  border-radius: 20px;
  color: #eef8f2;
  background: linear-gradient(145deg, rgba(4,30,19,.96), rgba(2,18,12,.94));
  box-shadow: 0 32px 70px rgba(4,44,23,.28), inset 0 0 45px rgba(34,211,94,.045);
  backdrop-filter: blur(14px);
  text-align: left;
}
.mobile-hero-dashboard::after {
  content: "";
  position: absolute;
  inset: -14% -9%;
  z-index: -1;
  border-radius: 34%;
  background: radial-gradient(circle, rgba(34,211,94,.2), transparent 68%);
  filter: blur(12px);
  pointer-events: none;
}
.mobile-hero-dashboard > header { display: flex; align-items: center; justify-content: space-between; gap: .7rem; padding: .2rem .2rem .85rem; }
.mobile-hero-dashboard > header > span { display: flex; align-items: center; gap: .48rem; font-size: .56rem; font-weight: 850; letter-spacing: .09em; }
.mobile-hero-dashboard > header img { width: 24px; height: 24px; object-fit: contain; }
.mobile-hero-dashboard > header small { display: flex; align-items: center; gap: .35rem; color: rgba(238,248,242,.48); font-size: .43rem; letter-spacing: .08em; }
.mobile-hero-dashboard > header small i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); animation: module-status-pulse 1.8s ease-in-out infinite; }
.mobile-dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.mobile-dashboard-grid article { min-width: 0; min-height: 138px; padding: .9rem; border: 1px solid rgba(91,231,145,.13); border-radius: 12px; background: linear-gradient(150deg, rgba(16,56,36,.72), rgba(5,25,16,.78)); box-shadow: inset 0 0 22px rgba(34,211,94,.025); }
.mobile-dashboard-grid article > span { display: block; overflow: hidden; color: rgba(238,248,242,.56); font-size: .45rem; font-weight: 800; letter-spacing: .06em; text-overflow: ellipsis; white-space: nowrap; }
.mobile-dashboard-grid article > strong { display: block; margin-top: .65rem; color: #fff; font-size: clamp(1.35rem, 2.5vw, 2.25rem); line-height: 1; letter-spacing: -.04em; }
.mobile-dashboard-grid article > strong small { color: var(--green); font-size: .42em; }
.mobile-dashboard-grid article > p { margin: .45rem 0 0; color: #56dc83; font-size: .44rem; }
.mobile-dashboard-grid article > p i { font-style: normal; }
.mobile-dashboard-grid article > p.warning-copy { color: #f5bd64; }
.mobile-mini-chart { height: 36px; margin-top: .75rem; display: flex; align-items: end; gap: 3px; border-bottom: 1px solid rgba(91,231,145,.16); }
.mobile-mini-chart i { flex: 1; height: var(--h); border-radius: 2px 2px 0 0; background: linear-gradient(#46e276, #159447); box-shadow: 0 0 7px rgba(34,211,94,.18); }
.mobile-forecast-card { display: flex; flex-direction: column; }
.mobile-forecast-card .mobile-mini-chart { margin-top: auto; }
.hero-foot { color: rgba(20,32,31,.45); }
.trust-strip { background: linear-gradient(to bottom, #e2eee6 0, var(--paper) 86px, var(--paper) 100%); }

.kpi-section {
  color: #14201f;
  background: linear-gradient(to bottom, #050b08 0, #738079 58px, #edf3ef 142px, #edf3ef 100%);
}
.kpi-section .section-label { color: var(--green-deep); }
.kpi-grid { gap: 1rem; border: 0; }
.kpi-card {
  border: 1px solid #d7e0de;
  border-radius: 15px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 34px rgba(20,51,34,.075);
}
.kpi-card:hover { background: #fff; box-shadow: 0 20px 42px rgba(20,51,34,.11); }
.kpi-value { color: #159447; }
.kpi-card p { color: #53645e; }
.module-preview-section { background: linear-gradient(to bottom, #edf3ef, #e8eeec 160px, #e8eeec 100%); }

.system-section {
  color: #14201f;
  background: linear-gradient(180deg, #e8eeec 0, #f7f9f7 13%, #f7f9f7 100%);
}
.system-section .section-heading > span,
.system-section .step-number,
.system-section .step-en { color: var(--green-deep); }
.system-section .section-heading > p,
.system-section .system-step div > p:last-child { color: #5a6a65; }
.core-visual {
  color: var(--paper);
  border-color: rgba(34,211,94,.4);
  background: radial-gradient(circle at 42% 34%, rgba(34,211,94,.23), transparent 37%), #092416;
  box-shadow: 0 32px 70px rgba(8,75,36,.18), inset 0 0 60px rgba(34,211,94,.08);
}
.system-step { border-top-color: rgba(20,32,31,.15); }
.system-step:last-child { border-bottom-color: rgba(20,32,31,.15); }

.capability-section { background: linear-gradient(180deg, #f7f9f7, #eef3f0 100%); }
.capability-grid { gap: 1rem; border: 0; }
.capability-card {
  border: 1px solid #d8e2de;
  border-radius: 15px;
  background-color: rgba(255,255,255,.9);
  box-shadow: 0 13px 30px rgba(20,51,34,.06);
}
.capability-card:hover { background-color: #fff; box-shadow: 0 20px 38px rgba(20,51,34,.11); }
.capability-card.card-accent { border-color: #087729; box-shadow: 0 18px 40px rgba(8,119,41,.18); }

.innovation-section {
  color: #14201f;
  background: linear-gradient(180deg, #eef3f0, #f8faf8 18%, #f8faf8 100%);
}
.innovation-section .innovation-title > span,
.innovation-section .innovation-title strong { color: var(--green-deep); }
.innovation-section .innovation-copy p { color: #60706a; }
.innovation-section .innovation-copy .large-copy { color: #14201f; }
.principle-stack { display: grid; gap: .85rem; border: 0; }
.principle-card {
  min-height: 210px;
  padding: 2.4rem;
  border: 1px solid #d8e2de;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20,51,34,.055);
}
.principle-card > span { color: var(--green-deep); }
.principle-card p { color: #60706a; }

.luca-section {
  position: relative;
  z-index: 2;
  padding: 0 clamp(1.2rem, 4vw, 4.5rem) clamp(7rem, 10vw, 10rem);
  color: var(--paper);
  background: #f8faf8;
}
.luca-shell {
  position: relative;
  width: min(100%, 1600px);
  min-height: 720px;
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
  align-items: stretch;
  border: 1px solid rgba(126,223,151,.19);
  border-radius: clamp(20px, 2.4vw, 34px);
  background:
    radial-gradient(circle at 17% 48%, rgba(96,239,134,.12), transparent 31%),
    radial-gradient(circle at 78% 18%, rgba(185,248,201,.06), transparent 24%),
    linear-gradient(132deg, #07110c, #101b13 53%, #07100b);
  box-shadow: 0 34px 85px rgba(13,52,31,.18);
  isolation: isolate;
}
.luca-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .25;
  background-image:
    radial-gradient(circle, rgba(185,248,201,.23) 0 1px, transparent 1.2px),
    linear-gradient(100deg, transparent 0 48%, rgba(91,231,145,.035) 49% 50%, transparent 51% 100%);
  background-size: 31px 31px, 100% 100%;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.luca-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(185,248,201,.12);
  contain: layout paint;
}
.luca-visual::before,
.luca-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}
.luca-visual::before {
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(91,231,145,.08);
  box-shadow: 0 0 0 48px rgba(91,231,145,.025), 0 0 0 108px rgba(91,231,145,.016);
}
.luca-visual::after {
  width: 54%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(46,213,92,.1), transparent 67%);
  filter: blur(18px);
}
.luca-field {
  position: relative;
  z-index: 1;
  width: min(90%, 610px);
  aspect-ratio: 1;
}
.luca-axon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: var(--length);
  height: 1px;
  transform: rotate(var(--angle));
  transform-origin: left center;
  opacity: .16;
  background-image: linear-gradient(90deg, rgba(91,231,145,.08), rgba(91,231,145,.82));
  background-repeat: no-repeat;
  background-size: 0 100%;
  animation: luca-axon-birth 5.8s cubic-bezier(.2,.7,.25,1) infinite;
  animation-delay: var(--delay);
  animation-play-state: paused;
}
.luca-axon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  left: 0;
  width: 7px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background: #84f0a3;
  box-shadow: 0 0 12px rgba(91,231,145,.9);
  animation: luca-signal-travel 5.8s ease-in-out infinite;
  animation-delay: var(--delay);
  animation-play-state: paused;
}
.luca-axon > i {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(133,242,164,.62);
  border-radius: 46% 54% 51% 49%;
  opacity: 0;
  background: radial-gradient(circle at 42% 38%, #9df5b5 0 8%, #25a753 12% 27%, #0a2918 30% 100%);
  box-shadow: 0 0 0 5px rgba(91,231,145,.035), 0 0 20px rgba(91,231,145,.22);
  animation: luca-neuron-birth 5.8s ease-in-out infinite;
  animation-delay: var(--delay);
  animation-play-state: paused;
}
.luca-axon > i::before,
.luca-axon > i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 1px;
  background: rgba(133,242,164,.48);
  transform-origin: left center;
}
.luca-axon > i::before { transform: rotate(48deg); }
.luca-axon > i::after { transform: rotate(-53deg); }
.luca-origin-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: clamp(128px, 18vw, 190px);
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  display: grid;
  place-content: center;
  justify-items: center;
  border: 1px solid rgba(153,244,178,.64);
  border-radius: 44% 56% 49% 51% / 52% 45% 55% 48%;
  color: #effdf3;
  background:
    radial-gradient(circle at 42% 36%, rgba(196,255,211,.32), transparent 13%),
    radial-gradient(circle at 50% 48%, rgba(40,211,88,.34), transparent 39%),
    linear-gradient(145deg, #123e25, #06110c 72%);
  box-shadow: 0 0 0 13px rgba(91,231,145,.025), 0 0 70px rgba(38,211,88,.2), inset 0 0 35px rgba(91,231,145,.12);
  animation: luca-core-morph 7s ease-in-out infinite;
  animation-play-state: paused;
}
.luca-origin-core::before,
.luca-origin-core::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.luca-origin-core::before {
  inset: 12px;
  border: 1px solid rgba(185,248,201,.18);
  animation: luca-core-spin 13s linear infinite;
  animation-play-state: paused;
}
.luca-origin-core::after {
  inset: -19px;
  border: 1px dashed rgba(91,231,145,.17);
  animation: luca-core-spin 20s linear infinite reverse;
  animation-play-state: paused;
}
.luca-origin-core span {
  font-size: clamp(1.45rem, 2.7vw, 2.6rem);
  font-weight: 760;
  letter-spacing: .05em;
}
.luca-origin-core small {
  margin-top: .45rem;
  color: rgba(185,248,201,.52);
  font-size: .43rem;
  font-weight: 850;
  letter-spacing: .17em;
}
.luca-seed {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(91,231,145,.11);
  border-radius: 43% 57% 52% 48%;
  transform: translate(-50%,-50%);
  animation: luca-seed-spin 18s linear infinite;
  animation-play-state: paused;
}
.luca-seed.seed-one { width: 43%; aspect-ratio: 1; }
.luca-seed.seed-two { width: 58%; aspect-ratio: 1; animation-duration: 25s; animation-direction: reverse; }
.luca-seed.seed-three { width: 76%; aspect-ratio: 1; border-style: dashed; opacity: .42; animation-duration: 34s; }
.luca-generation-label {
  position: absolute;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
  color: rgba(185,248,201,.4);
  font-size: .48rem;
  font-weight: 850;
  letter-spacing: .19em;
  white-space: nowrap;
}
.is-luca-active .luca-axon,
.is-luca-active .luca-axon::after,
.is-luca-active .luca-axon > i,
.is-luca-active .luca-origin-core,
.is-luca-active .luca-origin-core::before,
.is-luca-active .luca-origin-core::after,
.is-luca-active .luca-seed { animation-play-state: running; }
.luca-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(4rem, 7vw, 8rem) clamp(2rem, 6vw, 7rem);
}
.luca-kicker {
  margin: 0;
  display: flex;
  align-items: center;
  gap: .65rem;
  color: #75e697;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .17em;
}
.luca-kicker i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(91,231,145,.7);
}
.luca-copy h2 {
  margin: 1.5rem 0 .9rem;
  color: var(--paper);
  font-size: clamp(3.7rem, 6.7vw, 7.4rem);
  font-weight: 540;
  line-height: .84;
  letter-spacing: -.065em;
}
.luca-copy h2 em {
  color: #63dc87;
  font-family: Georgia, serif;
  font-weight: 400;
}
.luca-expansion {
  margin: 0;
  color: rgba(185,248,201,.38);
  font-size: clamp(.52rem, .72vw, .68rem);
  font-weight: 800;
  letter-spacing: .21em;
}
.luca-lead {
  max-width: 650px;
  margin: 3rem 0 2rem;
  color: #c4f8d1;
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2.4rem);
  line-height: 1.22;
}
.luca-body {
  max-width: 690px;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(185,248,201,.16);
}
.luca-body p {
  margin: 0;
  color: rgba(241,240,232,.7);
  font-size: clamp(.92rem, 1.1vw, 1.05rem);
  line-height: 1.72;
}
.luca-body p + p { margin-top: 1.25rem; color: rgba(185,248,201,.58); }
.luca-status {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.luca-status span {
  padding: .55rem .72rem;
  border: 1px solid rgba(91,231,145,.18);
  border-radius: 999px;
  color: rgba(215,253,225,.64);
  background: rgba(91,231,145,.045);
  font-size: .48rem;
  font-weight: 850;
  letter-spacing: .1em;
}
.promise-section { background: linear-gradient(180deg, #f8faf8, var(--paper) 20%, var(--paper) 100%); }
.marquee { background: linear-gradient(to bottom, var(--paper), #9da8a1 52%, #0a1c13 100%); }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(.75); opacity: 0; } 35% { opacity: .55; } 100% { transform: scale(1.4); opacity: 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes formula-float { to { translate: 16px -12px; opacity: .58; } }
@keyframes stream-particle { from { left: 0; transform: scaleX(.6); } to { left: calc(100% - 10px); transform: scaleX(1.3); } }
@keyframes water-undulate { 0% { translate: -4px -2px; transform: skewX(-.8deg); } 48% { translate: 5px 4px; transform: skewX(.6deg); } 100% { translate: -1px 9px; transform: skewX(-.3deg); } }
@keyframes module-status-pulse { 50% { opacity: .35; transform: scale(.75); } }
@keyframes module-refresh { 45% { opacity: .62; transform: translateY(4px); } }
@keyframes confidence-packet { 0% { left: 0; opacity: 0; transform: scale(.65); } 14% { opacity: 1; } 82% { opacity: 1; } 100% { left: calc(100% - 8px); opacity: 0; transform: scale(1.2); } }
@keyframes confidence-core-breathe { 50% { border-color: rgba(34,211,94,.7); box-shadow: 0 22px 46px rgba(8,70,33,.3), inset 0 0 34px rgba(34,211,94,.15); } }
@keyframes confidence-meter-shine { 55%, 100% { transform: translateX(120%); } }
@keyframes confidence-scan { 0%, 18% { transform: translateX(-110%); } 58%, 100% { transform: translateX(110%); } }
@keyframes luca-axon-birth {
  0%, 8% { opacity: 0; background-size: 0 100%; }
  36%, 72% { opacity: .8; background-size: 100% 100%; }
  100% { opacity: .06; background-size: 100% 100%; }
}
@keyframes luca-signal-travel {
  0%, 14% { left: 0; opacity: 0; }
  24% { opacity: 1; }
  54% { left: calc(100% - 7px); opacity: 1; }
  64%, 100% { left: calc(100% - 7px); opacity: 0; }
}
@keyframes luca-neuron-birth {
  0%, 42% { opacity: 0; transform: scale(.2) rotate(-16deg); }
  58% { opacity: 1; transform: scale(1.2) rotate(4deg); }
  72%, 90% { opacity: .9; transform: scale(1) rotate(0); }
  100% { opacity: .14; transform: scale(.74) rotate(10deg); }
}
@keyframes luca-core-morph {
  0%, 100% { border-radius: 44% 56% 49% 51% / 52% 45% 55% 48%; transform: translate(-50%,-50%) scale(1); }
  46% { border-radius: 53% 47% 43% 57% / 44% 56% 46% 54%; transform: translate(-50%,-50%) scale(1.045); }
  72% { border-radius: 47% 53% 57% 43% / 56% 43% 57% 44%; transform: translate(-50%,-50%) scale(.985); }
}
@keyframes luca-core-spin { to { transform: rotate(360deg); } }
@keyframes luca-seed-spin {
  from { transform: translate(-50%,-50%) rotate(0); }
  to { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes intro-divider-drop {
  0% { opacity: 0; transform: translateY(-48vh) scaleY(.25); }
  62% { opacity: 1; transform: translateY(7px) scaleY(1); }
  82% { transform: translateY(-3px) scaleY(1); }
  100% { opacity: 1; transform: translateY(0) scaleY(1); }
}
@keyframes intro-butterfly-flight {
  0% { opacity: 0; transform: translate(-55vw, 24vh) rotate(-14deg) scale(.52); }
  4% { opacity: .72; transform: translate(-52vw, 20vh) rotate(-10deg) scale(.55); }
  9% { opacity: 1; transform: translate(-48vw, 13vh) rotate(-3deg) scale(.58); }
  15% { transform: translate(-43vw, 5vh) rotate(7deg) scale(.62); }
  21% { transform: translate(-38vw, -.5vh) rotate(10deg) scale(.66); }
  28% { transform: translate(-32.5vw, -7vh) rotate(3deg) scale(.7); }
  35% { transform: translate(-27.5vw, -11vh) rotate(-7deg) scale(.74); }
  42% { transform: translate(-23vw, -8vh) rotate(-10deg) scale(.78); }
  49% { transform: translate(-18.5vw, -2vh) rotate(-4deg) scale(.82); }
  56% { transform: translate(-14.5vw, 3.5vh) rotate(7deg) scale(.86); }
  63% { transform: translate(-11vw, 5vh) rotate(9deg) scale(.89); }
  70% { transform: translate(-8vw, 1.5vh) rotate(3deg) scale(.92); }
  77% { transform: translate(-5.5vw, -4vh) rotate(-6deg) scale(.95); }
  84% { transform: translate(-3.5vw, -3vh) rotate(-5deg) scale(.97); }
  90% { transform: translate(-1.8vw, .5vh) rotate(3deg) scale(.985); }
  95% { transform: translate(-.7vw, -1.2vh) rotate(-2deg) scale(.995); }
  100% { opacity: 1; transform: translate(0, -50%) rotate(0) scale(1); }
}
@keyframes intro-wing-left {
  0% { transform: perspective(190px) rotateY(4deg) scaleX(.98); }
  14% { transform: perspective(190px) rotateY(27deg) scaleX(.78); }
  30% { transform: perspective(190px) rotateY(58deg) scaleX(.45); }
  46% { transform: perspective(190px) rotateY(72deg) scaleX(.25); }
  60% { transform: perspective(190px) rotateY(51deg) scaleX(.52); }
  77% { transform: perspective(190px) rotateY(20deg) scaleX(.83); }
  90% { transform: perspective(190px) rotateY(7deg) scaleX(.96); }
  100% { transform: perspective(190px) rotateY(4deg) scaleX(.98); }
}
@keyframes intro-wing-right {
  0% { transform: perspective(190px) rotateY(-4deg) scaleX(.98); }
  14% { transform: perspective(190px) rotateY(-24deg) scaleX(.8); }
  30% { transform: perspective(190px) rotateY(-55deg) scaleX(.48); }
  46% { transform: perspective(190px) rotateY(-70deg) scaleX(.27); }
  60% { transform: perspective(190px) rotateY(-49deg) scaleX(.54); }
  77% { transform: perspective(190px) rotateY(-18deg) scaleX(.85); }
  90% { transform: perspective(190px) rotateY(-6deg) scaleX(.97); }
  100% { transform: perspective(190px) rotateY(-4deg) scaleX(.98); }
}
@keyframes intro-final-wing-left { 0%, 100% { transform: perspective(160px) rotateY(0deg) scaleX(1); } 45% { transform: perspective(160px) rotateY(74deg) scaleX(.23); } }
@keyframes intro-final-wing-right { 0%, 100% { transform: perspective(160px) rotateY(0deg) scaleX(1); } 45% { transform: perspective(160px) rotateY(-74deg) scaleX(.23); } }
@keyframes intro-wing-sequence-left {
  0% { transform: perspective(340px) rotateY(76deg) scaleX(.24); }
  12% { transform: perspective(340px) rotateY(0deg) scaleX(1); }
  22% { transform: perspective(340px) rotateY(72deg) scaleX(.29); }
  34% { transform: perspective(340px) rotateY(0deg) scaleX(1); }
  45% { transform: perspective(340px) rotateY(70deg) scaleX(.32); }
  68% { transform: perspective(340px) rotateY(0deg) scaleX(1); }
  88% { transform: perspective(340px) rotateY(68deg) scaleX(.35); }
  100% { transform: perspective(340px) rotateY(0deg) scaleX(1); }
}
@keyframes intro-wing-sequence-right {
  0% { transform: perspective(340px) rotateY(-76deg) scaleX(.24); }
  12% { transform: perspective(340px) rotateY(0deg) scaleX(1); }
  22% { transform: perspective(340px) rotateY(-72deg) scaleX(.29); }
  34% { transform: perspective(340px) rotateY(0deg) scaleX(1); }
  45% { transform: perspective(340px) rotateY(-70deg) scaleX(.32); }
  68% { transform: perspective(340px) rotateY(0deg) scaleX(1); }
  88% { transform: perspective(340px) rotateY(-68deg) scaleX(.35); }
  100% { transform: perspective(340px) rotateY(0deg) scaleX(1); }
}
@media (max-width: 900px) {
  .site-header, .site-header.is-scrolled { height: 72px; grid-template-columns: 1fr auto auto; gap: .6rem; }
  .site-header > nav { display: none; }
  .mobile-menu-toggle { width: 43px; height: 43px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(185,248,201,.26); border-radius: 11px; color: inherit; background: rgba(255,255,255,.05); cursor: pointer; }
  .mobile-menu-toggle i { width: 19px; height: 1.5px; display: block; border-radius: 999px; background: currentColor; transition: transform .3s ease, opacity .25s ease; }
  .mobile-menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .mobile-menu-backdrop { position: fixed; inset: 72px 0 0; z-index: 66; display: block; pointer-events: none; opacity: 0; background: rgba(3,10,7,.62); backdrop-filter: blur(4px); transition: opacity .3s ease; }
  .mobile-menu-backdrop.is-open { pointer-events: auto; opacity: 1; }
  .mobile-nav-panel { position: fixed; z-index: 67; top: 72px; right: 0; bottom: 0; width: min(88vw, 410px); padding: 1.4rem; display: flex; flex-direction: column; color: var(--paper); background: linear-gradient(160deg, #0b2b1b, #06100c 70%); box-shadow: -25px 0 70px rgba(0,0,0,.28); transform: translateX(105%); visibility: hidden; transition: transform .38s cubic-bezier(.2,.7,.25,1), visibility .38s; }
  .mobile-nav-panel.is-open { transform: translateX(0); visibility: visible; }
  .mobile-nav-brand { display: flex; align-items: center; padding: .7rem .55rem 1.35rem; border-bottom: 1px solid rgba(255,255,255,.11); }
  .mobile-nav-brand img.brand-logo { width: min(100%, 210px); height: auto; padding: .42rem .55rem; border-radius: 8px; background: #f8faf8; }
  .mobile-nav-panel nav { display: grid; gap: .28rem; margin-top: 1.25rem; }
  .mobile-nav-panel nav a { min-height: 49px; display: grid; grid-template-columns: 32px 1fr; align-items: center; padding: 0 .75rem; border: 1px solid transparent; border-radius: 9px; color: rgba(241,240,232,.78); font-size: .8rem; }
  .mobile-nav-panel nav a:hover, .mobile-nav-panel nav a:focus-visible { color: #fff; border-color: rgba(34,211,94,.26); background: rgba(34,211,94,.09); }
  .mobile-nav-panel nav a span { color: var(--green); font-size: .52rem; letter-spacing: .08em; }
  .mobile-nav-cta { min-height: 52px; margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding: 0 1rem; border-radius: 10px; color: #06110c; background: var(--green); font-size: .8rem; font-weight: 850; }
  .mobile-nav-foot { margin-top: 1rem; color: rgba(241,240,232,.34); font-size: .43rem; letter-spacing: .12em; text-align: center; }
  body.menu-open { overflow: hidden; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-system { display: none; }
  .mobile-hero-dashboard { position: relative; top: auto; right: auto; width: min(100%, 620px); margin-top: 1rem; transform: none; justify-self: center; }
  .manifesto { grid-template-columns: 1fr 1fr; }
  .manifesto-index { grid-column: 1 / -1; }
  .manifesto-visual { width: min(44vw, 420px); }
  .manifesto-detail { grid-template-columns: 1fr; margin-left: 0; }
  .measure-flow-layout { grid-template-columns: 1fr; }
  .measure-visual-sticky { position: relative; top: auto; min-height: auto; }
  .measure-flow { min-height: 600px; }
  .measure-step { min-height: auto; }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .kpi-card:nth-child(2) { border-right: 0; }
  .kpi-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .kpi-card,
  .kpi-card:nth-child(2),
  .kpi-card:nth-child(-n+2) { border: 1px solid #d7e0de; }
  .module-preview-heading { grid-template-columns: 1fr; gap: 2.5rem; }
  .module-tabs { grid-template-columns: 1fr; overflow: visible; }
  .module-tab { min-width: 0; }
  .module-window { grid-template-columns: 185px minmax(0, 1fr); }
  .module-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .module-lower-grid { grid-template-columns: 1fr; }
  .system-layout { grid-template-columns: 1fr; }
  .system-sticky { position: relative; top: auto; min-height: auto; }
  .core-visual { width: min(78vw, 500px); }
  .system-step { min-height: auto; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .innovation-grid, .promise-section, .about-section, .contact-section { grid-template-columns: 1fr; }
  .innovation-copy { position: relative; top: auto; }
  .luca-shell { min-height: 0; grid-template-columns: 1fr; }
  .luca-visual { min-height: 560px; border-right: 0; border-bottom: 1px solid rgba(185,248,201,.12); }
  .luca-copy { padding: clamp(3.5rem, 9vw, 6rem); }
  .confidence-engine { width: min(100%, 560px); justify-self: center; order: 2; }
  .contact-mark { width: min(62vw, 420px); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-legal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .brand-intro::before { background-size: 38px 38px; }
  .intro-lockup { width: 96vw; height: auto; }
  .intro-status { bottom: 1.4rem; font-size: .42rem; letter-spacing: .1em; }
  .site-header, .site-header.is-scrolled { padding-inline: 1rem; color: #14201f; border-bottom-color: #dbe3e0; background: rgba(248,250,249,.985); backdrop-filter: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .header-actions { gap: .35rem; }
  .header-cta { display: none; }
  .language-switcher { padding: 2px; }
  .language-switcher button { min-width: 28px; height: 25px; padding: 0 .35rem; font-size: .5rem; }
  .brand { color: #14201f; }
  .brand img.brand-logo { width: 136px; height: auto; max-height: 47px; }
  .mobile-menu-toggle { color: #14201f; border-color: #d7e0de; background: #fff; }
  .mobile-nav-panel { width: 100%; }
  .hero { min-height: auto; padding: 112px 1rem 72px; color: var(--paper); text-align: center; background: radial-gradient(circle at 50% 26%, rgba(34,211,94,.19), transparent 26%), linear-gradient(155deg, #092416, #06110c 72%); }
  .hero::before { inset: 72px 0 0; background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
  .hero h1 { color: var(--paper); font-size: clamp(2.9rem, 13vw, 4.2rem); line-height: .9; }
  .hero .eyebrow { justify-content: center; color: var(--mint); font-size: .55rem; }
  .hero-lead { margin-inline: auto; color: var(--muted); font-size: .93rem; line-height: 1.58; }
  .hero-explainer { margin-inline: auto; padding: .8rem .9rem; border: 1px solid rgba(91,231,145,.22); border-left-width: 1px; border-radius: 10px; color: rgba(238,248,242,.78); background: rgba(12,48,27,.48); font-size: .79rem; line-height: 1.5; text-align: left; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: .75rem; }
  .hero-actions .button { justify-content: space-between; }
  .hero-actions .text-link { align-self: center; color: var(--paper); border-bottom-color: rgba(255,255,255,.35); }
  .hero-system { display: none; }
  .hero-foot { display: none; }
  .mobile-hero-dashboard { position: relative; top: auto; right: auto; width: 100%; margin-top: 1.2rem; padding: .85rem; display: block; transform: none; border: 1px solid rgba(91,231,145,.22); border-radius: 16px; color: #eef8f2; background: rgba(3,19,12,.9); box-shadow: 0 24px 50px rgba(0,0,0,.26); backdrop-filter: none; text-align: left; }
  .mobile-hero-dashboard > header { display: flex; align-items: center; justify-content: space-between; gap: .7rem; padding: .2rem .2rem .75rem; }
  .mobile-hero-dashboard > header > span { display: flex; align-items: center; gap: .45rem; font-size: .53rem; font-weight: 850; letter-spacing: .09em; }
  .mobile-hero-dashboard > header img { width: 22px; height: 22px; object-fit: contain; }
  .mobile-hero-dashboard > header small { display: flex; align-items: center; gap: .35rem; color: rgba(238,248,242,.48); font-size: .4rem; letter-spacing: .08em; }
  .mobile-hero-dashboard > header small i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
  .mobile-dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
  .mobile-dashboard-grid article { min-height: 116px; padding: .8rem; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: linear-gradient(145deg, rgba(17,57,36,.82), rgba(5,24,15,.9)); }
  .mobile-dashboard-grid article > span { color: rgba(238,248,242,.54); font-size: .43rem; font-weight: 850; letter-spacing: .08em; }
  .mobile-dashboard-grid article > strong { margin: auto 0 .42rem; color: #fff; font-size: 2.05rem; line-height: 1; letter-spacing: -.05em; }
  .mobile-dashboard-grid article > strong small { color: var(--green); font-size: .8rem; }
  .mobile-dashboard-grid article > p { margin: 0; color: #79e6a3; font-size: .45rem; }
  .mobile-dashboard-grid article > p i { font-style: normal; }
  .mobile-dashboard-grid .warning-copy { color: #f5bd64; }
  .mobile-forecast-card { grid-column: 1 / -1; min-height: 126px !important; display: grid !important; grid-template-columns: 1fr 1fr; align-items: end; }
  .mobile-forecast-card > span { grid-column: 1 / -1; }
  .mobile-mini-chart { height: 72px; display: flex; align-items: end; gap: 5px; }
  .mobile-mini-chart i { width: 100%; height: var(--h); border-radius: 3px 3px 1px 1px; background: linear-gradient(to top, #159442, #45e178); box-shadow: 0 0 9px rgba(34,211,94,.12); }
  .trust-strip { min-height: auto; padding: 3rem 1.2rem 2.4rem; grid-template-columns: 1fr 1fr; gap: 1rem; background: linear-gradient(to bottom, #06110c 0, #687069 36px, var(--paper) 86px, var(--paper) 100%); }
  .trust-strip > span { grid-column: 1 / -1; margin-bottom: .5rem; text-align: center; }
  .trust-strip > div { padding: .7rem; border: 1px solid rgba(8,119,41,.12); border-radius: 10px; background: rgba(255,255,255,.38); }
  .trust-strip > div:last-child { grid-column: 1 / -1; justify-content: center; }
  .formula-water-field { opacity: .62; }
  .water-formula:nth-child(n+14) { display: none; }
  .water-formula { will-change: transform; }
  .assembly-item { will-change: transform, opacity; }
  .industries-section { padding-inline: 1.2rem; }
  .industries-heading { grid-template-columns: 1fr; gap: .9rem; }
  .industries-heading h2 { font-size: clamp(1.55rem, 7.2vw, 2.25rem); line-height: 1.08; }
  .industries-list { margin-top: 2rem; }
  .industries-list li { flex-basis: 50%; padding: .95rem .45rem; font-size: .65rem; }
  .industries-list li:nth-child(2n)::after { display: none; }
  .industries-note { text-align: left; }
  .manifesto { grid-template-columns: 1fr; gap: 3rem; }
  .manifesto-index { grid-column: auto; }
  .manifesto-visual { width: min(86vw, 420px); justify-self: center; }
  .neural-formulas { opacity: .58; }
  .manifesto-detail { grid-template-columns: 1fr; gap: 1.5rem; }
  .measure-section { padding-inline: 1.2rem; }
  .measure-heading { margin-bottom: 5rem; }
  .measure-heading h2 { font-size: clamp(3.3rem, 15vw, 5.2rem); }
  .measure-flow { min-height: 520px; border-radius: 18px; }
  .stream-source { left: 3%; width: 115px; grid-template-columns: 20px 1fr; padding: .55rem; }
  .stream-source small { display: none; }
  .stream-line { left: 26%; width: 37%; }
  .transition-ai-core { left: 65%; width: 145px; }
  .transition-core-content img { width: 38px; height: 38px; }
  .transition-core-content strong { font-size: .58rem; }
  .transition-core-content small { max-width: 102px; font-size: .36rem; }
  .core-output { left: 84%; }
  .core-output span { display: none; }
  .measure-step { padding-block: 4rem; }
  .kpi-grid { grid-template-columns: 1fr; }
  .kpi-card { min-height: 240px; border: 1px solid #d7e0de; }
  .kpi-card:last-child { border: 1px solid #d7e0de; }
  .module-preview-section { padding-inline: 1.2rem; }
  .module-showcase { border-radius: 14px; }
  .module-window { grid-template-columns: 1fr; }
  .module-sidebar { display: none; }
  .module-dashboard { padding: 1rem; }
  .module-dashboard-head { align-items: flex-start; flex-direction: column; }
  .module-dashboard-actions { width: 100%; justify-content: space-between; }
  .module-dashboard-actions button span { display: none; }
  .module-kpi-grid { grid-template-columns: 1fr 1fr; }
  .module-kpi { min-height: 132px; }
  .module-kpi > strong { font-size: 2rem; }
  .module-panel { min-height: 320px; }
  .chart-bars { gap: .28rem; }
  .system-section, .capability-section, .innovation-section { padding-inline: 1.2rem; }
  .section-heading { margin-bottom: 5rem; }
  .system-step { grid-template-columns: 36px 1fr; gap: 1rem; padding-block: 4rem; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 315px; }
  .innovation-grid { margin-top: 6rem; }
  .principle-card { grid-template-columns: 40px 1fr; gap: 1rem; padding: 1.5rem; }
  .luca-section { padding: 0 .8rem 5.5rem; }
  .luca-shell { border-radius: 18px; }
  .luca-visual { min-height: 390px; }
  .luca-field { width: min(104%, 390px); }
  .luca-axon:nth-child(n+8) { display: none; }
  .luca-seed.seed-three { display: none; }
  .luca-origin-core { width: 118px; }
  .luca-origin-core span { font-size: 1.5rem; }
  .luca-copy { padding: 3.3rem 1.25rem 3.7rem; }
  .luca-copy h2 { font-size: clamp(3.25rem, 16vw, 4.8rem); }
  .luca-expansion { max-width: 250px; line-height: 1.6; }
  .luca-lead { margin-top: 2.2rem; font-size: 1.45rem; }
  .luca-body { padding-top: 1.25rem; }
  .luca-status { margin-top: 2rem; }
  .luca-status span { font-size: .43rem; }
  .promise-section, .about-section, .contact-section { padding-inline: 1.2rem; }
  .about-heading h2 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  .about-copy { padding-top: 1.25rem; }
  .about-copy p { font-size: .95rem; line-height: 1.7; }
  .confidence-engine { min-height: 390px; border-radius: 18px; }
  .confidence-inputs { left: 3%; width: 29%; }
  .confidence-inputs > span { min-height: 43px; padding: .5rem; }
  .confidence-inputs small { display: none; }
  .confidence-core-chip { left: 49%; width: 88px; height: 116px; border-radius: 18px; }
  .confidence-core-chip img { width: 27px; height: 27px; }
  .confidence-core-chip strong { font-size: .48rem; }
  .confidence-core-chip small { display: none; }
  .confidence-output-path { left: 61%; width: 10%; }
  .confidence-output-card { right: 3%; width: 29%; min-height: 156px; padding: .7rem; }
  .confidence-output-card > strong { font-size: 2.2rem; }
  .confidence-output-card > p { line-height: 1.35; }
  .contact-mark img { width: 90px; height: 90px; }
  .site-footer { grid-template-columns: 1fr; gap: 2.25rem; padding-block: 2.5rem 2rem; }
  .footer-legal-grid { grid-template-columns: 1fr; gap: .9rem; }
  .footer-activity { grid-column: auto; }
  .footer-closing { align-items: flex-start; flex-direction: column; gap: .55rem; }
  .footer-policy-links { width: 100%; gap: .35rem 1rem; }
  .analytics-consent { bottom: max(.65rem, env(safe-area-inset-bottom)); padding: 1rem; grid-template-columns: 1fr; gap: .9rem; border-radius: 13px; }
  .analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-consent-actions button { min-width: 0; padding-inline: .55rem; white-space: normal; }
}
@media (max-width: 720px) {
  .noise,
  .water-ripple,
  .water-sheen { display: none; }

  .water-formula > i,
  .system-orbit,
  .signal,
  .neural-formulas span,
  .manifesto-orbit,
  .ring-b,
  .module-status i,
  .confidence-core-chip,
  .confidence-meter > i::after,
  .marquee div,
  .mobile-hero-dashboard > header small i { animation: none !important; }

  .info-stream .stream-line i:nth-child(n+2),
  .confidence-path i:nth-child(n+2),
  .confidence-output-path i:nth-child(n+2) { display: none; }

  .info-stream.is-active .stream-line i { animation-duration: 2.2s; }
  .info-stream.is-complete .stream-line i { animation-duration: 4s; }
  .ring-a { animation-duration: 32s; }
  .core-rings { animation-duration: 38s; }
  .confidence-field-label i { animation-duration: 2.4s; }
  .confidence-path i,
  .confidence-output-path i { animation-duration: 2.8s; }

  .system-node,
  .manifesto-satellite,
  .stream-source,
  .module-window::after,
  .confidence-output-card { backdrop-filter: none; }

  .luca-visual::after { filter: none; opacity: .48; }
  .luca-shell { box-shadow: 0 20px 50px rgba(13,52,31,.14); }

  .assembly-item,
  .assembly-char { will-change: auto; }

  .mobile-assembly-item { backface-visibility: hidden; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .water-formula { transform: none !important; filter: none !important; }
  .brand-intro-skip, .intro-status { display: none; }
}

/* Legal pages — built from the existing MetavaSys design system. */
.legal-page-body {
  min-height: 100vh;
  overflow-x: hidden;
  color: #14201f;
  background: #f5f7f5;
}
.legal-page-body a:focus-visible,
.legal-page-body button:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}
.legal-page-body .skip-link {
  position: fixed;
  z-index: 1000;
  top: .7rem;
  left: .7rem;
  padding: .75rem 1rem;
  border-radius: 9px;
  color: #fff;
  background: #087729;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.legal-page-body .skip-link:focus { transform: translateY(0); }
.legal-site-header {
  color: #14201f;
  background: rgba(250, 252, 250, .94);
  border-bottom-color: rgba(20, 32, 31, .12);
  box-shadow: 0 14px 40px rgba(8, 35, 22, .06);
}
.legal-site-header > nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.3rem, 3vw, 3rem);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.legal-site-header > nav a {
  position: relative;
  padding: .55rem .05rem;
  color: #476057;
}
.legal-site-header > nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.legal-site-header > nav a:hover::after,
.legal-site-header > nav a:focus-visible::after,
.legal-site-header > nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}
.legal-site-header > nav a[aria-current="page"] { color: #087729; }
.legal-site-header .language-switcher {
  color: #263b34;
  border-color: rgba(20, 32, 31, .15);
  background: #fff;
}
.legal-site-header .language-switcher button { color: #536860; }
.legal-site-header .language-switcher button.active { color: #fff; background: #087729; }
.legal-back-link { white-space: nowrap; }
.legal-page-main { min-height: 80vh; }
.legal-hero {
  position: relative;
  min-height: 440px;
  padding: clamp(9.5rem, 15vw, 12.5rem) clamp(1.2rem, 7vw, 8.5rem) clamp(4.5rem, 7vw, 6.5rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #eff8f1;
  background:
    radial-gradient(circle at 82% 32%, rgba(34, 211, 94, .18), transparent 29%),
    linear-gradient(135deg, #07110d, #0d2b1a 72%, #123922);
}
.legal-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .26;
  background-image:
    linear-gradient(rgba(185, 248, 201, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 248, 201, .1) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
}
.legal-hero > div {
  position: relative;
  z-index: 1;
  width: min(100%, 970px);
}
.legal-eyebrow,
.legal-updated {
  color: #75e99f;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.legal-hero h1 {
  margin: .9rem 0 1rem;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .92;
  letter-spacing: -.06em;
}
.legal-hero > div > p:not(.legal-eyebrow, .legal-updated) {
  max-width: 720px;
  color: rgba(239, 248, 241, .74);
  font-size: clamp(.96rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}
.legal-updated { margin-top: 1.7rem; color: rgba(185, 248, 201, .62); }
.legal-content-layout {
  width: min(100% - 2.4rem, 1220px);
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 800px);
  justify-content: space-between;
  gap: clamp(3rem, 8vw, 8rem);
}
.legal-toc {
  position: sticky;
  top: 8.5rem;
  align-self: start;
  display: grid;
  gap: .2rem;
  border-top: 1px solid rgba(20, 32, 31, .18);
}
.legal-toc > span {
  padding: 1.2rem 0 .7rem;
  color: #087729;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .16em;
}
.legal-toc a {
  padding: .5rem 0;
  color: #63756e;
  font-size: .69rem;
  line-height: 1.3;
  transition: color .2s ease, transform .2s ease;
}
.legal-toc a:hover,
.legal-toc a:focus-visible { color: #087729; transform: translateX(4px); }
.legal-document { min-width: 0; }
.legal-document[hidden] { display: none !important; }
.legal-document > section {
  position: relative;
  padding: 0 0 clamp(3.6rem, 7vw, 6rem) 3.4rem;
  scroll-margin-top: 8.5rem;
}
.legal-document > section:last-child { padding-bottom: 0; }
.legal-document > section::before {
  position: absolute;
  top: .25rem;
  bottom: 0;
  left: 1rem;
  width: 1px;
  content: "";
  background: linear-gradient(#52d57c, rgba(82, 213, 124, .06));
}
.legal-document > section > span {
  position: absolute;
  top: .1rem;
  left: 0;
  color: #087729;
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.legal-document h2 {
  max-width: 720px;
  margin-bottom: 1.4rem;
  color: #11231c;
  font-size: clamp(1.55rem, 3.1vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.legal-document h3 {
  margin: 2rem 0 .6rem;
  color: #183b2a;
  font-size: .9rem;
  line-height: 1.35;
}
.legal-document p,
.legal-document li {
  color: #4e625a;
  font-size: .9rem;
  line-height: 1.82;
}
.legal-document p + p { margin-top: 1rem; }
.legal-document ul { margin: .9rem 0 0; padding-left: 1.25rem; }
.legal-document li + li { margin-top: .75rem; }
.legal-document strong { color: #1b372b; }
.legal-document a {
  color: #087729;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}
.legal-status-note {
  margin-top: 1.7rem;
  padding: 1.35rem;
  border: 1px solid rgba(8, 119, 41, .17);
  border-left: 3px solid #22b34b;
  border-radius: 0 12px 12px 0;
  background: rgba(34, 211, 94, .055);
}
.legal-status-note > strong {
  color: #087729;
  font-size: .64rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legal-status-note p { margin-top: .5rem !important; }
.legal-page-footer {
  padding: 2.7rem clamp(1.2rem, 5vw, 6rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  color: rgba(241, 240, 232, .55);
  background: #07110d;
  border-top: 1px solid rgba(185, 248, 201, .12);
  font-size: .64rem;
}
.legal-page-footer .footer-brand { width: 145px; filter: brightness(0) invert(1); opacity: .88; }
.legal-page-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem 1.4rem; }
.legal-page-footer nav a { color: rgba(241, 240, 232, .68); }
.legal-page-footer nav a:hover,
.legal-page-footer nav a:focus-visible,
.legal-page-footer nav a[aria-current="page"] { color: #75e99f; }
.legal-page-footer p { justify-self: end; text-align: right; }

@media (max-width: 900px) {
  .legal-site-header > nav { display: none; }
  .legal-content-layout { grid-template-columns: 1fr; gap: 3rem; }
  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .15rem 1.2rem;
  }
  .legal-toc > span { grid-column: 1 / -1; }
  .legal-page-footer { grid-template-columns: 1fr auto; }
  .legal-page-footer p { grid-column: 1 / -1; justify-self: start; text-align: left; }
}

@media (max-width: 620px) {
  .legal-site-header { padding-inline: 1rem; }
  .legal-site-header .brand { width: 132px; }
  .legal-site-header .header-actions { gap: .45rem; }
  .legal-site-header .header-cta { display: none; }
  .legal-hero {
    min-height: 390px;
    padding: 8.7rem 1.2rem 3.8rem;
  }
  .legal-hero::before { background-size: 48px 48px; }
  .legal-hero h1 { font-size: clamp(2.85rem, 14vw, 4.4rem); }
  .legal-hero > div > p:not(.legal-eyebrow, .legal-updated) { font-size: .9rem; line-height: 1.6; }
  .legal-content-layout { width: min(100% - 2.4rem, 1220px); padding-block: 4rem; }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-toc > span { grid-column: auto; }
  .legal-toc a { padding-block: .44rem; }
  .legal-document > section { padding-left: 2.5rem; }
  .legal-document > section::before { left: .72rem; }
  .legal-document h2 { font-size: clamp(1.5rem, 8.2vw, 2rem); }
  .legal-document p,
  .legal-document li { font-size: .84rem; line-height: 1.75; }
  .legal-page-footer { grid-template-columns: 1fr; align-items: start; gap: 1.5rem; }
  .legal-page-footer nav { justify-content: flex-start; }
  .legal-page-footer p { grid-column: auto; }
}
