:root {
  --ink: #eaf1fc;
  --muted: #9faec3;
  --faint: #6d7d97;
  --night: #07111f;
  --surface: #0d1a2d;
  --surface-2: #10223a;
  --line: rgba(174, 202, 242, .15);
  --line-strong: rgba(174, 202, 242, .3);
  --blue: #6a82ff;
  --cyan: #52dbff;
  --mint: #71edbc;
  --coral: #ff8e93;
  --shell: min(1180px, calc(100% - 48px));
  --radius: 24px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--night);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  z-index: -3;
  inset: 0;
  content: "";
  background-image: linear-gradient(rgba(115, 147, 198, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(115, 147, 198, .045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
  pointer-events: none;
}
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin: 0 auto; }
.section { position: relative; padding: 132px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; left: 16px; top: -60px; padding: 10px 14px; color: #06101e; background: white; border-radius: 7px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.page-glow { position: fixed; z-index: -2; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.page-glow--one { width: 620px; height: 620px; top: -260px; right: -180px; background: radial-gradient(circle, rgba(72, 98, 255, .24), transparent 68%); }
.page-glow--two { width: 640px; height: 640px; top: 1290px; left: -390px; background: radial-gradient(circle, rgba(55, 213, 207, .13), transparent 69%); }

.site-header { position: fixed; z-index: 20; top: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(7, 17, 31, .7); backdrop-filter: blur(18px); }
.nav-shell { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.official-logo-shell { display: inline-flex; align-items: center; width: 180px; padding: 3px 7px; border: 1px solid rgba(255,255,255,.58); border-radius: 11px; background: #f5f8ff; box-shadow: 0 5px 18px rgba(0,0,0,.16); }
.official-logo { display: block; width: 100%; height: auto; }
.official-logo-shell--footer { width: 154px; padding: 2px 6px; border-radius: 9px; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; color: #b5c4db; text-decoration: none; font-size: 13px; font-weight: 650; letter-spacing: .01em; }
.primary-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; content: ""; transform: scaleX(0); transform-origin: left; background: var(--cyan); transition: transform .2s; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: white; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.hero { min-height: 790px; display: grid; align-items: center; padding-top: 125px; padding-bottom: 64px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); gap: clamp(42px, 6vw, 96px); align-items: center; }
.eyebrow { display: flex; gap: 9px; align-items: center; margin: 0 0 19px; color: #91a6ff; font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(113, 237, 188, .12), 0 0 16px rgba(113, 237, 188, .8); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.058em; line-height: .98; }
h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(50px, 6.25vw, 84px); font-weight: 740; }
h2 { margin-bottom: 26px; font-size: clamp(39px, 5.2vw, 66px); font-weight: 720; }
.hero-lead { max-width: 570px; margin-bottom: 33px; color: var(--muted); font-size: clamp(17px, 1.55vw, 20px); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 23px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 0 19px; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #061022; background: linear-gradient(135deg, #72e6fd, #8aa1ff); box-shadow: 0 12px 30px rgba(95, 127, 255, .23); }
.button--primary:hover { box-shadow: 0 17px 34px rgba(95, 127, 255, .36); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: #cfdbed; font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--cyan); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero-facts { display: flex; gap: 34px; margin: 51px 0 0; }
.hero-facts div { padding-left: 13px; border-left: 1px solid var(--line-strong); }
.hero-facts dt { margin-bottom: 3px; color: #e8f0fd; font-size: 12px; font-weight: 750; }
.hero-facts dd { margin: 0; color: var(--faint); font-size: 12px; }

.hero-visual { position: relative; min-height: 515px; overflow: hidden; border: 1px solid rgba(164, 192, 243, .2); border-radius: 28px; background: radial-gradient(circle at 70% 45%, rgba(74, 105, 255, .17), transparent 29%), linear-gradient(130deg, rgba(19, 38, 65, .95), rgba(8, 22, 40, .86)); box-shadow: inset 0 1px rgba(255,255,255,.05), 0 30px 75px rgba(0, 0, 0, .22); }
.hero-visual::before, .hero-visual::after { position: absolute; content: ""; pointer-events: none; }
.hero-visual::before { inset: 0; opacity: .58; background-image: linear-gradient(rgba(155, 187, 237, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(155, 187, 237, .075) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(120deg, #000, transparent 95%); }
.hero-visual::after { width: 320px; height: 320px; top: 100px; left: 160px; border: 1px solid rgba(117, 216, 255, .14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(117, 216, 255, .025), 0 0 0 112px rgba(117, 216, 255, .017); }
.visual-topline { position: absolute; z-index: 2; top: 22px; right: 25px; left: 25px; display: flex; justify-content: space-between; color: #8da1bd; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.visual-topline span:last-child { color: #587095; }
.signal-path { position: absolute; z-index: 1; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(82, 219, 255, .25), rgba(130, 139, 255, .82), rgba(113, 237, 188, .1)); }
.signal-path::after { position: absolute; top: -3px; right: 20%; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); animation: travel 3.4s ease-in-out infinite; }
.signal-path--a { top: 202px; left: 93px; width: 236px; transform: rotate(10deg); }
.signal-path--b { top: 382px; left: 132px; width: 220px; transform: rotate(-36deg); animation-delay: 1s; }
.signal-path--c { top: 238px; left: 361px; width: 48px; transform: rotate(-24deg); animation-delay: 1.7s; }
.signal-path--d { top: 304px; left: 347px; width: 124px; transform: rotate(36deg); animation-delay: 2.3s; opacity: .72; }
.signal-node { position: absolute; z-index: 2; display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid rgba(156, 193, 244, .28); border-radius: 19px; background: rgba(12, 30, 53, .85); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.signal-node .node-icon { color: var(--cyan); font-size: 25px; line-height: 1; }
.signal-node small { margin-top: -9px; color: #9db0ca; font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.node-scanner { top: 151px; left: 54px; }
.node-camera { bottom: 89px; left: 96px; }
.node-camera .node-icon { color: var(--mint); }
.node-gps { top: 180px; right: 105px; }
.node-gps .node-icon { color: #b4baff; }
.node-terminal { bottom: 70px; right: 64px; }
.node-terminal .node-icon { color: #a5b1ff; }
.core-node { position: absolute; z-index: 3; top: 50%; left: 51%; display: grid; place-items: center; width: 132px; height: 132px; transform: translate(-50%, -50%); border: 1px solid rgba(120, 228, 255, .68); border-radius: 50%; color: #eaf5ff; background: radial-gradient(circle at 30% 28%, #406797, #112a4a 66%, #0c1e34); box-shadow: 0 0 0 12px rgba(86, 220, 255, .04), 0 0 50px rgba(79, 168, 255, .24), inset 0 2px 8px rgba(255, 255, 255, .22); }
.core-mark { font-size: 34px; font-weight: 850; line-height: .75; letter-spacing: -.09em; }
.core-node > span:last-of-type { margin-top: -27px; color: #c8d6ed; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.core-pulse { position: absolute; width: 100%; height: 100%; border: 1px solid rgba(90, 228, 255, .55); border-radius: 50%; animation: corePulse 2.8s ease-out infinite; }
.result-card { position: absolute; z-index: 4; right: 43px; bottom: 136px; display: flex; gap: 10px; align-items: center; padding: 12px 14px; border: 1px solid rgba(115, 237, 188, .34); border-radius: 12px; background: rgba(14, 45, 51, .88); box-shadow: 0 12px 28px rgba(0, 0, 0, .19); }
.result-check { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 6px; color: #06221e; background: var(--mint); font-size: 13px; font-weight: 900; }
.result-card small { display: block; margin-bottom: 2px; color: #8bb9ab; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.result-card strong { display: block; color: #defef0; font-size: 11px; }
.floating-label { position: absolute; z-index: 4; padding: 5px 8px; border: 1px solid rgba(164, 192, 243, .15); border-radius: 5px; color: #9bb7dc; background: rgba(8, 24, 42, .72); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.label-rule { top: 130px; right: 151px; }
.label-ai { right: 169px; bottom: 72px; color: #97dcbc; }
.visual-caption { position: absolute; bottom: 26px; left: 25px; color: #70839e; font-size: 11px; }
.scroll-hint { display: flex; align-items: center; gap: 10px; margin-top: -13px; color: #71839f; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.scroll-hint span { display: inline-block; width: 28px; height: 1px; background: var(--cyan); }

.section-heading { max-width: 625px; }
.section-heading > p:not(.eyebrow) { max-width: 545px; color: var(--muted); font-size: 17px; }
.flow-section { padding-top: 145px; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; margin: 67px 0 0; list-style: none; }
.process-line::before { position: absolute; z-index: -1; top: 45px; right: calc(12.5% + 10px); left: calc(12.5% + 10px); height: 1px; content: ""; background: linear-gradient(90deg, rgba(82, 219, 255, .7), rgba(112, 125, 255, .55), rgba(113, 237, 188, .72)); }
.process-step { padding: 24px; min-height: 255px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(140deg, rgba(19, 39, 66, .7), rgba(12, 27, 47, .54)); transition: transform .25s, border-color .25s, background .25s; }
.process-step:hover { transform: translateY(-7px); border-color: rgba(116, 189, 255, .4); background: linear-gradient(140deg, rgba(24, 51, 85, .88), rgba(12, 28, 48, .7)); }
.step-number { display: block; margin-bottom: 27px; color: #6984a7; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.step-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 21px; border: 1px solid rgba(118, 218, 255, .38); border-radius: 12px; color: var(--cyan); background: rgba(50, 125, 168, .09); font-size: 22px; font-weight: 800; }
.step-icon--gt { color: #d8e6ff; border-color: rgba(143, 152, 255, .52); background: rgba(104, 114, 255, .18); font-size: 14px; letter-spacing: -.07em; }
.process-step--action .step-icon { color: #a7b4ff; border-color: rgba(165, 177, 255, .37); }
.process-step--result .step-icon { color: var(--mint); border-color: rgba(113, 237, 188, .36); background: rgba(60, 167, 125, .1); }
.process-step h3 { margin-bottom: 8px; font-size: 17px; letter-spacing: -.025em; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; }
.flow-note { display: flex; gap: 16px; align-items: flex-start; max-width: 670px; margin: 44px 0 0 auto; color: #94a7c0; font-size: 14px; }
.flow-note p { margin: 0; }
.flow-note strong { color: #e7effc; }
.flow-note__line { display: block; flex: 0 0 31px; height: 1px; margin-top: .8em; background: var(--cyan); }

.platform-section { overflow: hidden; padding-top: 120px; }
.platform-layout { display: grid; grid-template-columns: minmax(290px, .83fr) minmax(540px, 1.17fr); gap: 54px; align-items: center; }
.ecosystem { position: relative; min-height: 545px; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(144, 177, 232, .17); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit--outer { width: 480px; height: 400px; transform: translate(-50%, -50%) rotate(-21deg); }
.orbit--inner { width: 292px; height: 225px; transform: translate(-50%, -50%) rotate(16deg); border-color: rgba(113, 237, 188, .19); }
.ecosystem::before { position: absolute; top: 50%; left: 50%; width: 90px; height: 90px; content: ""; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(73, 107, 255, .47); filter: blur(52px); }
.ecosystem-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 122px; height: 122px; transform: translate(-50%, -50%); border: 1px solid rgba(137, 220, 255, .72); border-radius: 50%; background: linear-gradient(145deg, #254b7a, #0a1931); box-shadow: 0 0 42px rgba(76, 153, 255, .33), inset 0 1px rgba(255, 255, 255, .26); }
.ecosystem-core span { font-size: 33px; font-weight: 850; line-height: 1; letter-spacing: -.1em; }
.ecosystem-core small { margin-top: -30px; color: #b1c3df; font-size: 10px; font-weight: 700; letter-spacing: .09em; }
.module { position: absolute; z-index: 2; min-width: 157px; padding: 14px 15px 13px; border: 1px solid rgba(164, 192, 243, .22); border-radius: 12px; background: rgba(13, 30, 52, .84); box-shadow: 0 13px 25px rgba(0,0,0,.17); transition: transform .25s, border-color .25s; }
.module:hover { z-index: 3; transform: translateY(-5px) scale(1.025); border-color: rgba(117, 214, 255, .58); }
.module i { display: block; margin-bottom: 10px; color: var(--cyan); font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: .08em; }
.module strong { display: block; font-size: 13px; letter-spacing: -.02em; }
.module span { display: block; margin-top: 2px; color: #8da1bc; font-size: 10px; }
.module--local { top: 30px; left: 13%; }
.module--cloud { top: 37px; right: 5%; }
.module--kiosk { top: 233px; left: 0; }
.module--vision { top: 234px; right: 0; }
.module--planner { bottom: 25px; left: 12%; }
.module--integration { right: 10%; bottom: 32px; }
.module--vision i { color: var(--mint); }.module--planner i { color: #b4baff; }.module--integration i { color: #ffbdbd; }

.stories-section { padding-top: 140px; }
.section-heading--wide { max-width: 785px; }
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.story-card { min-height: 515px; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(14, 31, 53, .84), rgba(10, 23, 40, .83)); transition: transform .25s, border-color .25s; }
.story-card:hover { transform: translateY(-7px); border-color: rgba(125, 193, 255, .45); }
.story-head { display: flex; justify-content: space-between; color: #7f94b1; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.story-index { color: var(--cyan); }
.story-card h3 { margin: 29px 0 10px; font-size: 22px; line-height: 1.08; letter-spacing: -.045em; }
.story-card p { margin: 0; color: var(--muted); font-size: 13px; }
.terminal-mock, .vision-mock, .plan-mock { position: relative; height: 228px; margin-top: 26px; overflow: hidden; border-radius: 13px; }
.terminal-mock { padding: 17px; border: 1px solid rgba(114, 221, 255, .24); background: linear-gradient(145deg, #102c48, #0a1c31); }
.terminal-mock__top { display: flex; gap: 5px; }
.terminal-mock__top span { width: 5px; height: 5px; border-radius: 50%; background: #48627d; }.terminal-mock__top span:first-child { background: var(--mint); }
.terminal-mock__barcode { width: 76%; height: 50px; margin-top: 21px; opacity: .9; background: repeating-linear-gradient(90deg, #d9f5ff 0 2px, transparent 2px 5px, #9ecbdf 5px 6px, transparent 6px 9px); }
.terminal-mock__copy { display: grid; gap: 2px; margin-top: 17px; }.terminal-mock__copy b { font-size: 16px; letter-spacing: .03em; }.terminal-mock__copy span { color: #91a9c2; font-size: 10px; }
.terminal-mock__action { position: absolute; right: 17px; bottom: 16px; left: 17px; display: flex; justify-content: space-between; padding: 10px 12px; border-radius: 7px; color: #071827; background: var(--mint); font-size: 11px; font-weight: 850; }.terminal-mock__action i { font-style: normal; }
.vision-mock { padding: 13px; border: 1px solid rgba(113, 237, 188, .21); background: #0b2031; }
.vision-mock__frame { position: relative; height: 158px; overflow: hidden; border-radius: 7px; background: linear-gradient(125deg, #1b5460, #b0c7a9 44%, #38526c 45%, #172f47); }
.vision-mock__frame::before { position: absolute; inset: 0; content: ""; opacity: .28; background-image: linear-gradient(45deg, rgba(255,255,255,.25) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.25) 75%); background-size: 22px 22px; }
.vision-mock__object { position: absolute; top: 34px; left: 51%; width: 85px; height: 72px; transform: translateX(-50%); border: 2px solid var(--mint); border-radius: 3px; box-shadow: 0 0 0 2px rgba(0, 31, 30, .36); }
.vision-mock__corner { position: absolute; z-index: 1; width: 23px; height: 23px; border-color: #e6fff5; border-style: solid; }.corner--one { top: 10px; left: 10px; border-width: 2px 0 0 2px; }.corner--two { top: 10px; right: 10px; border-width: 2px 2px 0 0; }.corner--three { bottom: 10px; left: 10px; border-width: 0 0 2px 2px; }.corner--four { right: 10px; bottom: 10px; border-width: 0 2px 2px 0; }
.vision-mock__tag { position: absolute; z-index: 2; top: 44px; left: calc(50% + 48px); padding: 4px 5px; color: #052119; background: var(--mint); font-size: 7px; font-weight: 850; letter-spacing: .08em; }
.vision-mock__footer { display: flex; justify-content: space-between; margin-top: 11px; color: #75a799; font-size: 8px; font-weight: 800; letter-spacing: .06em; }.vision-mock__footer b { color: #c5e8d8; font-size: 9px; letter-spacing: 0; }
.plan-mock { padding: 14px; border: 1px solid rgba(164, 174, 255, .25); background: linear-gradient(135deg, #111e38, #101a31); }
.plan-mock__header { display: flex; justify-content: space-between; color: #c5d1f5; font-size: 9px; font-weight: 850; letter-spacing: .08em; }.plan-mock__header i { color: var(--mint); font-style: normal; font-size: 7px; }
.plan-mock__truck { position: relative; height: 143px; margin-top: 11px; border: 2px solid #5b759d; border-radius: 5px 16px 16px 5px; background-image: linear-gradient(rgba(141, 163, 202, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(141, 163, 202, .12) 1px, transparent 1px); background-size: 20px 20px; }
.load { position: absolute; border: 1px solid rgba(255,255,255,.4); border-radius: 3px; background: #8b9cff; box-shadow: inset 0 1px rgba(255,255,255,.25); }.load--a { top: 10px; left: 9px; width: 34%; height: 42px; background: #89d6c0; }.load--b { top: 10px; left: 45%; width: 28%; height: 42px; }.load--c { top: 10px; right: 9px; width: 15%; height: 42px; background: #d7a3e8; }.load--d { bottom: 10px; left: 9px; width: 25%; height: 66px; background: #ffb59e; }.load--e { bottom: 10px; left: 36%; width: 39%; height: 66px; background: #89d6c0; }.load--f { right: 9px; bottom: 10px; width: 13%; height: 66px; }
.plan-mock__legend { display: flex; gap: 5px; align-items: center; margin-top: 9px; color: #879abb; font-size: 8px; }.plan-mock__legend span { width: 7px; height: 7px; border-radius: 50%; background: #89d6c0; }

.work-section { padding-top: 150px; }
.work-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 8vw, 120px); align-items: center; }
.work-copy p:not(.eyebrow) { max-width: 445px; color: var(--muted); font-size: 17px; }
.work-board { overflow: hidden; border: 1px solid rgba(151, 180, 229, .22); border-radius: 18px; background: rgba(13, 31, 53, .7); box-shadow: 0 22px 42px rgba(0,0,0,.16); }
.work-board__top, .work-board__footer { display: flex; justify-content: space-between; padding: 15px 18px; color: #8398b6; font-size: 9px; font-weight: 850; letter-spacing: .1em; }.work-board__top { border-bottom: 1px solid var(--line); }.work-board__top i { color: var(--mint); font-style: normal; }.work-board__footer { align-items: center; justify-content: flex-start; gap: 9px; border-top: 1px solid var(--line); color: #9eafc6; }
.footer-pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 8px var(--mint); }
.work-items { padding: 8px 18px; }
.work-item { display: grid; grid-template-columns: 42px 1fr auto; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(171, 198, 235, .1); }.work-item:last-child { border-bottom: 0; }.work-item__icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(104, 220, 255, .28); border-radius: 8px; color: var(--cyan); background: rgba(74, 176, 236, .08); font-size: 18px; }.work-item:nth-child(2) .work-item__icon { color: #aab6ff; }.work-item:nth-child(3) .work-item__icon { color: var(--mint); }.work-item:nth-child(4) .work-item__icon { color: #ffc1be; }
.work-item strong, .work-item small { display: block; }.work-item strong { font-size: 13px; }.work-item small { color: #8395af; font-size: 10px; }.work-item b { color: #607795; font-size: 10px; font-weight: 800; }

.closing-section { padding-top: 119px; padding-bottom: 70px; }
.closing-card { display: grid; grid-template-columns: 1fr minmax(240px, .65fr); gap: 30px 50px; align-items: end; padding: clamp(31px, 5vw, 67px); overflow: hidden; border: 1px solid rgba(149, 188, 255, .25); border-radius: 25px; background: radial-gradient(circle at 85% 18%, rgba(87, 107, 255, .35), transparent 34%), linear-gradient(120deg, #142846, #0d1c34); }
.closing-card h2 { margin: 0; font-size: clamp(36px, 5vw, 62px); }.closing-card h2 em { color: var(--cyan); font-style: normal; }.closing-card > p { max-width: 305px; margin: 0; color: #b7c7dc; font-size: 16px; }.button--light { grid-column: 2; width: max-content; color: #071423; background: #f0f6ff; }
.site-footer { padding: 42px 0 49px; }
.footer-shell { display: grid; grid-template-columns: max-content 1fr max-content; gap: 27px; align-items: center; padding-top: 25px; border-top: 1px solid var(--line); }.footer-shell p { margin: 0; color: #7789a3; font-size: 12px; }.footer-shell small { color: #64758e; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(17px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }
@keyframes travel { 0%, 20% { opacity: 0; transform: translateX(-70px) scale(.3); } 50% { opacity: 1; } 80%, 100% { opacity: 0; transform: translateX(18px) scale(.5); } }
@keyframes corePulse { 0% { opacity: .7; transform: scale(.94); } 70%, 100% { opacity: 0; transform: scale(1.48); } }

@media (max-width: 980px) {
  .hero-layout, .platform-layout, .work-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }.hero-visual { max-width: 690px; width: 100%; }.platform-layout { gap: 18px; }.ecosystem { max-width: 640px; width: 100%; margin: 0 auto; }.work-board { max-width: 650px; }.stories-grid { grid-template-columns: 1fr; }.story-card { min-height: auto; }.terminal-mock, .vision-mock, .plan-mock { height: 248px; }.process-line { grid-template-columns: repeat(2, 1fr); }.process-line::before { display: none; }.closing-card { grid-template-columns: 1fr; }.button--light { grid-column: auto; }
}
@media (max-width: 680px) {
  :root { --shell: min(100% - 32px, 1180px); }.section { padding: 90px 0; }.site-header { background: rgba(7, 17, 31, .72); backdrop-filter: blur(16px); }.nav-shell { height: 66px; }.menu-toggle { display: grid; gap: 5px; width: 39px; height: 34px; place-content: center; padding: 0; border: 1px solid var(--line-strong); border-radius: 8px; color: white; background: rgba(18, 37, 62, .6); }.menu-toggle span:not(.sr-only) { display: block; width: 16px; height: 1px; background: #dbe9ff; transition: transform .2s, opacity .2s; }.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }.primary-nav { position: absolute; top: 63px; right: 16px; left: 16px; display: grid; gap: 0; padding: 9px; visibility: hidden; border: 1px solid var(--line-strong); border-radius: 12px; opacity: 0; background: #0e2037; box-shadow: 0 18px 32px rgba(0,0,0,.28); transform: translateY(-8px); transition: .2s; }.primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }.primary-nav a { padding: 11px 10px; }.primary-nav a::after { display: none; }.hero { min-height: auto; padding-top: 126px; }.hero-layout { gap: 43px; }h1 { font-size: clamp(45px, 14vw, 66px); }.hero-lead { font-size: 17px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-facts { gap: 18px; margin-top: 37px; }.hero-visual { min-height: 430px; border-radius: 20px; }.node-terminal { right: 25px; bottom: 42px; }.node-camera { left: 43px; bottom: 52px; }.node-scanner { top: 118px; left: 25px; }.signal-path--b { top: 336px; left: 94px; width: 116px; transform: rotate(-42deg); }.core-node { left: 51%; }.result-card { right: 17px; bottom: 133px; }.label-rule { top: 74px; right: 23px; }.label-ai { right: 24px; bottom: 20px; }.visual-caption { right: 18px; bottom: 17px; left: 18px; font-size: 10px; }.scroll-hint { display: none; }.flow-section, .stories-section, .work-section { padding-top: 95px; }.process-line { grid-template-columns: 1fr; margin-top: 38px; }.process-step { min-height: 0; padding: 20px; }.step-number { margin-bottom: 14px; }.step-icon { margin-bottom: 15px; }.flow-note { margin-top: 31px; }.ecosystem { min-height: 610px; transform: scale(.88); transform-origin: top center; margin-bottom: -65px; }.module { min-width: 145px; }.module--local { top: 25px; left: 1%; }.module--cloud { top: 34px; right: 0; }.module--kiosk { top: 251px; left: 0; }.module--vision { top: 251px; right: 0; }.module--planner { bottom: 42px; left: 1%; }.module--integration { right: 0; bottom: 37px; }.work-layout { gap: 37px; }.closing-section { padding-top: 72px; }.closing-card { padding: 31px 25px; }.footer-shell { grid-template-columns: 1fr; gap: 13px; }.footer-shell small { padding-top: 8px; }.page-glow--one { right: -400px; }
}
@media (max-width: 680px) { .node-gps { top: 116px; right: 24px; }.signal-path--c { top: 190px; left: 238px; width: 47px; transform: rotate(-35deg); }.signal-path--d { top: 263px; left: 216px; width: 102px; transform: rotate(39deg); }.label-rule { top: 92px; right: 98px; } }
@media (max-width: 390px) { .ecosystem { transform: scale(.75); margin-bottom: -132px; }.module { min-width: 131px; padding: 11px; }.module span { font-size: 9px; }.hero-facts { flex-direction: column; }.result-card { transform: scale(.84); transform-origin: right bottom; }.signal-node { transform: scale(.85); }.node-terminal { right: 8px; }.node-camera { left: 18px; }.signal-path--b { left: 76px; }.core-node { transform: translate(-50%, -50%) scale(.88); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
