
:root{
  --red:#fe0000;
  --red-2:#ff3b3b;
  --red-3:#d90000;
  --ink:#0c111d;
  --ink-2:#151b28;
  --muted:#667085;
  --muted-2:#98a2b3;
  --line:rgba(16,24,40,.115);
  --line-strong:rgba(16,24,40,.18);
  --surface:#ffffff;
  --surface-2:#f7f8fb;
  --surface-3:#f1f3f7;
  --cream:#faf9f6;
  --glass:rgba(255,255,255,.76);
  --shadow:0 26px 80px rgba(16,24,40,.10);
  --shadow-2:0 20px 45px rgba(254,0,0,.08), 0 28px 90px rgba(16,24,40,.10);
  --radius:28px;
  --radius-lg:42px;
  --container: min(1500px, calc(100% - 64px));
  --ease:cubic-bezier(.22,1,.36,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:
  radial-gradient(circle at 78% 4%,rgba(254,0,0,.07),transparent 29%),
  radial-gradient(circle at 22% 16%,rgba(185,206,230,.30),transparent 26%),
  linear-gradient(180deg,#fff 0%,#fff 47%,#faf9f6 100%);overflow-x:hidden;letter-spacing:-.01em}
body.no-scroll{overflow:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-3;background-image:radial-gradient(rgba(16,24,40,.08) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,rgba(0,0,0,.18),transparent 72%)}
body::after{content:"";position:fixed;inset:-12%;pointer-events:none;z-index:-2;background:
  radial-gradient(ellipse at 64% 20%,rgba(254,0,0,.07),transparent 42%),
  radial-gradient(ellipse at 85% 62%,rgba(216,226,237,.62),transparent 36%);filter:blur(24px);opacity:.88}
a{color:inherit;text-decoration:none}img,svg{max-width:100%}button,input,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.skip-link{position:absolute;left:18px;top:-80px;background:#fff;border:1px solid var(--line);padding:12px 16px;border-radius:999px;z-index:10000}.skip-link:focus{top:18px}.ambient-canvas{position:fixed;inset:0;z-index:-1;opacity:.35;pointer-events:none;mix-blend-mode:multiply}.scroll-progress{position:fixed;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--red),rgba(254,0,0,.25));transform-origin:left center;transform:scaleX(0);z-index:9999}.preloader{position:fixed;inset:0;display:grid;place-items:center;z-index:9998;background:rgba(250,249,246,.92);backdrop-filter:blur(18px);transition:opacity .55s var(--ease),visibility .55s var(--ease)}.preloader.done{opacity:0;visibility:hidden}.preloader-card{width:min(420px,calc(100% - 48px));padding:30px;border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.86);box-shadow:var(--shadow);position:relative;overflow:hidden}.preloader-card::before{content:"";position:absolute;inset:-1px;background:linear-gradient(115deg,transparent 0%,rgba(254,0,0,.11) 38%,transparent 70%);transform:translateX(-70%);animation:sweep 1.6s infinite}.preloader-logo{position:relative;display:flex;align-items:center;gap:12px;font-weight:900;font-size:20px;letter-spacing:.02em}.preloader-logo b{color:var(--red)}.bootline{position:relative;margin:18px 0;color:var(--muted);line-height:1.55}.bootline strong{color:var(--ink)}.progress-track{height:8px;border-radius:999px;background:#eef0f3;overflow:hidden}.progress-bar{height:100%;width:8%;background:linear-gradient(90deg,var(--red),#ff6969);border-radius:999px}.progress-num{margin-top:10px;font-size:12px;font-weight:900;color:var(--red);letter-spacing:.2em}.site-header{position:fixed;left:0;right:0;top:20px;z-index:1000;transition:top .35s var(--ease),transform .35s var(--ease)}.site-header.is-scrolled{top:10px}.nav-shell{width:min(1500px,calc(100% - 48px));margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 15px 12px 24px;border:1px solid rgba(16,24,40,.10);border-radius:999px;background:rgba(255,255,255,.75);box-shadow:0 18px 55px rgba(16,24,40,.08);backdrop-filter:blur(22px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.035em}.brand-mark{font-size:30px;line-height:1;color:var(--red);letter-spacing:-.09em}.brand-word{font-size:23px;color:#111827}.brand small{display:block;margin-top:-2px;font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);font-weight:800}.desktop-nav{display:flex;gap:5px;align-items:center}.nav-link{padding:11px 13px;border-radius:999px;color:#202636;font-size:14px;font-weight:720;transition:background .2s ease,color .2s ease,transform .2s ease}.nav-link:hover,.nav-link.active{background:rgba(254,0,0,.075);color:var(--red);transform:translateY(-1px)}.nav-actions{display:flex;align-items:center;gap:10px}.btn{--btn-bg:rgba(255,255,255,.72);--btn-color:var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 18px;border-radius:999px;border:1px solid var(--line);background:var(--btn-bg);color:var(--btn-color);font-weight:850;letter-spacing:-.01em;box-shadow:0 12px 25px rgba(16,24,40,.055);cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease)}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(16,24,40,.12)}.btn-primary{--btn-bg:linear-gradient(135deg,#fe0000 0%,#ed1111 64%,#ff5757 100%);--btn-color:#fff;border-color:rgba(254,0,0,.35);box-shadow:0 18px 42px rgba(254,0,0,.20)}.btn-ghost{background:rgba(255,255,255,.66)}.btn-dark{--btn-bg:#101828;--btn-color:#fff}.btn-large{padding:17px 22px}.icon-btn{width:46px;height:46px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;cursor:pointer}.search-orb{font-size:21px}.hamburger{display:none;position:relative}.hamburger span{display:block;width:19px;height:2px;background:var(--ink);border-radius:2px;margin:2.5px}.menu-backdrop{display:none;position:fixed;inset:0;background:rgba(12,17,29,.22);backdrop-filter:blur(6px);border:0;z-index:1001;opacity:0}.menu-backdrop.open{display:block;opacity:1}.mobile-panel{position:fixed;right:18px;top:18px;bottom:18px;width:min(390px,calc(100% - 36px));z-index:1002;background:rgba(255,255,255,.92);backdrop-filter:blur(24px);border:1px solid var(--line);border-radius:32px;padding:18px;box-shadow:var(--shadow);transform:translateX(calc(100% + 36px));transition:transform .35s var(--ease)}.mobile-panel.open{transform:translateX(0)}.mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.close-menu{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:28px;line-height:1}.mobile-panel a:not(.brand){display:block;padding:15px 14px;border-bottom:1px solid rgba(16,24,40,.07);font-weight:800}.mobile-cta{margin-top:18px;border-radius:20px!important;background:var(--red)!important;color:#fff!important;text-align:center;border-bottom:0!important}.hero{position:relative;min-height:900px;padding:154px 0 64px;overflow:hidden}.hero::before{content:"";position:absolute;inset:70px 0 auto 0;height:680px;background:radial-gradient(ellipse at 67% 45%,rgba(255,255,255,.60),transparent 36%),radial-gradient(ellipse at 75% 41%,rgba(254,0,0,.08),transparent 31%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.84fr) minmax(640px,1.16fr);gap:22px;align-items:center}.hero-copy{padding-top:28px;max-width:650px}.kicker{display:inline-flex;align-items:center;gap:12px;min-height:40px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.66);box-shadow:0 10px 28px rgba(16,24,40,.05);font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:#667085}.kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 6px rgba(254,0,0,.08)}.display-title{margin:26px 0 18px;font-size:clamp(48px,5.4vw,88px);line-height:1.02;letter-spacing:-.072em;font-weight:760;color:#111622}.display-title span{color:var(--red);font-weight:760}.lead{font-size:clamp(17px,1.34vw,22px);line-height:1.55;color:#596274;margin:0 0 28px;max-width:600px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.capability-rail{margin-top:46px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.rail-label{flex-basis:100%;font-size:11px;letter-spacing:.23em;font-weight:950;text-transform:uppercase;color:#98a2b3}.capability-rail a{display:inline-flex;align-items:center;gap:8px;color:#3d4656;padding:7px 12px;border-right:1px solid var(--line);font-size:13px;font-weight:760}.capability-rail i{font-style:normal;color:var(--red)}.hero-visual{min-height:710px;position:relative}.command-stage{position:absolute;inset:0;overflow:visible}.orbital-haze{position:absolute;inset:26px 0 20px 6%;border-radius:50%;background:radial-gradient(circle at 55% 48%,rgba(254,0,0,.09),transparent 28%),radial-gradient(circle at 50% 50%,rgba(243,245,248,.86),transparent 54%);filter:blur(7px)}.orbital-core{position:absolute;left:51%;top:44%;width:min(590px,78%);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);background:
  radial-gradient(circle at 35% 24%,rgba(255,255,255,.96) 0 8%,transparent 13%),
  radial-gradient(circle at 42% 38%,rgba(254,0,0,.14),transparent 9%),
  radial-gradient(circle at 62% 62%,rgba(254,0,0,.13),transparent 10%),
  radial-gradient(circle at 50% 50%,rgba(255,255,255,.84),rgba(247,249,252,.62) 46%,rgba(255,255,255,.08) 72%),
  repeating-radial-gradient(circle at center,rgba(16,24,40,.14) 0 1px,transparent 1px 27px),
  repeating-conic-gradient(from 10deg,rgba(254,0,0,.15) 0 1.8deg,transparent 1.8deg 4.5deg);box-shadow:inset 0 0 40px rgba(255,255,255,.8),0 38px 100px rgba(16,24,40,.12);border:1px solid rgba(16,24,40,.10);overflow:hidden}.orbital-core::before{content:"";position:absolute;inset:7%;border-radius:50%;background-image:radial-gradient(circle,rgba(254,0,0,.42) 1.1px,transparent 1.4px);background-size:10px 10px;mask-image:linear-gradient(120deg,transparent 0 20%,#000 22% 70%,transparent 79%);opacity:.45}.orbital-core::after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(110deg,rgba(255,255,255,.75),transparent 28%,rgba(255,255,255,.35) 54%,transparent 74%)}.earth-line{position:absolute;left:50%;top:50%;width:120%;height:22%;border:2px solid rgba(254,0,0,.42);border-left-color:transparent;border-right-color:transparent;border-radius:50%;transform:translate(-50%,-50%) rotate(-9deg);filter:drop-shadow(0 0 12px rgba(254,0,0,.18));z-index:3}.orbit{position:absolute;left:50%;top:48%;width:76%;height:24%;border:1.2px solid rgba(254,0,0,.18);border-radius:50%;transform:translate(-50%,-50%) rotate(var(--r));z-index:2}.orbit.o1{--r:18deg;width:94%;height:32%}.orbit.o2{--r:-18deg;width:108%;height:38%;border-color:rgba(16,24,40,.10)}.orbit.o3{--r:58deg;width:80%;height:29%;border-color:rgba(254,0,0,.16)}.pin{position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid var(--red);box-shadow:0 0 0 7px rgba(254,0,0,.08),0 12px 25px rgba(254,0,0,.18);z-index:4}.pin.p1{left:48%;top:23%}.pin.p2{left:34%;top:57%}.pin.p3{left:68%;top:45%}.pin.p4{left:48%;top:70%}.pin.p5{left:74%;top:29%}.signal-chip,.decision-card{position:absolute;z-index:6;background:rgba(255,255,255,.76);backdrop-filter:blur(16px);border:1px solid rgba(16,24,40,.10);box-shadow:0 18px 55px rgba(16,24,40,.11);border-radius:22px}.signal-chip{display:flex;align-items:center;gap:10px;padding:14px 18px;font-weight:850;color:#111827}.signal-chip i{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:rgba(254,0,0,.08);color:var(--red);font-style:normal}.chip-ai{left:6%;top:12%}.chip-erp{right:12%;top:10%}.chip-automation{right:2%;top:31%}.chip-iot{left:0;bottom:30%}.chip-wms{right:42%;bottom:14%}.decision-card{width:min(320px,42%);padding:18px 20px}.decision-card::after{content:"";position:absolute;right:14px;top:14px;width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(254,0,0,.08)}.decision-card b{display:block;margin-bottom:7px;color:var(--red);font-size:11px;letter-spacing:.2em;text-transform:uppercase}.decision-card strong{display:block;font-size:16px}.decision-card span{display:block;margin-top:8px;color:var(--muted);font-size:14px}.card-architecture{right:2%;bottom:29%}.card-loop{right:1%;bottom:10%}.stats-strip{position:relative;margin:-76px auto 0;width:min(1450px,calc(100% - 64px));display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:0;padding:22px 28px;border:1px solid rgba(16,24,40,.10);border-radius:28px;background:rgba(255,255,255,.74);backdrop-filter:blur(18px);box-shadow:var(--shadow);z-index:3}.stat{display:flex;align-items:center;gap:15px;padding:0 25px;border-left:1px solid rgba(16,24,40,.09)}.stat:first-child{border-left:0}.stat-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:rgba(255,255,255,.65);color:var(--muted);font-size:22px}.stat b{font-size:26px;letter-spacing:-.04em}.stat span{display:block;color:var(--muted);font-size:13px}.section{position:relative;padding:100px 0}.section-tight{padding:70px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:42px}.section-head.centered{display:block;text-align:center;max-width:850px;margin-inline:auto}.section-title{font-size:clamp(34px,3.7vw,62px);line-height:1.08;letter-spacing:-.055em;margin:0;color:#111622;font-weight:760}.section-title span,.red{color:var(--red)}.section-copy{font-size:17px;line-height:1.62;color:#667085;max-width:720px;margin:14px 0 0}.panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(255,255,255,.68);backdrop-filter:blur(18px);box-shadow:var(--shadow);overflow:hidden;position:relative}.panel::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(254,0,0,.06),transparent 34%,rgba(255,255,255,.44));pointer-events:none}.who-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;padding:60px}.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.micro-card,.solution-card,.case-card,.principle-card,.industry-card,.platform-card,.knowledge-card{position:relative;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.72);box-shadow:0 18px 45px rgba(16,24,40,.065);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease)}.micro-card:hover,.solution-card:hover,.case-card:hover,.principle-card:hover,.industry-card:hover,.platform-card:hover,.knowledge-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-2);border-color:rgba(254,0,0,.22)}.micro-card{display:grid;grid-template-columns:76px 1fr;gap:20px;padding:24px}.micro-icon{width:76px;height:76px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(254,0,0,.08),rgba(254,0,0,.015));border:1px solid rgba(254,0,0,.12);color:var(--red);font-size:28px}.micro-card h3,.solution-card h3,.case-card h3,.industry-card h3,.platform-card h3,.knowledge-card h3{margin:0 0 8px;font-size:18px;letter-spacing:-.025em}.micro-card p,.solution-card p,.case-card p,.industry-card p,.platform-card p,.knowledge-card p{margin:0;color:#667085;line-height:1.55;font-size:14px}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.solution-card{padding:26px;min-height:260px}.solution-card::after,.case-card::after,.industry-card::after,.platform-card::after{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(254,0,0,.12),transparent 68%)}.solution-index{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background:rgba(254,0,0,.08);color:var(--red);font-weight:950;margin-bottom:20px}.operating-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:stretch}.operating-copy{padding:46px}.pipeline{padding:30px;min-height:520px;display:grid;align-content:center}.pipeline-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pipeline-step{border:1px solid var(--line);background:rgba(255,255,255,.74);border-radius:22px;padding:20px;min-height:150px}.pipeline-step b{color:var(--red);letter-spacing:.14em;text-transform:uppercase;font-size:11px}.pipeline-step strong{display:block;margin:10px 0;font-size:18px}.pipeline-step span{color:var(--muted);font-size:14px;line-height:1.45}.case-grid,.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.case-card,.knowledge-card{padding:26px}.case-meta{display:flex;justify-content:space-between;gap:16px;margin-top:22px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.cta-panel{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:48px 54px;background:#101828;color:#fff}.cta-panel .section-title{color:#fff}.cta-panel p{color:#cbd5e1}.page-main{padding-top:110px}.route-hero{position:relative;padding:78px 0 56px}.route-hero-grid{display:grid;grid-template-columns:1fr minmax(380px,.72fr);gap:36px;align-items:center}.route-title{font-size:clamp(48px,5vw,82px);line-height:1.02;letter-spacing:-.065em;margin:24px 0 18px;font-weight:760}.route-panel{min-height:420px;padding:28px;display:grid;align-content:space-between}.route-panel strong{font-size:15px;letter-spacing:.27em;text-transform:uppercase;color:var(--red)}.route-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.route-metrics div{border:1px solid var(--line);border-radius:18px;padding:14px;background:rgba(255,255,255,.7)}.route-metrics b{display:block;font-size:22px}.route-metrics small{color:var(--muted)}.route-layout{display:grid;grid-template-columns:300px 1fr;gap:28px;align-items:start}.route-nav{position:sticky;top:112px;padding:16px}.route-nav a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border-radius:16px;color:#475467;font-weight:800;font-size:14px}.route-nav a:hover,.route-nav a.active{background:rgba(254,0,0,.075);color:var(--red)}.content-stack{display:grid;gap:24px}.content-panel{padding:34px;border:1px solid var(--line);border-radius:34px;background:rgba(255,255,255,.70);box-shadow:0 18px 45px rgba(16,24,40,.06);position:relative;overflow:hidden}.content-panel::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(254,0,0,.045),transparent 32%,rgba(255,255,255,.55));pointer-events:none}.content-panel-inner{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}.content-panel h2{font-size:clamp(28px,3vw,48px);line-height:1.1;letter-spacing:-.045em;margin:0 0 14px}.content-panel p{color:#667085;line-height:1.65;margin:0 0 18px}.bullet-list{display:grid;gap:10px;margin:18px 0;padding:0;list-style:none}.bullet-list li{display:flex;gap:10px;align-items:flex-start;color:#3e4655;line-height:1.42}.bullet-list li::before{content:"";flex:0 0 8px;width:8px;height:8px;border-radius:50%;margin-top:.47em;background:var(--red);box-shadow:0 0 0 6px rgba(254,0,0,.07)}.metric-list{display:grid;gap:10px;margin-top:20px}.metric-row{display:grid;grid-template-columns:1fr 54px;gap:14px;align-items:center}.metric-bar{height:9px;border-radius:999px;background:rgba(16,24,40,.07);overflow:hidden}.metric-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--red),rgba(254,0,0,.35));transform:scaleX(0);transform-origin:left}.metric-row em{font-style:normal;color:#667085;font-size:12px;font-weight:850}.generative-visual{position:relative;min-height:340px;border:1px solid rgba(16,24,40,.10);border-radius:30px;background:
  radial-gradient(circle at 50% 42%,rgba(254,0,0,.08),transparent 30%),
  linear-gradient(180deg,rgba(255,255,255,.74),rgba(246,248,251,.72));overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}.generative-visual::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(16,24,40,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(16,24,40,.055) 1px,transparent 1px);background-size:34px 34px;mask-image:radial-gradient(circle,#000 0 48%,transparent 78%)}.kinetic-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.kinetic-route{fill:none;stroke:rgba(16,24,40,.24);stroke-width:1.6;stroke-linecap:round;stroke-dasharray:7 10}.kinetic-energy{fill:none;stroke-width:2.2;stroke-linecap:round;stroke-dasharray:40 260;filter:drop-shadow(0 0 8px rgba(254,0,0,.2))}.kinetic-node{fill:#fff;stroke:var(--red);stroke-width:3;filter:drop-shadow(0 10px 12px rgba(254,0,0,.12))}.kinetic-core{fill:#fff;stroke:rgba(254,0,0,.5);stroke-width:3;filter:drop-shadow(0 18px 28px rgba(16,24,40,.1))}.kinetic-label{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;fill:#475467}.packet{fill:var(--red);filter:drop-shadow(0 0 10px rgba(254,0,0,.5))}.visual-readout{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.visual-readout span{display:block;padding:12px;border:1px solid rgba(16,24,40,.08);border-radius:16px;background:rgba(255,255,255,.72);font-size:12px;color:#667085}.visual-readout b{display:block;color:#101828;font-size:13px;margin-bottom:3px}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.industry-card{padding:28px}.industry-card .chipline,.platform-modules,.tagline{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.pill{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:rgba(254,0,0,.065);color:#c1121f;border:1px solid rgba(254,0,0,.09);font-size:12px;font-weight:820}.platform-map{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.platform-map a{padding:18px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid var(--line);font-weight:900}.platform-map span{display:block;margin-bottom:8px;color:var(--red);font-size:13px}.platform-card{padding:30px}.platform-card h2{margin:0 0 10px;font-size:clamp(28px,3vw,46px);letter-spacing:-.045em}.platform-card .number{position:absolute;right:28px;top:24px;color:rgba(254,0,0,.18);font-size:56px;font-weight:950;letter-spacing:-.08em}.platform-card .content-panel-inner{grid-template-columns:.86fr 1.14fr}.tab-panel{padding:28px}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px}.tab-button{border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:#fff;color:#475467;font-weight:850;cursor:pointer}.tab-button.active{background:var(--red);color:#fff;border-color:var(--red)}.tab-content{display:none}.tab-content.active{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.principle-card{padding:24px}.principle-card strong{display:block;font-size:18px;margin-bottom:8px}.principle-card span{color:var(--muted);line-height:1.5}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-card{padding:32px}.contact-list{display:grid;gap:16px}.contact-item{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start}.contact-item i{font-style:normal;width:46px;height:46px;border-radius:16px;background:rgba(254,0,0,.075);color:var(--red);display:grid;place-items:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:grid;gap:7px;color:#475467;font-size:13px;font-weight:850}.form-grid input,.form-grid textarea{border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.8);padding:14px 15px;outline:0}.form-grid textarea{grid-column:1/-1;min-height:150px;resize:vertical}.form-grid input:focus,.form-grid textarea:focus{border-color:rgba(254,0,0,.45);box-shadow:0 0 0 5px rgba(254,0,0,.06)}.site-footer{padding:80px 0 34px;background:linear-gradient(180deg,transparent,#fff)}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr) 1.15fr;gap:28px;padding:38px;border:1px solid var(--line);border-radius:34px;background:rgba(255,255,255,.72);box-shadow:var(--shadow)}.footer-grid h3{margin:0 0 14px;font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:#667085}.footer-grid a,.footer-grid span,.footer-grid p{display:block;color:#667085;line-height:1.8;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:24px;color:#98a2b3;font-size:13px}.reveal{opacity:0;transform:translateY(28px)}.js .reveal.revealed{opacity:1;transform:none;transition:opacity .8s var(--ease),transform .8s var(--ease)}@keyframes sweep{to{transform:translateX(70%)}}@keyframes float{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-12px,0)}}@media (prefers-reduced-motion:no-preference){.signal-chip{animation:float 7s ease-in-out infinite}.chip-erp{animation-delay:-1.5s}.chip-automation{animation-delay:-2.3s}.chip-iot{animation-delay:-3.1s}.chip-wms{animation-delay:-4s}.decision-card{animation:float 8.5s ease-in-out infinite}.card-loop{animation-delay:-2.5s}.earth-line{animation:orbitPulse 7s ease-in-out infinite}@keyframes orbitPulse{0%,100%{opacity:.72;transform:translate(-50%,-50%) rotate(-9deg) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) rotate(-7deg) scale(1.03)}}}
@media (max-width:1180px){.desktop-nav{display:none}.hamburger{display:grid}.hero-grid,.route-hero-grid,.who-panel,.operating-grid,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-visual{min-height:620px}.stats-strip{grid-template-columns:1fr 1fr;margin-top:24px}.stat{border-left:0;border-top:1px solid rgba(16,24,40,.08)}.stat:first-child{border-top:0}.solution-grid,.industry-grid,.case-grid,.knowledge-grid,.principles-grid{grid-template-columns:1fr 1fr}.route-layout{grid-template-columns:1fr}.route-nav{position:relative;top:auto;display:flex;overflow:auto}.route-nav a{white-space:nowrap}.content-panel-inner,.platform-card .content-panel-inner,.tab-content.active{grid-template-columns:1fr}.platform-map{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-copy{max-width:780px}}
@media (max-width:720px){:root{--container:calc(100% - 32px)}.nav-shell{width:calc(100% - 24px);padding:10px 10px 10px 16px}.brand-mark{font-size:24px}.brand-word{font-size:18px}.nav-actions .btn-primary,.nav-actions .btn-ghost,.search-orb{display:none}.hero{padding-top:122px}.display-title,.route-title{font-size:44px}.hero-grid{display:block}.hero-visual{min-height:520px;margin-top:20px}.signal-chip{padding:10px 12px;font-size:12px}.decision-card{width:240px}.card-architecture{right:0;bottom:26%}.card-loop{right:0;bottom:5%}.stats-strip{width:var(--container);grid-template-columns:1fr;padding:18px}.stat{padding:14px 0}.section{padding:70px 0}.section-head{display:block}.who-panel{padding:26px}.who-grid,.solution-grid,.industry-grid,.case-grid,.knowledge-grid,.principles-grid,.platform-map,.footer-grid,.form-grid{grid-template-columns:1fr}.route-metrics{grid-template-columns:1fr}.route-panel{min-height:330px}.content-panel{padding:24px}.micro-card{grid-template-columns:1fr}.pipeline-row{grid-template-columns:1fr}.cta-panel{grid-template-columns:1fr;padding:32px}.visual-readout{grid-template-columns:1fr}.footer-bottom{display:block}.platform-card .number{font-size:42px}.contact-grid{grid-template-columns:1fr}}

/* --------------------------------------------------------------------------
   Dedicated premium animation modules + unique card sigils
   -------------------------------------------------------------------------- */
.generative-visual{isolation:isolate;min-height:390px;background:
  radial-gradient(circle at 20% 16%,rgba(254,0,0,.095),transparent 30%),
  radial-gradient(circle at 80% 72%,rgba(254,0,0,.065),transparent 34%),
  linear-gradient(180deg,rgba(255,255,255,.86),rgba(247,248,251,.76));}
.generative-visual::after{content:"";position:absolute;inset:18px;border-radius:24px;border:1px solid rgba(16,24,40,.055);background:linear-gradient(135deg,rgba(255,255,255,.35),transparent 45%,rgba(254,0,0,.035));pointer-events:none;z-index:0}.module-visual{position:absolute;inset:0;overflow:hidden;z-index:1}.module-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.module-caption{position:absolute;left:20px;top:18px;z-index:4;display:grid;gap:2px;padding:10px 12px;border:1px solid rgba(16,24,40,.08);border-radius:16px;background:rgba(255,255,255,.66);backdrop-filter:blur(12px);box-shadow:0 12px 26px rgba(16,24,40,.055)}.module-caption strong{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:#101828}.module-caption small{font-size:11px;color:#667085}.module-readout{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;z-index:4}.module-readout span{display:block;padding:12px 12px 11px;border:1px solid rgba(16,24,40,.08);border-radius:16px;background:rgba(255,255,255,.74);font-size:12px;color:#667085;box-shadow:0 12px 25px rgba(16,24,40,.045);backdrop-filter:blur(10px)}.module-readout b{display:block;color:#101828;font-size:12px;margin-bottom:4px;letter-spacing:-.01em}.motion-route{fill:none;stroke:rgba(16,24,40,.22);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:7 10}.ghost-route{stroke:rgba(16,24,40,.12)}.draw-line,.energy-line{fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(254,0,0,.16))}.thin{stroke-width:1.1;filter:none;opacity:.42}.module-node{fill:rgba(255,255,255,.96);stroke:var(--red);stroke-width:3;filter:drop-shadow(0 12px 15px rgba(254,0,0,.12))}.module-packet{fill:var(--red);filter:drop-shadow(0 0 12px rgba(254,0,0,.62));opacity:.96}.module-label{font-size:12px;font-weight:930;letter-spacing:.13em;text-transform:uppercase;fill:#475467}.tiny-read{font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;fill:#667085}.mesh-core{fill:#fff;stroke:rgba(254,0,0,.48);stroke-width:3.2;filter:drop-shadow(0 22px 34px rgba(16,24,40,.12))}.mesh-core-text{font-size:13px;font-weight:950;letter-spacing:.12em;fill:#475467}.fine-orbit,.fine-route{fill:none;stroke:rgba(254,0,0,.28);stroke-width:1.4;stroke-dasharray:6 9;filter:drop-shadow(0 0 10px rgba(254,0,0,.12))}.scanline{fill:rgba(254,0,0,.45);filter:drop-shadow(0 0 12px rgba(254,0,0,.35));rx:2}.glass-pane{fill:rgba(255,255,255,.58);stroke:rgba(16,24,40,.09);stroke-width:1}.float-piece rect,.float-piece{filter:drop-shadow(0 14px 18px rgba(16,24,40,.065))}.range-ring{fill:none;stroke:rgba(254,0,0,.22);stroke-width:1.4;stroke-dasharray:4 8}.range-ring.delay{stroke:rgba(16,24,40,.12)}.robot-link{fill:none;stroke:rgba(16,24,40,.34);stroke-width:9;stroke-linecap:round;stroke-linejoin:round}.end-effector,.auto-crate,.ledger-block rect,.hash-cell,.app-tower rect,.legacy-block,.cloud-stack rect,.lane,.code-window,.release-card rect,.score-card,.doc-page,.chunk-card,.data-product,.case-chip,.detect-box,.audit-card{fill:rgba(255,255,255,.74);stroke:rgba(16,24,40,.10);stroke-width:1.2}.ledger-block path,.app-tower path,.proof-seal path{fill:none;stroke:rgba(254,0,0,.56);stroke-width:2;stroke-linecap:round}.proof-seal circle,.approval-stamp circle{fill:rgba(255,255,255,.82);stroke:rgba(254,0,0,.42);stroke-width:3}.proof-seal path,.approval-stamp path{fill:none;stroke:var(--red);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.portal-ring .fine-orbit{stroke-width:2;stroke-dasharray:12 10}.erp-bus,.belt{stroke-width:3}.lake-top,.lake-bottom{fill:rgba(255,255,255,.82);stroke:rgba(254,0,0,.32);stroke-width:2}.lake-body{fill:rgba(254,0,0,.045);stroke:rgba(16,24,40,.12);stroke-width:1.5}.radar-sweep{fill:rgba(254,0,0,.09);stroke:rgba(254,0,0,.24)}.vision-frame{fill:rgba(255,255,255,.48);stroke:rgba(16,24,40,.10);stroke-width:1.4}.reticle{stroke-width:1.5;stroke-dasharray:8 10}.score-num{font-size:22px;font-weight:950;fill:var(--red)}.ai-lobe{stroke-width:2.4;fill:rgba(254,0,0,.018)}.ai-lobe+.thin{opacity:.5}.core-node{fill:#fff7f7}.module-ai .module-node:nth-of-type(3n),.module-people .module-node:nth-of-type(2n),.module-iot .module-node:nth-of-type(2n){stroke-width:2.4}.module-automation .end-effector{fill:rgba(254,0,0,.08);stroke:rgba(254,0,0,.25)}.module-code .code-window{fill:rgba(16,24,40,.03)}.module-lake .data-product{fill:rgba(255,255,255,.86)}.module-risk .case-chip{fill:rgba(255,255,255,.80)}
@media (prefers-reduced-motion:no-preference){.range-ring{animation:rangePulse 3.2s ease-in-out infinite}.range-ring.delay{animation-delay:-1.4s}.robot-arm.arm-a{animation:armA 4.8s ease-in-out infinite}.robot-arm.arm-b{animation:armB 5.2s ease-in-out infinite}.ledger-block:nth-of-type(2n),.app-tower:nth-of-type(2n),.cloud-stack{animation:moduleFloat 6s ease-in-out infinite}.radar-sweep{animation:sweepRotate 4s linear infinite;transform-origin:320px 196px}.module-bfsi .radar-sweep{transform-origin:314px 196px}.module-compliance .radar-sweep{transform-origin:320px 196px}.doc-page{animation:paperGlow 3.8s ease-in-out infinite}.detect-box{animation:detectPulse 2.8s ease-in-out infinite}@keyframes rangePulse{0%,100%{opacity:.18;transform:scale(.94);transform-origin:center}50%{opacity:.45;transform:scale(1.06);transform-origin:center}}@keyframes armA{0%,100%{transform:rotate(-5deg)}50%{transform:rotate(7deg)}}@keyframes armB{0%,100%{transform:rotate(5deg)}50%{transform:rotate(-7deg)}}@keyframes moduleFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes sweepRotate{to{transform:rotate(360deg)}}@keyframes paperGlow{0%,100%{filter:drop-shadow(0 10px 18px rgba(16,24,40,.06))}50%{filter:drop-shadow(0 18px 24px rgba(254,0,0,.12))}}@keyframes detectPulse{0%,100%{stroke:rgba(254,0,0,.26)}50%{stroke:rgba(254,0,0,.74)}}}
.animated-card-sigil{isolation:isolate}.animated-card-sigil > *:not(.card-blueprint){position:relative;z-index:2}.card-blueprint{position:absolute;inset:auto 0 0 auto;width:62%;height:62%;min-width:150px;pointer-events:none;z-index:1;opacity:.62;mix-blend-mode:multiply}.platform-card .card-blueprint,.industry-card .card-blueprint,.solution-card .card-blueprint{width:44%;height:44%;top:0;bottom:auto}.contact-item .card-blueprint,.route-metrics div .card-blueprint,.stat .card-blueprint,.pipeline-step .card-blueprint{width:100%;height:100%;opacity:.38}.blue-draw,.blue-ring{fill:none;stroke:rgba(254,0,0,.38);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(254,0,0,.10))}.blue-draw.ghost{stroke:rgba(16,24,40,.18)}.blue-node{fill:#fff;stroke:var(--red);stroke-width:2.4;filter:drop-shadow(0 4px 8px rgba(254,0,0,.14))}.blue-scan{fill:rgba(254,0,0,.28);filter:drop-shadow(0 0 10px rgba(254,0,0,.2))}.sigil-0{--sigil-angle:135deg}.sigil-1{--sigil-angle:55deg}.sigil-2{--sigil-angle:215deg}.sigil-3{--sigil-angle:15deg}.sigil-4{--sigil-angle:305deg}.sigil-5{--sigil-angle:85deg}.sigil-6{--sigil-angle:265deg}.animated-card-sigil::before{background:linear-gradient(var(--sigil-angle,135deg),rgba(254,0,0,.055),transparent 30%,rgba(255,255,255,.42));}.animated-card-sigil:hover .card-blueprint{opacity:.9}.animated-card-sigil:hover .blue-draw{stroke:rgba(254,0,0,.62)}
@media (max-width:720px){.generative-visual{min-height:330px}.module-readout{grid-template-columns:1fr;gap:8px}.module-caption{left:14px;top:14px}.module-readout span{padding:10px}.card-blueprint{opacity:.38}}
.animated-card-sigil{position:relative;overflow:hidden}.contact-item.animated-card-sigil,.route-metrics div.animated-card-sigil,.stat.animated-card-sigil,.pipeline-step.animated-card-sigil{border-radius:inherit}.animated-card-sigil .card-blueprint{transform:translateZ(0)}


/* --------------------------------------------------------------------------
   V3 video-inspired mechanical automation upgrade
   -------------------------------------------------------------------------- */
.orbital-core{perspective:1000px;transform-style:preserve-3d}.orbit{transform-box:border-box;will-change:transform}.orbit.o1{border-width:1.4px;filter:drop-shadow(0 0 10px rgba(254,0,0,.12))}.orbit.o2{border-style:dashed}.orbit.o3{border-width:1.1px}.pin{will-change:transform}.module-engine .module-svg,.module-actuator-bay .module-svg{filter:drop-shadow(0 24px 44px rgba(16,24,40,.11))}.engine-shadow{fill:none;stroke:rgba(16,24,40,.16);stroke-width:18;stroke-linecap:round;filter:blur(10px);opacity:.55}.engine-shell{stroke:rgba(255,255,255,.24);stroke-width:1.2;filter:drop-shadow(0 22px 36px rgba(16,24,40,.26))}.engine-cowl path{fill:rgba(11,17,28,.86);stroke:rgba(255,255,255,.24);stroke-width:1.2;filter:drop-shadow(0 15px 18px rgba(16,24,40,.22))}.engine-rib rect{fill:linear-gradient(180deg,#171d28,#090d14);fill:rgba(17,24,39,.88);stroke:rgba(255,255,255,.2);stroke-width:1}.rib-highlight{fill:none;stroke:rgba(255,255,255,.32);stroke-width:1.2;stroke-linecap:round}.turbine-wheel,.compressor-wheel{transform-box:fill-box;transform-origin:center;filter:drop-shadow(0 12px 18px rgba(0,0,0,.22))}.turbine-back{fill:rgba(9,13,20,.78);stroke:rgba(255,255,255,.18);stroke-width:1.3}.turbine-blade{fill:rgba(255,72,72,.28);stroke:rgba(255,210,210,.42);stroke-width:.7}.micro-blade{fill:rgba(255,255,255,.17);stroke:rgba(255,255,255,.34);stroke-width:.7}.turbine-ring,.compressor-ring{fill:none;stroke:rgba(255,255,255,.42);stroke-width:3}.turbine-ring.inner{stroke:rgba(254,0,0,.6);stroke-width:2}.hub-hot{stroke:rgba(255,255,255,.52);stroke-width:1.3;filter:drop-shadow(0 0 24px rgba(254,0,0,.62))}.hub-dark{fill:#090d14;stroke:rgba(255,255,255,.45);stroke-width:2}.heat-vane path{fill:none;stroke:rgba(254,0,0,.45);stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 15px rgba(254,0,0,.36))}.actuator-rod{fill:none;stroke:rgba(255,255,255,.55);stroke-width:8;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(254,0,0,.18))}.axis-route,.relay-plane{stroke-dasharray:5 12;stroke-width:1.3}.bolt{fill:#fff;stroke:rgba(254,0,0,.62);stroke-width:1.7;filter:drop-shadow(0 0 8px rgba(254,0,0,.4))}.engine-label{fill:#667085;font-size:10px;letter-spacing:.18em}.module-engine .module-packet,.module-actuator-bay .module-packet{filter:drop-shadow(0 0 14px rgba(254,0,0,.72));transform-box:fill-box}.bay-shell{fill:rgba(255,255,255,.52);stroke:rgba(16,24,40,.08);stroke-width:1}.relay-tower{fill:rgba(255,255,255,.62)}.relay-plane.plane-a{stroke:rgba(254,0,0,.30)}.relay-plane.plane-b{stroke:rgba(16,24,40,.18)}.relay-plane.plane-c{stroke:rgba(254,0,0,.18)}
@media (prefers-reduced-motion:no-preference){.module-engine .bolt{animation:boltPulse 2.2s ease-in-out infinite}.module-engine .bolt:nth-of-type(2n){animation-delay:-.7s}@keyframes boltPulse{0%,100%{opacity:.45}50%{opacity:1}}}

/* --------------------------------------------------------------------------
   V5 automation engine refinement: no floating spheres, internal combustion core
   -------------------------------------------------------------------------- */
.module-engine .exhaust-plume{fill:rgba(254,0,0,.045);stroke:rgba(254,0,0,.12);stroke-width:1.2;filter:blur(.25px)}
.module-engine .engine-intake{fill:rgba(7,11,18,.88);stroke:rgba(255,255,255,.25);stroke-width:1.2;filter:drop-shadow(0 16px 18px rgba(16,24,40,.20))}
.module-engine .exhaust-nozzle{fill:rgba(8,12,20,.80);stroke:rgba(255,255,255,.25);stroke-width:1.2;filter:drop-shadow(0 16px 20px rgba(16,24,40,.20))}
.module-engine .engine-shaft{fill:none;stroke:rgba(255,255,255,.54);stroke-width:8;stroke-linecap:round;filter:drop-shadow(0 0 12px rgba(254,0,0,.18))}
.module-engine .shaft-glint{stroke:rgba(255,255,255,.68);stroke-width:2.5;opacity:.42;filter:drop-shadow(0 0 8px rgba(255,255,255,.35))}
.module-engine .compressor-ring.inner{stroke:rgba(255,255,255,.26);stroke-width:1.5;stroke-dasharray:5 8}
.module-engine .combustor-chamber{fill:rgba(254,0,0,.035);stroke:rgba(255,255,255,.20);stroke-width:1.2;filter:drop-shadow(0 0 18px rgba(254,0,0,.16))}
.module-engine .fuel-needle{fill:none;stroke:rgba(254,0,0,.34);stroke-width:2;stroke-linecap:round;stroke-dasharray:12 8;filter:drop-shadow(0 0 10px rgba(254,0,0,.18))}
.module-engine .fuel-needle.ghost{stroke:rgba(255,255,255,.22);stroke-width:1.3;stroke-dasharray:6 10}
.module-engine .engine-flow{stroke-width:2.1;stroke-linecap:round;opacity:.74;filter:drop-shadow(0 0 10px rgba(254,0,0,.24))}
.module-engine .engine-flow.thin{stroke-width:1.2;opacity:.44}
.module-engine .engine-spark{fill:var(--red);stroke:rgba(255,255,255,.72);stroke-width:.8;filter:drop-shadow(0 0 11px rgba(254,0,0,.76));transform-box:fill-box;transform-origin:center}
.module-engine .piston-block{fill:rgba(255,255,255,.28);stroke:rgba(255,255,255,.52);stroke-width:1.2;filter:drop-shadow(0 0 12px rgba(254,0,0,.14))}
.module-engine .piston-a{fill:rgba(255,255,255,.34)}
.module-engine .piston-b{fill:rgba(254,0,0,.12);stroke:rgba(255,210,210,.48)}
.module-engine .actuator-pack .module-node{display:none}
.module-engine .axis-route{display:none}
.module-engine .module-packet{display:none}
.module-engine .bolt{r:3.4px;opacity:.82}

/* Revised kinetic visuals: gravitational SSB core, suction turbine, proof overlay, and MDM data pull */
.module-mesh .stationary-core,.module-erp .stationary-core{transform-box:fill-box;transform-origin:center;filter:drop-shadow(0 22px 34px rgba(16,24,40,.14)) drop-shadow(0 0 18px rgba(254,0,0,.12))}.module-mesh .gravity-well{pointer-events:none;transform-box:view-box}.module-mesh .gravity-ring{fill:none;stroke:rgba(254,0,0,.20);stroke-width:1.1;stroke-dasharray:8 13;filter:drop-shadow(0 0 12px rgba(254,0,0,.14))}.module-mesh .gravity-pulse{fill:none;stroke:rgba(254,0,0,.25);stroke-width:1.6;stroke-dasharray:3 9;filter:drop-shadow(0 0 16px rgba(254,0,0,.18))}.module-mesh .gravity-spiral{fill:none;stroke:rgba(254,0,0,.34);stroke-width:1.8;stroke-linecap:round;stroke-dasharray:18 18;filter:drop-shadow(0 0 10px rgba(254,0,0,.20))}.module-mesh .gravity-spiral.reverse{stroke:rgba(16,24,40,.20);stroke-dasharray:8 14}.module-mesh .gravity-tether{stroke-width:1.5;opacity:.62}.module-mesh .orbit-guide .fine-orbit{stroke-width:1.2;opacity:.72}.module-mesh .mesh-orb-carrier{transform-box:view-box;will-change:transform}.module-mesh .mesh-revolving-orb{fill:rgba(255,255,255,.98);stroke:var(--red);stroke-width:3.4;filter:drop-shadow(0 0 14px rgba(254,0,0,.40)) drop-shadow(0 14px 17px rgba(16,24,40,.13))}.module-mesh .orb-glow{fill:rgba(254,0,0,.08);stroke:rgba(254,0,0,.18);stroke-width:1.2;opacity:.6}.module-mesh .gravity-packet{fill:#fe0000;filter:drop-shadow(0 0 14px rgba(254,0,0,.70))}
.module-engine .air-suction-field{pointer-events:none}.module-engine .suction-line{stroke-width:1.45;opacity:.9;stroke-dasharray:12 18;filter:drop-shadow(0 0 13px rgba(254,0,0,.34))}.module-engine .suction-line:nth-of-type(2n){opacity:.62;stroke-width:1.1}.module-engine .suction-dot{fill:#fff;stroke:rgba(254,0,0,.72);stroke-width:1.2;filter:drop-shadow(0 0 12px rgba(254,0,0,.70));opacity:.88;transform-box:fill-box;transform-origin:center}.module-engine .suction-vortex{transform-box:view-box;filter:drop-shadow(0 0 20px rgba(254,0,0,.22))}.module-engine .suction-ring{fill:none;stroke:rgba(254,0,0,.42);stroke-width:1.5;stroke-dasharray:5 9}.module-engine .suction-ring.outer{stroke:rgba(255,255,255,.38);stroke-width:1;stroke-dasharray:10 12}.module-engine .suction-spiral{fill:none;stroke:rgba(254,0,0,.72);stroke-width:2.1;stroke-linecap:round;stroke-dasharray:18 10}.module-engine .stationary-turbine{transform-box:view-box;transform-origin:320px 190px}.module-engine .compressor-wheel{display:none!important}
.module-ledger .stationary-proof{transform-box:fill-box;transform-origin:center;filter:drop-shadow(0 18px 24px rgba(16,24,40,.10))}.module-ledger .proof-visual-layer{pointer-events:none;transform-box:view-box}.module-ledger .proof-ring{fill:none;stroke:rgba(254,0,0,.26);stroke-width:1.4;stroke-dasharray:7 12}.module-ledger .proof-sweep{fill:none;stroke:rgba(254,0,0,.74);stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 14px rgba(254,0,0,.36))}.module-ledger .proof-spark{fill:#fe0000;filter:drop-shadow(0 0 12px rgba(254,0,0,.72));opacity:.9;transform-box:fill-box;transform-origin:center}.module-ledger .proof-scan{stroke-width:1.6;opacity:.54}.module-ledger .proof-seal circle{fill:rgba(255,255,255,.86);stroke:rgba(254,0,0,.42);stroke-width:3}.module-ledger .proof-seal path{stroke-width:4.2}
.module-erp .data-source-tower rect{fill:rgba(255,255,255,.78)}.module-erp .pull-route{stroke:rgba(16,24,40,.17);stroke-dasharray:5 9}.module-erp .info-line{stroke-width:1.8;opacity:.76;filter:drop-shadow(0 0 12px rgba(254,0,0,.20))}.module-erp .data-pull-glow{fill:rgba(254,0,0,.045);stroke:rgba(254,0,0,.16);stroke-width:1.4;filter:drop-shadow(0 0 20px rgba(254,0,0,.12))}.module-erp .mdm-attractor{transform-box:view-box}.module-erp .mdm-orbit{stroke:rgba(254,0,0,.34);stroke-width:1.2}.module-erp .mdm-core{fill:rgba(255,255,255,.96);stroke:rgba(254,0,0,.52);stroke-width:3.4}.module-erp .info-packet{fill:#fe0000;filter:drop-shadow(0 0 16px rgba(254,0,0,.75))}.module-erp .bus-packet{fill:rgba(254,0,0,.85)}
@media (prefers-reduced-motion:no-preference){.module-mesh .gravity-ring{animation:gravityBreath 4.8s ease-in-out infinite}.module-mesh .gravity-ring.ring-b{animation-delay:-1.3s}.module-mesh .gravity-ring.ring-c{animation-delay:-2.4s}.module-mesh .gravity-pulse{animation:gravityPulse 2.7s ease-in-out infinite}.module-mesh .gravity-spiral{animation:gravityInhale 2.1s linear infinite}.module-mesh .gravity-spiral.reverse{animation-duration:3.2s;animation-direction:reverse}.module-mesh .orb-glow{animation:orbGlow 2.3s ease-in-out infinite}.module-engine .suction-dot{animation:suctionDot 1.45s ease-in-out infinite}.module-engine .suction-dot:nth-of-type(2n){animation-delay:-.55s}.module-engine .suction-line{animation:suctionDash 1.15s linear infinite}.module-ledger .proof-spark{animation:proofSpark 1.9s ease-in-out infinite}.module-ledger .proof-spark.spark-b{animation-delay:-.65s}.module-ledger .proof-spark.spark-c{animation-delay:-1.1s}.module-ledger .proof-scan{animation:proofScan 2.4s ease-in-out infinite}.module-erp .data-pull-glow{animation:mdmBreathe 2.9s ease-in-out infinite}.module-erp .info-line{animation:infoPullDash 1.6s linear infinite}@keyframes gravityBreath{0%,100%{opacity:.28;transform:scale(.96);transform-origin:320px 218px}50%{opacity:.74;transform:scale(1.06);transform-origin:320px 218px}}@keyframes gravityPulse{0%{opacity:.6;transform:scale(.82);transform-origin:320px 218px}100%{opacity:0;transform:scale(1.36);transform-origin:320px 218px}}@keyframes gravityInhale{to{stroke-dashoffset:-72}}@keyframes orbGlow{0%,100%{opacity:.35;transform:scale(.92);transform-origin:center}50%{opacity:.86;transform:scale(1.18);transform-origin:center}}@keyframes suctionDash{to{stroke-dashoffset:72}}@keyframes suctionDot{0%,100%{opacity:.42;transform:scale(.78)}50%{opacity:1;transform:scale(1.35)}}@keyframes proofSpark{0%,100%{opacity:.18;transform:scale(.68)}50%{opacity:1;transform:scale(1.55)}}@keyframes proofScan{0%,100%{opacity:0;transform:translateY(-18px)}50%{opacity:.75;transform:translateY(18px)}}@keyframes mdmBreathe{0%,100%{opacity:.36;transform:scale(.92);transform-origin:320px 196px}50%{opacity:.92;transform:scale(1.12);transform-origin:320px 196px}}@keyframes infoPullDash{to{stroke-dashoffset:-64}}}

/* v7 interaction refinements */
.engine-label{fill:#1d2939!important;font-size:11px!important;font-weight:950!important;letter-spacing:.11em!important;paint-order:stroke;stroke:rgba(255,255,255,.92);stroke-width:3.4px;stroke-linejoin:round;filter:drop-shadow(0 1px 4px rgba(255,255,255,.65))}
.industries-page .industry-static-orbs .module-node,.industries-page .industry-static-orbs .mesh-core,.industries-page .industry-static-orbs .detect-box{opacity:1!important;transform:none!important}
@media (prefers-reduced-motion:no-preference){.module-erp .data-pull-glow{transform-origin:320px 66px!important}}
@keyframes mdmBreathe{0%,100%{opacity:.36;transform:scale(.92);transform-origin:320px 66px}50%{opacity:.92;transform:scale(1.12);transform-origin:320px 66px}}
