:root {
  color-scheme: dark;
  --ink: #050812;
  --surface: #090d19;
  --surface-2: #0d1323;
  --text: #f3f7ff;
  --muted: #9aa9c6;
  --line: rgba(151, 180, 255, 0.16);
  --blue: #4f8cff;
  --blue-2: #72d9ff;
  --violet: #8e62ff;
  --scroll-p: 0;
  --mouse-x: 0;
  --mouse-y: 0;
  font-family: "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  background: var(--ink);
  color: var(--text);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible, input:focus-visible {
  outline: 2px solid var(--blue-2);
  outline-offset: 4px;
}
.skip-link { position: fixed; left: 20px; top: 12px; z-index: 80; padding: 10px 14px; border-radius: 9px; background: #edf5ff; color: #07101f; font-weight: 650; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.boot {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  background: #050812;
  animation: boot-away .7s 1.55s cubic-bezier(.76, 0, .24, 1) forwards;
}
.boot p { margin: 0; color: #8ea0c2; font-size: 12px; letter-spacing: .22em; }
.boot-mark, .brand-mark { position: relative; display: inline-block; width: 38px; height: 34px; }
.boot-mark span, .brand-mark i {
  position: absolute;
  display: block;
  width: 23px;
  height: 9px;
  border-radius: 9px 2px 9px 2px;
  transform-origin: 4px 50%;
  background: linear-gradient(90deg, var(--blue-2), var(--blue));
}
.boot-mark span:nth-child(1), .brand-mark i:nth-child(1) { left: 15px; top: 4px; transform: rotate(118deg); }
.boot-mark span:nth-child(2), .brand-mark i:nth-child(2) { left: 4px; top: 19px; transform: rotate(-2deg); background: linear-gradient(90deg, #4577ff, #7f5eff); }
.boot-mark span:nth-child(3), .brand-mark i:nth-child(3) { left: 7px; top: 8px; transform: rotate(58deg); background: linear-gradient(90deg, #4f8cff, #9d68ff); }
.boot-mark { transform: scale(1.35); filter: drop-shadow(0 0 18px rgba(88, 134, 255, .6)); animation: boot-pulse 1.4s ease-in-out infinite; }

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  width: min(100% - 56px, 1480px);
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transform: translateX(-50%);
  opacity: 0;
  animation: enter-down .7s 1.75s cubic-bezier(.16, 1, .3, 1) forwards;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-weight: 680; letter-spacing: -.02em; }
.brand-mark { width: 33px; height: 30px; transform: scale(.8); transform-origin: left center; margin-right: -4px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); color: #c8d1e2; font-size: 14px; }
.desktop-nav a { position: relative; padding: 12px 0; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--blue-2); transition: right .3s ease; }
.desktop-nav a:hover { color: var(--text); }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; }
.nav-cta, .button-primary, .button-secondary, footer button {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.16, 1, .3, 1), border-color .25s, background .25s;
}
.nav-cta, .button-primary {
  border-color: rgba(113, 160, 255, .55);
  background: linear-gradient(110deg, #426aff, #7657f3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 12px 38px rgba(55, 94, 231, .2);
}
.nav-cta:hover, .button-primary:hover { transform: translateY(-2px); border-color: rgba(167,205,255,.9); }
.nav-cta:active, .button-primary:active, .button-secondary:active { transform: translateY(1px) scale(.985); }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 12px; }
.menu-toggle span { display: block; height: 1px; background: #dfe8fb; margin: 6px 0; transition: transform .25s; }

.hero { height: 175vh; min-height: 1200px; background: var(--ink); }
.hero-sticky { position: sticky; top: 0; min-height: 100dvh; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 69% 50%, rgba(53,93,204,.18), transparent 18%), radial-gradient(circle at 69% 58%, rgba(103,69,214,.09), transparent 31%), var(--ink); }
#universe { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; display: block; opacity: 0; animation: universe-in 1.2s .55s ease forwards; }
.no-webgl #universe { background: radial-gradient(circle at 70% 52%, rgba(57,103,222,.28), transparent 19%), radial-gradient(circle at 73% 52%, rgba(109,78,232,.12), transparent 34%); }
.scene-vignette { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(circle at 72% 48%, transparent 0 24%, rgba(5,8,18,.08) 48%, rgba(5,8,18,.76) 88%), linear-gradient(90deg, rgba(5,8,18,.95) 0 27%, rgba(5,8,18,.12) 57%, rgba(5,8,18,.3)); }
.scene-vignette::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(rgba(255,255,255,.17) .55px, transparent .55px); background-size: 4px 4px; mix-blend-mode: soft-light; }

.hero-copy {
  position: absolute;
  left: max(4.8vw, calc((100vw - 1480px) / 2));
  top: 50%;
  z-index: 10;
  width: min(42vw, 610px);
  transform: translateY(calc(-49% - var(--scroll-p) * 70px));
  opacity: clamp(0, calc(1 - var(--scroll-p) * 1.65), 1);
  pointer-events: auto;
}
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: #a9b8d7; font-size: 13px; letter-spacing: .04em; opacity: 0; animation: enter-up .6s 1.55s ease forwards; }
.eyebrow span { width: 28px; height: 1px; background: linear-gradient(90deg, var(--blue-2), transparent); }
h1 { margin: 0; font-size: clamp(48px, 4.5vw, 76px); line-height: 1.06; letter-spacing: -.055em; font-weight: 740; opacity: 0; animation: enter-up .8s 1.65s cubic-bezier(.16,1,.3,1) forwards; }
h1 em { display: inline-block; padding-bottom: 5px; font-style: normal; line-height: 1.1; color: transparent; background: linear-gradient(95deg, #73cfff, #6b8dff 45%, #b379ff); -webkit-background-clip: text; background-clip: text; }
.hero-intro { max-width: 430px; margin: 24px 0 0; color: #aeb9cf; font-size: 17px; line-height: 1.75; opacity: 0; animation: enter-up .7s 1.82s ease forwards; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; opacity: 0; animation: enter-up .7s 1.95s ease forwards; }
.hero-actions .button-primary, .hero-actions .button-secondary { min-width: 154px; min-height: 50px; }
.button-secondary { background: rgba(12,18,34,.72); border-color: rgba(151,180,255,.26); backdrop-filter: blur(14px); }
.button-secondary:hover { transform: translateY(-2px); border-color: rgba(151,180,255,.52); background: rgba(18,28,52,.86); }

.card-world { position: absolute; inset: 0; z-index: 8; pointer-events: none; perspective: 1050px; transform-style: preserve-3d; opacity: clamp(.05, calc(1 - var(--scroll-p) * .9), 1); }
.agent-card {
  --rx: 0deg;
  --ry: 0deg;
  position: absolute;
  width: 236px;
  min-height: 118px;
  padding: 14px;
  pointer-events: auto;
  color: #e9efff;
  border: 1px solid rgba(114, 157, 255, .34);
  border-radius: 14px;
  background: linear-gradient(140deg, rgba(22,35,70,.74), rgba(8,14,30,.68));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), inset 0 -16px 44px rgba(56,77,180,.06), 0 20px 50px rgba(1,5,17,.24);
  backdrop-filter: blur(14px) saturate(126%);
  transform-style: preserve-3d;
  transition: opacity .45s ease, filter .45s ease, border-color .45s ease, box-shadow .45s ease;
  opacity: 0;
  animation: card-arrive 1s var(--delay, 1s) cubic-bezier(.16,1,.3,1) forwards, card-drift var(--float, 7s) calc(var(--delay, 1s) + 1s) ease-in-out infinite alternate;
}
.agent-card:hover, .agent-card:focus-within { z-index: 4; border-color: rgba(131,194,255,.78); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 28px 76px rgba(44,89,220,.3); animation-play-state: paused; transform: translate3d(var(--tx), var(--ty), calc(var(--tz) + 58px)) rotateX(0) rotateY(0) scale(1.065); }
.card-world:has(.agent-card:hover) .agent-card:not(:hover), .card-world:has(.agent-card:focus-within) .agent-card:not(:focus-within) { opacity: .36 !important; filter: saturate(.55); }
.agent-card-sales { --tx: 0px; --ty: 0px; --tz: 34px; --delay: 1.05s; --float: 8.2s; left: 43%; top: 32%; --rx: -2deg; --ry: 8deg; }
.agent-card-service { --tx: 0px; --ty: 0px; --tz: 72px; --delay: 1.2s; --float: 7.4s; left: 59%; top: 14%; width: 272px; --rx: 2deg; --ry: -5deg; }
.agent-card-data { --tx: 0px; --ty: 0px; --tz: -44px; --delay: 1.35s; --float: 9.4s; left: 79%; top: 28%; transform-origin: left center; --rx: 1deg; --ry: -11deg; }
.agent-card-ops { --tx: 0px; --ty: 0px; --tz: 16px; --delay: 1.48s; --float: 8.7s; left: 74%; top: 62%; width: 250px; --rx: -3deg; --ry: -7deg; }
.agent-card-video { --tx: 0px; --ty: 0px; --tz: -78px; --delay: 1.62s; --float: 10s; left: 47%; top: 68%; width: 220px; --rx: 3deg; --ry: 6deg; }
.agent-head { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; }
.avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #dbe9ff; font-size: 13px; font-weight: 700; background: linear-gradient(145deg, rgba(82,168,255,.55), rgba(82,63,181,.65)); border: 1px solid rgba(255,255,255,.19); }
.agent-head strong, .agent-head small { display: block; }
.agent-head strong { font-size: 13px; }
.agent-head small { margin-top: 3px; color: #8393b5; font-size: 9px; }
.live { position: relative; padding-left: 9px; color: #72d9ff; font-size: 9px; }
.live::before { content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--blue-2); transform: translateY(-50%); box-shadow: 0 0 8px var(--blue-2); animation: live-pulse 2s ease-in-out infinite; }
.agent-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; padding-top: 11px; border-top: 1px solid rgba(153,180,255,.12); color: #7788aa; font-size: 9px; }
.agent-metrics b { display: block; margin-bottom: 2px; color: #e8efff; font-size: 16px; font-weight: 620; font-variant-numeric: tabular-nums; }
.agent-more { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .45s ease, opacity .3s ease, margin .3s ease; }
.agent-card:hover .agent-more, .agent-card:focus-within .agent-more { max-height: 76px; margin-top: 10px; opacity: 1; }
.agent-more p { margin: 0 0 8px; color: #9fb0d0; font-size: 9px; }
.agent-more button { padding: 0; border: 0; background: none; color: var(--blue-2); font-size: 10px; cursor: pointer; }
.mini-bars { display: flex; align-items: end; gap: 5px; height: 34px; margin-top: 12px; }
.mini-bars i { flex: 1; height: var(--h); border-radius: 2px 2px 0 0; background: linear-gradient(var(--blue-2), var(--blue)); animation: bars 2.2s ease-in-out infinite alternate; }
.mini-bars i:nth-child(1) { --h: 28%; }.mini-bars i:nth-child(2) { --h: 55%; }.mini-bars i:nth-child(3) { --h: 38%; }.mini-bars i:nth-child(4) { --h: 82%; }.mini-bars i:nth-child(5) { --h: 62%; }.mini-bars i:nth-child(6) { --h: 94%; }

.core-status { position: absolute; z-index: 10; left: 66%; bottom: 11%; display: grid; grid-template-columns: auto auto; align-items: center; gap: 2px 9px; min-width: 300px; padding: 11px 16px; border: 1px solid rgba(119,159,255,.22); border-radius: 10px; background: rgba(10,16,31,.74); backdrop-filter: blur(13px); transform: translateX(-50%) translateY(calc(var(--scroll-p) * 90px)); opacity: clamp(0, calc(1 - var(--scroll-p) * 1.45), 1); }
.core-status > span { grid-row: 1/3; width: 7px; height: 7px; border-radius: 50%; background: #72d9ff; box-shadow: 0 0 12px rgba(114,217,255,.8); animation: live-pulse 2s infinite; }
.core-status strong { font-size: 12px; font-weight: 570; }.core-status small { color: #8191af; font-size: 9px; }.core-status b { color: #b8c9e8; font-variant-numeric: tabular-nums; }
.hero-transition-copy { position: absolute; z-index: 9; left: 50%; top: 49%; text-align: center; transform: translate(-50%, calc(-50% + (1 - var(--scroll-p)) * 80px)); opacity: clamp(0, calc((var(--scroll-p) - .57) * 3.5), 1); pointer-events: none; }
.hero-transition-copy p { margin: 0 0 12px; color: var(--blue-2); font-size: 13px; letter-spacing: .12em; }
.hero-transition-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 72px); line-height: 1.06; letter-spacing: -.05em; }

.section { position: relative; padding: 136px 28px; background: var(--ink); }
.section-shell { width: min(1280px, 100%); margin: 0 auto; }
.section h2 { margin: 0; max-width: 820px; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.08; letter-spacing: -.045em; }
.section p { color: var(--muted); line-height: 1.75; }
.section-copy { max-width: 720px; }
.section-copy p, .workflow-copy p, .case-copy > p { max-width: 580px; margin: 24px 0 0; font-size: 17px; }
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

.section-label { margin: 0 0 18px !important; color: var(--blue-2) !important; font-size: 12px; letter-spacing: .12em; }
.text-action { justify-self: start; align-self: flex-start; padding: 0 0 7px; border: 0; border-bottom: 1px solid rgba(114,217,255,.38); color: var(--blue-2); background: transparent; cursor: pointer; font-size: 13px; }
.text-action span { display: inline-block; margin-left: 10px; transition: transform .25s ease; }
.text-action:hover span { transform: translate(3px, -3px); }

.product-index { padding-top: 156px; background: radial-gradient(circle at 12% 28%, rgba(70,114,222,.13), transparent 25%), var(--ink); }
.product-index .section-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9%; align-items: start; }
.product-index-copy { position: sticky; top: 128px; }
.product-index-copy p { max-width: 480px; margin: 24px 0 0; font-size: 17px; }
.product-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid rgba(151,180,255,.14); border-radius: 14px; overflow: hidden; background: rgba(151,180,255,.12); box-shadow: 0 35px 90px rgba(1,5,15,.28); }
.product-links a { min-height: 154px; padding: 25px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto 1fr; gap: 8px 15px; align-items: start; background: rgba(8,13,25,.97); transition: transform .32s cubic-bezier(.16,1,.3,1), background .32s ease; }
.product-links a:first-child, .product-links a:last-child { grid-column: 1 / 3; }
.product-links a:hover { z-index: 1; transform: translateY(-4px); background: #0e172b; }
.product-links span { grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(119,174,255,.28); border-radius: 11px; color: #c9e4ff; background: rgba(48,91,190,.16); font-size: 12px; font-weight: 680; }
.product-links strong { align-self: end; font-size: 16px; font-weight: 640; }
.product-links small { color: #7f8fac; font-size: 11px; line-height: 1.55; }

.messaging { background: radial-gradient(circle at 78% 38%, rgba(77,112,207,.18), transparent 28%), #060914; }
.messaging-layout { display: grid; grid-template-columns: .66fr 1.34fr; gap: 8%; align-items: start; }
.messaging-copy { position: sticky; top: 128px; }
.messaging-copy p { max-width: 430px; margin: 24px 0 0; font-size: 16px; }
.message-grid { display: grid; grid-template-columns: 1.14fr .86fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.message-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(151,180,255,.14); border-radius: 14px; background: linear-gradient(145deg, rgba(16,24,46,.88), rgba(7,11,22,.94)); overflow: hidden; }
.message-primary { grid-row: 1 / 3; min-height: 616px; padding: 38px; background: radial-gradient(circle at 72% 22%, rgba(76,131,255,.3), transparent 32%), linear-gradient(155deg, rgba(15,27,55,.94), rgba(6,10,21,.96)); }
.product-symbol { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(131,180,255,.38); border-radius: 12px; color: #e7f2ff; background: rgba(49,98,211,.2); font-size: 13px; font-weight: 720; }
.message-card > div > p:first-child { margin: 0 0 10px; color: var(--blue-2); font-size: 11px; letter-spacing: .08em; }
.message-card h3 { margin: 0; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.035em; }
.message-card > div > p:last-child { margin: 16px 0 0; font-size: 14px; }
.message-card > small { color: #7788a8; font-size: 10px; line-height: 1.6; }
.capability-line { display: flex; flex-wrap: wrap; gap: 8px; }
.capability-line span { padding: 8px 10px; border: 1px solid rgba(137,174,248,.16); border-radius: 8px; color: #a8bad8; background: rgba(10,18,36,.66); font-size: 10px; }

.commerce { background: radial-gradient(circle at 25% 52%, rgba(105,70,210,.12), transparent 28%), var(--ink); }
.commerce-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10%; align-items: center; }
.commerce-copy > p:not(.section-label) { max-width: 500px; margin: 24px 0 0; font-size: 16px; }
.commerce-copy > small { display: block; margin-top: 28px; color: #7383a2; font-size: 10px; }
.commerce-copy .text-action { margin-top: 30px; }
.commerce-points { display: grid; gap: 0; margin-top: 36px; border-top: 1px solid rgba(151,180,255,.14); }
.commerce-points span { padding: 15px 0; border-bottom: 1px solid rgba(151,180,255,.14); color: #c5d3e9; font-size: 13px; }
.commerce-network { position: relative; min-height: 610px; border: 1px solid rgba(151,180,255,.13); border-radius: 14px; overflow: hidden; background: radial-gradient(circle at center, rgba(63,100,200,.17), transparent 30%), linear-gradient(rgba(80,126,214,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(80,126,214,.05) 1px, transparent 1px), rgba(7,11,22,.88); background-size: auto, 42px 42px, 42px 42px, auto; }
.commerce-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 180px; height: 180px; display: grid; place-content: center; justify-items: center; border: 1px solid rgba(118,165,255,.35); border-radius: 50%; background: radial-gradient(circle, rgba(65,112,226,.33), rgba(11,19,39,.94) 68%); transform: translate(-50%,-50%); box-shadow: inset 0 0 45px rgba(72,122,237,.18), 0 0 60px rgba(42,78,170,.2); }
.commerce-core span { width: 45px; height: 45px; margin-bottom: 12px; display: grid; place-items: center; border-radius: 11px; color: #dbeaff; background: rgba(74,125,236,.22); font-weight: 720; }
.commerce-core strong { font-size: 14px; }.commerce-core small { margin-top: 6px; color: #8294b6; font-size: 10px; }
.commerce-node { position: absolute; z-index: 3; min-width: 126px; padding: 15px 17px; border: 1px solid rgba(135,174,255,.22); border-radius: 11px; background: rgba(13,21,41,.88); box-shadow: 0 16px 40px rgba(1,5,14,.3); animation: network-float 5s ease-in-out infinite alternate; }
.commerce-node strong, .commerce-node small { display: block; }.commerce-node strong { font-size: 13px; }.commerce-node small { margin-top: 5px; color: #7f90af; font-size: 10px; }
.node-review { left: 9%; top: 18%; }.node-task { right: 8%; top: 28%; animation-delay: -1.8s; }.node-result { left: 18%; bottom: 15%; animation-delay: -3.2s; }
.commerce-ring { position: absolute; left: 50%; top: 50%; width: 68%; aspect-ratio: 1; border: 1px solid rgba(105,151,255,.16); border-radius: 50%; transform: translate(-50%,-50%) scaleY(.46) rotate(-12deg); }
.ring-two { width: 94%; border-color: rgba(143,101,255,.12); transform: translate(-50%,-50%) scaleY(.38) rotate(15deg); }

.assistant-section { background: linear-gradient(180deg, #060914, #080d1a 52%, #060914); }
.assistant-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 11%; align-items: start; }
.assistant-copy { position: sticky; top: 128px; }
.assistant-copy > p:not(.section-label) { max-width: 500px; margin: 24px 0 0; font-size: 16px; }
.assistant-copy .button-primary { margin-top: 34px; }
.assistant-flow { margin: 0; padding: 0; list-style: none; counter-reset: assistant-step; }
.assistant-flow li { position: relative; min-height: 160px; padding: 28px 28px 30px 92px; border-bottom: 1px solid rgba(151,180,255,.14); counter-increment: assistant-step; }
.assistant-flow li:first-child { border-top: 1px solid rgba(151,180,255,.14); }
.assistant-flow li::before { content: "0" counter(assistant-step); position: absolute; left: 8px; top: 29px; color: rgba(114,217,255,.62); font-size: 12px; font-variant-numeric: tabular-nums; }
.assistant-flow span, .assistant-flow strong { display: block; }
.assistant-flow span { color: var(--blue-2); font-size: 11px; }.assistant-flow strong { margin-top: 10px; font-size: 20px; font-weight: 600; }
.assistant-flow p { margin: 9px 0 0; font-size: 13px; }

.editing-section { background: radial-gradient(circle at 24% 48%, rgba(72,105,203,.16), transparent 29%), var(--ink); }
.editing-layout { display: grid; grid-template-columns: 1.17fr .83fr; gap: 10%; align-items: center; }
.editing-visual { position: relative; min-height: 640px; perspective: 900px; }
.editing-visual article { position: absolute; width: min(78%, 520px); min-height: 210px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(145,179,248,.2); border-radius: 14px; background: linear-gradient(145deg, rgba(17,27,52,.95), rgba(7,12,24,.95)); box-shadow: 0 30px 70px rgba(1,5,16,.38); transform: rotateY(6deg); }
.editing-visual article:nth-child(1) { left: 0; top: 3%; }.editing-visual article:nth-child(2) { right: 0; top: 34%; z-index: 2; transform: rotateY(-6deg); }.editing-visual article:nth-child(3) { left: 8%; bottom: 2%; }
.editing-visual span { color: var(--blue-2); font-size: 11px; letter-spacing: .08em; }.editing-visual strong { max-width: 350px; font-size: 21px; font-weight: 580; line-height: 1.4; }
.editing-visual i { position: relative; height: 34px; display: block; overflow: hidden; background: repeating-linear-gradient(90deg, rgba(98,152,255,.1) 0 5px, transparent 5px 10px); }
.editing-visual i::after { content: ""; position: absolute; left: 0; top: 15px; width: 72%; height: 1px; background: linear-gradient(90deg, var(--blue-2), rgba(142,98,255,.2)); box-shadow: 0 0 12px rgba(114,217,255,.45); }
.editing-copy > p:not(.section-label) { margin: 24px 0 0; font-size: 16px; }.editing-copy .text-action { margin-top: 32px; }

.platform { padding-top: 170px; background: radial-gradient(circle at 68% 52%, rgba(42,79,163,.13), transparent 35%), var(--ink); }
.orbit-board { position: relative; min-height: 590px; margin-top: 60px; border: 1px solid rgba(151,180,255,.12); border-radius: 14px; overflow: hidden; background: radial-gradient(circle at center, rgba(45,91,190,.16), rgba(8,13,25,.25) 36%, rgba(6,9,18,.9) 73%), linear-gradient(rgba(80,126,214,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(80,126,214,.055) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px; }
.orbit-board::before, .orbit-board::after { content: ""; position: absolute; left: 50%; top: 50%; width: 60%; aspect-ratio: 1; border: 1px solid rgba(93,145,255,.17); border-radius: 50%; transform: translate(-50%,-50%) scaleY(.4); }
.orbit-board::after { width: 84%; border-color: rgba(142,98,255,.12); }
.board-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 180px; aspect-ratio: 1; display: grid; place-content: center; justify-items: center; border: 1px solid rgba(113,162,255,.38); border-radius: 50%; background: radial-gradient(circle, rgba(58,106,222,.34), rgba(14,24,54,.72) 48%, rgba(7,11,23,.92) 70%); transform: translate(-50%,-50%); box-shadow: inset 0 0 45px rgba(65,112,235,.2), 0 0 80px rgba(49,90,190,.18); }
.board-core .brand-mark { transform: scale(1.15); margin-bottom: 12px; }.board-core strong { font-size: 15px; }.board-core small { margin-top: 5px; color: #8191af; font-size: 10px; }
.board-node { position: absolute; z-index: 2; min-width: 142px; padding: 14px 16px; border: 1px solid rgba(130,166,245,.2); border-radius: 12px; background: rgba(13,21,42,.72); backdrop-filter: blur(12px); }
.board-node span, .board-node small { display: block; }.board-node span { font-weight: 650; }.board-node small { margin-top: 5px; color: #8798b8; font-size: 11px; }
.node-a { left: 12%; top: 22%; }.node-b { right: 11%; top: 18%; }.node-c { left: 16%; bottom: 18%; }.node-d { right: 14%; bottom: 20%; }
.board-path { position: absolute; left: 50%; top: 50%; z-index: 1; width: 30%; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(101,154,255,.65), rgba(101,154,255,.06)); }
.path-a { transform: rotate(205deg); }.path-b { transform: rotate(-30deg); }.path-c { transform: rotate(150deg); }.path-d { transform: rotate(30deg); }
.board-path::after { content: ""; position: absolute; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 12px var(--blue-2); animation: data-run 3s linear infinite; }

.roles { background: linear-gradient(180deg, var(--ink), #070b16 45%, var(--ink)); }
.role-intro { max-width: 650px; margin-left: 16%; }
.role-intro > span { display: inline-block; margin-bottom: 18px; color: var(--blue-2); font-size: 12px; letter-spacing: .12em; }.role-intro p { margin: 20px 0 0; }
.role-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 270px 270px; gap: 16px; margin-top: 64px; }
.role-grid article { border: 1px solid rgba(151,180,255,.14); border-radius: 14px; background: rgba(10,15,29,.76); overflow: hidden; }
.role-feature { grid-row: 1/3; position: relative; padding: 44px; background: radial-gradient(circle at 74% 22%, rgba(65,118,236,.3), transparent 34%), rgba(10,15,29,.76) !important; }
.role-glyph { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(125,174,255,.34); border-radius: 14px; background: rgba(56,105,214,.18); color: #b9d6ff; font-weight: 700; }
.role-feature h3 { margin: 150px 0 14px; font-size: 32px; }.role-feature p { max-width: 430px; }.role-feature > span { position: absolute; left: 44px; bottom: 38px; color: #719be8; font-size: 12px; letter-spacing: .05em; }
.role-tile { padding: 30px; display: flex; justify-content: space-between; align-items: flex-end; }
.role-tile span { color: #7c91b9; font-size: 12px; }.role-tile h3 { max-width: 320px; margin: 12px 0 0; font-size: 22px; line-height: 1.3; }.role-tile b { font-size: 76px; line-height: .8; font-weight: 600; color: rgba(119,164,255,.4); font-variant-numeric: tabular-nums; }
.tile-data { background: radial-gradient(circle at 80% 50%, rgba(109,76,223,.24), transparent 38%), rgba(10,15,29,.76) !important; }
.signal { width: 140px; height: 55px; display: flex; gap: 7px; align-items: flex-end; }.signal i { flex: 1; height: var(--s); background: linear-gradient(var(--blue-2), var(--blue)); border-radius: 3px 3px 0 0; opacity: .65; }.signal i:nth-child(1){--s:25%}.signal i:nth-child(2){--s:55%}.signal i:nth-child(3){--s:44%}.signal i:nth-child(4){--s:82%}.signal i:nth-child(5){--s:68%}
.role-wide { grid-column: 1/3; min-height: 130px; padding: 26px 30px; display: flex; justify-content: space-between; align-items: center; }
.role-wide > div { display: flex; align-items: center; gap: 22px; }.role-wide h3 { margin: 0 0 7px; }.role-wide p { margin: 0; font-size: 13px; }.role-wide a { color: var(--blue-2); font-size: 13px; }.role-wide a span { margin-left: 12px; }

.workflow-copy { max-width: 720px; }
.workflow-track { position: relative; margin-top: 86px; display: grid; grid-template-columns: repeat(3,1fr); gap: 56px; }
.workflow-track::before { content: ""; position: absolute; left: 0; right: 0; top: 9px; height: 1px; background: linear-gradient(90deg, var(--blue), rgba(79,140,255,.08)); }
.workflow-step { position: relative; padding-top: 42px; }.workflow-step::before { content: ""; position: absolute; left: 0; top: 5px; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(79,140,255,.11); }
.workflow-step span { color: var(--blue-2); font-size: 12px; }.workflow-step h3 { margin: 14px 0 0; font-size: 23px; }.workflow-step p { max-width: 300px; margin: 14px 0 0; font-size: 14px; }

.cases { padding-bottom: 170px; }.case-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; align-items: start; }.case-copy { position: sticky; top: 130px; }.case-copy .button-primary { margin-top: 34px; }
.case-list { display: grid; gap: 14px; }.case-list article { min-height: 190px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(151,180,255,.13); border-radius: 14px; background: linear-gradient(120deg, rgba(16,24,46,.8), rgba(8,13,25,.82)); transition: transform .35s, border-color .35s; }.case-list article:hover { transform: translateX(-8px); border-color: rgba(113,158,255,.4); }.case-list span { color: var(--blue-2); font-size: 12px; }.case-list h3 { max-width: 600px; margin: 30px 0 0; font-size: clamp(21px, 2.2vw, 30px); line-height: 1.35; font-weight: 560; }

footer { min-height: 190px; padding: 54px max(28px, calc((100vw - 1280px) / 2)); display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; border-top: 1px solid rgba(151,180,255,.12); background: #060914; } footer p { margin: 0; color: #7f8eab; font-size: 13px; } footer button { border-color: rgba(151,180,255,.2); background: rgba(13,20,38,.82); }

dialog { width: min(900px, calc(100% - 32px)); padding: 0; border: 1px solid rgba(132,170,255,.25); border-radius: 14px; color: var(--text); background: #0a0f1d; box-shadow: 0 30px 100px rgba(0,0,0,.58); overflow: hidden; }
dialog[open] { display: grid; grid-template-columns: 1fr 1fr; animation: dialog-in .4s cubic-bezier(.16,1,.3,1); }
dialog::backdrop { background: rgba(2,4,10,.78); backdrop-filter: blur(12px); }
.dialog-copy { padding: 46px; background: radial-gradient(circle at 20% 10%, rgba(62,113,230,.25), transparent 36%), #0d1427; }.dialog-copy > p:first-of-type { margin: 22px 0 10px; color: var(--blue-2); font-size: 12px; }.dialog-copy h2, .success-state h2 { margin: 0; font-size: 34px; line-height: 1.15; letter-spacing: -.035em; }.dialog-copy > p:last-child, .success-state p { color: var(--muted); line-height: 1.7; }
.dialog-close { position: absolute; z-index: 2; right: 14px; top: 12px; width: 36px; height: 36px; border: 0; background: transparent; color: #a8b6d0; font-size: 28px; cursor: pointer; }
#demoForm { padding: 46px; display: grid; gap: 18px; } #demoForm label { display: grid; gap: 8px; color: #c5cee0; font-size: 12px; } #demoForm input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid rgba(151,180,255,.2); border-radius: 9px; color: var(--text); background: #070b16; } #demoForm input::placeholder { color: #7584a1; } #demoForm input[aria-invalid="true"] { border-color: #ff7f96; }.form-error { min-height: 17px; margin: -5px 0; color: #ff9caf; font-size: 12px; }.form-note { margin: -8px 0 0; color: #7584a1; font-size: 10px; }.success-state { grid-column: 1/3; min-height: 440px; padding: 50px; place-content: center; text-align: center; }.success-state:not([hidden]) { display: grid; }.success-state > span { color: var(--blue-2); font-size: 12px; margin-bottom: 14px; }.success-state .button-secondary { justify-self: center; margin-top: 18px; }

@keyframes boot-away { to { opacity: 0; visibility: hidden; transform: scale(1.04); } }
@keyframes boot-pulse { 50% { transform: scale(1.48); filter: drop-shadow(0 0 30px rgba(88,134,255,.8)); } }
@keyframes universe-in { to { opacity: 1; } }
@keyframes enter-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes enter-down { from { opacity: 0; transform: translate(-50%,-18px); } to { opacity: 1; transform: translate(-50%,0); } }
@keyframes card-arrive { from { opacity: 0; transform: translate3d(var(--tx), calc(var(--ty) + 32px), calc(var(--tz) - 180px)) rotateX(16deg) rotateY(var(--ry)) scale(.78); } to { opacity: .94; transform: translate3d(var(--tx), var(--ty), var(--tz)) rotateX(var(--rx)) rotateY(var(--ry)) scale(1); } }
@keyframes card-drift { from { transform: translate3d(calc(var(--tx) - 4px), calc(var(--ty) - 7px), var(--tz)) rotateX(var(--rx)) rotateY(var(--ry)) rotateZ(-.4deg); } to { transform: translate3d(calc(var(--tx) + 5px), calc(var(--ty) + 8px), calc(var(--tz) + 8px)) rotateX(calc(var(--rx) + 1deg)) rotateY(calc(var(--ry) - 1deg)) rotateZ(.5deg); } }
@keyframes live-pulse { 50% { opacity: .35; transform: scale(.75); } }
@keyframes bars { to { height: calc(var(--h) * .74); opacity: .55; } }
@keyframes data-run { from { left: 0; } to { left: 100%; } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }
@keyframes network-float { to { transform: translateY(-8px); } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; width: calc(100% - 36px); }
  .desktop-nav { display: none; }.nav-cta { margin-right: 52px; }.menu-toggle { display: block; position: absolute; right: 0; }
  .site-header.menu-open { height: auto; padding-top: 14px; align-items: start; }.site-header.menu-open .desktop-nav { display: grid; position: absolute; right: 0; top: 64px; min-width: 210px; padding: 18px; gap: 4px; border: 1px solid var(--line); border-radius: 12px; background: rgba(8,13,25,.96); backdrop-filter: blur(16px); }.site-header.menu-open .nav-cta { display: none; }
  .hero-copy { left: 5vw; width: 47vw; }.agent-card { transform: scale(.9); }.agent-card-data { display: none; }.agent-card-sales { left: 49%; }.agent-card-service { left: auto; right: 2%; width: 244px; }.agent-card-ops { left: auto; right: 3%; width: 226px; }.agent-card-video { left: 56%; }.core-status { left: 70%; }
  .product-index .section-shell { grid-template-columns: .72fr 1.28fr; gap: 6%; }
  .messaging-layout { grid-template-columns: .58fr 1.42fr; gap: 5%; }
  .commerce-layout, .assistant-layout, .editing-layout { gap: 6%; }
}

@media (max-width: 767px) {
  .site-header { height: 64px; }.nav-cta { display: none; }
  .hero { height: 155vh; min-height: 1040px; }.hero-sticky { min-height: 100dvh; }
  .scene-vignette { background: linear-gradient(180deg, rgba(5,8,18,.96) 0 24%, rgba(5,8,18,.08) 58%, rgba(5,8,18,.78)); }
  .hero-copy { left: 20px; right: 20px; top: 104px; width: auto; transform: translateY(calc(var(--scroll-p) * -60px)); }
  .eyebrow { margin-bottom: 16px; font-size: 11px; } h1 { font-size: clamp(42px, 13vw, 58px); }.hero-intro { max-width: 330px; margin-top: 16px; font-size: 14px; }.hero-actions { margin-top: 22px; }.hero-actions .button-primary, .hero-actions .button-secondary { min-width: 0; min-height: 46px; padding: 0 14px; font-size: 13px; }
  .agent-card { width: 200px; min-height: 105px; padding: 11px; }.agent-card-service { left: 8%; top: 58%; width: 218px; }.agent-card-ops { left: auto; right: -32px; top: 70%; width: 210px; }.agent-card-sales, .agent-card-data, .agent-card-video { display: none; }.agent-head small { max-width: 115px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .core-status { left: 50%; bottom: 7%; min-width: 282px; }.hero-transition-copy { width: calc(100% - 32px); top: 58%; }.hero-transition-copy h2 { font-size: 42px; }
  .section { padding: 90px 20px; }.section h2 { font-size: 39px; }.section-copy p, .workflow-copy p, .case-copy > p { font-size: 15px; }
  .product-index { padding-top: 106px; }.product-index .section-shell, .messaging-layout, .commerce-layout, .assistant-layout, .editing-layout { grid-template-columns: 1fr; gap: 52px; }.product-index-copy, .messaging-copy, .assistant-copy { position: static; }.product-index-copy p, .messaging-copy p { font-size: 15px; }
  .product-links a { min-height: 142px; padding: 22px; }.product-links a:first-child, .product-links a:last-child { grid-column: auto; }
  .message-grid { grid-template-columns: 1fr; grid-template-rows: auto; }.message-primary { grid-row: auto; min-height: 470px; }.message-card { min-height: 280px; }
  .commerce-network { min-height: 500px; }.commerce-core { width: 148px; height: 148px; }.commerce-node { min-width: 108px; padding: 12px; }.node-review { left: 4%; top: 12%; }.node-task { right: 4%; top: 23%; }.node-result { left: 8%; bottom: 12%; }
  .assistant-flow li { min-height: 145px; padding: 25px 18px 27px 70px; }.assistant-flow li::before { left: 2px; top: 26px; }
  .editing-visual { min-height: 580px; order: 2; }.editing-copy { order: 1; }.editing-visual article { width: 86%; min-height: 190px; padding: 23px; }.editing-visual article:nth-child(1) { top: 0; }.editing-visual article:nth-child(2) { top: 31%; }.editing-visual article:nth-child(3) { bottom: 0; }
  .platform { padding-top: 110px; }.orbit-board { min-height: 520px; margin-top: 44px; }.board-core { width: 142px; }.board-node { min-width: 105px; padding: 11px; }.node-a { left: 5%; top: 12%; }.node-b { right: 4%; top: 17%; }.node-c { left: 6%; bottom: 12%; }.node-d { right: 5%; bottom: 18%; }.board-path { width: 36%; }
  .role-intro { margin-left: 0; }.role-grid { display: block; margin-top: 42px; }.role-grid article { margin-bottom: 14px; }.role-feature { min-height: 430px; padding: 28px; }.role-feature h3 { margin-top: 125px; }.role-feature > span { left: 28px; bottom: 28px; }.role-tile { min-height: 220px; padding: 25px; }.role-wide { min-height: 220px; padding: 26px; display: grid; }.role-wide > div { align-items: flex-start; }.role-wide a { margin-left: 76px; }
  .workflow-track { grid-template-columns: 1fr; gap: 36px; margin-top: 55px; padding-left: 20px; }.workflow-track::before { left: 4px; right: auto; top: 8px; bottom: 0; width: 1px; height: auto; }.workflow-step { padding: 0 0 0 26px; }.workflow-step::before { left: -20px; top: 6px; }
  .case-layout { grid-template-columns: 1fr; gap: 50px; }.case-copy { position: static; }.case-list article { min-height: 165px; }.case-list article:hover { transform: translateY(-4px); }
  footer { padding: 42px 20px; grid-template-columns: 1fr; gap: 22px; } footer button { justify-self: start; }
  dialog[open] { display: block; max-height: calc(100dvh - 24px); overflow-y: auto; }.dialog-copy, #demoForm { padding: 32px 24px; }.dialog-copy h2, .success-state h2 { font-size: 28px; }.success-state { min-height: 520px; padding: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .boot { display: none; }.site-header, #universe, .hero-copy > *, .agent-card { opacity: 1; }.reveal { opacity: 1; transform: none; }
}

@supports not (backdrop-filter: blur(1px)) {
  .agent-card, .core-status, .board-node, .button-secondary { background: #0c1427; }
}
