:root {
  --ink: #08090d;
  --ink-2: #0d0e14;
  --ink-3: #15161d;
  --paper: #f1f0f3;
  --paper-2: #e8e6eb;
  --white: #f8f7fa;
  --text: #f3f1f5;
  --text-dark: #111218;
  --muted: #9998a2;
  --muted-dark: #686872;
  --line: rgba(255, 255, 255, .13);
  --line-dark: rgba(8, 9, 13, .15);
  --coral: #ff4f70;
  --pink: #df45ad;
  --violet: #7951ff;
  --gradient: linear-gradient(100deg, var(--coral), var(--pink) 52%, var(--violet));
  --gradient-button: linear-gradient(100deg, #d83b58, #ad318f 52%, #6040d2);
  --font: "Glacial Indifference", "Avenir Next", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
  --font-main: var(--font);
  --font-display: var(--font);
  --font-mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --container: 1760px;
  --gutter: clamp(20px, 4.2vw, 80px);
  --radius: 12px;
  --radius-scene: 22px;
  --header-height: 132px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

/* v5.9.0 — deep hero atmosphere for the interactive brand crystal */
.hero {
  --hero-depth-y: 0px;
  --hero-depth-turn: 0deg;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 80% 38%, rgba(122,72,255,.24), transparent 34%),
    radial-gradient(ellipse at 70% 62%, rgba(220,55,175,.19), transparent 42%),
    radial-gradient(ellipse at 95% 78%, rgba(82,52,210,.17), transparent 34%),
    radial-gradient(ellipse at 42% 105%, rgba(105,56,198,.08), transparent 36%),
    var(--ink);
}
.hero-color-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-color-field::before {
  content: "";
  position: absolute;
  inset: 8% -12% -16% 34%;
  opacity: .22;
  background:
    repeating-radial-gradient(circle at 58% 42%, rgba(191,98,255,.16) 0 1px, transparent 1px 34px),
    conic-gradient(from 210deg at 58% 42%, transparent, rgba(139,72,255,.18), transparent 28%, rgba(235,71,184,.12), transparent 58%);
  mask-image: radial-gradient(ellipse at 58% 42%, #000 0 42%, transparent 74%);
  animation: hero-depth-lattice 24s ease-in-out infinite alternate;
}
.hero-color-field::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background: linear-gradient(105deg, rgba(8,9,13,.82) 0 33%, transparent 55% 82%, rgba(8,9,13,.3));
}
.hero-grid,
.hero-directions { z-index: 2; }
.hero-aurora {
  position: absolute;
  display: block;
  border-radius: 50%;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}
.hero-aurora--violet {
  right: 1%;
  top: 4%;
  width: min(62vw, 980px);
  aspect-ratio: 1.12;
  opacity: .5;
  background: radial-gradient(ellipse, rgba(113,69,255,.34), rgba(107,55,234,.12) 42%, transparent 72%);
  animation: hero-aurora-violet 14s ease-in-out infinite alternate;
}
.hero-aurora--magenta {
  right: 22%;
  top: 36%;
  width: min(44vw, 720px);
  aspect-ratio: 1.34;
  opacity: .38;
  background: radial-gradient(ellipse, rgba(235,67,178,.3), rgba(185,48,163,.1) 44%, transparent 74%);
  animation: hero-aurora-magenta 17s ease-in-out -5s infinite alternate;
}
.hero-aurora--blue {
  right: -8%;
  bottom: -18%;
  width: min(52vw, 820px);
  aspect-ratio: 1;
  opacity: .3;
  background: radial-gradient(circle, rgba(79,69,238,.32), rgba(89,54,219,.09) 48%, transparent 72%);
  animation: hero-aurora-blue 20s ease-in-out -8s infinite alternate;
}
.hero-depth-orbit {
  position: absolute;
  right: 8%;
  top: 14%;
  width: min(54vw, 820px);
  aspect-ratio: 1;
  opacity: .17;
  border: 1px solid rgba(204,116,255,.28);
  border-radius: 50%;
  box-shadow:
    inset 0 0 80px rgba(116,70,255,.08),
    0 0 80px rgba(195,62,191,.06);
  transform: translate3d(0,var(--hero-depth-y),0) rotate(var(--hero-depth-turn)) scaleY(.62);
  animation: hero-depth-orbit 19s linear infinite;
}
.hero-depth-orbit::before,
.hero-depth-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(224,132,255,.2);
  border-radius: inherit;
}
.hero-depth-orbit::before { inset: 13%; transform: rotate(38deg) scaleY(.76); }
.hero-depth-orbit::after { inset: 27%; transform: rotate(-54deg) scaleY(1.18); }
.hero-microdust {
  position: absolute;
  inset: 7% 2% 10% 43%;
}
.hero-microdust i {
  --micro-x: 50%;
  --micro-y: 50%;
  --micro-size: 3px;
  --micro-delay: 0s;
  position: absolute;
  left: var(--micro-x);
  top: var(--micro-y);
  width: var(--micro-size);
  height: var(--micro-size);
  border-radius: 50%;
  background: #f8f3ff;
  box-shadow: 0 0 7px #fff, 0 0 15px rgba(180,79,255,.88);
  opacity: .22;
  animation: hero-micro-drift 6.8s var(--micro-delay) ease-in-out infinite;
}
.hero-microdust i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1px;
  opacity: .32;
  background: linear-gradient(90deg, transparent, #d593ff, transparent);
  transform: translate(-50%,-50%) rotate(-38deg);
}
.hero-microdust i:nth-child(1) { --micro-x: 7%; --micro-y: 24%; --micro-delay: -1.2s; }
.hero-microdust i:nth-child(2) { --micro-x: 18%; --micro-y: 67%; --micro-size: 2px; --micro-delay: -4.6s; }
.hero-microdust i:nth-child(3) { --micro-x: 31%; --micro-y: 12%; --micro-delay: -2.7s; }
.hero-microdust i:nth-child(4) { --micro-x: 42%; --micro-y: 79%; --micro-size: 4px; --micro-delay: -.4s; }
.hero-microdust i:nth-child(5) { --micro-x: 53%; --micro-y: 35%; --micro-size: 2px; --micro-delay: -5.4s; }
.hero-microdust i:nth-child(6) { --micro-x: 64%; --micro-y: 9%; --micro-delay: -3.1s; }
.hero-microdust i:nth-child(7) { --micro-x: 72%; --micro-y: 58%; --micro-size: 4px; --micro-delay: -1.8s; }
.hero-microdust i:nth-child(8) { --micro-x: 83%; --micro-y: 27%; --micro-size: 2px; --micro-delay: -6.1s; }
.hero-microdust i:nth-child(9) { --micro-x: 91%; --micro-y: 74%; --micro-delay: -3.8s; }
.hero-microdust i:nth-child(10) { --micro-x: 26%; --micro-y: 48%; --micro-size: 2px; --micro-delay: -2s; }
.hero-microdust i:nth-child(11) { --micro-x: 58%; --micro-y: 91%; --micro-delay: -4.2s; }
.hero-microdust i:nth-child(12) { --micro-x: 96%; --micro-y: 43%; --micro-size: 2px; --micro-delay: -.8s; }

@keyframes hero-aurora-violet {
  0% { opacity: .36; transform: translate3d(-5%,calc(var(--hero-depth-y) - 2%),0) scale(.9) rotate(-4deg); }
  48% { opacity: .58; transform: translate3d(3%,calc(var(--hero-depth-y) + 2%),0) scale(1.08) rotate(3deg); }
  100% { opacity: .44; transform: translate3d(-1%,var(--hero-depth-y),0) scale(.98) rotate(7deg); }
}
@keyframes hero-aurora-magenta {
  0% { opacity: .26; transform: translate3d(-7%,calc(var(--hero-depth-y) + 3%),0) scale(.9); }
  55% { opacity: .44; transform: translate3d(6%,calc(var(--hero-depth-y) - 2%),0) scale(1.12); }
  100% { opacity: .32; transform: translate3d(1%,var(--hero-depth-y),0) scale(1); }
}
@keyframes hero-aurora-blue {
  0% { opacity: .2; transform: translate3d(4%,calc(var(--hero-depth-y) - 4%),0) scale(.88); }
  100% { opacity: .38; transform: translate3d(-8%,calc(var(--hero-depth-y) + 3%),0) scale(1.12); }
}
@keyframes hero-depth-lattice {
  0% { transform: translate3d(-2%,var(--hero-depth-y),0) rotate(-3deg) scale(.96); }
  100% { transform: translate3d(3%,calc(var(--hero-depth-y) + 2%),0) rotate(5deg) scale(1.06); }
}
@keyframes hero-depth-orbit {
  to { transform: translate3d(0,var(--hero-depth-y),0) rotate(calc(var(--hero-depth-turn) + 360deg)) scaleY(.62); }
}
@keyframes hero-micro-drift {
  0%,100% { opacity: .1; transform: translate3d(0,10px,0) scale(.72); }
  42% { opacity: .76; transform: translate3d(8px,-12px,0) scale(1.1); }
  68% { opacity: .34; transform: translate3d(-5px,-21px,0) scale(.9); }
}

@media (max-width:680px) {
  .hero {
    background:
      radial-gradient(ellipse at 38% 54%, rgba(126,71,255,.24), transparent 35%),
      radial-gradient(ellipse at 74% 66%, rgba(229,62,172,.2), transparent 44%),
      radial-gradient(ellipse at 90% 20%, rgba(82,61,217,.16), transparent 36%),
      var(--ink);
  }
  .hero-color-field::before { inset: 24% -55% -8% -12%; opacity: .27; }
  .hero-color-field::after { opacity: .2; background: linear-gradient(180deg, rgba(8,9,13,.18), transparent 38%, rgba(8,9,13,.28)); }
  .hero-aurora--violet { right: -36%; top: 23%; width: 118vw; opacity: .48; }
  .hero-aurora--magenta { right: -4%; top: 47%; width: 94vw; opacity: .4; }
  .hero-aurora--blue { right: -42%; bottom: -8%; width: 104vw; }
  .hero-depth-orbit { right: -34%; top: 34%; width: 112vw; opacity: .13; }
  .hero-microdust { inset: 23% 0 9% 0; }
  .hero-microdust i:nth-child(n+8) { display: none; }
}

/* v5.22 — semantic motion system: every scene explains its own process */
.outcome-board,
.problem-grid,
.projects-editorial,
.solution-showcase,
.trust-layout,
.estimator-shell { isolation: isolate; }

.outcome-card {
  display: grid;
  grid-template-rows: auto auto 148px auto;
  gap: 18px;
  min-height: 500px;
  overflow: hidden;
}

.outcome-semantic {
  position: relative;
  min-height: 148px;
  border: 1px solid rgba(8,9,13,.1);
  border-radius: 18px;
  background:
    linear-gradient(rgba(8,9,13,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,9,13,.035) 1px, transparent 1px),
    rgba(255,255,255,.32);
  background-size: 24px 24px;
  overflow: hidden;
}

.outcome-card-accent .outcome-semantic {
  border-color: rgba(255,255,255,.14);
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    rgba(255,255,255,.03);
  background-size: 24px 24px;
}

.outcome-document {
  position: absolute;
  top: 25px;
  left: 24px;
  width: 82px;
  height: 98px;
  border: 1px solid rgba(8,9,13,.38);
  border-radius: 9px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 16px 30px rgba(8,9,13,.09);
}
.outcome-document::after {
  content: "104";
  position: absolute;
  top: 10px;
  right: 9px;
  color: #8a8990;
  font: 8px/1 var(--font-mono, monospace);
}
.outcome-document i { position: absolute; left: 12px; right: 12px; height: 3px; background: #d8d7db; }
.outcome-document i:nth-child(1) { top: 31px; }
.outcome-document i:nth-child(2) { top: 45px; width: 40px; }
.outcome-document i:nth-child(3) { top: 59px; width: 48px; }
.outcome-document b { position: absolute; left: 12px; bottom: 14px; width: 34px; height: 10px; border: 1px solid #ff4f72; border-radius: 2px; }
.outcome-scan { position: absolute; z-index: 2; top: 25px; bottom: 25px; left: 24px; width: 82px; border-top: 2px solid #d3388b; filter: drop-shadow(0 0 6px rgba(211,56,139,.8)); animation: outcome-scan 3.8s cubic-bezier(.65,0,.35,1) infinite; }
.outcome-fields { position: absolute; top: 29px; right: 19px; display: grid; gap: 10px; }
.outcome-fields i { position: relative; width: 108px; padding: 8px 10px 8px 24px; border: 1px solid rgba(8,9,13,.13); border-radius: 7px; color: #56545c; background: rgba(255,255,255,.72); font: 8px/1 var(--font-mono, monospace); letter-spacing: .08em; opacity: .3; transform: translateX(12px); animation: outcome-field 3.8s ease infinite; }
.outcome-fields i::before { content: ""; position: absolute; left: 9px; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: #ff4f72; box-shadow: 0 0 8px rgba(255,79,114,.5); }
.outcome-fields i:nth-child(2) { animation-delay: .25s; }
.outcome-fields i:nth-child(3) { animation-delay: .5s; }

.outcome-semantic--dialog { display: grid; grid-template-columns: 1fr 64px 1fr; align-items: center; gap: 12px; padding: 20px; }
.outcome-bubble { display: grid; place-items: center; min-width: 0; height: 62px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px 18px 18px 4px; color: #fff; background: rgba(255,255,255,.07); font-size: 25px; box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.outcome-bubble--question { animation: dialog-question 4.6s ease infinite; }
.outcome-bubble--answer { border-radius: 18px 18px 4px 18px; background: linear-gradient(135deg, rgba(255,79,114,.22), rgba(118,83,255,.2)); animation: dialog-answer 4.6s ease infinite; }
.outcome-dialog-core { position: relative; display: grid; place-items: center; width: 58px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.outcome-dialog-core::before { content: "ИИ"; color: #fff; font: 9px/1 var(--font-mono, monospace); letter-spacing: .1em; }
.outcome-dialog-core i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #ff4f72; animation: dialog-orbit 3s linear infinite; }
.outcome-dialog-core i:nth-child(2) { animation-delay: -1s; }
.outcome-dialog-core i:nth-child(3) { animation-delay: -2s; }

.outcome-semantic--signal { display: grid; grid-template-columns: 66px 1fr 72px; align-items: center; gap: 8px; padding: 18px; }
.outcome-sensor,
.outcome-alert { position: relative; display: grid; place-items: center; width: 60px; aspect-ratio: 1; border: 1px solid rgba(8,9,13,.16); border-radius: 16px; background: rgba(255,255,255,.62); }
.outcome-sensor i { width: 12px; height: 12px; border: 2px solid #7653ff; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(118,83,255,.28); animation: sensor-ping 3.2s ease-out infinite; }
.outcome-sensor b { position: absolute; bottom: 8px; color: #6e6c75; font: 7px/1 var(--font-mono, monospace); }
.outcome-sensor b::after { content: "ДАТЧИК"; }
.outcome-wave { position: relative; height: 2px; background: linear-gradient(90deg, #7653ff, #d946b6, #ff4f72); }
.outcome-wave i { position: absolute; top: -3px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 10px #d946b6; animation: signal-packet 3.2s ease-in-out infinite; }
.outcome-wave i:nth-child(2) { animation-delay: 1.05s; }
.outcome-wave i:nth-child(3) { animation-delay: 2.1s; }
.outcome-alert { border-color: rgba(255,79,114,.3); }
.outcome-alert b { width: 20px; height: 16px; border: 1px solid #ff4f72; border-radius: 4px; }
.outcome-alert b::after { content: ""; position: absolute; top: 13px; left: 50%; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: #ff4f72; }
.outcome-alert i { position: absolute; inset: 8px; border: 1px solid rgba(255,79,114,.35); border-radius: 10px; animation: alert-ring 3.2s ease-out infinite; }

.problem-card { position: relative; display: grid; grid-template-rows: auto 150px auto auto auto; gap: 18px; min-height: 620px; overflow: hidden; }
.problem-card h3 { margin-top: 0; }
.problem-live { position: relative; height: 150px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(118,83,255,.035)); overflow: hidden; }
.problem-live::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 18px 18px; opacity: .28; }
.problem-live i,
.problem-live b,
.problem-live span { position: absolute; display: block; }
.problem-live--documents i { top: 26px; width: 66px; height: 84px; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; background: #111217; box-shadow: 0 12px 24px rgba(0,0,0,.28); }
.problem-live--documents i:nth-child(1) { left: 26px; animation: queue-doc 4.8s ease infinite; }
.problem-live--documents i:nth-child(2) { left: 48px; opacity: .55; transform: scale(.88); }
.problem-live--documents i:nth-child(3) { left: 67px; opacity: .28; transform: scale(.76); }
.problem-live--documents i::before { content: ""; position: absolute; inset: 17px 11px auto; height: 28px; background: repeating-linear-gradient(to bottom, rgba(255,255,255,.32) 0 2px, transparent 2px 8px); }
.problem-live--documents b { top: 26px; bottom: 26px; left: 52%; width: 2px; background: linear-gradient(#ff4f72, #7653ff); box-shadow: 0 0 10px rgba(217,70,182,.5); }
.problem-live--documents span { top: 34px; right: 24px; width: 78px; height: 68px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: repeating-linear-gradient(to bottom, transparent 0 15px, rgba(255,255,255,.1) 15px 16px); animation: data-table 4.8s ease infinite; }
.problem-live--requests i { left: 22px; width: 74px; height: 29px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px 12px 12px 3px; background: rgba(255,255,255,.06); animation: request-stack 5s ease infinite; }
.problem-live--requests i:nth-child(1) { top: 20px; }
.problem-live--requests i:nth-child(2) { top: 58px; animation-delay: .3s; }
.problem-live--requests i:nth-child(3) { top: 96px; animation-delay: .6s; }
.problem-live--requests b { top: 24px; left: 50%; width: 1px; height: 102px; background: linear-gradient(#ff4f72, #7653ff); }
.problem-live--requests span { top: 45px; right: 23px; width: 84px; height: 58px; border: 1px solid rgba(255,79,114,.34); border-radius: 12px; background: linear-gradient(135deg, rgba(255,79,114,.13), rgba(118,83,255,.13)); animation: routed-answer 5s ease infinite; }
.problem-live--requests span::before { content: "ОТВЕТ"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font: 8px/1 var(--font-mono, monospace); letter-spacing: .12em; }
.problem-live--events i { top: 58px; left: 26px; width: 26px; height: 26px; border: 2px solid #7653ff; border-radius: 50%; animation: sensor-ping 3.4s ease-out infinite; }
.problem-live--events i:nth-child(2), .problem-live--events i:nth-child(3) { border-width: 1px; opacity: .6; }
.problem-live--events i:nth-child(2) { inset: 43px auto auto 11px; width: 56px; height: 56px; }
.problem-live--events i:nth-child(3) { inset: 27px auto auto -5px; width: 88px; height: 88px; }
.problem-live--events b { top: 70px; left: 30%; right: 31%; height: 2px; background: linear-gradient(90deg, #7653ff, #ff4f72); }
.problem-live--events b::after { content: ""; position: absolute; top: -3px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 11px #ff4f72; animation: signal-packet 3.4s ease infinite; }
.problem-live--events span { top: 38px; right: 24px; width: 76px; height: 76px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.05); animation: event-panel 3.4s ease infinite; }
.problem-live--events span::before { content: "СОБЫТИЕ"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font: 8px/1 var(--font-mono, monospace); letter-spacing: .1em; }

.system-core { overflow: visible; }
.system-core > span:not(.system-core__brand) { opacity: .32; }
.system-core__brand {
  position: absolute;
  z-index: 4;
  inset: 15%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 26px;
  background: rgba(8,9,13,.84);
  box-shadow: 0 0 42px rgba(217,70,182,.22), inset 0 0 25px rgba(255,255,255,.04);
}
.system-core__brand img { display: block; width: 82%; height: 82%; object-fit: contain; transform: none !important; filter: drop-shadow(0 0 10px rgba(255,255,255,.2)); }
.system-core > b { z-index: 5; bottom: -38px; top: auto; transform: none; color: #aaa8b2; font-size: 7px; line-height: 1.35; }
.system-core::after { content: ""; position: absolute; z-index: 3; inset: 7%; border: 1px solid rgba(255,79,114,.38); border-radius: 32px; animation: core-breathe 4.8s ease-in-out infinite; pointer-events: none; }

.solution-showcase .solution-card {
  grid-template-columns: minmax(230px,.72fr) minmax(420px,1.28fr);
  grid-template-areas: "meta meta" "title machine" "list machine" "actions actions";
  align-items: start;
  min-height: 670px;
}
.solution-machine {
  grid-area: machine;
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 50%, rgba(217,70,182,.14), transparent 45%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #0b0c11;
  background-size: auto, 32px 32px, 32px 32px, auto;
  overflow: hidden;
}
.solution-machine::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 80px rgba(118,83,255,.13); pointer-events: none; }
.doc-machine__source,
.doc-machine__scan,
.doc-machine__data,
.bot-machine__question,
.bot-machine__core,
.bot-machine__routes,
.box-machine__sensors,
.box-machine__hub,
.box-machine__panel { position: absolute; z-index: 2; }
.doc-machine__source { top: 64px; left: 42px; width: 150px; height: 220px; padding: 20px; border: 1px solid rgba(255,255,255,.32); border-radius: 12px; background: linear-gradient(155deg,#17181e,#0d0e13); box-shadow: 0 24px 44px rgba(0,0,0,.35); transform: rotate(-3deg); }
.doc-machine__source small,
.doc-machine__data small,
.box-machine__panel small { color: #ff7390; font: 8px/1 var(--font-mono, monospace); letter-spacing: .12em; }
.doc-machine__source strong { display: block; margin: 20px 0 26px; color: #fff; font-size: 16px; font-weight: 500; }
.doc-machine__source span { display: block; margin: 13px 0; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.12); color: #aaa8b2; font-size: 9px; letter-spacing: .08em; }
.doc-machine__source i { position: absolute; top: 0; bottom: 0; left: 0; width: 2px; background: #ff4f72; box-shadow: 0 0 16px #ff4f72; animation: doc-scan-x 4.8s cubic-bezier(.65,0,.35,1) infinite; }
.doc-machine__scan { top: 123px; left: 45%; display: grid; place-items: center; width: 82px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.doc-machine__scan::before,
.doc-machine__scan::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(217,70,182,.45); border-radius: 50%; animation: doc-orbit 3.8s linear infinite; }
.doc-machine__scan::after { inset: 23px; border-color: rgba(118,83,255,.65); animation-direction: reverse; }
.doc-machine__scan i { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 20px #d946b6; }
.doc-machine__scan b { position: absolute; left: -38px; right: -38px; height: 1px; background: linear-gradient(90deg, transparent, #ff4f72, #7653ff, transparent); }
.doc-machine__scan span { position: absolute; top: calc(100% + 18px); color: #aaa8b2; font: 7px/1 var(--font-mono, monospace); letter-spacing: .13em; }
.doc-machine__data { top: 62px; right: 34px; width: 174px; padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(15,16,22,.9); }
.doc-machine__data > span { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; margin-top: 20px; }
.doc-machine__data > span b { color: #c3c1ca; font-size: 8px; font-weight: 400; }
.doc-machine__data > span i { height: 5px; border-radius: 3px; background: linear-gradient(90deg,#ff4f72,#7653ff); transform-origin: left; animation: data-fill 4.8s ease infinite; }
.doc-machine__data > span:nth-child(3) i { animation-delay: .25s; }
.doc-machine__data > span:nth-child(4) i { animation-delay: .5s; }
.doc-machine__data > strong { display: block; margin-top: 30px; padding: 12px 8px; border: 1px solid rgba(118,83,255,.32); border-radius: 8px; color: #fff; font: 7px/1.3 var(--font-mono, monospace); letter-spacing: .08em; text-align: center; }

.bot-machine__question { top: 56px; left: 36px; width: 190px; padding: 20px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px 18px 18px 5px; background: rgba(18,19,25,.93); animation: bot-incoming 5.6s ease infinite; }
.bot-machine__question small { color: #aaa8b2; font: 8px/1 var(--font-mono, monospace); letter-spacing: .1em; }
.bot-machine__question strong { display: block; margin-top: 12px; color: #fff; font-size: 14px; font-weight: 400; }
.bot-machine__question i { position: absolute; right: -7px; bottom: -7px; width: 14px; height: 14px; border-radius: 50%; background: #ff4f72; box-shadow: 0 0 13px rgba(255,79,114,.75); }
.bot-machine__core { top: 184px; left: 50%; display: grid; place-items: center; width: 112px; aspect-ratio: 1; transform: translateX(-50%) rotate(45deg); border: 1px solid rgba(255,255,255,.24); border-radius: 28px; background: rgba(10,11,16,.92); box-shadow: 0 0 50px rgba(217,70,182,.16); }
.bot-machine__core b { color: #fff; font: 8px/1 var(--font-mono, monospace); letter-spacing: .1em; transform: rotate(-45deg); }
.bot-machine__core span { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #ff4f72; animation: bot-node 3s ease infinite; }
.bot-machine__core span:nth-child(1) { top: 17px; left: 17px; }
.bot-machine__core span:nth-child(2) { right: 17px; top: 17px; animation-delay: .4s; background:#7653ff; }
.bot-machine__core span:nth-child(3) { right: 17px; bottom: 17px; animation-delay: .8s; background:#d946b6; }
.bot-machine__routes { top: 86px; right: 28px; bottom: 44px; display: grid; align-content: end; gap: 14px; width: 146px; }
.bot-machine__routes span { position: relative; z-index: 2; padding: 13px 12px 13px 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #c6c4cc; background: rgba(15,16,22,.9); font: 8px/1 var(--font-mono, monospace); letter-spacing: .08em; opacity: .35; animation: route-choice 5.6s ease infinite; }
.bot-machine__routes span::before { content: ""; position: absolute; left: 11px; top: 50%; width: 7px; height: 7px; margin-top: -3px; border-radius: 50%; background: #ff4f72; }
.bot-machine__routes span:nth-child(2) { animation-delay: .3s; }
.bot-machine__routes span:nth-child(3) { animation-delay: .6s; }
.bot-machine__routes i { position: absolute; left: -110px; right: 100%; height: 1px; background: linear-gradient(90deg, transparent,#d946b6); transform-origin: right; }
.bot-machine__routes i:nth-of-type(1) { top: 70%; transform: rotate(-20deg); }
.bot-machine__routes i:nth-of-type(2) { top: 78%; }
.bot-machine__routes i:nth-of-type(3) { top: 86%; transform: rotate(20deg); }

.box-machine__sensors { top: 55px; left: 30px; display: grid; gap: 15px; }
.box-machine__sensors span { position: relative; width: 112px; padding: 14px 14px 14px 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(16,17,23,.92); }
.box-machine__sensors span::before { content: ""; position: absolute; left: 13px; top: 50%; width: 9px; height: 9px; margin-top: -5px; border: 1px solid #7653ff; border-radius: 50%; }
.box-machine__sensors b { color: #fff; font: 9px/1 var(--font-mono, monospace); letter-spacing: .08em; }
.box-machine__sensors i { position: absolute; right: -6px; top: 50%; width: 12px; height: 12px; margin-top: -6px; border-radius: 50%; background: #ff4f72; animation: sensor-ping 3.5s ease-out infinite; }
.box-machine__sensors span:nth-child(2) i { animation-delay: .7s; background:#d946b6; }
.box-machine__sensors span:nth-child(3) i { animation-delay: 1.4s; background:#7653ff; }
.box-machine__hub { top: 156px; left: 48%; display: grid; place-items: center; width: 120px; aspect-ratio: 1; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.22); border-radius: 31%; background: rgba(11,12,17,.94); box-shadow: 0 0 50px rgba(217,70,182,.15); }
.box-machine__hub::before { content: ""; position: absolute; inset: -90px -130px; background: repeating-radial-gradient(circle, transparent 0 26px, rgba(217,70,182,.08) 27px 28px); pointer-events:none; }
.box-machine__hub strong { z-index: 2; color: #fff; font: 8px/1.4 var(--font-mono, monospace); letter-spacing: .08em; text-align: center; }
.box-machine__hub i { position: absolute; inset: 14px; border: 1px solid rgba(118,83,255,.42); border-radius: 31%; animation: box-hub 4.4s ease-in-out infinite; }
.box-machine__hub i:nth-child(2) { inset: 29px; border-color: rgba(255,79,114,.44); animation-delay: -.7s; }
.box-machine__hub i:nth-child(3) { inset: 43px; border-color: #fff; animation-delay: -1.4s; }
.box-machine__panel { top: 58px; right: 25px; width: 176px; padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(14,15,21,.94); }
.box-machine__panel > span { display: block; margin-top: 20px; padding: 11px 8px 11px 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: #c6c4cc; font-size: 8px; }
.box-machine__panel > span i { position: absolute; width: 7px; height: 7px; margin: 2px 0 0 -16px; border-radius: 50%; background:#55dca6; box-shadow: 0 0 9px rgba(85,220,166,.6); animation: panel-status 3.5s ease infinite; }
.box-machine__panel > span:nth-of-type(2) i { animation-delay: .6s; background:#ff4f72; }
.box-machine__panel > b { display:block; margin-top:22px; color:#fff; font:7px/1.2 var(--font-mono, monospace); letter-spacing:.08em; }

.pilot-machine { position: relative; min-height: 330px; margin: 26px 0 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: radial-gradient(circle at 50% 50%, rgba(217,70,182,.18), transparent 43%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 28px 28px, 28px 28px; overflow:hidden; }
.pilot-machine small { color:#aaa8b2; font:7px/1 var(--font-mono, monospace); letter-spacing:.12em; }
.pilot-machine__input { position:absolute; left:26px; top:70px; display:grid; gap:14px; }
.pilot-machine__input i { width:58px; height:12px; border:1px solid rgba(255,255,255,.18); border-radius:6px; background:rgba(255,255,255,.05); animation: pilot-input 5.4s ease infinite; }
.pilot-machine__input i:nth-child(2){animation-delay:.25s}.pilot-machine__input i:nth-child(3){animation-delay:.5s}
.pilot-machine__core { position:absolute; top:82px; left:50%; display:grid; place-items:center; width:124px; aspect-ratio:1; transform:translateX(-50%) rotate(45deg); border:1px solid rgba(255,255,255,.24); border-radius:30px; background:#0d0e13; box-shadow:0 0 50px rgba(217,70,182,.25); }
.pilot-machine__core span { position:absolute; inset:15px; border:1px solid rgba(255,79,114,.4); border-radius:22px; animation:pilot-core 4s ease-in-out infinite; }
.pilot-machine__core b { color:#fff; transform:rotate(-45deg); font-size:12px; letter-spacing:.12em; }
.pilot-machine__core i { position:absolute; width:9px; height:9px; border-radius:50%; background:#fff; box-shadow:0 0 20px #d946b6; animation:pilot-orbit 3.8s linear infinite; }
.pilot-machine__check { position:absolute; right:20px; top:42px; display:grid; gap:10px; width:128px; }
.pilot-machine__check > span { display:grid; grid-template-columns:15px 1fr; align-items:center; gap:7px; padding:10px; border:1px solid rgba(255,255,255,.12); border-radius:8px; background:rgba(14,15,21,.9); opacity:.4; animation:pilot-check 5.4s ease infinite; }
.pilot-machine__check > span:nth-child(3){animation-delay:.3s}.pilot-machine__check > span:nth-child(4){animation-delay:.6s}
.pilot-machine__check i { width:7px; height:7px; border-radius:50%; background:#55dca6; }
.pilot-machine__check b { color:#c8c6ce; font:6px/1 var(--font-mono, monospace); letter-spacing:.07em; }
.pilot-machine__scale { position:absolute; right:20px; bottom:18px; display:flex; align-items:end; gap:7px; }
.pilot-machine__scale small{align-self:center;margin-right:4px}.pilot-machine__scale i{width:15px;height:15px;border:1px solid rgba(118,83,255,.5);border-radius:3px;animation:pilot-scale 5.4s ease infinite}.pilot-machine__scale i:nth-child(3){height:22px;animation-delay:.15s}.pilot-machine__scale i:nth-child(4){height:29px;animation-delay:.3s}.pilot-machine__scale i:nth-child(5){height:36px;animation-delay:.45s}

.projects-editorial { position:relative; overflow:hidden; contain:paint; }
.projects-editorial::before { content:""; position:absolute; z-index:-1; inset:12% -15%; background:radial-gradient(circle at 20% 30%,rgba(255,79,114,.12),transparent 23%),radial-gradient(circle at 76% 62%,rgba(118,83,255,.14),transparent 25%); animation:projects-ambient 11s ease-in-out infinite alternate; pointer-events:none; }
.projects-head,.project-grid { position:relative; z-index:2; }
.project-visual { overflow:hidden; isolation:isolate; }
.project-visual::after { content:""; position:absolute; z-index:-1; inset:-30%; background:conic-gradient(from 90deg,transparent,rgba(217,70,182,.14),transparent 35%); animation:project-sweep 7s linear infinite; }
.visual-sales b { animation:project-node 4.8s ease infinite; }
.visual-sales b:nth-of-type(2){animation-delay:.5s}.visual-sales b:nth-of-type(3){animation-delay:1s}
.visual-production i { animation:production-bar 4.4s ease-in-out infinite; transform-origin:bottom; }
.visual-production i:nth-child(2){animation-delay:.35s}.visual-production i:nth-child(3){animation-delay:.7s}
.visual-construction i { animation:construction-route 5s ease-in-out infinite; }
.visual-construction i:nth-child(2){animation-delay:.45s}.visual-construction i:nth-child(3){animation-delay:.9s}

.estimate-result { min-height:680px; }
.result-mark { display:none; }
.estimate-blueprint { position:relative; min-height:275px; margin:22px 0 28px; border:1px solid rgba(255,255,255,.12); border-radius:22px; background:radial-gradient(circle at 50% 50%,rgba(217,70,182,.16),transparent 38%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,24px 24px,24px 24px;overflow:hidden;}
.estimate-blueprint__core { position:absolute; z-index:3; top:50%; left:50%; display:grid; place-items:center; width:82px; aspect-ratio:1; transform:translate(-50%,-50%); border:1px solid rgba(255,255,255,.2); border-radius:22px; background:#0b0c11; box-shadow:0 0 40px rgba(217,70,182,.26); }
.estimate-blueprint__core img{width:78%;height:78%;object-fit:contain;}
.estimate-blueprint__node{position:absolute;z-index:2;width:118px;padding:12px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(14,15,21,.94);}
.estimate-blueprint__node small{display:block;color:#ff7390;font:6px/1 var(--font-mono,monospace);letter-spacing:.11em;}
.estimate-blueprint__node b{display:block;margin-top:7px;color:#fff;font-size:8px;font-weight:400;line-height:1.25;}
.estimate-blueprint__node--solution{top:22px;left:18px}.estimate-blueprint__node--scale{top:22px;right:18px}.estimate-blueprint__node--extras{right:18px;bottom:22px}
.estimate-blueprint > i{position:absolute;z-index:1;left:50%;top:50%;width:38%;height:1px;transform-origin:left;background:linear-gradient(90deg,#ff4f72,#7653ff);}
.estimate-blueprint > i:nth-of-type(1){transform:rotate(-145deg)}.estimate-blueprint > i:nth-of-type(2){transform:rotate(-35deg)}.estimate-blueprint > i:nth-of-type(3){transform:rotate(35deg)}
.estimate-blueprint > i::after{content:"";position:absolute;top:-3px;left:0;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 10px #d946b6;animation:blueprint-packet 3.2s ease-in-out infinite}.estimate-blueprint > i:nth-of-type(2)::after{animation-delay:1s}.estimate-blueprint > i:nth-of-type(3)::after{animation-delay:2s}
.estimate-result[data-scale="2"] .estimate-blueprint__core::before,.estimate-result[data-scale="3"] .estimate-blueprint__core::before,.estimate-result[data-scale="3"] .estimate-blueprint__core::after{content:"";position:absolute;border:1px solid rgba(217,70,182,.35);border-radius:28px;inset:-12px;animation:blueprint-ring 3.8s ease-in-out infinite}.estimate-result[data-scale="3"] .estimate-blueprint__core::after{inset:-25px;border-color:rgba(118,83,255,.3);animation-delay:-1s}

.process-list::after { animation:process-progress 10s linear infinite; }
.process-list li { animation:process-step 10s ease infinite; }
.process-list li:nth-child(2){animation-delay:2s}.process-list li:nth-child(3){animation-delay:4s}.process-list li:nth-child(4){animation-delay:6s}.process-list li:nth-child(5){animation-delay:8s}
.acceptance-register.is-motion-active li { animation-play-state:running; }

@keyframes outcome-scan{0%,12%{transform:translateY(0);opacity:0}20%{opacity:1}62%{transform:translateY(96px);opacity:1}72%,100%{transform:translateY(96px);opacity:0}}
@keyframes outcome-field{0%,35%{opacity:.25;transform:translateX(12px)}50%,82%{opacity:1;transform:none}100%{opacity:.25;transform:translateX(12px)}}
@keyframes dialog-question{0%,12%{opacity:.3;transform:translateX(-10px)}22%,78%{opacity:1;transform:none}100%{opacity:.3;transform:translateX(-10px)}}
@keyframes dialog-answer{0%,42%{opacity:.22;transform:translateX(10px)}58%,88%{opacity:1;transform:none}100%{opacity:.22;transform:translateX(10px)}}
@keyframes dialog-orbit{from{transform:rotate(0) translateX(24px)}to{transform:rotate(360deg) translateX(24px)}}
@keyframes sensor-ping{0%{box-shadow:0 0 0 0 rgba(118,83,255,.35)}55%,100%{box-shadow:0 0 0 16px rgba(118,83,255,0)}}
@keyframes signal-packet{0%{left:0;opacity:0}12%{opacity:1}76%{left:calc(100% - 8px);opacity:1}100%{left:calc(100% - 8px);opacity:0}}
@keyframes alert-ring{0%,50%{transform:scale(.82);opacity:0}64%{opacity:1}100%{transform:scale(1.18);opacity:0}}
@keyframes queue-doc{0%,16%{transform:translateX(-12px);opacity:.35}28%,72%{transform:none;opacity:1}90%,100%{transform:translateX(40px);opacity:0}}
@keyframes data-table{0%,42%{opacity:.25;transform:translateX(10px)}58%,90%{opacity:1;transform:none}100%{opacity:.25}}
@keyframes request-stack{0%,10%{transform:translateX(-14px);opacity:.2}24%,78%{transform:none;opacity:1}100%{opacity:.3}}
@keyframes routed-answer{0%,44%{transform:translateX(12px);opacity:.2}60%,88%{transform:none;opacity:1}100%{opacity:.2}}
@keyframes event-panel{0%,44%{transform:scale(.92);opacity:.25}60%,90%{transform:none;opacity:1}100%{opacity:.25}}
@keyframes core-breathe{0%,100%{transform:scale(.96);opacity:.4}50%{transform:scale(1.05);opacity:1}}
@keyframes doc-scan-x{0%,12%{left:0;opacity:0}22%{opacity:1}68%{left:100%;opacity:1}78%,100%{left:100%;opacity:0}}
@keyframes doc-orbit{to{transform:rotate(360deg)}}
@keyframes data-fill{0%,38%{transform:scaleX(.05);opacity:.25}55%,90%{transform:scaleX(1);opacity:1}100%{opacity:.25}}
@keyframes bot-incoming{0%,12%{transform:translateX(-18px);opacity:.3}25%,82%{transform:none;opacity:1}100%{opacity:.3}}
@keyframes bot-node{0%,100%{transform:scale(.7);opacity:.4}50%{transform:scale(1.5);opacity:1}}
@keyframes route-choice{0%,42%{opacity:.28;transform:translateX(9px)}58%,86%{opacity:1;transform:none}100%{opacity:.28}}
@keyframes box-hub{0%,100%{transform:scale(.9);opacity:.35}50%{transform:scale(1.08);opacity:1}}
@keyframes panel-status{0%,30%{opacity:.3}50%,90%{opacity:1}100%{opacity:.3}}
@keyframes pilot-input{0%,12%{transform:translateX(-12px);opacity:.2}25%,60%{transform:none;opacity:1}78%,100%{transform:translateX(60px);opacity:0}}
@keyframes pilot-core{0%,100%{transform:scale(.9);opacity:.4}50%{transform:scale(1.08);opacity:1}}
@keyframes pilot-orbit{from{transform:rotate(0) translateX(48px)}to{transform:rotate(360deg) translateX(48px)}}
@keyframes pilot-check{0%,35%{opacity:.28;transform:translateX(8px)}50%,88%{opacity:1;transform:none}100%{opacity:.28}}
@keyframes pilot-scale{0%,56%{transform:scaleY(.2);opacity:.2}70%,94%{transform:none;opacity:1}100%{opacity:.2}}
@keyframes projects-ambient{to{transform:translate3d(4%,3%,0) scale(1.07)}}
@keyframes project-sweep{to{transform:rotate(360deg)}}
@keyframes project-node{0%,100%{box-shadow:0 0 0 rgba(217,70,182,0)}50%{box-shadow:0 0 22px rgba(217,70,182,.45)}}
@keyframes production-bar{0%,100%{transform:scaleY(.35);opacity:.4}50%{transform:scaleY(1);opacity:1}}
@keyframes construction-route{0%,100%{opacity:.3;transform:translateY(4px)}50%{opacity:1;transform:none}}
@keyframes blueprint-packet{0%{left:0;opacity:0}12%{opacity:1}76%{left:calc(100% - 7px);opacity:1}100%{left:calc(100% - 7px);opacity:0}}
@keyframes blueprint-ring{0%,100%{transform:scale(.95);opacity:.35}50%{transform:scale(1.08);opacity:1}}
@keyframes process-progress{0%{transform:scaleX(0)}100%{transform:scaleX(1)}}
@keyframes process-step{0%,100%{filter:none}10%,18%{filter:drop-shadow(0 0 11px rgba(217,70,182,.6))}}

@media (max-width:1320px) {
  .system-routes { display:block; opacity:.55; }
  .system-map-canvas { min-height:720px; }
  .system-core { left:50%; top:84px; transform:translateX(-50%); }
  .system-branches { padding-top:265px; }
  .system-routes { inset:0; width:100%; height:100%; transform:rotate(90deg) scale(.78); transform-origin:center; }
}

@media (max-width:1150px) {
  .outcome-board { grid-template-columns:1fr; }
  .outcome-card { min-height:0; }
  .problem-grid { grid-template-columns:1fr; }
  .problem-card { min-height:0; }
  .solution-showcase .solution-card { grid-template-columns:1fr; grid-template-areas:"meta" "title" "machine" "list" "actions"; min-height:0; }
  .solution-machine { min-height:460px; }
  .system-routes { display:block; }
}

@media (max-width:680px) {
  .outcome-card { grid-template-rows:auto auto 138px auto; padding:25px; }
  .outcome-fields i { width:94px; }
  .outcome-semantic--dialog { grid-template-columns:1fr 50px 1fr; padding:13px; }
  .outcome-dialog-core { width:48px; }
  .outcome-semantic--signal { grid-template-columns:54px 1fr 54px; padding:13px; }
  .outcome-sensor,.outcome-alert{width:52px}.outcome-sensor b{display:none}
  .problem-card { grid-template-rows:auto 145px auto auto auto; padding:25px; }
  .system-map-canvas { min-height:auto; }
  .system-core { position:relative; left:auto; top:auto; width:142px; margin:26px auto 42px; transform:none; }
  .system-branches { padding-top:0; }
  .system-routes { display:none; }
  .solution-machine { min-height:530px; border-radius:19px; }
  .doc-machine__source { top:28px; left:20px; width:128px; height:190px; padding:16px; }
  .doc-machine__scan { top:237px; left:50%; transform:translateX(-50%); }
  .doc-machine__data { top:343px; right:20px; left:20px; width:auto; }
  .bot-machine__question { top:28px; left:20px; right:20px; width:auto; }
  .bot-machine__core { top:174px; }
  .bot-machine__routes { top:auto; right:20px; bottom:22px; left:20px; width:auto; grid-template-columns:1fr; }
  .bot-machine__routes i { display:none; }
  .box-machine__sensors { top:24px; left:18px; right:18px; grid-template-columns:repeat(3,1fr); gap:7px; }
  .box-machine__sensors span { width:auto; padding:12px 6px; text-align:center; }
  .box-machine__sensors span::before { display:none; }
  .box-machine__hub { top:142px; left:50%; }
  .box-machine__panel { top:auto; right:18px; bottom:22px; left:18px; width:auto; }
  .pilot-machine { min-height:430px; }
  .pilot-machine__input { top:34px; left:20px; }
  .pilot-machine__core { top:124px; }
  .pilot-machine__check { top:270px; right:18px; left:18px; width:auto; grid-template-columns:repeat(3,1fr); }
  .pilot-machine__check > small { grid-column:1/-1; }
  .pilot-machine__check > span { grid-template-columns:10px 1fr; padding:8px; }
  .pilot-machine__scale { right:18px; bottom:13px; }
  .estimate-result { min-height:0; }
  .estimate-blueprint { min-height:340px; }
  .estimate-blueprint__node { width:104px; }
  .estimate-blueprint__node--solution{top:16px;left:12px}.estimate-blueprint__node--scale{top:16px;right:12px}.estimate-blueprint__node--extras{right:12px;bottom:16px}
}

.motion-paused .outcome-semantic *,
.motion-paused .problem-live *,
.motion-paused .solution-machine *,
.motion-paused .pilot-machine *,
.motion-paused .estimate-blueprint *,
.motion-paused .project-visual *,
.motion-paused .system-core::after,
.motion-paused .projects-editorial::before { animation-play-state:paused !important; }

@media (prefers-reduced-motion:reduce) {
  .outcome-semantic *, .problem-live *, .solution-machine *, .pilot-machine *, .estimate-blueprint *, .project-visual *, .system-core::after, .projects-editorial::before, .process-list::after, .process-list li { animation:none !important; }
}

/* v5.22 — inner-page brand fidelity and purpose-built motion */
.company-engine__core {
  display: grid;
  width: 190px;
  aspect-ratio: 1;
  place-items: center;
  padding: 24px;
  overflow: visible;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,22,34,.98), rgba(8,9,13,.96) 68%);
  transform: translate(-50%,-50%);
  animation: editorial-core-float-round 7.5s ease-in-out infinite;
}
.company-engine__core::before,
.company-engine__core::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -18px;
  border: 1px solid rgba(255,79,114,.25);
  border-radius: 50%;
  animation: company-brand-orbit 8s linear infinite;
}
.company-engine__core::after { inset: -38px; border-color: rgba(118,83,255,.18); animation-direction: reverse; animation-duration: 12s; }
.company-engine__core > * { transform: none; }
.company-engine__brand {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none !important;
  filter: drop-shadow(0 0 14px rgba(255,255,255,.15));
}
.company-engine__core-label {
  position: absolute;
  top: calc(100% + 24px);
  width: max-content;
  margin: 0 !important;
  color: #aaa8b2 !important;
  font: 8px/1 var(--font-mono,monospace) !important;
  letter-spacing: .16em !important;
}

.portfolio-engine__scene { overflow: hidden; }
.portfolio-engine__scene::before { opacity: .55; animation: portfolio-field 12s linear infinite; }
.portfolio-engine__index {
  left: 28%;
  top: 45%;
  display: grid;
  width: 170px;
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  animation: portfolio-core 6s ease-in-out infinite;
}
.portfolio-engine__index > * { transform: none; text-align: center; }
.portfolio-engine__index span { color: var(--page-accent); }
.portfolio-engine__index strong { max-width: 126px; font-size: 17px; line-height: 1.05; }
.portfolio-engine__index small { font-size: 6px; }
.portfolio-engine__case { right: 3%; width: 45%; min-height: 86px; grid-template-columns: 1fr; align-content: center; gap: 7px; padding: 17px 20px; }
.portfolio-engine__case--software { top: 5%; }
.portfolio-engine__case--industry { top: 36%; }
.portfolio-engine__case--construction { bottom: 7%; }
.portfolio-engine__case span { font-size: 11px; line-height: 1.25; }
.portfolio-engine__case b { color: #fff; font-size: 10px; font-weight: 400; }
.portfolio-engine__case.is-stage-active { border-color: color-mix(in srgb,var(--page-accent) 64%,#fff 10%); box-shadow: 0 0 38px color-mix(in srgb,var(--page-accent) 15%,transparent); }
.portfolio-engine__registry {
  position: absolute;
  z-index: 8;
  left: 1%;
  bottom: 1%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  width: 53%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-engine__registry li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  min-width: 0;
  padding: 7px 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
  color: #6f6d77;
  background: rgba(9,10,15,.82);
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.portfolio-engine__registry li span { color: inherit; font: 7px/1 var(--font-mono,monospace); }
.portfolio-engine__registry li small { min-width: 0; overflow: hidden; font-size: 6px; letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; }
.portfolio-engine__registry li.is-active { color: #fff; border-color: color-mix(in srgb,var(--page-accent) 65%,transparent); background: color-mix(in srgb,var(--page-accent) 11%,rgba(9,10,15,.88)); box-shadow: 0 0 18px color-mix(in srgb,var(--page-accent) 14%,transparent); }
.portfolio-engine__route { left: 28%; width: 44%; }
.portfolio-engine__pulse { left: 28%; }

.service-assembly {
  left: 38%;
  top: 29%;
  display: block;
  width: 24%;
  aspect-ratio: 1.14;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.service-assembly > i {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  background: transparent;
  opacity: .45;
  animation: service-facet 7.6s ease-in-out infinite;
}
.service-assembly > i:nth-child(2) { inset: -21px; }
.service-assembly > i:nth-child(3) { inset: -32px; }
.service-assembly > i:nth-child(4) { inset: -43px; }
.service-assembly__mark {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(8,9,13,.72);
  filter: drop-shadow(0 0 20px rgba(255,255,255,.1));
}
.service-assembly__mark img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 263%;
  max-width: none;
  height: auto;
  transform: translate(-33.25%,-.9%);
  animation: none !important;
}
.service-assembly__core {
  position: absolute !important;
  z-index: 5;
  left: 50% !important;
  top: 48% !important;
  width: 10px !important;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0 0 10px #fff,0 0 26px #df45ad,0 0 44px rgba(118,83,255,.75) !important;
  transform: translate(-50%,-50%);
  animation: service-core-pulse 3.8s ease-in-out infinite !important;
}
.service-link { left: 50%; top: 48%; }
.service-link .service-signal {
  position: absolute;
  left: 0;
  top: -4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px #fff,0 0 15px var(--page-accent);
  animation: service-signal-travel 7.6s var(--ease) infinite;
}
.service-link--b .service-signal { animation-delay: -1.9s; }
.service-link--c .service-signal { animation-delay: -3.8s; }
.service-link--d .service-signal { animation-delay: -5.7s; }
.service-unit { transition: border-color .35s ease,box-shadow .35s ease; }
.product-engine.is-running .service-unit { animation: service-unit-focus 7.6s ease-in-out infinite; }
.product-engine.is-running .service-unit--device { animation-delay:-1.9s }.product-engine.is-running .service-unit--infra{animation-delay:-3.8s}.product-engine.is-running .service-unit--reliability{animation-delay:-5.7s}

.contact-channel-card:has(.messenger-cta-grid) {
  grid-template-columns: minmax(240px,.65fr) minmax(520px,1.35fr);
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 68% 50%,color-mix(in srgb,var(--page-accent) 9%,transparent),transparent 40%),rgba(255,255,255,.025);
}
.contact-channel-card:has(.messenger-cta-grid) > .button { grid-column: 1; width: max-content; }
.contact-channel-card__head p { margin-top: 16px; }
.messenger-cta-grid { display: grid; grid-row: 1 / span 2; grid-column: 2; gap: 14px; margin: 0; padding: 0; list-style: none; }
.messenger-cta {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0,1fr) 52px;
  align-items: center;
  gap: 20px;
  min-height: 124px;
  padding: 20px 22px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: linear-gradient(125deg,rgba(20,21,28,.97),rgba(8,9,13,.94));
  box-shadow: 0 20px 54px rgba(0,0,0,.2);
  transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.messenger-cta::after { content:""; position:absolute; right:0; bottom:0; left:0; height:2px; background:linear-gradient(90deg,#471aff,#9500ff,#00bfff); transform-origin:left; animation:messenger-line 4.8s ease-in-out infinite; }
.messenger-cta--telegram::after { background:linear-gradient(90deg,#168acd,#37aee2,#8ad8ff); animation-delay:-2.4s; }
.messenger-cta:hover { transform:translateY(-3px); border-color:rgba(255,255,255,.3); box-shadow:0 28px 70px rgba(0,0,0,.3); }
.messenger-cta__icon { position:relative; z-index:2; display:grid; place-items:center; width:72px; aspect-ratio:1; border:1px solid rgba(255,255,255,.16); border-radius:20px; background:rgba(255,255,255,.05); }
.messenger-cta__icon img { display:block; width:56px; height:56px; object-fit:contain; transform:none !important; filter:drop-shadow(0 8px 14px rgba(0,0,0,.24)); }
.messenger-cta__copy { position:relative; z-index:2; display:grid; gap:5px; }
.messenger-cta__copy small { color:#8f8d97; font-size:8px; letter-spacing:.14em; }
.messenger-cta__copy strong { color:#fff; font-size:20px; font-weight:400; letter-spacing:-.02em; }
.messenger-cta__copy > span { color:#8f8d97; font-size:11px; letter-spacing:0; text-transform:none; }
.messenger-cta__arrow { position:relative; z-index:2; display:grid; place-items:center; width:48px; aspect-ratio:1; color:#fff !important; border:1px solid rgba(255,255,255,.2); border-radius:50%; font-size:18px !important; letter-spacing:0 !important; transition:transform .3s ease,background .3s ease; }
.messenger-cta:hover .messenger-cta__arrow { transform:rotate(45deg); background:rgba(255,255,255,.08); }
.messenger-cta__ambient { position:absolute; z-index:0; inset:0; pointer-events:none; }
.messenger-cta__ambient i { position:absolute; right:10%; top:50%; width:100px; aspect-ratio:1; border:1px solid rgba(149,0,255,.15); border-radius:50%; transform:translate(50%,-50%); animation:messenger-ring 4.8s ease-out infinite; }
.messenger-cta__ambient i:nth-child(2){animation-delay:1.6s}.messenger-cta__ambient i:nth-child(3){animation-delay:3.2s}.messenger-cta--telegram .messenger-cta__ambient i{border-color:rgba(55,174,226,.2)}
.messenger-cta__signal { position:absolute; z-index:1; left:105px; right:74px; top:50%; height:1px; background:linear-gradient(90deg,rgba(149,0,255,.3),transparent); }
.messenger-cta--telegram .messenger-cta__signal { background:linear-gradient(90deg,rgba(55,174,226,.35),transparent); }
.messenger-cta__signal i { position:absolute; left:0; top:-2px; width:5px; height:5px; border-radius:50%; background:#fff; box-shadow:0 0 9px currentColor; animation:messenger-packet 4.8s ease infinite; }
.messenger-cta__signal i:nth-child(2){animation-delay:1.6s}.messenger-cta__signal i:nth-child(3){animation-delay:3.2s}

@keyframes company-brand-orbit { to { transform:rotate(360deg); } }
@keyframes portfolio-field { to { transform:rotate(360deg); } }
@keyframes portfolio-core { 0%,100%{transform:translate(-50%,-50%) scale(.97)}50%{transform:translate(-50%,-50%) scale(1.04)} }
@keyframes service-facet { 0%,100%{opacity:.15;transform:scale(.96)}50%{opacity:.55;transform:scale(1.03)} }
@keyframes service-signal-travel { 0%,8%{left:0;opacity:0}16%{opacity:1}72%{left:calc(100% - 9px);opacity:1}90%,100%{left:calc(100% - 9px);opacity:0} }
@keyframes service-unit-focus { 0%,100%{border-color:rgba(255,255,255,.14);box-shadow:0 22px 58px rgba(0,0,0,.3)}8%,20%{border-color:color-mix(in srgb,var(--page-accent) 62%,#fff 8%);box-shadow:0 0 32px color-mix(in srgb,var(--page-accent) 18%,transparent)} }
@keyframes messenger-line { 0%,100%{transform:scaleX(.22);opacity:.4}50%{transform:scaleX(1);opacity:1} }
@keyframes messenger-ring { 0%{transform:translate(50%,-50%) scale(.35);opacity:.6}80%,100%{transform:translate(50%,-50%) scale(1.35);opacity:0} }
@keyframes messenger-packet { 0%{left:0;opacity:0}12%{opacity:1}76%{left:100%;opacity:1}100%{left:100%;opacity:0} }

@media (max-width:1150px) {
  .contact-channel-card:has(.messenger-cta-grid) { grid-template-columns:1fr; }
  .messenger-cta-grid { grid-row:auto; grid-column:1; width:100%; }
  .contact-channel-card:has(.messenger-cta-grid) > .button { grid-column:1; }
  .company-engine__core { width:160px; }
  .portfolio-engine__registry { width:58%; }
}

@media (max-width:680px) {
  .company-engine__core { width:112px; padding:15px; }
  .company-engine__core-label { top:calc(100% + 15px); font-size:5px !important; }
  .portfolio-engine__index { left:25%; top:42%; width:100px; padding:10px; }
  .portfolio-engine__index strong { font-size:10px; }
  .portfolio-engine__case { right:0; width:58%; min-height:66px; padding:10px 11px; }
  .portfolio-engine__case b { font-size:6px; }
  .portfolio-engine__registry { left:0; right:0; bottom:0; width:100%; grid-template-columns:repeat(4,1fr); }
  .portfolio-engine__registry li { padding:5px; }
  .portfolio-engine__registry li small { display:none; }
  .portfolio-engine__route { left:25%; width:50%; }
  .portfolio-engine__pulse { left:25%; }
  .service-assembly { left:36%; top:32%; width:28%; }
  .service-assembly > i { display:block; }
  .service-link .service-signal { display:block; }
  .contact-channel-card:has(.messenger-cta-grid) { padding:24px; }
  .messenger-cta { grid-template-columns:58px minmax(0,1fr) 40px; gap:12px; min-height:104px; padding:16px; border-radius:18px; }
  .messenger-cta__icon { width:58px; border-radius:16px; }
  .messenger-cta__icon img { width:45px; height:45px; }
  .messenger-cta__copy strong { font-size:16px; }
  .messenger-cta__copy > span { font-size:9px; }
  .messenger-cta__arrow { width:38px; }
}

.motion-paused .company-engine__core,
.motion-paused .company-engine__core::before,
.motion-paused .company-engine__core::after,
.motion-paused .portfolio-engine__scene::before,
.motion-paused .portfolio-engine__index,
.motion-paused .portfolio-engine__registry *,
.motion-paused .service-assembly *,
.motion-paused .service-link *,
.motion-paused .service-unit,
.motion-paused .messenger-cta * { animation-play-state:paused !important; }

@media (prefers-reduced-motion:reduce) {
  .company-engine__core,.company-engine__core::before,.company-engine__core::after,.portfolio-engine__scene::before,.portfolio-engine__index,.service-assembly *,.service-link *,.service-unit,.messenger-cta * { animation:none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-color-field *,
  .hero-color-field *::before,
  .hero-color-field *::after { animation: none !important; }
  .hero-microdust i { opacity: .28; transform: none; }
}
html.motion-paused .hero-color-field *,
html.motion-paused .hero-color-field *::before,
html.motion-paused .hero-color-field *::after { animation: none !important; }


*, *::before, *::after { box-sizing: border-box; }

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
}

html.menu-open,
body.menu-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, textarea, select {
  color: inherit;
  font: inherit;
}

button, summary, a, label { -webkit-tap-highlight-color: transparent; }

button { border: 0; }

:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}

::selection { background: var(--pink); color: #fff; }

.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: 200;
  left: 20px;
  top: 12px;
  padding: 12px 18px;
  color: var(--text-dark);
  background: var(--white);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

.grid-shell {
  width: min(calc(100% - var(--gutter) * 2), var(--container));
  margin-inline: auto;
}

section { position: relative; scroll-margin-top: calc(var(--header-height) + 18px); }

/* Direction cards are addressable deep-link targets, so their headings must
   clear the fixed header just like section-level anchors do. */
.capability-card[id] { scroll-margin-top: calc(var(--header-height) + 28px); }

.section-dark { color: var(--text); background: var(--ink); }
.section-light { color: var(--text-dark); background: var(--paper); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 230px 1fr max-content;
  align-items: center;
  gap: 22px;
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
  color: var(--text);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, rgba(8, 9, 13, .95), rgba(8, 9, 13, .78));
  backdrop-filter: blur(18px);
  transition: height .35s var(--ease), background .35s ease, box-shadow .35s ease;
}

.site-header.is-compact {
  --header-height: 86px;
  background: rgba(8, 9, 13, .91);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .17);
  backdrop-filter: none;
}

.brand {
  --brand-scale: 1;
  position: relative;
  width: 210px;
  height: 118px;
  overflow: hidden;
  flex: none;
  isolation: isolate;
}

.brand-lockup {
  position: absolute;
  left: 0;
  top: -2px;
  width: 208px;
  height: 127px;
  transform: scale(var(--brand-scale));
  transform-origin: 0 0;
  transition: transform .35s var(--ease);
}

.brand-lockup > img {
  position: absolute;
  inset: 0 auto auto 0;
  width: 208px;
  height: auto;
  object-fit: contain;
}

.brand-ai {
  position: absolute;
  z-index: 2;
  left: 70px;
  top: 5px;
  width: 76px;
  height: 64px;
  overflow: hidden;
  contain: paint;
  pointer-events: none;
  opacity: .82;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: opacity .22s ease;
}

.brand-ai::before {
  content: "";
  position: absolute;
  inset: -18%;
  background: radial-gradient(circle at 50% 36%, rgba(255,255,255,.72) 0 2%, rgba(223,69,173,.34) 11%, rgba(121,81,255,.18) 28%, transparent 53%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: scale(.2);
  transform-origin: 50% 36%;
  animation: brand-ai-wave 9.2s var(--ease) infinite;
}

.brand-ai__route {
  --route-color: #fff;
  --route-angle: 0deg;
  --route-delay: 0s;
  position: absolute;
  z-index: 2;
  width: 45%;
  height: 1px;
  color: var(--route-color);
  background: linear-gradient(90deg, var(--route-color), rgba(255,255,255,.96));
  box-shadow: 0 0 5px currentColor;
  opacity: 0;
  transform: rotate(var(--route-angle)) scaleX(.04);
  transform-origin: 0 50%;
  animation: brand-ai-route 9.2s var(--ease) var(--route-delay) infinite;
}

.brand-ai__route::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 7px currentColor;
  transform: translateY(-50%);
}

.brand-ai__route.route-a { --route-color: #ff4f70; --route-angle: 29deg; --route-delay: 0s; left: 6%; top: 8%; }
.brand-ai__route.route-b { --route-color: #df45ad; --route-angle: 151deg; --route-delay: .14s; left: 94%; top: 8%; }
.brand-ai__route.route-c { --route-color: #7951ff; --route-angle: -90deg; --route-delay: .28s; left: 50%; top: 92%; width: 56%; }

.brand-ai__core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 36%;
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, #fff 5%, #ff4f70 42%, #7951ff 88%);
  box-shadow: 0 0 8px rgba(255,255,255,.52);
  opacity: .42;
  transform: translate(-50%, -50%) rotate(45deg) scale(.82);
  animation: brand-ai-core 9.2s var(--ease) infinite;
}

.brand:hover .brand-ai,
.brand:focus-visible .brand-ai { opacity: 1; }
.brand:hover .brand-ai__core,
.brand:focus-visible .brand-ai__core { box-shadow: 0 0 11px rgba(255,255,255,.78), 0 0 18px rgba(223,69,173,.32); }

.brand-since {
  position:absolute;
  z-index:4;
  right:2px;
  bottom:3px;
  padding:3px 5px;
  color:rgba(255,255,255,.62);
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(8,9,13,.9);
  font:600 7px/1 var(--font-mono);
  letter-spacing:.08em;
  white-space:nowrap;
  text-transform:uppercase;
  transition:color .2s ease,border-color .2s ease;
}

.brand:hover .brand-since,
.brand:focus-visible .brand-since {
  color:#fff;
  border-color:rgba(217,67,166,.35);
}

.site-header.is-compact .brand { --brand-scale: .73; height: 80px; }
.site-header.is-compact .brand-ai { opacity: .68; }

@keyframes brand-ai-route {
  0%, 4%, 29%, 100% { opacity: 0; transform: rotate(var(--route-angle)) scaleX(.04); }
  8% { opacity: .34; }
  16%, 20% { opacity: .96; transform: rotate(var(--route-angle)) scaleX(1); }
  26% { opacity: 0; transform: rotate(var(--route-angle)) scaleX(1); }
}

@keyframes brand-ai-core {
  0%, 14%, 38%, 100% { opacity: .38; transform: translate(-50%, -50%) rotate(45deg) scale(.82); }
  20% { opacity: 1; transform: translate(-50%, -50%) rotate(45deg) scale(1.34); }
  27% { opacity: .64; transform: translate(-50%, -50%) rotate(45deg) scale(1); }
}

@keyframes brand-ai-wave {
  0%, 19%, 100% { opacity: 0; transform: scale(.2); }
  23% { opacity: .74; }
  37% { opacity: 0; transform: scale(1.22); }
}

.prototype-pill {
  padding: 7px 11px 6px;
  color: #bebbc5;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

.desktop-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 58px);
  margin-right: clamp(12px, 2.3vw, 44px);
  font-size: 14px;
}

.desktop-nav > a,
.nav-dropdown > summary {
  position: relative;
  padding-block: 18px;
  color: #aaa8b1;
  cursor: pointer;
  list-style: none;
  transition: color .2s ease;
}

.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary span { margin-left: 3px; }
.desktop-nav > a:hover,
.nav-dropdown > summary:hover,
.nav-dropdown[open] > summary { color: #fff; }

.desktop-nav > a::after,
.nav-dropdown > summary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 12px;
  height: 1px;
  background: var(--gradient);
  transition: right .3s var(--ease);
}

.desktop-nav > a:hover::after,
.nav-dropdown > summary:hover::after,
.nav-dropdown[open] > summary::after { right: 0; }

.nav-dropdown { position: relative; }

.dropdown-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: 380px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(12, 13, 18, .97);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
  transform: translateX(-50%);
}

.dropdown-panel::before {
  content: "";
  position: absolute;
  inset: -18px 0 auto;
  height: 18px;
}

.dropdown-panel a {
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 1px 10px;
  padding: 14px 14px;
  border-radius: 10px;
  transition: background .2s ease;
}

.dropdown-panel a:hover { background: rgba(255, 255, 255, .06); }
.dropdown-panel a span { grid-row: 1 / 3; color: var(--coral); font-size: 11px; }
.dropdown-panel a strong { font-size: 14px; font-weight: 500; }
.dropdown-panel a small { color: var(--muted); font-size: 11px; }

.header-cta {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  gap: 20px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.header-cta:hover { border-color: var(--pink); background: rgba(255, 255, 255, .04); transform: translateY(-2px); }

.menu-toggle { display: none; background: none; }
.mobile-menu { display: none; }

.button {
  position: relative;
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  isolation: isolate;
  cursor: pointer;
  transition: transform .25s var(--ease), border-color .25s ease, background .25s ease, color .25s ease;
}

.button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background: rgba(255, 255, 255, .11);
  transition: opacity .25s ease;
}

.button:hover { transform: translateY(-3px); }
.button:hover::before { opacity: 1; }
.button-primary { color: #fff; background: var(--gradient-button); box-shadow: 0 18px 42px rgba(135, 60, 255, .17); }
.button-secondary { color: #f5f3f7; border-color: rgba(255, 255, 255, .24); background: rgba(12, 13, 17, .66); }
.button-dark { color: #fff; background: var(--ink); }
.button-compact { min-height: 50px; padding-inline: 18px; border-radius: 12px; font-size: 14px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow span + span::before { content: "/"; margin-right: 11px; color: #55545e; }

.section-light .eyebrow { color: var(--muted-dark); }

.hero {
  min-height: 100svh;
  padding: calc(var(--header-height) + 30px) 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 47%, rgba(190, 36, 122, .14), transparent 30%),
    radial-gradient(circle at 78% 54%, rgba(102, 60, 255, .09), transparent 37%),
    var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .45;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .034) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(90deg, transparent 0, #000 30%, #000 100%);
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 670px;
  grid-template-columns: minmax(520px, .92fr) minmax(600px, 1.08fr);
  align-items: center;
  gap: 40px;
}

.hero-copy { position: relative; z-index: 3; align-self: center; padding-bottom: 16px; }
.hero-intro,
.hero-support { position: relative; }

@media (min-width: 681px) {
  .hero-support::before {
    content: "";
    display: block;
    width: 220px;
    height: 2px;
    margin-top: 58px;
    background: var(--gradient);
    transform-origin: left center;
    animation: hero-rule-in 1s .55s var(--ease) both;
  }
}

.hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(52px, 3.25vw, 64px);
  font-weight: 300;
  letter-spacing: -.052em;
  line-height: .94;
}

.hero-title-desktop { display: block; }
.hero-title-mobile { display: none; }

.hero-thesis {
  max-width: 780px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 300;
  letter-spacing: -.018em;
  line-height: 1.28;
  text-wrap: balance;
}

.hero h1 em,
.section-heading h2 em,
.contact-heading h2 em {
  color: transparent;
  font-style: normal;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-rule {
  display: block;
  width: 220px;
  height: 2px;
  margin-top: 58px;
  background: var(--gradient);
  transform-origin: left center;
  animation: hero-rule-in 1s .55s var(--ease) both;
}

.hero-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #aaa8b1;
  font-size: clamp(17px, 1.05vw, 21px);
  line-height: 1.4;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.hero-actions .button:first-child { width: 264px; }
.hero-actions .button:last-child { min-width: 340px; }

.portal-stage {
  position: relative;
  z-index: 2;
  height: 690px;
  --portal-shift: 0px;
  --portal-x: 0px;
  --portal-y: 0px;
  --portal-rx: 0deg;
  --portal-ry: 0deg;
  transform-style: preserve-3d;
}

.portal-glow {
  position: absolute;
  width: 70%;
  height: 65%;
  left: 19%;
  top: 20%;
  opacity: .78;
  background: radial-gradient(ellipse, rgba(229, 51, 140, .22), rgba(121, 81, 255, .08) 45%, transparent 70%);
  filter: blur(26px);
  animation: portal-glow 5.4s ease-in-out infinite;
}

.portal-svg,
.portal-links-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.portal-svg { z-index: 1; }
.portal-links-svg { z-index: 4; pointer-events: none; }
.portal-svg,
.portal-links-svg {
  width: 118%;
  height: 118%;
  left: -10%;
  top: -8%;
  max-width: none;
  transform: perspective(1200px) translate3d(var(--portal-x), var(--portal-y), 0) rotateX(var(--portal-rx)) rotateY(var(--portal-ry));
  transition: transform .28s var(--ease);
}
.portal-rings polygon {
  vector-effect: non-scaling-stroke;
  stroke-width: .85;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  opacity: .82;
  animation: ring-draw 1.15s calc(var(--ring) * 65ms) var(--ease) both;
  transform-box: fill-box;
  transform-origin: center;
}
.portal-rings polygon:nth-child(2n) { opacity: .46; }

.portal-rings {
  transform-origin: 50% 50%;
  animation: portal-breathe 9s 1.25s ease-in-out infinite;
}

.portal-link-routes path {
  vector-effect: non-scaling-stroke;
  stroke-width: 1.2;
  stroke-dasharray: .03 .025;
  opacity: .72;
  animation: route-flow 3.8s linear infinite;
}
.portal-links {
  --link-anchor-x: 1px;
  --link-anchor-y: -24px;
  transform-box: view-box;
  transform-origin: 360px 338px;
  animation: portal-links-follow 7.8s var(--ease) infinite;
}
.portal-link-routes path:nth-child(2) { animation-delay: -1.2s; }
.portal-link-routes path:nth-child(3) { animation-delay: -2.4s; }
.portal-link-stems path {
  vector-effect: non-scaling-stroke;
  stroke-width: 1.45;
  stroke-linecap: round;
  opacity: .78;
  filter: drop-shadow(0 0 3px rgba(230, 70, 180, .68));
  animation: portal-stem-live 6.6s ease-in-out infinite;
}
.portal-link-stems path:nth-child(2) { animation-delay: -2.2s; }
.portal-link-stems path:nth-child(3) { animation-delay: -4.4s; }
.portal-link-origin {
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 8px rgba(223,69,173,.9));
  animation: portal-origin-live 2.2s ease-in-out infinite;
}
.portal-orbit { transform-origin: 360px 338px; animation: orbit-spin 14s linear infinite; }
.portal-orbit circle { stroke-width: .65; stroke-dasharray: 8 13; opacity: .45; }
.portal-orbit circle + circle { opacity: .22; animation: orbit-pulse 3.2s ease-in-out infinite; }

.portal-shard {
  transform-origin: 360px 338px;
  animation: shard-float 6.8s ease-in-out infinite;
}

.portal-signals {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.portal-signals i {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 9px #fff, 0 0 18px var(--pink);
  opacity: 0;
  animation: portal-signal 2.4s var(--ease) var(--signal-delay, 0s) infinite;
}

.portal-signals i:nth-child(2) { background: var(--pink); box-shadow: 0 0 9px var(--pink), 0 0 20px var(--pink); }
.portal-signals i:nth-child(3) { background: var(--violet); box-shadow: 0 0 9px var(--violet), 0 0 20px var(--violet); }

.portal-live {
  position: absolute;
  z-index: 5;
  left: 48%;
  top: 61%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: #b4b1bb;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(8,9,13,.74);
  font-size: 8px;
  letter-spacing: .16em;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(9px);
}

.portal-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 0 rgba(255,79,112,.5);
  animation: live-pulse 1.8s ease-out infinite;
}

@keyframes ring-draw {
  from { stroke-dashoffset: 1; opacity: 0; transform: translateY(-10px) scale(.96); }
  to { stroke-dashoffset: 0; opacity: .82; transform: translateY(0) scale(1); }
}

@keyframes hero-rule-in { from { transform: scaleX(0); opacity: 0; } to { transform: scaleX(1); opacity: 1; } }
@keyframes portal-glow { 0%, 100% { opacity: .48; transform: scale(.94); } 50% { opacity: .86; transform: scale(1.06); } }
@keyframes route-flow { to { stroke-dashoffset: -.22; } }
@keyframes portal-stem-live {
  0%, 100% { opacity: .52; stroke-width: 1.15; }
  45%, 68% { opacity: .96; stroke-width: 1.7; }
}
@keyframes portal-origin-live {
  0%, 100% { opacity: .82; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.22); }
}
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-pulse { 50% { opacity: .5; stroke-width: 1.1; } }

@keyframes portal-breathe {
  0%, 100% { transform: translateY(var(--portal-shift)) rotate(-.5deg) scale(1); opacity: .88; }
  50% { transform: translateY(calc(var(--portal-shift) - 4px)) rotate(.35deg) scale(1.012); opacity: 1; }
}

@keyframes shard-float {
  0%, 100% { transform: translate3d(-3px, -4px, 0) rotate(-2deg) scale(.98); }
  50% { transform: translate3d(5px, 5px, 0) rotate(2deg) scale(1.025); }
}

@keyframes portal-signal {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.45); }
  15% { opacity: 1; }
  78% { opacity: .9; }
  100% { opacity: 0; transform: translate3d(var(--signal-x), var(--signal-y), 0) scale(1.15); }
}

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,79,112,.48); }
  70%, 100% { box-shadow: 0 0 0 7px rgba(255,79,112,0); }
}

.portal-card {
  position: absolute;
  z-index: 4;
  display: grid;
  width: min(334px, 46%);
  min-height: 94px;
  grid-template-columns: 22px 44px 1fr 18px;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 0 11px;
  padding: 13px 16px 11px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 15px;
  background: rgba(10, 11, 15, .93);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
  backdrop-filter: none;
  transition: transform .3s var(--ease), border-color .25s ease;
  animation: card-arrive .72s calc(.82s + var(--card-index, 0) * .14s) var(--ease) both;
}

.portal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.09) 47%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-105%);
  animation: card-scan 7.2s calc(var(--card-index, 0) * 2.4s) var(--ease) infinite;
}

.portal-card::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: var(--gradient);
}

.portal-card:hover { transform: translate3d(-7px, -3px, 0); border-color: rgba(255, 255, 255, .34); }
.portal-card small { color: #7b7982; font-size: 11px; }
.portal-card strong { white-space: nowrap; font-size: 14px; font-weight: 500; }
.portal-card > span:last-of-type { color: #c6c4ca; }
.portal-card.card-doc { --card-index: 0; top: 25%; right: 0; }
.portal-card.card-bot { --card-index: 1; top: 46%; right: -4%; }
.portal-card.card-box { --card-index: 2; top: 67%; right: 1%; }

@keyframes card-arrive { from { opacity: .68; transform: translate3d(34px, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes card-drift { 0%, 100% { translate: 0 0; } 50% { translate: 0 0; } }
@keyframes card-scan {
  0%, 12%, 100% { opacity: 0; transform: translateX(-105%); }
  3% { opacity: .8; }
  10% { opacity: 0; transform: translateX(105%); }
}

.hero [data-hero-product] { transition: opacity .28s ease, transform .3s var(--ease), border-color .25s ease; }
.hero[data-active-product] [data-hero-product] { opacity: .34; }
.hero[data-active-product="docmind"] [data-hero-product="docmind"],
.hero[data-active-product="smartbot"] [data-hero-product="smartbot"],
.hero[data-active-product="smartbox"] [data-hero-product="smartbox"] { opacity: 1; }
.hero[data-active-product] .portal-link-routes path { opacity: .12; }
.hero[data-active-product="docmind"] .portal-link-routes path:nth-child(1),
.hero[data-active-product="smartbot"] .portal-link-routes path:nth-child(2),
.hero[data-active-product="smartbox"] .portal-link-routes path:nth-child(3) { opacity: 1; stroke-width: 1.8; }

.mini-glyph,
.solution-glyph {
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, .72);
}

.mini-glyph { width: 42px; height: 42px; border-radius: 8px; }
.mini-glyph::before, .mini-glyph::after,
.solution-glyph::before, .solution-glyph::after { content: ""; position: absolute; }

.glyph-doc::before { width: 37%; height: 48%; left: 30%; top: 22%; border: 1px solid currentColor; border-radius: 2px; }
.glyph-doc::after { width: 34%; height: 1px; left: 33%; top: 52%; background: var(--coral); box-shadow: 0 -6px 0 rgba(255,255,255,.8), 0 6px 0 var(--violet); }
.glyph-bot::before { width: 44%; height: 38%; left: 27%; top: 27%; border: 1px solid currentColor; border-radius: 7px; }
.glyph-bot::after { width: 4px; height: 4px; left: 39%; top: 43%; border-radius: 50%; background: var(--coral); box-shadow: 9px 0 0 var(--violet); }
.glyph-box::before { width: 44%; height: 44%; left: 28%; top: 28%; border: 1px solid currentColor; transform: rotate(45deg); }
.glyph-box::after { width: 6px; height: 6px; left: 55%; top: 21%; border-radius: 50%; background: var(--violet); box-shadow: -18px 25px 0 var(--coral); }

.hero-directions {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.directions-label {
  position: absolute;
  left: 0;
  top: 22px;
  margin: 0;
  padding: 0;
  color: #9997a0;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-directions a {
  position: relative;
  display: grid;
  min-height: 164px;
  grid-template-columns: 44px 1fr auto;
  grid-template-rows: auto 34px;
  gap: 20px 10px;
  align-content: center;
  padding: 48px 30px 22px;
  border-left: 1px solid var(--line);
  transition: background .25s ease;
}

.hero-directions a:first-of-type { border-left: 0; }
.hero-directions a:hover { background: linear-gradient(180deg, rgba(255, 255, 255, .035), transparent); }
.hero-directions small { color: #74727b; align-self: center; }
.hero-directions strong { align-self: center; font-size: clamp(18px, 1.35vw, 26px); font-weight: 400; }
.hero-directions i { align-self: center; font-style: normal; transition: transform .25s var(--ease); }
.hero-directions a:hover i { transform: translate(4px, -4px); }
.direction-track {
  position: relative;
  grid-column: 2 / 4;
  align-self: end;
  display: flex;
  justify-content: space-between;
  height: 1px;
  background: rgba(255,255,255,.12);
}
.direction-track::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient);
  transform-origin: left;
  transform: scaleX(.22);
  transition: transform .5s var(--ease);
}
.hero-directions a:hover .direction-track::before,
.hero-directions a:focus-visible .direction-track::before { transform: scaleX(1); }
.direction-track b { position: relative; z-index: 2; width: 6px; height: 6px; margin-top: -2.5px; border-radius: 50%; background: var(--violet); }
.direction-track b:first-child { background: var(--coral); }
.direction-track b:nth-child(2) { background: #db48ad; }
.direction-track b:nth-child(3) { background: #bf48c7; }
.direction-track b:nth-child(4) { background: #9d4ce2; }

.section-heading { padding-top: clamp(110px, 9vw, 170px); }

.heading-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: end;
  gap: clamp(36px, 8vw, 160px);
}

.section-heading h2 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(50px, 5.7vw, 104px);
  font-weight: 300;
  letter-spacing: -.055em;
  line-height: .91;
}

.section-heading .heading-grid > p {
  max-width: 580px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 21px);
  line-height: 1.5;
}

.section-light .section-heading .heading-grid > p { color: var(--muted-dark); }

.outcomes { min-height: 1000px; padding-bottom: clamp(100px, 9vw, 170px); overflow: hidden; }
.outcomes::after { content: "ЦЕННОСТЬ"; position: absolute; z-index: 0; right: -2vw; bottom: -7vw; color: rgba(10,10,14,.035); font-size: 26vw; font-weight: 700; letter-spacing: -.08em; line-height: 1; pointer-events: none; }

.outcome-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(70px, 7vw, 120px);
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, .25);
}

.outcome-card {
  min-height: 390px;
  padding: clamp(26px, 2.5vw, 46px);
  border-right: 1px solid var(--line-dark);
}

.outcome-card:last-child { border-right: 0; }
.outcome-number { color: var(--muted-dark); font-size: 12px; }
.outcome-flow { display: grid; grid-template-rows: auto 68px auto; margin-top: 64px; }
.outcome-flow span { color: var(--muted-dark); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.outcome-flow i { position: relative; width: 1px; height: 52px; margin: 8px 0 8px 6px; background: var(--line-dark); }
.outcome-flow i::after { content: ""; position: absolute; left: -3px; bottom: -1px; width: 7px; height: 7px; border-radius: 50%; background: var(--gradient); }
.outcome-flow strong { max-width: 420px; font-size: clamp(23px, 2.15vw, 38px); font-weight: 400; line-height: 1.08; }
.outcome-card p { max-width: 390px; margin: 32px 0 0; color: var(--muted-dark); }
.outcome-card-accent { color: #fff; background: var(--ink); }
.outcome-card-accent .outcome-number, .outcome-card-accent .outcome-flow span, .outcome-card-accent p { color: var(--muted); }
.outcome-card-accent .outcome-flow i { background: var(--line); }

.content-status {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
  color: var(--muted-dark);
  font-size: 12px;
}

.content-status span { letter-spacing: .1em; text-transform: uppercase; }
.content-status p { max-width: 770px; margin: 0; }

.problems { padding-bottom: clamp(110px, 10vw, 180px); overflow: hidden; background: radial-gradient(circle at 85% 45%, rgba(116, 65, 255, .1), transparent 34%), var(--ink); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(70px, 7vw, 120px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card { display: flex; min-height: 500px; flex-direction: column; padding: 34px clamp(24px, 2.5vw, 44px) 40px; border-right: 1px solid var(--line); transition: background .3s ease; }
.problem-card:last-child { border-right: 0; }
.problem-card:hover { background: rgba(255, 255, 255, .035); }
.problem-card > div { display: flex; align-items: center; justify-content: space-between; color: #77757e; font-size: 12px; }
.problem-card h3 { max-width: 430px; margin: auto 0 0; font-size: clamp(27px, 2.1vw, 39px); font-weight: 300; letter-spacing: -.035em; line-height: 1.08; }
.problem-card p { max-width: 430px; margin: 26px 0 0; color: var(--muted); }
.problem-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; }
.problem-card a span { color: var(--pink); }

.problem-icon { position: relative; display: block; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; }
.problem-icon::before, .problem-icon::after { content: ""; position: absolute; }
.icon-document::before { inset: 13px 16px 12px; border: 1px solid #ddd; }
.icon-document::after { left: 20px; right: 20px; top: 25px; height: 1px; background: var(--coral); box-shadow: 0 7px 0 var(--violet); }
.icon-message::before { inset: 14px 11px 16px; border: 1px solid #ddd; border-radius: 8px; }
.icon-message::after { width: 5px; height: 5px; left: 19px; top: 26px; border-radius: 50%; background: var(--coral); box-shadow: 8px 0 0 #ddd, 16px 0 0 var(--violet); }
.icon-sensor::before { width: 22px; height: 22px; left: 15px; top: 15px; border: 1px solid #ddd; transform: rotate(45deg); }
.icon-sensor::after { width: 5px; height: 5px; left: 35px; top: 13px; border-radius: 50%; background: var(--violet); box-shadow: -20px 25px 0 var(--coral); }

.solutions { padding-bottom: clamp(110px, 10vw, 190px); background: linear-gradient(180deg, #0b0c11, #08090d 32%); }

.system-map-scene {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 26% 50%, rgba(219, 52, 161, .16), transparent 22%),
    linear-gradient(135deg, rgba(255,255,255,.024), transparent 42%),
    #0a0b10;
}
.system-map-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .36;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, #000, transparent 85%);
}
.system-map-head {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 76px;
  padding: 20px 28px;
  border-bottom: 1px solid var(--line);
}
.system-map-head span { color: #85838d; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.system-map-head p { max-width: 590px; margin: 0; color: #85838d; font-size: 12px; text-align: right; }
.system-map-canvas { position: relative; min-height: 590px; }
.system-routes { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.route-ghosts path { stroke: rgba(255,255,255,.09); stroke-width: 1; vector-effect: non-scaling-stroke; }
.route-lines path {
  stroke-width: 1.6;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: .72;
  transition: stroke-dashoffset 1.15s var(--ease), opacity .3s ease, stroke-width .3s ease;
}
.system-map-scene.is-active .route-lines path { stroke-dashoffset: 0; }
.system-map-scene.is-active .route-lines path:nth-child(2) { transition-delay: .14s; }
.system-map-scene.is-active .route-lines path:nth-child(3) { transition-delay: .28s; }
.route-signals { opacity: 0; transition: opacity .5s .9s ease; }
.system-map-scene.is-active .route-signals { opacity: 1; }

.system-core {
  position: absolute;
  z-index: 3;
  left: 21.5%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 34px rgba(218, 64, 171, .2));
}
.system-core span { position: absolute; inset: 10%; border: 1px solid rgba(225,68,172,.32); transform: rotate(45deg) scale(.72); opacity: 0; }
.system-core span:nth-child(2) { inset: 22%; border-color: rgba(122,81,255,.55); }
.system-core span:nth-child(3) { inset: 34%; border-color: rgba(255,79,112,.72); }
.system-core i { position: absolute; left: 50%; top: 50%; width: 36px; height: 36px; background: var(--gradient); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); transform: translate(-50%, -50%) scale(.5); opacity: 0; }
.system-core b { position: absolute; left: 50%; top: calc(100% + 16px); color: #8b8992; font-size: 9px; font-weight: 500; letter-spacing: .18em; line-height: 1.35; text-align: center; transform: translateX(-50%); }
.system-map-scene.is-active .system-core span { animation: system-core-open .8s calc(.15s + var(--core-delay, 0s)) var(--ease) forwards, system-core-idle 9s 1.3s linear infinite; }
.system-map-scene.is-active .system-core span:nth-child(2) { --core-delay: .12s; animation-duration: .8s, 12s; animation-direction: normal, reverse; }
.system-map-scene.is-active .system-core span:nth-child(3) { --core-delay: .24s; animation-duration: .8s, 7s; }
.system-map-scene.is-active .system-core i { animation: system-core-mark .65s .48s var(--ease) forwards, system-core-pulse 3.8s 1.3s ease-in-out infinite; }

.system-branches {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: 590px;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
  padding: 28px 28px 28px 44%;
}
.system-branch {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(400px, 1.28fr);
  align-items: center;
  gap: 28px;
  min-height: 160px;
  padding: 22px 24px 22px 32px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: rgba(12,13,18,.88);
  box-shadow: 0 18px 54px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateX(34px);
  transition: opacity .7s var(--ease), transform .7s var(--ease), border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.system-map-scene.is-active .system-branch { opacity: 1; transform: translateX(0); }
.system-map-scene.is-active .system-branch:nth-child(1) { transition-delay: .36s, .36s, 0s, 0s, 0s; }
.system-map-scene.is-active .system-branch:nth-child(2) { transition-delay: .5s, .5s, 0s, 0s, 0s; }
.system-map-scene.is-active .system-branch:nth-child(3) { transition-delay: .64s, .64s, 0s, 0s, 0s; }
.system-branch::before { content: ""; position: absolute; width: 8px; height: 8px; left: -5px; top: 50%; border-radius: 50%; background: var(--coral); box-shadow: 0 0 20px rgba(255,79,112,.72); transform: translateY(-50%); }
.system-branch:nth-child(2)::before { background: var(--pink); }
.system-branch:nth-child(3)::before { background: var(--violet); }
.system-branch:hover,
.system-branch:focus-within { border-color: rgba(222,69,173,.55); background: rgba(18,17,25,.96); box-shadow: 0 22px 64px rgba(99,42,131,.18); }
.system-map-scene[data-active-branch="software"] [data-route]:not([data-route="software"]),
.system-map-scene[data-active-branch="embedded"] [data-route]:not([data-route="embedded"]),
.system-map-scene[data-active-branch="cloud"] [data-route]:not([data-route="cloud"]) { opacity: .13; }
.system-map-scene[data-active-branch] [data-route] { stroke-width: 2.2; }
.system-map-scene[data-active-branch] .system-branch { opacity: .34; transition-delay: 0s; }
.system-map-scene[data-active-branch="software"] .branch-software,
.system-map-scene[data-active-branch="embedded"] .branch-embedded,
.system-map-scene[data-active-branch="cloud"] .branch-cloud { opacity: 1; }
.system-map-scene[data-active-branch] .route-signals circle { opacity: .08; }
.system-map-scene[data-active-branch="software"] .route-signals circle:nth-child(1),
.system-map-scene[data-active-branch="embedded"] .route-signals circle:nth-child(2),
.system-map-scene[data-active-branch="cloud"] .route-signals circle:nth-child(3) { opacity: 1; }
.branch-title small { color: #77757f; font-size: 9px; letter-spacing: .12em; }
.branch-title h3 { margin: 11px 0 0; font-size: clamp(22px, 1.65vw, 31px); font-weight: 300; letter-spacing: -.025em; line-height: 1.05; }
.system-branch ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.system-branch a { display: grid; min-height: 84px; align-content: space-between; gap: 8px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; color: #c3c1c8; font-size: 12px; line-height: 1.25; transition: transform .25s var(--ease), border-color .25s ease, background .25s ease; }
.system-branch a span { color: #6f6d76; font-size: 9px; }
.system-branch a:hover,
.system-branch a:focus-visible { border-color: rgba(222,69,173,.45); background: rgba(255,255,255,.035); transform: translateY(-3px); }

@keyframes system-core-open { from { opacity: 0; transform: rotate(15deg) scale(.38); } to { opacity: 1; transform: rotate(45deg) scale(1); } }
@keyframes system-core-idle { to { transform: rotate(405deg) scale(1); } }
@keyframes system-core-mark { from { opacity: 0; transform: translate(-50%, -50%) rotate(-30deg) scale(.4); } to { opacity: 1; transform: translate(-50%, -50%) rotate(0) scale(1); } }
@keyframes system-core-pulse { 50% { filter: brightness(1.35); transform: translate(-50%, -50%) scale(1.14); } }

.solution-stack { display: grid; gap: 18px; margin-top: 22px; }
.solution-card { position: relative; display: grid; grid-template-columns: minmax(320px, .85fr) minmax(300px, 1.15fr); gap: 42px clamp(34px, 6vw, 110px); padding: clamp(28px, 3vw, 52px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); }
.solution-card::before { content: ""; position: absolute; width: 360px; height: 360px; right: -140px; top: -190px; opacity: .13; border-radius: 50%; background: var(--gradient); filter: blur(55px); }
.solution-meta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; color: #77757e; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.status-chip { padding: 6px 9px; color: #aaa8b0; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; letter-spacing: .06em; }
.solution-title { display: grid; grid-template-columns: 84px 1fr; gap: 26px; align-items: start; }
.solution-glyph { width: 84px; height: 84px; color: #eee; border-color: rgba(255,255,255,.4); border-radius: 17px; }
.solution-title h3 { margin: 0; font-size: clamp(36px, 3.6vw, 66px); font-weight: 300; letter-spacing: -.045em; line-height: 1; }
.solution-title p { max-width: 430px; margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.solution-card ul { display: grid; align-content: start; gap: 0; margin: 0; padding: 0; list-style: none; }
.solution-card li { padding: 15px 0 15px 26px; border-bottom: 1px solid var(--line); color: #b4b2bb; }
.solution-card li::before { content: ""; float: left; width: 5px; height: 5px; margin: 9px 0 0 -22px; border-radius: 50%; background: var(--gradient); }
.solution-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-top: 10px; }
.text-button { display: inline-flex; gap: 14px; padding: 12px 0; color: #d6d4da; background: none; cursor: pointer; }
.text-button span { color: var(--pink); }

.process { padding-bottom: clamp(110px, 9vw, 180px); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: clamp(70px, 7vw, 120px); padding: 0; border-top: 1px solid var(--line-dark); list-style: none; counter-reset: process; }
.process-list li { min-height: 310px; padding: 28px 24px 30px; border-right: 1px solid var(--line-dark); }
.process-list li:first-child { border-left: 1px solid var(--line-dark); }
.process-list span { display: block; margin-bottom: 90px; color: var(--muted-dark); font-size: 11px; }
.process-list strong { display: block; font-size: clamp(18px, 1.5vw, 25px); font-weight: 500; }
.process-list p { margin: 18px 0 0; color: var(--muted-dark); font-size: 14px; }
.process-cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; margin-top: 28px; padding: 46px; border-radius: var(--radius); color: var(--text); background: var(--gradient); }
.process-cta span { display: block; margin-bottom: 13px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.process-cta h3 { max-width: 840px; margin: 0; font-size: clamp(26px, 2.5vw, 46px); font-weight: 300; letter-spacing: -.03em; line-height: 1.05; }

.trust { padding-bottom: clamp(110px, 10vw, 190px); background: radial-gradient(circle at 22% 55%, rgba(213, 55, 158, .1), transparent 28%), var(--ink); }
.trust-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: clamp(70px, 7vw, 120px); }
.trust-feature { min-height: 590px; padding: clamp(28px, 3vw, 50px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.018); }
.trust-index { color: #77757e; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.trust-visual { position: relative; display: grid; width: min(330px, 72%); aspect-ratio: 1; place-items: center; margin: 34px auto; }
.trust-visual i { position: absolute; inset: 10%; border: 1px solid rgba(221, 62, 173, .35); transform: rotate(45deg); animation: trust-spin 16s linear infinite; }
.trust-visual i:nth-child(2) { inset: 22%; border-color: rgba(121,81,255,.5); animation-direction: reverse; animation-duration: 12s; }
.trust-visual i:nth-child(3) { inset: 34%; border-color: rgba(255,79,112,.65); animation-duration: 9s; }
.trust-visual strong { position: relative; z-index: 2; font-size: 12px; letter-spacing: .2em; }
@keyframes trust-spin { to { transform: rotate(405deg); } }
.trust-feature h3 { margin: 0; font-size: clamp(32px, 3vw, 54px); font-weight: 300; letter-spacing: -.04em; }
.trust-feature p { max-width: 600px; color: var(--muted); }
.trust-cards { display: grid; gap: 18px; }
.trust-cards article { min-height: 184px; padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); }
.trust-cards span { color: #85838d; font-size: 11px; }
.trust-cards h3 { margin: 34px 0 0; font-size: 24px; font-weight: 400; }
.trust-cards p { max-width: 580px; margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.estimate { padding-bottom: clamp(110px, 9vw, 180px); }
.estimator-shell { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: clamp(70px, 7vw, 120px); }
.estimator-form { display: grid; gap: 18px; padding: clamp(24px, 3vw, 48px); border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.28); }
.estimator-form fieldset { margin: 0; padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--line-dark); }
.estimator-form legend { margin-bottom: 22px; padding: 0; font-size: 18px; font-weight: 500; }
.estimator-form legend span { margin-right: 16px; color: var(--muted-dark); font-size: 11px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { display: grid; min-height: 72px; align-content: center; padding: 13px 16px; border: 1px solid var(--line-dark); border-radius: 12px; background: rgba(255,255,255,.34); transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.choice-grid label:hover > span { transform: translateY(-2px); border-color: rgba(8,9,13,.35); }
.choice-grid input:checked + span { color: #fff; border-color: var(--ink); background: var(--ink); }
.choice-grid input:focus-visible + span { outline: 2px solid var(--coral); outline-offset: 3px; }
.choice-grid strong { font-size: 15px; font-weight: 500; }
.choice-grid small { margin-top: 3px; color: inherit; opacity: .62; font-size: 11px; }
.estimator-form > .button { justify-self: start; min-width: 310px; margin-top: 10px; }
.estimate-result { position: sticky; top: 112px; min-height: 630px; align-self: start; padding: clamp(28px, 3vw, 48px); overflow: hidden; color: var(--text); border-radius: var(--radius); background: var(--ink); }
.estimate-result::after { content: ""; position: absolute; width: 320px; height: 320px; right: -170px; top: -140px; opacity: .24; border-radius: 50%; background: var(--gradient); filter: blur(48px); }
.result-label { color: #85838c; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.result-mark { display: grid; width: 90px; height: 90px; place-items: center; margin: 54px 0 42px; border: 1px solid rgba(255,255,255,.3); transform: rotate(45deg); }
.estimate-result h3 { margin: 0; font-size: clamp(36px, 3.2vw, 58px); font-weight: 300; letter-spacing: -.04em; }
.estimate-result ul { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; color: #bab8c0; }
.estimate-result li::before { content: "•"; margin-right: 10px; color: var(--pink); }
.price-placeholder { margin-top: 40px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-placeholder small { display: block; color: #77757e; }
.price-placeholder strong { display: block; margin-top: 7px; font-size: 20px; font-weight: 400; }
.estimate-result > p { color: #77757e; font-size: 12px; }
.estimate-result .button { width: 100%; margin-top: 30px; }

.faq { padding-bottom: clamp(110px, 10vw, 190px); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 180px); margin-top: clamp(70px, 7vw, 120px); }
.faq-aside { align-self: start; }
.faq-aside > span { color: #85838d; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.faq-aside h3 { max-width: 430px; margin: 24px 0 38px; font-size: clamp(30px, 3vw, 52px); font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; min-height: 98px; grid-template-columns: 38px 1fr 28px; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-size: clamp(17px, 1.25vw, 22px); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #6f6d76; font-size: 11px; }
.faq-list summary i { position: relative; width: 18px; height: 18px; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 2px; right: 2px; top: 8px; height: 1px; background: #aaa8b1; transition: transform .25s ease; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details p { max-width: 770px; margin: -8px 44px 32px 54px; color: var(--muted); line-height: 1.6; }

.contact { min-height: 1000px; padding: clamp(110px, 9vw, 170px) 0 0; overflow: hidden; background: linear-gradient(180deg, #0a0b0f, #07080b); }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 112px 112px; }
.contact-glow { position: absolute; width: 720px; height: 720px; left: -270px; top: 120px; opacity: .18; border-radius: 50%; background: var(--gradient); filter: blur(110px); }
.contact-heading { position: relative; z-index: 1; }
.contact-heading h2 { max-width: 1370px; margin: 0; font-size: clamp(60px, 7vw, 126px); font-weight: 300; letter-spacing: -.06em; line-height: .88; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; margin-top: clamp(70px, 7vw, 120px); }
.brief-form { display: grid; gap: 27px; padding: clamp(28px, 3vw, 50px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.018); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.brief-form label:not(.consent) { display: grid; gap: 11px; color: #97959e; font-size: 12px; }
.brief-form input[type="text"], .brief-form textarea, .brief-form select { width: 100%; padding: 15px 0; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); border-radius: 0; outline: none; background: transparent; }
.brief-form textarea { resize: vertical; min-height: 110px; }
.brief-form select { color-scheme: dark; }
.brief-form input:focus, .brief-form textarea:focus, .brief-form select:focus { border-bottom-color: var(--pink); }
.brief-form input::placeholder, .brief-form textarea::placeholder { color: #55545d; }
.consent { display: flex; align-items: flex-start; gap: 12px; color: #77757e; font-size: 11px; line-height: 1.5; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--pink); }
.consent a { color: #b9b7bf; border-bottom: 1px solid #77757e; }
.form-footer { display: flex; align-items: center; gap: 24px; }
.form-footer p { margin: 0; color: #77757e; font-size: 11px; }
.form-footer p.is-success { color: #c8ffdc; }
.form-footer p.is-error { color: #ff9aab; }
.form-footer p.is-pending { color: #d9c7ff; }
.brief-form__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.brief-form[aria-busy="true"] { cursor: progress; }
.brief-form[aria-busy="true"] button[type="submit"] { cursor: progress; opacity: .68; }
.next-steps { padding: clamp(28px, 3vw, 50px); border-radius: var(--radius); color: var(--text-dark); background: var(--paper); }
.next-steps > span { color: var(--muted-dark); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.next-steps ol { display: grid; gap: 0; margin: 62px 0 0; padding: 0; list-style: none; }
.next-steps li { display: grid; grid-template-columns: 38px 1fr; padding: 23px 0; border-bottom: 1px solid var(--line-dark); }
.next-steps small { grid-row: 1 / 3; color: var(--muted-dark); }
.next-steps strong { font-size: 20px; font-weight: 500; }
.next-steps p { margin: 8px 0 0; color: var(--muted-dark); font-size: 13px; }

.site-footer { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr repeat(3, .75fr) 1fr; gap: 40px; margin-top: 80px; padding: 70px 0 56px; border-top: 1px solid var(--line); }
.footer-brand { position: relative; width: 190px; height: 120px; overflow: hidden; }
.footer-brand img { position: absolute; width: 190px; top: 0; }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer div > span { margin-bottom: 10px; color: #696871; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer div > a { color: #aaa8b0; font-size: 13px; }
.site-footer div > a:hover { color: #fff; }
.footer-meta p { max-width: 300px; margin: 0; color: #696871; font-size: 11px; }
.footer-meta small { margin-top: auto; color: #55545d; }

.solution-dialog {
  width: min(720px, calc(100% - 32px));
  max-height: min(780px, calc(100svh - 40px));
  padding: clamp(28px, 4vw, 56px);
  color: var(--text);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: #0d0e13;
  box-shadow: 0 38px 120px rgba(0,0,0,.65);
}

.solution-dialog::backdrop { background: rgba(2,3,6,.78); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; right: 20px; top: 18px; width: 42px; height: 42px; color: #aaa8b1; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.dialog-index { color: #77757e; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.solution-dialog h2 { margin: 34px 0 0; font-size: clamp(40px, 5vw, 72px); font-weight: 300; letter-spacing: -.05em; }
.dialog-lead { max-width: 580px; color: var(--muted); font-size: 17px; }
.dialog-flow { margin: 36px 0; padding: 20px; border: 1px solid var(--line); border-radius: 12px; color: #d1cfd5; background: rgba(255,255,255,.025); }
.solution-dialog h3 { margin: 30px 0 14px; font-size: 16px; font-weight: 500; }
.solution-dialog ul { display: grid; gap: 9px; margin: 0 0 34px; padding-left: 19px; color: var(--muted); }

.section-progress {
  position: fixed;
  z-index: 90;
  right: 16px;
  top: 50%;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #77757e;
  font-size: 9px;
  transform: translateY(-50%);
}

.section-progress i { position: relative; width: 1px; height: 130px; overflow: hidden; background: rgba(255,255,255,.16); }
.section-progress b { position: absolute; inset: 0 0 auto; height: 11.11%; background: var(--gradient); transition: height .4s var(--ease); }

.prototype-toast {
  position: fixed;
  z-index: 220;
  left: 50%;
  bottom: 26px;
  width: min(520px, calc(100% - 36px));
  padding: 14px 18px;
  color: #eeeaf1;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(12,13,18,.96);
  box-shadow: 0 18px 60px rgba(0,0,0,.34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity .25s ease, transform .25s var(--ease);
  text-align: center;
  font-size: 13px;
}

.prototype-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.page-hidden .portal-rings,
.page-hidden .portal-links path,
.page-hidden .portal-link-origin,
.page-hidden .portal-orbit,
.page-hidden .portal-shard,
.page-hidden .portal-glow,
.page-hidden .portal-card,
.page-hidden .portal-card::before,
.page-hidden .portal-signals i,
.page-hidden .portal-live i,
.page-hidden .brand-ai::before,
.page-hidden .brand-ai__route,
.page-hidden .brand-ai__core,
.page-hidden .system-core span,
.page-hidden .system-core i,
.page-hidden .trust-visual i { animation-play-state: paused; }

.portal-stage:not(.is-running) .portal-rings,
.portal-stage:not(.is-running) .portal-links path,
.portal-stage:not(.is-running) .portal-link-origin,
.portal-stage:not(.is-running) .portal-orbit,
.portal-stage:not(.is-running) .portal-shard,
.portal-stage:not(.is-running) .portal-glow,
.portal-stage:not(.is-running) .portal-card,
.portal-stage:not(.is-running) .portal-card::before,
.portal-stage:not(.is-running) .portal-signals i,
.portal-stage:not(.is-running) .portal-live i,
.system-map-scene:not(.is-in-view) .system-core span,
.system-map-scene:not(.is-in-view) .system-core i,
.trust-feature:not(.is-visible) .trust-visual i { animation-play-state: paused; }

.has-js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.has-js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Premium product focus — approved portal concept, editorial system below it. */
.section-heading h2,
.contact-heading h2 {
  letter-spacing: -.038em;
  text-wrap: balance;
}

.heading-grid { grid-template-columns: minmax(0, 1.2fr) minmax(320px, .55fr); }
.outcomes,
.problems,
.solutions,
.process,
.trust,
.estimate,
.faq,
.contact { border-top: 1px solid rgba(127, 126, 136, .14); }

.outcomes { min-height: 0; }
.outcomes::after { display: none; }
.outcome-board {
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius-scene);
  background: rgba(255, 255, 255, .32);
  box-shadow: 0 26px 90px rgba(25, 21, 34, .055);
}
.outcome-card {
  position: relative;
  min-height: 420px;
  background: rgba(255, 255, 255, .18);
}
.outcome-card::before {
  content: "";
  position: absolute;
  inset: 0 100% auto 0;
  height: 2px;
  background: var(--gradient);
  transition: right .55s var(--ease);
}
.outcome-card:hover::before { right: 0; }
.outcome-card-accent {
  color: var(--text-dark);
  background: rgba(255, 255, 255, .72);
}
.outcome-card-accent .outcome-number,
.outcome-card-accent .outcome-flow span,
.outcome-card-accent p { color: var(--muted-dark); }
.outcome-card-accent .outcome-flow i { background: var(--line-dark); }

.problem-grid {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-scene);
  background: rgba(255, 255, 255, .012);
}
.problem-card {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  transition: background .3s ease, transform .35s var(--ease);
}
.problem-card::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  left: 12%;
  top: 124px;
  opacity: .22;
  background: var(--gradient);
  transform: scaleX(.18);
  transform-origin: left;
  transition: opacity .3s ease, transform .55s var(--ease);
}
.problem-card:hover::before { opacity: .75; transform: scaleX(1); }
.problem-card h3 { margin: 130px 0 0; }
.problem-card:hover { background: rgba(255, 255, 255, .032); }

.system-map-scene { border-radius: var(--radius-scene); box-shadow: 0 44px 130px rgba(0, 0, 0, .28); }
.system-branch { border-radius: 12px; backdrop-filter: none; }
.route-signals circle { filter: drop-shadow(0 0 5px rgba(224, 70, 179, .8)); }

.services-rail {
  display: grid;
  grid-template-columns: 1fr auto 20px;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  margin-top: 16px;
  padding: 18px 24px;
  color: #8f8d96;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .015);
  font-size: 13px;
  transition: border-color .25s ease, background .25s ease;
}
.services-rail strong { color: #e6e4e9; font-size: 14px; font-weight: 500; }
.services-rail i { color: var(--pink); font-style: normal; }
.services-rail:hover { border-color: rgba(221, 70, 176, .42); background: rgba(255, 255, 255, .026); }

.solution-showcase {
  display: grid;
  grid-template-columns: minmax(250px, .27fr) minmax(0, 1fr);
  min-height: 610px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-scene);
  background: #0b0c11;
  box-shadow: 0 38px 110px rgba(0, 0, 0, .24);
}
.solution-tabs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border-right: 1px solid var(--line);
  background: #090a0e;
}
.solution-tabs button {
  position: relative;
  display: grid;
  align-content: center;
  gap: 9px;
  min-height: 150px;
  padding: 28px clamp(22px, 2vw, 38px);
  color: #9997a0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color .25s ease, background .25s ease;
}
.solution-tabs button:last-child { border-bottom: 0; }
.solution-tabs button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  opacity: 0;
  background: var(--gradient);
  transition: opacity .25s ease;
}
.solution-tabs button:hover { color: #d2d0d6; background: rgba(255, 255, 255, .018); }
.solution-tabs button[aria-selected="true"] { color: #fff; background: rgba(255, 255, 255, .032); }
.solution-tabs button[aria-selected="true"]::before { opacity: 1; }
.solution-tabs small { font-size: 10px; letter-spacing: .12em; }
.solution-tabs strong { font-size: clamp(21px, 1.6vw, 29px); font-weight: 400; }
.solution-tabs span { color: #aaa8b1; font-size: 12px; }

.solution-showcase .solution-card {
  grid-template-columns: minmax(280px, .75fr) minmax(420px, 1.25fr);
  grid-template-areas:
    "meta meta"
    "title flow"
    "list flow"
    "actions actions";
  gap: 28px clamp(38px, 5vw, 84px);
  min-height: 610px;
  padding: clamp(34px, 4vw, 68px);
  border: 0;
  border-radius: 0;
  background: transparent;
  animation: solution-panel-in .48s var(--ease) both;
}
.solution-showcase .solution-card[hidden] { display: none !important; }
.solution-showcase .solution-card::before {
  width: 520px;
  height: 520px;
  right: -280px;
  top: -280px;
  opacity: .09;
  filter: blur(80px);
}
.solution-showcase .solution-meta { grid-area: meta; }
.solution-showcase .solution-title { grid-area: title; align-self: end; grid-template-columns: 72px 1fr; }
.solution-showcase .solution-glyph { width: 72px; height: 72px; }
.solution-showcase .solution-card > ul { grid-area: list; }
.solution-showcase .solution-actions { grid-area: actions; }
.solution-flow {
  position: relative;
  grid-area: flow;
  display: grid;
  min-height: 330px;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 14px;
  align-self: stretch;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    rgba(255,255,255,.014);
  background-size: 48px 48px;
}
.solution-flow::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  bottom: -90px;
  opacity: .2;
  border-radius: 50%;
  background: var(--gradient);
  filter: blur(48px);
}
.solution-flow span,
.solution-flow strong { position: relative; z-index: 2; font-size: 12px; font-weight: 500; text-align: center; }
.solution-flow span { color: #aaa8b1; }
.solution-flow strong { display: grid; min-width: 78px; min-height: 78px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.28); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.solution-flow i { position: relative; height: 1px; background: rgba(255,255,255,.15); }
.solution-flow i::after { content: ""; position: absolute; width: 7px; height: 7px; right: -1px; top: -3px; border-radius: 50%; background: var(--gradient); }
@keyframes solution-panel-in { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: translateX(0); } }

.process-list {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-scene);
  background: rgba(255, 255, 255, .2);
}
.process-list::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: var(--process-route-start-x, 29px);
  right: auto;
  top: calc(var(--process-route-start-y, 70px) - .5px);
  width: var(--process-route-span-x, calc(80% - 58px));
  height: 1px;
  background: linear-gradient(90deg, var(--coral), var(--pink), var(--violet));
}
.process-list li { position: relative; min-height: 340px; padding-top: 32px; }
.process-list li::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 9px;
  height: 9px;
  left: 24px;
  top: 65px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 1px rgba(8,9,13,.22);
}
.process-list span { margin-bottom: 116px; }
.process-cta {
  position: relative;
  overflow: hidden;
  color: var(--text);
  border: 1px solid var(--line);
  background: var(--ink);
}
.process-cta::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: var(--gradient); }

.trust-layout { grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); }
.trust-feature { border-radius: var(--radius-scene); }
.trust-visual { width: min(350px, 70%); }
.trust-visual i { animation: none; }
.trust-visual i:nth-child(2) { transform: rotate(45deg) scale(.92); }
.trust-visual i:nth-child(3) { transform: rotate(45deg) scale(.84); }
.trust-visual strong { display: grid; justify-items: center; gap: 8px; letter-spacing: .08em; }
.trust-visual strong span { font-size: 14px; letter-spacing: .18em; }
.trust-visual strong small { color: #77757e; font-size: 8px; font-weight: 500; letter-spacing: .16em; }
.trust-cards article { border-radius: 12px; }

.projects-editorial {
  margin-top: 18px;
  padding: clamp(34px, 4vw, 64px);
  border: 1px solid var(--line);
  border-radius: var(--radius-scene);
  background: #090a0e;
}
.projects-head {
  display: grid;
  grid-template-columns: 1.15fr .55fr;
  align-items: end;
  gap: clamp(36px, 8vw, 140px);
  padding-bottom: 46px;
  border-bottom: 1px solid var(--line);
}
.projects-head span { color: #85838d; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.projects-head h3 { margin: 22px 0 0; font-size: clamp(38px, 4vw, 72px); font-weight: 300; letter-spacing: -.038em; line-height: .96; }
.projects-head p { max-width: 520px; margin: 0; color: var(--muted); }
.projects-head__aside { display: grid; justify-items: start; gap: 24px; }
.projects-head__aside > a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 8px;
  color: #f4f1f6;
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: 12px;
}
.projects-head__aside > a span { color: var(--pink); font-size: 15px; letter-spacing: 0; }
.project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}
.project-card {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: clamp(26px, 3vw, 44px);
  overflow: hidden;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--ink-2);
}
.project-card-featured {
  grid-row: 1 / 3;
  min-height: 620px;
  color: var(--text-dark);
  border: 0;
  background: var(--paper);
}
.project-card small { color: #85838d; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.project-card-featured > small { color: #5c5b64; }
.project-card h4 { max-width: 650px; margin: 24px 0 0; font-size: clamp(28px, 2.5vw, 46px); font-weight: 300; letter-spacing: -.035em; line-height: 1.02; }
.project-card:not(.project-card-featured) h4 { font-size: clamp(24px, 2vw, 34px); }
.project-card p { max-width: 630px; margin: 17px 0 0; color: var(--muted); }
.project-card-featured p { color: var(--muted-dark); }
.project-card ul { display: grid; gap: 0; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.project-card li { padding: 12px 0; border-bottom: 1px solid var(--line-dark); color: var(--muted-dark); font-size: 13px; }
.project-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0 0;
}
.project-card__metrics div {
  min-width: 0;
  padding: 15px 12px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
}
.project-card-featured .project-card__metrics div { border-color: var(--line-dark); background: rgba(8,9,13,.025); }
.project-card__metrics dt { color: #f4f1f6; font-size: clamp(17px, 1.35vw, 23px); font-weight: 400; letter-spacing: -.025em; white-space: nowrap; }
.project-card-featured .project-card__metrics dt { color: var(--text-dark); }
.project-card__metrics dd { margin: 7px 0 0; color: var(--muted); font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .07em; }
.project-card-featured .project-card__metrics dd { color: var(--muted-dark); }
.project-card__metrics--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 28px; color: inherit; font-size: 13px; }
.project-card a span { color: var(--pink); }
.project-visual {
  position: relative;
  height: 116px;
  margin: -4px 0 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 36px 36px;
}
.project-card-featured .project-visual { height: 210px; border-color: var(--line-dark); background-image: linear-gradient(rgba(8,9,13,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8,9,13,.045) 1px, transparent 1px); }
.project-visual i,
.project-visual b { position: absolute; }
.visual-sales i { top: 50%; height: 1px; background: var(--gradient); }
.visual-sales i:nth-child(1) { left: 11%; right: 63%; }
.visual-sales i:nth-child(2) { left: 37%; right: 37%; }
.visual-sales i:nth-child(3) { left: 63%; right: 11%; }
.visual-sales b { top: calc(50% - 23px); display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(8,9,13,.28); border-radius: 50%; font-size: 9px; font-weight: 500; }
.visual-sales b:nth-of-type(1) { left: calc(11% - 20px); }
.visual-sales b:nth-of-type(2) { left: calc(50% - 23px); }
.visual-sales b:nth-of-type(3) { right: calc(11% - 20px); }
.visual-production i { bottom: 24px; width: 12%; background: var(--gradient); }
.visual-production i:nth-child(1) { left: 18%; height: 24px; }
.visual-production i:nth-child(2) { left: 42%; height: 48px; }
.visual-production i:nth-child(3) { left: 66%; height: 72px; }
.visual-production b { left: 18%; top: 18px; color: #aaa8b1; font-size: 9px; font-weight: 500; letter-spacing: .16em; }
.visual-construction i { width: 42px; height: 42px; top: 36px; border: 1px solid rgba(255,255,255,.25); transform: rotate(45deg); }
.visual-construction i:nth-child(1) { left: 20%; }
.visual-construction i:nth-child(2) { left: calc(50% - 21px); border-color: rgba(222,69,173,.55); }
.visual-construction i:nth-child(3) { right: 20%; border-color: rgba(121,81,255,.6); }
.visual-construction b { left: 50%; top: 50%; color: #fff; font-size: 9px; font-weight: 500; transform: translate(-50%, -50%); }

.acceptance-register {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 7vw, 120px);
  margin-top: 18px;
  padding: clamp(34px, 4vw, 64px);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--radius-scene);
  background: #0b0c11;
}
.register-heading > span { color: #aaa8b1; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.register-heading h3 { margin: 24px 0 0; font-size: clamp(28px, 2.6vw, 48px); font-weight: 300; letter-spacing: -.035em; line-height: 1.06; }
.acceptance-register ol { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.acceptance-register li { display: grid; min-height: 150px; align-content: start; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.acceptance-register small { color: #aaa8b1; font-size: 9px; }
.acceptance-register strong { margin-top: 25px; font-size: 19px; font-weight: 500; }
.acceptance-register li > span { margin-top: 8px; color: #b5b3bc; font-size: 12px; }

.estimator-shell { gap: 22px; }
.estimator-form {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-scene);
  background: rgba(255,255,255,.44);
  box-shadow: 0 26px 80px rgba(22, 18, 31, .045);
}
.estimator-form::before { content: "01     02     03"; display: block; padding-bottom: 18px; color: var(--muted-dark); border-bottom: 2px solid var(--ink); font-size: 9px; letter-spacing: .16em; word-spacing: 3em; }
.estimate-result { border-radius: var(--radius-scene); box-shadow: 0 34px 100px rgba(19, 15, 28, .18); }
.result-mark { position: relative; }
.result-mark::after { content: "КОНТУР"; color: #d8d6dc; transform: rotate(-45deg); font-size: 8px; letter-spacing: .13em; }
.result-mark { color: transparent; }

.faq-layout { align-items: start; }
.faq-list {
  padding: 0 clamp(22px, 3vw, 46px);
  color: var(--text-dark);
  border: 0;
  border-radius: var(--radius-scene);
  background: var(--paper);
  box-shadow: 0 36px 110px rgba(0,0,0,.22);
}
.faq-list details { border-bottom-color: var(--line-dark); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary span { color: var(--muted-dark); }
.faq-list summary i::before,
.faq-list summary i::after { background: #595861; }
.faq-list details p { color: var(--muted-dark); }

.brief-intro { max-width: 720px; margin: 0 0 10px; color: #aaa8b1; font-size: 16px; line-height: 1.55; }
.brief-form { border-radius: var(--radius-scene); background: rgba(255,255,255,.022); }
.next-steps { border-radius: var(--radius-scene); }

/* Commercial inner pages — one visual system, four distinct sales narratives. */
.inner-page {
  --page-accent: var(--pink);
  --page-accent-2: var(--violet);
  --page-accent-text: #942b70;
  background: var(--ink);
}

.product-docmind { --page-accent: #ff5472; --page-accent-2: #a64dff; --page-accent-text: #a12643; }
.product-smartbot { --page-accent: #e749b9; --page-accent-2: #7653ff; --page-accent-text: #8a246b; }
.product-smartbox { --page-accent: #8b59ff; --page-accent-2: #ff4f70; --page-accent-text: #5030a4; }
.services-page { --page-accent: #ff5b72; --page-accent-2: #7951ff; --page-accent-text: #a12643; }

.inner-main { overflow: hidden; }

.inner-hero {
  position: relative;
  min-height: 920px;
  padding: calc(var(--header-height) + 86px) 0 98px;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 45%, color-mix(in srgb, var(--page-accent) 16%, transparent), transparent 29%),
    radial-gradient(circle at 72% 62%, color-mix(in srgb, var(--page-accent-2) 12%, transparent), transparent 37%),
    var(--ink);
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: var(--header-height) 0 0 42%;
  opacity: .48;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 100%);
}

.inner-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(500px, .9fr) minmax(600px, 1.1fr);
  align-items: center;
  gap: clamp(40px, 5vw, 92px);
}

.inner-hero-copy { max-width: 820px; }

.product-code {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 30px;
  color: #85838d;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-code::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2));
}

.inner-hero h1 {
  margin: 0;
  font-size: clamp(58px, 4.3vw, 84px);
  font-weight: 300;
  letter-spacing: -.055em;
  line-height: .92;
  text-wrap: balance;
}

.inner-hero h1 em,
.inner-heading h2 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(100deg, var(--page-accent), var(--page-accent-2));
  background-clip: text;
  -webkit-background-clip: text;
}

.inner-hero-lead {
  max-width: 660px;
  margin: 36px 0 0;
  color: #aaa8b1;
  font-size: clamp(17px, 1.1vw, 21px);
  line-height: 1.5;
}

.inner-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.inner-hero-actions .button { min-width: 230px; }

.inner-hero-note {
  display: grid;
  max-width: 590px;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin-top: 30px;
  color: #73717b;
  font-size: 11px;
}

.inner-hero-note::before { content: "↳"; color: var(--page-accent); }

.product-engine {
  position: relative;
  min-height: 600px;
  isolation: isolate;
  contain: layout paint;
  pointer-events: none;
  user-select: none;
}

.has-js .product-engine * { animation-play-state: paused; }
.has-js .product-engine.is-running * { animation-play-state: running; }
.page-hidden .product-engine * { animation-play-state: paused !important; }

.engine-atmosphere {
  position: absolute;
  inset: 5% 0 2%;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 48%, color-mix(in srgb, var(--page-accent) 17%, transparent), color-mix(in srgb, var(--page-accent-2) 6%, transparent) 45%, transparent 69%);
  opacity: .9;
}

.engine-atmosphere::before,
.engine-atmosphere::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid color-mix(in srgb, var(--page-accent) 15%, transparent);
  border-radius: 38%;
  transform: rotate(-5deg);
}

.engine-atmosphere::after { inset: 22%; border-color: color-mix(in srgb, var(--page-accent-2) 12%, transparent); transform: rotate(7deg); }

.scene-index {
  position: absolute;
  bottom: 3%;
  color: #625f6c;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .2em;
}

.scene-index--source { left: 3%; }
.scene-index--target { right: 3%; }

/* DocMind AI — a document is scanned and rebuilt as structured data. */
.product-engine--docmind .engine-atmosphere {
  border-radius: 32px;
  background:
    linear-gradient(90deg, transparent 0 43%, color-mix(in srgb, var(--page-accent) 6%, transparent) 43% 44%, transparent 44%),
    radial-gradient(ellipse at 45% 50%, color-mix(in srgb, var(--page-accent) 20%, transparent), transparent 56%);
}

.product-engine--docmind .engine-atmosphere::before { inset: 10% 43% 10% 9%; border-radius: 18px; transform: none; }
.product-engine--docmind .engine-atmosphere::after { inset: 17% 5% 17% 58%; border-radius: 18px; transform: none; }

.doc-machine { position: absolute; inset: 4% 0 1%; }

.doc-stack {
  position: absolute;
  left: 3%;
  top: 15%;
  width: 35%;
  height: 67%;
  filter: drop-shadow(0 30px 42px rgba(0,0,0,.42));
}

.doc-sheet {
  position: absolute;
  left: 10%;
  top: 4%;
  width: 76%;
  height: 91%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 7px;
  background: #0c0d13;
}

.doc-sheet--back { opacity: .28; transform: translate(-10%, 7%) rotate(-5deg); }
.doc-sheet--middle { opacity: .48; transform: translate(-4%, 3%) rotate(-2deg); }
.doc-sheet--active {
  z-index: 3;
  overflow: hidden;
  box-shadow: inset 0 0 42px rgba(255,255,255,.018), 0 0 34px color-mix(in srgb, var(--page-accent) 10%, transparent);
  animation: doc-feed 7.2s var(--ease) infinite;
}

.doc-fold {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 18%;
  aspect-ratio: 1;
  border-left: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(135deg, #14151c 50%, transparent 51%);
}

.doc-line,
.doc-field {
  position: absolute;
  left: 12%;
  border-radius: 3px;
}

.doc-line { height: 2px; background: rgba(255,255,255,.25); }
.doc-line--title { top: 13%; width: 48%; height: 4px; background: rgba(255,255,255,.52); }
.doc-line--meta { top: 20%; width: 30%; }
.doc-field { height: 9%; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.018); animation: doc-detect 7.2s ease-in-out infinite; }
.doc-field--a { top: 31%; width: 33%; }
.doc-field--b { left: 50%; top: 31%; width: 37%; animation-delay: .16s; }
.doc-field--c { top: 44%; width: 75%; animation-delay: .32s; }
.doc-field--table {
  top: 58%;
  width: 75%;
  height: 25%;
  background:
    repeating-linear-gradient(0deg, transparent 0 calc(33.33% - 1px), rgba(255,255,255,.11) calc(33.33% - 1px) 33.33%),
    repeating-linear-gradient(90deg, transparent 0 calc(33.33% - 1px), rgba(255,255,255,.09) calc(33.33% - 1px) 33.33%);
  animation-delay: .48s;
}

.doc-scan {
  position: absolute;
  z-index: 5;
  left: 5%;
  top: 9%;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff 24%, var(--page-accent) 72%, transparent);
  box-shadow: 0 0 12px var(--page-accent), 0 0 26px color-mix(in srgb, var(--page-accent) 60%, transparent);
  animation: doc-scan 7.2s var(--ease) infinite;
}

.doc-filetype {
  position: absolute;
  z-index: 6;
  left: 2%;
  bottom: 1%;
  display: grid;
  width: 42px;
  height: 26px;
  place-content: center;
  border: 1px solid color-mix(in srgb, var(--page-accent) 55%, transparent);
  border-radius: 20px;
  color: #c9c6cf;
  background: rgba(9,10,14,.88);
  font-size: 8px;
  letter-spacing: .12em;
}

.doc-gate {
  position: absolute;
  z-index: 5;
  left: 40%;
  top: 13%;
  width: 5%;
  height: 70%;
  border-inline: 1px solid color-mix(in srgb, var(--page-accent) 42%, transparent);
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--page-accent) 9%, transparent), transparent);
  box-shadow: 0 0 28px color-mix(in srgb, var(--page-accent) 18%, transparent);
}

.doc-gate i { position: absolute; inset: 7% 35%; border-radius: 4px; background: linear-gradient(var(--page-accent), var(--page-accent-2)); opacity: .7; }
.doc-gate span { position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px #fff, 0 0 34px var(--page-accent); transform: translate(-50%,-50%); animation: doc-gate-pulse 3.6s ease-in-out infinite; }

.doc-data-route {
  position: absolute;
  left: 45%;
  top: 48%;
  width: 15%;
  height: 1px;
  background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2));
}

.doc-data-route i {
  position: absolute;
  left: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255,255,255,.8);
  background: var(--page-accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--page-accent) 70%, transparent);
  transform: rotate(45deg);
  opacity: 0;
  animation: doc-packet 7.2s var(--ease) infinite;
}

.doc-data-route i:nth-child(2) { animation-delay: .22s; }
.doc-data-route i:nth-child(3) { animation-delay: .44s; }
.doc-data-route i:nth-child(4) { animation-delay: .66s; }

.doc-matrix {
  position: absolute;
  right: 2%;
  top: 20%;
  display: grid;
  width: 37%;
  height: 54%;
  align-content: start;
  padding: 9% 7% 7%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(19,20,27,.95), rgba(8,9,13,.88));
  box-shadow: 0 28px 70px rgba(0,0,0,.34), inset 0 0 40px color-mix(in srgb, var(--page-accent-2) 5%, transparent);
}

.doc-matrix > span { color: #aaa7b1; font-size: 8px; letter-spacing: .2em; }
.doc-matrix > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7%; margin-top: 14%; }
.doc-matrix > div i {
  aspect-ratio: 1.65;
  border: 1px solid color-mix(in srgb, var(--page-accent-2) 46%, transparent);
  border-radius: 3px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--page-accent) 22%, transparent), color-mix(in srgb, var(--page-accent-2) 12%, transparent));
  transform: scaleX(.24);
  transform-origin: left;
  opacity: .32;
  animation: doc-cell 7.2s var(--ease) infinite;
}

.doc-matrix > div i:nth-child(3n+2) { animation-delay: .12s; }
.doc-matrix > div i:nth-child(3n+3) { animation-delay: .24s; }
.doc-matrix > div i:nth-child(n+4) { animation-delay: .36s; }
.doc-matrix > div i:nth-child(n+7) { animation-delay: .52s; }
.doc-matrix > div i:nth-child(n+10) { animation-delay: .68s; }
.doc-matrix > b { position: absolute; right: 7%; bottom: 8%; width: 18px; height: 9px; border-left: 2px solid var(--page-accent); border-bottom: 2px solid var(--page-accent); transform: rotate(-45deg) scale(.5); opacity: 0; animation: doc-confirm 7.2s var(--ease) infinite; }

@keyframes doc-feed { 0%, 9%, 100% { transform: translateY(3%) scale(.985); opacity: .74; } 17%, 88% { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes doc-scan { 0%, 14% { top: 9%; opacity: 0; } 18% { opacity: 1; } 50% { top: 86%; opacity: 1; } 55%, 100% { top: 86%; opacity: 0; } }
@keyframes doc-detect { 0%, 29% { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.018); } 38%, 74% { border-color: color-mix(in srgb, var(--page-accent) 72%, transparent); background: color-mix(in srgb, var(--page-accent) 12%, transparent); box-shadow: 0 0 16px color-mix(in srgb, var(--page-accent) 13%, transparent); } 88%, 100% { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.018); } }
@keyframes doc-gate-pulse { 50% { opacity: .36; transform: translate(-50%,-50%) scale(.62); } }
@keyframes doc-packet { 0%, 45% { left: 0; opacity: 0; } 51% { opacity: 1; } 72% { left: 100%; opacity: 1; } 77%, 100% { left: 100%; opacity: 0; } }
@keyframes doc-cell { 0%, 54% { transform: scaleX(.24); opacity: .32; } 69%, 92% { transform: scaleX(1); opacity: .9; } 100% { transform: scaleX(.24); opacity: .32; } }
@keyframes doc-confirm { 0%, 72% { opacity: 0; transform: rotate(-45deg) scale(.5); } 78%, 92% { opacity: 1; transform: rotate(-45deg) scale(1); } 100% { opacity: 0; transform: rotate(-45deg) scale(.5); } }

/* SmartBot PRO — an incoming message activates context and branches into actions. */
.product-engine--smartbot .engine-atmosphere { background: radial-gradient(circle at 48% 48%, color-mix(in srgb, var(--page-accent-2) 18%, transparent), color-mix(in srgb, var(--page-accent) 7%, transparent) 41%, transparent 67%); }
.product-engine--smartbot .engine-atmosphere::before { inset: 12% 31% 13% 21%; border-radius: 50%; transform: none; }
.product-engine--smartbot .engine-atmosphere::after { inset: 23% 39% 24% 29%; border-radius: 50%; transform: none; }
.bot-scene { position: absolute; inset: 4% 0 1%; }

.bot-message,
.bot-action {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.17);
  background: linear-gradient(145deg, rgba(18,19,26,.96), rgba(8,9,13,.93));
  box-shadow: 0 24px 64px rgba(0,0,0,.32);
}

.bot-message {
  left: 0;
  top: 14%;
  width: 29%;
  height: 21%;
  min-height: 104px;
  border-radius: 24px 24px 24px 6px;
  animation: bot-message-arrive 8s var(--ease) infinite;
}

.bot-message::after { content: ""; position: absolute; left: 13%; bottom: -11px; width: 22px; height: 22px; border-left: 1px solid rgba(255,255,255,.17); background: #0c0d12; clip-path: polygon(0 0, 100% 0, 0 100%); }
.bot-avatar { position: absolute; left: 11%; top: 25%; width: 24px; height: 24px; border: 1px solid color-mix(in srgb, var(--page-accent) 72%, transparent); border-radius: 50%; background: radial-gradient(circle, var(--page-accent) 0 18%, transparent 20%); }
.bot-copy { position: absolute; left: 31%; height: 3px; border-radius: 3px; background: rgba(255,255,255,.34); }
.bot-copy--a { top: 29%; width: 48%; }
.bot-copy--b { top: 44%; width: 34%; opacity: .52; }
.bot-message > small { position: absolute; left: 11%; bottom: 12%; color: #696773; font-size: 7px; letter-spacing: .18em; }
.bot-typing { position: absolute; right: 11%; bottom: 15%; display: flex; gap: 4px; }
.bot-typing i { width: 4px; height: 4px; border-radius: 50%; background: var(--page-accent); animation: bot-typing 1.35s ease-in-out infinite; }
.bot-typing i:nth-child(2) { animation-delay: .16s; }
.bot-typing i:nth-child(3) { animation-delay: .32s; }

.bot-orbit { position: absolute; z-index: 3; left: 30%; top: 24%; width: 35%; aspect-ratio: 1; }
.bot-ring { position: absolute; border: 1px solid color-mix(in srgb, var(--page-accent-2) 40%, transparent); border-radius: 50%; }
.bot-ring--outer { inset: 0; border-style: dashed; animation: bot-orbit 26s linear infinite; }
.bot-ring--inner { inset: 17%; border-color: color-mix(in srgb, var(--page-accent) 46%, transparent); animation: bot-orbit 19s linear infinite reverse; }
.bot-node { position: absolute; z-index: 2; width: 9px; height: 9px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--page-accent); box-shadow: 0 0 15px color-mix(in srgb, var(--page-accent) 68%, transparent); animation: bot-node-wave 4s ease-in-out infinite; }
.bot-node--a { left: 48%; top: -1%; }
.bot-node--b { right: 5%; top: 24%; animation-delay: -.65s; }
.bot-node--c { right: 8%; bottom: 20%; animation-delay: -1.3s; }
.bot-node--d { left: 43%; bottom: -1%; animation-delay: -1.95s; }
.bot-node--e { left: 4%; bottom: 23%; animation-delay: -2.6s; }
.bot-node--f { left: 2%; top: 25%; animation-delay: -3.25s; }

.bot-kernel {
  position: absolute;
  left: 29%;
  top: 31%;
  display: flex;
  width: 42%;
  aspect-ratio: 1.12;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.47);
  border-radius: 44% 44% 44% 17%;
  background: rgba(8,9,13,.88);
  box-shadow: inset 0 0 28px color-mix(in srgb, var(--page-accent-2) 12%, transparent), 0 0 38px color-mix(in srgb, var(--page-accent) 20%, transparent);
  animation: bot-kernel 4s ease-in-out infinite;
}

.bot-kernel::before,
.bot-kernel::after { content: ""; position: absolute; border: 1px solid color-mix(in srgb, var(--page-accent) 36%, transparent); border-radius: inherit; }
.bot-kernel::before { inset: 12%; }
.bot-kernel::after { inset: 24%; border-color: color-mix(in srgb, var(--page-accent-2) 42%, transparent); }
.bot-kernel > i { position: relative; z-index: 2; width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 14px var(--page-accent); }
.bot-kernel > i:nth-child(2) { background: var(--page-accent); }
.bot-kernel > i:nth-child(3) { background: var(--page-accent-2); }
.bot-kernel > span { position: absolute; right: 5%; bottom: -8%; width: 19%; height: 24%; border-right: 1px solid rgba(255,255,255,.47); transform: skewY(-40deg); }

.bot-route { position: absolute; z-index: 2; height: 1px; background: linear-gradient(90deg, color-mix(in srgb, var(--page-accent) 24%, transparent), var(--page-accent), color-mix(in srgb, var(--page-accent-2) 45%, transparent)); transform-origin: left; }
.bot-route::after { content: ""; position: absolute; left: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 13px var(--page-accent); opacity: 0; animation: bot-route-signal 8s var(--ease) infinite; }
.bot-route--incoming { left: 24%; top: 33%; width: 17%; transform: rotate(17deg); }
.bot-route--reply { left: 56%; top: 36%; width: 18%; transform: rotate(-24deg); }
.bot-route--lead { left: 60%; top: 48%; width: 13%; transform: rotate(0deg); }
.bot-route--handoff { left: 56%; top: 60%; width: 18%; transform: rotate(26deg); }
.bot-route--reply::after { animation-delay: .8s; }
.bot-route--lead::after { animation-delay: 1.6s; }
.bot-route--handoff::after { animation-delay: 2.4s; }

.bot-action {
  right: 1%;
  display: grid;
  width: 29%;
  min-height: 88px;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border-radius: 20px 8px 20px 20px;
  animation: bot-action 8s ease-in-out infinite;
}
.bot-action--reply { top: 5%; }
.bot-action--lead { top: 37%; animation-delay: .65s; }
.bot-action--handoff { top: 69%; animation-delay: 1.3s; }
.bot-action-symbol { position: relative; display: block; width: 42px; height: 42px; border: 1px solid color-mix(in srgb, var(--page-accent) 42%, transparent); border-radius: 13px; background: color-mix(in srgb, var(--page-accent) 6%, transparent); }
.bot-action-symbol::before,
.bot-action-symbol::after { content: ""; position: absolute; }
.reply-symbol::before { inset: 10px 8px 13px; border: 1px solid rgba(255,255,255,.68); border-radius: 7px 7px 7px 2px; }
.reply-symbol::after { right: 7px; bottom: 7px; width: 8px; height: 8px; border-right: 1px solid var(--page-accent); border-bottom: 1px solid var(--page-accent); transform: rotate(-45deg); }
.lead-symbol::before { inset: 9px 11px 8px; border: 1px solid rgba(255,255,255,.68); border-radius: 3px; }
.lead-symbol::after { left: 16px; top: 6px; width: 10px; height: 5px; border: 1px solid var(--page-accent); border-radius: 4px; background: #101117; }
.handoff-symbol::before { left: 15px; top: 8px; width: 11px; height: 11px; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; }
.handoff-symbol::after { left: 10px; bottom: 7px; width: 20px; height: 11px; border: 1px solid var(--page-accent); border-radius: 12px 12px 5px 5px; }
.bot-action > div { display: grid; gap: 4px; }
.bot-action small { color: var(--page-accent); font-size: 8px; }
.bot-action strong { font-size: 13px; font-weight: 500; }
.bot-action div > i { display: block; width: 70%; height: 2px; background: rgba(255,255,255,.15); }
.bot-action--handoff > b { position: absolute; left: -14px; width: 18px; height: 7px; border: 1px solid color-mix(in srgb, var(--page-accent-2) 50%, transparent); background: #0c0d12; opacity: 0; animation: bot-handoff 8s var(--ease) infinite; }
.bot-action--handoff > b:nth-of-type(1) { top: 34%; }
.bot-action--handoff > b:nth-of-type(2) { top: 52%; animation-delay: .18s; }

@keyframes bot-message-arrive { 0%, 7%, 100% { opacity: .45; transform: translateX(-6%) scale(.98); } 14%, 88% { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes bot-typing { 0%, 60%, 100% { opacity: .25; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
@keyframes bot-orbit { to { transform: rotate(1turn); } }
@keyframes bot-node-wave { 50% { opacity: .38; transform: scale(.66); } }
@keyframes bot-kernel { 50% { transform: scale(.96); box-shadow: inset 0 0 34px color-mix(in srgb, var(--page-accent-2) 18%, transparent), 0 0 48px color-mix(in srgb, var(--page-accent) 26%, transparent); } }
@keyframes bot-route-signal { 0%, 24% { left: 0; opacity: 0; } 31% { opacity: 1; } 57% { left: 100%; opacity: 1; } 63%, 100% { left: 100%; opacity: 0; } }
@keyframes bot-action { 0%, 36%, 100% { border-color: rgba(255,255,255,.17); transform: translateX(2%); } 45%, 70% { border-color: color-mix(in srgb, var(--page-accent) 54%, transparent); transform: translateX(0); } }
@keyframes bot-handoff { 0%, 42% { left: -14px; opacity: 0; } 48% { opacity: 1; } 66% { left: 18px; opacity: 1; } 72%, 100% { left: 18px; opacity: 0; } }

/* SmartBox — a physical topology sends sensor events into a local control hub. */
.product-engine--smartbox .engine-atmosphere { border-radius: 24px; background: radial-gradient(circle at 43% 52%, color-mix(in srgb, var(--page-accent) 17%, transparent), transparent 48%); }
.product-engine--smartbox .engine-atmosphere::before { inset: 8% 25% 8% 2%; border-radius: 8px; transform: perspective(700px) rotateX(56deg) rotateZ(-7deg); }
.product-engine--smartbox .engine-atmosphere::after { inset: 20% 9% 20% 68%; border-radius: 16px; transform: none; }
.box-scene { position: absolute; inset: 4% 0 1%; }
.facility-grid { position: absolute; left: 1%; top: 8%; width: 69%; height: 77%; border: 1px solid color-mix(in srgb, var(--page-accent) 20%, transparent); border-radius: 10px; background: linear-gradient(color-mix(in srgb, var(--page-accent) 7%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--page-accent) 7%, transparent) 1px, transparent 1px); background-size: 34px 34px; transform: perspective(700px) rotateX(54deg) rotateZ(-6deg); box-shadow: 0 0 54px color-mix(in srgb, var(--page-accent) 9%, transparent); }
.facility-zone { position: absolute; border: 1px solid color-mix(in srgb, var(--page-accent-2) 28%, transparent); background: color-mix(in srgb, var(--page-accent-2) 4%, transparent); clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%); }
.facility-zone--a { left: 7%; top: 18%; width: 26%; height: 23%; }
.facility-zone--b { left: 11%; bottom: 15%; width: 22%; height: 25%; border-color: color-mix(in srgb, var(--page-accent) 30%, transparent); }

.sensor-node {
  position: absolute;
  z-index: 5;
  display: grid;
  width: 58px;
  height: 58px;
  place-content: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  background: rgba(10,11,16,.94);
  box-shadow: 0 14px 34px rgba(0,0,0,.34);
}
.sensor-node i { position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; border: 1px solid var(--page-accent); border-radius: 50%; transform: translate(-50%,-50%); }
.sensor-node i::after { content: ""; position: absolute; inset: -10px; border: 1.5px solid color-mix(in srgb, var(--page-accent) 55%, transparent); border-radius: 50%; box-shadow: 0 0 18px color-mix(in srgb, var(--page-accent) 28%, transparent); animation: sensor-event 4.4s ease-out infinite; }
.sensor-node b { position: absolute; left: 50%; bottom: 5px; color: #77747f; font-size: 6px; font-weight: 500; letter-spacing: .08em; transform: translateX(-50%); }
.sensor-node--a { left: 4%; top: 12%; }
.sensor-node--b { left: 5%; bottom: 11%; }
.sensor-node--c { left: 52%; top: 8%; }
.sensor-node--d { left: 55%; bottom: 9%; }
.sensor-node--b i::after { animation-delay: -1.4s; }
.sensor-node--c i::after { animation-delay: -2.8s; }
.sensor-node--d i::after { animation-delay: -4.2s; }

.box-link { position: absolute; z-index: 2; left: 42%; top: 49%; height: 1px; background: linear-gradient(90deg, var(--page-accent), color-mix(in srgb, var(--page-accent-2) 32%, transparent)); transform-origin: left; }
.box-link::after { content: ""; position: absolute; left: 0; top: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 6px #fff, 0 0 24px var(--page-accent); opacity: 0; animation: box-signal 4.4s var(--ease) infinite; }
.box-link--a { width: 35%; transform: rotate(-150deg); }
.box-link--b { width: 34%; transform: rotate(151deg); }
.box-link--c { width: 25%; transform: rotate(-55deg); }
.box-link--d { width: 25%; transform: rotate(51deg); }
.box-link--out { z-index: 3; width: 38%; transform: rotate(-3deg); }
.box-link--b::after { animation-delay: -1.4s; }
.box-link--c::after { animation-delay: -2.8s; }
.box-link--d::after { animation-delay: -4.2s; }
.box-link--out::after { animation-delay: -.75s; }

.control-hub {
  position: absolute;
  z-index: 6;
  left: 32%;
  top: 36%;
  width: 21%;
  height: 25%;
  min-width: 128px;
  min-height: 108px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 22px;
  background: linear-gradient(145deg, #15161e, #090a0f 68%);
  box-shadow: 0 25px 60px rgba(0,0,0,.44), inset 0 0 28px color-mix(in srgb, var(--page-accent) 6%, transparent), 0 0 42px color-mix(in srgb, var(--page-accent) 16%, transparent);
}
.hub-screen { position: absolute; left: 12%; right: 12%; top: 15%; height: 48%; display: flex; align-items: end; justify-content: space-around; gap: 5px; padding: 8px; border: 1px solid color-mix(in srgb, var(--page-accent) 28%, transparent); border-radius: 8px; background: rgba(4,5,8,.72); }
.hub-screen i { width: 12%; height: 34%; border-radius: 4px 4px 1px 1px; background: linear-gradient(var(--page-accent-2), var(--page-accent)); transform-origin: bottom; animation: hub-meter 2.8s ease-in-out infinite; }
.hub-screen i:nth-child(2) { height: 72%; animation-delay: -.6s; }
.hub-screen i:nth-child(3) { height: 48%; animation-delay: -1.2s; }
.hub-screen i:nth-child(4) { height: 86%; animation-delay: -1.8s; }
.hub-light { position: absolute; bottom: 15%; width: 7px; height: 7px; border-radius: 50%; }
.hub-light--a { left: 15%; background: var(--page-accent); box-shadow: 0 0 10px var(--page-accent); }
.hub-light--b { left: 27%; background: #fff; opacity: .42; }
.hub-port { position: absolute; right: 13%; bottom: 13%; width: 31%; height: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; }
.hub-wave { position: absolute; z-index: 4; left: 42.5%; top: 49%; width: 20%; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--page-accent) 36%, transparent); border-radius: 50%; transform: translate(-50%,-50%) scale(.28); opacity: 0; animation: hub-wave 5.6s ease-out infinite; }
.hub-wave--b { animation-delay: -2.8s; }

.status-console { position: absolute; z-index: 5; right: 0; top: 28%; width: 27%; height: 36%; min-height: 154px; padding: 12% 8% 8%; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: linear-gradient(145deg, rgba(18,19,26,.96), rgba(8,9,13,.93)); box-shadow: 0 24px 64px rgba(0,0,0,.32); }
.status-console > span { color: #85828d; font-size: 7px; letter-spacing: .17em; }
.status-console > i { display: block; width: 82%; height: 3px; margin-top: 13%; border-radius: 3px; background: rgba(255,255,255,.16); overflow: hidden; }
.status-console > i::after { content: ""; display: block; width: 72%; height: 100%; background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2)); transform-origin: left; animation: console-line 5.6s var(--ease) infinite; }
.status-console > i:nth-of-type(2)::after { width: 48%; animation-delay: -.9s; }
.status-console > i:nth-of-type(3)::after { width: 88%; animation-delay: -1.8s; }
.status-console > b { position: absolute; right: 9%; top: 11%; width: 7px; height: 7px; border-radius: 50%; background: var(--page-accent); box-shadow: 0 0 12px var(--page-accent); animation: status-live 2.8s ease-in-out infinite; }

.product-engine--smartbox.is-running .facility-grid { animation: smartbox-field-live 6.8s ease-in-out infinite; }
@keyframes smartbox-field-live { 0%, 100% { background-position: 0 0, 0 0; filter: brightness(.92); } 50% { background-position: 17px 10px, -13px 15px; filter: brightness(1.18); } }
@keyframes sensor-event { 0%, 12%, 100% { opacity: 0; transform: scale(.38); } 20% { opacity: 1; } 66% { opacity: .22; transform: scale(2.45); } 76% { opacity: 0; transform: scale(2.7); } }
@keyframes box-signal { 0%, 10%, 100% { left: 0; opacity: 0; } 18% { opacity: 1; } 72% { left: 100%; opacity: 1; } 82% { left: 100%; opacity: 0; } }
@keyframes hub-meter { 50% { transform: scaleY(.45); opacity: .56; } }
@keyframes hub-wave { 0%, 31% { opacity: 0; transform: translate(-50%,-50%) scale(.28); } 42% { opacity: .62; } 75%, 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.2); } }
@keyframes console-line { 0%, 34% { transform: scaleX(.12); opacity: .25; } 52%, 88% { transform: scaleX(1); opacity: 1; } 100% { transform: scaleX(.12); opacity: .25; } }
@keyframes status-live { 50% { opacity: .38; transform: scale(.72); } }

/* Services — four engineering disciplines lock into one project contour. */
.product-engine--services .engine-atmosphere { border-radius: 28px; background: radial-gradient(circle at 50% 49%, color-mix(in srgb, var(--page-accent-2) 16%, transparent), color-mix(in srgb, var(--page-accent) 5%, transparent) 42%, transparent 68%); }
.product-engine--services .engine-atmosphere::before { inset: 10%; border-radius: 20px; transform: none; }
.product-engine--services .engine-atmosphere::after { inset: 26% 31%; border-radius: 12px; transform: rotate(45deg); }
.service-scene { position: absolute; inset: 4% 0 1%; }
.service-unit { position: absolute; z-index: 5; display: grid; width: 27%; min-height: 104px; grid-template-columns: 54px 1fr; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: linear-gradient(145deg, rgba(18,19,26,.95), rgba(8,9,13,.93)); box-shadow: 0 22px 58px rgba(0,0,0,.3); animation: service-unit 7.6s var(--ease) infinite; }
.service-unit--software { left: 0; top: 7%; }
.service-unit--device { left: 2%; bottom: 8%; animation-delay: -.7s; }
.service-unit--infra { right: 0; top: 7%; animation-delay: -1.4s; }
.service-unit--reliability { right: 2%; bottom: 8%; animation-delay: -2.1s; }
.service-unit small { color: #8b8892; font-size: 7px; line-height: 1.35; letter-spacing: .13em; }
.service-glyph { position: relative; display: block; width: 50px; height: 50px; border: 1px solid color-mix(in srgb, var(--page-accent) 40%, transparent); border-radius: 14px; background: color-mix(in srgb, var(--page-accent) 5%, transparent); }
.service-glyph i { position: absolute; display: block; }
.service-glyph--software i { top: 18px; width: 13px; height: 13px; border-top: 1px solid rgba(255,255,255,.72); border-left: 1px solid rgba(255,255,255,.72); }
.service-glyph--software i:first-child { left: 11px; transform: rotate(-45deg); }
.service-glyph--software i:last-child { right: 11px; transform: rotate(135deg); }
.service-glyph--device::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 4px; }
.service-glyph--device i { width: 5px; height: 5px; border-radius: 1px; background: var(--page-accent); }
.service-glyph--device i:nth-child(1) { left: 8px; top: 13px; }
.service-glyph--device i:nth-child(2) { right: 8px; top: 13px; }
.service-glyph--device i:nth-child(3) { left: 8px; bottom: 13px; }
.service-glyph--device i:nth-child(4) { right: 8px; bottom: 13px; }
.service-glyph--infra i { bottom: 13px; width: 10px; border: 1px solid rgba(255,255,255,.62); border-radius: 10px 10px 4px 4px; background: #101117; }
.service-glyph--infra i:nth-child(1) { left: 10px; height: 15px; }
.service-glyph--infra i:nth-child(2) { left: 20px; height: 24px; border-color: var(--page-accent); }
.service-glyph--infra i:nth-child(3) { right: 9px; height: 19px; }
.service-glyph--reliability::before { content: ""; position: absolute; left: 13px; top: 9px; width: 24px; height: 29px; border: 1px solid rgba(255,255,255,.68); background: color-mix(in srgb, var(--page-accent) 7%, transparent); clip-path: polygon(50% 0, 100% 17%, 90% 76%, 50% 100%, 10% 76%, 0 17%); }
.service-glyph--reliability i { left: 21px; top: 18px; width: 9px; height: 6px; border-left: 1px solid var(--page-accent); border-bottom: 1px solid var(--page-accent); transform: rotate(-45deg); }

.service-assembly { position: absolute; z-index: 6; left: 38%; top: 31%; display: grid; width: 24%; aspect-ratio: 1; grid-template-columns: repeat(2, 1fr); gap: 7%; padding: 7%; border: 1px solid rgba(255,255,255,.22); border-radius: 28%; background: rgba(8,9,13,.86); box-shadow: 0 0 54px color-mix(in srgb, var(--page-accent) 20%, transparent), inset 0 0 34px color-mix(in srgb, var(--page-accent-2) 9%, transparent); transform: rotate(45deg); }
.service-assembly > i { border: 1px solid color-mix(in srgb, var(--page-accent) 58%, transparent); border-radius: 4px; background: color-mix(in srgb, var(--page-accent) 7%, transparent); animation: service-lock 7.6s var(--ease) infinite; }
.service-assembly > i:nth-child(2) { border-color: color-mix(in srgb, var(--page-accent-2) 62%, transparent); animation-delay: -.35s; }
.service-assembly > i:nth-child(3) { border-color: color-mix(in srgb, var(--page-accent-2) 42%, transparent); animation-delay: -.7s; }
.service-assembly > i:nth-child(4) { animation-delay: -1.05s; }
.service-assembly > span { position: absolute; left: 50%; top: 50%; width: 13%; aspect-ratio: 1; border-radius: 50%; background: #fff; box-shadow: 0 0 14px #fff, 0 0 34px var(--page-accent); transform: translate(-50%,-50%); animation: service-core-pulse 3.8s ease-in-out infinite; }
.service-link { position: absolute; z-index: 3; left: 50%; top: 49%; width: 28%; height: 1px; background: linear-gradient(90deg, var(--page-accent), color-mix(in srgb, var(--page-accent-2) 35%, transparent)); transform-origin: left; }
.service-link::after { content: ""; position: absolute; left: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 13px var(--page-accent); opacity: 0; animation: service-signal 7.6s var(--ease) infinite; }
.service-link--a { transform: rotate(-150deg); }
.service-link--b { transform: rotate(150deg); }
.service-link--c { transform: rotate(-30deg); }
.service-link--d { transform: rotate(30deg); }
.service-link--b::after { animation-delay: -.5s; }
.service-link--c::after { animation-delay: -1s; }
.service-link--d::after { animation-delay: -1.5s; }

@keyframes service-unit { 0%, 30%, 100% { border-color: rgba(255,255,255,.17); transform: scale(.98); } 42%, 78% { border-color: color-mix(in srgb, var(--page-accent) 48%, transparent); transform: scale(1); } }
@keyframes service-lock { 0%, 29%, 100% { opacity: .35; transform: scale(.78); } 42%, 84% { opacity: 1; transform: scale(1); } }
@keyframes service-core-pulse { 50% { opacity: .42; transform: translate(-50%,-50%) scale(.64); } }
@keyframes service-signal { 0%, 24% { left: 0; opacity: 0; } 33% { opacity: 1; } 60% { left: 100%; opacity: 1; } 68%, 100% { left: 100%; opacity: 0; } }

.inner-value-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.inner-value-rail article {
  display: grid;
  min-height: 142px;
  grid-template-columns: 40px 1fr;
  align-content: center;
  gap: 8px 16px;
  padding: 24px 30px;
  border-left: 1px solid var(--line);
}

.inner-value-rail article:first-child { border-left: 0; }
.inner-value-rail small { grid-row: 1 / 3; color: var(--page-accent); }
.inner-value-rail strong { font-size: 18px; font-weight: 500; }
.inner-value-rail span { color: #77757f; font-size: 12px; }

.inner-section { position: relative; padding: clamp(92px, 9vw, 150px) 0; }
.inner-section-light { color: var(--text-dark); background: var(--paper); }
.inner-section-dark { color: var(--text); background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }

.inner-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr);
  align-items: end;
  gap: clamp(50px, 8vw, 140px);
}

.inner-kicker {
  margin: 0 0 24px;
  color: var(--muted-dark);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.inner-section-dark .inner-kicker { color: #85838d; }
.inner-heading h2 { max-width: 960px; margin: 0; font-size: clamp(44px, 4.2vw, 78px); font-weight: 300; letter-spacing: -.045em; line-height: .98; }
.inner-heading > p { margin: 0; color: var(--muted-dark); font-size: 17px; line-height: 1.55; }
.inner-section-dark .inner-heading > p { color: #95939c; }

.problem-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 8vw, 140px);
  margin-top: clamp(58px, 7vw, 105px);
}

.problem-statement {
  padding: 36px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-scene);
  background: rgba(255,255,255,.28);
}

.problem-statement span { color: var(--muted-dark); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.problem-statement h3 { margin: 30px 0 0; font-size: clamp(30px, 3vw, 52px); font-weight: 300; letter-spacing: -.035em; line-height: 1.05; }
.problem-statement p { margin: 28px 0 0; color: var(--muted-dark); font-size: 15px; line-height: 1.65; }

.pain-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.pain-list li { display: grid; min-height: 126px; grid-template-columns: 52px 1fr; align-content: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.pain-list small { color: var(--page-accent-text); }
.pain-list strong { font-size: 21px; font-weight: 500; }
.pain-list p { grid-column: 2; margin: 3px 0 0; color: var(--muted-dark); font-size: 13px; }

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(58px, 7vw, 105px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-scene);
  background: var(--line);
}

.capability-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  overflow: hidden;
  background: #0d0e14;
}

.capability-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2));
}

.capability-card small { color: #85838d; }
.capability-card h3 { max-width: 280px; margin: 54px 0 0; font-size: 24px; font-weight: 500; letter-spacing: -.02em; }
.capability-card p { margin: 18px 0 0; color: #8f8d96; font-size: 13px; line-height: 1.55; }

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.fit-grid article { min-height: 190px; padding: 26px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.fit-grid small { color: var(--page-accent-text); }
.fit-grid h3 { margin: 36px 0 0; font-size: 19px; font-weight: 500; }
.fit-grid p { margin: 11px 0 0; color: var(--muted-dark); font-size: 12px; line-height: 1.5; }

.architecture-board {
  margin-top: clamp(60px, 7vw, 105px);
  padding: clamp(34px, 4.5vw, 76px);
  border: 1px solid var(--line);
  border-radius: var(--radius-scene);
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--page-accent) 11%, transparent), transparent 36%),
    #0b0c11;
}

.architecture-board > span { color: #77757f; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.architecture-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; margin-top: 54px; }
.architecture-flow article { position: relative; display: grid; min-height: 160px; align-content: center; padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: rgba(8,9,13,.72); }
.architecture-flow article:not(:last-child)::after { content: "→"; position: absolute; right: -24px; top: 50%; color: var(--page-accent); transform: translateY(-50%); }
.architecture-flow small { color: var(--page-accent); }
.architecture-flow strong { margin-top: 22px; font-size: 16px; font-weight: 500; }
.architecture-flow span { margin-top: 7px; color: #77757f; font-size: 10px; }

.integration-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.integration-row span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: #aaa8b1; font-size: 11px; }

.implementation-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 70px;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.implementation-timeline li { position: relative; min-height: 210px; padding: 34px 24px 24px 0; border-right: 1px solid var(--line-dark); }
.implementation-timeline li:last-child { border-right: 0; }
.implementation-timeline li::before { content: ""; position: absolute; left: 0; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--page-accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--page-accent) 12%, transparent); }
.implementation-timeline small { color: var(--muted-dark); }
.implementation-timeline strong { display: block; margin-top: 38px; font-size: 18px; font-weight: 500; }
.implementation-timeline p { margin: 11px 0 0; color: var(--muted-dark); font-size: 12px; line-height: 1.5; }

.case-feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1px;
  margin-top: clamp(60px, 7vw, 105px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-scene);
  background: var(--line);
}

.case-copy { padding: clamp(34px, 5vw, 78px); background: #0d0e14; }
.case-copy > span { color: #85838d; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.case-copy h3 { max-width: 680px; margin: 34px 0 0; font-size: clamp(34px, 3.3vw, 58px); font-weight: 300; letter-spacing: -.04em; line-height: 1.02; }
.case-copy p { max-width: 630px; margin: 26px 0 0; color: #98969f; font-size: 15px; line-height: 1.6; }
.case-copy ul { display: grid; gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; }
.case-copy li { display: grid; grid-template-columns: 18px 1fr; color: #cbc8d0; font-size: 13px; }
.case-copy li::before { content: "↳"; color: var(--page-accent); }
.case-copy .button { margin-top: 40px; }

.case-visual {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--page-accent) 14%, transparent), transparent 55%),
    #090a0f;
}

.case-visual::before,
.case-visual::after { content: ""; position: absolute; border: 1px solid color-mix(in srgb, var(--page-accent) 55%, transparent); transform: rotate(45deg); }
.case-visual::before { width: 340px; height: 340px; left: 16%; top: 18%; box-shadow: 0 0 0 45px color-mix(in srgb, var(--page-accent) 7%, transparent), 0 0 0 90px color-mix(in srgb, var(--page-accent-2) 5%, transparent); }
.case-visual::after { width: 96px; height: 96px; left: 42%; top: 42%; background: linear-gradient(135deg, var(--page-accent), var(--page-accent-2)); box-shadow: 0 0 42px color-mix(in srgb, var(--page-accent) 38%, transparent); }
.case-visual > span { position: absolute; z-index: 2; left: 34px; bottom: 30px; color: #77757f; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.cost-faq {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(40px, 7vw, 100px);
  margin-top: clamp(60px, 7vw, 105px);
}

.cost-card { position: sticky; top: 116px; align-self: start; padding: 38px; color: var(--text-dark); border-radius: var(--radius-scene); background: var(--paper); }
.cost-card > span { color: var(--muted-dark); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.cost-card h3 { margin: 34px 0 0; font-size: clamp(32px, 3vw, 50px); font-weight: 300; letter-spacing: -.035em; line-height: 1.04; }
.cost-card p { margin: 22px 0 0; color: var(--muted-dark); font-size: 14px; line-height: 1.6; }
.cost-factors { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line-dark); }
.cost-factors li { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); font-size: 12px; list-style: none; }
.cost-factors small { color: var(--muted-dark); }
.cost-card .button { width: 100%; margin-top: 30px; }

.inner-contact { padding-top: clamp(90px, 9vw, 150px); }
.inner-contact .contact-heading h2 { max-width: 1180px; }
.inner-contact .site-footer { margin-top: 100px; }

.services-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: clamp(60px, 7vw, 105px);
}

.service-group {
  position: relative;
  min-height: 410px;
  padding: clamp(30px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-scene);
  background: #0d0e14;
}

.service-group::after { content: ""; position: absolute; width: 230px; height: 230px; right: -90px; top: -90px; border: 1px solid color-mix(in srgb, var(--page-accent) 48%, transparent); transform: rotate(45deg); }
.service-group small { color: var(--page-accent); }
.service-group h3 { max-width: 520px; margin: 48px 0 0; font-size: clamp(30px, 3vw, 48px); font-weight: 300; letter-spacing: -.035em; line-height: 1.04; }
.service-group p { max-width: 560px; margin: 22px 0 0; color: #94929c; font-size: 14px; line-height: 1.6; }
.service-group ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 0; padding: 0; list-style: none; }
.service-group li { padding: 9px 12px; color: #bbb8c1; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; }

.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.scenario-grid article { min-height: 270px; padding: 30px; border: 1px solid var(--line-dark); border-radius: var(--radius-scene); background: rgba(255,255,255,.25); }
.scenario-grid small { color: var(--page-accent-text); }
.scenario-grid h3 { margin: 55px 0 0; font-size: 23px; font-weight: 500; }
.scenario-grid p { margin: 16px 0 0; color: var(--muted-dark); font-size: 13px; line-height: 1.55; }
.inner-section-dark .scenario-grid article { color: var(--text); border-color: var(--line); background: #0d0e14; }
.inner-section-dark .scenario-grid small { color: #f06aa8; }
.inner-section-dark .scenario-grid p,
.inner-section-dark .implementation-timeline p,
.inner-section-dark .implementation-timeline small { color: #aaa8b2; }

@media (max-width: 1500px) and (min-width: 1151px) {
  :root { --header-height: 100px; --gutter: clamp(34px, 4.1vw, 62px); }
  .site-header { grid-template-columns: 188px 1fr max-content; }
  .brand { --brand-scale: .837; width: 176px; height: 92px; }
  .desktop-nav { gap: 32px; margin-right: 22px; font-size: 13px; }
  .header-cta { min-height: 54px; padding-inline: 22px; }
}

@media (max-width: 1280px) {
  :root { --header-height: 96px; --gutter: clamp(24px, 3.5vw, 50px); }
  .site-header { grid-template-columns: 170px 1fr max-content; gap: 15px; }
  .brand { --brand-scale: .76; width: 160px; height: 88px; }
  .desktop-nav { gap: 24px; margin-right: 12px; font-size: 13px; }
  .header-cta { min-height: 50px; padding-inline: 16px; gap: 12px; font-size: 13px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(450px, .9fr); }
  .portal-stage { height: 600px; }
  .hero h1 { font-size: clamp(50px, 4.7vw, 64px); }
  .portal-card { width: 270px; }
  .hero-directions { grid-template-columns: 1fr 1fr 1.2fr; }
  .hero-directions a { min-height: 154px; padding-inline: 22px; }
  .solution-card { grid-template-columns: .95fr 1.05fr; }
}

@media (min-width: 1151px) and (max-height: 900px) {
  .hero { padding-top: calc(var(--header-height) + 16px); }
  .hero-grid { min-height: clamp(470px, calc(100svh - var(--header-height) - 158px), 590px); }
  .hero-copy { padding-bottom: 10px; }
  .hero h1 { font-size: clamp(48px, 3.6vw, 64px); }
  .hero-thesis { margin-top: 22px; font-size: clamp(24px, 1.8vw, 30px); }
  .hero-rule,
  .hero-support::before { margin-top: clamp(34px, 5vh, 54px); }
  .hero-lead { margin-top: 22px; }
  .hero-actions { margin-top: 25px; }
  .portal-stage { height: clamp(470px, calc(100svh - var(--header-height) - 158px), 590px); }
  .hero-directions { padding-top: 0; }
  .directions-label { top: 8px; }
  .hero-directions a { min-height: 106px; grid-template-rows: auto 24px; gap: 7px 10px; padding-top: 28px; padding-bottom: 8px; }
}

@media (max-width: 1320px) and (min-width: 1151px) {
  .system-map-canvas { min-height: auto; padding-top: 26px; }
  .system-routes { display: none; }
  .system-core { position: relative; left: auto; top: auto; width: 126px; height: 126px; margin: 28px auto 70px; transform: none; }
  .system-branches { min-height: 0; padding: 0 24px 24px; }
  .system-branches::before { content: ""; position: absolute; left: 29px; top: 0; bottom: 34px; width: 1px; background: linear-gradient(var(--coral), var(--pink), var(--violet)); opacity: .52; }
  .system-branch { grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr); }
}

@media (max-width: 1150px) {
  :root { --header-height: 82px; --gutter: 28px; }
  .site-header { grid-template-columns: 140px 1fr max-content; }
  .brand { --brand-scale: .644; width: 136px; height: 74px; }
  .site-header.is-compact .brand { --brand-scale: .644; }
  .prototype-pill { justify-self: start; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; width: 48px; height: 48px; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; background: #fff; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    min-height: 0;
    padding: 24px var(--gutter) 50px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(8,9,13,.98);
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu:not([hidden]) { display: block; }
  .mobile-menu nav { display: grid; width: min(100%, var(--container)); margin-inline: auto; gap: 0; }
  .mobile-menu nav > a, .mobile-menu summary { padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 20px; list-style: none; }
  .mobile-menu summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
  .mobile-menu summary::after { content: "+"; color: var(--coral); font-size: 22px; font-weight: 300; line-height: 1; }
  .mobile-menu details[open] > summary::after { content: "−"; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu details > a { display: flex; justify-content: space-between; padding: 13px 0 13px 18px; color: #ccc9d0; }
  .mobile-menu details > a span { color: #696872; font-size: 11px; }
  .mobile-menu a[aria-current="page"] { display: flex; align-items: center; color: #fff; }
  .mobile-menu a[aria-current="page"]::before { content: ""; width: 6px; height: 6px; margin-right: 10px; flex: none; border-radius: 50%; background: var(--gradient); box-shadow: 0 0 12px rgba(223,69,173,.7); }
  .mobile-menu .button { width: 100%; margin-top: 24px; border: 0; }
  .hero { padding-top: calc(var(--header-height) + 54px); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; padding: 32px 0 0; }
  .hero h1 { font-size: clamp(48px, 7vw, 64px); }
  .portal-stage { width: min(760px, 100%); height: 560px; margin: -12px auto 0; }
  .hero-directions { grid-template-columns: 1fr 1fr 1.2fr; margin-top: -25px; }
  .hero-directions a:first-of-type { border-left: 0; }
  .heading-grid { grid-template-columns: 1fr; align-items: start; }
  .section-heading h2 { max-width: 900px; }
  .section-heading .heading-grid > p { max-width: 720px; }
  .outcome-board, .problem-grid { grid-template-columns: 1fr; }
  .outcome-card, .problem-card { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .problem-card { min-height: 390px; }
  .problem-card:not(:last-child) { border-bottom-color: var(--line); }
  .system-map-canvas { min-height: auto; padding-top: 26px; }
  .system-routes { display: none; }
  .system-core { position: relative; left: auto; top: auto; width: 126px; height: 126px; margin: 28px auto 70px; transform: none; }
  .system-branches { min-height: 0; padding: 0 24px 24px; }
  .system-branches::before { content: ""; position: absolute; left: 29px; top: 0; bottom: 34px; width: 1px; background: linear-gradient(var(--coral), var(--pink), var(--violet)); opacity: .52; }
  .system-branch { grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr); }
  .services-rail { grid-template-columns: 1fr auto 18px; }
  .solution-showcase { grid-template-columns: 1fr; }
  .solution-tabs { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-tabs button { min-height: 118px; border-right: 1px solid var(--line); border-bottom: 0; }
  .solution-tabs button:last-child { border-right: 0; }
  .solution-showcase .solution-card {
    grid-template-columns: 1fr;
    grid-template-areas: "meta" "title" "flow" "list" "actions";
    min-height: 0;
  }
  .solution-meta, .solution-actions { grid-column: 1; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list::before { display: none; }
  .process-list li { min-height: 250px; border-bottom: 1px solid var(--line-dark); }
  .process-list span { margin-bottom: 58px; }
  .trust-layout, .estimator-shell, .contact-layout { grid-template-columns: 1fr; }
  .projects-head { grid-template-columns: 1fr; align-items: start; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .project-card-featured { grid-column: 1 / -1; grid-row: auto; }
  .acceptance-register { grid-template-columns: 1fr; }
  .trust-feature { min-height: 520px; }
  .estimate-result { position: relative; top: auto; min-height: 560px; }
  .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .faq-aside { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
  .faq-aside h3 { margin-bottom: 0; }
  .site-footer { grid-template-columns: repeat(3, 1fr); }
  .footer-brand, .footer-meta { grid-column: span 3; }
}

@media (max-width: 680px) {
  :root { --gutter: 18px; --header-height: 72px; --radius: 14px; }
  .site-header { grid-template-columns: 112px 1fr 44px; gap: 10px; }
  .brand { --brand-scale: .519; width: 110px; height: 65px; }
  .site-header.is-compact .brand { --brand-scale: .519; height: 64px; }
  .prototype-pill { padding: 5px 8px; font-size: 8px; }
  .menu-toggle { width: 48px; height: 48px; border-radius: 12px; }
  .section-progress { display: none; }
  .eyebrow { margin-bottom: 15px; font-size: 8px; }
  .hero { min-height: 100svh; padding-top: calc(var(--header-height) + 18px); }
  .hero::before {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .034) 1px, transparent 1px);
    background-size: 64px 64px;
  }
  .hero-grid { display: flex; min-height: 0; flex-direction: column; align-items: stretch; gap: 0; }
  .hero-copy { display: contents; padding: 0; }
  .hero-intro { z-index: 4; order: 1; padding-top: 10px; }
  .portal-stage { order: 2; }
  .hero-support { z-index: 4; order: 3; }
  .hero h1 { max-width: 350px; font-size: clamp(36px, 10.4vw, 42px); line-height: .94; letter-spacing: -.047em; }
  .hero-title-desktop { display: none; }
  .hero-title-mobile { display: block; }
  .hero-thesis { max-width: 360px; margin-top: 22px; font-size: clamp(23px, 6.4vw, 27px); line-height: 1.3; text-wrap: pretty; }
  .hero-rule { display: none; }
  .hero-lead { max-width: 350px; margin-top: 16px; font-size: 14px; line-height: 1.42; }
  .hero-lead br { display: none; }
  .hero-actions { display: grid; gap: 10px; margin-top: 20px; }
  .hero-actions .button:first-child, .hero-actions .button:last-child { width: 100%; min-width: 0; }
  .button { min-height: 52px; width: 100%; padding-inline: 18px; font-size: 15px; }
  .portal-stage { display: block; width: 100%; height: 286px; min-height: 0; margin: 5px 0 0; padding: 0; }
  .portal-glow { width: 280px; height: 224px; left: -12px; top: 28px; filter: blur(20px); }
  .portal-svg, .portal-links-svg { width: 348px; height: 328px; max-width: none; left: calc(29% - 168.66px); top: -19px; }
  .portal-signals i { left: 29%; top: 50%; }
  .portal-signals i:nth-child(1) { --signal-x: 147px !important; --signal-y: -91px !important; }
  .portal-signals i:nth-child(2) { --signal-x: 151px !important; --signal-y: 0px !important; }
  .portal-signals i:nth-child(3) { --signal-x: 144px !important; --signal-y: 91px !important; }
  .portal-live { left: 18px; top: auto; bottom: 16px; padding: 6px 8px; font-size: 7px; }
  .portal-card { position: absolute; right: 0 !important; left: auto !important; width: 154px; min-height: 56px; grid-template-columns: 26px minmax(0, 1fr) 10px; gap: 0 8px; padding: 8px 9px; border-radius: 11px; }
  .portal-card.card-doc { top: 13px !important; }
  .portal-card.card-bot { top: 106px !important; }
  .portal-card.card-box { top: 199px !important; }
  .portal-card small { display: none; }
  .portal-card strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; }
  .mini-glyph { width: 26px; height: 26px; border-radius: 5px; }
  .hero-directions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 46px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .hero-directions .directions-label { display: block; }
  .hero-directions a {
    min-height: 122px;
    grid-template-columns: 36px 1fr auto;
    grid-template-rows: auto 28px;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 24px 4px 18px;
  }
  .directions-label { top: 10px; }
  .section-heading { padding-top: 90px; }
  .section-heading h2, .contact-heading h2 { font-size: clamp(44px, 13.4vw, 68px); }
  .contact-heading h2 { font-size: clamp(40px, 11vw, 56px); overflow-wrap: anywhere; }
  .heading-grid { gap: 28px; }
  .section-heading .heading-grid > p { font-size: 16px; }
  .outcomes, .problems, .solutions, .process, .trust, .estimate, .faq { padding-bottom: 90px; }
  .outcome-board, .problem-grid, .system-map-scene, .solution-stack, .process-list, .trust-layout, .estimator-shell, .faq-layout { margin-top: 58px; }
  .outcome-card { min-height: 330px; }
  .outcome-flow { margin-top: 45px; }
  .content-status { grid-template-columns: 1fr; gap: 10px; }
  .problem-card { min-height: 380px; padding-inline: 22px; }
  .system-map-head { display: grid; gap: 9px; padding: 18px; }
  .system-map-head p { font-size: 11px; text-align: left; }
  .system-map-canvas { padding-top: 10px; }
  .system-core { width: 104px; height: 104px; margin: 28px auto 62px; }
  .system-branches { gap: 10px; padding: 0 12px 12px; }
  .system-branches::before { left: 17px; bottom: 22px; }
  .system-branch { grid-template-columns: 1fr; gap: 18px; padding: 20px 16px; }
  .system-branch ul { grid-template-columns: 1fr; }
  .system-branch a { min-height: 58px; grid-template-columns: 25px 1fr; align-items: center; align-content: center; }
  .system-branch a span { align-self: center; }
  .services-rail { grid-template-columns: 1fr 18px; gap: 12px; padding: 18px; }
  .services-rail > span { grid-column: 1 / -1; }
  .solution-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .solution-tabs button { min-height: 92px; gap: 5px; padding: 14px 10px; text-align: center; }
  .solution-tabs button::before { inset: auto 0 0; width: auto; height: 2px; }
  .solution-tabs strong { font-size: 15px; }
  .solution-tabs span { display: none; }
  .solution-showcase .solution-card { padding: 26px 18px; gap: 28px; }
  .solution-meta { align-items: flex-start; gap: 10px; }
  .status-chip { max-width: 155px; text-align: center; }
  .solution-title { grid-template-columns: 58px 1fr; gap: 16px; }
  .solution-glyph { width: 58px; height: 58px; border-radius: 12px; }
  .solution-title h3 { font-size: 36px; }
  .solution-title p { font-size: 14px; }
  .solution-actions { display: grid; gap: 12px; }
  .solution-actions .button { width: 100%; }
  .solution-flow { min-height: 360px; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto 1fr auto; padding: 28px 22px; }
  .solution-flow i { width: 1px; height: 100%; min-height: 36px; justify-self: center; }
  .solution-flow i::after { right: -3px; top: auto; bottom: -1px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list::before { display: block; left: 27px; right: auto; top: 65px; bottom: 65px; width: 1px; height: auto; background: linear-gradient(var(--coral), var(--pink), var(--violet)); }
  .process-list li, .process-list li:first-child { min-height: 230px; border-left: 1px solid var(--line-dark); }
  .process-list li::before { left: 23px; }
  .process-cta { grid-template-columns: 1fr; padding: 28px 22px; }
  .trust-feature { min-height: 500px; padding: 24px 20px; }
  .trust-cards article { min-height: 170px; padding: 24px 20px; }
  .projects-editorial { padding: 28px 18px 18px; }
  .projects-head { gap: 24px; padding-bottom: 30px; }
  .projects-head h3 { font-size: 39px; }
  .projects-head__aside { gap: 18px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-featured { min-height: 740px; }
  .project-card { min-height: 410px; padding: 24px 20px; }
  .project-card__metrics { gap: 6px; }
  .project-card__metrics div { padding: 12px 9px; }
  .project-card__metrics dt { font-size: 16px; }
  .project-card__metrics dd { font-size: 8px; }
  .acceptance-register { gap: 34px; padding: 26px 20px; }
  .acceptance-register ol { grid-template-columns: 1fr; }
  .acceptance-register li { min-height: 132px; }
  .choice-grid { grid-template-columns: 1fr; }
  .estimator-form { padding: 24px 18px; }
  .estimator-form > .button { width: 100%; min-width: 0; }
  .estimate-result { min-height: 600px; padding: 28px 22px; }
  .faq-aside { grid-template-columns: 1fr; }
  .faq-list summary { min-height: 84px; grid-template-columns: 28px 1fr 22px; font-size: 16px; }
  .faq-list details p { margin: 0 22px 28px 44px; font-size: 14px; }
  .faq-list { padding-inline: 18px; }
  .contact { padding-top: 90px; }
  .contact-layout { margin-top: 58px; }
  .brief-form, .next-steps { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand, .footer-meta { grid-column: span 2; }
  .solution-dialog { padding: 30px 22px; }
}

@media (max-width: 1280px) {
  .inner-hero-grid { grid-template-columns: minmax(430px, .9fr) minmax(470px, 1.1fr); gap: 28px; }
  .inner-hero h1 { font-size: clamp(52px, 5vw, 66px); }
  .architecture-flow { gap: 24px; }
  .architecture-flow article { padding: 18px; }
}

@media (max-width: 1150px) {
  .inner-hero { min-height: 0; padding-top: calc(var(--header-height) + 70px); }
  .inner-hero-grid { grid-template-columns: 1fr; }
  .inner-hero-copy { max-width: 820px; }
  .product-engine { width: min(780px, 100%); min-height: 570px; margin: 0 auto; }
  .inner-value-rail article { padding-inline: 20px; }
  .inner-heading, .problem-layout { grid-template-columns: 1fr; }
  .inner-heading > p { max-width: 720px; }
  .problem-layout { gap: 28px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .architecture-flow { grid-template-columns: repeat(3, 1fr); }
  .architecture-flow article:nth-child(3)::after { display: none; }
  .implementation-timeline { grid-template-columns: repeat(3, 1fr); }
  .implementation-timeline li:nth-child(3) { border-right: 0; }
  .implementation-timeline li:nth-child(n+4) { border-top: 1px solid var(--line-dark); }
  .case-feature { grid-template-columns: 1fr; }
  .case-visual { min-height: 460px; }
  .cost-faq { grid-template-columns: 1fr; }
  .cost-card { position: relative; top: auto; }
}

@media (max-width: 680px) {
  .inner-hero { padding: calc(var(--header-height) + 35px) 0 0; }
  .inner-hero::before { inset: var(--header-height) 0 0 0; background-size: 62px 62px; }
  .inner-hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .inner-hero-copy { display: contents; }
  .has-js .inner-hero-copy[data-reveal] { opacity: 1; transform: none; }
  .product-code { order: 1; margin: 12px 0 20px; font-size: 8px; }
  .inner-hero h1 { order: 2; max-width: 350px; font-size: clamp(40px, 11.2vw, 48px); line-height: .94; }
  .projects-page .inner-hero h1,
  .contacts-page .inner-hero h1 { line-height: .98; }
  .inner-hero-lead { order: 3; margin-top: 24px; font-size: 15px; }
  .product-engine { order: 4; }
  .inner-hero-actions { order: 5; display: grid; gap: 10px; margin-top: 20px; }
  .inner-hero-actions .button { min-width: 0; width: 100%; }
  .inner-hero-note { order: 6; margin-top: 20px; }
  .product-engine { width: 100%; min-height: 286px; margin-top: 8px; }
  .engine-atmosphere { inset: 2% -5% 0; }
  .scene-index { bottom: 1%; font-size: 5px; letter-spacing: .14em; }

  .doc-machine, .bot-scene, .box-scene, .service-scene { inset: 1% 0 0; }
  .doc-stack { left: 0; top: 14%; width: 36%; height: 70%; }
  .doc-sheet { left: 8%; width: 80%; }
  .doc-filetype { width: 31px; height: 19px; font-size: 5px; }
  .doc-gate { left: 39%; top: 11%; width: 5%; height: 75%; }
  .doc-gate span { width: 5px; height: 5px; }
  .doc-data-route { left: 44%; top: 49%; width: 14%; }
  .doc-data-route i { top: -2px; width: 5px; height: 5px; }
  .doc-matrix { right: 0; top: 19%; width: 40%; height: 58%; padding: 8% 6% 6%; border-radius: 12px; }
  .doc-matrix > span { font-size: 5px; }
  .doc-matrix > div { gap: 6%; margin-top: 13%; }
  .doc-matrix > b { width: 12px; height: 6px; }

  .bot-message { left: 0; top: 13%; width: 29%; height: 22%; min-height: 60px; border-radius: 15px 15px 15px 5px; }
  .bot-message::after { bottom: -7px; width: 14px; height: 14px; }
  .bot-avatar { width: 15px; height: 15px; }
  .bot-copy { height: 2px; }
  .bot-message > small { font-size: 5px; }
  .bot-typing { gap: 3px; }
  .bot-typing i { width: 3px; height: 3px; }
  .bot-orbit { left: 28%; top: 25%; width: 37%; }
  .bot-node { width: 6px; height: 6px; }
  .bot-kernel { gap: 4px; }
  .bot-kernel > i { width: 4px; height: 4px; }
  .bot-route--incoming { left: 24%; top: 33%; width: 15%; }
  .bot-route--reply { left: 56%; top: 36%; width: 17%; }
  .bot-route--lead { left: 59%; top: 49%; width: 14%; }
  .bot-route--handoff { left: 56%; top: 61%; width: 17%; }
  .bot-action { right: 1%; width: 35%; min-height: 60px; grid-template-columns: 31px 1fr; gap: 7px; padding: 7px 8px; border-radius: 13px 5px 13px 13px; }
  .bot-action--reply { top: 4%; }
  .bot-action--lead { top: 37%; }
  .bot-action--handoff { top: 70%; }
  .bot-action-symbol { width: 30px; height: 30px; border-radius: 9px; }
  .reply-symbol::before { inset: 7px 6px 9px; }
  .reply-symbol::after { right: 5px; bottom: 5px; width: 6px; height: 6px; }
  .lead-symbol::before { inset: 7px 8px 6px; }
  .lead-symbol::after { left: 11px; top: 4px; width: 8px; height: 4px; }
  .handoff-symbol::before { left: 11px; top: 6px; width: 8px; height: 8px; }
  .handoff-symbol::after { left: 7px; bottom: 5px; width: 15px; height: 8px; }
  .bot-action small { font-size: 6px; }
  .bot-action strong { font-size: 10px; }

  .facility-grid { left: -3%; top: 7%; width: 73%; height: 80%; background-size: 22px 22px; }
  .facility-zone--a { left: 5%; top: 17%; width: 27%; }
  .facility-zone--b { left: 7%; bottom: 13%; width: 25%; }
  .sensor-node { width: 42px; height: 42px; border-radius: 13px; }
  .sensor-node i { width: 8px; height: 8px; }
  .sensor-node i::after { inset: -5px; }
  .sensor-node b { bottom: 3px; font-size: 4px; }
  .sensor-node--a { left: 1%; top: 10%; }
  .sensor-node--b { left: 2%; bottom: 8%; }
  .sensor-node--c { left: 53%; top: 7%; }
  .sensor-node--d { left: 55%; bottom: 7%; }
  .control-hub { left: 31%; top: 35%; width: 25%; height: 31%; min-width: 0; min-height: 0; border-radius: 15px; }
  .hub-screen { gap: 3px; padding: 5px; border-radius: 5px; }
  .hub-light { width: 4px; height: 4px; }
  .hub-port { height: 5px; }
  .hub-wave { left: 43%; top: 50%; width: 24%; }
  .box-link { left: 43%; top: 50%; }
  .box-link::after { top: -2px; width: 5px; height: 5px; }
  .box-link--a { width: 39%; }
  .box-link--b { width: 38%; }
  .box-link--c, .box-link--d { width: 26%; }
  .box-link--out { width: 36%; }
  .status-console { right: 0; top: 27%; width: 29%; height: 42%; min-height: 0; padding: 10% 7% 6%; border-radius: 12px; }
  .status-console > span { font-size: 5px; }
  .status-console > i { height: 2px; margin-top: 12%; }
  .status-console > b { width: 5px; height: 5px; }

  .service-unit { width: 32%; min-height: 62px; grid-template-columns: 32px 1fr; gap: 6px; padding: 7px 8px; border-radius: 12px; }
  .service-unit--software { left: 0; top: 5%; }
  .service-unit--device { left: 0; bottom: 6%; }
  .service-unit--infra { right: 0; top: 5%; }
  .service-unit--reliability { right: 0; bottom: 6%; }
  .service-unit small { font-size: 5px; letter-spacing: .08em; }
  .service-glyph { width: 32px; height: 32px; border-radius: 9px; }
  .service-glyph--software i { top: 11px; width: 8px; height: 8px; }
  .service-glyph--software i:first-child { left: 7px; }
  .service-glyph--software i:last-child { right: 7px; }
  .service-glyph--device::before { inset: 8px; }
  .service-glyph--device i { width: 3px; height: 3px; }
  .service-glyph--device i:nth-child(1) { left: 5px; top: 8px; }
  .service-glyph--device i:nth-child(2) { right: 5px; top: 8px; }
  .service-glyph--device i:nth-child(3) { left: 5px; bottom: 8px; }
  .service-glyph--device i:nth-child(4) { right: 5px; bottom: 8px; }
  .service-glyph--infra i { bottom: 8px; width: 7px; }
  .service-glyph--infra i:nth-child(1) { left: 6px; height: 10px; }
  .service-glyph--infra i:nth-child(2) { left: 13px; height: 16px; }
  .service-glyph--infra i:nth-child(3) { right: 5px; height: 12px; }
  .service-glyph--reliability::before { left: 8px; top: 6px; width: 16px; height: 19px; }
  .service-glyph--reliability i { left: 13px; top: 12px; width: 7px; height: 4px; }
  .service-assembly { left: 37%; top: 34%; width: 26%; border-radius: 24%; }
  .service-link { left: 50%; top: 50%; width: 31%; }
  .service-link::after { top: -2px; width: 5px; height: 5px; }
  .inner-value-rail { grid-template-columns: 1fr; margin-top: 4px; }
  .inner-value-rail article { min-height: 100px; border-left: 0; border-top: 1px solid var(--line); padding: 18px 4px; }
  .inner-value-rail article:first-child { border-top: 0; }
  .inner-section { padding: 82px 0; }
  .inner-heading { gap: 24px; }
  .inner-heading h2 { font-size: clamp(40px, 11.5vw, 52px); }
  .inner-heading > p { font-size: 15px; }
  .problem-layout { margin-top: 48px; }
  .problem-statement { padding: 26px 20px; }
  .problem-statement h3 { font-size: 34px; }
  .pain-list li { grid-template-columns: 38px 1fr; }
  .pain-list strong { font-size: 18px; }
  .capability-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .capability-card { min-height: 230px; padding: 24px 20px; }
  .capability-card h3 { margin-top: 46px; }
  .fit-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .fit-grid article { min-height: 155px; padding: 22px 18px; }
  .fit-grid h3 { margin-top: 26px; }
  .architecture-board { margin-top: 48px; padding: 28px 18px; }
  .architecture-flow { grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
  .architecture-flow article { min-height: 122px; }
  .architecture-flow article:not(:last-child)::after { content: "↓"; display: block; right: 18px; top: auto; bottom: -13px; }
  .implementation-timeline { grid-template-columns: 1fr; margin-top: 48px; }
  .implementation-timeline li { min-height: 150px; padding-left: 18px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .implementation-timeline li:nth-child(n+4) { border-top: 0; }
  .implementation-timeline strong { margin-top: 24px; }
  .case-feature, .cost-faq, .services-groups { margin-top: 48px; }
  .case-copy { padding: 30px 20px; }
  .case-copy h3 { font-size: 36px; }
  .case-visual { min-height: 360px; }
  .case-visual::before { width: 220px; height: 220px; left: 15%; top: 19%; }
  .case-visual::after { width: 72px; height: 72px; }
  .cost-card { padding: 28px 20px; }
  .services-groups { grid-template-columns: 1fr; }
  .service-group { min-height: 340px; padding: 28px 20px; }
  .service-group h3 { margin-top: 40px; font-size: 34px; }
  .scenario-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .scenario-grid article { min-height: 230px; padding: 24px 20px; }
  .inner-contact { padding-top: 82px; }
}

@media (min-width: 1151px) and (max-height: 820px) {
  .inner-hero { min-height: 820px; padding-top: calc(var(--header-height) + 56px); padding-bottom: 68px; }
  .product-engine { min-height: 550px; }
  .inner-hero-lead { margin-top: 28px; }
  .inner-hero-actions { margin-top: 30px; }
  .inner-hero-note { margin-top: 22px; }
}

@media (max-width: 680px) and (max-height: 760px) {
  .inner-hero-lead { margin-top: 20px; }
  .product-engine { min-height: 250px; margin-top: 5px; }
  .inner-hero-actions { margin-top: 14px; }
}

@media (max-width: 680px) and (max-height: 680px) {
  .inner-hero { padding-top: calc(var(--header-height) + 25px); }
  .product-code { margin: 8px 0 14px; }
  .inner-hero h1 { font-size: clamp(36px, 10.6vw, 40px); }
  .inner-hero-lead { margin-top: 16px; line-height: 1.42; }
  .product-engine { min-height: 230px; margin-top: 2px; }
  .inner-hero-actions { margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .has-js [data-reveal] { opacity: 1; transform: none; }
  .route-signals { display: none; }
  .portal-signals { display: none; }
  .portal-stage { transform: none !important; }
  .portal-live i { animation: none !important; box-shadow: none; }
  .brand-ai::before { display: none; }
  .brand-ai__route { animation: none !important; opacity: .24; transform: rotate(var(--route-angle)) scaleX(1); }
  .brand-ai__core { animation: none !important; opacity: .72; transform: translate(-50%, -50%) rotate(45deg) scale(1); }
  .product-engine *, .product-engine *::before, .product-engine *::after { animation: none !important; transition: none !important; }
  .doc-sheet--active { opacity: 1; transform: none; }
  .doc-field { border-color: color-mix(in srgb, var(--page-accent) 62%, transparent); background: color-mix(in srgb, var(--page-accent) 9%, transparent); }
  .doc-scan, .doc-data-route i { display: none; }
  .doc-matrix > div i { opacity: .78; transform: scaleX(1); }
  .doc-matrix > b { opacity: 1; transform: rotate(-45deg) scale(1); }
  .bot-message, .bot-action { opacity: 1; transform: none; }
  .bot-route::after, .bot-action--handoff > b { display: none; }
  .sensor-node i::after, .box-link::after, .hub-wave, .service-link::after { display: none; }
  .hub-screen i, .status-console > i::after { opacity: .8; transform: none; }
  .service-unit, .service-assembly > i { opacity: 1; transform: none; }
}

@media print {
  .site-header, .section-progress, .prototype-pill, .menu-toggle, dialog { display: none !important; }
  .hero { padding-top: 40px; }
  section { break-inside: avoid; }
  .has-js [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* V5.2 — living product narratives below the hero. */
.portal-shard { display: none; }

.portal-brand-mark {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 49%;
  width: 172px;
  height: 156px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transform-origin: 50% 55%;
  animation: portal-logo-float 7.8s var(--ease) infinite;
}

.portal-brand-mark::before {
  content: "";
  position: absolute;
  inset: 18% 6% 3%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.28), rgba(226,66,176,.18) 24%, rgba(121,81,255,.08) 48%, transparent 70%);
  opacity: .76;
  animation: portal-logo-field 4.8s ease-in-out infinite;
}

.portal-brand-mark__crop {
  position: absolute;
  z-index: 2;
  inset: 0 0 5px;
  overflow: hidden;
  filter: drop-shadow(0 0 12px rgba(255,255,255,.23)) drop-shadow(0 0 22px rgba(220,67,177,.2));
}

.portal-brand-mark__crop img {
  position: absolute;
  left: -160px;
  top: -8px;
  width: 467px;
  max-width: none;
  height: auto;
  opacity: .96;
}

.portal-brand-mark > i {
  position: absolute;
  z-index: 4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px #fff, 0 0 18px var(--pink);
  opacity: .24;
  animation: portal-logo-charge 6.6s ease-out infinite;
}

.portal-brand-mark > i:nth-of-type(1) { left: 50%; top: 5%; animation-delay: 0s; }
.portal-brand-mark > i:nth-of-type(2) { left: 10%; bottom: 7%; background: var(--coral); animation-delay: 2.2s; }
.portal-brand-mark > i:nth-of-type(3) { right: 9%; bottom: 7%; background: var(--violet); animation-delay: 4.4s; }

.portal-electricity {
  --electric-scale: 1;
  position: absolute;
  z-index: 3;
  left: 50.7%;
  top: 30.75%;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: scale(var(--electric-scale));
  transform-origin: 0 0;
}

.portal-bolt {
  --bolt-angle: 0deg;
  --bolt-index: 0;
  position: absolute;
  left: 5px;
  top: -12px;
  width: 260px;
  height: 24px;
  opacity: .11;
  background: linear-gradient(90deg, #fff, var(--pink) 52%, var(--violet));
  clip-path: polygon(0 43%, 18% 38%, 24% 8%, 28% 39%, 48% 45%, 55% 84%, 59% 46%, 76% 39%, 84% 13%, 88% 41%, 100% 47%, 89% 55%, 84% 31%, 79% 58%, 58% 55%, 54% 69%, 50% 54%, 27% 51%, 23% 25%, 21% 53%, 0 56%);
  transform: rotate(var(--bolt-angle)) scaleX(1);
  transform-origin: 0 50%;
  animation: portal-electric 6.6s calc(1.4s + var(--bolt-index) * 2.2s) var(--ease) infinite;
}

.portal-bolt::after {
  content: "";
  position: absolute;
  inset: -4px 0;
  background: inherit;
  clip-path: inherit;
  opacity: .34;
  filter: blur(4px);
}

.portal-bolt--doc { --bolt-angle: -25deg; --bolt-index: 0; }
.portal-bolt--bot { --bolt-angle: 0deg; --bolt-index: 1; }
.portal-bolt--box { --bolt-angle: 25deg; --bolt-index: 2; }

.portal-card {
  --card-color: var(--pink);
  --card-color-2: var(--violet);
  min-height: 104px;
  border-color: color-mix(in srgb, var(--card-color) 44%, rgba(255,255,255,.14));
  background:
    linear-gradient(105deg, color-mix(in srgb, var(--card-color) 8%, transparent), transparent 46%),
    rgba(10,11,15,.96);
  box-shadow: 0 20px 58px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.025);
  animation:
    card-arrive .72s calc(.82s + var(--card-index, 0) * .14s) var(--ease) both,
    portal-card-focus 6.6s calc(1.4s + var(--card-index, 0) * 2.2s) ease-in-out infinite;
}

.portal-card.card-doc { --card-color: #ff5a74; --card-color-2: #ec4a9e; }
.portal-card.card-bot { --card-color: #df45ad; --card-color-2: #9b4fe4; }
.portal-card.card-box { --card-color: #a34fe1; --card-color-2: #7653ff; }
.portal-card::after { height: 3px; background: linear-gradient(90deg, var(--card-color), var(--card-color-2)); }
.portal-card strong { font-size: 17px; letter-spacing: -.012em; }
.portal-card small { color: color-mix(in srgb, var(--card-color) 72%, #aaa); }
.portal-card .mini-glyph { color: #f7f5fa; border-color: color-mix(in srgb, var(--card-color) 65%, #fff); background: color-mix(in srgb, var(--card-color) 7%, transparent); }

.portal-card-arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid color-mix(in srgb, var(--card-color) 58%, rgba(255,255,255,.22));
  border-radius: 50%;
  background: color-mix(in srgb, var(--card-color) 13%, transparent);
}

.portal-card-arrow::before,
.portal-card-arrow::after { content: ""; position: absolute; background: #f2eff5; }
.portal-card-arrow::before { width: 10px; height: 1px; left: 9px; top: 14px; transform: rotate(-45deg); }
.portal-card-arrow::after { width: 5px; height: 5px; right: 8px; top: 8px; border-top: 1px solid #f2eff5; border-right: 1px solid #f2eff5; background: transparent; }

@keyframes portal-logo-float {
  0%, 100% { transform: translate(-50%, -50%) translate3d(-2px, -4px, 0) rotate(-.7deg) scale(.98); }
  50% { transform: translate(-50%, -50%) translate3d(4px, 5px, 0) rotate(.8deg) scale(1.025); }
}
@keyframes portal-links-follow {
  0%, 100% { translate: calc(var(--link-anchor-x) - 2px) calc(var(--link-anchor-y) - 4px); rotate: -.7deg; scale: .98; }
  50% { translate: calc(var(--link-anchor-x) + 4px) calc(var(--link-anchor-y) + 5px); rotate: .8deg; scale: 1.025; }
}
@keyframes portal-links-follow-mobile {
  0%, 100% { translate: calc(var(--link-anchor-x) - 4px) calc(var(--link-anchor-y) - 8px); rotate: -.7deg; scale: .98; }
  50% { translate: calc(var(--link-anchor-x) + 8px) calc(var(--link-anchor-y) + 10px); rotate: .8deg; scale: 1.025; }
}
@keyframes portal-logo-field { 0%, 100% { opacity: .45; transform: scale(.78); } 50% { opacity: .92; transform: scale(1.12); } }
@keyframes portal-logo-charge { 0%, 8%, 34%, 100% { opacity: .18; transform: scale(.7); } 13% { opacity: 1; transform: scale(1.7); } 24% { opacity: .42; transform: scale(1); } }
@keyframes portal-electric {
  0%, 7%, 33%, 100% { opacity: .11; transform: rotate(var(--bolt-angle)) scaleX(1); }
  11% { opacity: .58; }
  15%, 21% { opacity: .96; transform: rotate(var(--bolt-angle)) scaleX(1); }
  18% { opacity: .52; }
  25% { opacity: .2; transform: rotate(var(--bolt-angle)) scaleX(1); }
}
@keyframes portal-card-focus {
  0%, 8%, 34%, 100% { border-color: color-mix(in srgb, var(--card-color) 38%, rgba(255,255,255,.13)); box-shadow: 0 20px 58px rgba(0,0,0,.34); }
  15%, 24% { border-color: color-mix(in srgb, var(--card-color) 82%, #fff); box-shadow: 0 22px 70px rgba(0,0,0,.38), 0 0 32px color-mix(in srgb, var(--card-color) 24%, transparent); }
}
@keyframes card-arrive { from { opacity: .68; transform: translate3d(-12px, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }

.has-js .product-engine *::before,
.has-js .product-engine *::after { animation-play-state: paused; }
.has-js .product-engine.is-running *::before,
.has-js .product-engine.is-running *::after { animation-play-state: running; }
.page-hidden .product-engine *::before,
.page-hidden .product-engine *::after { animation-play-state: paused !important; }

.portal-stage:not(.is-running) .portal-brand-mark,
.portal-stage:not(.is-running) .portal-brand-mark::before,
.portal-stage:not(.is-running) .portal-brand-mark > i,
.portal-stage:not(.is-running) .portal-electricity,
.portal-stage:not(.is-running) .portal-links,
.portal-stage:not(.is-running) .portal-bolt,
.portal-stage:not(.is-running) .portal-bolt::after,
.page-hidden .portal-brand-mark,
.page-hidden .portal-brand-mark::before,
.page-hidden .portal-brand-mark > i,
.page-hidden .portal-electricity,
.page-hidden .portal-links,
.page-hidden .portal-bolt,
.page-hidden .portal-bolt::after { animation-play-state: paused !important; }

.motion-section {
  --ambient-progress: .5;
  --ambient-shift-x: 0px;
  --ambient-shift-y: 0px;
  --ambient-turn: 0deg;
  isolation: isolate;
}

.motion-section > .ambient-scene {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  contain: layout paint style;
  pointer-events: none;
  user-select: none;
  transform: none;
}

.motion-section > :not(.ambient-scene) { position: relative; z-index: 1; }

.ambient-scene {
  --ambient-a: var(--coral);
  --ambient-b: var(--violet);
  --ambient-line: rgba(20,18,26,.15);
  --ambient-surface: rgba(255,255,255,.36);
  opacity: .82;
}

.ambient-scene--docmind-ai { --ambient-a: #ff5472; --ambient-b: #a64dff; }
.ambient-scene--smartbot-pro { --ambient-a: #e749b9; --ambient-b: #7653ff; }
.ambient-scene--smartbox { --ambient-a: #8b59ff; --ambient-b: #ff4f70; }
.ambient-scene--services { --ambient-a: #ff5b72; --ambient-b: #7951ff; }

.ambient-scene[data-tone="dark"] {
  --ambient-line: rgba(255,255,255,.105);
  --ambient-surface: rgba(10,11,16,.54);
  opacity: .64;
}

.ambient-scene[data-tone="light"] { opacity: .92; }
.ambient-scene *,
.ambient-scene *::before,
.ambient-scene *::after { animation-play-state: paused; }
.is-ambient-active .ambient-scene *,
.is-ambient-active .ambient-scene *::before,
.is-ambient-active .ambient-scene *::after { animation-play-state: running; }
.page-hidden .ambient-scene *,
.page-hidden .ambient-scene *::before,
.page-hidden .ambient-scene *::after { animation-play-state: paused !important; }

.ambient-wash {
  position: absolute;
  width: min(72vw, 980px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: calc(.2 + var(--ambient-progress) * .32);
  background: radial-gradient(circle, color-mix(in srgb, var(--ambient-a) 16%, transparent), color-mix(in srgb, var(--ambient-b) 5%, transparent) 42%, transparent 70%);
  animation: ambient-wash-a 18s ease-in-out infinite alternate;
}

.ambient-wash--a { right: -18%; top: -22%; }
.ambient-wash--b { left: -24%; bottom: -30%; opacity: calc(.36 - var(--ambient-progress) * .24); animation-name: ambient-wash-b; animation-duration: 23s; }
.ambient-scene[data-tone="dark"] .ambient-wash { opacity: calc(.11 + var(--ambient-progress) * .2); }

.ambient-network,
.ambient-doc,
.ambient-dialog,
.ambient-sensor,
.ambient-assembly {
  position: absolute;
  right: -4%;
  top: 6%;
  width: min(58vw, 820px);
  aspect-ratio: 1;
  opacity: calc(.34 + var(--ambient-progress) * .28);
}

.motion-section[data-ambient-variant="2"] :is(.ambient-network,.ambient-doc,.ambient-dialog,.ambient-sensor,.ambient-assembly) { right: auto; left: -8%; top: 16%; }
.motion-section[data-ambient-variant="3"] :is(.ambient-network,.ambient-doc,.ambient-dialog,.ambient-sensor,.ambient-assembly) { right: 8%; top: 32%; }
.motion-section :is(.ambient-network,.ambient-doc,.ambient-dialog,.ambient-sensor,.ambient-assembly) { top: var(--ambient-follow-y, 6%); }

/* Home: one engineering network carrying three kinds of signal. */
.ambient-network { border-radius: 50%; }
.ambient-network::before,
.ambient-network::after { content: ""; position: absolute; inset: 18%; border: 1px solid var(--ambient-line); transform: rotate(45deg); }
.ambient-network::after { inset: 31%; border-color: color-mix(in srgb, var(--ambient-b) 28%, transparent); animation: ambient-network-orbit 20s linear infinite; }
.ambient-network__core { position: absolute; z-index: 3; left: 46%; top: 48%; width: 60px; height: 60px; border: 1px solid color-mix(in srgb, var(--ambient-a) 56%, transparent); background: linear-gradient(135deg, color-mix(in srgb, var(--ambient-a) 14%, transparent), color-mix(in srgb, var(--ambient-b) 12%, transparent)); transform: translate(-50%,-50%) rotate(45deg); animation: ambient-core-breathe 5.8s ease-in-out infinite; }
.ambient-network__route { --route-angle: 0deg; position: absolute; left: 46%; top: 48%; width: 48%; height: 1px; background: linear-gradient(90deg, color-mix(in srgb, var(--ambient-a) 55%, transparent), color-mix(in srgb, var(--ambient-b) 14%, transparent)); transform: rotate(var(--route-angle)) scaleX(.35); transform-origin: 0 50%; animation: ambient-route-live 7.2s var(--route-delay,0s) ease-in-out infinite; }
.ambient-network__route--a { --route-angle: -37deg; --route-delay: 0s; }
.ambient-network__route--b { --route-angle: -7deg; --route-delay: -1.8s; }
.ambient-network__route--c { --route-angle: 27deg; --route-delay: -3.6s; }
.ambient-network__route--d { --route-angle: 151deg; --route-delay: -5.2s; width: 35%; }
.ambient-network__node { position: absolute; width: 8px; height: 8px; border: 1px solid color-mix(in srgb, var(--ambient-a) 60%, transparent); border-radius: 50%; background: var(--ambient-surface); animation: ambient-node-live 5.4s ease-in-out infinite; }
.ambient-network__node--a { left: 78%; top: 20%; }
.ambient-network__node--b { left: 88%; top: 43%; animation-delay: -1s; }
.ambient-network__node--c { left: 79%; top: 68%; animation-delay: -2s; }
.ambient-network__node--d { left: 18%; top: 60%; animation-delay: -3s; }
.ambient-network__node--e { left: 31%; top: 24%; animation-delay: -4s; }
.ambient-network__packet { position: absolute; z-index: 4; left: 46%; top: 48%; width: 5px; height: 5px; border-radius: 50%; background: var(--ambient-a); box-shadow: 0 0 12px color-mix(in srgb, var(--ambient-a) 60%, transparent); animation: ambient-packet-a 6.8s ease-in-out infinite; }
.ambient-network__packet--b { background: var(--ambient-b); animation-name: ambient-packet-b; animation-delay: -3.1s; }

/* DocMind: sheets are scanned and reassembled as structured cells. */
.ambient-doc { height: min(46vw, 650px); aspect-ratio: auto; }
.ambient-doc__sheet { position: absolute; left: 11%; top: 17%; width: 34%; height: 58%; border: 1px solid var(--ambient-line); border-radius: 12px; background: repeating-linear-gradient(to bottom, transparent 0 26px, var(--ambient-line) 27px 28px), color-mix(in srgb, var(--ambient-surface) 52%, transparent); transform: translate3d(0,0,0) rotate(-4deg); animation: ambient-sheet-drift 12s ease-in-out infinite; }
.ambient-doc__sheet--b { left: 8%; top: 21%; opacity: .52; transform: rotate(-9deg); animation-delay: -4s; }
.ambient-doc__sheet--c { left: 14%; top: 13%; opacity: .42; transform: rotate(3deg); animation-delay: -8s; }
.ambient-doc__scan { position: absolute; z-index: 3; left: 9%; top: 20%; width: 39%; height: 2px; background: linear-gradient(90deg, transparent, var(--ambient-a), var(--ambient-b), transparent); box-shadow: 0 0 12px color-mix(in srgb, var(--ambient-a) 24%, transparent); animation: ambient-document-scan 7.6s var(--ease) infinite; }
.ambient-doc__route { position: absolute; left: 47%; top: 47%; width: 18%; height: 1px; background: linear-gradient(90deg, var(--ambient-a), var(--ambient-b)); transform-origin: 0 50%; animation: ambient-route-live 6s -1s ease-in-out infinite; }
.ambient-doc__matrix { position: absolute; right: 5%; top: 23%; display: grid; width: 31%; height: 48%; grid-template-columns: repeat(3,1fr); gap: 6px; padding: 8px; border: 1px solid color-mix(in srgb, var(--ambient-b) 26%, var(--ambient-line)); border-radius: 12px; background: color-mix(in srgb, var(--ambient-surface) 62%, transparent); }
.ambient-doc__matrix i { border: 1px solid var(--ambient-line); background: color-mix(in srgb, var(--ambient-b) 4%, transparent); animation: ambient-cell-confirm 7.6s var(--cell-delay,0s) ease-in-out infinite; }
.ambient-doc__matrix i:nth-child(3n+2) { --cell-delay: .24s; }
.ambient-doc__matrix i:nth-child(3n) { --cell-delay: .48s; }
.ambient-doc__token { position: absolute; z-index: 4; left: 47%; top: 41%; width: 6px; height: 6px; background: var(--ambient-a); transform: rotate(45deg); animation: ambient-data-token 7.6s ease-in-out infinite; }
.ambient-doc__token--b { top: 49%; background: var(--ambient-b); animation-delay: .28s; }
.ambient-doc__token--c { top: 57%; animation-delay: .56s; }

/* SmartBot: messages orbit context and branch into actions. */
.ambient-dialog__orbit { position: absolute; left: 47%; top: 48%; width: 42%; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--ambient-b) 30%, var(--ambient-line)); border-radius: 50%; transform: translate(-50%,-50%); animation: ambient-dialog-orbit 18s linear infinite; }
.ambient-dialog__orbit--b { width: 24%; border-style: dashed; animation-direction: reverse; animation-duration: 12s; }
.ambient-dialog__core { position: absolute; z-index: 3; left: 47%; top: 48%; width: 42px; height: 42px; border: 1px solid color-mix(in srgb, var(--ambient-a) 58%, transparent); border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--ambient-a) 28%, transparent), transparent 70%); transform: translate(-50%,-50%); animation: ambient-core-breathe 5s ease-in-out infinite; }
.ambient-dialog__bubble { position: absolute; display: flex; align-items: center; gap: 6px; width: 25%; height: 15%; padding: 11px; border: 1px solid var(--ambient-line); border-radius: 22px 22px 22px 7px; background: color-mix(in srgb, var(--ambient-surface) 66%, transparent); animation: ambient-bubble-float 9s ease-in-out infinite; }
.ambient-dialog__bubble--in { left: 6%; top: 21%; }
.ambient-dialog__bubble--out { right: 5%; bottom: 18%; border-radius: 22px 22px 7px 22px; animation-delay: -4s; }
.ambient-dialog__bubble b { width: 5px; height: 5px; border-radius: 50%; background: var(--ambient-line); animation: ambient-typing 1.8s ease-in-out infinite; }
.ambient-dialog__bubble b:nth-child(2) { animation-delay: .18s; }
.ambient-dialog__bubble b:nth-child(3) { animation-delay: .36s; }
.ambient-dialog__route { --dialog-angle: 0deg; position: absolute; left: 47%; top: 48%; width: 39%; height: 1px; background: linear-gradient(90deg, var(--ambient-a), color-mix(in srgb, var(--ambient-b) 16%, transparent)); transform: rotate(var(--dialog-angle)) scaleX(.5); transform-origin: 0 50%; animation: ambient-route-live 6.4s ease-in-out infinite; }
.ambient-dialog__route--a { --dialog-angle: -34deg; }
.ambient-dialog__route--b { --dialog-angle: 3deg; animation-delay: -2.1s; }
.ambient-dialog__route--c { --dialog-angle: 37deg; animation-delay: -4.2s; }
.ambient-dialog__intent { position: absolute; width: 9px; height: 9px; border: 1px solid var(--ambient-line); border-radius: 50%; background: var(--ambient-surface); animation: ambient-node-live 4.8s ease-in-out infinite; }
.ambient-dialog__intent--a { left: 78%; top: 25%; }
.ambient-dialog__intent--b { left: 86%; top: 49%; animation-delay: -1.6s; }
.ambient-dialog__intent--c { left: 76%; top: 73%; animation-delay: -3.2s; }

/* SmartBox: a site plan with sensors, radar and a live telemetry path. */
.ambient-sensor { border: 1px solid var(--ambient-line); border-radius: 26px; overflow: hidden; }
.ambient-sensor__grid { position: absolute; inset: 0; opacity: .62; background-image: linear-gradient(var(--ambient-line) 1px, transparent 1px), linear-gradient(90deg, var(--ambient-line) 1px, transparent 1px); background-size: 52px 52px; }
.ambient-sensor__radar { position: absolute; left: 46%; top: 49%; width: 48%; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--ambient-b) 24%, var(--ambient-line)); border-radius: 50%; box-shadow: 0 0 0 42px color-mix(in srgb, var(--ambient-a) 3%, transparent), 0 0 0 84px color-mix(in srgb, var(--ambient-b) 2%, transparent); transform: translate(-50%,-50%); }
.ambient-sensor__sweep { position: absolute; left: 46%; top: 49%; width: 46%; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 82%, color-mix(in srgb, var(--ambient-a) 28%, transparent) 96%, transparent 100%); transform: translate(-50%,-50%) rotate(0deg); animation: ambient-radar-sweep 11s linear infinite; }
.ambient-sensor__hub { position: absolute; z-index: 3; left: 46%; top: 49%; width: 56px; height: 56px; border: 1px solid color-mix(in srgb, var(--ambient-a) 54%, transparent); border-radius: 16px; background: linear-gradient(135deg, color-mix(in srgb, var(--ambient-a) 15%, var(--ambient-surface)), color-mix(in srgb, var(--ambient-b) 8%, var(--ambient-surface))); transform: translate(-50%,-50%) rotate(45deg); animation: ambient-core-breathe 5.6s ease-in-out infinite; }
.ambient-sensor__node { position: absolute; width: 16px; height: 16px; border: 1px solid color-mix(in srgb, var(--ambient-a) 48%, var(--ambient-line)); border-radius: 50%; background: var(--ambient-surface); }
.ambient-sensor__node::after { content: ""; position: absolute; inset: -8px; border: 1px solid color-mix(in srgb, var(--ambient-a) 38%, transparent); border-radius: 50%; animation: ambient-sensor-event 6.4s ease-out infinite; }
.ambient-sensor__node--a { left: 17%; top: 18%; }
.ambient-sensor__node--b { left: 75%; top: 21%; }
.ambient-sensor__node--c { left: 20%; top: 73%; }
.ambient-sensor__node--d { left: 78%; top: 69%; }
.ambient-sensor__node--b::after { animation-delay: -1.6s; }
.ambient-sensor__node--c::after { animation-delay: -3.2s; }
.ambient-sensor__node--d::after { animation-delay: -4.8s; }
.ambient-sensor__link { --sensor-angle: 0deg; position: absolute; left: 46%; top: 49%; width: 38%; height: 1px; background: linear-gradient(90deg, var(--ambient-a), color-mix(in srgb, var(--ambient-b) 14%, transparent)); transform: rotate(var(--sensor-angle)) scaleX(.54); transform-origin: 0 50%; animation: ambient-route-live 6.4s ease-in-out infinite; }
.ambient-sensor__link--a { --sensor-angle: -142deg; }
.ambient-sensor__link--b { --sensor-angle: -36deg; animation-delay: -2.1s; }
.ambient-sensor__link--c { --sensor-angle: 36deg; animation-delay: -4.2s; }

/* Services: an exploded technical assembly locks into one project contour. */
.ambient-assembly__frame { position: absolute; left: 48%; top: 50%; width: 58%; aspect-ratio: 1; border: 1px solid var(--ambient-line); transform: translate(-50%,-50%) rotate(45deg); }
.ambient-assembly__frame--b { width: 38%; border-color: color-mix(in srgb, var(--ambient-b) 22%, var(--ambient-line)); animation: ambient-assembly-frame 20s linear infinite; }
.ambient-assembly__unit { position: absolute; width: 25%; height: 16%; border: 1px solid color-mix(in srgb, var(--ambient-a) 28%, var(--ambient-line)); border-radius: 16px; background: color-mix(in srgb, var(--ambient-surface) 68%, transparent); animation: ambient-module-settle 9s ease-in-out infinite; }
.ambient-assembly__unit--a { left: 5%; top: 14%; }
.ambient-assembly__unit--b { right: 4%; top: 18%; animation-delay: -2.25s; }
.ambient-assembly__unit--c { left: 7%; bottom: 13%; animation-delay: -4.5s; }
.ambient-assembly__unit--d { right: 5%; bottom: 17%; animation-delay: -6.75s; }
.ambient-assembly__link { --assembly-angle: 0deg; position: absolute; left: 48%; top: 50%; width: 38%; height: 1px; background: linear-gradient(90deg, var(--ambient-a), color-mix(in srgb, var(--ambient-b) 12%, transparent)); transform: rotate(var(--assembly-angle)) scaleX(.42); transform-origin: 0 50%; animation: ambient-route-live 7.2s ease-in-out infinite; }
.ambient-assembly__link--a { --assembly-angle: -143deg; }
.ambient-assembly__link--b { --assembly-angle: -38deg; animation-delay: -1.8s; }
.ambient-assembly__link--c { --assembly-angle: 39deg; animation-delay: -3.6s; }
.ambient-assembly__link--d { --assembly-angle: 143deg; animation-delay: -5.4s; }
.ambient-assembly__core { position: absolute; z-index: 3; left: 48%; top: 50%; width: 86px; height: 86px; border: 1px solid color-mix(in srgb, var(--ambient-a) 48%, transparent); border-radius: 24px; background: color-mix(in srgb, var(--ambient-surface) 72%, transparent); transform: translate(-50%,-50%); animation: ambient-core-breathe 5.8s ease-in-out infinite; }
.ambient-assembly__core i { position: absolute; left: 50%; top: 50%; width: 26px; height: 26px; border: 1px solid color-mix(in srgb, var(--ambient-b) 44%, transparent); transform: translate(-50%,-50%) rotate(45deg); animation: ambient-core-layer 7s ease-in-out infinite; }
.ambient-assembly__core i:nth-child(2) { animation-delay: -2.3s; }
.ambient-assembly__core i:nth-child(3) { animation-delay: -4.6s; }

.services-page .inner-section-light .scenario-grid article {
  position: relative;
  overflow: hidden;
  background: rgba(248,247,250,.64);
  box-shadow: 0 24px 70px rgba(44,34,67,.045);
}
.services-page .inner-section-light .scenario-grid article::after { content: ""; position: absolute; left: 8%; right: 46%; bottom: 0; height: 2px; background: linear-gradient(90deg, var(--ambient-a,var(--page-accent)), var(--ambient-b,var(--page-accent-2))); opacity: .55; transform: scaleX(.22); transform-origin: 0 50%; animation: ambient-card-accent 10s ease-in-out infinite; }
.services-page .inner-section-light .scenario-grid article:nth-child(2)::after { animation-delay: -3.3s; }
.services-page .inner-section-light .scenario-grid article:nth-child(3)::after { animation-delay: -6.6s; }
.is-ambient-active .case-visual::before { animation: ambient-case-orbit 22s linear infinite; }
.is-ambient-active .case-visual::after { animation: ambient-case-core 5.8s ease-in-out infinite; }
.is-ambient-active .implementation-timeline li::before { animation: ambient-timeline-node 5.5s ease-in-out infinite; }
.is-ambient-active .implementation-timeline li:nth-child(2)::before { animation-delay: -1.1s; }
.is-ambient-active .implementation-timeline li:nth-child(3)::before { animation-delay: -2.2s; }
.is-ambient-active .implementation-timeline li:nth-child(4)::before { animation-delay: -3.3s; }
.is-ambient-active .implementation-timeline li:nth-child(5)::before { animation-delay: -4.4s; }
.services-page .is-ambient-active .service-group::after { animation: ambient-service-corner 24s linear infinite; }

@keyframes ambient-wash-a { from { transform: translate3d(-3%, -2%, 0) scale(.92); } to { transform: translate3d(9%, 6%, 0) scale(1.08); } }
@keyframes ambient-wash-b { from { transform: translate3d(5%, 4%, 0) scale(1.06); } to { transform: translate3d(-8%, -5%, 0) scale(.9); } }
@keyframes ambient-network-orbit { to { transform: rotate(405deg); } }
@keyframes ambient-core-breathe { 0%,100% { opacity: .58; scale: .9; } 50% { opacity: 1; scale: 1.08; } }
@keyframes ambient-route-live { 0%,100% { opacity: .22; transform: rotate(var(--route-angle,var(--dialog-angle,var(--sensor-angle,var(--assembly-angle,0deg))))) scaleX(.28); } 48%,66% { opacity: .9; transform: rotate(var(--route-angle,var(--dialog-angle,var(--sensor-angle,var(--assembly-angle,0deg))))) scaleX(1); } }
@keyframes ambient-node-live { 0%,100% { opacity: .34; scale: .72; } 50% { opacity: 1; scale: 1.28; } }
@keyframes ambient-packet-a { 0%,12%,100% { opacity: 0; transform: translate3d(0,0,0); } 24% { opacity: 1; } 76% { opacity: .9; } 88% { opacity: 0; transform: translate3d(275px,-190px,0); } }
@keyframes ambient-packet-b { 0%,12%,100% { opacity: 0; transform: translate3d(0,0,0); } 24% { opacity: 1; } 76% { opacity: .9; } 88% { opacity: 0; transform: translate3d(300px,140px,0); } }
@keyframes ambient-sheet-drift { 0%,100% { translate: 0 0; } 50% { translate: 7px -9px; } }
@keyframes ambient-document-scan { 0%,12%,100% { opacity: 0; transform: translateY(0); } 22% { opacity: .9; } 72% { opacity: .7; } 86% { opacity: 0; transform: translateY(285px); } }
@keyframes ambient-cell-confirm { 0%,54%,100% { opacity: .28; transform: scale(.88); } 68%,84% { opacity: .86; transform: scale(1); background: color-mix(in srgb, var(--ambient-b) 12%, transparent); } }
@keyframes ambient-data-token { 0%,38%,100% { opacity: 0; transform: translate3d(0,0,0) rotate(45deg); } 48% { opacity: 1; } 78% { opacity: .8; } 90% { opacity: 0; transform: translate3d(150px,0,0) rotate(45deg); } }
@keyframes ambient-dialog-orbit { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes ambient-bubble-float { 0%,100% { transform: translate3d(0,0,0); opacity: .62; } 50% { transform: translate3d(12px,-8px,0); opacity: .94; } }
@keyframes ambient-typing { 0%,100% { opacity: .2; transform: translateY(0); } 42% { opacity: 1; transform: translateY(-3px); } }
@keyframes ambient-radar-sweep { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes ambient-sensor-event { 0%,18%,100% { opacity: 0; transform: scale(.45); } 28% { opacity: .8; } 58% { opacity: 0; transform: scale(1.8); } }
@keyframes ambient-assembly-frame { to { transform: translate(-50%,-50%) rotate(405deg); } }
@keyframes ambient-module-settle { 0%,100% { opacity: .38; translate: 0 0; } 48%,72% { opacity: .9; translate: 0 -8px; } }
@keyframes ambient-core-layer { 0%,100% { opacity: .2; transform: translate(-50%,-50%) rotate(45deg) scale(.62); } 45%,70% { opacity: .9; transform: translate(-50%,-50%) rotate(45deg) scale(1); } }
@keyframes ambient-card-accent { 0%,100% { opacity: .2; transform: scaleX(.22); } 45%,68% { opacity: .8; transform: scaleX(1); } }
@keyframes ambient-case-orbit { to { transform: rotate(405deg); } }
@keyframes ambient-case-core { 0%,100% { opacity: .72; transform: rotate(45deg) scale(.92); } 50% { opacity: 1; transform: rotate(45deg) scale(1.1); } }
@keyframes ambient-timeline-node { 0%,100% { box-shadow: 0 0 0 4px color-mix(in srgb, var(--page-accent) 8%, transparent); transform: scale(.82); } 50% { box-shadow: 0 0 0 9px color-mix(in srgb, var(--page-accent) 14%, transparent); transform: scale(1.12); } }
@keyframes ambient-service-corner { to { transform: rotate(405deg); } }

@media (max-width: 680px) {
  .portal-links { --link-anchor-x: -18px; --link-anchor-y: -17px; animation-name: portal-links-follow-mobile; }
  .portal-brand-mark { left: 29%; top: 50%; width: 76px; height: 70px; }
  .portal-brand-mark__crop img { left: -70px; top: -3px; width: 204px; }
  .portal-brand-mark > i { width: 3px; height: 3px; }
  .portal-electricity { --electric-scale: .48; left: 49.5%; }
  .portal-bolt { width: 230px; }
  .portal-card { width: clamp(146px, 48vw, 174px); min-height: 64px; grid-template-columns: 30px minmax(0,1fr) 24px; gap: 0 8px; padding: 8px 9px; }
  .portal-card.card-doc { top: 9px !important; }
  .portal-card.card-bot { top: 104px !important; }
  .portal-card.card-box { top: 199px !important; }
  .portal-card strong { overflow: visible; font-size: 11px; text-overflow: clip; }
  .portal-card-arrow { width: 24px; height: 24px; }
  .portal-card-arrow::before { left: 7px; top: 11px; width: 9px; }
  .portal-card-arrow::after { right: 6px; top: 6px; }

  .ambient-scene { opacity: .76; }
  .ambient-scene[data-tone="dark"] { opacity: .5; }
  .ambient-wash { width: 135vw; }
  .ambient-network,
  .ambient-doc,
  .ambient-dialog,
  .ambient-sensor,
  .ambient-assembly { width: 128vw; right: -48vw; top: 13%; opacity: calc(.28 + var(--ambient-progress) * .2); }
  .ambient-doc { height: 96vw; }
  .motion-section[data-ambient-variant="2"] :is(.ambient-network,.ambient-doc,.ambient-dialog,.ambient-sensor,.ambient-assembly) { left: -49vw; top: 22%; }
  .motion-section[data-ambient-variant="3"] :is(.ambient-network,.ambient-doc,.ambient-dialog,.ambient-sensor,.ambient-assembly) { right: -28vw; top: 45%; }
  .motion-section :is(.ambient-network,.ambient-doc,.ambient-dialog,.ambient-sensor,.ambient-assembly) { top: var(--ambient-follow-y, 13%); }
  .ambient-network__route--d,
  .ambient-network__node--e,
  .ambient-doc__sheet--c,
  .ambient-dialog__route--b,
  .ambient-dialog__intent--b,
  .ambient-sensor__node--d,
  .ambient-assembly__frame--a { display: none; }
  .ambient-doc__scan { animation-duration: 9s; }
  .ambient-sensor__sweep { animation-duration: 15s; }
  .ambient-assembly__frame--b { animation-duration: 28s; }
  .services-page .inner-section-light .scenario-grid article { background: rgba(248,247,250,.76); }
}

@media (prefers-reduced-motion: reduce) {
  .portal-brand-mark,
  .portal-brand-mark::before,
  .portal-brand-mark > i,
  .portal-electricity,
  .portal-links,
  .portal-bolt,
  .portal-bolt::after,
  .ambient-scene *,
  .ambient-scene *::before,
  .ambient-scene *::after,
  .is-ambient-active .case-visual::before,
  .is-ambient-active .case-visual::after,
  .is-ambient-active .implementation-timeline li::before,
  .services-page .is-ambient-active .service-group::after { animation: none !important; }
  .portal-brand-mark { transform: translate(-50%,-50%); }
  .portal-electricity { display: none; }
  .ambient-scene { transform: none !important; opacity: .48; }
  .ambient-wash { opacity: .16; }
  .ambient-doc__scan,
  .ambient-network__packet,
  .ambient-sensor__sweep { display: none; }
}

@media print {
  .ambient-scene,
  .portal-electricity { display: none !important; }
}

/* V5.3 — Energy crystal hero. One brand object, no wireframe scenery. */
.hero::before {
  opacity: 0;
  background-image: none;
}

.portal-stage {
  isolation: isolate;
}

.portal-stage .portal-glow {
  z-index: 0;
  width: 78%;
  height: 76%;
  left: -8%;
  top: 12%;
  opacity: .82;
  background:
    radial-gradient(ellipse at 48% 46%, rgba(255,255,255,.12), transparent 15%),
    radial-gradient(ellipse at 50% 52%, rgba(222,69,173,.3), rgba(118,83,255,.16) 44%, transparent 72%);
  filter: blur(24px);
  animation: crystal-ambient 9.6s ease-in-out infinite;
}

.energy-crystal {
  position: absolute;
  z-index: 2;
  left: 24%;
  top: 50%;
  width: min(410px, 48%);
  aspect-ratio: 480 / 440;
  pointer-events: none;
  transform:
    translate(-50%, -50%)
    translate3d(var(--portal-x), calc(var(--portal-y) + var(--portal-shift)), 0)
    perspective(1100px)
    rotateX(calc(4.5deg + var(--portal-rx)))
    rotateY(calc(-5.5deg + var(--portal-ry)));
  transform-origin: 50% 48%;
  transition: transform .32s var(--ease);
  will-change: transform;
}

.energy-crystal__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
/* v5.31.2 — independent helical logo plates; SVG remains the zero-delay fallback. */
.portal-stage {
  --crystal-core-x: 49.17%;
  --crystal-core-y: 40%;
}

.energy-crystal {
  left: 25%;
  top: 50%;
  width: min(680px, 72%);
  pointer-events: auto;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.energy-crystal:has(.is-crystal-interacting) { cursor: grabbing; }

.crystal-3d-canvas {
  position: absolute;
  z-index: 2;
  inset: -7%;
  display: block;
  width: 114%;
  height: 114%;
  opacity: 0;
  outline: 0;
  background: transparent;
  touch-action: pan-y;
  transition: opacity .48s ease;
}

.crystal-3d-canvas[data-crystal-state="ready"],
.crystal-3d-canvas[data-crystal-state="static"],
.crystal-3d-canvas[data-crystal-state="paused"] {
  opacity: 1;
}

.crystal-3d-canvas.is-webgl-fallback { opacity: 0; }

.energy-crystal__svg {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity .38s ease, visibility 0s linear .38s;
}

.crystal-3d-canvas:is([data-crystal-state="ready"], [data-crystal-state="static"], [data-crystal-state="paused"]) + .energy-crystal__svg {
  opacity: 0;
  visibility: hidden;
}

.crystal-route-origin {
  position: absolute;
  z-index: 4;
  left: var(--crystal-core-x);
  top: var(--crystal-core-y);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.crystal-controls {
  position: absolute;
  z-index: 7;
  left: 5%;
  bottom: 6.5%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(8,9,13,.7);
  box-shadow: 0 14px 46px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s var(--ease), border-color .25s ease;
}

.portal-stage.has-crystal-3d .crystal-controls {
  opacity: 1;
  transform: translateY(0);
}

.crystal-controls__label {
  padding: 0 8px 0 10px;
  color: #a8a5b0;
  font-size: 8px;
  letter-spacing: .16em;
  white-space: nowrap;
}

.crystal-controls button {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  color: #f4f1f7;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.035);
  font: 500 16px/1 var(--font);
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s var(--ease);
}

.crystal-controls button:hover,
.crystal-controls button:focus-visible {
  color: #fff;
  border-color: rgba(231,91,203,.78);
  background: linear-gradient(135deg, rgba(255,79,112,.18), rgba(121,81,255,.22));
  outline: 0;
  transform: translateY(-1px);
}

.crystal-controls button:focus-visible {
  box-shadow: 0 0 0 3px rgba(121,81,255,.24);
}

.crystal-controls button[aria-pressed="true"] {
  border-color: rgba(224,82,196,.82);
  background: linear-gradient(135deg, rgba(255,79,112,.24), rgba(121,81,255,.3));
  box-shadow: inset 0 0 18px rgba(168,68,232,.16), 0 0 18px rgba(223,69,173,.12);
}

.portal-stage.has-crystal-3d .energy-crystal {
  transform:
    translate(-50%, -50%)
    translate3d(var(--portal-x), calc(var(--portal-y) + var(--portal-shift)), 0);
}

@media (max-width:1150px) {
  .energy-crystal { left: 25%; width: min(590px, 66%); }
}

@media (max-width:680px) {
  .energy-crystal {
    left: 25%;
    top: 51%;
    width: clamp(210px, 66vw, 280px);
  }
  .crystal-3d-canvas {
    inset: -9%;
    width: 118%;
    height: 118%;
  }
  .crystal-controls {
    left: 4px;
    bottom: 3px;
    gap: 4px;
    padding: 4px;
  }
  .crystal-controls__label { display: none; }
  .crystal-controls button { width: 44px; height: 44px; font-size: 15px; touch-action: manipulation; }
}

@media (max-width:340px) {
  .energy-crystal { left: 24%; width: 206px; }
  .crystal-controls button { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion:reduce) {
  .crystal-3d-canvas,
  .energy-crystal__svg,
  .crystal-controls { transition: none !important; }
}

.crystal-shadow {
  fill: rgba(0,0,0,.72);
  opacity: .82;
}

.crystal-object {
  transform-box: fill-box;
  transform-origin: center;
  animation: crystal-assemble 1.28s .12s var(--ease) both;
}

.crystal-fallback-plate {
  stroke: rgba(245, 244, 249, .72);
  stroke-width: 1.15;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.crystal-depth { fill: url(#crystalDepth); }
.crystal-depth--back { opacity: .78; }
.crystal-depth--top { fill: #b5b4bd; opacity: .7; }
.crystal-depth--left { fill: #303039; }
.crystal-depth--right { fill: #111218; }

.crystal-face {
  stroke: rgba(255,255,255,.18);
  stroke-width: .7;
  vector-effect: non-scaling-stroke;
  transition: opacity .28s ease;
}

.crystal-face--titanium { fill: url(#crystalTitanium); }
.crystal-face--glass { fill: url(#crystalGlass); }
.crystal-face--chrome { fill: url(#crystalChrome); }

.crystal-ribs {
  opacity: .78;
  mix-blend-mode: screen;
}
.crystal-ribs--top { fill: url(#crystalRibsTop); }
.crystal-ribs--left { fill: url(#crystalRibsLeft); }
.crystal-ribs--right { fill: url(#crystalRibsRight); }

.crystal-outline,
.crystal-seam,
.crystal-specular,
.crystal-channel {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.crystal-outline {
  stroke: url(#crystalEdge);
  stroke-width: 2.1;
  opacity: .92;
  filter: drop-shadow(0 0 5px rgba(223,69,173,.3));
}

.crystal-seam {
  stroke: rgba(249,247,252,.3);
  stroke-width: .8;
  opacity: .75;
}

.crystal-specular {
  stroke: rgba(255,255,255,.95);
  stroke-width: 3.2;
  stroke-dasharray: .16 .84;
  stroke-dashoffset: 1;
  opacity: 0;
  filter: drop-shadow(0 0 4px rgba(255,255,255,.64));
  animation: crystal-specular 4.8s 1.1s ease-in-out infinite;
}

.crystal-channel {
  --channel-delay: 0s;
  stroke: #fff;
  stroke-width: 1.15;
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1;
  opacity: .08;
  filter: drop-shadow(0 0 4px var(--channel-color));
  animation: crystal-channel 9.6s var(--channel-delay) linear infinite;
}
.crystal-channel--doc { --channel-color: #ff5a74; --channel-delay: 0s; }
.crystal-channel--bot { --channel-color: #df45ad; --channel-delay: 3.2s; }
.crystal-channel--box { --channel-color: #7653ff; --channel-delay: 6.4s; }

.crystal-corona__arc {
  fill: none;
  stroke: #fff;
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1;
  opacity: 0;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 5px #df45ad);
  animation: crystal-corona 3.2s ease-out infinite;
}
.crystal-corona__arc--b { animation-delay: -.08s; }
.crystal-corona__arc--c { animation-delay: 1.04s; }
.crystal-corona__arc--d { animation-delay: 2.08s; }

.crystal-core-halo {
  opacity: .8;
  transform-box: fill-box;
  transform-origin: center;
  animation: crystal-core-breathe 3.2s ease-in-out infinite;
}
.crystal-core-frame {
  fill: rgba(7,8,12,.88);
  stroke: rgba(255,255,255,.55);
  stroke-width: .8;
  vector-effect: non-scaling-stroke;
}
.crystal-core {
  fill: #fff;
  stroke: rgba(255,255,255,.92);
  stroke-width: .7;
  vector-effect: non-scaling-stroke;
}
.crystal-core-particle {
  fill: #fff;
  opacity: .94;
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 12px #df45ad);
  animation: crystal-particle 3.2s ease-out infinite;
}

.crystal-electricity {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  transition: opacity .28s ease, visibility 0s linear 0s;
}

.crystal-plasma-canvas {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  transition: opacity .32s ease;
}

.portal-stage.has-gpu-plasma .crystal-plasma-canvas { opacity: 1; }
.portal-stage.has-gpu-plasma .crystal-electricity { opacity: 0; visibility: hidden; transition-delay: 0s, .28s; }
.portal-stage.has-gpu-plasma .crystal-route path { animation: none !important; opacity: 0 !important; }

.crystal-route {
  --route-color: #df45ad;
  --route-delay: 0s;
  color: var(--route-color);
}
.crystal-route--doc { --route-color: #ff5a74; --route-delay: 0s; }
.crystal-route--bot { --route-color: #df45ad; --route-delay: 4.4s; }
.crystal-route--box { --route-color: #7653ff; --route-delay: 8.8s; }

.crystal-route path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1;
  opacity: 0;
  mix-blend-mode: screen;
  will-change: opacity, stroke-dashoffset;
  animation: crystal-discharge-core 13.2s var(--route-delay) linear infinite;
}
.crystal-electric-aura {
  stroke: currentColor;
  stroke-width: 22;
  filter: blur(8px);
  animation-name: crystal-discharge-aura !important;
}
.crystal-electric-bloom {
  stroke: currentColor;
  stroke-width: 11;
  filter: blur(3.8px);
  animation-name: crystal-discharge-bloom !important;
}
.crystal-electric-glow {
  stroke: currentColor;
  stroke-width: 5.2;
  filter: blur(1.35px);
  animation-name: crystal-discharge-glow !important;
}
.crystal-electric-filament {
  stroke: color-mix(in srgb, currentColor 68%, #fff);
  stroke-width: 2.1;
  filter: drop-shadow(0 0 2px currentColor);
  animation-name: crystal-discharge-filament !important;
}
.crystal-electric-core {
  stroke: #fff;
  stroke-width: .82;
  filter: drop-shadow(0 0 1.4px #fff) drop-shadow(0 0 4px currentColor);
}

.portal-stage .portal-card {
  z-index: 5;
  animation:
    card-arrive .72s calc(.62s + var(--card-index, 0) * .14s) var(--ease) both,
    crystal-card-cycle 13.2s calc(var(--card-index, 0) * 4.4s) ease-in-out infinite;
}
.portal-stage .portal-card::before {
  animation: crystal-card-sheen 13.2s calc(var(--card-index, 0) * 4.4s) var(--ease) infinite;
}

.hero[data-active-product] .crystal-route path,
.hero[data-active-product] .crystal-channel,
.hero[data-active-product] .portal-card,
.hero[data-active-product] .portal-card::before {
  animation-play-state: paused;
}
.hero[data-active-product] .crystal-route path { opacity: 0; }
.hero[data-active-product="docmind"] .crystal-route--doc path,
.hero[data-active-product="smartbot"] .crystal-route--bot path,
.hero[data-active-product="smartbox"] .crystal-route--box path {
  stroke-dasharray: 1 0;
  stroke-dashoffset: 0;
}
.hero[data-active-product="docmind"] .crystal-route--doc .crystal-electric-aura,
.hero[data-active-product="smartbot"] .crystal-route--bot .crystal-electric-aura,
.hero[data-active-product="smartbox"] .crystal-route--box .crystal-electric-aura { opacity: .045; }
.hero[data-active-product="docmind"] .crystal-route--doc .crystal-electric-bloom,
.hero[data-active-product="smartbot"] .crystal-route--bot .crystal-electric-bloom,
.hero[data-active-product="smartbox"] .crystal-route--box .crystal-electric-bloom { opacity: .12; }
.hero[data-active-product="docmind"] .crystal-route--doc .crystal-electric-glow,
.hero[data-active-product="smartbot"] .crystal-route--bot .crystal-electric-glow,
.hero[data-active-product="smartbox"] .crystal-route--box .crystal-electric-glow { opacity: .24; }
.hero[data-active-product="docmind"] .crystal-route--doc .crystal-electric-filament,
.hero[data-active-product="smartbot"] .crystal-route--bot .crystal-electric-filament,
.hero[data-active-product="smartbox"] .crystal-route--box .crystal-electric-filament { opacity: .58; }
.hero[data-active-product="docmind"] .crystal-route--doc .crystal-electric-core,
.hero[data-active-product="smartbot"] .crystal-route--bot .crystal-electric-core,
.hero[data-active-product="smartbox"] .crystal-route--box .crystal-electric-core { opacity: .9; }
.hero[data-active-product="docmind"] .crystal-face--titanium,
.hero[data-active-product="smartbot"] .crystal-face--glass,
.hero[data-active-product="smartbox"] .crystal-face--chrome { opacity: 1; }

.portal-stage:not(.is-running) :is(
  .portal-glow,
  .crystal-object,
  .crystal-specular,
  .crystal-channel,
  .crystal-core-halo,
  .crystal-core-particle,
  .crystal-corona__arc,
  .crystal-route path,
  .portal-card,
  .portal-card::before
),
.page-hidden .portal-stage :is(
  .portal-glow,
  .crystal-object,
  .crystal-specular,
  .crystal-channel,
  .crystal-core-halo,
  .crystal-core-particle,
  .crystal-corona__arc,
  .crystal-route path,
  .portal-card,
  .portal-card::before
) { animation-play-state: paused !important; }

@keyframes crystal-assemble {
  from { opacity: 0; transform: translate3d(0, 9px, 0) scale(.965); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes crystal-ambient {
  0%, 100% { opacity: .54; transform: scale(.96); }
  50% { opacity: .78; transform: scale(1.03); }
}
@keyframes crystal-specular {
  0%, 8%, 100% { opacity: 0; stroke-dashoffset: 1; }
  18% { opacity: .86; }
  42% { opacity: .5; stroke-dashoffset: -.18; }
  52% { opacity: 0; stroke-dashoffset: -.32; }
}
@keyframes crystal-channel {
  0%, 4%, 30%, 100% { opacity: .06; stroke-dashoffset: 1; }
  9% { opacity: .94; }
  21% { opacity: .76; stroke-dashoffset: .04; }
  27% { opacity: .08; stroke-dashoffset: -.22; }
}
@keyframes crystal-core-breathe {
  0%, 100% { opacity: .58; transform: scale(.78); }
  18% { opacity: 1; transform: scale(1.08); }
  38% { opacity: .7; transform: scale(.9); }
}
@keyframes crystal-particle {
  0%, 100% { opacity: .68; transform: scale(.72); }
  18% { opacity: 1; transform: scale(1.4); }
  36% { opacity: .78; transform: scale(.9); }
}
@keyframes crystal-corona {
  0%, 7%, 58%, 100% { opacity: 0; stroke-dashoffset: 1; }
  12% { opacity: .9; }
  24% { opacity: .96; stroke-dashoffset: .28; }
  36% { opacity: .34; stroke-dashoffset: 0; }
  48% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes crystal-discharge-aura {
  0%, .35%, 9%, 100% { opacity: 0; stroke-dashoffset: 1; }
  1.2% { opacity: .045; stroke-dashoffset: .94; }
  2.4% { opacity: .16; stroke-dashoffset: .58; }
  3.2% { opacity: .06; stroke-dashoffset: .42; }
  3.75% { opacity: .19; stroke-dashoffset: .26; }
  5.4% { opacity: .12; stroke-dashoffset: 0; }
  8.4% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes crystal-discharge-bloom {
  0%, .55%, 8.8%, 100% { opacity: 0; stroke-dashoffset: 1; }
  1.45% { opacity: .08; stroke-dashoffset: .9; }
  2.55% { opacity: .32; stroke-dashoffset: .48; }
  3.15% { opacity: .1; stroke-dashoffset: .38; }
  3.65% { opacity: .36; stroke-dashoffset: .2; }
  5.25% { opacity: .18; stroke-dashoffset: 0; }
  8.1% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes crystal-discharge-glow {
  0%, .7%, 8.5%, 100% { opacity: 0; stroke-dashoffset: 1; }
  1.55% { opacity: .14; stroke-dashoffset: .88; }
  2.65% { opacity: .66; stroke-dashoffset: .44; }
  3.1% { opacity: .18; stroke-dashoffset: .35; }
  3.55% { opacity: .74; stroke-dashoffset: .16; }
  5.05% { opacity: .36; stroke-dashoffset: 0; }
  7.8% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes crystal-discharge-filament {
  0%, .85%, 8.1%, 100% { opacity: 0; stroke-dashoffset: 1; }
  1.7% { opacity: .24; stroke-dashoffset: .86; }
  2.7% { opacity: .92; stroke-dashoffset: .4; }
  3.05% { opacity: .25; stroke-dashoffset: .31; }
  3.45% { opacity: .98; stroke-dashoffset: .12; }
  4.8% { opacity: .48; stroke-dashoffset: 0; }
  7.3% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes crystal-discharge-core {
  0%, 1%, 7.8%, 100% { opacity: 0; stroke-dashoffset: 1; }
  1.85% { opacity: .34; stroke-dashoffset: .82; }
  2.75% { opacity: 1; stroke-dashoffset: .38; }
  3.02% { opacity: .24; stroke-dashoffset: .3; }
  3.38% { opacity: 1; stroke-dashoffset: .1; }
  4.65% { opacity: .68; stroke-dashoffset: 0; }
  6.7% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes crystal-card-cycle {
  0%, .5%, 9%, 100% {
    border-color: color-mix(in srgb, var(--card-color) 38%, rgba(255,255,255,.13));
    box-shadow: 0 20px 58px rgba(0,0,0,.34);
  }
  2.2%, 6.6% {
    border-color: color-mix(in srgb, var(--card-color) 82%, #fff);
    box-shadow: 0 22px 68px rgba(0,0,0,.38), 0 0 26px color-mix(in srgb, var(--card-color) 20%, transparent);
  }
}
@keyframes crystal-card-sheen {
  0%, 1%, 9%, 100% { opacity: 0; transform: translateX(-105%); }
  2.4% { opacity: .6; }
  6.4% { opacity: 0; transform: translateX(105%); }
}

@media (max-width: 1150px) {
  .energy-crystal { left: 25%; width: min(590px, 66%); }
}

@media (max-width: 680px) {
  .portal-stage .portal-glow {
    width: 250px;
    height: 230px;
    left: -16px;
    top: 32px;
    filter: blur(18px);
  }
  .energy-crystal {
    left: 25%;
    top: 52%;
    width: clamp(210px, 66vw, 280px);
    transform:
      translate(-50%, -50%)
      perspective(900px)
      rotateX(2deg)
      rotateY(-3deg);
    will-change: auto;
  }
  .crystal-outline { stroke-width: 1.6; }
  .crystal-seam { stroke-width: .65; }
  .crystal-ribs { opacity: .86; }
  .crystal-core-halo { opacity: .9; }
  .crystal-electric-aura { stroke-width: 18; }
  .crystal-electric-bloom { stroke-width: 9; }
  .crystal-electric-glow { stroke-width: 4.2; }
  .crystal-electric-filament { stroke-width: 1.7; }
  .crystal-electric-core { stroke-width: .72; }
  .portal-stage .portal-card {
    width: clamp(146px, 48vw, 174px);
    min-height: 64px;
    grid-template-columns: 30px minmax(0,1fr) 24px;
    gap: 0 8px;
    padding: 8px 9px;
  }
  .portal-stage .portal-card strong {
    overflow: visible;
    font-size: 11px;
    text-overflow: clip;
  }
}

@media (max-width: 340px) {
  .energy-crystal { left: 24%; width: 206px; }
  .portal-stage .portal-card strong { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .energy-crystal,
  .crystal-object,
  .crystal-specular,
  .crystal-channel,
  .crystal-core-halo,
  .crystal-core-particle,
  .crystal-corona__arc,
  .portal-stage .portal-glow,
  .portal-stage .portal-card,
  .portal-stage .portal-card::before { animation: none !important; }
  .energy-crystal {
    transform: translate(-50%,-50%) perspective(1100px) rotateX(4.5deg) rotateY(-5.5deg);
  }
  .crystal-electricity,
  .crystal-plasma-canvas { display: none; }
  .crystal-corona { display: none; }
  .crystal-channel { opacity: .26; stroke-dasharray: 1 0; stroke-dashoffset: 0; }
  .crystal-specular { opacity: .42; stroke-dasharray: .18 .82; stroke-dashoffset: .58; }
  .crystal-core-halo { opacity: .72; transform: scale(.88); }
}

@media print {
  .crystal-electricity,
  .crystal-plasma-canvas { display: none !important; }
  .energy-crystal { transform: translate(-50%,-50%); }
}

/* V5.4 — complete eight-page prototype: projects, company and contacts. */
.projects-page { --page-accent: #ff526f; --page-accent-2: #8052ff; --page-accent-text: #a12643; }
.company-page { --page-accent: #f15a88; --page-accent-2: #6f5cff; --page-accent-text: #9d2850; }
.contacts-page { --page-accent: #ff5b72; --page-accent-2: #9a50ff; --page-accent-text: #a12643; }

.ambient-scene--projects { --ambient-a: #ff526f; --ambient-b: #8052ff; }
.ambient-scene--company { --ambient-a: #f15a88; --ambient-b: #6f5cff; }
.ambient-scene--contacts { --ambient-a: #ff5b72; --ambient-b: #9a50ff; }

.desktop-nav > a[aria-current="page"] { color: #fff; }
.desktop-nav > a[aria-current="page"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 6px;
  background: linear-gradient(90deg, var(--page-accent, var(--pink)), var(--page-accent-2, var(--violet)));
}
.mobile-menu a[aria-current="page"],
.site-footer a[aria-current="page"] { color: #fff; }

.editorial-engine {
  position: relative;
  min-height: 600px;
  isolation: isolate;
  contain: layout paint;
  pointer-events: none;
  user-select: none;
}
.editorial-engine .engine-atmosphere { opacity: .72; }

/* Projects hero — verified archive as a live routing core. */
.portfolio-engine__scene,
.company-engine,
.contact-signal-scene { position: absolute; inset: 4% 0 2%; }

.portfolio-engine__scene::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 9%;
  width: 66%;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--page-accent) 24%, transparent);
  border-radius: 50%;
  box-shadow: inset 0 0 90px color-mix(in srgb, var(--page-accent-2) 8%, transparent);
  animation: editorial-breathe 8s ease-in-out infinite;
}
.portfolio-engine__index {
  position: absolute;
  z-index: 3;
  left: 34%;
  top: 50%;
  display: grid;
  width: 178px;
  aspect-ratio: 1;
  place-content: center;
  gap: 7px;
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--page-accent) 66%, #fff 12%);
  border-radius: 28%;
  background: linear-gradient(145deg, rgba(25,20,31,.94), rgba(8,9,13,.9));
  box-shadow: 0 0 0 28px rgba(255,255,255,.018), 0 24px 80px rgba(0,0,0,.42), 0 0 54px color-mix(in srgb, var(--page-accent) 18%, transparent);
  transform: translate(-50%,-50%) rotate(45deg);
  animation: editorial-core-float 7.5s ease-in-out infinite;
}
.portfolio-engine__index > * { display: block; transform: rotate(-45deg); }
.portfolio-engine__index span,
.portfolio-engine__index small { color: #77757f; font-size: 8px; letter-spacing: .16em; }
.portfolio-engine__index strong { color: #f4f1f6; font-size: 20px; font-weight: 400; letter-spacing: .05em; }

.portfolio-engine__case {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 230px;
  min-height: 86px;
  align-content: center;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  background: rgba(9,10,15,.88);
  box-shadow: 0 20px 58px rgba(0,0,0,.3);
  backdrop-filter: blur(14px);
  animation: editorial-node-float 7s ease-in-out infinite;
}
.portfolio-engine__case::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2));
}
.portfolio-engine__case small { color: #77757f; font-size: 8px; letter-spacing: .14em; }
.portfolio-engine__case span { color: #e7e4ea; font-size: 12px; }
.portfolio-engine__case--software { right: 1%; top: 9%; }
.portfolio-engine__case--industry { right: -2%; top: 42%; animation-delay: -2.2s; }
.portfolio-engine__case--construction { right: 4%; bottom: 7%; animation-delay: -4.4s; }

.portfolio-engine__route {
  position: absolute;
  z-index: 1;
  left: 34%;
  top: 50%;
  width: 48%;
  height: 1px;
  background: linear-gradient(90deg, var(--page-accent), color-mix(in srgb, var(--page-accent-2) 68%, transparent));
  transform-origin: 0 50%;
  opacity: .48;
}
.portfolio-engine__route--a { transform: rotate(-31deg); }
.portfolio-engine__route--b { transform: rotate(0deg); }
.portfolio-engine__route--c { transform: rotate(31deg); }
.portfolio-engine__pulse {
  --pulse-x: 280px;
  --pulse-y: 0px;
  position: absolute;
  z-index: 5;
  left: 34%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 14px var(--page-accent), 0 0 28px var(--page-accent-2);
  animation: editorial-route-pulse 5.6s ease-in-out infinite;
}
.portfolio-engine__pulse--a { --pulse-x: 265px; --pulse-y: -155px; }
.portfolio-engine__pulse--b { --pulse-x: 290px; --pulse-y: 0px; animation-delay: -1.85s; }
.portfolio-engine__pulse--c { --pulse-x: 260px; --pulse-y: 155px; animation-delay: -3.7s; }

/* Company hero — three product nodes around one delivery system. */
.company-engine::before {
  content: "";
  position: absolute;
  inset: 8% 5% 13%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 45%;
  background: radial-gradient(circle at 50% 46%, color-mix(in srgb, var(--page-accent) 13%, transparent), transparent 45%);
}
.company-engine__orbit {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 64%;
  height: 39%;
  border: 1px solid color-mix(in srgb, var(--page-accent) 28%, transparent);
  border-radius: 50%;
  transform: translate(-50%,-50%) rotate(var(--orbit-turn));
  animation: company-orbit 18s linear infinite;
}
.company-engine__orbit--a { --orbit-turn: 0deg; }
.company-engine__orbit--b { --orbit-turn: 60deg; animation-direction: reverse; animation-duration: 22s; }
.company-engine__orbit--c { --orbit-turn: -60deg; animation-duration: 26s; }
.company-engine__core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 45%;
  display: grid;
  width: 168px;
  aspect-ratio: 1;
  place-content: center;
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--page-accent) 62%, #fff 12%);
  border-radius: 42% 58% 50% 50%;
  background: linear-gradient(145deg, rgba(27,20,34,.95), rgba(8,9,13,.92));
  box-shadow: 0 0 0 28px rgba(255,255,255,.018), 0 30px 90px rgba(0,0,0,.45), 0 0 60px color-mix(in srgb, var(--page-accent-2) 17%, transparent);
  transform: translate(-50%,-50%) rotate(45deg);
  animation: editorial-core-float 7.5s ease-in-out infinite;
}
.company-engine__core > * { transform: rotate(-45deg); }
.company-engine__core small { color: var(--page-accent); font-size: 9px; letter-spacing: .18em; }
.company-engine__core strong { margin-top: 3px; font-size: 22px; font-weight: 400; letter-spacing: .06em; }
.company-engine__core span { margin-top: 12px; color: #77757f; font-size: 7px; letter-spacing: .14em; }
.company-engine__node {
  position: absolute;
  z-index: 5;
  display: grid;
  width: 205px;
  min-height: 86px;
  grid-template-columns: 34px 1fr;
  align-content: center;
  gap: 3px 10px;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  background: rgba(9,10,15,.87);
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
  backdrop-filter: blur(14px);
  animation: editorial-node-float 7.2s ease-in-out infinite;
}
.company-engine__node small { grid-row: 1 / 3; align-self: center; color: var(--page-accent); }
.company-engine__node strong { font-size: 14px; font-weight: 500; }
.company-engine__node span { color: #77757f; font-size: 9px; }
.company-engine__node--documents { left: 0; top: 8%; }
.company-engine__node--requests { right: 0; top: 16%; animation-delay: -2.4s; }
.company-engine__node--objects { right: 2%; bottom: 16%; animation-delay: -4.8s; }
.company-engine__axis {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 45%;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, var(--page-accent), transparent);
  transform-origin: 0 50%;
  opacity: .42;
}
.company-engine__axis--a { transform: rotate(-151deg); }
.company-engine__axis--b { transform: rotate(-32deg); }
.company-engine__axis--c { transform: rotate(31deg); }
.company-engine__foundation {
  position: absolute;
  z-index: 5;
  left: 12%;
  right: 12%;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(9,10,15,.86);
  overflow: hidden;
}
.company-engine__foundation span { padding: 14px; color: #8d8a94; border-left: 1px solid rgba(255,255,255,.09); font-size: 8px; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.company-engine__foundation span:first-child { border-left: 0; }

/* Contacts hero — request routing as a calm signal system. */
.contact-signal-scene::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid color-mix(in srgb, var(--page-accent-2) 22%, transparent);
  border-radius: 50%;
  box-shadow: inset 0 0 100px color-mix(in srgb, var(--page-accent) 7%, transparent);
  animation: editorial-breathe 8.6s ease-in-out infinite;
}
.contact-signal-core {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  display: grid;
  width: 130px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--page-accent) 62%, #fff 10%);
  border-radius: 50%;
  background: rgba(10,10,16,.92);
  box-shadow: 0 0 0 26px rgba(255,255,255,.018), 0 0 60px color-mix(in srgb, var(--page-accent) 18%, transparent);
  transform: translate(-50%,-50%);
  animation: editorial-core-float-round 7.2s ease-in-out infinite;
}
.contact-signal-core i { position: absolute; width: 46%; aspect-ratio: 1; border: 1px solid var(--page-accent); transform: rotate(45deg); }
.contact-signal-core i:nth-child(2) { width: 25%; border-color: var(--page-accent-2); animation: editorial-breathe 4.8s ease-in-out infinite reverse; }
.contact-signal-core b { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 16px var(--page-accent), 0 0 30px var(--page-accent-2); }
.contact-signal-node {
  position: absolute;
  z-index: 5;
  display: grid;
  width: 164px;
  min-height: 76px;
  grid-template-columns: 28px 1fr;
  align-content: center;
  gap: 8px;
  padding: 16px 17px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(9,10,15,.88);
  box-shadow: 0 18px 50px rgba(0,0,0,.3);
  animation: editorial-node-float 7.4s ease-in-out infinite;
}
.contact-signal-node small { color: var(--page-accent); }
.contact-signal-node strong { font-size: 13px; font-weight: 500; }
.contact-signal-node--source { left: 2%; top: 40%; }
.contact-signal-node--topic { left: 35%; top: 5%; animation-delay: -1.8s; }
.contact-signal-node--route { right: 1%; top: 40%; animation-delay: -3.6s; }
.contact-signal-node--result { left: 35%; bottom: 4%; animation-delay: -5.4s; }
.contact-signal-route {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, var(--page-accent), color-mix(in srgb, var(--page-accent-2) 35%, transparent));
  transform-origin: 0 50%;
  opacity: .52;
}
.contact-signal-route::after {
  content: "";
  position: absolute;
  right: 30%;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 16px var(--page-accent);
  animation: contact-route-signal 4.8s ease-in-out infinite;
}
.contact-signal-route--a { transform: rotate(180deg); }
.contact-signal-route--b { transform: rotate(-90deg); }
.contact-signal-route--c { transform: rotate(0deg); }
.contact-signal-route--d { transform: rotate(90deg); }
.contact-signal-route--b::after { animation-delay: -1.2s; }
.contact-signal-route--c::after { animation-delay: -2.4s; }
.contact-signal-route--d::after { animation-delay: -3.6s; }

/* Archive and editorial content. */
.project-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 54px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-dark);
}
.project-filter button {
  min-height: 42px;
  padding: 0 18px;
  color: var(--muted-dark);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.project-filter button:hover { color: var(--text-dark); border-color: #aaa8b1; }
.project-filter button[aria-pressed="true"] { color: #fff; border-color: transparent; background: linear-gradient(100deg, var(--page-accent), var(--page-accent-2)); }

.project-archive { display: grid; gap: 22px; margin-top: 30px; }
.project-entry {
  display: grid;
  grid-template-columns: minmax(360px,.82fr) minmax(0,1.18fr);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-scene);
  background: rgba(255,255,255,.46);
  box-shadow: 0 30px 90px rgba(20,16,28,.055);
}
.project-entry[hidden] { display: none; }
.project-entry:nth-child(even) { grid-template-columns: minmax(0,1.18fr) minmax(360px,.82fr); }
.project-entry:nth-child(even) .project-entry__visual { order: 2; }
.project-entry__visual {
  position: relative;
  display: grid;
  min-height: 520px;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 34px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--page-accent) 17%, transparent), transparent 46%),
    #0b0c11;
  background-size: 58px 58px, 58px 58px, auto, auto;
}
.project-entry__visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--page-accent) 42%, transparent);
  border-radius: 28%;
  transform: translate(-50%,-50%) rotate(45deg);
  box-shadow: 0 0 0 42px color-mix(in srgb, var(--page-accent-2) 5%, transparent);
}
.project-entry__visual span {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 58px;
  min-height: 58px;
  place-items: center;
  padding: 8px;
  color: #eeeaf1;
  border: 1px solid color-mix(in srgb, var(--page-accent) 58%, rgba(255,255,255,.12));
  border-radius: 12px;
  background: rgba(9,10,15,.9);
  font-size: 8px;
  letter-spacing: .08em;
}
.project-entry__visual i { position: relative; z-index: 2; height: 1px; background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2)); }
.project-entry__copy { padding: clamp(34px,5vw,76px); color: var(--text-dark); }
.project-entry__meta { display: flex; justify-content: space-between; gap: 24px; color: var(--muted-dark); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.project-entry__meta small { color: var(--page-accent-text); }
.project-entry__copy h3 { max-width: 720px; margin: 40px 0 0; font-size: clamp(34px,3.2vw,56px); font-weight: 300; letter-spacing: -.04em; line-height: 1.02; }
.project-entry__copy > p { max-width: 700px; margin: 24px 0 0; color: var(--muted-dark); font-size: 15px; line-height: 1.65; }
ul.project-entry__meta { display: grid; gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; text-transform: none; }
ul.project-entry__meta li { padding: 13px 0; border-bottom: 1px solid var(--line-dark); font-size: 12px; letter-spacing: 0; }
.project-entry__role,
.project-entry__result { display: grid; grid-template-columns: 145px 1fr; gap: 24px; margin-top: 26px; padding: 22px; border: 1px solid var(--line-dark); border-radius: 14px; }
.project-entry__role small,
.project-entry__result small { color: var(--page-accent); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.project-entry__role p,
.project-entry__result p { margin: 0; color: var(--muted-dark); font-size: 12px; line-height: 1.55; }
.project-entry__result { background: linear-gradient(110deg, color-mix(in srgb, var(--page-accent) 7%, transparent), color-mix(in srgb, var(--page-accent-2) 5%, transparent)); }
.project-entry[id] { scroll-margin-top: calc(var(--header-height) + 24px); }
.project-entry__brief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.project-entry__brief > div {
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: rgba(255,255,255,.34);
}
.project-entry__brief small,
.project-entry__finance small {
  color: var(--page-accent-text);
  font-size: 9px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.project-entry__brief ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  color: var(--muted-dark);
  list-style: none;
}
.project-entry__brief li {
  position: relative;
  padding-left: 15px;
  font-size: 11px;
  line-height: 1.48;
}
.project-entry__brief li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--page-accent), var(--page-accent-2));
}
.project-entry__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.project-entry__metrics > div {
  position: relative;
  display: flex;
  min-height: 122px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--page-accent-2) 16%, transparent), transparent 46%),
    #0b0c11;
}
.project-entry__metrics > div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2));
}
.project-entry__metrics strong {
  color: #f7f4f8;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1;
}
.project-entry__metrics span {
  color: #96949e;
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.project-entry__finance {
  display: grid;
  grid-template-columns: minmax(160px, .78fr) minmax(260px, 1.35fr) minmax(150px, .7fr);
  gap: 8px;
  margin-top: 12px;
}
.project-entry__finance > div {
  display: flex;
  min-width: 0;
  min-height: 154px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: rgba(255,255,255,.35);
}
.project-entry__finance > div:last-child {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--page-accent), var(--page-accent-2));
}
.project-entry__finance > div:last-child small { color: rgba(255,255,255,.72); }
.project-entry__finance strong {
  color: var(--text-dark);
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.08;
}
.project-entry__finance > div:last-child strong { color: #fff; }
.project-entry__finance span,
.project-entry__finance p { margin: 0; color: var(--muted-dark); font-size: 10px; line-height: 1.52; }
.projects-page .scenario-grid { grid-template-columns: repeat(4,1fr); }

.project-cta-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,1fr) max-content;
  align-items: end;
  gap: clamp(40px,8vw,140px);
  padding: clamp(38px,5vw,76px);
  border: 1px solid var(--line);
  border-radius: var(--radius-scene);
  background: linear-gradient(120deg, color-mix(in srgb, var(--page-accent) 8%, transparent), color-mix(in srgb, var(--page-accent-2) 5%, transparent)), rgba(255,255,255,.018);
}
.project-cta-panel > div > span { color: #85838d; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.project-cta-panel h2,
.project-cta-panel h3 { max-width: 960px; margin: 22px 0 0; font-size: clamp(40px,4.5vw,76px); font-weight: 300; letter-spacing: -.045em; line-height: .98; }
.project-cta-panel h2 em { color: transparent; font-style: normal; background: linear-gradient(100deg,var(--page-accent),var(--page-accent-2)); background-clip: text; -webkit-background-clip: text; }
.project-cta-panel p { max-width: 780px; margin: 24px 0 0; color: #95939c; font-size: 15px; line-height: 1.6; }
.project-cta-panel .button { min-width: 250px; }
.company-page #competencies .project-cta-panel { margin-top: 22px; }
.company-page #competencies .project-cta-panel h3 { font-size: clamp(28px,2.6vw,44px); }

.company-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: clamp(60px,7vw,105px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-scene); background: var(--line); }
.company-principles article { position: relative; min-height: 340px; padding: clamp(28px,3.5vw,52px); background: #0d0e14; }
.company-principles article::before { content: ""; position: absolute; left: 0; top: 0; width: 46%; height: 2px; background: linear-gradient(90deg,var(--page-accent),var(--page-accent-2)); }
.company-principles small { color: #85838d; }
.company-principles h3 { margin: 80px 0 0; font-size: clamp(26px,2.2vw,38px); font-weight: 400; letter-spacing: -.03em; }
.company-principles p { margin: 22px 0 0; color: #94929c; font-size: 14px; line-height: 1.65; }
.company-page .scenario-grid article a { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; color: var(--text-dark); font-size: 12px; }
.company-page .scenario-grid article a span { color: var(--page-accent); }

.contact-topic-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; margin-top: clamp(60px,7vw,105px); }
.contact-topic-grid > a { position: relative; display: flex; min-height: 290px; grid-column: span 2; flex-direction: column; padding: 30px; overflow: hidden; color: var(--text-dark); border: 1px solid var(--line-dark); border-radius: var(--radius-scene); background: rgba(255,255,255,.35); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.contact-topic-grid > a:nth-child(-n+2) { grid-column: span 3; min-height: 320px; }
.contact-topic-grid > a::before { content: ""; position: absolute; left: 0; top: 0; width: 44%; height: 2px; background: linear-gradient(90deg,var(--page-accent),var(--page-accent-2)); }
.contact-topic-grid > a::after { content: ""; position: absolute; right: -85px; top: -85px; width: 190px; aspect-ratio: 1; border: 1px solid color-mix(in srgb,var(--page-accent) 25%,transparent); border-radius: 42%; transform: rotate(45deg); }
.contact-topic-grid > a:hover { border-color: color-mix(in srgb,var(--page-accent) 48%,var(--line-dark)); box-shadow: 0 24px 70px rgba(20,16,28,.08); transform: translateY(-3px); }
.contact-topic-grid small { color: var(--page-accent-text); }
.contact-topic-grid h3 { max-width: 410px; margin: 52px 0 0; font-size: clamp(26px,2.4vw,40px); font-weight: 400; letter-spacing: -.03em; }
.contact-topic-grid p { max-width: 460px; margin: 17px 0 0; color: var(--muted-dark); font-size: 13px; line-height: 1.55; }
.contact-topic-grid a > span { display: flex; justify-content: space-between; margin-top: auto; padding-top: 28px; color: var(--text-dark); font-size: 12px; }
.contact-topic-grid a > span i { color: var(--page-accent); font-style: normal; }
.contact-channel-card { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(360px,1fr) max-content; align-items: center; gap: clamp(30px,5vw,80px); margin-top: 22px; padding: clamp(28px,4vw,54px); border: 1px solid var(--line); border-radius: var(--radius-scene); background: rgba(255,255,255,.025); }
.contact-channel-card span { color: var(--page-accent); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.contact-channel-card h3 { margin: 20px 0 0; font-size: clamp(28px,2.5vw,44px); font-weight: 300; letter-spacing: -.03em; line-height: 1.05; }
.contact-channel-card p { margin: 0; color: #96949e; font-size: 13px; line-height: 1.65; }
.inner-section-light .contact-channel-card span { color: var(--page-accent-text); }
.inner-section-light .contact-channel-card p,
.inner-section-light .contact-channel-card p a { color: #5c5b64; }
.contact-channel-card .button { min-width: 200px; }
.contacts-page .brief-form > input[type="hidden"] { display: none; }

@keyframes editorial-breathe {
  0%,100% { opacity: .42; transform: scale(.96); }
  50% { opacity: .92; transform: scale(1.03); }
}
@keyframes editorial-core-float {
  0%,100% { transform: translate(-50%,-50%) rotate(45deg) translate3d(-3px,-4px,0); }
  50% { transform: translate(-50%,-50%) rotate(46.5deg) translate3d(5px,6px,0); }
}
@keyframes editorial-core-float-round {
  0%,100% { transform: translate(-50%,-50%) translate3d(-3px,-4px,0); }
  50% { transform: translate(-50%,-50%) translate3d(5px,6px,0); }
}
@keyframes editorial-node-float {
  0%,100% { transform: translate3d(0,-3px,0); }
  50% { transform: translate3d(0,5px,0); }
}
@keyframes editorial-route-pulse {
  0%,10% { opacity: 0; transform: translate3d(0,0,0) scale(.6); }
  18% { opacity: 1; }
  72% { opacity: 1; }
  88%,100% { opacity: 0; transform: translate3d(var(--pulse-x),var(--pulse-y),0) scale(1.2); }
}
@keyframes company-orbit {
  from { transform: translate(-50%,-50%) rotate(var(--orbit-turn)); }
  to { transform: translate(-50%,-50%) rotate(calc(var(--orbit-turn) + 360deg)); }
}
@keyframes contact-route-signal {
  0%,15% { opacity: 0; transform: translateX(-130%); }
  30% { opacity: 1; }
  75% { opacity: .9; }
  100% { opacity: 0; transform: translateX(220%); }
}

@media (max-width: 1150px) {
  .project-entry,
  .project-entry:nth-child(even) { grid-template-columns: 1fr; }
  .project-entry:nth-child(even) .project-entry__visual { order: 0; }
  .project-entry__visual { min-height: 390px; }
  .projects-page .scenario-grid { grid-template-columns: repeat(2,1fr); }
  .project-cta-panel { grid-template-columns: 1fr; align-items: start; }
  .company-principles { grid-template-columns: 1fr; }
  .company-principles article { min-height: 250px; }
  .company-principles h3 { margin-top: 52px; }
  .contact-channel-card { grid-template-columns: 1fr 1fr; }
  .contact-channel-card .button { grid-column: 1 / -1; width: max-content; }
}

@media (max-width: 680px) {
  .editorial-engine { width: 100%; min-height: 300px; margin-top: 8px; }
  .portfolio-engine__scene,
  .company-engine,
  .contact-signal-scene { inset: 0; }
  .portfolio-engine__scene::before { left: 1%; top: 7%; width: 74%; }
  .portfolio-engine__index { left: 31%; top: 50%; width: 94px; gap: 3px; box-shadow: 0 0 0 14px rgba(255,255,255,.018), 0 0 34px color-mix(in srgb,var(--page-accent) 18%,transparent); }
  .portfolio-engine__index span,
  .portfolio-engine__index small { font-size: 4px; }
  .portfolio-engine__index strong { font-size: 10px; }
  .portfolio-engine__case { right: 0; width: 142px; min-height: 60px; gap: 5px; padding: 10px 11px; border-radius: 11px; }
  .portfolio-engine__case--software { top: 4%; }
  .portfolio-engine__case--industry { top: 39%; }
  .portfolio-engine__case--construction { bottom: 4%; }
  .portfolio-engine__case small { font-size: 5px; }
  .portfolio-engine__case span { font-size: 7px; }
  .portfolio-engine__route { left: 31%; width: 48%; }
  .portfolio-engine__pulse { left: 31%; width: 5px; height: 5px; }
  .portfolio-engine__pulse--a { --pulse-x: 145px; --pulse-y: -87px; }
  .portfolio-engine__pulse--b { --pulse-x: 155px; --pulse-y: 0px; }
  .portfolio-engine__pulse--c { --pulse-x: 145px; --pulse-y: 87px; }

  .company-engine__core { width: 94px; }
  .company-engine__core small { font-size: 5px; }
  .company-engine__core strong { font-size: 11px; }
  .company-engine__core span { margin-top: 5px; font-size: 4px; }
  .company-engine__node { width: 130px; min-height: 58px; grid-template-columns: 22px 1fr; gap: 2px 6px; padding: 9px 10px; border-radius: 10px; }
  .company-engine__node strong { font-size: 8px; }
  .company-engine__node span,
  .company-engine__node small { font-size: 5px; }
  .company-engine__node--documents { left: 0; top: 3%; }
  .company-engine__node--requests { right: 0; top: 10%; }
  .company-engine__node--objects { right: 0; bottom: 18%; }
  .company-engine__foundation { left: 3%; right: 3%; }
  .company-engine__foundation span { padding: 9px 4px; font-size: 5px; }

  .contact-signal-core { width: 82px; box-shadow: 0 0 0 14px rgba(255,255,255,.018), 0 0 35px color-mix(in srgb,var(--page-accent) 18%,transparent); }
  .contact-signal-node { width: 112px; min-height: 52px; grid-template-columns: 18px 1fr; gap: 4px; padding: 8px 9px; border-radius: 9px; }
  .contact-signal-node small { font-size: 6px; }
  .contact-signal-node strong { font-size: 7px; }
  .contact-signal-node--source { left: 0; top: 41%; }
  .contact-signal-node--topic { left: 35%; top: 1%; }
  .contact-signal-node--route { right: 0; top: 41%; }
  .contact-signal-node--result { left: 35%; bottom: 1%; }
  .contact-signal-route { width: 39%; }

  .project-filter { flex-wrap: wrap; margin-inline: auto; padding-inline: 0; overflow-x: visible; }
  .project-filter button { min-height: 46px; flex: 0 0 auto; }
  .project-entry__visual { min-height: 280px; grid-template-columns: 1fr; gap: 7px; padding: 28px 22px; }
  .project-entry__visual::before { width: 145px; }
  .project-entry__visual span { min-width: 0; min-height: 38px; }
  .project-entry__visual i { width: 1px; height: 14px; justify-self: center; }
  .project-entry__copy { padding: 30px 20px; }
  .project-entry__meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .project-entry__copy h3 { margin-top: 28px; font-size: 34px; }
  .project-entry__role,
  .project-entry__result { grid-template-columns: 1fr; gap: 10px; padding: 18px; }
  .project-entry__brief { grid-template-columns: 1fr; }
  .project-entry__brief > div { padding: 18px; }
  .project-entry__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-entry__metrics > div { min-height: 112px; padding: 16px 14px; }
  .project-entry__metrics strong { font-size: 22px; }
  .project-entry__finance { grid-template-columns: 1fr; }
  .project-entry__finance > div { min-height: 0; padding: 18px; }
  .projects-page .scenario-grid { grid-template-columns: 1fr; }
  .project-cta-panel { gap: 30px; padding: 30px 20px; }
  .project-cta-panel h2,
  .project-cta-panel h3 { font-size: 38px; }
  .project-cta-panel .button { width: 100%; min-width: 0; }
  .company-page #competencies .project-cta-panel h3 { font-size: 30px; }

  .company-principles article { min-height: 230px; padding: 28px 20px; }
  .contact-topic-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .contact-topic-grid > a,
  .contact-topic-grid > a:nth-child(-n+2) { min-height: 250px; grid-column: auto; padding: 25px 20px; }
  .contact-topic-grid h3 { margin-top: 44px; font-size: 31px; }
  .contact-channel-card { grid-template-columns: 1fr; padding: 28px 20px; }
  .contact-channel-card .button { grid-column: auto; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-engine *,
  .editorial-engine *::before,
  .editorial-engine *::after { animation: none !important; transition: none !important; }
  .portfolio-engine__pulse,
  .contact-signal-route::after { display: none; }
}

/* V5.6 — page-specific evidence, delivery and request motion. */
.ambient-evidence,
.ambient-delivery,
.ambient-request {
  position: absolute;
  right: -4%;
  top: var(--ambient-follow-y, 6%);
  width: min(58vw, 820px);
  aspect-ratio: 1;
  opacity: .54;
  transform: translate3d(var(--ambient-shift-x, 0px), var(--ambient-shift-y, 0px), 0) rotate(var(--ambient-turn, 0deg));
}
.motion-section[data-ambient-variant="2"] :is(.ambient-evidence,.ambient-delivery,.ambient-request) { right: auto; left: -8%; }
.motion-section[data-ambient-variant="3"] :is(.ambient-evidence,.ambient-delivery,.ambient-request) { right: 8%; }

/* Projects: a verified-case ledger closes into one evidence seal. */
.ambient-evidence::before {
  content: "";
  position: absolute;
  inset: 8% 4% 10% 8%;
  opacity: .45;
  background-image: linear-gradient(var(--ambient-line) 1px, transparent 1px), linear-gradient(90deg, var(--ambient-line) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(110deg, transparent, #000 16% 76%, transparent);
}
.ambient-evidence__orbit {
  position: absolute;
  left: 27%;
  top: 51%;
  width: 35%;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--ambient-a) 34%, var(--ambient-line));
  border-radius: 34%;
  transform: translate(-50%,-50%) rotate(45deg);
  animation: ambient-evidence-orbit 24s linear infinite;
}
.ambient-evidence__orbit--b { width: 22%; border-style: dashed; border-color: color-mix(in srgb, var(--ambient-b) 30%, var(--ambient-line)); animation-direction: reverse; animation-duration: 17s; }
.ambient-evidence__axis {
  position: absolute;
  left: 23%;
  top: 51%;
  width: 62%;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--ambient-a) 72%, transparent), color-mix(in srgb, var(--ambient-b) 18%, transparent));
  transform: rotate(-7deg) scaleX(.78);
  transform-origin: 0 50%;
  animation: ambient-evidence-axis 8.8s ease-in-out infinite;
}
.ambient-evidence__ledger {
  position: absolute;
  right: 5%;
  top: 20%;
  display: grid;
  width: 41%;
  height: 59%;
  grid-template-rows: repeat(8, 1fr);
  gap: 5px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--ambient-b) 25%, var(--ambient-line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--ambient-surface) 65%, transparent);
}
.ambient-evidence__ledger i { position: relative; overflow: hidden; border: 1px solid var(--ambient-line); border-radius: 5px; background: color-mix(in srgb, var(--ambient-a) 4%, transparent); }
.ambient-evidence__ledger i::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--ambient-a) 16%, transparent), color-mix(in srgb, var(--ambient-b) 12%, transparent));
  transform: translate3d(-100%,0,0);
  animation: ambient-evidence-row 10.4s ease-in-out infinite;
}
.ambient-evidence__ledger i:nth-child(2)::after { animation-delay: .22s; }
.ambient-evidence__ledger i:nth-child(3)::after { animation-delay: .44s; }
.ambient-evidence__ledger i:nth-child(4)::after { animation-delay: .66s; }
.ambient-evidence__ledger i:nth-child(5)::after { animation-delay: .88s; }
.ambient-evidence__ledger i:nth-child(6)::after { animation-delay: 1.1s; }
.ambient-evidence__ledger i:nth-child(7)::after { animation-delay: 1.32s; }
.ambient-evidence__ledger i:nth-child(8)::after { animation-delay: 1.54s; }
.ambient-evidence__packet {
  --evidence-x: min(39vw, 520px);
  --evidence-y: -82px;
  position: absolute;
  z-index: 4;
  left: 25%;
  top: 51%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background: var(--ambient-a);
  box-shadow: 0 0 14px color-mix(in srgb, var(--ambient-a) 62%, transparent);
  animation: ambient-evidence-packet 10.4s ease-in-out infinite;
}
.ambient-evidence__packet--b { --evidence-y: 0px; background: var(--ambient-b); animation-delay: -3.45s; }
.ambient-evidence__packet--c { --evidence-y: 82px; animation-delay: -6.9s; }
.ambient-evidence__seal {
  position: absolute;
  z-index: 3;
  left: 27%;
  top: 51%;
  width: 82px;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--ambient-a) 52%, transparent);
  border-radius: 26%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ambient-a) 12%, var(--ambient-surface)), color-mix(in srgb, var(--ambient-b) 9%, var(--ambient-surface)));
  transform: translate(-50%,-50%) rotate(45deg);
  animation: ambient-evidence-seal 6.2s ease-in-out infinite;
}
.ambient-evidence__seal i { position: absolute; inset: 18%; border: 1px solid color-mix(in srgb, var(--ambient-b) 34%, transparent); border-radius: 22%; }
.ambient-evidence__seal i:nth-child(2) { inset: 31%; transform: rotate(45deg); }
.ambient-evidence__seal i:nth-child(3) { inset: 43%; border-radius: 50%; background: var(--ambient-a); box-shadow: 0 0 16px color-mix(in srgb, var(--ambient-a) 58%, transparent); }

/* Company: five controlled stages assemble into a handed-over system. */
.ambient-delivery__orbit {
  position: absolute;
  right: 3%;
  top: 51%;
  width: 39%;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--ambient-b) 28%, var(--ambient-line));
  border-radius: 50%;
  transform: translateY(-50%);
  animation: ambient-delivery-orbit 26s linear infinite;
}
.ambient-delivery__orbit--b { right: 10%; width: 25%; border-style: dashed; animation-direction: reverse; animation-duration: 18s; }
.ambient-delivery__rail {
  position: absolute;
  left: 7%;
  top: 51%;
  width: 74%;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--ambient-a) 64%, transparent), color-mix(in srgb, var(--ambient-b) 30%, transparent));
  transform: rotate(-6deg) scaleX(.88);
  transform-origin: 0 50%;
}
.ambient-delivery__node {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 1px solid color-mix(in srgb, var(--ambient-a) 48%, var(--ambient-line));
  border-radius: 50%;
  background: var(--ambient-surface);
  animation: ambient-delivery-node 7.5s ease-in-out infinite;
}
.ambient-delivery__node--a { left: 9%; top: 56%; }
.ambient-delivery__node--b { left: 24%; top: 53%; animation-delay: -1.5s; }
.ambient-delivery__node--c { left: 39%; top: 50%; animation-delay: -3s; }
.ambient-delivery__node--d { left: 54%; top: 47%; animation-delay: -4.5s; }
.ambient-delivery__node--e { left: 69%; top: 44%; animation-delay: -6s; }
.ambient-delivery__token {
  --delivery-x: min(42vw, 560px);
  --delivery-y: -54px;
  position: absolute;
  z-index: 4;
  left: 9%;
  top: 56%;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  opacity: 0;
  background: var(--ambient-a);
  box-shadow: 0 0 18px color-mix(in srgb, var(--ambient-a) 56%, transparent);
  transform: rotate(45deg);
  animation: ambient-delivery-token 9.6s ease-in-out infinite;
}
.ambient-delivery__core {
  position: absolute;
  z-index: 3;
  right: 14%;
  top: 51%;
  width: 112px;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--ambient-a) 48%, transparent);
  border-radius: 29%;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--ambient-a) 16%, transparent), transparent 60%), color-mix(in srgb, var(--ambient-surface) 68%, transparent);
  transform: translateY(-50%) rotate(45deg);
  animation: ambient-delivery-core 6.8s ease-in-out infinite;
}
.ambient-delivery__core i { position: absolute; inset: 18%; border: 1px solid color-mix(in srgb, var(--ambient-b) 38%, transparent); border-radius: 26%; }
.ambient-delivery__core i:nth-child(2) { inset: 31%; transform: rotate(45deg); }
.ambient-delivery__core i:nth-child(3) { inset: 43%; border-radius: 50%; background: var(--ambient-a); box-shadow: 0 0 18px color-mix(in srgb, var(--ambient-a) 60%, transparent); }

/* Contacts: a brief becomes a routed, ready-to-discuss request. */
.ambient-request__rail { position: absolute; left: 6%; top: 52%; width: 77%; height: 1px; background: linear-gradient(90deg, color-mix(in srgb, var(--ambient-a) 52%, transparent), color-mix(in srgb, var(--ambient-b) 38%, transparent)); transform: scaleX(.88); transform-origin: 0 50%; }
.ambient-request__branch {
  position: absolute;
  left: 37%;
  top: 52%;
  width: 29%;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--ambient-a) 52%, transparent), transparent);
  transform: rotate(var(--request-angle, -35deg));
  transform-origin: 0 50%;
  animation: ambient-request-branch 8.2s ease-in-out infinite;
}
.ambient-request__branch--b { --request-angle: 35deg; animation-delay: -4.1s; }
.ambient-request__node { position: absolute; top: 51%; width: 10px; height: 10px; border: 1px solid color-mix(in srgb, var(--ambient-a) 55%, var(--ambient-line)); border-radius: 50%; background: var(--ambient-surface); animation: ambient-request-node 6.8s ease-in-out infinite; }
.ambient-request__node--a { left: 8%; }
.ambient-request__node--b { left: 31%; animation-delay: -1.7s; }
.ambient-request__node--c { left: 54%; animation-delay: -3.4s; }
.ambient-request__node--d { left: 78%; animation-delay: -5.1s; }
.ambient-request__packet {
  --request-x: min(45vw, 595px);
  position: absolute;
  z-index: 4;
  left: 8%;
  top: 51%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 0;
  background: var(--ambient-a);
  box-shadow: 0 0 15px color-mix(in srgb, var(--ambient-a) 62%, transparent);
  animation: ambient-request-packet 8.4s ease-in-out infinite;
}
.ambient-request__message { position: absolute; left: 7%; top: 24%; display: grid; width: 29%; gap: 8px; padding: 17px; border: 1px solid var(--ambient-line); border-radius: 18px 18px 18px 6px; background: color-mix(in srgb, var(--ambient-surface) 68%, transparent); animation: ambient-request-message 9.6s ease-in-out infinite; }
.ambient-request__message i { display: block; height: 3px; border-radius: 999px; background: color-mix(in srgb, var(--ambient-a) 30%, var(--ambient-line)); }
.ambient-request__message i:nth-child(2) { width: 76%; }
.ambient-request__message i:nth-child(3) { width: 52%; background: color-mix(in srgb, var(--ambient-b) 32%, var(--ambient-line)); }
.ambient-request__target { position: absolute; right: 8%; top: 52%; width: 124px; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--ambient-b) 35%, var(--ambient-line)); border-radius: 50%; transform: translateY(-50%); animation: ambient-request-target 13s linear infinite; }
.ambient-request__target i { position: absolute; inset: 21%; border: 1px dashed color-mix(in srgb, var(--ambient-a) 36%, transparent); border-radius: 50%; }
.ambient-request__target i:nth-child(2) { inset: 40%; border-style: solid; background: color-mix(in srgb, var(--ambient-a) 14%, transparent); }

/* Verified cases: animate the evidence layer, never the stated facts. */
.project-entry {
  --case-orbit-start: 45deg;
  --case-orbit-end: 405deg;
  --case-scan-angle: 0deg;
  --case-scan-travel: 360px;
  --case-flow-duration: 8.4s;
  --case-phase: 0s;
  --case-dot-x: clamp(48px, 7vw, 118px);
}
#case-sales,
.project-entry:has(.project-entry__visual--sales) { --case-orbit-start: 45deg; --case-orbit-end: 405deg; --case-flow-duration: 7.6s; --case-scan-angle: 0deg; --case-phase: -.3s; }
#case-industry,
.project-entry:has(.project-entry__visual--factory) { --case-orbit-start: 22deg; --case-orbit-end: -338deg; --case-flow-duration: 10.2s; --case-scan-angle: -5deg; --case-phase: -1.2s; --case-dot-x: clamp(38px, 6vw, 96px); }
#case-construction,
.project-entry:has(.project-entry__visual--build) { --case-orbit-start: 60deg; --case-orbit-end: 420deg; --case-flow-duration: 9.4s; --case-scan-angle: -16deg; --case-phase: -2.1s; }
#case-restaurants,
.project-entry:has(.project-entry__visual--restaurant) { --case-orbit-start: 38deg; --case-orbit-end: 398deg; --case-flow-duration: 6.9s; --case-scan-angle: 12deg; --case-phase: -2.9s; --case-dot-x: clamp(55px, 8vw, 130px); }
#case-clinic,
.project-entry:has(.project-entry__visual--clinic) { --case-orbit-start: 48deg; --case-orbit-end: -312deg; --case-flow-duration: 11s; --case-scan-angle: -8deg; --case-phase: -3.7s; }
#case-logistics,
.project-entry:has(.project-entry__visual--logistics) { --case-orbit-start: 26deg; --case-orbit-end: 386deg; --case-flow-duration: 6.4s; --case-scan-angle: 4deg; --case-phase: -4.5s; --case-dot-x: clamp(62px, 9vw, 145px); }
#case-service,
.project-entry:has(.project-entry__visual--field-service) { --case-orbit-start: 72deg; --case-orbit-end: 432deg; --case-flow-duration: 9.8s; --case-scan-angle: 17deg; --case-phase: -5.3s; }
#case-platform,
.project-entry:has(.project-entry__visual--platform) { --case-orbit-start: 0deg; --case-orbit-end: -360deg; --case-flow-duration: 12s; --case-scan-angle: 45deg; --case-phase: -6.1s; --case-dot-x: clamp(44px, 6.5vw, 108px); }
.project-entry__visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 8%;
  right: 8%;
  top: 10%;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--page-accent), var(--page-accent-2), transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--page-accent) 18%, transparent);
}
.project-entry__visual span::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid color-mix(in srgb, var(--page-accent) 36%, transparent);
  border-radius: inherit;
  opacity: 0;
  transform: scale(.84);
}
.project-entry__visual i::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 11px var(--page-accent);
}
.project-entry.is-case-active .project-entry__visual::before { animation: case-evidence-orbit calc(var(--case-flow-duration) + var(--case-flow-duration)) linear infinite; }
.project-entry.is-case-active .project-entry__visual::after { animation: case-evidence-scan var(--case-flow-duration) ease-in-out infinite; }
.project-entry.is-case-active .project-entry__visual span::after { animation: case-node-confirm var(--case-flow-duration) ease-in-out infinite; animation-delay: var(--case-phase); }
.project-entry.is-case-active .project-entry__visual span:nth-of-type(2)::after { animation-delay: calc(var(--case-phase) + .32s); }
.project-entry.is-case-active .project-entry__visual span:nth-of-type(3)::after { animation-delay: calc(var(--case-phase) + .64s); }
.project-entry.is-case-active .project-entry__visual span:nth-of-type(4)::after { animation-delay: calc(var(--case-phase) + .96s); }
.project-entry.is-case-active .project-entry__visual i::after { animation: case-connector-signal var(--case-flow-duration) ease-in-out infinite; animation-delay: calc(var(--case-phase) + .18s); }
.project-entry.is-case-active .project-entry__visual i:nth-of-type(2)::after { animation-delay: calc(var(--case-phase) + .5s); }
.project-entry.is-case-active .project-entry__visual i:nth-of-type(3)::after { animation-delay: calc(var(--case-phase) + .82s); }
#case-industry .project-entry__visual i,
.project-entry__visual--factory i { transform: scaleX(.78); }
#case-construction .project-entry__visual i,
.project-entry__visual--build i { transform: rotate(-7deg); }
#case-restaurants .project-entry__visual i,
.project-entry__visual--restaurant i { transform: skewX(-18deg); }
#case-clinic .project-entry__visual i,
.project-entry__visual--clinic i { transform: scaleX(.9) rotate(3deg); }
#case-logistics .project-entry__visual i,
.project-entry__visual--logistics i { transform: scaleX(1.08); }
#case-service .project-entry__visual i,
.project-entry__visual--field-service i { transform: rotate(8deg); }
#case-platform .project-entry__visual i,
.project-entry__visual--platform i { transform: skewX(20deg) scaleX(.8); }
.project-entry__visual--sales i { transform: scaleX(.96); }
.project-entry__metrics > div::after { transform: scaleX(.16); transform-origin: 0 50%; }
.project-entry.is-case-active .project-entry__metrics > div::after { animation: case-metric-proof 6.4s ease-in-out infinite; }
.project-entry.is-case-active .project-entry__metrics > div:nth-child(2)::after { animation-delay: -1.6s; }
.project-entry.is-case-active .project-entry__metrics > div:nth-child(3)::after { animation-delay: -3.2s; }
.project-entry.is-case-active .project-entry__metrics > div:nth-child(4)::after { animation-delay: -4.8s; }
.project-entry__finance > div:last-child { position: relative; overflow: hidden; }
.project-entry__finance > div:last-child::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -45%;
  width: 34%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  transform: skewX(-18deg) translate3d(-100%,0,0);
  pointer-events: none;
}
.project-entry.is-case-active .project-entry__finance > div:last-child::after { animation: case-finance-sheen 8.8s ease-in-out infinite; animation-delay: var(--case-phase); }

/* Company: progressive positioning, principles, timeline and handover gates. */
.company-page .scenario-grid article,
.contact-prepare-grid article { position: relative; overflow: hidden; }
.company-page .scenario-grid article::after,
.contact-prepare-grid article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  opacity: .42;
  background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2));
  transform: scaleX(.14);
  transform-origin: 0 50%;
}
.company-page :is(.is-motion-active,.is-ambient-active) .scenario-grid article::after,
.company-page .scenario-grid.is-motion-active article::after { animation: company-route-confirm 9.6s ease-in-out infinite; }
.company-page :is(.is-motion-active,.is-ambient-active) .scenario-grid article:nth-child(2)::after,
.company-page .scenario-grid.is-motion-active article:nth-child(2)::after { animation-delay: -3.2s; }
.company-page :is(.is-motion-active,.is-ambient-active) .scenario-grid article:nth-child(3)::after,
.company-page .scenario-grid.is-motion-active article:nth-child(3)::after { animation-delay: -6.4s; }
.company-principles article { overflow: hidden; }
.company-principles article::before { transform: scaleX(.28); transform-origin: 0 50%; }
.company-principles article::after {
  content: "";
  position: absolute;
  right: -78px;
  top: -78px;
  width: 172px;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--page-accent) 25%, transparent);
  border-radius: 35%;
  opacity: .5;
  transform: rotate(45deg);
}
.company-page :is(.is-motion-active,.is-ambient-active) .company-principles article::before,
.company-principles.is-motion-active article::before { animation: company-principle-line 9s ease-in-out infinite; }
.company-page :is(.is-motion-active,.is-ambient-active) .company-principles article::after,
.company-principles.is-motion-active article::after { animation: company-principle-orbit 26s linear infinite; }
.company-page :is(.is-motion-active,.is-ambient-active) .company-principles article:nth-child(2)::before,
.company-principles.is-motion-active article:nth-child(2)::before { animation-delay: -3s; }
.company-page :is(.is-motion-active,.is-ambient-active) .company-principles article:nth-child(3)::before,
.company-principles.is-motion-active article:nth-child(3)::before { animation-delay: -6s; }
.implementation-timeline { position: relative; }
.implementation-timeline::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--page-accent), var(--page-accent-2));
  transform: scaleX(var(--ambient-progress, .18));
  transform-origin: 0 50%;
  transition: transform .14s linear;
}
.company-page :is(.is-motion-active,.is-ambient-active) .implementation-timeline li::before,
.implementation-timeline.is-motion-active li::before { animation: ambient-timeline-node 5.5s ease-in-out infinite; }
.acceptance-register li { position: relative; overflow: hidden; }
.acceptance-register li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--page-accent), var(--page-accent-2), transparent);
  transform: translate3d(-100%,0,0);
}
.company-page :is(.is-motion-active,.is-ambient-active) .acceptance-register li::after,
.acceptance-register.is-motion-active li::after { animation: company-handover-pass 8.8s ease-in-out infinite; }
.company-page :is(.is-motion-active,.is-ambient-active) .acceptance-register li:nth-child(2)::after,
.acceptance-register.is-motion-active li:nth-child(2)::after { animation-delay: -2.2s; }
.company-page :is(.is-motion-active,.is-ambient-active) .acceptance-register li:nth-child(3)::after,
.acceptance-register.is-motion-active li:nth-child(3)::after { animation-delay: -4.4s; }
.company-page :is(.is-motion-active,.is-ambient-active) .acceptance-register li:nth-child(4)::after,
.acceptance-register.is-motion-active li:nth-child(4)::after { animation-delay: -6.6s; }
.company-page :is(.is-motion-active,.is-ambient-active) .service-group::after { animation: ambient-service-corner 28s linear infinite; }

/* Contacts: selected intent, preparation route and form readiness. */
.contact-topic-grid > a::before { transform: scaleX(.42); transform-origin: 0 50%; transition: transform .45s var(--ease); }
.contact-topic-grid > a.is-selected-topic {
  border-color: color-mix(in srgb,var(--page-accent) 58%,var(--line-dark));
  background: linear-gradient(135deg, color-mix(in srgb,var(--page-accent) 7%, white), rgba(255,255,255,.52));
  box-shadow: 0 26px 74px rgba(20,16,28,.09), inset 0 0 0 1px color-mix(in srgb,var(--page-accent-2) 10%,transparent);
  transform: translateY(-3px);
}
.contact-topic-grid > a.is-selected-topic::before { transform: scaleX(2.38); }
.contact-topic-grid > a.is-selected-topic.is-motion-active::after { animation: contact-topic-orbit 24s linear infinite; }
.contacts-page :is(.is-motion-active,.is-ambient-active) .contact-prepare-grid article::after,
.contact-prepare-grid.is-motion-active article::after { animation: contact-prepare-route 8.7s ease-in-out infinite; }
.contacts-page :is(.is-motion-active,.is-ambient-active) .contact-prepare-grid article:nth-child(2)::after,
.contact-prepare-grid.is-motion-active article:nth-child(2)::after { animation-delay: -2.9s; }
.contacts-page :is(.is-motion-active,.is-ambient-active) .contact-prepare-grid article:nth-child(3)::after,
.contact-prepare-grid.is-motion-active article:nth-child(3)::after { animation-delay: -5.8s; }
.brief-live-signal {
  --brief-ratio: 0;
  display: grid;
  grid-template-columns: max-content minmax(90px,1fr) max-content;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}
.brief-live-signal > span,
.brief-live-signal > small { color: #77757f; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.brief-live-signal > small { color: #aaa8b1; font-variant-numeric: tabular-nums; }
.brief-live-signal > i { position: relative; height: 2px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
.brief-live-signal > i > b {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--page-accent,var(--pink)), var(--page-accent-2,var(--violet)));
  box-shadow: 0 0 14px color-mix(in srgb, var(--page-accent,var(--pink)) 35%, transparent);
  transform: scaleX(var(--brief-ratio));
  transform-origin: 0 50%;
  transition: transform .42s var(--ease);
}
.brief-live-signal[data-brief-stage="ready"] { border-color: color-mix(in srgb, var(--page-accent,var(--pink)) 36%, rgba(255,255,255,.1)); }
.brief-live-signal[data-brief-stage="ready"] > span { color: color-mix(in srgb, var(--page-accent,var(--pink)) 78%, white); }
.brief-form:focus-within .brief-live-signal[data-brief-stage="ready"] > i > b { animation: brief-ready-glow 3.8s ease-in-out infinite; }

.page-hidden .project-entry *,
.page-hidden .project-entry *::before,
.page-hidden .project-entry *::after,
.page-hidden.company-page *,
.page-hidden.company-page *::before,
.page-hidden.company-page *::after,
.page-hidden.contacts-page *,
.page-hidden.contacts-page *::before,
.page-hidden.contacts-page *::after,
.page-hidden .brief-live-signal *,
.page-hidden .brief-live-signal *::before,
.page-hidden .brief-live-signal *::after,
.page-hidden .case-visual::before,
.page-hidden .case-visual::after,
.page-hidden .implementation-timeline li::before,
.page-hidden .service-group::after { animation-play-state: paused !important; }

@keyframes ambient-evidence-orbit { to { transform: translate(-50%,-50%) rotate(405deg); } }
@keyframes ambient-evidence-axis { 0%,100% { opacity: .28; transform: rotate(-7deg) scaleX(.28); } 46%,72% { opacity: .88; transform: rotate(-7deg) scaleX(1); } }
@keyframes ambient-evidence-row { 0%,25%,100% { opacity: 0; transform: translate3d(-100%,0,0); } 36%,66% { opacity: .88; } 78% { opacity: 0; transform: translate3d(100%,0,0); } }
@keyframes ambient-evidence-packet { 0%,20%,100% { opacity: 0; transform: translate3d(0,0,0); } 30% { opacity: 1; } 72% { opacity: .9; } 86% { opacity: 0; transform: translate3d(var(--evidence-x),var(--evidence-y),0); } }
@keyframes ambient-evidence-seal { 0%,100% { opacity: .62; transform: translate(-50%,-50%) rotate(45deg) scale(.92); } 50% { opacity: 1; transform: translate(-50%,-50%) rotate(47deg) scale(1.06); } }
@keyframes ambient-delivery-orbit { to { transform: translateY(-50%) rotate(360deg); } }
@keyframes ambient-delivery-node { 0%,100% { opacity: .36; transform: scale(.72); } 46%,68% { opacity: 1; transform: scale(1.24); } }
@keyframes ambient-delivery-token { 0%,13%,100% { opacity: 0; transform: translate3d(0,0,0) rotate(45deg); } 22% { opacity: 1; } 76% { opacity: .92; } 90% { opacity: 0; transform: translate3d(var(--delivery-x),var(--delivery-y),0) rotate(405deg); } }
@keyframes ambient-delivery-core { 0%,100% { opacity: .64; transform: translateY(-50%) rotate(45deg) scale(.94); } 50% { opacity: 1; transform: translateY(-50%) rotate(48deg) scale(1.06); } }
@keyframes ambient-request-branch { 0%,100% { opacity: .22; transform: rotate(var(--request-angle)) scaleX(.34); } 48%,70% { opacity: .82; transform: rotate(var(--request-angle)) scaleX(1); } }
@keyframes ambient-request-node { 0%,100% { opacity: .3; transform: scale(.72); } 42%,68% { opacity: 1; transform: scale(1.25); } }
@keyframes ambient-request-packet { 0%,14%,100% { opacity: 0; transform: translate3d(0,0,0); } 23% { opacity: 1; } 74% { opacity: .9; } 89% { opacity: 0; transform: translate3d(var(--request-x),0,0); } }
@keyframes ambient-request-message { 0%,100% { opacity: .48; transform: translate3d(0,4px,0); } 50% { opacity: .9; transform: translate3d(9px,-6px,0); } }
@keyframes ambient-request-target { to { transform: translateY(-50%) rotate(360deg); } }
@keyframes case-evidence-orbit { from { transform: translate(-50%,-50%) rotate(var(--case-orbit-start)); } to { transform: translate(-50%,-50%) rotate(var(--case-orbit-end)); } }
@keyframes case-evidence-scan { 0%,15%,100% { opacity: 0; transform: translate3d(0,0,0) rotate(var(--case-scan-angle)); } 26% { opacity: .86; } 74% { opacity: .5; } 88% { opacity: 0; transform: translate3d(0,var(--case-scan-travel),0) rotate(var(--case-scan-angle)); } }
@keyframes case-node-confirm { 0%,38%,100% { opacity: 0; transform: scale(.84); } 50%,68% { opacity: .9; transform: scale(1.08); } }
@keyframes case-connector-signal { 0%,30%,100% { opacity: 0; transform: translate3d(0,0,0); } 40% { opacity: 1; } 72% { opacity: .9; } 84% { opacity: 0; transform: translate3d(var(--case-dot-x),0,0); } }
@keyframes case-metric-proof { 0%,100% { opacity: .34; transform: scaleX(.16); } 42%,68% { opacity: 1; transform: scaleX(1); } }
@keyframes case-finance-sheen { 0%,58%,100% { opacity: 0; transform: skewX(-18deg) translate3d(-100%,0,0); } 68% { opacity: .65; } 86% { opacity: 0; transform: skewX(-18deg) translate3d(520%,0,0); } }
@keyframes company-route-confirm { 0%,100% { opacity: .28; transform: scaleX(.14); } 42%,68% { opacity: .82; transform: scaleX(1); } }
@keyframes company-principle-line { 0%,100% { opacity: .4; transform: scaleX(.28); } 42%,66% { opacity: 1; transform: scaleX(1); } }
@keyframes company-principle-orbit { to { transform: rotate(405deg); } }
@keyframes company-handover-pass { 0%,24%,100% { opacity: 0; transform: translate3d(-100%,0,0); } 34% { opacity: .8; } 72% { opacity: .72; } 86% { opacity: 0; transform: translate3d(100%,0,0); } }
@keyframes contact-topic-orbit { to { transform: rotate(405deg); } }
@keyframes contact-prepare-route { 0%,100% { opacity: .24; transform: scaleX(.14); } 44%,70% { opacity: .88; transform: scaleX(1); } }
@keyframes brief-ready-glow { 0%,100% { opacity: .72; } 50% { opacity: 1; } }

@media (max-width: 680px) {
  .ambient-evidence,
  .ambient-delivery,
  .ambient-request { width: 118vw; right: -43vw; opacity: calc(.26 + var(--ambient-progress) * .2); transform: none; }
  .motion-section[data-ambient-variant="2"] :is(.ambient-evidence,.ambient-delivery,.ambient-request) { left: -47vw; }
  .motion-section[data-ambient-variant="3"] :is(.ambient-evidence,.ambient-delivery,.ambient-request) { right: -28vw; }
  .ambient-evidence__orbit--b,
  .ambient-evidence__packet--c,
  .ambient-evidence__ledger i:nth-child(n+7),
  .ambient-delivery__orbit--b,
  .ambient-delivery__node--e,
  .ambient-request__branch--b,
  .ambient-request__message i:nth-child(3) { display: none; }
  .ambient-evidence__ledger { height: 50%; grid-template-rows: repeat(6,1fr); }
  .ambient-evidence__packet { --evidence-x: 58vw; }
  .ambient-delivery__token { --delivery-x: 61vw; }
  .ambient-request__packet { --request-x: 67vw; }
  .ambient-request__message { width: 34%; }
  .ambient-request__target { width: 92px; }

  .project-entry { --case-scan-travel: 210px; --case-dot-x: 0; --case-dot-y: 14px; }
  .project-entry__visual i::after { left: -2px; top: 0; }
  .project-entry.is-case-active .project-entry__visual i::after { animation-name: case-connector-signal-mobile; }
  :is(#case-industry,#case-construction,#case-restaurants,#case-clinic,#case-logistics,#case-service,#case-platform) .project-entry__visual i,
  :is(.project-entry__visual--factory,.project-entry__visual--build,.project-entry__visual--restaurant,.project-entry__visual--clinic,.project-entry__visual--logistics,.project-entry__visual--field-service,.project-entry__visual--platform) i { transform: none; }
  .company-principles article::after { right: -96px; top: -96px; }
  .implementation-timeline::after { right: auto; bottom: 0; top: 0; width: 2px; height: auto; transform: scaleY(var(--ambient-progress, .18)); transform-origin: 50% 0; }
  .brief-live-signal { grid-template-columns: max-content 1fr max-content; gap: 9px; padding-inline: 10px; }
  .brief-live-signal > span { letter-spacing: .08em; }
}

@keyframes case-connector-signal-mobile { 0%,30%,100% { opacity: 0; transform: translate3d(0,0,0); } 40% { opacity: 1; } 72% { opacity: .9; } 84% { opacity: 0; transform: translate3d(0,var(--case-dot-y),0); } }

@media (prefers-reduced-motion: reduce) {
  .ambient-evidence *,
  .ambient-evidence *::before,
  .ambient-evidence *::after,
  .ambient-delivery *,
  .ambient-delivery *::before,
  .ambient-delivery *::after,
  .ambient-request *,
  .ambient-request *::before,
  .ambient-request *::after,
  .project-entry *,
  .project-entry *::before,
  .project-entry *::after,
  .company-page .scenario-grid article::after,
  .company-principles article::before,
  .company-principles article::after,
  .implementation-timeline li::before,
  .acceptance-register li::after,
  .contact-topic-grid > a::before,
  .contact-topic-grid > a::after,
  .contact-prepare-grid article::after,
  .brief-live-signal > i > b { animation: none !important; transition: none !important; }
  .ambient-evidence,
  .ambient-delivery,
  .ambient-request { opacity: .4; transform: none; }
  .ambient-evidence__packet,
  .ambient-delivery__token,
  .ambient-request__packet { display: none; }
  .project-entry__visual::after,
  .project-entry__visual i::after,
  .project-entry__finance > div:last-child::after { display: none; }
  .project-entry__metrics > div::after,
  .company-page .scenario-grid article::after,
  .company-principles article::before,
  .contact-prepare-grid article::after { opacity: .62; transform: scaleX(1); }
  .contact-topic-grid > a.is-selected-topic.is-motion-active::after { transform: rotate(45deg); }
}

.not-found-main { min-height: 100svh; display: grid; place-items: center; padding: calc(var(--header-height) + 72px) 0 72px; overflow: hidden; background: radial-gradient(circle at 50% 44%, rgba(194,65,170,.14), transparent 32%), var(--ink); }
.not-found-panel { position: relative; z-index: 1; text-align: center; }
.not-found-code { display: flex; justify-content: center; align-items: center; gap: 22px; margin-bottom: 40px; color: #36343d; font-size: clamp(92px,14vw,220px); font-weight: 300; line-height: .7; }
.not-found-code i { width: clamp(58px,8vw,120px); aspect-ratio: 1; border: 1px solid var(--pink); border-radius: 28%; background: radial-gradient(circle,#fff 0 3%,transparent 5%), linear-gradient(135deg,rgba(255,82,111,.2),rgba(128,82,255,.2)); box-shadow: 0 0 60px rgba(199,74,176,.24); transform: rotate(45deg); }
.not-found-panel .product-code { justify-content: center; }
.not-found-panel h1 { margin: 0; font-size: clamp(48px,6vw,96px); font-weight: 300; letter-spacing: -.055em; line-height: .94; }
.not-found-panel h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg,var(--pink),var(--violet)); background-clip: text; -webkit-background-clip: text; }
.not-found-panel > p:not(.product-code) { max-width: 620px; margin: 30px auto 0; color: #aaa8b1; line-height: 1.6; }
.not-found-panel .inner-hero-actions { justify-content: center; }

@media (max-width:680px) {
  .not-found-main { padding-top: calc(var(--header-height) + 40px); }
  .not-found-code { margin-bottom: 30px; }
  .not-found-panel h1 { font-size: 44px; }
  .not-found-panel .inner-hero-actions { display: grid; }
}

/* v5.8.0 — system, privacy and accessibility layer */
.motion-toggle {
  position: fixed;
  z-index: 98;
  left: max(14px, env(safe-area-inset-left));
  bottom: max(14px, env(safe-area-inset-bottom));
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #d7d5dc;
  background: rgba(8,9,13,.88);
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .04em;
}
.motion-toggle:hover,
.motion-toggle[aria-pressed="true"] { color: #fff; border-color: rgba(255,79,112,.58); }
html.motion-paused *,
html.motion-paused *::before,
html.motion-paused *::after,
body.motion-paused *,
body.motion-paused *::before,
body.motion-paused *::after {
  animation: none !important;
  transition-duration: .01ms !important;
}
html.motion-paused { scroll-behavior: auto; }
html.motion-paused .has-js [data-reveal] { opacity: 1 !important; transform: none !important; }
html.motion-paused :is(.route-signals,.portal-signals,.crystal-electricity,.crystal-plasma-canvas,.crystal-corona) { display: none !important; }
html.motion-paused .brand-ai__route { opacity: .24; transform: rotate(var(--route-angle)) scaleX(1); }
html.motion-paused .brand-ai__core { opacity: .72; transform: translate(-50%,-50%) rotate(45deg) scale(1); }
html.motion-paused .crystal-object,
html.motion-paused .portal-card { opacity: 1; transform: none; }

.site-footer { row-gap: 34px; }
.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.footer-legal a,
.footer-legal button,
.legal-rail a,
.legal-rail button {
  padding: 0;
  color: #aaa8b2;
  background: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.footer-legal a:hover,
.footer-legal button:hover,
.legal-rail a:hover,
.legal-rail button:hover,
.legal-rail [aria-current="page"] { color: #fff; text-decoration-color: var(--coral); }
.site-footer > div > span,
.footer-meta small,
.consent,
#form-status,
.mobile-menu details > a span { color: #aaa8b2; }
.consent a { text-decoration: underline; text-decoration-color: rgba(255,79,112,.72); text-underline-offset: 3px; }
.consent a:hover { color: #fff; }
.brief-form :is(input, textarea, select):focus-visible {
  outline: 2px solid var(--coral) !important;
  outline-offset: 2px;
  border-color: rgba(255,79,112,.8) !important;
}
.filter-status { margin: 18px auto 0; color: #5d5c66; font-size: 13px; }

.system-main { min-height: 100svh; padding-top: var(--header-height); background: var(--ink); }
.system-hero {
  padding-top: clamp(72px, 8vw, 140px);
  padding-bottom: clamp(64px, 7vw, 120px);
  background:
    radial-gradient(circle at 78% 36%, rgba(121,81,255,.13), transparent 28%),
    radial-gradient(circle at 64% 46%, rgba(223,69,173,.1), transparent 30%);
}
.system-hero::after {
  content: "";
  display: block;
  width: min(360px, 50vw);
  height: 2px;
  margin-top: 42px;
  background: var(--gradient);
}
.system-hero .product-code { margin-bottom: 28px; }
.system-hero h1,
.system-hero .system-dynamic-title { max-width: 1050px; margin: 0; font-size: clamp(48px, 6.4vw, 112px); font-weight: 300; letter-spacing: -.055em; line-height: .94; }
.system-hero h1 em,
.system-hero .system-dynamic-title em { color: transparent; font-style: normal; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.system-hero .inner-hero-lead { max-width: 780px; margin-top: 34px; }
.legal-status { display: inline-flex; gap: 8px; margin: 24px 0 0; padding: 10px 14px; border: 1px solid rgba(255,79,112,.3); border-radius: 999px; color: #c8c5ce; background: rgba(255,79,112,.05); font-size: 12px; }
.system-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding-bottom: clamp(80px, 10vw, 170px);
  background: var(--line);
  border: 1px solid var(--line);
}
.legal-section { min-height: 360px; padding: clamp(28px, 4vw, 64px); color: var(--text-dark); background: var(--paper); }
.legal-section--notice { color: var(--text); background: linear-gradient(145deg, #16131c, #0b0c11 62%); }
.legal-index { margin: 0 0 52px; color: #bd3e74; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.legal-section h2 { max-width: 620px; margin: 0; font-size: clamp(30px, 3vw, 50px); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.legal-section > p:not(.legal-index),
.legal-list { max-width: 700px; margin: 28px 0 0; color: #585760; font-size: 17px; line-height: 1.65; }
.legal-section--notice > p:not(.legal-index),
.legal-section--notice .legal-list { color: #aaa8b2; }
.legal-list { padding-left: 20px; }
.legal-list li + li { margin-top: 10px; }
.legal-section code { padding: 2px 6px; border-radius: 5px; background: rgba(8,9,13,.08); }
.system-footer-wrap { border-top: 1px solid var(--line); }
.system-footer { padding-top: 72px; padding-bottom: 40px; }
.legal-rail { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 22px 0 38px; border-top: 1px solid var(--line); }

.cookie-banner {
  position: fixed;
  z-index: 240;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: max(18px, env(safe-area-inset-left));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  max-width: 1180px;
  margin-inline: auto;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  color: var(--text);
  background: linear-gradient(135deg, rgba(19,18,26,.98), rgba(8,9,13,.98));
  box-shadow: 0 26px 90px rgba(0,0,0,.5);
  backdrop-filter: blur(20px);
}
.cookie-banner span,
.cookie-dialog__heading span { color: var(--coral); font-size: 10px; letter-spacing: .16em; }
.cookie-banner h2 { margin: 8px 0 0; font-size: 22px; font-weight: 500; }
.cookie-banner p { max-width: 720px; margin: 8px 0 0; color: #b1afb8; font-size: 14px; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-banner .button,
.cookie-dialog .button { width: auto; min-width: 0; min-height: 44px; padding-inline: 16px; font-size: 12px; }
.cookie-dialog { width: min(680px, calc(100% - 36px)); padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; color: var(--text); background: #101117; }
.cookie-dialog::backdrop { background: rgba(2,3,6,.78); backdrop-filter: blur(8px); }
.cookie-dialog__panel { padding: clamp(24px, 5vw, 42px); }
.cookie-dialog__heading { display: grid; grid-template-columns: 1fr auto; gap: 20px; }
.cookie-dialog__heading h2 { margin: 8px 0 0; font-size: clamp(30px, 5vw, 48px); font-weight: 400; letter-spacing: -.04em; }
.cookie-dialog__close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; font-size: 24px; }
.cookie-dialog__panel > p { margin: 22px 0; color: #aaa8b2; }
.cookie-option { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0; border-top: 1px solid var(--line); }
.cookie-option span { display: grid; gap: 4px; }
.cookie-option small { color: #aaa8b2; font-size: 13px; }
.cookie-option input { width: 22px; height: 22px; accent-color: var(--pink); }
.cookie-dialog__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }

@media (max-width:1150px) {
  .site-header.is-compact { --header-height: 72px; }
  .cookie-banner { grid-template-columns: 1fr; align-items: start; }
  .cookie-banner__actions { justify-content: flex-start; }
}

@media (max-width:680px) {
  .site-header.is-compact { --header-height: 64px; }
  .motion-toggle { left: 10px; bottom: 10px; min-height: 34px; font-size: 9px; }
  .system-hero { padding-top: 64px; }
  .system-hero h1,
  .system-hero .system-dynamic-title { font-size: 44px; }
  .system-content { grid-template-columns: 1fr; }
  .legal-section { min-height: 0; padding: 34px 24px; }
  .legal-index { margin-bottom: 28px; }
  .legal-section > p:not(.legal-index), .legal-list { font-size: 15px; }
  .legal-rail { display: grid; gap: 14px; }
  .footer-legal { display: grid; gap: 14px; }
  .cookie-banner { right: 10px; bottom: 52px; left: 10px; gap: 14px; max-height: calc(100svh - 72px); overflow-y: auto; padding: 16px; border-radius: 14px; }
  .cookie-banner > div:first-child > span { display: none; }
  .cookie-banner h2 { margin-top: 0; font-size: 17px; line-height: 1.2; }
  .cookie-banner p { font-size: 13px; line-height: 1.45; }
  .cookie-banner__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cookie-banner__actions [data-cookie-allow] { grid-column: 1 / -1; }
  .cookie-banner .button { width: 100%; min-height: 44px; justify-content: center; padding-inline: 10px; text-align: center; line-height: 1.2; }
  .cookie-dialog__actions { display: grid; }
  .cookie-dialog .button { width: 100%; }
}

/* v5.22 final cascade layer */
.outcome-card {
  display: grid;
  grid-template-rows: auto auto 148px auto;
  gap: 18px;
  min-height: 500px;
  overflow: hidden;
}
.outcome-card p { margin-top: 0; }
.problem-card {
  display: grid;
  grid-template-rows: auto 150px auto auto auto;
  gap: 18px;
  min-height: 620px;
  overflow: hidden;
}
.problem-card > div { display: block; }
.problem-card > div:first-child { display:flex; }
.problem-card h3 { margin: 0; }
.problem-card p { margin-top: 0; }
.problem-card a { margin-top: auto; }

.system-core { overflow: visible; }
.system-core > span:not(.system-core__brand) { opacity: .32; }
.system-core > .system-core__brand {
  position: absolute;
  z-index: 4;
  inset: 15%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 26px;
  background: rgba(8,9,13,.9);
  box-shadow: 0 0 42px rgba(217,70,182,.22),inset 0 0 25px rgba(255,255,255,.04);
  transform: none;
  opacity: 1;
}
.system-core > .system-core__brand img { display:block;width:82%;height:82%;object-fit:contain;transform:none;filter:drop-shadow(0 0 10px rgba(255,255,255,.2)); }
.system-core > b { z-index:5;top:calc(100% + 16px);transform:translateX(-50%); }
.system-core::after { content:"";position:absolute;z-index:3;inset:7%;border:1px solid rgba(255,79,114,.38);border-radius:32px;animation:core-breathe 4.8s ease-in-out infinite;pointer-events:none; }

.solution-showcase .solution-card {
  grid-template-columns:minmax(230px,.72fr) minmax(420px,1.28fr);
  grid-template-areas:"meta meta" "title machine" "list machine" "actions actions";
  align-items:start;
  min-height:670px;
}
.solution-showcase .solution-machine { grid-area:machine; }

.company-engine__core {
  display:grid;
  width:190px;
  aspect-ratio:1;
  place-items:center;
  padding:24px;
  overflow:visible;
  border-radius:50%;
  background:radial-gradient(circle,rgba(26,22,34,.98),rgba(8,9,13,.96) 68%);
  transform:translate(-50%,-50%);
  animation:editorial-core-float-round 7.5s ease-in-out infinite;
}
.company-engine__core::before,.company-engine__core::after{content:"";position:absolute;z-index:-1;inset:-18px;border:1px solid rgba(255,79,114,.25);border-radius:50%;animation:company-brand-orbit 8s linear infinite}.company-engine__core::after{inset:-38px;border-color:rgba(118,83,255,.18);animation-direction:reverse;animation-duration:12s}
.company-engine__core > * { transform:none; }
.company-engine__brand{display:block;width:100%;height:100%;object-fit:contain;transform:none !important;filter:drop-shadow(0 0 14px rgba(255,255,255,.15))}
.company-engine__core .company-engine__core-label{position:absolute;top:calc(100% + 24px);width:max-content;margin:0;color:#aaa8b2;font:8px/1 var(--font-mono,monospace);letter-spacing:.16em;transform:none}

.portfolio-engine__scene{overflow:hidden}.portfolio-engine__scene::before{opacity:.55;animation:portfolio-field 12s linear infinite}
.portfolio-engine__index{left:28%;top:45%;display:grid;width:170px;aspect-ratio:1;place-items:center;align-content:center;gap:8px;padding:18px;border-radius:50%;transform:translate(-50%,-50%);animation:portfolio-core 6s ease-in-out infinite}
.portfolio-engine__index>*{transform:none;text-align:center}.portfolio-engine__index span{color:var(--page-accent)}.portfolio-engine__index strong{max-width:126px;font-size:17px;line-height:1.05}.portfolio-engine__index small{font-size:6px}
.portfolio-engine__case{right:3%;width:45%;min-height:86px;grid-template-columns:1fr;align-content:center;gap:7px;padding:17px 20px}.portfolio-engine__case--software{top:5%}.portfolio-engine__case--industry{top:36%}.portfolio-engine__case--construction{bottom:7%}.portfolio-engine__case span{font-size:11px;line-height:1.25}.portfolio-engine__case b{color:#fff;font-size:10px;font-weight:400}
.portfolio-engine__registry{position:absolute;z-index:8;left:1%;bottom:1%;display:grid;grid-template-columns:repeat(4,1fr);gap:5px;width:53%;margin:0;padding:0;list-style:none}.portfolio-engine__registry li{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px;min-width:0;padding:7px 8px;border:1px solid rgba(255,255,255,.1);border-radius:7px;color:#6f6d77;background:rgba(9,10,15,.82);transition:.3s}.portfolio-engine__registry li span{font:7px/1 var(--font-mono,monospace)}.portfolio-engine__registry li small{min-width:0;overflow:hidden;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.portfolio-engine__registry li.is-active{color:#fff;border-color:color-mix(in srgb,var(--page-accent) 65%,transparent);background:color-mix(in srgb,var(--page-accent) 11%,rgba(9,10,15,.88));box-shadow:0 0 18px color-mix(in srgb,var(--page-accent) 14%,transparent)}
.portfolio-engine__route{left:28%;width:44%}.portfolio-engine__pulse{left:28%}

.service-assembly{left:38%;top:29%;display:block;width:24%;aspect-ratio:1.14;padding:0;overflow:visible;border:0;border-radius:24px;background:transparent;box-shadow:none;transform:none}
.service-assembly>i{position:absolute;inset:-10px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:transparent;opacity:.45;animation:service-facet 7.6s ease-in-out infinite}.service-assembly>i:nth-child(2){inset:-21px}.service-assembly>i:nth-child(3){inset:-32px}.service-assembly>i:nth-child(4){inset:-43px}
.service-assembly__mark{position:absolute;z-index:3;inset:0;overflow:hidden;border-radius:18px;background:rgba(8,9,13,.72);filter:drop-shadow(0 0 20px rgba(255,255,255,.1))}.service-assembly__mark img{position:absolute;top:0;left:0;display:block;width:263%;max-width:none;height:auto;transform:translate(-33.25%,-.9%);animation:none !important}
.service-assembly>.service-assembly__core{position:absolute;z-index:5;left:50%;top:48%;width:10px;aspect-ratio:1;border-radius:50%;background:#fff;box-shadow:0 0 10px #fff,0 0 26px #df45ad,0 0 44px rgba(118,83,255,.75);transform:translate(-50%,-50%);animation:service-core-pulse 3.8s ease-in-out infinite}
.service-link{left:50%;top:48%}.service-link .service-signal{position:absolute;left:0;top:-4px;display:block;width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 5px #fff,0 0 15px var(--page-accent);animation:service-signal-travel 7.6s var(--ease) infinite}.service-link--b .service-signal{animation-delay:-1.9s}.service-link--c .service-signal{animation-delay:-3.8s}.service-link--d .service-signal{animation-delay:-5.7s}

@media(max-width:1150px){.solution-showcase .solution-card{grid-template-columns:1fr;grid-template-areas:"meta" "title" "machine" "list" "actions";min-height:0}.company-engine__core{width:160px}.portfolio-engine__registry{width:58%}}
@media(max-width:680px){.outcome-card{grid-template-rows:auto auto 138px auto;min-height:0;padding:25px}.problem-card{grid-template-rows:auto 145px auto auto auto;min-height:0;padding:25px}.solution-showcase .solution-card{grid-template-columns:1fr;grid-template-areas:"meta" "title" "machine" "list" "actions"}.company-engine__core{width:112px;padding:15px}.company-engine__core .company-engine__core-label{top:calc(100% + 15px);font-size:5px}.portfolio-engine__index{left:25%;top:42%;width:100px;padding:10px}.portfolio-engine__index strong{font-size:10px}.portfolio-engine__case{right:0;width:58%;min-height:66px;padding:10px 11px}.portfolio-engine__case b{font-size:6px}.portfolio-engine__registry{left:0;right:0;bottom:0;width:100%;grid-template-columns:repeat(4,1fr)}.portfolio-engine__registry li{padding:5px}.portfolio-engine__registry li small{display:none}.portfolio-engine__route,.portfolio-engine__pulse{left:25%}.service-assembly{left:36%;top:32%;width:28%}.service-assembly>i,.service-link .service-signal{display:block}}

/* v5.23 — semantic process scenes and exact mark-only routing */
.brand-mark-crop {
  display: block;
  overflow: visible;
  background: transparent;
}
.brand-mark-crop img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 0 9px rgba(255,255,255,.16));
}

/* Three manual processes: every scene explains one real algorithm. */
.problem-card {
  grid-template-rows: auto 178px auto auto auto;
  min-height: 650px;
}
.process-simulator {
  position: relative;
  display: grid !important;
  min-width: 0;
  height: 178px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(217,70,182,.1), transparent 48%),
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px),
    #0d0e14;
  background-size: auto, 22px 22px, 22px 22px, auto;
}
.process-simulator small { color: #8e8c96; font: 7px/1 var(--font-mono, monospace); letter-spacing: .1em; }
.process-simulator--documents { grid-template-columns: minmax(90px,1fr) 64px minmax(105px,1.05fr); gap: 12px; }
.sim-document,
.sim-document-data,
.sim-document-scan { position: relative; z-index: 3; min-width: 0; }
.sim-document {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  background: rgba(17,18,24,.96);
  box-shadow: 7px 7px 0 -3px rgba(255,255,255,.055), 14px 14px 0 -6px rgba(255,255,255,.025);
}
.sim-document span { position: relative; display: block; height: 5px; border-radius: 3px; background: rgba(255,255,255,.14); }
.sim-document span:nth-of-type(2) { width: 72%; }
.sim-document span:nth-of-type(3) { width: 88%; }
.sim-document-scan { display: grid; justify-items: center; gap: 9px; }
.sim-document-scan i { position: relative; width: 42px; height: 64px; border: 1px solid rgba(217,70,182,.4); border-radius: 7px; }
.sim-document-scan i::after { content:""; position:absolute; right:4px; left:4px; top:8px; height:2px; background:#fff; box-shadow:0 0 10px #ff4f72; }
.sim-document-scan b { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 14px #d946b6; }
.sim-document-data { display: grid; gap: 7px; padding: 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(13,14,20,.94); }
.sim-document-data > span { position: relative; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 7px; }
.sim-document-data > span b { position: static; color: #c8c5ce; font: 6px/1 var(--font-mono, monospace); font-weight: 400; }
.sim-document-data > span i { height: 4px; border-radius: 2px; background: linear-gradient(90deg,#ff4f72,#7653ff); transform-origin: left; }
.sim-flow-line { position: absolute; z-index: 1; left: 27%; right: 32%; top: 50%; height: 1px; background: linear-gradient(90deg,#ff4f72,#7653ff); opacity: .55; }
.sim-flow-packet { position: absolute; z-index: 5; left: 27%; top: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 13px #d946b6; }
.problem-card.is-motion-active .sim-document { animation: sim-document-in 5.8s ease-in-out infinite; }
.problem-card.is-motion-active .sim-document-scan i::after { animation: sim-document-scan 5.8s ease-in-out infinite; }
.problem-card.is-motion-active .sim-document-data > span i { animation: sim-data-fill 5.8s ease-in-out infinite; }
.problem-card.is-motion-active .sim-flow-packet { animation: sim-packet-x 5.8s ease-in-out infinite; }

.process-simulator--requests { grid-template-columns: minmax(112px,1.2fr) minmax(76px,.75fr) minmax(88px,.9fr); gap: 15px; }
.sim-question-list { position: relative; z-index: 3; display: grid; gap: 8px; }
.sim-question-list span { position: relative; display: block; padding: 8px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px 10px 10px 3px; color: #d8d5dc; background: rgba(19,20,27,.94); font-size: 9px; line-height: 1.15; }
.sim-scenario { position: relative; z-index: 4; display: grid; min-height: 78px; place-content: center; gap: 8px; padding: 10px; border: 1px solid rgba(217,70,182,.46); border-radius: 22px; text-align: center; background: rgba(12,13,19,.96); box-shadow: 0 0 28px rgba(217,70,182,.12); }
.sim-scenario strong { color: #fff; font: 8px/1 var(--font-mono, monospace); font-weight: 500; letter-spacing: .08em; }
.sim-scenario i { position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 14px #d946b6; transform: translate(-50%,-50%); }
.sim-request-result { position: relative; z-index: 3; display: grid; gap: 9px; }
.sim-request-result span { position: relative; padding: 11px 8px 11px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; color: #d3d0d8; background: rgba(16,17,23,.94); font: 7px/1 var(--font-mono, monospace); letter-spacing: .08em; }
.sim-request-result span::before { content:""; position:absolute; left:9px; top:50%; width:6px; height:6px; margin-top:-3px; border-radius:50%; background:#ff4f72; }
.sim-request-result span:last-child::before { background:#7653ff; }
.sim-request-line { position: absolute; z-index: 1; top: 50%; height: 1px; background: linear-gradient(90deg,#ff4f72,#7653ff); opacity: .54; }
.sim-request-line--in { left: 29%; width: 22%; }
.sim-request-line--out { left: 51%; right: 24%; }
.sim-request-packet { position:absolute; z-index:5; left:29%; top:calc(50% - 4px); width:8px; height:8px; border-radius:50%; background:#fff; box-shadow:0 0 13px #d946b6; }
.problem-card.is-motion-active .sim-question-list span { animation: sim-question 6.6s ease-in-out infinite; }
.problem-card.is-motion-active .sim-question-list span:nth-child(2) { animation-delay: .35s; }
.problem-card.is-motion-active .sim-question-list span:nth-child(3) { animation-delay: .7s; }
.problem-card.is-motion-active .sim-scenario { animation: sim-scenario 6.6s ease-in-out infinite; }
.problem-card.is-motion-active .sim-request-result span { animation: sim-request-result 6.6s ease-in-out infinite; }
.problem-card.is-motion-active .sim-request-result span:last-child { animation-delay: .45s; }
.problem-card.is-motion-active .sim-request-packet { animation: sim-request-packet 6.6s ease-in-out infinite; }

.process-simulator--events { grid-template-columns: 120px minmax(40px,1fr) minmax(145px,1.25fr); gap: 14px; }
.sim-event-sensor { position: relative; z-index: 3; display: grid; min-height: 112px; place-content: center; gap: 7px; padding-left: 2px; text-align: center; }
.sim-event-sensor > i { position:absolute; left:50%; top:50%; width:74px; height:74px; border:1px solid rgba(118,83,255,.48); border-radius:50%; transform:translate(-50%,-50%); }
.sim-event-sensor > i::before,.sim-event-sensor > i::after { content:""; position:absolute; border:1px solid rgba(217,70,182,.32); border-radius:50%; }
.sim-event-sensor > i::before { inset:10px; }
.sim-event-sensor > i::after { inset:24px; background:#ff4f72; box-shadow:0 0 18px rgba(255,79,114,.7); }
.sim-event-sensor b { position:relative; z-index:2; margin-top:77px; color:#fff; font:7px/1 var(--font-mono,monospace); font-weight:500; letter-spacing:.08em; }
.sim-event-sensor small { position:relative; z-index:2; }
.sim-event-route { height:1px; background:linear-gradient(90deg,#7653ff,#ff4f72); opacity:.65; }
.sim-event-packet { position:absolute; z-index:5; left:31%; top:calc(50% - 4px); width:8px; height:8px; border-radius:50%; background:#fff; box-shadow:0 0 13px #ff4f72; }
.sim-event-control { position:relative; z-index:3; display:grid; gap:7px; padding:12px; border:1px solid rgba(255,255,255,.16); border-radius:11px; background:rgba(14,15,21,.95); }
.sim-event-control > span { position:relative; padding:7px 7px 7px 20px; border:1px solid rgba(255,255,255,.09); border-radius:7px; color:#c9c6cf; font-size:7px; }
.sim-event-control > span i { position:absolute; left:8px; top:50%; width:6px; height:6px; margin-top:-3px; border-radius:50%; background:#55dca6; }
.sim-event-control strong { padding:7px; color:#fff; border:1px solid rgba(255,79,114,.28); border-radius:7px; font:7px/1 var(--font-mono,monospace); font-weight:500; letter-spacing:.08em; text-align:center; }
.problem-card.is-motion-active .sim-event-sensor > i { animation: sim-event-wave 4.8s ease-in-out infinite; }
.problem-card.is-motion-active .sim-event-packet { animation: sim-event-packet 4.8s ease-in-out infinite; }
.problem-card.is-motion-active .sim-event-control > span,.problem-card.is-motion-active .sim-event-control strong { animation: sim-event-action 4.8s ease-in-out infinite; }
.problem-card.is-motion-active .sim-event-control > span:nth-of-type(2) { animation-delay:.35s; }
.problem-card.is-motion-active .sim-event-control strong { animation-delay:.7s; }

/* Exact mark-only core. Its real luminous center is aligned with the route origin. */
.system-core { width:150px; height:150px; border:0; background:transparent; box-shadow:none; filter:drop-shadow(0 0 26px rgba(217,70,182,.2)); }
.system-core > .system-core__mark {
  position:absolute;
  z-index:4;
  left:9px;
  top:35px;
  width:132px;
  height:115px;
  inset:auto;
  border:0;
  border-radius:0;
  box-shadow:none;
  transform:none;
  opacity:1;
}
.system-core > .system-core__origin {
  position:absolute;
  z-index:5;
  left:50%;
  top:50%;
  width:2px;
  height:2px;
  border-radius:50%;
  background:rgba(255,255,255,.2);
  box-shadow:0 0 13px 5px rgba(255,255,255,.18),0 0 30px 10px rgba(217,70,182,.2);
  transform:translate(-50%,-50%);
  opacity:1;
}
.system-map-scene.is-active .system-core > .system-core__mark,
.system-map-scene.is-active .system-core > .system-core__origin { animation:none !important; }
.system-map-scene.is-active .system-core > .system-core__mark { transform:none !important; opacity:1 !important; }
.system-map-scene.is-active .system-core > .system-core__origin { transform:translate(-50%,-50%) !important; opacity:1 !important; }
.system-core::after { inset:14%; border:0; border-radius:50%; background:radial-gradient(circle,rgba(217,70,182,.13),transparent 67%); }
.system-map-scene .system-routes { inset:0 !important; width:100% !important; height:100% !important; display:block !important; transform:none !important; }
.system-map-scene .route-signals { display:block !important; }
.system-map-scene .route-lines path { stroke-linecap:round; }
.system-map-scene .route-ghosts path { stroke-linecap:round; }

/* Product machines: routes start in the actual scenario/control core. */
.bot-machine__link,.box-machine__route {
  position:absolute;
  z-index:1;
  height:1px;
  width:0;
  background:linear-gradient(90deg,#fff 0,#ff4f72 10%,#d946b6 58%,#7653ff);
  box-shadow:0 0 9px rgba(217,70,182,.22);
  transform-origin:0 50%;
}
.bot-machine__link::after,.box-machine__route::after {
  content:"";
  position:absolute;
  left:0;
  top:-3px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 13px #d946b6;
}
.solution-card.is-active .bot-machine__link::after,.solution-card.is-active .box-machine__route::after { animation: semantic-link-packet 5.4s ease-in-out infinite; }
.solution-card.is-active .bot-machine__link--input::after { animation-delay:-.6s; }
.solution-card.is-active .bot-machine__link--request::after { animation-delay:.35s; }
.solution-card.is-active .bot-machine__link--manager::after { animation-delay:.7s; }
.solution-card.is-active .box-machine__route--output::after { animation-delay:1.15s; }
.bot-machine__routes i { display:none !important; }
.bot-machine__routes { top:54px; right:28px; bottom:auto; display:grid; width:154px; gap:16px; align-content:start; }
.bot-machine__routes span { min-height:54px; display:grid; align-content:center; }
.bot-machine__core { top:176px; left:48%; }
.bot-machine__question { top:38px; left:28px; }
.box-machine__hub { top:150px; left:48%; width:112px; overflow:visible; }
.box-machine__hub::before { inset:-18px; border:1px solid rgba(217,70,182,.16); border-radius:36%; background:none; box-shadow:0 0 0 16px rgba(118,83,255,.045); }
.box-machine__sensors { top:48px; left:24px; }
.box-machine__panel { top:35px; right:22px; width:190px; padding:17px; }
.box-machine__panel > span { margin-top:12px; padding-block:9px; }
.box-machine__panel > b { margin-top:15px; }
.box-machine__sensors .is-event { border-color:rgba(255,79,112,.48); color:#fff; box-shadow:0 0 20px rgba(255,79,112,.14); }
.box-machine__sensors .is-event i { background:#ff4f72; box-shadow:0 0 12px rgba(255,79,112,.72); }
.solution-card.is-active .box-machine__panel > span { animation:box-action-state 6.8s ease-in-out infinite; }
.solution-card.is-active .box-machine__panel > span:nth-of-type(2) { animation-delay:1.35s; }
.solution-card.is-active .box-machine__panel > span:nth-of-type(3) { animation-delay:2.7s; }
.box-machine__panel > span:nth-of-type(3) i { animation-delay:1.2s; }

/* Four explicit gates replace the abstract pilot placeholder. */
.pilot-machine {
  display:grid;
  min-height:300px;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center;
  gap:12px;
  padding:34px 24px;
}
.pilot-machine__route { position:absolute; z-index:1; left:8%; right:8%; top:50%; height:1px; background:linear-gradient(90deg,#ff4f72,#d946b6,#7653ff); opacity:.45; }
.pilot-machine__packet { position:absolute; z-index:5; left:8%; top:calc(50% - 4px); width:8px; height:8px; border-radius:50%; background:#fff; box-shadow:0 0 14px #d946b6; }
.pilot-gate { position:relative; z-index:3; display:grid; min-height:132px; align-content:center; gap:9px; padding:16px; border:1px solid rgba(255,255,255,.13); border-radius:13px; background:rgba(14,15,21,.94); box-shadow:0 14px 35px rgba(0,0,0,.22); }
.pilot-gate small { color:#ff7390; }
.pilot-gate strong { color:#f4f1f6; font:8px/1 var(--font-mono,monospace); font-weight:500; letter-spacing:.08em; }
.pilot-gate span { color:#8f8d96; font-size:9px; line-height:1.35; }
.pilot-gate i { position:absolute; right:12px; top:12px; width:8px; height:8px; border:1px solid rgba(255,255,255,.4); border-radius:50%; }
.trust-feature.is-motion-active .pilot-machine__packet { animation:pilot-gate-packet 8.8s ease-in-out infinite; }
.trust-feature.is-motion-active .pilot-gate { animation:pilot-gate-state 8.8s ease-in-out infinite; }
.trust-feature.is-motion-active .pilot-gate--criteria { animation-delay:1.7s; }
.trust-feature.is-motion-active .pilot-gate--check { animation-delay:3.4s; }
.trust-feature.is-motion-active .pilot-gate--decision { animation-delay:5.1s; }
.trust-feature.is-motion-active .pilot-gate i { animation:pilot-gate-check 8.8s ease-in-out infinite; }
.trust-feature.is-motion-active .pilot-gate--criteria i { animation-delay:1.7s; }
.trust-feature.is-motion-active .pilot-gate--check i { animation-delay:3.4s; }
.trust-feature.is-motion-active .pilot-gate--decision i { animation-delay:5.1s; }

/* Real-process project animations. */
.project-machine { position:relative; display:block; contain:paint; min-height:150px; }
.project-card-featured .project-machine { min-height:210px; }
.project-machine__node { position:absolute; z-index:3; top:50%; display:grid; min-width:112px; min-height:64px; align-content:center; gap:6px; padding:12px 13px; border:1px solid rgba(255,255,255,.16); border-radius:11px; background:rgba(13,14,20,.93); transform:translateY(-50%); }
.project-machine__node small { color:#ff7390; font:7px/1 var(--font-mono,monospace); }
.project-machine__node b { position:static; color:#fff; font:7px/1.2 var(--font-mono,monospace); font-weight:500; letter-spacing:.06em; transform:none; }
.project-machine__node--input { left:5%; }
.project-machine__node--core { left:50%; transform:translate(-50%,-50%); }
.project-machine__node--result { right:5%; }
.project-machine > i { position:absolute; z-index:1; top:50%; width:28%; height:1px; background:linear-gradient(90deg,#ff4f72,#7653ff); transform:none; }
.project-machine > i:nth-of-type(1) { left:19%; }
.project-machine > i:nth-of-type(2) { left:53%; }
.project-machine > em { position:absolute; z-index:5; left:19%; top:calc(50% - 4px); width:8px; height:8px; border-radius:50%; background:#fff; box-shadow:0 0 13px #d946b6; }
.project-card.is-motion-active .project-machine > em { animation:project-machine-packet 5.8s ease-in-out infinite; }
.project-card.is-motion-active .project-machine__node { animation:project-machine-node 5.8s ease-in-out infinite; }
.project-card.is-motion-active .project-machine__node--core { animation-name:project-machine-node-core; animation-delay:.35s; }
.project-card.is-motion-active .project-machine__node--result { animation-delay:.7s; }
.project-machine--production .project-machine__node { border-radius:24px; }
.project-machine--production > i { background:linear-gradient(90deg,#7653ff,#d946b6); }
.project-machine--construction .project-machine__node { transform:translateY(-50%) rotate(0deg); border-color:rgba(217,70,182,.3); }
.project-machine--construction .project-machine__node--core { transform:translate(-50%,-50%); }

/* The estimator also uses only the official mark, never the wordmark. */
.estimate-blueprint__core { width:112px; border:0; border-radius:0; background:transparent; box-shadow:none; }
.estimate-blueprint__mark { position:absolute; left:6px; top:25px; width:100px; height:87px; }
.estimate-blueprint__origin { position:absolute; z-index:4; left:50%; top:50%; width:2px; height:2px; border-radius:50%; background:rgba(255,255,255,.15); box-shadow:0 0 15px 5px rgba(217,70,182,.2); transform:translate(-50%,-50%); }

/* Services: the exact mark has no black tile; all four routes originate at its real core. */
.service-assembly { z-index:4; aspect-ratio:1.1493; overflow:visible !important; padding:0 !important; border:0 !important; border-radius:0; background:transparent !important; box-shadow:none !important; transform:none !important; }
.service-assembly::before,.service-assembly::after { display:none !important; }
.service-assembly > i[data-service-facet] { display:none !important; }
.service-assembly__mark { position:absolute; z-index:3; inset:0; overflow:visible; border:0; border-radius:0; background:transparent; box-shadow:none; filter:drop-shadow(0 0 18px rgba(217,70,182,.2)); }
.service-assembly__mark img { position:static; width:100%; height:100%; max-width:none; object-fit:contain; transform:none; }
.service-assembly > .service-assembly__core { position:absolute; z-index:5; left:49.54%; top:35.29%; width:1px; height:1px; border:0; background:transparent !important; box-shadow:none !important; transform:translate(-50%,-50%) !important; animation:none !important; }
.service-assembly > .service-assembly__core { left:49.54% !important; top:35.29% !important; width:1px !important; height:1px !important; }
.service-assembly > .service-link { position:absolute; z-index:1; left:49.54%; top:35.29%; right:auto; width:0; height:1px; inset:auto; border:0; border-radius:0; background:linear-gradient(90deg,#fff 0,var(--page-accent) 9%,var(--page-accent-2)); box-shadow:0 0 8px color-mix(in srgb,var(--page-accent) 22%,transparent); opacity:.56; transform-origin:0 50%; animation:none; }
.service-assembly > .service-link::after { display:none; }
.service-link .service-signal { top:-4px; }

/* Contacts: channels → official mark → context → next step. */
.contact-routing-scene { position:absolute; inset:5% 0 3%; overflow:hidden; }
.contact-routing__channels,.contact-routing__core,.contact-routing__context,.contact-routing__result { position:absolute; z-index:4; }
.contact-routing__channels { left:1%; top:32%; display:grid; width:142px; gap:8px; }
.contact-routing__channels > small { color:#8d8b94; font:7px/1 var(--font-mono,monospace); letter-spacing:.12em; }
.contact-routing__channels > span { display:grid; min-height:48px; grid-template-columns:30px 1fr; align-items:center; gap:10px; padding:8px 10px; border:1px solid rgba(255,255,255,.14); border-radius:11px; color:#f2eff5; background:rgba(12,13,19,.92); font-size:10px; }
.contact-routing__channels img { width:28px; height:28px; object-fit:contain; border-radius:8px; }
.contact-routing__core { left:38%; top:49%; width:126px; height:126px; transform:translate(-50%,-50%); }
.contact-routing__core .brand-mark-crop { position:absolute; left:5px; top:31px; width:116px; height:101px; }
.contact-routing__core > i { position:absolute; left:49.54%; top:53.1%; width:2px; height:2px; border-radius:50%; background:rgba(255,255,255,.14); box-shadow:0 0 15px 6px rgba(217,70,182,.2); transform:translate(-50%,-50%); }
.contact-routing__core > b { position:absolute; left:50%; top:calc(100% + 7px); width:max-content; color:#aaa8b2; font:7px/1 var(--font-mono,monospace); font-weight:500; letter-spacing:.16em; transform:translateX(-50%); }
.contact-routing__context { left:49%; top:18%; display:grid; width:174px; gap:9px; }
.contact-routing__context > span { display:grid; grid-template-columns:24px 1fr; align-items:center; gap:7px; min-height:54px; padding:10px; border:1px solid rgba(255,255,255,.13); border-radius:10px; background:rgba(14,15,21,.92); }
.contact-routing__context small { color:var(--page-accent); }
.contact-routing__context strong { color:#d9d6de; font-size:9px; font-weight:500; }
.contact-routing__result { right:0; top:58%; display:grid; width:212px; gap:9px; padding:18px; border:1px solid color-mix(in srgb,var(--page-accent) 45%,rgba(255,255,255,.12)); border-radius:14px; background:rgba(10,11,17,.94); box-shadow:0 20px 55px rgba(0,0,0,.3); }
.contact-routing__result small { color:var(--page-accent); font:7px/1 var(--font-mono,monospace); letter-spacing:.1em; }
.contact-routing__result strong { color:#fff; font-size:13px; font-weight:500; }
.contact-routing__result span { color:#8f8d96; font-size:9px; }
.contact-routing__line { position:absolute; z-index:1; height:1px; background:linear-gradient(90deg,var(--page-accent),var(--page-accent-2)); opacity:.52; transform-origin:0 50%; }
.contact-routing__line::after { content:""; position:absolute; left:0; top:-3px; width:7px; height:7px; border-radius:50%; background:#fff; box-shadow:0 0 14px var(--page-accent); opacity:0; }
.contact-routing__line--max { left:22%; top:43%; width:16%; }
.contact-routing__line--telegram { left:22%; top:55%; width:16%; }
.contact-routing__line--context { left:38%; top:49%; width:24%; transform:rotate(-26deg); }
.contact-routing__line--output { left:62%; top:34%; width:29%; transform:rotate(38deg); }
.contact-routing__packet { position:absolute; z-index:6; left:22%; top:calc(49% - 4px); width:8px; height:8px; border-radius:50%; background:#fff; box-shadow:0 0 15px var(--page-accent); }
.contact-routing__packet { display:none; }
.contact-signal-engine.is-running .contact-routing__line::after { animation:semantic-link-packet 6.4s ease-in-out infinite; }
.contact-signal-engine.is-running .contact-routing__line--telegram::after { animation-delay:.24s; }
.contact-signal-engine.is-running .contact-routing__line--context::after { animation-delay:.55s; }
.contact-signal-engine.is-running .contact-routing__line--output::after { animation-delay:1.1s; }
.contact-signal-engine.is-running .contact-routing__context > span { animation:contact-routing-stage 6.4s ease-in-out infinite; }
.contact-signal-engine.is-running .contact-routing__context > span:last-child { animation-delay:.45s; }
.contact-signal-engine.is-running .contact-routing__result { animation:contact-routing-result 6.4s ease-in-out infinite; }

@keyframes sim-document-in { 0%,12%{transform:translateX(-10px);opacity:.45}25%,74%{transform:none;opacity:1}90%,100%{opacity:.5} }
@keyframes sim-document-scan { 0%,24%{transform:translateY(0);opacity:.25}42%,62%{transform:translateY(42px);opacity:1}78%,100%{opacity:.25} }
@keyframes sim-data-fill { 0%,48%{transform:scaleX(.08);opacity:.18}66%,90%{transform:scaleX(1);opacity:1}100%{opacity:.25} }
@keyframes sim-packet-x { 0%,18%{left:27%;opacity:0}28%{opacity:1}74%{left:68%;opacity:1}90%,100%{left:68%;opacity:0} }
@keyframes sim-question { 0%,12%,100%{opacity:.35;transform:translateX(-7px)}22%,56%{opacity:1;transform:none}72%{opacity:.35} }
@keyframes sim-scenario { 0%,30%,100%{border-color:rgba(217,70,182,.3);filter:none}45%,72%{border-color:rgba(255,255,255,.5);filter:drop-shadow(0 0 12px rgba(217,70,182,.35))} }
@keyframes sim-request-result { 0%,52%,100%{opacity:.3}68%,88%{opacity:1} }
@keyframes sim-request-packet { 0%,14%{left:29%;opacity:0}24%,58%{opacity:1}76%{left:76%;opacity:1}92%,100%{left:76%;opacity:0} }
@keyframes sim-event-wave { 0%,100%{transform:translate(-50%,-50%) scale(.78);opacity:.35}52%{transform:translate(-50%,-50%) scale(1);opacity:1} }
@keyframes sim-event-packet { 0%,20%{left:31%;opacity:0}34%{opacity:1}68%{left:67%;opacity:1}88%,100%{left:67%;opacity:0} }
@keyframes sim-event-action { 0%,46%,100%{opacity:.3}62%,88%{opacity:1} }
@keyframes box-action-state { 0%,15%,100%{border-color:rgba(255,255,255,.1);opacity:.48}26%,50%{border-color:rgba(217,70,182,.48);opacity:1;box-shadow:0 0 16px rgba(217,70,182,.13)}58%,86%{border-color:rgba(85,220,166,.3);opacity:.84} }
@keyframes semantic-link-packet { 0%,16%{left:0;opacity:0}28%{opacity:1}72%{left:calc(100% - 7px);opacity:1}88%,100%{left:calc(100% - 7px);opacity:0} }
@keyframes pilot-gate-packet { 0%,8%{left:8%;opacity:0}16%{opacity:1}84%{left:90%;opacity:1}96%,100%{left:90%;opacity:0} }
@keyframes pilot-gate-state { 0%,12%,100%{border-color:rgba(255,255,255,.13);transform:translateY(0)}18%,34%{border-color:rgba(217,70,182,.58);transform:translateY(-5px)}44%,86%{border-color:rgba(85,220,166,.38);transform:none} }
@keyframes pilot-gate-check { 0%,24%,100%{background:transparent;box-shadow:none}34%,86%{background:#55dca6;border-color:#55dca6;box-shadow:0 0 10px rgba(85,220,166,.5)} }
@keyframes project-machine-packet { 0%,12%{left:19%;opacity:0}22%{opacity:1}82%{left:79%;opacity:1}94%,100%{left:79%;opacity:0} }
@keyframes project-machine-node { 0%,18%,100%{border-color:rgba(255,255,255,.16);filter:none}32%,64%{border-color:rgba(217,70,182,.46);filter:drop-shadow(0 0 12px rgba(217,70,182,.18))} }
@keyframes project-machine-node-core { 0%,18%,100%{border-color:rgba(255,255,255,.16);filter:none;transform:translate(-50%,-50%)}32%,64%{border-color:rgba(217,70,182,.46);filter:drop-shadow(0 0 12px rgba(217,70,182,.18));transform:translate(-50%,-55%)} }
@keyframes contact-routing-packet { 0%,10%{left:22%;top:calc(49% - 4px);opacity:0}20%{opacity:1}48%{left:38%;top:calc(49% - 4px)}76%{left:86%;top:calc(61% - 4px);opacity:1}92%,100%{left:86%;top:calc(61% - 4px);opacity:0} }
@keyframes contact-routing-stage { 0%,30%,100%{border-color:rgba(255,255,255,.13)}44%,72%{border-color:color-mix(in srgb,var(--page-accent) 58%,#fff 10%);box-shadow:0 0 20px color-mix(in srgb,var(--page-accent) 16%,transparent)} }
@keyframes contact-routing-result { 0%,58%,100%{border-color:rgba(255,255,255,.13);transform:translateY(4px)}72%,90%{border-color:color-mix(in srgb,var(--page-accent) 58%,#fff 10%);transform:none} }

@media (max-width:1150px) {
  .problem-card { min-height:0; }
  .system-core { margin-bottom:48px; }
  .system-branches { position:relative; z-index:4; }
  .system-branches::before { display:none; }
  .solution-showcase .solution-card { grid-template-areas:"meta" "title" "machine" "list" "actions"; }
}

@media (max-width:680px) {
  .problem-card { grid-template-rows:auto 210px auto auto auto; }
  .process-simulator { height:210px; padding:12px; }
  .process-simulator--documents { grid-template-columns:minmax(78px,1fr) 46px minmax(92px,1.05fr); gap:7px; }
  .sim-document,.sim-document-data { padding:10px; }
  .sim-document-data > span { grid-template-columns:25px 1fr; gap:4px; }
  .sim-flow-line { left:28%; right:31%; }
  .sim-flow-packet { left:28%; }
  .process-simulator--requests { grid-template-columns:minmax(105px,1.2fr) 70px minmax(78px,.8fr); gap:7px; }
  .sim-question-list span { padding:7px; font-size:8px; }
  .sim-scenario { min-height:70px; padding:6px; }
  .sim-request-result span { padding:10px 4px 10px 17px; font-size:6px; }
  .sim-request-result span::before { left:6px; }
  .process-simulator--events { grid-template-columns:98px minmax(25px,1fr) minmax(125px,1.2fr); gap:5px; }
  .sim-event-sensor > i { width:68px; height:68px; }
  .sim-event-control { padding:9px; }
  .sim-event-control > span { padding-left:18px; font-size:6px; }
  .system-core { width:136px; height:136px; }
  .system-core > .system-core__mark { left:8px; top:32px; width:120px; height:104px; }
  .system-map-scene .route-signals { display:none; }
  .system-branch { position:relative; z-index:3; }
  .solution-machine--smartbot { min-height:430px; }
  .solution-machine--smartbox { min-height:400px; }
  .bot-machine__question { top:24px; right:18px; left:18px; width:auto; }
  .bot-machine__core { top:174px; left:27%; }
  .bot-machine__routes { top:126px; right:16px; bottom:auto; left:auto; width:48%; grid-template-columns:1fr; }
  .box-machine__sensors { top:20px; right:14px; left:14px; grid-template-columns:repeat(3,1fr); }
  .box-machine__hub { top:145px; left:28%; width:104px; }
  .box-machine__panel { top:114px; right:14px; bottom:auto; left:auto; width:52%; padding:12px; }
  .box-machine__panel > span { margin-top:8px; padding:8px 4px 8px 18px; font-size:6px; }
  .pilot-machine { min-height:510px; grid-template-columns:1fr; gap:10px; padding:24px; }
  .pilot-machine__route { left:50%; right:auto; top:8%; bottom:8%; width:1px; height:auto; }
  .pilot-machine__packet { left:calc(50% - 4px); top:8%; }
  .pilot-gate { min-height:94px; padding:13px 15px; }
  .trust-feature.is-motion-active .pilot-machine__packet { animation-name:pilot-gate-packet-mobile; }
  .project-machine__node { min-width:82px; min-height:58px; padding:9px; }
  .project-machine__node b { font-size:6px; }
  .project-machine__node--input { left:2%; }
  .project-machine__node--result { right:2%; }
  .estimate-blueprint__mark { left:8px; top:27px; width:96px; height:84px; }
  .service-assembly { left:36%; top:32%; width:28%; }
  .service-assembly > .service-link { display:block; }
  .contact-routing-scene { inset:1% 0; }
  .contact-routing__channels { left:0; top:1%; display:grid; width:100%; grid-template-columns:repeat(2,1fr); gap:8px; }
  .contact-routing__channels > small { grid-column:1/-1; }
  .contact-routing__channels > span { min-height:42px; grid-template-columns:25px 1fr; padding:6px 8px; }
  .contact-routing__channels img { width:24px; height:24px; }
  .contact-routing__core { left:50%; top:34%; width:108px; height:108px; }
  .contact-routing__core .brand-mark-crop { left:4px; top:27px; width:100px; height:87px; }
  .contact-routing__core > b { top:calc(100% + 4px); }
  .contact-routing__context { left:0; top:52%; width:100%; grid-template-columns:repeat(2,1fr); gap:7px; }
  .contact-routing__context > span { min-height:48px; padding:7px; }
  .contact-routing__result { right:0; bottom:1%; top:auto; width:100%; min-height:78px; padding:13px; }
  .contact-routing__line--max { left:25%; top:18%; width:25%; height:16%; }
  .contact-routing__line--telegram { left:75%; top:18%; width:25%; height:16%; }
  .contact-routing__line--context { left:50%; top:34%; width:1px; height:18%; transform:none; }
  .contact-routing__line--output { left:50%; top:70%; width:1px; height:12%; transform:none; }
  .contact-routing__packet { left:calc(50% - 4px); top:18%; }
  .contact-signal-engine.is-running .contact-routing__packet { animation-name:contact-routing-packet-mobile; }
}

/* Narrow mobile geometry keeps every semantic scene fully inside its frame. */
@media (max-width:380px) {
  .inner-hero { padding-bottom:12px; }
  .inner-heading > *,
  .case-copy,
  .project-entry__copy,
  .project-entry__metrics > div { min-width:0; }
  .inner-heading h2 { font-size:35px; }
  .inner-heading > p,
  .case-copy h3,
  .case-copy p,
  .case-copy li,
  .project-entry__copy h3,
  .project-entry__metrics span { overflow-wrap:anywhere; }
  .case-copy h3,
  .project-entry__copy h3 { font-size:30px; }
  .project-entry__metrics { grid-template-columns:1fr; }
  .project-entry__metrics > div { min-height:96px; }

  .problem-card { padding-inline:16px; }
  .process-simulator { padding:8px; }
  .process-simulator--documents { grid-template-columns:minmax(0,1fr) 34px minmax(0,1.05fr); gap:4px; }
  .sim-document,.sim-document-data { padding:8px; }
  .sim-document-data > span { grid-template-columns:22px 1fr; gap:3px; }
  .sim-document-scan i { width:30px; }
  .process-simulator--requests { grid-template-columns:minmax(0,1.12fr) 54px minmax(0,.92fr); gap:4px; }
  .sim-question-list { gap:6px; }
  .sim-question-list span { padding:7px 5px; font-size:7px; }
  .sim-scenario { padding:4px; }
  .sim-scenario strong { font-size:7px; }
  .sim-request-result { gap:6px; }
  .sim-request-result span { padding:9px 3px 9px 14px; font-size:6px; letter-spacing:.04em; }
  .sim-request-result span::before { left:5px; width:5px; height:5px; }
  .process-simulator--events { grid-template-columns:minmax(62px,.72fr) minmax(18px,.22fr) minmax(0,1.28fr); gap:3px; }
  .sim-event-sensor > i { width:58px; height:58px; }
  .sim-event-sensor b { margin-top:62px; font-size:6px; }
  .sim-event-control { padding:7px; gap:5px; }
  .sim-event-control > span { padding:6px 3px 6px 15px; font-size:6px; }
  .sim-event-control > span i { left:5px; }
  .sim-event-control strong { padding:6px 3px; font-size:6px; }

  .bot-machine__question { right:10px; left:10px; }
  .bot-machine__core { left:35%; width:96px; border-radius:23px; }
  .bot-machine__routes { right:9px; width:49%; }
  .bot-machine__routes span { min-height:52px; padding-left:22px; font-size:7px; }
  .box-machine__sensors { right:8px; left:8px; gap:4px; }
  .box-machine__hub { left:32%; width:90px; }
  .box-machine__hub::before { inset:-10px; box-shadow:0 0 0 10px rgba(118,83,255,.045); }
  .box-machine__hub strong { font-size:7px; }
  .box-machine__panel { right:8px; width:54%; padding:9px; }
  .box-machine__panel > span { padding:8px 3px 8px 16px; font-size:7px; }

  .project-machine { min-height:220px; }
  .project-card-featured .project-machine { min-height:220px; }
  .project-machine__node,
  .project-machine__node--input,
  .project-machine__node--core,
  .project-machine__node--result {
    right:10px;
    left:10px;
    width:auto;
    min-width:0;
    min-height:48px;
    padding:8px 10px;
    transform:none;
  }
  .project-machine__node--input { top:8px; }
  .project-machine__node--core { top:50%; transform:translateY(-50%); }
  .project-machine--construction .project-machine__node--core { transform:translateY(-50%); }
  .project-machine__node--result { top:auto; bottom:8px; }
  .project-machine > i { left:50% !important; width:1px; height:30px; }
  .project-machine > i:nth-of-type(1) { top:56px; }
  .project-machine > i:nth-of-type(2) { top:134px; }
  .project-machine > em { left:calc(50% - 4px); top:56px; }
  .project-card.is-motion-active .project-machine > em { animation-name:project-machine-packet-mobile; }
  .project-card.is-motion-active .project-machine__node--core { animation-name:project-machine-node-mobile; }
  .project-card__metrics:not(.project-card__metrics--compact) { grid-template-columns:1fr; }
  .project-card__metrics dt { white-space:normal; }

  .contacts-page .product-engine--contacts { min-height:286px; }
  .contact-routing__channels { gap:5px; }
  .contact-routing__core { top:22%; width:92px; height:92px; }
  .contact-routing__core .brand-mark-crop { left:4px; top:23px; width:84px; height:73px; }
  .contact-routing__core > b { display:none; }
  .contact-routing__context { top:56%; gap:5px; }
  .contact-routing__context > span { min-height:44px; }
  .contact-routing__result { min-height:70px; padding:11px; }
}

@keyframes pilot-gate-packet-mobile { 0%,8%{top:8%;opacity:0}16%{opacity:1}84%{top:90%;opacity:1}96%,100%{top:90%;opacity:0} }
@keyframes contact-routing-packet-mobile { 0%,10%{left:calc(50% - 4px);top:18%;opacity:0}20%{opacity:1}80%{left:calc(50% - 4px);top:82%;opacity:1}94%,100%{left:calc(50% - 4px);top:82%;opacity:0} }
@keyframes project-machine-packet-mobile { 0%,12%{left:calc(50% - 4px);top:56px;opacity:0}22%{opacity:1}82%{left:calc(50% - 4px);top:164px;opacity:1}94%,100%{left:calc(50% - 4px);top:164px;opacity:0} }
@keyframes project-machine-node-mobile { 0%,18%,100%{border-color:rgba(255,255,255,.16);filter:none;transform:translateY(-50%)}32%,64%{border-color:rgba(217,70,182,.46);filter:drop-shadow(0 0 12px rgba(217,70,182,.18));transform:translateY(-55%)} }

.motion-paused .process-simulator *,
.motion-paused .bot-machine__link *,
.motion-paused .box-machine__route *,
.motion-paused .pilot-gate,
.motion-paused .pilot-machine__packet,
.motion-paused .project-machine *,
.motion-paused .contact-routing-scene * { animation-play-state:paused !important; }
.motion-paused .bot-machine__link::after,
.motion-paused .box-machine__route::after,
.motion-paused .contact-routing__line::after { animation-play-state:paused !important; }

@media (prefers-reduced-motion:reduce) {
  .process-simulator *,
  .bot-machine__link *,
  .box-machine__route *,
  .pilot-gate,
  .pilot-machine__packet,
  .project-machine *,
  .contact-routing-scene * { animation:none !important; }
  .sim-flow-packet,.sim-request-packet,.sim-event-packet,.bot-machine__link::after,.box-machine__route::after,.pilot-machine__packet,.project-machine > em,.contact-routing__packet,.service-link .service-signal { display:none !important; }
  .pilot-gate i { background:#55dca6; border-color:#55dca6; }
}

/* v5.24 — semantic motion, premium routing and page-specific engineering scenes */

/* Home: remove the false centre bead and expose routes from the real luminous core. */
.sim-scenario > i { display:none !important; }
.system-map-canvas { isolation:isolate; }
.system-core { z-index:2 !important; }
.system-map-scene .system-routes { z-index:3 !important; overflow:visible; pointer-events:none; }
.system-branches { z-index:4 !important; }
.system-core > .system-core__origin {
  background:transparent !important;
  box-shadow:0 0 9px 3px rgba(255,255,255,.42),0 0 28px 11px rgba(217,70,182,.3) !important;
}
.system-map-scene .route-ghosts path {
  stroke:rgba(217,70,182,.3);
  stroke-width:7;
  opacity:.16;
  filter:blur(3px);
}
.system-map-scene .route-lines path {
  stroke-width:1.45;
  opacity:.94;
  filter:drop-shadow(0 0 5px rgba(217,70,182,.64));
}
.system-map-scene .route-signals circle {
  r:3px;
  fill:#fff;
  filter:drop-shadow(0 0 4px #fff) drop-shadow(0 0 8px #d946b6);
}

/* SmartBot and SmartBox: connector anchors are real 1px cores, not bounding boxes. */
.bot-machine__link,.box-machine__route { z-index:3; height:1.5px; }
.bot-machine__link::before,.box-machine__route::before,.estimate-blueprint > i::before,.contact-routing__line::before {
  content:"";
  position:absolute;
  inset:-4px 0;
  background:inherit;
  opacity:.16;
  filter:blur(5px);
}
.bot-machine__core b { position:relative; z-index:5; padding:8px 10px; border-radius:8px; background:rgba(10,11,16,.94); }
.bot-machine__origin,.box-machine__origin {
  position:absolute !important;
  z-index:6 !important;
  left:50% !important;
  top:50% !important;
  width:1px !important;
  height:1px !important;
  border:0 !important;
  border-radius:50% !important;
  background:transparent !important;
  box-shadow:0 0 9px 4px rgba(255,255,255,.25),0 0 22px 9px rgba(217,70,182,.24) !important;
  transform:translate(-50%,-50%) !important;
  animation:none !important;
}
.box-machine__hub { isolation:isolate; }
.box-machine__hub i { z-index:1; }
.box-machine__hub strong {
  position:relative;
  z-index:5;
  min-width:66px;
  padding:7px 8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:rgba(8,9,13,.92);
}
.box-machine__hub > b {
  position:absolute;
  z-index:5;
  left:50%;
  top:calc(100% + 9px);
  width:max-content;
  padding:5px 8px;
  color:#aaa8b2;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(8,9,13,.94);
  font:6px/1 var(--font-mono,monospace);
  letter-spacing:.14em;
  transform:translateX(-50%);
}

/* 01—05: one continuous, visible implementation route. */
.process-list--routed::before { display:block !important; opacity:.34; }
.process-list--routed::after {
  content:"";
  position:absolute;
  z-index:2;
  left:var(--process-route-start-x,29px);
  right:auto;
  top:calc(var(--process-route-start-y,70px) - 1.5px);
  width:var(--process-route-span-x,calc(80% - 58px));
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff4f72,#d946b6 52%,#7653ff);
  box-shadow:0 0 12px rgba(217,70,182,.38);
  transform:scaleX(0);
  transform-origin:0 50%;
  animation:process-progress-premium 10s cubic-bezier(.44,.05,.18,1) infinite;
}
.process-list--routed li::before {
  animation:process-node-premium 10s ease-in-out infinite;
}
.process-list--routed li:nth-child(2)::before { animation-delay:2s; }
.process-list--routed li:nth-child(3)::before { animation-delay:4s; }
.process-list--routed li:nth-child(4)::before { animation-delay:6s; }
.process-list--routed li:nth-child(5)::before { animation-delay:8s; }

/* Pilot: the travelling signal resolves into a green completion mark. */
.pilot-machine { overflow:hidden; isolation:isolate; }
.pilot-machine__route,.pilot-machine__packet { z-index:2; }
.pilot-gate { z-index:4; }
.pilot-gate--decision [data-completion-mark] { width:22px; height:22px; border-color:rgba(255,255,255,.25); }
.pilot-gate--decision [data-completion-mark]::before,
.pilot-gate--decision [data-completion-mark]::after {
  content:"";
  position:absolute;
  left:5px;
  top:11px;
  height:2px;
  border-radius:2px;
  background:#06110d;
  opacity:0;
  transform-origin:0 50%;
}
.pilot-gate--decision [data-completion-mark]::before { width:6px; transform:rotate(42deg); }
.pilot-gate--decision [data-completion-mark]::after { left:9px; top:14px; width:10px; transform:rotate(-49deg); }
.trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::before,
.trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::after {
  animation:pilot-final-check 8.8s ease-in-out infinite 5.1s;
}

/* Project cards: motion stays above text and completes inside the result node. */
.project-machine { z-index:1; min-height:210px; margin:0 0 22px; overflow:hidden; isolation:isolate; }
.project-card-featured .project-machine { min-height:230px; }
.project-machine > i,.project-machine > em { z-index:2; }
.project-machine__node { z-index:4; }
.project-machine__node--result { padding-right:32px; }
.project-machine__node--result::after {
  content:"✓";
  position:absolute;
  right:9px;
  top:9px;
  display:grid;
  width:17px;
  height:17px;
  place-items:center;
  color:#06110d;
  border-radius:50%;
  background:#55dca6;
  box-shadow:0 0 13px rgba(85,220,166,.55);
  font:700 10px/1 sans-serif;
  opacity:.18;
  transform:scale(.72);
}
.project-card.is-motion-active .project-machine__node--result::after { animation:project-done 5.8s ease-in-out infinite .7s; }
.project-machine--sales::before,.project-machine--production::before,.project-machine--construction::before {
  content:"";
  position:absolute;
  inset:16px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px;
  background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:24px 24px;
}
.project-machine--production > i { background:linear-gradient(90deg,#7653ff,#d946b6,#55dca6); }
.project-machine--production .project-machine__node--input { border-radius:28px; }
.project-machine--construction .project-machine__node--core { border-style:dashed; }

/* Estimator routes also remain visible all the way from the official mark. */
.estimate-blueprint { isolation:isolate; }
.estimate-blueprint__core { z-index:2; }
.estimate-blueprint > i { z-index:3; height:1.5px; }
.estimate-blueprint__node { z-index:4; }
.estimate-blueprint__origin { background:transparent; box-shadow:0 0 10px 3px rgba(255,255,255,.3),0 0 26px 8px rgba(217,70,182,.24); }

/* Four competencies: four different engineering algorithms. */
.service-group::after { display:none !important; }
.service-group { min-height:560px; }
.service-group > small { position:relative; z-index:4; }
.competency-scene {
  position:relative;
  z-index:2;
  display:grid;
  min-height:158px;
  grid-template-columns:minmax(58px,1fr) minmax(24px,.45fr) 76px minmax(24px,.45fr) minmax(58px,1fr);
  align-items:center;
  gap:8px;
  margin-top:30px;
  padding:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:radial-gradient(circle at 50% 50%,rgba(217,70,182,.12),transparent 50%),#090a0f;
}
.competency-scene::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:20px 20px;
  pointer-events:none;
}
.competency-scene > span,.competency-scene > b {
  position:relative;
  z-index:3;
  display:grid;
  min-height:54px;
  place-items:center;
  padding:8px;
  color:#f5f2f7;
  border:1px solid rgba(255,255,255,.16);
  border-radius:11px;
  background:rgba(14,15,21,.95);
  font:7px/1.2 var(--font-mono,monospace);
  letter-spacing:.08em;
  text-decoration:none;
}
.competency-scene > b { min-height:72px; border-color:rgba(217,70,182,.42); border-radius:24px; font-size:11px; }
.competency-scene > i { position:relative; z-index:1; height:1px; background:linear-gradient(90deg,#ff4f72,#7653ff); box-shadow:0 0 8px rgba(217,70,182,.3); }
.competency-scene > i::after { content:""; position:absolute; left:0; top:-3px; width:7px; height:7px; border-radius:50%; background:#fff; box-shadow:0 0 12px #d946b6; }
.competency-scene > em {
  position:absolute;
  z-index:4;
  right:14px;
  bottom:11px;
  color:#55dca6;
  font:6px/1 var(--font-mono,monospace);
  font-style:normal;
  letter-spacing:.11em;
}
.competency-chip { grid-template-columns:repeat(2,7px); gap:5px; }
.competency-chip u { width:7px; height:7px; border:1px solid #ff7390; border-radius:2px; text-decoration:none; }
.competency-shield { clip-path:polygon(50% 0,90% 17%,84% 70%,50% 100%,16% 70%,10% 17%); border-radius:0 !important; }
.service-group.is-motion-active .competency-scene > i::after,
.motion-section.is-ambient-active .competency-scene > i::after { animation:competency-packet 5.8s ease-in-out infinite; }
.service-group.is-motion-active .competency-scene > i:nth-of-type(2)::after,
.motion-section.is-ambient-active .competency-scene > i:nth-of-type(2)::after { animation-delay:1.6s; }
.service-group.is-motion-active .competency-scene > em,
.motion-section.is-ambient-active .competency-scene > em { animation:competency-status 5.8s ease-in-out infinite 2.5s; }
.competency-scene--embedded > b { border-radius:12px; }
.competency-scene--embedded::after { content:""; position:absolute; left:50%; top:50%; width:68px; height:68px; border:1px solid rgba(255,79,114,.15); border-radius:50%; transform:translate(-50%,-50%); animation:competency-sensor-wave 4.8s ease-out infinite; }
.competency-scene--infrastructure > b { border-radius:8px; box-shadow:inset 0 -14px rgba(118,83,255,.08); }
.competency-scene--infrastructure > span:last-of-type { border-radius:28px; }
.competency-scene--reliability { background:radial-gradient(circle at 50% 50%,rgba(85,220,166,.08),transparent 52%),#090a0f; }

/* Company: centred mark-only core and three product-specific mini scenes. */
.company-engine__core {
  display:grid !important;
  place-items:center !important;
  border-radius:50% !important;
  transform:translate(-50%,-50%) !important;
}
.company-engine__brand {
  position:absolute;
  left:50%;
  top:50%;
  display:block;
  width:76% !important;
  height:76% !important;
  object-fit:contain !important;
  transform:translate(-50%,-50%) !important;
  transform-origin:center !important;
}
.company-engine__core-label { top:calc(100% + 18px) !important; }
.company-solution-card { overflow:hidden; }
.company-solution-card h3 { margin-top:26px; }
.company-solution-scene {
  position:relative;
  display:grid;
  min-height:132px;
  align-content:center;
  margin-top:24px;
  padding:15px;
  overflow:hidden;
  border:1px solid rgba(8,9,13,.12);
  border-radius:14px;
  background:rgba(255,255,255,.42);
}
.company-solution-scene::before { content:""; position:absolute; inset:0; background:linear-gradient(rgba(8,9,13,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(8,9,13,.035) 1px,transparent 1px); background-size:18px 18px; }
.company-solution-card--docmind .company-solution-scene { grid-template-columns:52px 1fr 48px 48px 30px; gap:8px; }
.company-doc { position:relative; z-index:2; width:42px; height:56px; border:1px solid rgba(8,9,13,.38); border-radius:5px; background:rgba(255,255,255,.8); }
.company-doc::before { content:""; position:absolute; left:7px; right:7px; top:12px; height:2px; background:#bd3e74; box-shadow:0 9px #aaa8b2,0 18px #aaa8b2; }
.company-solution-card--docmind .company-solution-scene > i { position:relative; z-index:2; height:1px; background:linear-gradient(90deg,#bd3e74,#7653ff); }
.company-solution-card--docmind .company-solution-scene > b { position:relative; z-index:2; display:grid; min-height:42px; place-items:center; border:1px solid rgba(8,9,13,.12); border-radius:7px; background:#fff; font:7px/1 monospace; }
.company-solution-card--docmind .company-solution-scene > em,.company-solution-card--smartbox .company-solution-scene > em { position:relative; z-index:2; display:grid; width:26px; height:26px; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; font:700 12px/1 sans-serif; font-style:normal; }
.company-solution-card--smartbot .company-solution-scene { grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; align-content:start; }
.company-solution-card--smartbot .company-solution-scene > span { position:relative; z-index:2; padding:8px; border:1px solid rgba(8,9,13,.14); border-radius:9px 9px 9px 3px; background:#fff; font-size:7px; }
.company-solution-card--smartbot .company-solution-scene > i { position:absolute; left:16%; right:16%; bottom:36px; height:1px; background:linear-gradient(90deg,#bd3e74,#7653ff); }
.company-solution-card--smartbot .company-solution-scene > b { position:absolute; z-index:2; left:50%; bottom:14px; padding:7px 10px; border:1px solid rgba(8,9,13,.15); border-radius:999px; background:#fff; font:7px/1 monospace; transform:translateX(-50%); }
.company-solution-card--smartbox .company-solution-scene { grid-template-columns:repeat(3,1fr); gap:7px; }
.company-solution-card--smartbox .company-solution-scene > span { position:relative; z-index:2; display:grid; min-height:44px; place-items:center; border:1px solid rgba(8,9,13,.14); border-radius:9px; background:#fff; font:7px/1 monospace; }
.company-solution-card--smartbox .company-solution-scene > i { position:absolute; left:15%; right:15%; top:68%; height:1px; background:linear-gradient(90deg,#7653ff,#bd3e74); }
.company-solution-card--smartbox .company-solution-scene > b { position:absolute; z-index:2; left:24px; bottom:12px; font:7px/1 monospace; }
.company-solution-card--smartbox .company-solution-scene > em { position:absolute; right:18px; bottom:9px; }
.company-page .scenario-grid.is-motion-active .company-solution-scene > i,
.company-page .motion-section.is-ambient-active .company-solution-scene > i { animation:company-solution-route 5.8s ease-in-out infinite; }

/* Sales case on Services: an actual request-to-offer process, not abstract diamonds. */
.case-visual--sales-flow::before,.case-visual--sales-flow::after { display:none; }
.case-visual--sales-flow > span { display:none; }
.service-case-flow { position:absolute; inset:28px; overflow:hidden; border:1px solid rgba(255,255,255,.08); border-radius:20px; background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),radial-gradient(circle at 52% 50%,rgba(217,70,182,.13),transparent 45%); background-size:28px 28px,28px 28px,auto; }
.service-case-node { position:absolute; z-index:3; display:grid; min-width:126px; min-height:68px; align-content:center; gap:7px; padding:13px; border:1px solid rgba(255,255,255,.15); border-radius:12px; background:rgba(10,11,17,.94); }
.service-case-node small { color:#ff7390; font:7px/1 monospace; }
.service-case-node b { color:#fff; font-size:9px; font-weight:500; line-height:1.35; }
.service-case-node--request { left:4%; top:8%; }
.service-case-node--assistant { left:35%; top:35%; border-color:rgba(217,70,182,.46); }
.service-case-node--customer { right:5%; top:8%; }
.service-case-node--stock { right:5%; top:35%; }
.service-case-node--offer { right:5%; bottom:8%; }
.service-case-node--analytics { left:4%; bottom:8%; }
.service-case-node--offer em { position:absolute; right:9px; top:9px; display:grid; width:18px; height:18px; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; font-style:normal; }
.service-case-flow > i { position:absolute; z-index:1; height:1px; background:linear-gradient(90deg,#ff4f72,#d946b6,#7653ff); transform-origin:0 50%; }
.service-case-flow > i:nth-of-type(1) { left:25%; top:23%; width:22%; transform:rotate(26deg); }
.service-case-flow > i:nth-of-type(2) { left:53%; top:47%; width:31%; transform:rotate(-34deg); }
.service-case-flow > i:nth-of-type(3) { left:53%; top:50%; width:31%; }
.service-case-flow > i::after { content:""; position:absolute; left:0; top:-3px; width:7px; height:7px; border-radius:50%; background:#fff; box-shadow:0 0 12px #d946b6; animation:service-case-packet 6.4s ease-in-out infinite; }
.service-case-flow > i:nth-of-type(2)::after { animation-delay:1.1s; }.service-case-flow > i:nth-of-type(3)::after { animation-delay:2.2s; }
.service-case-flow > u { position:absolute; left:24%; bottom:23%; width:58%; height:1px; background:linear-gradient(90deg,#7653ff,#55dca6); transform:rotate(-7deg); text-decoration:none; }

/* Contact router: two phones + two official messengers become one clear request. */
.contacts-page .product-engine--contacts { min-height:560px; }
.contact-routing-scene { inset:3% 0 2%; }
.contact-routing__channels { left:0; top:4%; width:46%; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.contact-routing__channels > small { grid-column:1/-1; }
.contact-routing__channels > span { min-width:0; min-height:54px; grid-template-columns:28px minmax(0,1fr); gap:8px; padding:8px; }
.contact-routing__channels > span b { overflow-wrap:anywhere; color:#f4f1f6; font-size:8px; font-weight:500; }
.contact-routing__phone { position:relative; display:block; width:27px; height:27px; border:1px solid rgba(255,255,255,.22); border-radius:9px; }
.contact-routing__phone::before { content:""; position:absolute; left:8px; top:6px; width:9px; height:14px; border:2px solid #ff7390; border-width:0 0 2px 2px; border-radius:0 0 0 8px; transform:rotate(-45deg); }
.contact-routing__core { left:52%; top:53%; width:138px; height:138px; }
.contact-routing__core .brand-mark-crop { left:6px; top:34px; width:126px; height:110px; }
.contact-routing__core > i { left:49.54%; top:50.2%; background:transparent; box-shadow:0 0 10px 4px rgba(255,255,255,.3),0 0 25px 10px rgba(217,70,182,.25); }
.contact-routing__context { left:auto; right:0; top:7%; width:34%; }
.contact-routing__result { right:0; top:auto; bottom:7%; width:34%; }
.contact-routing__result > i { position:absolute; right:13px; top:13px; display:grid; width:22px; height:22px; place-items:center; border-radius:50%; background:#55dca6; box-shadow:0 0 15px rgba(85,220,166,.44); }
.contact-routing__result > i::before { content:"✓"; color:#06110d; font:700 12px/1 sans-serif; }
.contact-routing__line { z-index:2; height:1.5px; }
.contact-routing__line::after { width:6px; height:6px; top:-2px; }
.contact-signal-engine.is-running [data-contact-line="russia"]::after { animation-delay:.3s; }
.contact-signal-engine.is-running [data-contact-line="max"]::after { animation-delay:.6s; }
.contact-signal-engine.is-running [data-contact-line="telegram"]::after { animation-delay:.9s; }
.contact-signal-engine.is-running .contact-routing__result > i { animation:contact-done 6.4s ease-in-out infinite 1.15s; }

/* Eight confirmed projects: distinct topologies instead of one repeated chain. */
.project-entry__visual { isolation:isolate; }
.project-entry__visual::before,.project-entry__visual::after { display:none !important; }
.project-entry__visual > span { position:absolute; z-index:4; min-width:92px; min-height:62px; }
.project-entry__visual > i { position:absolute; z-index:2; width:auto; height:1.5px; transform-origin:0 50%; background:linear-gradient(90deg,var(--page-accent),var(--page-accent-2)); box-shadow:0 0 8px color-mix(in srgb,var(--page-accent) 25%,transparent); }
.project-entry__visual > span:last-of-type::before { content:"✓"; position:absolute; right:7px; top:7px; display:grid; width:18px; height:18px; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; box-shadow:0 0 12px rgba(85,220,166,.5); font:700 10px/1 sans-serif; opacity:.25; }
.project-entry.is-case-active .project-entry__visual > span:last-of-type::before { animation:case-result-check var(--case-flow-duration) ease-in-out infinite; }

/* Sales: one request branches to clients and stock, then converges into an offer. */
.project-entry__visual--sales > span:nth-of-type(1) { left:6%; top:42%; }
.project-entry__visual--sales > span:nth-of-type(2) { left:39%; top:18%; }
.project-entry__visual--sales > span:nth-of-type(3) { left:39%; bottom:18%; }
.project-entry__visual--sales > span:nth-of-type(4) { right:6%; top:42%; }
.project-entry__visual--sales > i:nth-of-type(1) { left:23%; top:48%; width:20%; transform:rotate(-27deg); }
.project-entry__visual--sales > i:nth-of-type(2) { left:23%; top:52%; width:20%; transform:rotate(27deg); }
.project-entry__visual--sales > i:nth-of-type(3) { left:56%; top:50%; width:25%; }

/* Factory: telemetry lane + production queue. */
.project-entry__visual--factory { background-size:36px 36px,36px 36px,auto,auto; }
.project-entry__visual--factory > span { top:48%; border-radius:24px; }
.project-entry__visual--factory > span:nth-of-type(1) { left:4%; }
.project-entry__visual--factory > span:nth-of-type(2) { left:29%; top:25%; }
.project-entry__visual--factory > span:nth-of-type(3) { left:54%; top:57%; }
.project-entry__visual--factory > span:nth-of-type(4) { right:4%; top:30%; }
.project-entry__visual--factory > i:nth-of-type(1) { left:18%; top:50%; width:18%; transform:rotate(-27deg); }
.project-entry__visual--factory > i:nth-of-type(2) { left:42%; top:35%; width:19%; transform:rotate(30deg); }
.project-entry__visual--factory > i:nth-of-type(3) { left:66%; top:59%; width:18%; transform:rotate(-28deg); }

/* Construction: a controlled 2×2 approval and budget grid. */
.project-entry__visual--build > span:nth-of-type(1) { left:9%; top:17%; }
.project-entry__visual--build > span:nth-of-type(2) { left:9%; bottom:17%; }
.project-entry__visual--build > span:nth-of-type(3) { right:9%; top:17%; }
.project-entry__visual--build > span:nth-of-type(4) { right:9%; bottom:17%; }
.project-entry__visual--build > i:nth-of-type(1) { left:27%; top:28%; width:45%; }
.project-entry__visual--build > i:nth-of-type(2) { left:27%; top:72%; width:45%; }
.project-entry__visual--build > i:nth-of-type(3) { left:50%; top:29%; width:43%; transform:rotate(90deg); }

/* Restaurant: three channels fan into loyalty. */
.project-entry__visual--restaurant > span:nth-of-type(1) { left:5%; top:13%; }
.project-entry__visual--restaurant > span:nth-of-type(2) { left:5%; bottom:13%; }
.project-entry__visual--restaurant > span:nth-of-type(3) { left:42%; top:42%; }
.project-entry__visual--restaurant > span:nth-of-type(4) { right:5%; top:42%; }
.project-entry__visual--restaurant > i:nth-of-type(1) { left:23%; top:25%; width:24%; transform:rotate(28deg); }
.project-entry__visual--restaurant > i:nth-of-type(2) { left:23%; top:75%; width:24%; transform:rotate(-28deg); }
.project-entry__visual--restaurant > i:nth-of-type(3) { left:59%; top:50%; width:24%; }

/* Clinic: calendar slots and a confirmed appointment. */
.project-entry__visual--clinic { background-size:42px 42px,42px 42px,auto,auto; }
.project-entry__visual--clinic > span:nth-of-type(1) { left:7%; top:42%; border-radius:18px 18px 18px 4px; }
.project-entry__visual--clinic > span:nth-of-type(2) { left:35%; top:20%; }
.project-entry__visual--clinic > span:nth-of-type(3) { left:35%; bottom:20%; }
.project-entry__visual--clinic > span:nth-of-type(4) { right:7%; top:42%; border-color:#55dca6; }
.project-entry__visual--clinic > i:nth-of-type(1) { left:24%; top:48%; width:17%; transform:rotate(-32deg); }
.project-entry__visual--clinic > i:nth-of-type(2) { left:24%; top:52%; width:17%; transform:rotate(32deg); }
.project-entry__visual--clinic > i:nth-of-type(3) { left:52%; top:50%; width:27%; }

/* Logistics: a zig-zag map route. */
.project-entry__visual--logistics > span:nth-of-type(1) { left:4%; top:20%; }
.project-entry__visual--logistics > span:nth-of-type(2) { left:30%; bottom:18%; border-radius:28px; }
.project-entry__visual--logistics > span:nth-of-type(3) { left:57%; top:18%; }
.project-entry__visual--logistics > span:nth-of-type(4) { right:3%; bottom:18%; }
.project-entry__visual--logistics > i:nth-of-type(1) { left:18%; top:31%; width:22%; transform:rotate(44deg); }
.project-entry__visual--logistics > i:nth-of-type(2) { left:42%; top:68%; width:23%; transform:rotate(-43deg); }
.project-entry__visual--logistics > i:nth-of-type(3) { left:68%; top:31%; width:22%; transform:rotate(43deg); }

/* Field service: dispatcher in the centre, request and engineer on the sides. */
.project-entry__visual--field-service > span:nth-of-type(1) { left:5%; top:18%; }
.project-entry__visual--field-service > span:nth-of-type(2) { left:40%; top:42%; border-radius:50%; }
.project-entry__visual--field-service > span:nth-of-type(3) { right:5%; top:18%; }
.project-entry__visual--field-service > span:nth-of-type(4) { right:5%; bottom:18%; }
.project-entry__visual--field-service > i:nth-of-type(1) { left:22%; top:30%; width:24%; transform:rotate(27deg); }
.project-entry__visual--field-service > i:nth-of-type(2) { left:57%; top:49%; width:25%; transform:rotate(-30deg); }
.project-entry__visual--field-service > i:nth-of-type(3) { left:57%; top:53%; width:25%; transform:rotate(29deg); }

/* Platform: sources converge through an accounting hub into analytics. */
.project-entry__visual--platform > span:nth-of-type(1) { left:5%; top:15%; }
.project-entry__visual--platform > span:nth-of-type(2) { left:40%; top:42%; border-radius:50%; }
.project-entry__visual--platform > span:nth-of-type(3) { left:5%; bottom:15%; }
.project-entry__visual--platform > span:nth-of-type(4) { right:5%; top:42%; }
.project-entry__visual--platform > i:nth-of-type(1) { left:22%; top:27%; width:25%; transform:rotate(30deg); }
.project-entry__visual--platform > i:nth-of-type(2) { left:22%; top:73%; width:25%; transform:rotate(-30deg); }
.project-entry__visual--platform > i:nth-of-type(3) { left:57%; top:50%; width:27%; }

@keyframes process-progress-premium { 0%,7%{transform:scaleX(0);opacity:.35}84%,94%{transform:scaleX(1);opacity:1}100%{transform:scaleX(1);opacity:0} }
@keyframes process-progress-premium-mobile { 0%,7%{transform:scaleY(0);opacity:.35}84%,94%{transform:scaleY(1);opacity:1}100%{transform:scaleY(1);opacity:0} }
@keyframes process-node-premium { 0%,12%,100%{background:#c73aa2;box-shadow:0 0 0 1px rgba(8,9,13,.22)}24%,72%{background:#fff;box-shadow:0 0 0 3px rgba(217,70,182,.2),0 0 16px #d946b6} }
@keyframes pilot-final-check { 0%,28%,100%{opacity:0}40%,86%{opacity:1} }
@keyframes project-done { 0%,54%,100%{opacity:.18;transform:scale(.72)}70%,88%{opacity:1;transform:scale(1)} }
@keyframes competency-packet { 0%,12%{left:0;opacity:0}24%{opacity:1}76%{left:calc(100% - 7px);opacity:1}92%,100%{left:calc(100% - 7px);opacity:0} }
@keyframes competency-status { 0%,38%,100%{opacity:.2}54%,84%{opacity:1;text-shadow:0 0 10px rgba(85,220,166,.45)} }
@keyframes competency-sensor-wave { 0%{opacity:.6;transform:translate(-50%,-50%) scale(.55)}75%,100%{opacity:0;transform:translate(-50%,-50%) scale(1.35)} }
@keyframes company-solution-route { 0%,100%{opacity:.25;filter:none}45%,76%{opacity:1;filter:drop-shadow(0 0 6px rgba(189,62,116,.35))} }
@keyframes service-case-packet { 0%,12%{left:0;opacity:0}24%{opacity:1}76%{left:calc(100% - 7px);opacity:1}92%,100%{left:calc(100% - 7px);opacity:0} }
@keyframes contact-done { 0%,48%,100%{opacity:.22;transform:scale(.72)}66%,88%{opacity:1;transform:scale(1)} }
@keyframes case-result-check { 0%,54%,100%{opacity:.25;transform:scale(.72)}70%,88%{opacity:1;transform:scale(1)} }

@media (max-width:1150px) {
  .process-list--routed { grid-template-columns:1fr; }
  .process-list--routed::before { left:calc(var(--process-route-start-x,28px) - .5px); right:auto; top:var(--process-route-start-y,70px); bottom:auto; width:1px; height:var(--process-route-span-y,calc(100% - 140px)); background:linear-gradient(#ff4f72,#d946b6,#7653ff); }
  .process-list--routed::after { left:calc(var(--process-route-start-x,28px) - 1.5px); right:auto; top:var(--process-route-start-y,70px); bottom:auto; width:3px; height:var(--process-route-span-y,calc(100% - 140px)); transform:scaleY(0); transform-origin:50% 0; animation-name:process-progress-premium-mobile; }
  .process-list--routed li { min-height:170px; border-left:1px solid var(--line-dark); }
  .process-list--routed li::before { left:23px; }
  .process-list--routed span { margin-bottom:34px; }
  .service-group { min-height:0; }
}

@media (max-width:680px) {
  .system-map-scene .route-signals { display:block !important; }
  .system-map-scene .route-ghosts path { stroke-width:4; filter:blur(2px); }
  .box-machine__hub { left:25%; width:82px; }
  .box-machine__hub::before { inset:-6px; box-shadow:0 0 0 6px rgba(118,83,255,.045); }
  .box-machine__hub strong { min-width:56px; padding:6px; font-size:6px; }
  .box-machine__hub > b { top:calc(100% + 5px); font-size:5px; }
  .box-machine__panel { right:7px; width:50%; }
  .project-machine { min-height:228px; margin-bottom:18px; }
  .competency-scene { min-height:126px; grid-template-columns:minmax(44px,1fr) 18px 58px 18px minmax(44px,1fr); gap:4px; margin-top:22px; padding:10px; }
  .competency-scene > span,.competency-scene > b { min-height:46px; padding:5px; font-size:6px; }
  .competency-scene > b { min-height:60px; }
  .service-group h3 { margin-top:24px; }
  .company-solution-scene { min-height:122px; }
  .company-engine__brand { width:72% !important; height:72% !important; }
  .service-case-flow { inset:14px; }
  .service-case-node { min-width:94px; min-height:56px; padding:9px; }
  .service-case-node small { font-size:5px; }.service-case-node b { font-size:7px; }
  .contacts-page .product-engine--contacts { min-height:590px; }
  .contact-routing-scene { inset:1% 0; }
  .contact-routing__channels { left:0; top:1%; width:100%; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .contact-routing__channels > span { min-height:48px; }
  .contact-routing__core { left:50%; top:45%; width:104px; height:104px; }
  .contact-routing__core .brand-mark-crop { left:4px; top:25px; width:96px; height:84px; }
  .contact-routing__context { right:0; left:0; top:58%; width:100%; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .contact-routing__result { right:0; bottom:1%; width:100%; min-height:78px; }
  .project-entry__visual { min-height:390px; }
  .project-entry__visual > span { min-width:86px; min-height:52px; padding:7px; font-size:6px; }
  .project-entry__visual--build > i:nth-of-type(3) { top:30%; height:40%; width:1px; transform:none; }
}

@media (max-width:380px) {
  .box-machine__hub { left:24%; width:78px; }
  .box-machine__panel { right:5px; width:49%; padding:8px; }
  .box-machine__panel > span { padding-left:14px; font-size:6px; }
  .competency-scene { grid-template-columns:minmax(38px,1fr) 14px 50px 14px minmax(38px,1fr); padding:8px; }
  .company-solution-card--docmind .company-solution-scene { grid-template-columns:42px 1fr 38px 38px 24px; gap:4px; }
  .contact-routing__channels { gap:5px; }
  .contact-routing__channels > span { grid-template-columns:23px minmax(0,1fr); min-height:44px; padding:6px; }
  .contact-routing__channels > span b { font-size:6px; }
  .contact-routing__phone { width:22px; height:22px; }
  .contact-routing__phone::before { left:6px; top:4px; }
  .contacts-page .product-engine--contacts { min-height:600px; }
  .project-entry__visual { min-height:360px; }
  .project-entry__visual > span { min-width:74px; max-width:94px; min-height:48px; font-size:5px; overflow-wrap:anywhere; }
}

.motion-paused .competency-scene *,
.motion-paused .company-solution-scene *,
.motion-paused .service-case-flow *,
.motion-paused .process-list--routed::after { animation-play-state:paused !important; }

@media (prefers-reduced-motion:reduce) {
  .competency-scene *,
  .company-solution-scene *,
  .service-case-flow *,
  .process-list--routed::after,
  .process-list--routed li::before,
  .project-machine__node--result::after,
  .project-entry__visual > span:last-of-type::before { animation:none !important; }
  .process-list--routed::after { transform:scaleX(1); opacity:.72; }
  .pilot-gate--decision [data-completion-mark] { background:#55dca6; border-color:#55dca6; }
  .pilot-gate--decision [data-completion-mark]::before,
  .pilot-gate--decision [data-completion-mark]::after { opacity:1; }
  .project-machine__node--result::after,
  .project-entry__visual > span:last-of-type::before { opacity:1; transform:none; }
}

/* v5.24.1 — final visual QA: semantic routes, distinct competencies and contact routing */

/* The requests simulator uses a travelling light inside the route, not a loose white bead. */
.process-simulator--requests .sim-request-packet { display:none !important; }
.process-simulator--requests .sim-request-line {
  background:linear-gradient(90deg,rgba(255,79,114,.24),#ff4f72 38%,#d946b6 53%,#7653ff 68%,rgba(118,83,255,.2));
  background-size:230% 100%;
  box-shadow:0 0 8px rgba(217,70,182,.24);
}
.problem-card.is-motion-active .sim-request-line { animation:request-route-sweep 6.6s ease-in-out infinite; }
.problem-card.is-motion-active .sim-request-line--out { animation-delay:.42s; }

/* Premium system paths retain a crisp vector core and a restrained luminous halo. */
.system-map-scene .route-lines path { vector-effect:non-scaling-stroke; stroke-width:1.7; }
.system-map-scene .route-signals circle { animation:route-signal-lux 4.8s ease-in-out infinite; }
.system-map-scene .route-signals circle:nth-child(2) { animation-delay:1.6s; }
.system-map-scene .route-signals circle:nth-child(3) { animation-delay:3.2s; }

/* The services case is measured between actual process nodes at every viewport. */
.service-case-flow > i {
  z-index:2;
  height:1.5px;
  background:linear-gradient(90deg,#ff4f72,#d946b6 52%,#7653ff);
  box-shadow:0 0 8px rgba(217,70,182,.32);
}
.service-case-flow > i::before {
  content:"";
  position:absolute;
  inset:-4px 0;
  background:inherit;
  opacity:.17;
  filter:blur(5px);
}
.service-case-flow > i:nth-of-type(n) { transform-origin:0 50%; }
.service-case-node--assistant { box-shadow:0 0 32px rgba(217,70,182,.15); }
.case-visual--sales-flow .service-case-node--request { right:auto; bottom:auto; left:4%; top:8%; }
.case-visual--sales-flow .service-case-node--assistant { right:auto; bottom:auto; left:35%; top:35%; }
.case-visual--sales-flow .service-case-node--customer { right:5%; bottom:auto; left:auto; top:8%; }
.case-visual--sales-flow .service-case-node--stock { right:5%; bottom:auto; left:auto; top:35%; }
.case-visual--sales-flow .service-case-node--offer { right:5%; bottom:8%; left:auto; top:auto; }
.case-visual--sales-flow .service-case-node--analytics { right:auto; bottom:8%; left:4%; top:auto; }

/* Four competencies now use four different spatial and motion metaphors. */
.competency-scene--software > i:first-of-type::after { animation-direction:reverse !important; }
.competency-scene--software > b { box-shadow:0 0 24px rgba(217,70,182,.13); }
.service-group.is-motion-active .competency-scene--software > b,
.motion-section.is-ambient-active .competency-scene--software > b { animation:competency-code-build 5.8s ease-in-out infinite; }

.competency-scene--embedded { background:radial-gradient(circle at 50% 50%,rgba(255,79,114,.16),transparent 36%),#090a0f; }
.competency-scene--embedded > b { box-shadow:0 0 0 9px rgba(217,70,182,.045),0 0 28px rgba(217,70,182,.18); }
.service-group.is-motion-active .competency-scene--embedded .competency-chip u,
.motion-section.is-ambient-active .competency-scene--embedded .competency-chip u { animation:competency-chip-port 4.8s ease-in-out infinite; }
.competency-scene--embedded .competency-chip u:nth-child(2) { animation-delay:.3s !important; }
.competency-scene--embedded .competency-chip u:nth-child(3) { animation-delay:.6s !important; }
.competency-scene--embedded .competency-chip u:nth-child(4) { animation-delay:.9s !important; }

.competency-scene--infrastructure {
  min-height:214px;
  grid-template-columns:1fr;
  grid-template-rows:44px 17px 58px 17px 44px;
  justify-items:center;
  gap:3px;
  background:radial-gradient(circle at 50% 52%,rgba(118,83,255,.14),transparent 45%),#090a0f;
}
.competency-scene--infrastructure > span,.competency-scene--infrastructure > b { width:min(76%,210px); min-height:40px; }
.competency-scene--infrastructure > b { min-height:54px; border-radius:9px; }
.competency-scene--infrastructure > i { width:1.5px; height:17px; background:linear-gradient(#ff4f72,#7653ff); }
.competency-scene--infrastructure > i::after { left:-3px; top:0; }
.service-group.is-motion-active .competency-scene--infrastructure > i::after,
.motion-section.is-ambient-active .competency-scene--infrastructure > i::after { animation:competency-packet-y 5.8s ease-in-out infinite; }
.competency-scene--infrastructure > span:last-of-type { border-radius:999px; }

.competency-scene--reliability { display:block; min-height:190px; }
.competency-scene--reliability > span,.competency-scene--reliability > b { position:absolute; }
.competency-scene--reliability > span:first-of-type { left:8%; top:18%; width:31%; }
.competency-scene--reliability > b { left:50%; top:50%; width:74px; min-height:82px; transform:translate(-50%,-50%); }
.competency-scene--reliability > .competency-shield { color:#55dca6; border-color:rgba(85,220,166,.5); background:radial-gradient(circle at 50% 42%,rgba(85,220,166,.18),rgba(10,16,15,.96) 68%); font-size:18px; text-shadow:0 0 12px rgba(85,220,166,.58); }
.competency-scene--reliability > span:last-of-type { right:8%; bottom:18%; width:31%; }
.competency-scene--reliability > i { position:absolute; width:24%; }
.competency-scene--reliability > i:first-of-type { left:34%; top:37%; transform:rotate(24deg); }
.competency-scene--reliability > i:nth-of-type(2) { left:55%; top:65%; transform:rotate(24deg); }
.competency-scene--reliability > i::after { display:none; }
.service-group.is-motion-active .competency-scene--reliability > b,
.motion-section.is-ambient-active .competency-scene--reliability > b { animation:competency-shield-live 5.8s ease-in-out infinite; }

/* Company solution scenes animate their own data type, not a shared generic line. */
.company-doc::after { content:""; position:absolute; right:5px; left:5px; top:8px; height:2px; background:#fff; box-shadow:0 0 9px #bd3e74; opacity:.3; }
.company-page .scenario-grid.is-motion-active .company-doc::after { animation:company-doc-scan 5.8s ease-in-out infinite; }
.company-page .scenario-grid.is-motion-active .company-solution-card--docmind .company-solution-scene > b { animation:company-field-ready 5.8s ease-in-out infinite; }
.company-page .scenario-grid.is-motion-active .company-solution-card--docmind .company-solution-scene > b:nth-of-type(2) { animation-delay:.35s; }
.company-page .scenario-grid.is-motion-active .company-solution-card--smartbot .company-solution-scene > span { animation:company-question-route 6.2s ease-in-out infinite; }
.company-page .scenario-grid.is-motion-active .company-solution-card--smartbot .company-solution-scene > span:nth-child(2) { animation-delay:.35s; }
.company-page .scenario-grid.is-motion-active .company-solution-card--smartbot .company-solution-scene > span:nth-child(3) { animation-delay:.7s; }
.company-page .scenario-grid.is-motion-active .company-solution-card--smartbox .company-solution-scene > span { animation:company-sensor-route 5.8s ease-in-out infinite; }
.company-page .scenario-grid.is-motion-active .company-solution-card--smartbox .company-solution-scene > span:nth-child(2) { animation-delay:.35s; }
.company-page .scenario-grid.is-motion-active .company-solution-card--smartbox .company-solution-scene > span:nth-child(3) { animation-delay:.7s; }

/* Contacts: enough vertical space for phones, messengers, official mark and result. */
.contacts-page .editorial-engine--contacts,
.contacts-page .contact-signal-engine { min-height:560px; }
.contact-routing-scene::before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 52% 52%,rgba(217,70,182,.13),transparent 37%),linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);
  background-size:auto,32px 32px,32px 32px;
  pointer-events:none;
}

@keyframes request-route-sweep { 0%,12%{background-position:100% 50%;opacity:.24}38%,76%{background-position:0 50%;opacity:.85}100%{background-position:-100% 50%;opacity:.3} }
@keyframes route-signal-lux { 0%,100%{opacity:.55;filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 7px #d946b6)} 45%,68%{opacity:1;filter:drop-shadow(0 0 5px #fff) drop-shadow(0 0 13px #d946b6)} }
@keyframes competency-code-build { 0%,24%,100%{border-color:rgba(217,70,182,.35);filter:none}42%,72%{border-color:rgba(255,255,255,.55);filter:drop-shadow(0 0 9px rgba(217,70,182,.38))} }
@keyframes competency-chip-port { 0%,26%,100%{background:transparent;box-shadow:none}42%,72%{background:#ff7390;box-shadow:0 0 9px #d946b6} }
@keyframes competency-packet-y { 0%,12%{top:0;opacity:0}24%{opacity:1}76%{top:calc(100% - 7px);opacity:1}92%,100%{top:calc(100% - 7px);opacity:0} }
@keyframes competency-shield-live { 0%,38%,100%{border-color:rgba(217,70,182,.32);box-shadow:none}54%,82%{border-color:#55dca6;box-shadow:0 0 26px rgba(85,220,166,.2)} }
@keyframes company-doc-scan { 0%,12%{top:8px;opacity:0}24%{opacity:1}72%{top:46px;opacity:1}90%,100%{top:46px;opacity:0} }
@keyframes company-field-ready { 0%,38%,100%{border-color:rgba(8,9,13,.12)} 52%,82%{border-color:#55dca6;box-shadow:0 0 13px rgba(85,220,166,.2)} }
@keyframes company-question-route { 0%,20%,100%{transform:translateY(3px);opacity:.45}34%,76%{transform:none;opacity:1} }
@keyframes company-sensor-route { 0%,24%,100%{border-color:rgba(8,9,13,.14);filter:none}38%,72%{border-color:#bd3e74;filter:drop-shadow(0 0 7px rgba(189,62,116,.24))} }

@media (max-width:680px) {
  .case-visual--sales-flow { min-height:540px; }
  .case-visual--sales-flow .service-case-flow { inset:14px; }
  .case-visual--sales-flow .service-case-node { min-width:0; width:43%; min-height:74px; padding:10px; }
  .case-visual--sales-flow .service-case-node--request { right:auto; bottom:auto; left:3%; top:4%; }
  .case-visual--sales-flow .service-case-node--assistant { right:3%; bottom:auto; left:auto; top:4%; }
  .case-visual--sales-flow .service-case-node--customer { right:auto; bottom:auto; left:3%; top:39%; }
  .case-visual--sales-flow .service-case-node--stock { right:3%; bottom:auto; left:auto; top:39%; }
  .case-visual--sales-flow .service-case-node--analytics { right:auto; bottom:4%; left:3%; top:auto; }
  .case-visual--sales-flow .service-case-node--offer { right:3%; bottom:4%; left:auto; top:auto; }
  .contacts-page .editorial-engine--contacts,
  .contacts-page .contact-signal-engine { min-height:610px; }
  .contacts-page .contact-routing-scene { inset:1% 0; }
  .contacts-page .contact-routing__channels { top:1%; }
  .contacts-page .contact-routing__core { left:50%; top:40%; width:112px; height:112px; }
  .contacts-page .contact-routing__core .brand-mark-crop { left:4px; top:27px; width:104px; height:91px; }
  .contacts-page .contact-routing__context { top:56%; }
  .contacts-page .contact-routing__result { bottom:1%; }
  .competency-scene--infrastructure { min-height:204px; grid-template-columns:1fr; grid-template-rows:42px 16px 54px 16px 42px; }
  .competency-scene--reliability { min-height:180px; }
}

@media (max-width:380px) {
  .contacts-page .editorial-engine--contacts,
  .contacts-page .contact-signal-engine { min-height:620px; }
  .contacts-page .contact-routing__core { top:39%; width:104px; height:104px; }
  .contacts-page .contact-routing__context { top:55%; }
}

/* v5.24.1 — projects: eight case-specific process animations */
.projects-page .project-entry__visual {
  display:block;
  padding:0;
  overflow:hidden;
  isolation:isolate;
}
.projects-page .case-flow {
  position:absolute;
  inset:0;
  overflow:hidden;
  color:var(--page-accent);
  background:
    radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--page-accent) 16%,transparent),transparent 44%),
    linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),
    #08090d;
  background-size:auto,52px 52px,52px 52px,auto;
}
.projects-page .case-flow::before,
.projects-page .case-flow::after {
  content:"";
  position:absolute;
  z-index:0;
  pointer-events:none;
}
.projects-page .case-flow::before {
  inset:12%;
  border:1px solid color-mix(in srgb,var(--page-accent) 11%,transparent);
  border-radius:44%;
  opacity:.7;
  transform:rotate(-8deg);
}
.projects-page .case-flow::after {
  left:50%;
  top:50%;
  width:38%;
  aspect-ratio:1;
  border:1px solid color-mix(in srgb,var(--page-accent-2) 12%,transparent);
  border-radius:50%;
  opacity:.65;
  transform:translate(-50%,-50%);
  box-shadow:0 0 76px color-mix(in srgb,var(--page-accent) 12%,transparent);
}
.projects-page .case-flow__routes {
  position:absolute;
  z-index:2;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
}
.projects-page .case-flow__wire {
  fill:none;
  stroke:url(#caseRouteFallback);
  stroke:color-mix(in srgb,var(--page-accent) 80%,var(--page-accent-2));
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray:1 0;
  vector-effect:non-scaling-stroke;
  opacity:.72;
  filter:drop-shadow(0 0 4px color-mix(in srgb,var(--page-accent) 52%,transparent));
}
.projects-page .project-entry.is-case-active .case-flow__wire {
  stroke-dasharray:10 14;
  animation:case-flow-wire 1.85s linear infinite;
}
.projects-page .case-flow__signal {
  fill:#fff;
  opacity:0;
  filter:drop-shadow(0 0 4px #fff) drop-shadow(0 0 9px var(--page-accent));
}
.projects-page .case-flow__signal--alt { fill:var(--page-accent-2); }
.projects-page .case-flow__signal--third { fill:#55dca6; }
.projects-page .project-entry.is-case-active .case-flow__signal { opacity:1; }
.projects-page .case-flow__node,
.projects-page .case-flow__hub {
  position:absolute;
  z-index:5;
  left:var(--x);
  top:var(--y);
  display:flex;
  width:clamp(92px,17%,138px);
  min-height:78px;
  flex-direction:column;
  justify-content:center;
  padding:12px 13px;
  color:#f5f2f7;
  border:1px solid color-mix(in srgb,var(--page-accent) 58%,rgba(255,255,255,.22));
  border-radius:16px;
  background:linear-gradient(145deg,rgba(20,18,27,.97),rgba(7,8,12,.97));
  box-shadow:0 16px 34px rgba(0,0,0,.28),inset 0 0 20px color-mix(in srgb,var(--page-accent) 6%,transparent);
  transform:translate(-50%,-50%);
  text-align:left;
}
.projects-page .case-flow__node small {
  display:block;
  color:var(--page-accent);
  font:6px/1.15 var(--font-mono,monospace);
  letter-spacing:.1em;
}
.projects-page .case-flow__node strong {
  display:block;
  margin-top:7px;
  color:#f8f5fa;
  font:500 12px/1.05 var(--font-main,sans-serif);
  letter-spacing:-.01em;
}
.projects-page .case-flow__node em {
  display:block;
  margin-top:5px;
  color:#8f8d98;
  font:7px/1.2 var(--font-main,sans-serif);
  font-style:normal;
}
.projects-page .case-flow__node::before {
  content:"";
  position:absolute;
  left:13px;
  bottom:-2px;
  width:32%;
  height:2px;
  border-radius:4px;
  background:linear-gradient(90deg,var(--page-accent),var(--page-accent-2));
  box-shadow:0 0 9px color-mix(in srgb,var(--page-accent) 45%,transparent);
}
.projects-page .case-flow__node--result { border-color:color-mix(in srgb,#55dca6 50%,var(--page-accent)); }
.projects-page .case-flow__node--result::after {
  content:"✓";
  position:absolute;
  right:9px;
  top:9px;
  display:grid;
  width:19px;
  height:19px;
  place-items:center;
  color:#06110d;
  border-radius:50%;
  background:#55dca6;
  box-shadow:0 0 15px rgba(85,220,166,.62);
  font:700 10px/1 sans-serif;
  opacity:.18;
  transform:scale(.65);
}
.projects-page .project-entry.is-case-active .case-flow__node {
  animation:case-flow-node var(--case-flow-duration,7s) ease-in-out infinite;
}
.projects-page .project-entry.is-case-active .case-flow__node:nth-of-type(2) { animation-delay:.35s; }
.projects-page .project-entry.is-case-active .case-flow__node:nth-of-type(3) { animation-delay:.7s; }
.projects-page .project-entry.is-case-active .case-flow__node:nth-of-type(4) { animation-delay:1.05s; }
.projects-page .project-entry.is-case-active .case-flow__node--result::after { animation:case-flow-result var(--case-flow-duration,7s) ease-in-out infinite 1.2s; }
.projects-page .case-flow__caption {
  position:absolute;
  z-index:6;
  right:18px;
  bottom:15px;
  left:18px;
  margin:0;
  color:rgba(232,226,239,.52);
  font:6px/1.2 var(--font-mono,monospace);
  letter-spacing:.13em;
  text-align:center;
}
.projects-page .case-flow__artifact,
.projects-page .case-flow__bars,
.projects-page .case-flow__tickets,
.projects-page .case-flow__calendar-grid,
.projects-page .case-flow__map-pins,
.projects-page .case-flow__radar,
.projects-page .case-flow__analytics {
  position:absolute;
  z-index:1;
  pointer-events:none;
}

/* 01 / sales — quote sheet is assembled from CRM and stock data. */
.projects-page .case-flow--sales::before { inset:16% 22%; border-radius:20px; transform:rotate(9deg); }
.projects-page .case-flow__artifact--quote {
  left:61%;
  top:15%;
  display:grid;
  width:76px;
  height:98px;
  align-content:center;
  gap:8px;
  padding:13px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:7px;
  opacity:.34;
  transform:rotate(7deg);
}
.projects-page .case-flow__artifact--quote i { height:2px; background:linear-gradient(90deg,var(--page-accent),transparent); transform-origin:0 50%; }
.projects-page .case-flow__artifact--quote b { color:rgba(255,255,255,.5); font:11px/1 var(--font-mono,monospace); }
.projects-page .project-entry.is-case-active .case-flow__artifact--quote i { animation:case-quote-line 4.8s ease-in-out infinite; }
.projects-page .project-entry.is-case-active .case-flow__artifact--quote i:nth-child(2) { animation-delay:.25s; }
.projects-page .project-entry.is-case-active .case-flow__artifact--quote i:nth-child(3) { animation-delay:.5s; }

/* 02 / production — telemetry, rotating spindle and live KPI bars. */
.projects-page .case-flow--factory { background-size:auto,34px 34px,34px 34px,auto; }
.projects-page .case-flow--factory::before { inset:10% 9%; border-radius:10px; transform:none; }
.projects-page .case-flow__node--machine { border-radius:32px; }
.projects-page .case-flow__artifact--machine {
  left:9%;
  top:18%;
  width:62px;
  height:62px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  opacity:.42;
}
.projects-page .case-flow__artifact--machine > i { position:absolute; left:50%; top:50%; width:31px; height:1px; background:var(--page-accent); transform-origin:0 50%; }
.projects-page .case-flow__artifact--machine > i:nth-child(1) { transform:rotate(0deg); }
.projects-page .case-flow__artifact--machine > i:nth-child(2) { transform:rotate(45deg); }
.projects-page .case-flow__artifact--machine > i:nth-child(3) { transform:rotate(90deg); }
.projects-page .case-flow__artifact--machine > i:nth-child(4) { transform:rotate(135deg); }
.projects-page .case-flow__artifact--machine > b { position:absolute; inset:21px; border:1px solid #fff; border-radius:50%; }
.projects-page .project-entry.is-case-active .case-flow__artifact--machine { animation:case-machine-rotate 8s linear infinite; }
.projects-page .case-flow__bars { right:7%; bottom:14%; display:flex; height:62px; align-items:end; gap:5px; opacity:.5; }
.projects-page .case-flow__bars i { width:6px; height:var(--h,40%); border-radius:3px 3px 0 0; background:linear-gradient(180deg,var(--page-accent),var(--page-accent-2)); transform-origin:50% 100%; }
.projects-page .case-flow__bars i:nth-child(1) { --h:32%; }.projects-page .case-flow__bars i:nth-child(2) { --h:58%; }.projects-page .case-flow__bars i:nth-child(3) { --h:44%; }.projects-page .case-flow__bars i:nth-child(4) { --h:82%; }
.projects-page .project-entry.is-case-active .case-flow__bars i { animation:case-kpi-bar 3.8s ease-in-out infinite alternate; }

/* 03 / construction — the four control planes meet in a live building model. */
.projects-page .case-flow--build::before { inset:9%; border-radius:8px; transform:none; background:linear-gradient(90deg,transparent 49.8%,rgba(255,255,255,.04) 50%,transparent 50.2%),linear-gradient(transparent 49.8%,rgba(255,255,255,.04) 50%,transparent 50.2%); }
.projects-page .case-flow__hub {
  align-items:center;
  width:112px;
  min-height:112px;
  padding:14px;
  border-color:color-mix(in srgb,var(--page-accent) 42%,rgba(255,255,255,.22));
  border-radius:26px;
  text-align:center;
}
.projects-page .case-flow__hub > b { color:#f6f2f8; font:7px/1.1 var(--font-mono,monospace); letter-spacing:.1em; }
.projects-page .case-flow__hub--building { display:grid; grid-template-columns:repeat(2,1fr); gap:5px; }
.projects-page .case-flow__hub--building i { height:20px; border:1px solid color-mix(in srgb,var(--page-accent) 52%,rgba(255,255,255,.15)); background:color-mix(in srgb,var(--page-accent) 7%,transparent); }
.projects-page .case-flow__hub--building b { grid-column:1/-1; }
.projects-page .project-entry.is-case-active .case-flow__hub--building i { animation:case-building-floor 4.7s ease-in-out infinite; }
.projects-page .project-entry.is-case-active .case-flow__hub--building i:nth-child(2) { animation-delay:.3s; }.projects-page .project-entry.is-case-active .case-flow__hub--building i:nth-child(3) { animation-delay:.6s; }.projects-page .project-entry.is-case-active .case-flow__hub--building i:nth-child(4) { animation-delay:.9s; }

/* 04 / restaurants — two channels create kitchen tickets and a loyalty event. */
.projects-page .case-flow--restaurant::before { inset:12% 17%; border-radius:48%; transform:rotate(-4deg); }
.projects-page .case-flow__node--channel { border-radius:24px 24px 24px 6px; }
.projects-page .case-flow__node--kitchen { border-style:dashed; }
.projects-page .case-flow__tickets { left:48.5%; top:18%; display:flex; gap:5px; transform:translateX(-50%); opacity:.55; }
.projects-page .case-flow__tickets i { display:grid; width:22px; height:28px; place-items:center; color:#fff; border:1px solid var(--page-accent); border-radius:4px; background:#0c0d12; font:6px/1 var(--font-mono,monospace); font-style:normal; }
.projects-page .project-entry.is-case-active .case-flow__tickets i { animation:case-ticket 4.2s ease-in-out infinite; }
.projects-page .project-entry.is-case-active .case-flow__tickets i:nth-child(2) { animation-delay:.45s; }.projects-page .project-entry.is-case-active .case-flow__tickets i:nth-child(3) { animation-delay:.9s; }

/* 05 / clinic — calendar slots resolve into a confirmed appointment. */
.projects-page .case-flow--clinic::before { inset:12% 24%; border-radius:22px; transform:none; }
.projects-page .case-flow__node--phone { border-radius:20px 20px 20px 5px; }
.projects-page .case-flow__node--calendar { border-style:dashed; }
.projects-page .case-flow__calendar-grid { left:49%; bottom:13%; display:grid; width:92px; grid-template-columns:repeat(3,1fr); gap:4px; opacity:.36; transform:translateX(-50%); }
.projects-page .case-flow__calendar-grid i { aspect-ratio:1; border:1px solid rgba(255,255,255,.18); border-radius:3px; }
.projects-page .project-entry.is-case-active .case-flow__calendar-grid i:nth-child(5) { animation:case-calendar-slot 6s ease-in-out infinite; }

/* 06 / logistics — a curved map route carries the order to financial closure. */
.projects-page .case-flow--logistics::before { inset:8% 13%; border-radius:50%; transform:rotate(12deg); }
.projects-page .case-flow--logistics::after { width:55%; opacity:.4; }
.projects-page .case-flow__wire--map { stroke-dasharray:6 9; }
.projects-page .case-flow__node--vehicle { border-radius:30px; }
.projects-page .case-flow__node--route { border-style:dashed; }
.projects-page .case-flow__map-pins { inset:0; }
.projects-page .case-flow__map-pins i { position:absolute; width:9px; height:9px; border:2px solid var(--page-accent); border-radius:50% 50% 50% 0; transform:rotate(-45deg); }
.projects-page .case-flow__map-pins i:nth-child(1) { left:24%; top:31%; }.projects-page .case-flow__map-pins i:nth-child(2) { left:57%; top:61%; }.projects-page .case-flow__map-pins i:nth-child(3) { left:76%; top:22%; }
.projects-page .project-entry.is-case-active .case-flow__map-pins i { animation:case-map-pin 5.2s ease-in-out infinite; }
.projects-page .project-entry.is-case-active .case-flow__map-pins i:nth-child(2) { animation-delay:1.4s; }.projects-page .project-entry.is-case-active .case-flow__map-pins i:nth-child(3) { animation-delay:2.8s; }

/* 07 / field service — dispatcher radar sends one route to a master and one to the act. */
.projects-page .case-flow--field-service::before { inset:14% 23%; border-radius:50%; transform:none; }
.projects-page .case-flow__hub--dispatcher { border-radius:50%; }
.projects-page .case-flow__hub--dispatcher > i { position:absolute; inset:12px; border:1px solid color-mix(in srgb,var(--page-accent) 35%,transparent); border-radius:50%; }
.projects-page .case-flow__hub--dispatcher > em { margin-top:6px; color:#55dca6; font:6px/1 var(--font-mono,monospace); font-style:normal; }
.projects-page .case-flow__node--engineer { border-radius:28px; }
.projects-page .case-flow__radar { left:48.5%; top:50%; width:160px; height:160px; transform:translate(-50%,-50%); }
.projects-page .case-flow__radar i { position:absolute; inset:var(--ring,12px); border:1px solid color-mix(in srgb,var(--page-accent) 14%,transparent); border-radius:50%; }
.projects-page .case-flow__radar i:nth-child(1) { --ring:8px; }.projects-page .case-flow__radar i:nth-child(2) { --ring:30px; }.projects-page .case-flow__radar i:nth-child(3) { --ring:52px; }
.projects-page .project-entry.is-case-active .case-flow__radar { animation:case-radar 6s ease-in-out infinite; }

/* 08 / platform — three systems converge into the official mark and one BI view. */
.projects-page .case-flow--platform::before { inset:9% 18%; border-radius:20px; transform:rotate(-3deg); }
.projects-page .case-flow__hub--platform { width:124px; min-height:124px; border-radius:50%; overflow:visible; }
.projects-page .case-flow__hub--platform .brand-mark-crop { position:relative; left:auto; top:auto; width:66px; height:58px; overflow:hidden; }
.projects-page .case-flow__hub--platform .brand-mark-crop img { position:absolute; left:0; top:0; width:66px; max-width:none; }
.projects-page .case-flow__hub--platform > b { margin-top:4px; }
.projects-page .case-flow__node--analytics { padding-right:28px; }
.projects-page .case-flow__analytics { right:6.5%; bottom:17%; display:flex; height:54px; align-items:end; gap:4px; opacity:.48; }
.projects-page .case-flow__analytics i { width:5px; height:var(--h); border-radius:3px 3px 0 0; background:linear-gradient(180deg,#55dca6,var(--page-accent-2)); }
.projects-page .case-flow__analytics i:nth-child(1) { --h:22%; }.projects-page .case-flow__analytics i:nth-child(2) { --h:45%; }.projects-page .case-flow__analytics i:nth-child(3) { --h:68%; }.projects-page .case-flow__analytics i:nth-child(4) { --h:94%; }
.projects-page .project-entry.is-case-active .case-flow__analytics i { animation:case-analytics-bar 5.8s ease-in-out infinite alternate; }

@keyframes case-flow-wire { to { stroke-dashoffset:-48; } }
@keyframes case-flow-node { 0%,16%,100%{border-color:color-mix(in srgb,var(--page-accent) 40%,rgba(255,255,255,.18));filter:none} 26%,56%{border-color:color-mix(in srgb,var(--page-accent) 78%,#fff);filter:drop-shadow(0 0 10px color-mix(in srgb,var(--page-accent) 22%,transparent))} }
@keyframes case-flow-result { 0%,58%,100%{opacity:.18;transform:scale(.65)} 70%,88%{opacity:1;transform:scale(1)} }
@keyframes case-quote-line { 0%,18%{transform:scaleX(0);opacity:.2}48%,82%{transform:scaleX(1);opacity:1}100%{opacity:.3} }
@keyframes case-machine-rotate { to { transform:rotate(360deg); } }
@keyframes case-kpi-bar { 0%,20%{transform:scaleY(.25)} 70%,100%{transform:scaleY(1)} }
@keyframes case-building-floor { 0%,20%,100%{background:color-mix(in srgb,var(--page-accent) 7%,transparent);box-shadow:none} 36%,70%{background:color-mix(in srgb,var(--page-accent) 30%,transparent);box-shadow:0 0 12px color-mix(in srgb,var(--page-accent) 28%,transparent)} }
@keyframes case-ticket { 0%,18%,100%{transform:translateY(-8px);opacity:.2}34%,76%{transform:none;opacity:1} }
@keyframes case-calendar-slot { 0%,45%,100%{background:transparent;box-shadow:none} 58%,84%{background:#55dca6;box-shadow:0 0 12px rgba(85,220,166,.58)} }
@keyframes case-map-pin { 0%,20%,100%{opacity:.3;filter:none} 34%,66%{opacity:1;filter:drop-shadow(0 0 8px var(--page-accent))} }
@keyframes case-radar { 0%,100%{opacity:.34;transform:translate(-50%,-50%) scale(.84)} 50%{opacity:.76;transform:translate(-50%,-50%) scale(1.08)} }
@keyframes case-analytics-bar { 0%,24%{transform:scaleY(.24)} 72%,100%{transform:scaleY(1)} }

@media (max-width:680px) {
  .projects-page .project-entry__visual { min-height:390px; }
  .projects-page .case-flow { background-size:auto,34px 34px,34px 34px,auto; }
  .projects-page .case-flow__node {
    width:clamp(70px,24vw,92px);
    min-height:66px;
    padding:8px;
    border-radius:12px;
  }
  .projects-page .case-flow__node small { font-size:5px; }
  .projects-page .case-flow__node strong { margin-top:5px; font-size:10px; }
  .projects-page .case-flow__node em { margin-top:4px; font-size:6px; }
  .projects-page .case-flow__node::before { left:8px; }
  .projects-page .case-flow__hub { width:88px; min-height:88px; padding:9px; }
  .projects-page .case-flow__hub--platform { width:96px; min-height:96px; }
  .projects-page .case-flow__hub--platform .brand-mark-crop { width:50px; height:44px; }
  .projects-page .case-flow__hub--platform .brand-mark-crop img { width:50px; }
  .projects-page .case-flow__caption { right:8px; bottom:8px; left:8px; font-size:5px; letter-spacing:.08em; }
  .projects-page .case-flow__artifact--quote { left:59%; top:9%; transform:scale(.72) rotate(7deg); }
  .projects-page .case-flow__artifact--machine { left:6%; top:9%; transform:scale(.78); }
  .projects-page .case-flow__bars { right:4%; bottom:9%; transform:scale(.75); }
  .projects-page .case-flow__tickets { top:11%; transform:translateX(-50%) scale(.78); }
  .projects-page .case-flow__calendar-grid { bottom:8%; transform:translateX(-50%) scale(.74); }
  .projects-page .case-flow__radar { width:124px; height:124px; }
  .projects-page .case-flow__analytics { right:2%; bottom:10%; transform:scale(.72); }
  .projects-page .case-flow--sales .case-flow__node:nth-of-type(1),
  .projects-page .case-flow--factory .case-flow__node:nth-of-type(1),
  .projects-page .case-flow--restaurant .case-flow__node:nth-of-type(1),
  .projects-page .case-flow--restaurant .case-flow__node:nth-of-type(2),
  .projects-page .case-flow--clinic .case-flow__node:nth-of-type(1),
  .projects-page .case-flow--logistics .case-flow__node:nth-of-type(1),
  .projects-page .case-flow--field-service .case-flow__node:nth-of-type(1),
  .projects-page .case-flow--platform .case-flow__node:nth-of-type(1),
  .projects-page .case-flow--platform .case-flow__node:nth-of-type(2),
  .projects-page .case-flow--platform .case-flow__node:nth-of-type(3) { left:15% !important; }
  .projects-page .case-flow--factory .case-flow__node:nth-of-type(4),
  .projects-page .case-flow--clinic .case-flow__node:nth-of-type(4),
  .projects-page .case-flow--logistics .case-flow__node:nth-of-type(4),
  .projects-page .case-flow--platform .case-flow__node:nth-of-type(5) { left:85% !important; }
}

.motion-paused .projects-page .case-flow *,
.motion-paused .projects-page .case-flow__wire { animation-play-state:paused !important; }
@media (prefers-reduced-motion:reduce) {
  .projects-page .case-flow *,
  .projects-page .case-flow__wire { animation:none !important; }
  .projects-page .case-flow__signal { display:none !important; }
  .projects-page .case-flow__node--result::after { opacity:1; transform:none; }
}

/* v5.25 — measured route origins and literal process completion. */

/* The official 1324×1152 mark defines both the box and the luminous origin. */
.system-core {
  width:150px;
  height:auto;
  aspect-ratio:1324 / 1152;
}
.system-core > .system-core__mark {
  inset:0;
  width:100%;
  height:100%;
}
.system-core > .system-core__origin {
  left:49.54%;
  top:35.29%;
}
.system-map-scene .route-signals circle {
  fill:#e34ab7;
  stroke:rgba(255,255,255,.78);
  stroke-width:.7;
  filter:drop-shadow(0 0 3px rgba(255,255,255,.65)) drop-shadow(0 0 10px rgba(217,70,182,.9));
}

/* Input stops at the scenario boundary; outputs leave from its luminous core. */
.bot-machine__link::after,
.box-machine__route::after {
  width:5px;
  height:5px;
  top:-2px;
  background:linear-gradient(135deg,#ff7390,#d946b6 55%,#7653ff);
  box-shadow:0 0 5px rgba(255,255,255,.65),0 0 13px #d946b6;
}
.bot-machine__link--input { z-index:1; }
.bot-machine__core { z-index:2; }

/* SmartBox keeps the control object purely graphical; its label sits below it. */
.box-machine__hub strong { display:none !important; }
.box-machine__hub > b {
  top:calc(100% + 12px);
  color:#e3dfe7;
  border-color:rgba(217,70,182,.3);
  box-shadow:0 0 16px rgba(217,70,182,.12);
}

/* The travelling pilot signal itself becomes the completion check. */
.pilot-machine__packet {
  display:grid;
  place-items:center;
  color:transparent;
  font:700 9px/1 sans-serif;
}
.pilot-machine__packet::after { content:"✓"; opacity:0; }
.trust-feature.is-motion-active .pilot-machine__packet::after {
  animation:pilot-packet-check 8.8s ease-in-out infinite;
}
.trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark] {
  animation:none !important;
  background:transparent !important;
  box-shadow:none !important;
}
.trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::before,
.trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::after { display:none; }

/* Sales automation: request → AI → CRM/ERP + stock → quote → portal → BI. */
.case-visual--sales-flow .service-case-node--request { left:4%; top:8%; }
.case-visual--sales-flow .service-case-node--assistant { left:35%; top:8%; }
.case-visual--sales-flow .service-case-node--customer { right:4%; top:8%; }
.case-visual--sales-flow .service-case-node--stock { left:35%; top:41%; right:auto; }
.case-visual--sales-flow .service-case-node--offer { right:4%; top:41%; bottom:auto; }
.case-visual--sales-flow .service-case-node--portal { left:35%; bottom:8%; }
.case-visual--sales-flow .service-case-node--analytics { right:4%; bottom:8%; left:auto; }
.service-case-node--portal { border-color:rgba(118,83,255,.42); }
.service-case-flow > i::after { animation:none; }
.motion-section.is-ambient-active .service-case-flow > i::after,
.case-feature.is-motion-active .service-case-flow > i::after { animation:service-case-packet 8.4s ease-in-out infinite; }
.service-case-flow > i:nth-of-type(1)::after { animation-delay:0s !important; }
.service-case-flow > i:nth-of-type(2)::after { animation-delay:.8s !important; }
.service-case-flow > i:nth-of-type(3)::after { animation-delay:1.6s !important; }
.service-case-flow > i:nth-of-type(4)::after { animation-delay:2.4s !important; }
.service-case-flow > i:nth-of-type(5)::after { animation-delay:3.2s !important; }
.service-case-flow > i:nth-of-type(6)::after { animation-delay:4s !important; }
.service-case-flow > i:nth-of-type(7)::after { animation-delay:4.8s !important; }

@keyframes pilot-gate-packet {
  0%,8% { left:8%; opacity:0; color:transparent; background:#fff; box-shadow:0 0 14px #d946b6; }
  16% { opacity:1; }
  76% { left:90%; color:transparent; background:#fff; box-shadow:0 0 14px #d946b6; }
  84%,93% { left:90%; opacity:1; color:#06110d; background:#55dca6; box-shadow:0 0 16px rgba(85,220,166,.7); }
  100% { left:90%; opacity:0; color:#06110d; background:#55dca6; }
}
@keyframes pilot-packet-check {
  0%,78%,100% { opacity:0; transform:scale(.5); }
  84%,94% { opacity:1; transform:scale(1); }
}

@media (max-width:1150px) {
  .system-core { width:136px; }
  @keyframes pilot-gate-packet-mobile {
    0%,8% { top:8%; opacity:0; color:transparent; background:#fff; box-shadow:0 0 14px #d946b6; }
    16% { opacity:1; }
    76% { top:90%; color:transparent; background:#fff; box-shadow:0 0 14px #d946b6; }
    84%,93% { top:90%; opacity:1; color:#06110d; background:#55dca6; box-shadow:0 0 16px rgba(85,220,166,.7); }
    100% { top:90%; opacity:0; color:#06110d; background:#55dca6; }
  }
}

@media (max-width:680px) {
  .case-visual--sales-flow .service-case-node { width:43%; min-height:62px; }
  .case-visual--sales-flow .service-case-node--request { left:3%; top:3%; }
  .case-visual--sales-flow .service-case-node--assistant { right:3%; left:auto; top:3%; }
  .case-visual--sales-flow .service-case-node--customer { left:3%; right:auto; top:29%; }
  .case-visual--sales-flow .service-case-node--stock { right:3%; left:auto; top:29%; }
  .case-visual--sales-flow .service-case-node--offer { left:3%; right:auto; top:55%; }
  .case-visual--sales-flow .service-case-node--portal { right:3%; bottom:auto; left:auto; top:55%; }
  .case-visual--sales-flow .service-case-node--analytics { right:3%; bottom:3%; left:3%; width:auto; }
  .box-machine__hub > b { top:calc(100% + 8px); }
}

@media (prefers-reduced-motion:reduce) {
  .trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark],
  .motion-paused .pilot-gate--decision [data-completion-mark] {
    background:#55dca6 !important;
    border-color:#55dca6 !important;
    box-shadow:0 0 16px rgba(85,220,166,.55) !important;
  }
  .trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::before,
  .trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::after,
  .motion-paused .pilot-gate--decision [data-completion-mark]::before,
  .motion-paused .pilot-gate--decision [data-completion-mark]::after {
    display:block;
    opacity:1;
  }
}

.motion-paused .pilot-gate--decision [data-completion-mark] {
  background:#55dca6 !important;
  border-color:#55dca6 !important;
  box-shadow:0 0 16px rgba(85,220,166,.55) !important;
}
.motion-paused .pilot-gate--decision [data-completion-mark]::before,
.motion-paused .pilot-gate--decision [data-completion-mark]::after { display:block; opacity:1; }

/* Product pages use case-specific topologies instead of the old shared diamond. */
.case-visual--document-flow::before,
.case-visual--document-flow::after,
.case-visual--factory-flow::before,
.case-visual--factory-flow::after { display:none; }
.case-visual--document-flow > span,
.case-visual--factory-flow > span { display:none; }
.case-visual--document-flow .service-case-flow,
.case-visual--factory-flow .service-case-flow { inset:28px; }
.case-visual--document-flow .service-case-node--document { left:4%; top:10%; }
.case-visual--document-flow .service-case-node--extract { left:35%; top:10%; }
.case-visual--document-flow .service-case-node--verify { right:4%; top:10%; }
.case-visual--document-flow .service-case-node--project { left:19%; bottom:10%; }
.case-visual--document-flow .service-case-node--report { right:19%; bottom:10%; }
.case-visual--factory-flow .service-case-node--machine { left:4%; bottom:10%; border-radius:26px; }
.case-visual--factory-flow .service-case-node--event { left:34%; top:10%; }
.case-visual--factory-flow .service-case-node--mes { left:50%; bottom:10%; border-style:dashed; }
.case-visual--factory-flow .service-case-node--order { right:4%; bottom:10%; }
.case-visual--factory-flow .service-case-node--kpi { right:4%; top:10%; }

@media (max-width:680px) {
  .motion-toggle {
    right:max(10px,env(safe-area-inset-right));
    left:auto;
    max-width:34px;
    width:34px;
    min-height:34px;
    overflow:hidden;
    padding:0;
    color:transparent;
    font-size:0;
  }
  .motion-toggle::before {
    content:"Ⅱ";
    display:grid;
    width:32px;
    height:32px;
    place-items:center;
    color:#d7d5dc;
    font:700 11px/1 sans-serif;
  }
  html.motion-paused .motion-toggle::before { content:"▶"; }
  .projects-page .case-flow__caption { font-size:7px; letter-spacing:.06em; }
  .case-visual--document-flow,
  .case-visual--factory-flow { min-height:500px; }
  .case-visual--document-flow .service-case-flow,
  .case-visual--factory-flow .service-case-flow { inset:14px; }
  .case-visual--document-flow .service-case-node,
  .case-visual--factory-flow .service-case-node { width:42%; min-width:0; min-height:62px; }
  .case-visual--document-flow .service-case-node--document { left:3%; top:3%; }
  .case-visual--document-flow .service-case-node--extract { right:3%; left:auto; top:3%; }
  .case-visual--document-flow .service-case-node--verify { left:3%; right:auto; top:38%; }
  .case-visual--document-flow .service-case-node--project { right:3%; bottom:auto; left:auto; top:38%; }
  .case-visual--document-flow .service-case-node--report { right:3%; bottom:3%; left:3%; width:auto; }
  .case-visual--factory-flow .service-case-node--machine { left:3%; bottom:auto; top:3%; }
  .case-visual--factory-flow .service-case-node--event { right:3%; left:auto; top:3%; }
  .case-visual--factory-flow .service-case-node--mes { left:3%; bottom:auto; top:38%; }
  .case-visual--factory-flow .service-case-node--order { right:3%; bottom:auto; top:38%; }
  .case-visual--factory-flow .service-case-node--kpi { right:3%; bottom:3%; left:3%; top:auto; width:auto; }
}

/* v5.26 — visual acceptance pass: protected labels and aligned engineering cores. */

/* Every home route is measured from the actual luminous centre of the official mark. */
.system-core > .system-core__origin {
  left:49.42% !important;
  top:34.55% !important;
  z-index:6 !important;
}
.system-map-scene .system-routes { z-index:3 !important; }
.system-core > .system-core__mark { z-index:4 !important; }

/* Lines remain below opaque labels and graphical objects. */
.bot-machine__link,
.box-machine__route { z-index:1 !important; }
.bot-machine__core,
.box-machine__hub { z-index:2 !important; }

/* Services hero: keep the whole mark-and-route assembly comfortably inside its field. */
.product-engine--services .service-assembly { top:35%; }

/* Service 04: both route segments meet at the shield's exact centre. */
.competency-scene--reliability > i:first-of-type {
  z-index:1;
  transform-origin:0 50%;
}
.competency-scene--reliability > i:nth-of-type(2) {
  z-index:1;
  transform-origin:0 50%;
}
.competency-scene--reliability > span,
.competency-scene--reliability > b { z-index:2; }

/* Project routes sit below every node; the platform mark is clipped to its core. */
.projects-page .case-flow__routes { z-index:1; }
.projects-page .case-flow__node,
.projects-page .case-flow__hub {
  z-index:5;
  background:linear-gradient(145deg,rgba(20,18,27,.99),rgba(7,8,12,.99));
}
.projects-page .case-flow__hub--platform { width:112px; min-height:112px; overflow:hidden; isolation:isolate; }
.projects-page .case-flow__hub--platform .brand-mark-crop { width:56px; height:49px; }
.projects-page .case-flow__hub--platform .brand-mark-crop img { width:56px; }

/* Company composition moves as one system, preserving the axes through its core. */
.company-page .company-engine__orbit,
.company-page .company-engine__core,
.company-page .company-engine__axis { top:51%; }

/* The arriving signal is hidden by the last card; reveal the synchronized check in-card. */
.trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark] {
  animation:pilot-completion-state 8.8s ease-in-out infinite !important;
}
.trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::before,
.trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::after {
  display:block;
  animation:pilot-completion-glyph 8.8s ease-in-out infinite !important;
}
@keyframes pilot-completion-state {
  0%,80%,100% { background:transparent; border-color:rgba(255,255,255,.25); box-shadow:none; }
  84%,95% { background:#55dca6; border-color:#55dca6; box-shadow:0 0 16px rgba(85,220,166,.65); }
}
@keyframes pilot-completion-glyph {
  0%,80%,100% { opacity:0; }
  84%,95% { opacity:1; }
}

@media (max-width:680px) {
  .product-engine--services .service-assembly { top:38%; }
  .company-page .company-engine__orbit,
  .company-page .company-engine__core,
  .company-page .company-engine__axis { top:54%; }
  .projects-page .case-flow__hub--platform { width:96px; min-height:96px; }
  .projects-page .case-flow__hub--platform .brand-mark-crop { width:48px; height:42px; }
  .projects-page .case-flow__hub--platform .brand-mark-crop img { width:48px; }
}

/* Production legal pages: calm document rhythm, readable references and complete odd rows. */
.system-page .system-hero h1,
.system-page .system-hero .system-dynamic-title { max-width:1180px; }
.system-page .legal-status {
  border-color:rgba(85,220,166,.28);
  background:rgba(85,220,166,.055);
}
.system-page .legal-content { align-items:stretch; }
.system-page .legal-section { min-height:320px; }
.system-page .legal-section:last-child:nth-child(odd) { grid-column:1 / -1; }
.system-page .legal-section a {
  color:#9a2f68;
  text-decoration:underline;
  text-decoration-color:rgba(189,62,116,.42);
  text-underline-offset:4px;
}

/* The acceptance signal resolves immediately when the visitor requests less motion. */
@media (prefers-reduced-motion:reduce) {
  .trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark] {
    animation:none !important;
    background:#55dca6 !important;
    border-color:#55dca6 !important;
    box-shadow:0 0 16px rgba(85,220,166,.55) !important;
  }
  .trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::before,
  .trust-feature.is-motion-active .pilot-gate--decision [data-completion-mark]::after {
    display:block;
    animation:none !important;
    opacity:1 !important;
  }
}
.system-page .legal-section--notice a { color:#f28abb; }
.system-page .legal-section .button { margin-top:28px; text-decoration:none; }

@media (max-width:680px) {
  .system-page .legal-section:last-child:nth-child(odd) { grid-column:auto; }
  .system-page .legal-section { min-height:0; }
  .system-page .legal-section h2 { font-size:30px; }
  .system-page .system-hero h1,
  .system-page .system-hero .system-dynamic-title {
    font-size:clamp(34px,10.8vw,44px);
    overflow-wrap:anywhere;
  }
}

/* v5.27 mobile acceptance — measured fixes from the customer's 390px captures. */
@media (max-width:680px) {
  /* Keep the primary mobile-menu action away from both safe edges. */
  .mobile-menu .button {
    padding-inline:max(24px,env(safe-area-inset-left)) max(24px,env(safe-area-inset-right));
    font-size:18px;
  }

  /* The structured-data result used to extend 40px below its clipped stage. */
  .solution-machine--docmind { min-height:580px; }

  /* At 381–680px the home project flow must use the same readable vertical route as narrow phones. */
  .project-machine,
  .project-card-featured .project-machine { min-height:270px; }
  .project-machine__node,
  .project-machine__node--input,
  .project-machine__node--core,
  .project-machine__node--result {
    right:10px;
    left:10px;
    width:auto;
    min-width:0;
    min-height:58px;
    padding:8px 12px;
    transform:none;
  }
  .project-machine__node--input { top:12px; }
  .project-machine__node--core { top:50%; transform:translateY(-50%); }
  .project-machine--construction .project-machine__node--core { transform:translateY(-50%); }
  .project-machine--construction .project-machine__node--input,
  .project-machine--construction .project-machine__node--result { transform:none; }
  .project-machine__node--result { top:auto; bottom:12px; padding-right:42px; }
  .project-machine__node--result::after {
    width:20px;
    min-width:20px;
    height:20px;
    min-height:20px;
    aspect-ratio:1;
    line-height:1;
  }
  .project-machine > i { left:50% !important; width:1px; height:36px; }
  .project-machine > i:nth-of-type(1) { top:70px; }
  .project-machine > i:nth-of-type(2) { top:164px; }
  .project-machine > em { left:calc(50% - 4px); top:70px; }
  .project-card.is-motion-active .project-machine > em { animation-name:project-machine-packet-mobile-accepted; }
  .project-card.is-motion-active .project-machine__node--core { animation-name:project-machine-node-mobile; }

  /* The case register occupies its own bottom rail instead of covering the result card. */
  .projects-page .portfolio-engine__case--industry { top:32%; }
  .projects-page .portfolio-engine__case--construction { bottom:21%; }

  /* SmartBox's live status stays inside the inner engineering frame. */
  .product-engine--smartbox .status-console { right:4%; width:27%; }

  /* Completion marks remain circular and reserve their own text-safe area. */
  .service-case-node--offer { padding-right:38px; }
  .service-case-node--offer em,
  .service-case-node--result::after {
    box-sizing:border-box;
    display:grid;
    width:22px;
    min-width:22px;
    height:22px;
    min-height:22px;
    aspect-ratio:1;
    place-items:center;
    color:#06110d;
    border-radius:50%;
    background:#55dca6;
    box-shadow:0 0 14px rgba(85,220,166,.55);
    font:700 11px/1 sans-serif;
    transform:none;
  }
  .service-case-node--result { padding-right:42px; }
  .service-case-node--result::after {
    content:"✓";
    position:absolute;
    right:10px;
    top:10px;
  }

  /* Platform case: only the customer's official mark remains at the convergence point. */
  .projects-page .case-flow--platform::before,
  .projects-page .case-flow--platform::after { display:none !important; }
  .projects-page .case-flow__hub--platform {
    width:96px;
    min-height:84px;
    padding:0;
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent !important;
    box-shadow:none;
    isolation:auto;
  }
  .projects-page .case-flow__hub--platform .brand-mark-crop {
    width:56px;
    height:49px;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  .projects-page .case-flow__hub--platform .brand-mark-crop img { width:56px; }
  .projects-page .case-flow__hub--platform > b { margin-top:8px; }

  /* Move the complete company core lower while retaining clear gaps to its label and foundation. */
  .company-page .editorial-engine--company { min-height:340px; }
  .company-page .company-engine__orbit,
  .company-page .company-engine__core,
  .company-page .company-engine__axis { top:60%; }
  .company-page .company-engine__node--objects { bottom:12%; width:118px; }
}

@keyframes project-machine-packet-mobile-accepted {
  0%,12% { left:calc(50% - 4px); top:70px; opacity:0; }
  22% { opacity:1; }
  82% { left:calc(50% - 4px); top:200px; opacity:1; }
  94%,100% { left:calc(50% - 4px); top:200px; opacity:0; }
}

/* Platform case: the official customer mark is the only object at the convergence point. */
.projects-page .case-flow--platform::before,
.projects-page .case-flow--platform::after { display:none !important; }
.projects-page .case-flow__hub--platform {
  padding:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent !important;
  box-shadow:none;
  isolation:auto;
}
.projects-page .case-flow__hub--platform .brand-mark-crop {
  min-width:0;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.projects-page .case-flow__hub--platform .brand-mark-crop::before,
.projects-page .case-flow__hub--platform .brand-mark-crop::after { display:none !important; }
.projects-page .case-flow__hub--platform::before,
.projects-page .case-flow__hub--platform::after { display:none !important; }
.projects-page .case-flow__hub--platform > b { display:none; }

/* v5.28 — direction-first commercial homepage. */
.hero-proof-note {
  max-width:720px;
  margin:18px 0 0;
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.55;
}
.hero-title-desktop { letter-spacing:-.055em; }
.direction-proof,
.effect-lab,
.delivery-method {
  position:relative;
  padding:140px 0;
  overflow:hidden;
}
.capabilities,
.case-evidence,
.work-formats {
  position:relative;
  padding:140px 0;
  overflow:hidden;
}
.direction-proof::before,
.effect-lab::before,
.delivery-method::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(16,16,22,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,16,22,.035) 1px,transparent 1px);
  background-size:64px 64px;
}
.proof-metrics {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:66px;
  border:1px solid rgba(15,16,22,.14);
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.72);
  box-shadow:0 28px 70px rgba(34,21,38,.08);
}
.proof-metric {
  position:relative;
  min-height:250px;
  padding:30px;
  color:#111217;
  border-right:1px solid rgba(15,16,22,.1);
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(250,247,250,.6));
  transition:background .3s ease,transform .3s ease;
}
.proof-metric:last-child { border-right:0; }
.proof-metric:hover { background:#fff; }
.proof-metric small {
  display:block;
  color:#8a5f76;
  font:600 11px/1.3 var(--font-mono);
  letter-spacing:.12em;
  text-transform:uppercase;
}
.proof-metric strong {
  display:block;
  margin-top:40px;
  color:#15151b;
  font:500 clamp(34px,3.1vw,52px)/.95 var(--font-display);
  letter-spacing:-.06em;
}
.proof-metric span {
  display:block;
  max-width:190px;
  margin-top:17px;
  color:#68636b;
  font-size:14px;
  line-height:1.5;
}
.proof-metric > i {
  position:absolute;
  right:26px;
  bottom:26px;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  color:#9a2f68;
  border:1px solid rgba(154,47,104,.25);
  border-radius:50%;
  font-style:normal;
}
.proof-caption {
  margin-top:18px;
  color:#777078;
  font-size:12px;
  line-height:1.55;
}

.capabilities::before,
.case-evidence::before,
.work-formats::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 76% 20%,rgba(191,46,133,.12),transparent 34%),
    radial-gradient(circle at 15% 76%,rgba(118,83,255,.1),transparent 32%),
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:auto,auto,72px 72px,72px 72px;
}
.capability-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:68px;
}
.capability-card {
  position:relative;
  min-height:520px;
  padding:28px;
  display:flex;
  flex-direction:column;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(19,19,27,.96),rgba(8,9,14,.96));
  overflow:hidden;
  transition:transform .35s ease,border-color .35s ease;
}
.capability-card:hover {
  transform:translateY(-5px);
  border-color:rgba(224,71,160,.36);
}
.capability-card__head {
  display:flex;
  justify-content:space-between;
  gap:16px;
  min-height:34px;
  color:rgba(255,255,255,.46);
  font:600 10px/1.45 var(--font-mono);
  letter-spacing:.08em;
  text-transform:uppercase;
}
.capability-card__head small { color:#f27cae; }
.capability-card__head span { text-align:right; }
.capability-card__visual {
  position:relative;
  height:190px;
  margin:24px 0 28px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  overflow:hidden;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 50% 50%,rgba(216,53,153,.12),transparent 55%);
  background-size:32px 32px,32px 32px,auto;
}
.capability-card__visual > * { position:absolute; box-sizing:border-box; }
.capability-card h3 {
  max-width:360px;
  margin:0;
  color:#fff;
  font:500 29px/1.03 var(--font-display);
  letter-spacing:-.04em;
}
.capability-card p {
  margin:16px 0 26px;
  color:rgba(255,255,255,.62);
  font-size:14px;
  line-height:1.6;
}
.capability-card .text-button {
  width:100%;
  margin-top:auto;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.1);
}

/* Sales: request → context → checked action. */
.capability-card--sales .capability-card__visual i {
  top:34px;
  left:28px;
  width:86px;
  height:36px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  background:rgba(255,255,255,.04);
}
.capability-card--sales .capability-card__visual i:nth-child(2) { top:78px; width:112px; }
.capability-card--sales .capability-card__visual i:nth-child(3) { top:122px; width:72px; }
.capability-card--sales .capability-card__visual b {
  left:48%;
  top:50%;
  width:58px;
  height:58px;
  border:1px solid #d942a5;
  border-radius:18px;
  transform:translate(-50%,-50%) rotate(45deg);
  box-shadow:0 0 36px rgba(217,66,165,.26);
}
.capability-card--sales .capability-card__visual b::after {
  content:"";
  position:absolute;
  left:-118px;
  top:28px;
  width:230px;
  height:1px;
  background:linear-gradient(90deg,transparent,#ff527b,#825bff);
  transform:rotate(-45deg);
  transform-origin:right;
}
.capability-card--sales .capability-card__visual em {
  right:28px;
  top:70px;
  width:72px;
  height:50px;
  border:1px solid rgba(85,220,166,.45);
  border-radius:12px;
}
.capability-card--sales .capability-card__visual em::after {
  content:"✓";
  position:absolute;
  right:15px;
  top:12px;
  color:#55dca6;
  font:700 20px/1 sans-serif;
}

/* Documents: pages cross a scan and resolve into fields. */
.capability-card--documents .capability-card__visual i {
  left:24px;
  width:68px;
  height:88px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.01));
}
.capability-card--documents .capability-card__visual i:nth-child(1) { top:50px; transform:rotate(-7deg); }
.capability-card--documents .capability-card__visual i:nth-child(2) { top:44px; left:43px; }
.capability-card--documents .capability-card__visual i:nth-child(3) {
  left:48%;
  top:26px;
  width:2px;
  height:138px;
  border:0;
  background:#ff4f78;
  box-shadow:0 0 20px #e24aa7;
  animation:capability-scan 3.6s ease-in-out infinite;
}
.capability-card--documents .capability-card__visual b {
  right:24px;
  top:42px;
  width:98px;
  height:106px;
  border:1px solid rgba(85,220,166,.35);
  border-radius:12px;
  background:repeating-linear-gradient(180deg,rgba(85,220,166,.28) 0 1px,transparent 1px 25px);
}
.capability-card--documents .capability-card__visual em {
  right:31px;
  bottom:32px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#55dca6;
  box-shadow:0 0 18px rgba(85,220,166,.7);
}

/* Knowledge: sources converge, cited answer leaves the core. */
.capability-card--knowledge .capability-card__visual i {
  left:28px;
  width:74px;
  height:30px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
}
.capability-card--knowledge .capability-card__visual i:nth-child(1) { top:31px; }
.capability-card--knowledge .capability-card__visual i:nth-child(2) { top:80px; }
.capability-card--knowledge .capability-card__visual i:nth-child(3) { top:129px; }
.capability-card--knowledge .capability-card__visual b {
  left:52%;
  top:50%;
  width:66px;
  height:66px;
  border:1px solid rgba(221,67,169,.8);
  border-radius:50%;
  transform:translate(-50%,-50%);
  box-shadow:0 0 0 13px rgba(221,67,169,.06),0 0 36px rgba(221,67,169,.28);
}
.capability-card--knowledge .capability-card__visual b::before {
  content:"";
  position:absolute;
  right:55px;
  top:32px;
  width:150px;
  height:1px;
  background:linear-gradient(90deg,transparent,#df45aa);
}
.capability-card--knowledge .capability-card__visual em {
  right:22px;
  top:56px;
  width:82px;
  height:76px;
  border:1px solid rgba(124,91,255,.48);
  border-radius:12px;
}
.capability-card--knowledge .capability-card__visual em::before,
.capability-card--knowledge .capability-card__visual em::after {
  content:"";
  position:absolute;
  left:15px;
  right:15px;
  height:1px;
  background:rgba(255,255,255,.32);
}
.capability-card--knowledge .capability-card__visual em::before { top:24px; }
.capability-card--knowledge .capability-card__visual em::after { top:46px; }

/* Operations: ordered nodes with a moving packet. */
.capability-card--operations .capability-card__visual i {
  top:68px;
  width:54px;
  height:54px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:15px;
  background:#101119;
  z-index:2;
}
.capability-card--operations .capability-card__visual i:nth-child(1) { left:24px; }
.capability-card--operations .capability-card__visual i:nth-child(2) { left:calc(50% - 27px); border-color:#e043a7; }
.capability-card--operations .capability-card__visual i:nth-child(3) { right:24px; border-color:rgba(85,220,166,.5); }
.capability-card--operations .capability-card__visual b {
  left:51px;
  right:51px;
  top:95px;
  height:1px;
  background:linear-gradient(90deg,#ff5277,#d943ad,#7653ff,#55dca6);
  z-index:1;
}
.capability-card--operations .capability-card__visual em {
  left:50px;
  top:91px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 14px #ff5380;
  animation:capability-packet 3.8s ease-in-out infinite;
  z-index:3;
}

/* Analytics: bars resolve into an upward curve. */
.capability-card--analytics .capability-card__visual i {
  bottom:35px;
  width:34px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px 8px 2px 2px;
  background:linear-gradient(180deg,rgba(229,64,160,.34),rgba(118,83,255,.06));
}
.capability-card--analytics .capability-card__visual i:nth-child(1) { left:33px; height:48px; }
.capability-card--analytics .capability-card__visual i:nth-child(2) { left:84px; height:82px; }
.capability-card--analytics .capability-card__visual i:nth-child(3) { left:135px; height:112px; }
.capability-card--analytics .capability-card__visual b {
  left:35px;
  right:27px;
  top:89px;
  height:2px;
  background:linear-gradient(90deg,#ff5577,#e143a6 55%,#55dca6);
  transform:rotate(-16deg);
  transform-origin:left;
  box-shadow:0 0 12px rgba(225,67,166,.5);
}
.capability-card--analytics .capability-card__visual em {
  right:25px;
  top:45px;
  width:72px;
  height:42px;
  border:1px solid rgba(85,220,166,.38);
  border-radius:10px;
}
.capability-card--analytics .capability-card__visual em::after {
  content:"✓";
  position:absolute;
  right:12px;
  top:9px;
  color:#55dca6;
}

/* Monitoring: sensor, waves and a controlled action. */
.capability-card--monitoring .capability-card__visual i {
  left:31%;
  top:50%;
  border:1px solid rgba(220,66,167,.46);
  border-radius:50%;
  transform:translate(-50%,-50%);
  animation:capability-radar 3.2s ease-out infinite;
}
.capability-card--monitoring .capability-card__visual i:nth-child(1) { width:52px; height:52px; }
.capability-card--monitoring .capability-card__visual i:nth-child(2) { width:88px; height:88px; animation-delay:.7s; }
.capability-card--monitoring .capability-card__visual i:nth-child(3) { width:126px; height:126px; animation-delay:1.4s; }
.capability-card--monitoring .capability-card__visual b {
  left:calc(31% - 7px);
  top:calc(50% - 7px);
  width:14px;
  height:14px;
  border-radius:50%;
  background:#ff527a;
  box-shadow:0 0 22px #ff527a;
}
.capability-card--monitoring .capability-card__visual em {
  right:23px;
  top:53px;
  width:108px;
  height:84px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
}
.capability-card--monitoring .capability-card__visual em::before {
  content:"СОБЫТИЕ";
  position:absolute;
  left:15px;
  top:16px;
  color:#f27cae;
  font:600 9px/1 var(--font-mono);
  letter-spacing:.1em;
}
.capability-card--monitoring .capability-card__visual em::after {
  content:"ПРАВИЛО  ✓";
  position:absolute;
  left:15px;
  bottom:16px;
  color:#55dca6;
  font:600 9px/1 var(--font-mono);
  letter-spacing:.08em;
}
@keyframes capability-scan { 0%,100%{transform:translateX(-22px);opacity:.45} 50%{transform:translateX(22px);opacity:1} }
@keyframes capability-packet { 0%,10%{left:50px;opacity:0} 18%{opacity:1} 82%{left:calc(100% - 58px);opacity:1} 92%,100%{left:calc(100% - 58px);opacity:0} }
@keyframes capability-radar { 0%{opacity:.9;transform:translate(-50%,-50%) scale(.6)} 85%,100%{opacity:0;transform:translate(-50%,-50%) scale(1.18)} }

.lab-shell {
  margin-top:68px;
  padding:10px;
  border:1px solid rgba(17,18,24,.13);
  border-radius:32px;
  background:rgba(255,255,255,.68);
  box-shadow:0 35px 90px rgba(34,21,38,.11);
}
.lab-tabs {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.lab-tabs button {
  min-height:98px;
  padding:20px 24px;
  display:grid;
  grid-template-columns:42px 1fr;
  grid-template-rows:auto auto;
  text-align:left;
  color:#645e66;
  border:1px solid transparent;
  border-radius:23px;
  background:transparent;
  cursor:pointer;
}
.lab-tabs button small { grid-row:1 / 3; padding-top:4px; color:#9a2f68; font:600 11px/1 var(--font-mono); }
.lab-tabs button strong { color:#262229; font:500 22px/1.05 var(--font-display); }
.lab-tabs button span { margin-top:8px; font-size:12px; }
.lab-tabs button[aria-selected="true"] {
  color:rgba(255,255,255,.62);
  border-color:rgba(255,255,255,.1);
  background:linear-gradient(145deg,#15151d,#090a0f);
  box-shadow:0 15px 35px rgba(15,10,17,.16);
}
.lab-tabs button[aria-selected="true"] strong { color:#fff; }
.lab-tabs button[aria-selected="true"] small { color:#f27cae; }
.lab-panel {
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);
  gap:10px;
  margin-top:10px;
}
.lab-controls,
.lab-results {
  min-width:0;
  padding:36px;
  border:1px solid rgba(17,18,24,.1);
  border-radius:24px;
  background:rgba(255,255,255,.86);
}
.lab-results {
  position:relative;
  color:#fff;
  border-color:rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 70% 18%,rgba(217,66,165,.18),transparent 34%),
    linear-gradient(145deg,#12131a,#08090e);
  overflow:visible;
}
.lab-preset-row {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:28px;
}
.lab-preset-row button {
  min-height:38px;
  padding:0 16px;
  color:#756e77;
  border:1px solid rgba(17,18,24,.12);
  border-radius:999px;
  background:#fff;
  font-size:12px;
  cursor:pointer;
}
.lab-preset-row button.is-active {
  color:#fff;
  border-color:#9a2f68;
  background:#17131a;
}
.lab-select {
  display:grid;
  gap:9px;
  margin-bottom:28px;
  color:#3c373e;
  font:600 11px/1.4 var(--font-mono);
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lab-select select {
  width:100%;
  min-height:54px;
  padding:0 16px;
  color:#17151a;
  border:1px solid rgba(17,18,24,.15);
  border-radius:12px;
  background:#fff;
  font:500 16px/1.2 var(--font-sans);
}
.lab-range { margin-top:25px; }
.lab-range > label {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  color:#514b53;
  font-size:13px;
  line-height:1.4;
}
.lab-range output {
  flex:none;
  color:#17151a;
  font:500 18px/1 var(--font-display);
  letter-spacing:-.03em;
}
.lab-range input[type="range"] {
  width:100%;
  height:22px;
  margin:12px 0 0;
  padding:0;
  accent-color:#c33e8b;
  cursor:pointer;
}
.lab-range input[type="range"]::-webkit-slider-runnable-track {
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff5277,#d943a6,#7653ff);
}
.lab-range input[type="range"]::-webkit-slider-thumb {
  width:19px;
  height:19px;
  margin-top:-7.5px;
  border:3px solid #fff;
  border-radius:50%;
  background:#d943a6;
  box-shadow:0 2px 10px rgba(129,32,87,.35);
  -webkit-appearance:none;
}
.lab-range > span {
  display:flex;
  justify-content:space-between;
  margin-top:2px;
  color:#918a93;
  font-size:10px;
}
.lab-economics {
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid rgba(17,18,24,.1);
}
.lab-economics summary {
  display:flex;
  justify-content:space-between;
  color:#272329;
  font-size:14px;
  cursor:pointer;
}
.lab-economics summary::marker { content:""; }
.lab-results__head {
  display:grid;
  grid-template-columns:1fr auto;
  padding-bottom:26px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.lab-results__head small { color:#f27cae; font:600 10px/1 var(--font-mono); letter-spacing:.1em; text-transform:uppercase; }
.lab-results__head strong { grid-column:1 / 2; margin-top:9px; font:500 24px/1.1 var(--font-display); }
.lab-results__head span { grid-row:1 / 3; grid-column:2; align-self:center; color:rgba(255,255,255,.42); font-size:11px; }
.lab-result-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  margin-top:1px;
  background:rgba(255,255,255,.1);
}
.lab-result-grid > div {
  min-height:144px;
  padding:22px;
  background:#101118;
}
.lab-result-grid small { display:block; color:rgba(255,255,255,.45); font-size:11px; }
.lab-result-grid strong { display:block; margin-top:15px; color:#fff; font:500 29px/.95 var(--font-display); letter-spacing:-.04em; }
.lab-result-grid span { display:block; margin-top:10px; color:rgba(255,255,255,.43); font-size:10px; line-height:1.35; }
.lab-formula {
  margin:22px 0;
  padding:18px 0;
  color:rgba(255,255,255,.62);
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
  font-size:12px;
  line-height:1.6;
}
.lab-formula summary { color:#fff; cursor:pointer; }
.lab-formula p { margin:14px 0 0; }
.lab-disclaimer { margin:17px 0 0; color:rgba(255,255,255,.38); font-size:10px; line-height:1.55; }
.readiness-intro { margin:0 0 10px; color:#6b646d; font-size:14px; line-height:1.65; }
.readiness-check {
  margin-top:28px;
  padding:17px;
  display:flex;
  gap:14px;
  border:1px solid rgba(17,18,24,.12);
  border-radius:14px;
  background:#fff;
}
.readiness-check input { width:20px; height:20px; accent-color:#9a2f68; }
.readiness-check span { display:grid; gap:4px; }
.readiness-check strong { font-size:13px; }
.readiness-check small { color:#7c757e; font-size:11px; }
.lab-revenue-toggle { cursor:pointer; }
.lab-revenue-toggle input:disabled,
.lab-controls.is-audit-locked input[type="range"] { cursor:not-allowed; opacity:.48; }
.lab-fixed-economics {
  margin-top:18px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.lab-fixed-economics > span {
  min-height:74px;
  padding:14px;
  display:grid;
  align-content:center;
  gap:8px;
  border:1px solid rgba(17,18,24,.1);
  border-radius:13px;
  background:rgba(255,255,255,.72);
}
.lab-fixed-economics small { color:#8a7f89; font-size:10px; }
.lab-fixed-economics strong { color:#1a171c; font:500 17px/1 var(--font-display); }
.readiness-score { padding-bottom:28px; border-bottom:1px solid rgba(255,255,255,.1); }
.readiness-score small { color:#f27cae; font:600 10px/1 var(--font-mono); letter-spacing:.1em; text-transform:uppercase; }
.readiness-score strong { display:inline-block; margin:16px 7px 0 0; font:500 74px/.9 var(--font-display); letter-spacing:-.07em; }
.readiness-score > span { color:rgba(255,255,255,.44); font-size:12px; }
.readiness-score > i { display:block; height:5px; margin-top:20px; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.1); }
.readiness-score > i b { display:block; width:0; height:100%; border-radius:inherit; background:linear-gradient(90deg,#ff5277,#d943a6,#55dca6); transition:width .45s ease; }
.readiness-verdict { margin-top:28px; }
.readiness-verdict small { color:#55dca6; font:600 10px/1 var(--font-mono); letter-spacing:.1em; text-transform:uppercase; }
.readiness-verdict h3 { margin:12px 0 10px; font:500 30px/1.05 var(--font-display); }
.readiness-verdict p { color:rgba(255,255,255,.58); font-size:13px; line-height:1.6; }
.readiness-route { margin:26px 0 0; padding:0; list-style:none; }
.readiness-route li { min-height:44px; display:grid; grid-template-columns:36px 1fr; align-items:center; border-top:1px solid rgba(255,255,255,.08); }
.readiness-route span { color:#f27cae; font:600 10px/1 var(--font-mono); }
.readiness-route strong { font-size:12px; font-weight:500; }

.evidence-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:68px;
}
.evidence-card {
  min-height:470px;
  padding:28px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(19,19,27,.95),rgba(8,9,14,.96));
}
.evidence-card--featured { background:radial-gradient(circle at 68% 30%,rgba(218,64,159,.16),transparent 40%),linear-gradient(145deg,#1a1822,#090a0f); }
.evidence-card__top { display:flex; justify-content:space-between; gap:16px; color:rgba(255,255,255,.43); font:600 10px/1.4 var(--font-mono); letter-spacing:.08em; text-transform:uppercase; }
.evidence-card__top small { color:#f27cae; }
.evidence-card__route {
  position:relative;
  height:126px;
  margin:26px 0;
  display:grid;
  grid-template-columns:1fr 54px 1fr 54px 1fr;
  align-items:center;
  color:rgba(255,255,255,.52);
  font:600 9px/1 var(--font-mono);
  text-align:center;
}
.evidence-card__route span,
.evidence-card__route b,
.evidence-card__route strong {
  min-height:62px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:#0d0e14;
  z-index:2;
}
.evidence-card__route b { color:#fff; border-color:rgba(217,66,165,.55); font-weight:600; }
.evidence-card__route strong { color:#55dca6; border-color:rgba(85,220,166,.35); }
.evidence-card__route i { height:1px; background:linear-gradient(90deg,#ff5277,#7653ff); box-shadow:0 0 9px rgba(219,65,163,.6); }
.evidence-card__route em {
  position:absolute;
  right:12px;
  top:22px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  color:#06110d;
  border-radius:50%;
  background:#55dca6;
  box-shadow:0 0 14px rgba(85,220,166,.55);
  font:700 11px/1 sans-serif;
  z-index:3;
}
.evidence-card h3 { max-width:600px; margin:0; color:#fff; font:500 29px/1.05 var(--font-display); letter-spacing:-.04em; }
.evidence-card dl { margin:24px 0; display:flex; flex-wrap:wrap; gap:12px; }
.evidence-card dl div { min-width:128px; padding-right:18px; border-right:1px solid rgba(255,255,255,.1); }
.evidence-card dt { color:#fff; font:500 23px/1 var(--font-display); }
.evidence-card dd { margin:7px 0 0; color:rgba(255,255,255,.44); font-size:10px; }
.evidence-card > a { margin-top:auto; padding-top:19px; display:flex; justify-content:space-between; color:#fff; border-top:1px solid rgba(255,255,255,.1); font-size:13px; }
.cases-cta { margin-top:22px; padding:24px 28px; display:flex; align-items:center; justify-content:space-between; gap:20px; border:1px solid rgba(255,255,255,.1); border-radius:22px; color:rgba(255,255,255,.58); }

.method-track {
  position:relative;
  margin-top:70px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  list-style:none;
  border:1px solid rgba(17,18,24,.13);
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.74);
}
.method-track::before {
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  top:104px;
  height:2px;
  background:linear-gradient(90deg,#ff5277,#dc43aa 55%,#7653ff 80%,#55dca6);
  box-shadow:0 0 14px rgba(215,61,158,.25);
}
.method-track > li {
  position:relative;
  min-height:410px;
  padding:27px 25px;
  border-right:1px solid rgba(17,18,24,.1);
}
.method-track > li:last-child { border-right:0; }
.method-track > li > small { color:#9a2f68; font:600 11px/1 var(--font-mono); }
.method-track__signal {
  position:relative;
  width:64px;
  height:64px;
  margin:44px 0 34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(154,47,104,.24);
  border-radius:20px;
  background:#fff;
  transform:rotate(45deg);
  z-index:2;
}
.method-track__signal i {
  width:12px;
  height:12px;
  border-radius:50%;
  background:#d943a6;
  box-shadow:0 0 20px rgba(217,67,166,.55);
}
.method-track__signal b { color:#06110d; font:700 17px/1 sans-serif; transform:rotate(-45deg); }
.method-track__signal--done { border-color:rgba(85,220,166,.48); background:#55dca6; }
.method-track__signal--done i { display:none; }
.method-track h3 { margin:0; color:#17151a; font:500 25px/1.05 var(--font-display); letter-spacing:-.04em; }
.method-track p { margin:15px 0; color:#6d666f; font-size:13px; line-height:1.58; }
.method-track > li > span { position:absolute; left:25px; right:25px; bottom:27px; padding-top:17px; color:#8c667b; border-top:1px solid rgba(17,18,24,.1); font-size:11px; }

.format-grid {
  margin-top:68px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.format-grid article {
  min-height:520px;
  padding:30px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(18,19,26,.98),rgba(8,9,14,.98));
}
.format-grid .format-card--accent {
  border-color:rgba(222,67,168,.4);
  background:radial-gradient(circle at 75% 16%,rgba(220,62,160,.22),transparent 36%),linear-gradient(145deg,#1b1721,#090a0f);
  box-shadow:0 26px 70px rgba(126,22,82,.18);
}
.format-grid small { color:#f27cae; font:600 10px/1 var(--font-mono); letter-spacing:.1em; text-transform:uppercase; }
.format-grid h3 { margin:36px 0 14px; color:#fff; font:500 32px/1.02 var(--font-display); letter-spacing:-.045em; }
.format-grid p { min-height:66px; margin:0; color:rgba(255,255,255,.56); font-size:14px; line-height:1.58; }
.format-grid ul { margin:30px 0; padding:0; list-style:none; }
.format-grid li { position:relative; padding:13px 0 13px 24px; color:rgba(255,255,255,.7); border-top:1px solid rgba(255,255,255,.08); font-size:12px; }
.format-grid li::before { content:""; position:absolute; left:2px; top:18px; width:7px; height:7px; border:1px solid #d943a6; border-radius:50%; }
.format-grid article > a { margin-top:auto; padding-top:20px; display:flex; justify-content:space-between; color:#fff; border-top:1px solid rgba(255,255,255,.1); font-size:13px; }
.control-register {
  margin-top:22px;
  padding:34px;
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:40px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px;
  background:rgba(255,255,255,.025);
}
.control-register small { color:#f27cae; font:600 10px/1 var(--font-mono); letter-spacing:.1em; }
.control-register h3 { max-width:420px; margin:16px 0 0; color:#fff; font:500 27px/1.05 var(--font-display); }
.control-register ul { margin:0; padding:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); list-style:none; }
.control-register li { padding:14px 14px 14px 24px; color:rgba(255,255,255,.67); border-bottom:1px solid rgba(255,255,255,.08); font-size:12px; }
.control-register li::before { content:"✓"; margin-left:-20px; margin-right:10px; color:#55dca6; }

.mobile-sticky-cta { display:none; }

@media (max-width:1180px) {
  .proof-metrics { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .proof-metric:nth-child(2) { border-right:0; }
  .proof-metric:nth-child(-n+2) { border-bottom:1px solid rgba(15,16,22,.1); }
  .capability-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .method-track { grid-template-columns:repeat(2,minmax(0,1fr)); overflow:visible; background:transparent; border:0; gap:14px; }
  .method-track::before { display:none; }
  .method-track > li { min-height:340px; border:1px solid rgba(17,18,24,.12); border-radius:22px; background:rgba(255,255,255,.78); }
  .method-track > li:last-child { grid-column:1 / -1; min-height:300px; }
}

@media (max-width:820px) {
  .direction-proof,.effect-lab,.delivery-method,.capabilities,.case-evidence,.work-formats { padding:96px 0; }
  .lab-panel { grid-template-columns:1fr; }
  .lab-results { min-height:0; }
  .evidence-grid,.format-grid { grid-template-columns:1fr; }
  .format-grid article { min-height:0; }
  .control-register { grid-template-columns:1fr; }
}

@media (max-width:680px) {
  .hero-title-mobile { font-size:clamp(37px,11.4vw,48px); line-height:.96; letter-spacing:-.055em; }
  .hero-lead { font-size:15px; line-height:1.55; }
  .hero-proof-note { margin-top:13px; font-size:11px; }
  .portal-card strong { font-size:11px; }
  .direction-proof,.effect-lab,.delivery-method,.capabilities,.case-evidence,.work-formats { padding:78px 0; }
  .proof-metrics { margin-top:40px; grid-template-columns:1fr 1fr; border-radius:20px; }
  .proof-metric { min-height:190px; padding:20px; }
  .proof-metric strong { margin-top:28px; font-size:29px; }
  .proof-metric span { font-size:11px; }
  .proof-metric > i { right:16px; bottom:16px; width:28px; height:28px; }
  .proof-caption { font-size:10px; }
  .capability-grid { margin-top:40px; grid-template-columns:1fr; }
  .capability-card { min-height:465px; padding:20px; border-radius:22px; }
  .capability-card__head { min-height:42px; font-size:8px; }
  .capability-card__visual { height:170px; }
  .capability-card h3 { font-size:27px; }
  .lab-shell { margin-top:40px; padding:6px; border-radius:22px; }
  .lab-tabs { gap:5px; }
  .lab-tabs button { min-height:84px; padding:14px; grid-template-columns:28px 1fr; border-radius:17px; }
  .lab-tabs button strong { font-size:16px; }
  .lab-tabs button span { font-size:9px; }
  .lab-panel { gap:6px; margin-top:6px; }
  .lab-controls,.lab-results { padding:20px; border-radius:18px; }
  .lab-preset-row { flex-wrap:wrap; overflow:visible; padding-bottom:3px; }
  .lab-preset-row::-webkit-scrollbar { display:none; }
  .lab-preset-row button { flex:none; min-height:44px; }
  .lab-select select { min-height:48px; font-size:14px; }
  .lab-range { margin-top:21px; }
  .lab-range > label { align-items:center; gap:10px; font-size:11px; }
  .lab-range output { font-size:15px; }
  .lab-range input[type="range"] { height:28px; }
  .lab-results__head { grid-template-columns:1fr; }
  .lab-results__head span { grid-row:auto; grid-column:auto; margin-top:8px; }
  .lab-result-grid { grid-template-columns:1fr 1fr; }
  .lab-result-grid > div { min-height:126px; padding:16px 13px; }
  .lab-result-grid strong { font-size:22px; }
  .lab-result-grid span { font-size:8px; }
  .readiness-score strong { font-size:60px; }
  .evidence-grid { margin-top:40px; }
  .evidence-card { min-height:0; padding:20px; border-radius:22px; }
  .evidence-card__top { font-size:8px; }
  .evidence-card__route { height:108px; grid-template-columns:1fr 28px 1fr 28px 1fr; font-size:7px; }
  .evidence-card__route span,.evidence-card__route b,.evidence-card__route strong { min-height:54px; padding:4px; }
  .evidence-card h3 { font-size:26px; }
  .evidence-card dl { gap:10px; }
  .evidence-card dl div { min-width:105px; }
  .evidence-card dt { font-size:20px; }
  .cases-cta { align-items:stretch; flex-direction:column; padding:20px; font-size:12px; }
  .method-track { margin-top:40px; grid-template-columns:1fr; gap:10px; }
  .method-track > li,.method-track > li:last-child { grid-column:auto; min-height:300px; padding:22px; }
  .method-track__signal { margin:34px 0 28px; }
  .format-grid { margin-top:40px; }
  .format-grid article { padding:22px; border-radius:22px; }
  .format-grid h3 { margin-top:28px; font-size:29px; }
  .format-grid p { min-height:0; }
  .control-register { padding:22px; border-radius:22px; }
  .control-register ul { grid-template-columns:1fr; }
  .mobile-sticky-cta {
    position:fixed;
    left:12px;
    right:12px;
    bottom:max(12px,env(safe-area-inset-bottom));
    z-index:120;
    min-height:52px;
    padding:0 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
    border:1px solid rgba(255,255,255,.22);
    border-radius:16px;
    background:linear-gradient(90deg,#a52f6d,#6f48e9);
    box-shadow:0 16px 40px rgba(21,8,18,.38);
    font-size:13px;
    transform:translateY(calc(100% + 30px));
    opacity:0;
    transition:transform .3s ease,opacity .3s ease;
  }
  .mobile-sticky-cta.is-visible { transform:none; opacity:1; }
  body.menu-open .mobile-sticky-cta,
  body.is-form-focused .mobile-sticky-cta { transform:translateY(calc(100% + 30px)); opacity:0; }
}

@media (max-width:360px) {
  .proof-metrics { grid-template-columns:1fr; }
  .proof-metric {
    min-width:0;
    min-height:170px;
    border-right:0;
    border-bottom:1px solid rgba(15,16,22,.1);
  }
  .proof-metric:last-child { border-bottom:0; }
  .lab-tabs { grid-template-columns:1fr; }
  .lab-tabs button { min-height:72px; }
  .lab-result-grid { grid-template-columns:1fr; }
  .lab-result-grid > div { min-height:108px; }
}

@media (prefers-reduced-motion:reduce) {
  .capability-card__visual i,
  .capability-card__visual em,
  .capability-card__visual b { animation:none !important; }
  .mobile-sticky-cta { transition:none; }
}

/* Closed product lab — served only behind server authentication. */
.product-lab-page { background:#08090d; }
.product-lab-header { grid-template-columns:auto 1fr auto; }
.product-lab-header__status {
  justify-self:center;
  display:flex;
  align-items:center;
  gap:9px;
  color:rgba(255,255,255,.55);
  font:600 10px/1 var(--font-mono);
  letter-spacing:.11em;
  text-transform:uppercase;
}
.product-lab-header__status i { width:7px; height:7px; border-radius:50%; background:#f2b34f; box-shadow:0 0 14px rgba(242,179,79,.68); }
.product-lab-hero {
  position:relative;
  min-height:820px;
  padding:190px 0 100px;
  overflow:hidden;
}
.product-lab-hero__glow {
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 42%,rgba(218,63,159,.22),transparent 28%),
    radial-gradient(circle at 74% 44%,rgba(118,83,255,.16),transparent 43%),
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:auto,auto,64px 64px,64px 64px;
}
.product-lab-hero__grid { position:relative; display:grid; grid-template-columns:1.1fr .9fr; gap:80px; align-items:center; margin-top:80px; }
.product-lab-hero h1 { margin:0; color:#fff; font:500 clamp(68px,8vw,132px)/.82 var(--font-display); letter-spacing:-.075em; }
.product-lab-hero h1 em { color:transparent; font-style:normal; background:linear-gradient(90deg,#ff5578,#d942a8,#7653ff); -webkit-background-clip:text; background-clip:text; }
.product-lab-hero__grid > div > p { max-width:650px; margin:36px 0 0; color:rgba(255,255,255,.62); font-size:17px; line-height:1.65; }
.product-lab-orbit { position:relative; aspect-ratio:1; max-width:500px; justify-self:center; display:grid; place-items:center; }
.product-lab-orbit::before,.product-lab-orbit::after { content:""; position:absolute; inset:12%; border:1px solid rgba(220,67,168,.3); border-radius:50%; box-shadow:0 0 60px rgba(218,62,160,.13); }
.product-lab-orbit::after { inset:29%; border-color:rgba(118,83,255,.45); }
.product-lab-orbit .brand-mark-crop { width:96px; height:84px; filter:drop-shadow(0 0 28px rgba(220,67,168,.48)); }
.product-lab-orbit .brand-mark-crop img { width:96px; }
.product-lab-orbit > i { position:absolute; left:50%; top:50%; width:35%; height:1px; background:linear-gradient(90deg,#ff5278,#7653ff); transform-origin:left; }
.product-lab-orbit > i:nth-of-type(1) { transform:rotate(-36deg); }
.product-lab-orbit > i:nth-of-type(2) { transform:rotate(4deg); }
.product-lab-orbit > i:nth-of-type(3) { transform:rotate(43deg); }
.product-lab-orbit > b { position:absolute; right:5%; width:50px; height:50px; display:grid; place-items:center; color:#fff; border:1px solid rgba(255,255,255,.16); border-radius:15px; background:#11121a; font:600 11px/1 var(--font-mono); }
.product-lab-orbit > b:nth-of-type(1) { top:20%; }
.product-lab-orbit > b:nth-of-type(2) { top:45%; }
.product-lab-orbit > b:nth-of-type(3) { top:70%; }
.product-lab-notice { position:relative; margin-top:70px; padding:20px 24px; display:flex; gap:30px; align-items:center; border:1px solid rgba(242,179,79,.24); border-radius:16px; background:rgba(242,179,79,.045); }
.product-lab-notice strong { flex:none; color:#f2b34f; font:600 11px/1 var(--font-mono); letter-spacing:.08em; text-transform:uppercase; }
.product-lab-notice span { color:rgba(255,255,255,.5); font-size:12px; }
.product-lab-product { padding:140px 0; }
.product-lab-product__grid { display:grid; grid-template-columns:260px 1fr; gap:80px; align-items:start; }
.product-lab-index { position:sticky; top:130px; padding:26px; display:grid; gap:12px; border:1px solid rgba(17,18,24,.12); border-radius:22px; background:rgba(255,255,255,.7); }
.product-lab-index small { color:#9a2f68; font:600 10px/1 var(--font-mono); letter-spacing:.1em; text-transform:uppercase; }
.product-lab-index strong { margin-top:10px; color:#17151a; font:500 28px/1 var(--font-display); }
.product-lab-index span { color:#746d76; font-size:11px; line-height:1.45; }
.product-lab-product--dark .product-lab-index { border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.035); }
.product-lab-product--dark .product-lab-index strong { color:#fff; }
.product-lab-product--dark .product-lab-index span { color:rgba(255,255,255,.48); }
.product-lab-content .section-heading { padding:0; }
.product-lab-content .heading-grid { grid-template-columns:1.15fr .85fr; }
.product-lab-content .heading-grid h2 { font-size:clamp(48px,5.5vw,82px); }
.product-lab-flow { margin-top:62px; display:grid; grid-template-columns:1fr 44px 1fr 44px 1fr 44px 1.15fr; align-items:center; }
.product-lab-flow > span { position:relative; min-height:112px; padding:20px; display:flex; flex-direction:column; justify-content:center; border:1px solid rgba(17,18,24,.14); border-radius:18px; background:rgba(255,255,255,.8); }
.product-lab-flow > span small { color:#9a2f68; font:600 9px/1 var(--font-mono); letter-spacing:.1em; }
.product-lab-flow > span b { margin-top:15px; color:#1a171c; font-size:12px; line-height:1.35; }
.product-lab-flow > i { height:2px; background:linear-gradient(90deg,#ff5277,#d943a6,#7653ff); box-shadow:0 0 12px rgba(217,67,166,.35); }
.product-lab-flow .is-result { padding-right:45px; border-color:rgba(85,220,166,.42); }
.product-lab-flow em { position:absolute; right:16px; top:16px; width:23px; height:23px; display:grid; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; font:700 11px/1 sans-serif; box-shadow:0 0 14px rgba(85,220,166,.45); }
.product-lab-flow--dark > span { border-color:rgba(255,255,255,.13); background:#11121a; }
.product-lab-flow--dark > span b { color:#fff; }
.product-lab-columns { margin-top:22px; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.product-lab-columns article { min-height:340px; padding:28px; border:1px solid rgba(17,18,24,.13); border-radius:22px; background:rgba(255,255,255,.68); }
.product-lab-product--dark .product-lab-columns article { border-color:rgba(255,255,255,.11); background:rgba(255,255,255,.03); }
.product-lab-columns article > small { color:#9a2f68; font:600 10px/1 var(--font-mono); letter-spacing:.1em; text-transform:uppercase; }
.product-lab-product--dark .product-lab-columns article > small { color:#f27cae; }
.product-lab-columns ul,.product-lab-columns ol { margin:28px 0 0; padding:0; list-style:none; }
.product-lab-columns li { min-height:49px; padding:14px 0; color:#5f5961; border-top:1px solid rgba(17,18,24,.1); font-size:13px; line-height:1.45; }
.product-lab-product--dark .product-lab-columns li { color:rgba(255,255,255,.62); border-color:rgba(255,255,255,.08); }
.product-lab-columns ol li { display:grid; grid-template-columns:38px 1fr; gap:10px; }
.product-lab-columns ol span { color:#9a2f68; font:600 10px/1.6 var(--font-mono); }
.product-lab-caveat { margin:22px 0 0; padding:20px 23px; color:#6f6871; border:1px solid rgba(17,18,24,.1); border-radius:16px; font-size:12px; line-height:1.55; }
.product-lab-product--dark .product-lab-caveat { color:rgba(255,255,255,.5); border-color:rgba(255,255,255,.1); }
.product-lab-status { padding:140px 0; }
.product-lab-status__grid { margin:70px 0 45px; display:grid; grid-template-columns:1fr 1fr; gap:100px; }
.product-lab-status h2 { margin:0; color:#fff; font:500 clamp(48px,6vw,90px)/.9 var(--font-display); letter-spacing:-.06em; }
.product-lab-status h2 em { color:#e047a6; font-style:normal; }
.product-lab-status ol { margin:0; padding:0; list-style:none; }
.product-lab-status li { min-height:70px; display:grid; grid-template-columns:50px 1fr; align-items:center; border-top:1px solid rgba(255,255,255,.1); }
.product-lab-status li span { color:#f27cae; font:600 10px/1 var(--font-mono); }
.product-lab-status li strong { color:rgba(255,255,255,.78); font-size:13px; font-weight:500; }

@media (max-width:900px) {
  .product-lab-hero__grid { grid-template-columns:1fr; }
  .product-lab-orbit { width:min(82vw,440px); }
  .product-lab-product__grid { grid-template-columns:1fr; gap:35px; }
  .product-lab-index { position:static; }
  .product-lab-content .heading-grid { grid-template-columns:1fr; }
  .product-lab-flow { grid-template-columns:1fr; gap:8px; }
  .product-lab-flow > i { width:2px; height:26px; justify-self:center; }
}
@media (max-width:680px) {
  .product-lab-header { grid-template-columns:1fr auto; }
  .product-lab-header__status { display:none; }
  .product-lab-header .header-cta { padding-inline:14px; font-size:10px; }
  .product-lab-hero { min-height:0; padding:140px 0 70px; }
  .product-lab-hero__grid { margin-top:50px; gap:45px; }
  .product-lab-hero h1 { font-size:57px; }
  .product-lab-hero__grid > div > p { font-size:14px; }
  .product-lab-notice { margin-top:45px; align-items:flex-start; flex-direction:column; gap:10px; }
  .product-lab-product,.product-lab-status { padding:80px 0; }
  .product-lab-product__grid { gap:28px; }
  .product-lab-index { padding:20px; }
  .product-lab-content .heading-grid h2 { font-size:42px; }
  .product-lab-flow { margin-top:40px; }
  .product-lab-flow > span { min-height:90px; }
  .product-lab-columns { grid-template-columns:1fr; }
  .product-lab-columns article { min-height:0; padding:22px; }
  .product-lab-status__grid { margin-top:45px; grid-template-columns:1fr; gap:45px; }
  .product-lab-status h2 { font-size:47px; }
}

/* v5.29 — six business directions and measurable semantic motion. */
.portal-stage .portal-glow {
  left:11%;
  top:12%;
  width:78%;
  height:76%;
}
.energy-crystal {
  left:50%;
  width:min(620px,88%);
}
.portal-stage .portal-card {
  width:clamp(176px,29%,218px);
  min-height:82px;
  grid-template-columns:18px 34px minmax(0,1fr) 24px;
  gap:0 8px;
  padding:11px 12px;
  animation:
    card-arrive .72s calc(.45s + var(--card-index,0) * .09s) var(--ease) both,
    crystal-card-cycle 15.6s calc(var(--card-index,0) * 2.6s) ease-in-out infinite;
}
.portal-stage .portal-card::before {
  animation:crystal-card-sheen 15.6s calc(var(--card-index,0) * 2.6s) var(--ease) infinite;
}
.portal-stage .portal-card strong {
  min-width:0;
  white-space:normal;
  font-size:12px;
  line-height:1.12;
}
.portal-stage .portal-card small { font-size:9px; }
.portal-stage .portal-card .mini-glyph { width:34px; height:34px; border-radius:8px; }
.portal-stage .portal-card-arrow { width:24px; height:24px; }
.portal-stage .portal-card-arrow::before { left:7px; top:11px; width:9px; }
.portal-stage .portal-card-arrow::after { right:6px; top:6px; }
.portal-card.card-sales { --card-index:0; --card-color:#ff5a74; --card-color-2:#f13d91; left:0; right:auto; top:11%; }
.portal-card.card-documents { --card-index:1; --card-color:#fa4d88; --card-color-2:#df45ad; left:-2%; right:auto; top:42%; }
.portal-card.card-knowledge { --card-index:2; --card-color:#df45ad; --card-color-2:#b449d1; left:0; right:auto; top:73%; }
.portal-card.card-operations { --card-index:3; --card-color:#bd48cf; --card-color-2:#9950e4; right:0; left:auto; top:11%; }
.portal-card.card-analytics { --card-index:4; --card-color:#9950e4; --card-color-2:#8054f2; right:-2%; left:auto; top:42%; }
.portal-card.card-monitoring { --card-index:5; --card-color:#8054f2; --card-color-2:#7653ff; right:0; left:auto; top:73%; }

.glyph-sales::before { left:7px; top:8px; width:17px; height:12px; border:1px solid currentColor; border-radius:7px 7px 7px 2px; }
.glyph-sales::after { left:11px; top:13px; width:3px; height:3px; border-radius:50%; background:#ff5a74; box-shadow:6px 0 0 #df45ad,12px 0 0 #7653ff; }
.glyph-documents::before { left:9px; top:6px; width:15px; height:20px; border:1px solid currentColor; border-radius:2px; }
.glyph-documents::after { left:12px; top:13px; width:10px; height:1px; background:#ff5a74; box-shadow:0 4px 0 #df45ad,0 8px 0 #7653ff; }
.glyph-knowledge::before { left:6px; top:8px; width:20px; height:17px; border:1px solid currentColor; border-radius:3px 3px 7px 7px; }
.glyph-knowledge::after { left:16px; top:9px; width:1px; height:15px; background:#df45ad; box-shadow:-5px 5px 0 -0.2px #ff5a74,5px 5px 0 -0.2px #7653ff; }
.glyph-operations::before { left:7px; top:15px; width:20px; height:1px; background:linear-gradient(90deg,#ff5a74,#df45ad,#7653ff); }
.glyph-operations::after { left:5px; top:12px; width:7px; height:7px; border:1px solid currentColor; border-radius:2px; box-shadow:10px 0 0 -1px #0a0b0f,10px 0 0 0 #df45ad,20px 0 0 -1px #0a0b0f,20px 0 0 0 #7653ff; }
.glyph-analytics::before { left:7px; bottom:7px; width:4px; height:8px; border:1px solid currentColor; border-radius:2px 2px 0 0; box-shadow:7px -5px 0 -1px #0a0b0f,7px -5px 0 0 #df45ad,14px -11px 0 -1px #0a0b0f,14px -11px 0 0 #7653ff; }
.glyph-analytics::after { left:6px; top:8px; width:21px; height:1px; background:linear-gradient(90deg,#ff5a74,#55dca6); transform:rotate(-24deg); transform-origin:left; }
.glyph-monitoring::before { left:8px; top:8px; width:16px; height:16px; border:1px solid currentColor; border-radius:50%; box-shadow:0 0 0 4px rgba(118,83,255,.11); }
.glyph-monitoring::after { left:15px; top:15px; width:4px; height:4px; border-radius:50%; background:#ff5a74; box-shadow:0 0 8px #df45ad; }

.crystal-route--sales { --route-color:#ff5a74; --route-delay:0s; }
.crystal-route--documents { --route-color:#fa4d88; --route-delay:2.6s; }
.crystal-route--knowledge { --route-color:#df45ad; --route-delay:5.2s; }
.crystal-route--operations { --route-color:#bd48cf; --route-delay:7.8s; }
.crystal-route--analytics { --route-color:#9950e4; --route-delay:10.4s; }
.crystal-route--monitoring { --route-color:#7653ff; --route-delay:13s; }
.crystal-route path { animation-duration:15.6s; }
.hero [data-hero-route-target],
.hero [data-hero-route-control] { transition:opacity .28s ease,transform .3s var(--ease),border-color .25s ease; }
.hero[data-active-route] :is([data-hero-route-target],[data-hero-route-control]) { opacity:.28; }
:is(
  .hero[data-active-route="sales"] [data-hero-route-target="sales"],
  .hero[data-active-route="sales"] [data-hero-route-control="sales"],
  .hero[data-active-route="documents"] [data-hero-route-target="documents"],
  .hero[data-active-route="documents"] [data-hero-route-control="documents"],
  .hero[data-active-route="knowledge"] [data-hero-route-target="knowledge"],
  .hero[data-active-route="knowledge"] [data-hero-route-control="knowledge"],
  .hero[data-active-route="operations"] [data-hero-route-target="operations"],
  .hero[data-active-route="operations"] [data-hero-route-control="operations"],
  .hero[data-active-route="analytics"] [data-hero-route-target="analytics"],
  .hero[data-active-route="analytics"] [data-hero-route-control="analytics"],
  .hero[data-active-route="monitoring"] [data-hero-route-target="monitoring"],
  .hero[data-active-route="monitoring"] [data-hero-route-control="monitoring"]
) { opacity:1; }
.hero[data-active-route] :is(.crystal-route path,.portal-card,.portal-card::before) { animation-play-state:paused; }
.hero[data-active-route] .crystal-route path { opacity:0; }
:is(
  .hero[data-active-route="sales"] .crystal-route--sales,
  .hero[data-active-route="documents"] .crystal-route--documents,
  .hero[data-active-route="knowledge"] .crystal-route--knowledge,
  .hero[data-active-route="operations"] .crystal-route--operations,
  .hero[data-active-route="analytics"] .crystal-route--analytics,
  .hero[data-active-route="monitoring"] .crystal-route--monitoring
) path { stroke-dasharray:1 0; stroke-dashoffset:0; }
:is(
  .hero[data-active-route="sales"] .crystal-route--sales,
  .hero[data-active-route="documents"] .crystal-route--documents,
  .hero[data-active-route="knowledge"] .crystal-route--knowledge,
  .hero[data-active-route="operations"] .crystal-route--operations,
  .hero[data-active-route="analytics"] .crystal-route--analytics,
  .hero[data-active-route="monitoring"] .crystal-route--monitoring
) .crystal-electric-aura { opacity:.045; }
:is(
  .hero[data-active-route="sales"] .crystal-route--sales,
  .hero[data-active-route="documents"] .crystal-route--documents,
  .hero[data-active-route="knowledge"] .crystal-route--knowledge,
  .hero[data-active-route="operations"] .crystal-route--operations,
  .hero[data-active-route="analytics"] .crystal-route--analytics,
  .hero[data-active-route="monitoring"] .crystal-route--monitoring
) .crystal-electric-bloom { opacity:.12; }
:is(
  .hero[data-active-route="sales"] .crystal-route--sales,
  .hero[data-active-route="documents"] .crystal-route--documents,
  .hero[data-active-route="knowledge"] .crystal-route--knowledge,
  .hero[data-active-route="operations"] .crystal-route--operations,
  .hero[data-active-route="analytics"] .crystal-route--analytics,
  .hero[data-active-route="monitoring"] .crystal-route--monitoring
) .crystal-electric-glow { opacity:.24; }
:is(
  .hero[data-active-route="sales"] .crystal-route--sales,
  .hero[data-active-route="documents"] .crystal-route--documents,
  .hero[data-active-route="knowledge"] .crystal-route--knowledge,
  .hero[data-active-route="operations"] .crystal-route--operations,
  .hero[data-active-route="analytics"] .crystal-route--analytics,
  .hero[data-active-route="monitoring"] .crystal-route--monitoring
) .crystal-electric-filament { opacity:.58; }
:is(
  .hero[data-active-route="sales"] .crystal-route--sales,
  .hero[data-active-route="documents"] .crystal-route--documents,
  .hero[data-active-route="knowledge"] .crystal-route--knowledge,
  .hero[data-active-route="operations"] .crystal-route--operations,
  .hero[data-active-route="analytics"] .crystal-route--analytics,
  .hero[data-active-route="monitoring"] .crystal-route--monitoring
) .crystal-electric-core { opacity:.92; }
.hero-directions { grid-template-columns:repeat(6,minmax(0,1fr)); }
.hero-directions a { min-height:142px; grid-template-columns:28px 1fr auto; gap:15px 7px; padding:43px 16px 20px; }
.hero-directions strong { min-width:0; font-size:clamp(13px,1vw,18px); line-height:1.12; }
.hero-directions .direction-track { grid-column:2 / 4; }

/* A shared before/AI/after scene makes the changed business metric explicit. */
.proof-engine {
  position:relative;
  min-height:232px;
  margin-top:64px;
  padding:24px;
  display:grid;
  grid-template-columns:minmax(190px,1fr) 72px 142px 72px minmax(190px,1fr);
  align-items:center;
  gap:12px;
  overflow:hidden;
  border:1px solid rgba(17,18,24,.13);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(246,240,246,.72));
  box-shadow:0 28px 70px rgba(34,21,38,.08);
}
.proof-engine::before { content:""; position:absolute; inset:0; background:linear-gradient(rgba(17,18,24,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,18,24,.035) 1px,transparent 1px); background-size:34px 34px; pointer-events:none; }
.proof-engine__panel,.proof-engine__core,.proof-engine__link { position:relative; z-index:1; }
.proof-engine__panel { min-height:150px; padding:20px; display:grid; align-content:center; border:1px solid rgba(17,18,24,.12); border-radius:18px; background:rgba(255,255,255,.86); }
.proof-engine__panel small { color:#8d6178; font:600 9px/1 var(--font-mono); letter-spacing:.1em; text-transform:uppercase; }
.proof-engine__panel strong { margin-top:14px; color:#17151a; font:500 40px/.9 var(--font-display); letter-spacing:-.06em; }
.proof-engine__panel > span { height:5px; margin-top:18px; overflow:hidden; border-radius:99px; background:rgba(17,18,24,.08); }
.proof-engine__panel > span i { display:block; width:100%; height:100%; border-radius:inherit; background:linear-gradient(90deg,#ff5277,#d943a6,#7653ff); transform-origin:left; }
.proof-engine__panel em { margin-top:12px; color:#756e77; font-size:10px; font-style:normal; }
.proof-engine__panel--after { border-color:rgba(85,220,166,.42); box-shadow:inset 0 0 28px rgba(85,220,166,.05); }
.proof-engine__panel--after strong { color:#13845f; }
.proof-engine__panel--after em { color:#23765b; }
.proof-engine__panel--after em b { float:right; display:grid; width:19px; height:19px; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; }
.proof-engine__core { width:122px; aspect-ratio:1; justify-self:center; display:grid; place-items:center; border:1px solid rgba(217,67,166,.32); border-radius:36px; background:#0d0e14; box-shadow:0 0 0 13px rgba(217,67,166,.035),0 22px 50px rgba(21,10,19,.22),0 0 36px rgba(217,67,166,.17); transform:rotate(45deg); }
.proof-engine__core > * { transform:rotate(-45deg); }
.proof-engine__mark,.cap-scene__mark { position:relative; display:block; width:54px; height:48px; overflow:hidden; }
.proof-engine__mark img,.cap-scene__mark img { position:absolute; left:-43px; top:0; width:140px; max-width:none; height:auto; }
.proof-engine__core small { position:absolute; bottom:15px; color:#f27cae; font:600 8px/1 var(--font-mono); letter-spacing:.1em; text-transform:uppercase; }
.proof-engine__core b { position:absolute; inset:9px; border:1px solid rgba(118,83,255,.2); border-radius:30px; }
.proof-engine__link { height:2px; background:rgba(17,18,24,.1); }
.proof-engine__link i { position:absolute; inset:0; background:linear-gradient(90deg,#ff5277,#d943a6,#7653ff); transform:scaleX(0); transform-origin:left; }
.proof-engine__link b { position:absolute; left:0; top:-4px; width:9px; height:9px; border-radius:50%; background:#fff; box-shadow:0 0 11px #d943a6; opacity:0; }
.proof-engine.is-motion-active .proof-engine__link i { animation:proof-link 7.4s var(--ease) infinite; }
.proof-engine.is-motion-active .proof-engine__link--out i { animation-delay:.55s; }
.proof-engine.is-motion-active .proof-engine__link b { animation:proof-packet 7.4s var(--ease) infinite; }
.proof-engine.is-motion-active .proof-engine__link--out b { animation-delay:.55s; }
.proof-engine.is-motion-active .proof-engine__core { animation:proof-core 7.4s ease-in-out infinite; }
.proof-engine.is-motion-active .proof-engine__panel--before > span i { animation:proof-before-bar 7.4s ease-in-out infinite; }
.proof-engine.is-motion-active .proof-engine__panel--after { animation:proof-after-panel 7.4s ease-in-out infinite; }
.proof-engine.is-motion-active .proof-engine__panel--after > span i { animation:proof-after-bar 7.4s ease-in-out infinite; }
@keyframes proof-link { 0%,13%,100%{transform:scaleX(0);opacity:.2} 25%,78%{transform:scaleX(1);opacity:1} 92%{opacity:.25} }
@keyframes proof-packet { 0%,14%,100%{left:0;opacity:0} 22%{opacity:1} 58%,76%{left:calc(100% - 9px);opacity:1} 88%{opacity:0} }
@keyframes proof-core { 0%,24%,100%{box-shadow:0 0 0 13px rgba(217,67,166,.035),0 22px 50px rgba(21,10,19,.22)} 38%,62%{box-shadow:0 0 0 20px rgba(217,67,166,.06),0 22px 50px rgba(21,10,19,.28),0 0 44px rgba(217,67,166,.28)} }
@keyframes proof-before-bar { 0%,25%{transform:scaleX(1)} 68%,100%{transform:scaleX(.16)} }
@keyframes proof-after-bar { 0%,52%{transform:scaleX(.08)} 72%,100%{transform:scaleX(1)} }
@keyframes proof-after-panel { 0%,48%{opacity:.46;transform:translateX(-6px)} 66%,100%{opacity:1;transform:none} }
.proof-metrics { margin-top:20px; }
.proof-metric { min-height:292px; }
.proof-metric strong { margin-top:24px; }
.proof-metric__visual { position:relative; height:68px; margin-top:24px; overflow:hidden; border:1px solid rgba(17,18,24,.1); border-radius:13px; background:rgba(255,255,255,.64); }
.proof-metric__visual > * { position:absolute; box-sizing:border-box; }
.proof-metric__visual span,.proof-metric__visual b { top:18px; min-height:31px; padding:0 9px; display:grid; place-items:center; color:#675f68; border:1px solid rgba(17,18,24,.1); border-radius:8px; background:#fff; font:600 7px/1 var(--font-mono); text-transform:uppercase; }
.proof-metric__visual span { left:8px; }
.proof-metric__visual b { right:8px; color:#23765b; border-color:rgba(85,220,166,.35); }
.proof-metric__visual > i { left:38%; right:35%; top:33px; height:1px; background:linear-gradient(90deg,#ff5277,#7653ff); transform-origin:left; }
.proof-metric__visual > em { right:13px; top:7px; color:#13845f; font:600 8px/1 var(--font-mono); font-style:normal; opacity:0; }
.proof-metric.is-motion-active .proof-metric__visual > i { animation:proof-mini-line 5.8s ease-in-out infinite; }
.proof-metric.is-motion-active .proof-metric__visual > em { animation:proof-mini-result 5.8s ease-in-out infinite; }
.proof-metric--service .proof-metric__visual > i { background:repeating-linear-gradient(90deg,#ff5277 0 7px,transparent 7px 11px,#7653ff 11px 18px); }
.proof-metric--industry .proof-metric__visual > b { width:56px; height:31px; overflow:hidden; color:transparent; background:linear-gradient(90deg,#55dca6 66%,rgba(17,18,24,.08) 66%); transform-origin:left; }
.proof-metric--industry.is-motion-active .proof-metric__visual > b { animation:proof-downtime 5.8s ease-in-out infinite; }
@keyframes proof-mini-line { 0%,16%{transform:scaleX(0);opacity:.3} 44%,100%{transform:scaleX(1);opacity:1} }
@keyframes proof-mini-result { 0%,52%{opacity:0;transform:scale(.6)} 68%,90%{opacity:1;transform:none} 100%{opacity:0} }
@keyframes proof-downtime { 0%,35%{transform:scaleX(1)} 70%,100%{transform:scaleX(.66)} }

/* Six distinct process scenes. Every route is anchored to the scene core. */
.capability-card { min-height:590px; }
.cap-scene {
  position:relative;
  height:200px;
  margin:24px 0 28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;
  background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),radial-gradient(circle at 50% 50%,rgba(216,53,153,.13),transparent 56%);
  background-size:30px 30px,30px 30px,auto;
}
.cap-scene::after { content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit; box-shadow:inset 0 0 45px rgba(0,0,0,.32); }
.cap-scene__routes { position:absolute; z-index:1; inset:0; width:100%; height:100%; overflow:visible; }
.cap-route { fill:none; stroke:#d943a6; stroke-width:1.2; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray:1; stroke-dashoffset:1; opacity:.16; vector-effect:non-scaling-stroke; filter:drop-shadow(0 0 3px rgba(217,67,166,.5)); }
.cap-route--branch { stroke:#8b58f5; }
.cap-route--output { stroke:#55dca6; }
.cap-packet { fill:#fff; opacity:0; filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 7px #d943a6); }
.capability-card.is-motion-active .cap-route--input { animation:cap-route-in var(--scene-duration,7.6s) var(--ease) infinite; }
.capability-card.is-motion-active .cap-route--branch { animation:cap-route-branch var(--scene-duration,7.6s) var(--ease) infinite; }
.capability-card.is-motion-active .cap-route--output { animation:cap-route-out var(--scene-duration,7.6s) var(--ease) infinite; }
.capability-card.is-motion-active .cap-packet { animation:cap-packet-live var(--scene-duration,7.6s) ease-in-out infinite; }
.cap-scene--sales { --scene-duration:7.2s; }
.cap-scene--documents { --scene-duration:6.8s; }
.cap-scene--knowledge { --scene-duration:8.2s; }
.cap-scene--operations { --scene-duration:7.8s; }
.cap-scene--analytics { --scene-duration:8.4s; }
.cap-scene--monitoring { --scene-duration:7.1s; }
@keyframes cap-route-in { 0%,8%,100%{stroke-dashoffset:1;opacity:.12} 28%,88%{stroke-dashoffset:0;opacity:.82} }
@keyframes cap-route-branch { 0%,32%,100%{stroke-dashoffset:1;opacity:.1} 52%,88%{stroke-dashoffset:0;opacity:.68} }
@keyframes cap-route-out { 0%,44%,100%{stroke-dashoffset:1;opacity:.1} 68%,90%{stroke-dashoffset:0;opacity:.9} }
@keyframes cap-packet-live { 0%,10%,94%,100%{opacity:0} 18%,82%{opacity:1} }
.cap-scene__core { position:absolute; z-index:5; left:50%; top:50%; width:66px; height:66px; display:grid; place-items:center; border:1px solid rgba(217,67,166,.55); border-radius:21px; background:linear-gradient(145deg,#17131c,#090a0f); box-shadow:0 0 0 10px rgba(217,67,166,.035),0 0 28px rgba(217,67,166,.2); transform:translate(-50%,-50%) rotate(45deg); }
.cap-scene__core > * { transform:rotate(-45deg); }
.cap-scene__core .cap-scene__mark { width:34px; height:30px; }
.cap-scene__core .cap-scene__mark img { left:-27px; width:88px; }
.cap-scene__core > small { position:absolute; bottom:7px; color:#f27cae; font:600 6px/1 var(--font-mono); letter-spacing:.08em; text-transform:uppercase; }
.capability-card.is-motion-active .cap-scene__core { animation:cap-core-live var(--scene-duration,7.6s) ease-in-out infinite; }
@keyframes cap-core-live { 0%,24%,100%{box-shadow:0 0 0 10px rgba(217,67,166,.035),0 0 28px rgba(217,67,166,.16)} 42%,64%{box-shadow:0 0 0 16px rgba(217,67,166,.06),0 0 42px rgba(217,67,166,.34)} }
.cap-scene :is(.sales-inbox,.sales-context,.sales-quote,.document-stack,.document-scanner,.field-register,.knowledge-query,.source-stack,.cited-answer,.operation-event,.action-gates,.execution-result,.analytics-sources,.plan-fact-chart,.executive-summary,.sensor-cluster,.rule-gate,.alert-card) { position:absolute; z-index:3; box-sizing:border-box; }
.cap-scene small { font:600 6px/1 var(--font-mono); letter-spacing:.08em; text-transform:uppercase; }

.sales-inbox { left:12px; top:20px; width:92px; min-height:88px; padding:10px; border:1px solid rgba(255,255,255,.14); border-radius:12px; background:rgba(11,12,18,.88); }
.sales-inbox small { display:block; color:#8d8993; }
.sales-inbox span { margin:8px 3px 0 0; padding:4px; display:inline-block; color:#aaa6af; border:1px solid rgba(255,255,255,.1); border-radius:4px; font:600 5px/1 var(--font-mono); }
.sales-inbox b { display:block; margin-top:9px; color:#fff; font:600 7px/1 var(--font-mono); }
.sales-context { left:30%; bottom:12px; display:flex; gap:5px; }
.sales-context span { padding:6px 7px; color:#aaa6af; border:1px solid rgba(255,255,255,.1); border-radius:7px; background:#0d0e14; font:600 6px/1 var(--font-mono); }
.sales-context b { color:#55dca6; }
.sales-quote { right:10px; top:37px; width:104px; min-height:105px; padding:13px; border:1px solid rgba(85,220,166,.32); border-radius:12px; background:rgba(10,13,16,.9); opacity:.45; }
.sales-quote small { color:#55dca6; }
.sales-quote > span { display:grid; gap:7px; margin-top:14px; }
.sales-quote s { color:#817b84; font:500 12px/1 var(--font-display); }
.sales-quote strong { color:#fff; font:500 23px/1 var(--font-display); }
.sales-quote em { position:absolute; right:10px; top:10px; display:grid; width:19px; height:19px; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; font:700 9px/1 sans-serif; opacity:0; }
.capability-card.is-motion-active .sales-inbox { animation:cap-input-live 7.2s ease-in-out infinite; }
.capability-card.is-motion-active .sales-context span { animation:cap-context-live 7.2s ease-in-out infinite; }
.capability-card.is-motion-active .sales-context span:nth-child(2) { animation-delay:.22s; }
.capability-card.is-motion-active .sales-quote { animation:cap-result-live 7.2s ease-in-out infinite; }
.capability-card.is-motion-active .sales-quote em { animation:cap-check-live 7.2s ease-in-out infinite; }

.document-stack { left:17px; top:48px; width:72px; height:96px; }
.document-stack i { position:absolute; inset:4px; border:1px solid rgba(255,255,255,.15); border-radius:7px; background:#101119; transform:rotate(-7deg); }
.document-stack i:nth-child(2) { transform:translate(9px,-7px) rotate(2deg); }
.document-stack b { position:absolute; z-index:2; left:17px; top:30px; width:47px; color:#fff; font:600 6px/1.35 var(--font-mono); }
.document-scanner { left:29%; top:31px; width:24px; height:132px; border:1px solid rgba(255,255,255,.11); border-radius:9px; }
.document-scanner span { position:absolute; left:2px; right:2px; top:9px; height:2px; background:#ff5277; box-shadow:0 0 11px #d943a6; }
.document-scanner small { position:absolute; left:50%; bottom:7px; color:#f27cae; transform:translateX(-50%) rotate(-90deg); }
.field-register { right:10px; top:28px; width:105px; padding:10px; border:1px solid rgba(85,220,166,.24); border-radius:12px; background:rgba(9,12,15,.9); }
.field-register span { min-height:29px; display:flex; align-items:center; justify-content:space-between; color:#a9a5ad; border-bottom:1px solid rgba(255,255,255,.08); font:600 6px/1 var(--font-mono); }
.field-register span b { color:#55dca6; opacity:0; }
.field-register em { display:block; margin-top:9px; color:#55dca6; font:600 7px/1 var(--font-mono); font-style:normal; }
.capability-card.is-motion-active .document-scanner span { animation:document-beam 6.8s ease-in-out infinite; }
.capability-card.is-motion-active .field-register span b { animation:field-confirm 6.8s ease-in-out infinite; }
.capability-card.is-motion-active .field-register span:nth-child(2) b { animation-delay:.22s; }
.capability-card.is-motion-active .field-register span:nth-child(3) b { animation-delay:.44s; }

.knowledge-query { left:10px; top:60px; width:103px; min-height:65px; padding:11px; border:1px solid rgba(255,255,255,.14); border-radius:13px 13px 13px 4px; background:#0e0f16; }
.knowledge-query small { color:#f27cae; }
.knowledge-query b { display:block; margin-top:9px; color:#f5f2f7; font:500 8px/1.3 var(--font-main); }
.source-stack { left:59%; top:22px; display:grid; gap:13px; }
.source-stack span { display:grid; width:29px; height:29px; place-items:center; color:#817d87; border:1px solid rgba(255,255,255,.12); border-radius:7px; background:#0d0e14; font:600 6px/1 var(--font-mono); }
.source-stack .is-found { color:#fff; border-color:#d943a6; }
.cited-answer { right:8px; top:48px; width:81px; min-height:92px; padding:10px; border:1px solid rgba(118,83,255,.3); border-radius:11px; background:rgba(10,10,17,.91); opacity:.4; }
.cited-answer small { color:#b28cf9; }
.cited-answer i { display:block; height:2px; margin-top:10px; background:rgba(255,255,255,.21); transform-origin:left; }
.cited-answer i:nth-of-type(2) { width:72%; }
.cited-answer b { display:block; margin-top:13px; color:#55dca6; font:600 6px/1 var(--font-mono); }
.capability-card.is-motion-active .source-stack .is-found { animation:source-found 8.2s ease-in-out infinite; }
.capability-card.is-motion-active .cited-answer { animation:cap-result-live 8.2s ease-in-out infinite; }
.capability-card.is-motion-active .cited-answer i { animation:answer-line 8.2s ease-in-out infinite; }

.cap-scene--operations .cap-scene__core { left:34.4%; }
.operation-event { left:9px; top:58px; width:91px; min-height:66px; padding:11px; border:1px solid rgba(255,255,255,.13); border-radius:11px; background:#0e0f16; }
.operation-event small { color:#f27cae; }
.operation-event b { display:block; margin-top:9px; color:#fff; font:600 7px/1.3 var(--font-mono); }
.action-gates { left:45%; top:66px; width:31%; display:flex; gap:5px; }
.action-gates span { width:38px; min-height:49px; padding:7px 3px; display:grid; place-items:center; gap:5px; color:#aaa6af; border:1px solid rgba(255,255,255,.12); border-radius:8px; background:#0d0e14; font:600 5px/1 var(--font-mono); text-align:center; }
.action-gates b { display:grid; width:14px; height:14px; place-items:center; color:#f27cae; border:1px solid rgba(217,67,166,.35); border-radius:50%; }
.execution-result { right:7px; top:48px; width:76px; min-height:88px; padding:10px; border:1px solid rgba(85,220,166,.28); border-radius:11px; background:#0a0d10; opacity:.38; }
.execution-result small { color:#7d998f; }
.execution-result strong { display:block; margin-top:14px; color:#55dca6; font:600 7px/1 var(--font-mono); }
.execution-result em { display:grid; width:21px; height:21px; margin-top:12px; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; font:700 10px/1 sans-serif; font-style:normal; transform:scale(.55); opacity:0; }
.capability-card.is-motion-active .action-gates span { animation:operation-gate 7.8s ease-in-out infinite; }
.capability-card.is-motion-active .action-gates span:nth-child(2) { animation-delay:.2s; }
.capability-card.is-motion-active .action-gates span:nth-child(3) { animation-delay:.4s; }
.capability-card.is-motion-active .execution-result { animation:cap-result-live 7.8s ease-in-out infinite; }
.capability-card.is-motion-active .execution-result em { animation:cap-check-live 7.8s ease-in-out infinite; }

.analytics-sources,.sensor-cluster { left:10px; top:23px; display:grid; gap:12px; }
.analytics-sources span,.sensor-cluster span { display:grid; width:70px; min-height:32px; place-items:center; color:#aaa6af; border:1px solid rgba(255,255,255,.12); border-radius:8px; background:#0d0e14; font:600 6px/1 var(--font-mono); }
.plan-fact-chart { right:8px; top:24px; width:122px; height:123px; padding:11px; overflow:hidden; border:1px solid rgba(85,220,166,.25); border-radius:12px; background:rgba(9,12,15,.9); }
.plan-fact-chart small { color:#a69fa9; }
.plan-fact-chart i { position:absolute; bottom:30px; width:12px; height:var(--bar); border-radius:4px 4px 1px 1px; background:linear-gradient(180deg,#d943a6,#7653ff); transform-origin:bottom; }
.plan-fact-chart i:nth-of-type(1) { --bar:31px; left:19px; }.plan-fact-chart i:nth-of-type(2) { --bar:53px; left:43px; }.plan-fact-chart i:nth-of-type(3) { --bar:72px; left:67px; }
.plan-fact-chart b { position:absolute; left:14px; right:12px; top:72px; height:1px; background:linear-gradient(90deg,#ff5277,#55dca6); transform:rotate(-19deg); transform-origin:left; }
.plan-fact-chart em { position:absolute; left:11px; bottom:10px; color:#55dca6; font:600 6px/1 var(--font-mono); font-style:normal; }
.executive-summary { right:10px; bottom:8px; color:#55dca6; font:600 6px/1 var(--font-mono); letter-spacing:.05em; opacity:0; }
.capability-card.is-motion-active .analytics-sources span { animation:analytics-source 8.4s ease-in-out infinite; }
.capability-card.is-motion-active .analytics-sources span:nth-child(2) { animation-delay:.2s; }.capability-card.is-motion-active .analytics-sources span:nth-child(3) { animation-delay:.4s; }
.capability-card.is-motion-active .plan-fact-chart i { animation:analytics-bar 8.4s ease-in-out infinite; }
.capability-card.is-motion-active .executive-summary { animation:summary-live 8.4s ease-in-out infinite; }

.sensor-cluster .is-event { color:#fff; border-color:#ff5277; }
.cap-scene--monitoring .cap-scene__core::after { content:""; position:absolute; inset:-26px; border:1px solid rgba(217,67,166,.2); border-radius:50%; animation-play-state:paused; }
.capability-card.is-motion-active .cap-scene--monitoring .cap-scene__core::after { animation:monitoring-wave 7.1s ease-out infinite; }
.rule-gate { left:59%; top:34px; width:65px; min-height:59px; padding:9px; border:1px solid rgba(217,67,166,.26); border-radius:10px; background:#0e0f16; }
.rule-gate small { color:#f27cae; }
.rule-gate span,.rule-gate b { display:block; margin-top:9px; color:#77717b; font:600 6px/1 var(--font-mono); }
.rule-gate b { color:#ff5277; opacity:0; }
.alert-card { right:8px; bottom:16px; width:101px; min-height:70px; padding:10px; border:1px solid rgba(85,220,166,.3); border-radius:11px; background:#0a0d10; opacity:.36; }
.alert-card small { color:#7d998f; }
.alert-card strong { display:block; margin-top:12px; color:#55dca6; font:600 7px/1 var(--font-mono); }
.alert-card em { position:absolute; right:9px; top:9px; display:grid; width:18px; height:18px; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; font:700 9px/1 sans-serif; font-style:normal; }
.capability-card.is-motion-active .sensor-cluster .is-event { animation:sensor-event 7.1s ease-in-out infinite; }
.capability-card.is-motion-active .rule-gate b { animation:rule-event 7.1s ease-in-out infinite; }
.capability-card.is-motion-active .alert-card { animation:cap-result-live 7.1s ease-in-out infinite; }

@keyframes cap-input-live { 0%,8%,100%{border-color:rgba(255,255,255,.14)} 18%,36%{border-color:rgba(255,82,119,.58);box-shadow:0 0 18px rgba(255,82,119,.14)} }
@keyframes cap-context-live { 0%,35%,100%{opacity:.36} 46%,76%{opacity:1;border-color:rgba(85,220,166,.34)} }
@keyframes cap-result-live { 0%,54%,100%{opacity:.35;transform:translateX(5px)} 70%,92%{opacity:1;transform:none} }
@keyframes cap-check-live { 0%,66%,100%{opacity:0;transform:scale(.55)} 76%,93%{opacity:1;transform:scale(1)} }
@keyframes document-beam { 0%,20%,100%{transform:translateY(0);opacity:.25} 50%,74%{transform:translateY(101px);opacity:1} }
@keyframes field-confirm { 0%,48%,100%{opacity:0} 60%,90%{opacity:1} }
@keyframes source-found { 0%,38%,100%{border-color:rgba(255,255,255,.12);box-shadow:none} 52%,82%{border-color:#d943a6;box-shadow:0 0 16px rgba(217,67,166,.28)} }
@keyframes answer-line { 0%,52%{transform:scaleX(0)} 70%,100%{transform:scaleX(1)} }
@keyframes operation-gate { 0%,30%,100%{border-color:rgba(255,255,255,.12);transform:none} 45%,67%{border-color:rgba(217,67,166,.52);transform:translateY(-3px)} }
@keyframes analytics-source { 0%,22%,100%{opacity:.35} 34%,64%{opacity:1;border-color:rgba(217,67,166,.38)} }
@keyframes analytics-bar { 0%,48%{transform:scaleY(.15)} 72%,100%{transform:scaleY(1)} }
@keyframes summary-live { 0%,62%,100%{opacity:0} 74%,94%{opacity:1} }
@keyframes monitoring-wave { 0%,34%,100%{opacity:0;transform:scale(.45)} 48%{opacity:.72} 72%{opacity:0;transform:scale(1.35)} }
@keyframes sensor-event { 0%,24%,100%{box-shadow:none} 38%,62%{box-shadow:0 0 18px rgba(255,82,119,.32)} }
@keyframes rule-event { 0%,46%,100%{opacity:0} 58%,92%{opacity:1} }

.case-evidence .projects-editorial { margin-top:76px; }
.case-evidence .projects-head { margin-top:0; }
.case-evidence .project-card:not(.project-card-featured) { background:linear-gradient(145deg,rgba(18,19,26,.98),rgba(8,9,14,.98)); }
.case-evidence .project-machine { border:1px solid rgba(255,255,255,.08); border-radius:18px; background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),radial-gradient(circle at 50% 50%,rgba(217,67,166,.12),transparent 52%); background-size:30px 30px,30px 30px,auto; }

/* One acceptance route: 01→05, then the packet becomes the final check. */
.method-track::before { left:10%; right:10%; height:2px; background:linear-gradient(90deg,#ff5277,#d943a6,#7653ff,#55dca6),rgba(17,18,24,.1); background-repeat:no-repeat; background-size:0 100%,100% 100%; box-shadow:none; }
.method-track::after { content:""; position:absolute; z-index:5; left:calc(10% - 5px); top:100px; width:10px; height:10px; border-radius:50%; background:#fff; box-shadow:0 0 10px #d943a6,0 0 22px rgba(118,83,255,.55); opacity:0; }
.method-track.is-motion-active::before { animation:method-route 10.5s var(--ease) forwards; }
.method-track.is-motion-active::after { animation:method-packet 10.5s var(--ease) forwards; }
.method-track__signal i { opacity:.3; }
.method-track__signal b { opacity:0; }
.method-track.is-motion-active > li .method-track__signal { animation:method-signal 10.5s ease-in-out forwards; animation-delay:calc(var(--method-step,0) * .72s); }
.method-track > li:nth-child(1) { --method-step:0; }.method-track > li:nth-child(2) { --method-step:1; }.method-track > li:nth-child(3) { --method-step:2; }.method-track > li:nth-child(4) { --method-step:3; }.method-track > li:nth-child(5) { --method-step:4; }
.method-track.is-motion-active .method-track__signal--done { animation:method-final-signal 10.5s ease-in-out forwards; }
.method-track.is-motion-active .method-track__signal--done b { animation:method-final-check 10.5s ease-in-out forwards; }
.method-track.is-motion-active .method-track__signal--done i { display:block; animation:method-final-dot 10.5s ease-in-out forwards; }
.method-track__artifact { position:relative; height:42px; margin:-18px 0 18px; display:flex; align-items:center; gap:6px; color:#7d747d; }
.method-track__artifact i { display:block; box-sizing:border-box; }
.method-track__artifact--map i { width:8px; height:8px; border:1px solid #b83d82; border-radius:50%; }
.method-track__artifact--map b { width:42px; height:1px; background:linear-gradient(90deg,#d943a6,#7653ff); transform-origin:left; }
.method-track__artifact--layers { display:grid; width:54px; }
.method-track__artifact--layers i { grid-area:1/1; width:45px; height:23px; border:1px solid rgba(154,47,104,.25); border-radius:7px; transform:translate(var(--x,0),var(--y,0)); }
.method-track__artifact--layers i:nth-child(2) { --x:5px; --y:5px; }.method-track__artifact--layers i:nth-child(3) { --x:10px; --y:10px; }
.method-track__artifact--sample i { width:9px; height:9px; border:1px solid #9a2f68; border-radius:3px; }
.method-track__artifact--sample b { margin-left:4px; color:#9a2f68; font:600 8px/1 var(--font-mono); }
.method-track__artifact--ports i { padding:5px; border:1px solid rgba(154,47,104,.2); border-radius:5px; font:600 6px/1 var(--font-mono); font-style:normal; }
.method-track__artifact--ports b { width:8px; height:8px; border-radius:50%; background:#55dca6; opacity:.25; }
.method-track__artifact--handoff i { width:31px; height:38px; border:1px solid rgba(154,47,104,.24); border-radius:6px; }
.method-track__artifact--handoff span { font:600 7px/1 var(--font-mono); }
.method-track__artifact--handoff b { display:grid; width:19px; height:19px; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; opacity:.2; }
.method-track.is-motion-active .method-track__artifact--map b { animation:artifact-line 4.6s ease-in-out forwards; }
.method-track.is-motion-active .method-track__artifact--layers i { animation:artifact-layers 5.4s ease-in-out forwards; }
.method-track.is-motion-active .method-track__artifact--sample i { animation:artifact-sample 6.4s ease-in-out forwards; }
.method-track.is-motion-active .method-track__artifact--ports b { animation:artifact-port 8.2s ease-in-out forwards; }
.method-track.is-motion-active .method-track__artifact--handoff b { animation:artifact-handoff 10.5s ease-in-out forwards; }
@keyframes method-route { 0%,6%{background-size:0 100%,100% 100%} 92%,100%{background-size:100% 100%,100% 100%} }
@keyframes method-packet { 0%,5%{left:calc(10% - 5px);opacity:0} 10%{opacity:1} 88%{left:calc(90% - 5px);opacity:1;background:#fff} 94%,100%{left:calc(90% - 5px);opacity:0;background:#55dca6} }
@keyframes method-signal { 0%,15%{border-color:rgba(154,47,104,.24);box-shadow:none} 28%,46%{border-color:#d943a6;box-shadow:0 0 20px rgba(217,67,166,.25)} 58%,100%{border-color:rgba(154,47,104,.34)} }
@keyframes method-final-signal { 0%,82%{border-color:rgba(85,220,166,.28);background:#fff} 91%,100%{border-color:#55dca6;background:#55dca6;box-shadow:0 0 24px rgba(85,220,166,.35)} }
@keyframes method-final-check { 0%,87%{opacity:0;transform:rotate(-45deg) scale(.5)} 94%,100%{opacity:1;transform:rotate(-45deg) scale(1)} }
@keyframes method-final-dot { 0%,82%{opacity:.3} 89%,100%{opacity:0;transform:scale(.35)} }
@keyframes artifact-line { from{transform:scaleX(0)} to{transform:scaleX(1)} }
@keyframes artifact-layers { 0%{opacity:.2;translate:0 -5px} 100%{opacity:1;translate:0 0} }
@keyframes artifact-sample { 0%,45%{background:transparent} 65%,100%{background:#55dca6;border-color:#55dca6} }
@keyframes artifact-port { 0%,66%{opacity:.2} 82%,100%{opacity:1;box-shadow:0 0 12px rgba(85,220,166,.45)} }
@keyframes artifact-handoff { 0%,84%{opacity:.2;transform:scale(.65)} 94%,100%{opacity:1;transform:none} }

/* Three work formats now explain their own acceptance logic. */
.format-grid article { min-height:650px; }
.format-scene { position:relative; height:138px; margin-bottom:26px; overflow:hidden; border:1px solid rgba(255,255,255,.09); border-radius:17px; background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),radial-gradient(circle at 50% 50%,rgba(217,67,166,.13),transparent 55%); background-size:26px 26px,26px 26px,auto; }
.format-scene em { position:absolute; right:12px; bottom:11px; color:#55dca6; font:600 7px/1 var(--font-mono); font-style:normal; letter-spacing:.06em; text-transform:uppercase; }
.format-map { position:absolute; inset:23px 34px; border:1px solid rgba(255,255,255,.1); border-radius:12px; }
.format-map i { position:absolute; width:9px; height:9px; border:1px solid #d943a6; border-radius:50%; }
.format-map i:nth-child(1){left:12%;top:26%}.format-map i:nth-child(2){left:43%;top:57%}.format-map i:nth-child(3){right:14%;top:20%}.format-map i:nth-child(4){right:24%;bottom:12%}
.format-map b { position:absolute; left:45%; top:59%; width:16px; height:16px; border:1px solid #55dca6; border-radius:50%; opacity:0; transform:translate(-50%,-50%) scale(.4); }
.format-scan { position:absolute; left:18px; top:18px; bottom:18px; width:2px; background:#ff5277; box-shadow:0 0 12px #d943a6; }
.format-grid article.is-motion-active .format-scan { animation:format-scan 6.4s ease-in-out infinite; }
.format-grid article.is-motion-active .format-map b { animation:format-point 6.4s ease-in-out infinite; }
.format-samples { position:absolute; left:20px; right:58px; top:56px; display:flex; justify-content:space-between; }
.format-samples i { width:14px; height:14px; border:1px solid rgba(255,255,255,.28); border-radius:4px; background:#101119; }
.format-gate { position:absolute; right:42px; top:25px; width:2px; height:84px; background:#d943a6; box-shadow:0 0 13px rgba(217,67,166,.6); }
.format-scene--pilot > b { position:absolute; right:14px; top:56px; display:grid; width:26px; height:26px; place-items:center; color:#06110d; border-radius:50%; background:#55dca6; opacity:0; transform:scale(.5); }
.format-grid article.is-motion-active .format-samples i { animation:format-sample 7.2s ease-in-out infinite; }
.format-grid article.is-motion-active .format-samples i:nth-child(2){animation-delay:.18s}.format-grid article.is-motion-active .format-samples i:nth-child(3){animation-delay:.36s}.format-grid article.is-motion-active .format-samples i:nth-child(4){animation-delay:.54s}.format-grid article.is-motion-active .format-samples i:nth-child(5){animation-delay:.72s}
.format-grid article.is-motion-active .format-scene--pilot > b { animation:format-check 7.2s ease-in-out infinite; }
.format-core { position:absolute; left:50%; top:50%; width:56px; height:56px; display:grid; place-items:center; border:1px solid rgba(217,67,166,.45); border-radius:18px; background:#0d0e14; box-shadow:0 0 26px rgba(217,67,166,.18); transform:translate(-50%,-50%) rotate(45deg); }
.format-core > * { transform:rotate(-45deg); }
.format-core .cap-scene__mark { width:30px; height:27px; }.format-core .cap-scene__mark img { left:-24px; width:78px; }
.format-ports { position:absolute; inset:0; }
.format-ports i { position:absolute; min-width:38px; padding:6px; color:#9d98a2; border:1px solid rgba(255,255,255,.12); border-radius:7px; background:#0d0e14; font:600 6px/1 var(--font-mono); font-style:normal; text-align:center; }
.format-ports i:nth-child(1){left:11px;top:18px}.format-ports i:nth-child(2){left:11px;bottom:18px}.format-ports i:nth-child(3){right:11px;top:18px}.format-ports i:nth-child(4){right:11px;bottom:18px}
.format-ports i::after { content:""; position:absolute; top:50%; width:62px; height:1px; background:linear-gradient(90deg,#d943a6,#7653ff); opacity:.24; }
.format-ports i:nth-child(-n+2)::after { left:100%; }.format-ports i:nth-child(n+3)::after { right:100%; transform:rotate(180deg); }
.format-grid article.is-motion-active .format-ports i { animation:format-port 7.8s ease-in-out infinite; }
@keyframes format-scan { 0%,14%,100%{left:18px;opacity:.2} 56%,78%{left:calc(100% - 20px);opacity:1} }
@keyframes format-point { 0%,56%,100%{opacity:0;transform:translate(-50%,-50%) scale(.4)} 70%,90%{opacity:1;transform:translate(-50%,-50%) scale(1.2)} }
@keyframes format-sample { 0%,14%,100%{transform:translateX(0);border-color:rgba(255,255,255,.28)} 56%,82%{transform:translateX(26px);border-color:#55dca6;background:rgba(85,220,166,.2)} }
@keyframes format-check { 0%,65%,100%{opacity:0;transform:scale(.5)} 78%,92%{opacity:1;transform:scale(1)} }
@keyframes format-port { 0%,26%,100%{border-color:rgba(255,255,255,.12);color:#9d98a2} 48%,78%{border-color:rgba(85,220,166,.38);color:#55dca6;box-shadow:0 0 13px rgba(85,220,166,.12)} }

@media (max-width:1280px) {
  .portal-stage .portal-card { width:190px; }
  .hero-directions { grid-template-columns:repeat(3,1fr); }
  .hero-directions a { min-height:116px; border-top:1px solid var(--line); }
  .hero-directions a:nth-of-type(4) { border-left:0; }
}
@media (max-width:1150px) {
  .portal-stage { height:620px; }
  .energy-crystal { left:50%; width:min(560px,76%); }
  .portal-card.card-sales,.portal-card.card-operations { top:10%; }
  .portal-card.card-documents,.portal-card.card-analytics { top:42%; }
  .portal-card.card-knowledge,.portal-card.card-monitoring { top:74%; }
  .proof-engine { grid-template-columns:1fr 54px 122px 54px 1fr; }
  .proof-engine__core { width:108px; }
  .method-track::after { display:none; }
}
@media (max-width:820px) {
  .proof-engine { min-height:0; grid-template-columns:1fr 42px 96px 42px 1fr; gap:7px; padding:16px; }
  .proof-engine__panel { min-height:132px; padding:14px; }
  .proof-engine__panel strong { font-size:31px; }
  .proof-engine__core { width:88px; border-radius:26px; }
  .proof-engine__core small { display:none; }
  .proof-engine__mark { width:42px; height:37px; }.proof-engine__mark img { left:-34px; width:109px; }
  .project-grid { grid-template-columns:1fr; }
  .project-card-featured { grid-column:auto; }
}
@media (max-width:680px) {
  .portal-stage { height:520px; margin:18px 0 0; }
  .portal-stage .portal-glow { left:18%; top:26%; width:64%; height:48%; }
  .energy-crystal { left:50%; top:50%; width:clamp(230px,72vw,285px); }
  .crystal-controls { display:none; }
  .portal-stage .portal-card { width:clamp(132px,40.5vw,158px); min-height:72px; grid-template-columns:25px minmax(0,1fr); gap:8px; padding:9px; }
  .portal-stage .portal-card small,.portal-stage .portal-card-arrow { display:none; }
  .portal-stage .portal-card strong { font-size:10px; line-height:1.16; overflow:visible; text-overflow:clip; }
  .portal-stage .portal-card .mini-glyph { width:25px; height:25px; }
  .portal-card.card-sales,.portal-card.card-operations { top:14px !important; }
  .portal-card.card-documents,.portal-card.card-analytics { top:224px !important; }
  .portal-card.card-knowledge,.portal-card.card-monitoring { top:434px !important; }
  .portal-card.card-sales,.portal-card.card-documents,.portal-card.card-knowledge { left:0 !important; right:auto !important; }
  .portal-card.card-operations,.portal-card.card-analytics,.portal-card.card-monitoring { right:0 !important; left:auto !important; }
  .hero-directions { display:none; }
  .proof-engine { margin-top:40px; padding:16px; grid-template-columns:1fr 38px 70px 38px 1fr; border-radius:20px; }
  .proof-engine__panel { min-width:0; min-height:112px; padding:10px; border-radius:13px; }
  .proof-engine__panel small { font-size:6px; }
  .proof-engine__panel strong { font-size:24px; }
  .proof-engine__panel em { font-size:7px; }
  .proof-engine__panel--after em b { display:none; }
  .proof-engine__core { width:66px; border-radius:20px; }
  .proof-engine__mark { width:32px; height:28px; }.proof-engine__mark img { left:-26px; width:84px; }
  .proof-metrics { grid-template-columns:1fr; }
  .proof-metric { min-height:255px; border-right:0; border-bottom:1px solid rgba(15,16,22,.1); }
  .proof-metric:last-child { border-bottom:0; }
  .capability-card { min-height:550px; }
  .cap-scene { height:180px; margin:20px 0 24px; }
  .cap-scene__routes { height:180px; }
  .sales-inbox { width:82px; }.sales-quote { width:91px; }.sales-context { display:none; }
  .field-register { width:93px; }.document-stack { left:10px; }.document-scanner { left:27%; }
  .knowledge-query { width:92px; }.source-stack { left:58%; }.cited-answer { width:72px; }
  .operation-event { width:79px; }.action-gates { left:42%; gap:3px; }.action-gates span { width:31px; }.execution-result { width:67px; }
  .analytics-sources span,.sensor-cluster span { width:58px; }.plan-fact-chart { width:105px; }.rule-gate { left:56%; }.alert-card { width:91px; }
  .case-evidence .projects-editorial { margin-top:48px; }
  .case-evidence .projects-head { margin-bottom:34px; }
  .project-card__metrics { grid-template-columns:1fr 1fr; }
  .project-card__metrics > div:last-child:nth-child(3) { grid-column:1 / -1; }
  .method-track { position:relative; padding-left:28px; }
  .method-track::before { display:block; left:54px; right:auto; top:58px; bottom:58px; width:2px; height:auto; background:linear-gradient(#ff5277,#d943a6,#7653ff,#55dca6),rgba(17,18,24,.1); background-repeat:no-repeat; background-size:100% 0,100% 100%; }
  .method-track.is-motion-active::before { animation:method-route-mobile 10.5s var(--ease) forwards; }
  .method-track > li,.method-track > li:last-child { padding-left:58px; }
  .method-track__signal { position:absolute; left:0; top:35px; margin:0; }
  .method-track__artifact { margin:22px 0 18px; }
  .method-track > li > span { left:58px; }
  .format-grid article { min-height:0; }
  .format-scene { height:132px; }
  .capability-card:hover { transform:none; }
  .motion-toggle { bottom:max(80px,calc(env(safe-area-inset-bottom) + 72px)); }
}
@keyframes method-route-mobile { 0%,6%{background-size:100% 0,100% 100%} 92%,100%{background-size:100% 100%,100% 100%} }

@media (prefers-reduced-motion:reduce) {
  .cap-packet,.proof-engine__link b,.format-scan { display:none !important; }
  .cap-route { stroke-dashoffset:0; opacity:.6; animation:none !important; }
  .proof-engine__link i { transform:scaleX(1); }
  .proof-engine__panel--after,.sales-quote,.field-register,.cited-answer,.execution-result,.alert-card { opacity:1; transform:none; }
  .sales-quote em,.field-register span b,.execution-result em,.rule-gate b,.executive-summary,.format-scene--pilot > b { opacity:1; transform:none; }
  .method-track::before { background-size:100% 100%,100% 100%; }
  .method-track::after { display:none; }
  .method-track__signal--done { border-color:#55dca6; background:#55dca6; }
  .method-track__signal--done i { display:none; }
  .method-track__signal--done b { opacity:1; }
  .format-map b { opacity:1; transform:translate(-50%,-50%); }
}

/* v5.30 — clean customer object, tablet-safe proof and six semantic process routes. */
.portal-stage .portal-card strong {
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.proof-engine__core {
  width:122px;
  height:132px;
  aspect-ratio:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transform:none;
}
.proof-engine__core::before {
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  top:43%;
  width:118px;
  height:76px;
  background:radial-gradient(ellipse at center,rgba(217,67,166,.2),rgba(118,83,255,.08) 45%,transparent 74%);
  filter:blur(8px);
  transform:translate(-50%,-50%) skewX(-8deg);
  pointer-events:none;
}
.proof-engine__core > * { transform:none; }
.proof-engine__mark {
  width:72px;
  height:64px;
  filter:drop-shadow(0 11px 18px rgba(33,15,31,.22)) drop-shadow(0 0 13px rgba(217,67,166,.16));
}
.proof-engine__mark img {
  position:static;
  width:100%;
  height:100%;
  object-fit:contain;
}
.proof-engine__core small {
  position:static;
  display:block;
  margin:0;
  color:#8d6178;
  font:600 8px/1 var(--font-mono);
  letter-spacing:.12em;
  white-space:nowrap;
  text-transform:uppercase;
  transform:none;
}
.proof-engine__core b,.proof-engine__link b { display:none; }
.proof-engine__value { display:grid; }
.proof-engine__value > span {
  grid-area:1 / 1;
  max-width:none;
  margin:0;
  color:inherit;
  font:inherit;
  line-height:inherit;
}
.proof-engine__value > span:last-child { opacity:0; }
.proof-engine.is-motion-active .proof-engine__core { animation:none; }
.proof-engine.is-motion-active .proof-engine__mark { animation:proof-object-light 7.4s ease-in-out infinite; }
.proof-engine.is-motion-active .proof-engine__value > span:first-child { animation:proof-value-before 7.4s ease-in-out infinite; }
.proof-engine.is-motion-active .proof-engine__value > span:last-child { animation:proof-value-after 7.4s ease-in-out infinite; }
@keyframes proof-object-light {
  0%,22%,100% { filter:drop-shadow(0 11px 18px rgba(33,15,31,.22)) drop-shadow(0 0 8px rgba(217,67,166,.1)); }
  40%,65% { filter:drop-shadow(0 13px 22px rgba(33,15,31,.25)) drop-shadow(0 0 19px rgba(217,67,166,.3)); }
}
@keyframes proof-value-before { 0%,48%{opacity:.45;transform:translateY(0)} 63%,100%{opacity:0;transform:translateY(-8px)} }
@keyframes proof-value-after { 0%,52%{opacity:0;transform:translateY(8px)} 67%,100%{opacity:1;transform:none} }

.proof-metric__visual { height:76px; }
.proof-metric__visual span,.proof-metric__visual b { top:14px; }
.proof-metric__visual > span {
  max-width:none;
  margin:0;
}
.proof-metric__visual > i { top:29px; }
.proof-metric__visual > em { top:auto; right:14px; bottom:9px; }

.cap-scene {
  height:210px;
  isolation:isolate;
}
.cap-scene__routes { z-index:1; }
.cap-route {
  stroke-width:1.35;
  opacity:.12;
}
.cap-route--context,.cap-route--guard { stroke:#ff5277; }
.cap-route--source,.cap-route--sensor { stroke:#8b58f5; }
.cap-token {
  fill:#ff5277;
  stroke:rgba(255,255,255,.78);
  stroke-width:.55;
  opacity:0;
  filter:drop-shadow(0 0 4px rgba(255,82,119,.72));
}
.cap-token--document { fill:#101119; stroke:#f27cae; stroke-width:.8; }
.cap-token--knowledge { fill:#b86cff; stroke:#f1e7ff; }
.cap-token--operation { fill:#d943a6; transform-box:fill-box; transform-origin:center; transform:rotate(45deg); }
.cap-token--analytics { fill:#b86cff; stroke:none; }
.cap-token--monitoring { fill:#55dca6; stroke:#e4fff5; }
.capability-card.is-motion-active .cap-token { animation:cap-token-visible var(--scene-duration,7.6s) ease-in-out infinite; }
@keyframes cap-token-visible { 0%,9%,91%,100%{opacity:0} 18%,80%{opacity:.96} }

.capability-card.is-motion-active .cap-route--context,
.capability-card.is-motion-active .cap-route--guard { animation:cap-route-context var(--scene-duration,7.6s) var(--ease) infinite; }
.capability-card.is-motion-active .cap-route--source,
.capability-card.is-motion-active .cap-route--sensor { animation:cap-route-source var(--scene-duration,7.6s) var(--ease) infinite; }
@keyframes cap-route-context { 0%,14%,100%{stroke-dashoffset:1;opacity:.1} 38%,88%{stroke-dashoffset:0;opacity:.72} }
@keyframes cap-route-source { 0%,20%,100%{stroke-dashoffset:1;opacity:.08} 46%,90%{stroke-dashoffset:0;opacity:.7} }

.cap-scene .cap-scene__core,
.cap-scene--operations .cap-scene__core {
  z-index:6;
  left:50%;
  top:50%;
  width:72px;
  height:64px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transform:translate(-50%,-50%);
  animation:none;
}
.cap-scene .cap-scene__core::before {
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  top:52%;
  width:112px;
  height:74px;
  border:0;
  background:radial-gradient(ellipse at center,rgba(217,67,166,.24),rgba(118,83,255,.08) 46%,transparent 74%);
  filter:blur(9px);
  transform:translate(-50%,-50%) skewX(-9deg);
}
.cap-scene .cap-scene__core::after,
.cap-scene--monitoring .cap-scene__core::after { content:none; display:none; }
.cap-scene__core > * { transform:none; }
.cap-scene__core .cap-scene__mark { width:60px; height:53px; filter:drop-shadow(0 8px 12px rgba(0,0,0,.24)) drop-shadow(0 0 9px rgba(217,67,166,.2)); }
.cap-scene__core .cap-scene__mark img {
  position:static;
  width:100%;
  height:100%;
  object-fit:contain;
}
.cap-scene__core > small { display:none; }
.capability-card.is-motion-active .cap-scene__core { animation:none; }
.capability-card.is-motion-active .cap-scene__mark { animation:cap-object-light var(--scene-duration,7.6s) ease-in-out infinite; }
@keyframes cap-object-light {
  0%,24%,100%{filter:drop-shadow(0 8px 12px rgba(0,0,0,.24)) drop-shadow(0 0 7px rgba(217,67,166,.14));}
  43%,64%{filter:drop-shadow(0 9px 14px rgba(0,0,0,.3)) drop-shadow(0 0 16px rgba(217,67,166,.34));}
}

.cap-scene :is(.sales-inbox,.sales-context,.sales-quote,.document-stack,.field-register,.knowledge-query,.source-stack,.cited-answer,.operation-event,.action-gates,.execution-result,.analytics-sources,.plan-fact-chart,.executive-summary,.sensor-cluster,.monitor-outputs) {
  position:absolute;
  z-index:3;
  box-sizing:border-box;
}

/* 01 — a lead and its commercial context enter the object; a ready quote leaves it. */
.sales-inbox { left:4%; top:20px; width:27%; min-height:88px; }
.sales-context { left:5%; bottom:13px; gap:4px; }
.sales-context span { padding:6px; }
.sales-quote { right:4%; top:35px; width:28%; min-height:112px; }
.capability-card.is-motion-active .sales-inbox { animation:sales-intake 7.2s ease-in-out infinite; }
.capability-card.is-motion-active .sales-context span { animation:sales-context 7.2s ease-in-out infinite; }
.capability-card.is-motion-active .sales-quote { animation:sales-result 7.2s ease-in-out infinite; }
@keyframes sales-intake { 0%,8%,100%{border-color:rgba(255,255,255,.14)} 20%,38%{border-color:rgba(255,82,119,.58);box-shadow:0 0 18px rgba(255,82,119,.14)} }
@keyframes sales-context { 0%,22%,100%{opacity:.4} 36%,66%{opacity:1;border-color:rgba(85,220,166,.36)} }
@keyframes sales-result { 0%,52%,100%{opacity:.34;transform:translateX(6px)} 68%,91%{opacity:1;transform:none} }

/* 02 — the scan belongs to the incoming document, then verified fields leave the object. */
.document-stack { left:5%; top:45px; width:24%; height:112px; }
.document-stack > span { position:absolute; z-index:4; left:8px; right:0; top:12px; height:2px; background:#ff5277; box-shadow:0 0 12px #d943a6; opacity:.24; }
.document-stack > em { position:absolute; z-index:3; left:17px; top:54px; color:#817b84; font:600 5px/1 var(--font-mono); font-style:normal; }
.document-stack > small { position:absolute; left:10px; bottom:3px; color:#f27cae; }
.field-register { right:4%; top:26px; width:29%; }
.field-register > small { display:block; margin-bottom:4px; color:#8ea79d; }
.capability-card.is-motion-active .document-stack > span { animation:document-page-scan 6.8s ease-in-out infinite; }
.capability-card.is-motion-active .document-stack { animation:document-intake 6.8s ease-in-out infinite; }
@keyframes document-page-scan { 0%,18%,100%{top:12px;opacity:.2} 50%,74%{top:88px;opacity:1} }
@keyframes document-intake { 0%,14%,100%{transform:translateX(-3px);opacity:.72} 34%,72%{transform:none;opacity:1} }

/* 03 — question and authorised sources converge; a cited answer exits. */
.knowledge-query { left:4%; top:25px; width:28%; min-height:72px; }
.source-stack { left:5%; top:auto; bottom:18px; display:flex; gap:6px; }
.source-stack span { width:25px; height:25px; }
.cited-answer { right:4%; top:43px; width:29%; min-height:105px; }
.capability-card.is-motion-active .knowledge-query { animation:knowledge-question 8.2s ease-in-out infinite; }
.capability-card.is-motion-active .source-stack .is-found { animation:knowledge-source 8.2s ease-in-out infinite; }
.capability-card.is-motion-active .cited-answer { animation:knowledge-answer 8.2s ease-in-out infinite; }
@keyframes knowledge-question { 0%,12%,100%{border-color:rgba(255,255,255,.14)} 22%,42%{border-color:rgba(217,67,166,.5);box-shadow:0 0 18px rgba(217,67,166,.12)} }
@keyframes knowledge-source { 0%,30%,100%{border-color:rgba(255,255,255,.12);box-shadow:none} 46%,72%{border-color:#d943a6;box-shadow:0 0 17px rgba(217,67,166,.3)} }
@keyframes knowledge-answer { 0%,56%,100%{opacity:.32;transform:translateY(5px)} 70%,92%{opacity:1;transform:none} }

/* 04 — an approved event passes through the object and executes a numbered rail. */
.operation-event { left:4%; top:27px; width:28%; min-height:126px; }
.operation-event span { display:block; margin-top:18px; padding-top:10px; color:#55dca6; border-top:1px solid rgba(255,255,255,.08); font:600 6px/1.25 var(--font-mono); }
.action-gates { left:64%; top:43px; width:32%; gap:4px; }
.action-gates span { flex:1; width:auto; min-width:0; }
.execution-result { top:auto; right:4%; bottom:14px; width:31%; min-height:39px; padding:8px 10px; display:flex; align-items:center; justify-content:space-between; }
.execution-result strong { margin:0; }
.execution-result em { width:18px; height:18px; margin:0; flex:0 0 auto; }
.capability-card.is-motion-active .operation-event { animation:operation-input 7.8s ease-in-out infinite; }
.capability-card.is-motion-active .action-gates span { animation:operation-step 7.8s ease-in-out infinite; }
.capability-card.is-motion-active .execution-result { animation:operation-result 7.8s ease-in-out infinite; }
@keyframes operation-input { 0%,12%,100%{border-color:rgba(255,255,255,.13)} 24%,43%{border-color:rgba(255,82,119,.54);box-shadow:0 0 16px rgba(255,82,119,.12)} }
@keyframes operation-step { 0%,34%,100%{border-color:rgba(255,255,255,.12);transform:none} 49%,68%{border-color:rgba(217,67,166,.56);transform:translateY(-4px)} }
@keyframes operation-result { 0%,63%,100%{opacity:.3;transform:translateX(4px)} 75%,94%{opacity:1;transform:none} }

/* 05 — three systems converge in the object; only then the plan/fact result appears. */
.analytics-sources { left:4%; top:28px; }
.analytics-sources span { width:23%; min-width:70px; }
.plan-fact-chart { right:4%; top:27px; width:31%; height:128px; }
.executive-summary { right:4%; bottom:13px; }
.capability-card.is-motion-active .analytics-sources span { animation:analytics-ingest 8.4s ease-in-out infinite; }
.capability-card.is-motion-active .plan-fact-chart { animation:analytics-result 8.4s ease-in-out infinite; }
@keyframes analytics-ingest { 0%,16%,100%{opacity:.34;transform:translateX(-3px)} 28%,58%{opacity:1;transform:none;border-color:rgba(217,67,166,.4)} }
@keyframes analytics-result { 0%,48%,100%{border-color:rgba(85,220,166,.18);box-shadow:none} 66%,92%{border-color:rgba(85,220,166,.42);box-shadow:0 0 21px rgba(85,220,166,.1)} }

/* 06 — sensor readings pass through the object, then split to panel and Telegram. */
.sensor-cluster { left:4%; top:27px; }
.sensor-cluster span { width:23%; min-width:70px; }
.monitor-outputs { right:4%; top:30px; width:29%; display:grid; gap:11px; }
.monitor-outputs > span { min-height:68px; padding:10px; display:grid; align-content:center; border:1px solid rgba(85,220,166,.22); border-radius:11px; background:rgba(9,12,15,.92); opacity:.34; }
.monitor-outputs small { color:#8ea79d; }
.monitor-outputs strong { margin-top:9px; color:#55dca6; font:600 7px/1.2 var(--font-mono); }
.monitor-outputs em { color:#06110d; font-style:normal; padding:2px 4px; border-radius:4px; background:#55dca6; }
.capability-card.is-motion-active .sensor-cluster .is-event { animation:monitoring-door 7.1s ease-in-out infinite; }
.capability-card.is-motion-active .monitor-outputs > span:first-child { animation:monitoring-panel 7.1s ease-in-out infinite; }
.capability-card.is-motion-active .monitor-outputs > span:last-child { animation:monitoring-message 7.1s ease-in-out infinite; }
@keyframes monitoring-door { 0%,18%,100%{border-color:#ff5277;box-shadow:none} 30%,52%{border-color:#ff5277;box-shadow:0 0 18px rgba(255,82,119,.34)} }
@keyframes monitoring-panel { 0%,52%,100%{opacity:.3;transform:translateY(-3px)} 65%,92%{opacity:1;transform:none} }
@keyframes monitoring-message { 0%,61%,100%{opacity:.26;transform:translateY(4px)} 74%,94%{opacity:1;transform:none} }

@media (min-width:681px) and (max-width:1150px),
       (min-width:1151px) and (max-height:900px) {
  .portal-stage { margin-bottom:64px; }
  .crystal-controls {
    left:50%;
    bottom:-54px;
    transform:translate(-50%,8px);
  }
  .portal-stage.has-crystal-3d .crystal-controls { transform:translate(-50%,0); }
}

@media (min-width:681px) and (max-width:1280px) {
  .portal-stage .portal-card {
    width:218px;
    grid-template-columns:16px 32px minmax(0,1fr) 22px;
    gap:0 6px;
    padding:10px;
  }
  .portal-stage .portal-card strong { font-size:11px; }
}

@media (max-width:920px) {
  .capability-grid { grid-template-columns:1fr; }
  .capability-card { min-height:560px; }
  .cap-scene { width:100%; max-width:680px; margin-left:auto; margin-right:auto; }
}

@media (max-width:820px) {
  .proof-engine__core { width:88px; height:105px; gap:9px; }
  .proof-engine__mark { width:50px; height:45px; }
  .proof-engine__mark img { width:100%; }
  .proof-engine__core small { display:block; font-size:7px; }
}

@media (max-width:680px) {
  .proof-engine__core { width:66px; height:88px; gap:7px; }
  .proof-engine__mark { width:38px; height:34px; }
  .proof-engine__mark img { width:100%; }
  .proof-engine__core small { font-size:6px; letter-spacing:.08em; }
  .proof-metric__visual { height:76px; }
  .cap-scene { max-width:none; height:195px; }
  .capability-card { min-height:550px; }
  .sales-context span { padding:5px; font-size:5px; }
  .sales-quote { width:29%; }
  .source-stack span { width:23px; height:23px; }
  .action-gates { left:64%; width:32%; }
  .action-gates span { padding-inline:2px; font-size:4.5px; }
  .monitor-outputs { width:30%; gap:8px; }
  .monitor-outputs > span { min-height:61px; padding:8px; }
}

@media (prefers-reduced-motion:reduce) {
  .cap-token { display:none !important; }
  .proof-engine__mark,.cap-scene__mark { animation:none !important; }
  .proof-engine__value > span:first-child { display:none; }
  .proof-engine__value > span:last-child { opacity:1; }
  .monitor-outputs > span { opacity:1; transform:none; }
}

html.motion-paused .cap-token { display:none; }

/* v5.30.1 — deployment format: systems enter the clean customer object, then leave as a controlled handoff. */
.format-scene--deployment {
  isolation:isolate;
  --format-network-duration:8.2s;
  max-width:360px;
  margin-inline:auto;
}
.format-scene { width:100%; height:160px; margin:0 0 26px; }
.format-scene--deployment { margin:0 auto 26px; }
.format-network {
  position:absolute;
  z-index:1;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
}
.format-network__route {
  fill:none;
  stroke-linecap:round;
  stroke-width:1.35;
  stroke-dasharray:1;
  stroke-dashoffset:1;
  vector-effect:non-scaling-stroke;
}
.format-network__route { opacity:.14; }
.format-grid article.is-motion-active .format-network__route {
  animation:format-network-flow var(--format-network-duration) var(--ease) infinite;
}
.format-network__token {
  opacity:0;
  stroke:rgba(255,255,255,.72);
  stroke-width:.5;
  filter:drop-shadow(0 0 4px rgba(217,67,166,.72));
}
.format-grid article.is-motion-active .format-network__token {
  animation:format-network-token var(--format-network-duration) ease-in-out infinite;
}
.format-network__ports { position:absolute; z-index:3; inset:0; pointer-events:none; }
.format-network__ports i {
  position:absolute;
  box-sizing:border-box;
  width:calc(25% - 7px);
  min-width:0;
  padding:6px 4px;
  color:#aaa5af;
  border:1px solid rgba(255,255,255,.13);
  border-radius:7px;
  background:rgba(11,12,17,.94);
  font:600 clamp(4.5px,1.45vw,6px)/1 var(--font-mono);
  font-style:normal;
  letter-spacing:.04em;
  text-align:center;
  text-transform:uppercase;
}
.format-network__ports i:nth-child(1) { left:7px; top:19px; }
.format-network__ports i:nth-child(2) { left:7px; top:calc(50% - 10px); }
.format-network__ports i:nth-child(3) { left:7px; bottom:19px; }
.format-network__ports i:nth-child(4) { right:7px; top:19px; }
.format-network__ports i:nth-child(5) { right:7px; bottom:19px; }
.format-grid article.is-motion-active .format-network__ports i:nth-child(-n+3) {
  animation:format-network-port-in var(--format-network-duration) ease-in-out infinite;
}
.format-grid article.is-motion-active .format-network__ports i:nth-child(n+4) {
  animation:format-network-port-out var(--format-network-duration) ease-in-out infinite;
}
.format-network__object {
  position:absolute;
  z-index:7;
  left:50%;
  top:50%;
  width:50px;
  height:44px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transform:translate(-50%,-50%);
}
.format-network__object::before,.format-network__object::after { content:none; display:none; }
.format-network__object .cap-scene__mark {
  width:48px;
  height:42px;
  filter:drop-shadow(0 7px 10px rgba(0,0,0,.28)) drop-shadow(0 0 10px rgba(217,67,166,.22));
}
.format-network__object .cap-scene__mark img {
  position:static;
  width:100%;
  height:100%;
  object-fit:contain;
}
.format-grid article.is-motion-active .format-network__object .cap-scene__mark {
  animation:format-network-object var(--format-network-duration) ease-in-out infinite;
}
.format-network__handoff {
  position:absolute;
  z-index:8;
  right:7px;
  top:50%;
  display:flex;
  width:calc(25% - 7px);
  min-width:0;
  min-height:28px;
  box-sizing:border-box;
  align-items:center;
  gap:3px;
  padding:6px 3px;
  color:#8d9893;
  border:1px solid rgba(85,220,166,.18);
  border-radius:8px;
  background:rgba(8,13,12,.95);
  opacity:.34;
  transform:translateY(-50%);
}
.format-network__handoff b {
  display:grid;
  width:12px;
  height:12px;
  flex:0 0 12px;
  place-items:center;
  color:#06110d;
  border-radius:50%;
  background:#55dca6;
  font:800 8px/1 var(--font-sans);
  opacity:0;
  transform:scale(.55);
}
.format-network__handoff small {
  color:inherit;
  font:600 clamp(4px,1.35vw,5.5px)/1 var(--font-mono);
  letter-spacing:.05em;
  white-space:nowrap;
  text-transform:uppercase;
}
.format-grid article.is-motion-active .format-network__handoff {
  animation:format-network-handoff var(--format-network-duration) ease-in-out infinite;
}
.format-grid article.is-motion-active .format-network__handoff b {
  animation:format-network-check var(--format-network-duration) ease-in-out infinite;
}
@keyframes format-network-flow {
  0%,8%,100% { stroke-dashoffset:1; opacity:.1; }
  42%,90% { stroke-dashoffset:0; opacity:.72; }
}
@keyframes format-network-token {
  0%,10%,92%,100% { opacity:0; fill:#ff5277; filter:drop-shadow(0 0 4px rgba(217,67,166,.72)); }
  18%,44% { opacity:.95; fill:#d943a6; filter:drop-shadow(0 0 4px rgba(217,67,166,.72)); }
  55%,78% { opacity:.95; fill:#55dca6; filter:drop-shadow(0 0 4px rgba(85,220,166,.76)); }
}
@keyframes format-network-port-in {
  0%,8%,100% { color:#817d85; border-color:rgba(255,255,255,.1); }
  25%,58% { color:#f2d9ea; border-color:rgba(217,67,166,.42); box-shadow:0 0 11px rgba(217,67,166,.12); }
}
@keyframes format-network-port-out {
  0%,43%,100% { color:#817d85; border-color:rgba(255,255,255,.1); }
  63%,90% { color:#bdf4dc; border-color:rgba(85,220,166,.38); box-shadow:0 0 11px rgba(85,220,166,.1); }
}
@keyframes format-network-object {
  0%,22%,100% { filter:drop-shadow(0 7px 10px rgba(0,0,0,.28)) drop-shadow(0 0 7px rgba(217,67,166,.14)); }
  42%,68% { filter:drop-shadow(0 8px 12px rgba(0,0,0,.3)) drop-shadow(0 0 15px rgba(217,67,166,.36)); }
}
@keyframes format-network-handoff {
  0%,58%,100% { color:#8d9893; border-color:rgba(85,220,166,.18); opacity:.34; }
  73%,94% { color:#c9f8e5; border-color:rgba(85,220,166,.5); opacity:1; box-shadow:0 0 16px rgba(85,220,166,.13); }
}
@keyframes format-network-check {
  0%,64%,100% { opacity:0; transform:scale(.55); }
  78%,94% { opacity:1; transform:scale(1); }
}

@media (max-width:380px) {
  .format-network__ports i { padding-inline:2px; }
  .format-network__handoff { gap:2px; padding-inline:2px; }
}

@media (max-width:680px) {
  .cap-scene__routes { height:100%; }
  .action-gates { left:auto; right:4%; width:26%; }
}

@media (prefers-reduced-motion:reduce) {
  .format-network__route { stroke-dashoffset:0; opacity:.64; }
  .format-network__token { display:none !important; }
  .format-network__handoff { color:#c9f8e5; border-color:rgba(85,220,166,.5); opacity:1; }
  .format-network__handoff b { opacity:1; transform:scale(1); }
}

html.motion-paused .format-network__route { stroke-dashoffset:0; opacity:.64; }
html.motion-paused .format-network__token { display:none; }
html.motion-paused .format-network__handoff { color:#c9f8e5; border-color:rgba(85,220,166,.5); opacity:1; }
html.motion-paused .format-network__handoff b { opacity:1; transform:scale(1); }

/* v5.30.2 — mobile hero: give the brand object its own unobstructed stage. */
@media (max-width:680px) {
  .portal-stage {
    height:690px;
    margin-top:18px;
  }

  .portal-stage .portal-glow {
    left:4%;
    top:2px;
    width:92%;
    height:354px;
    opacity:.92;
    background:
      radial-gradient(circle at 50% 46%,rgba(255,255,255,.15),transparent 14%),
      radial-gradient(ellipse at 50% 52%,rgba(222,69,173,.34),rgba(118,83,255,.2) 46%,transparent 74%);
    filter:blur(20px);
  }

  .energy-crystal {
    z-index:4;
    left:50%;
    top:176px;
    width:clamp(304px,88vw,382px);
  }

  .portal-stage .portal-card {
    width:calc(50% - 7px);
    min-height:78px;
    padding:10px;
    border-color:color-mix(in srgb,var(--card-color) 48%,rgba(255,255,255,.14));
    background:rgba(8,9,13,.93);
    box-shadow:0 18px 45px rgba(0,0,0,.38);
  }

  .portal-stage .portal-card strong {
    font-size:clamp(10px,3vw,12px);
    line-height:1.15;
  }

  .portal-stage .portal-card .mini-glyph {
    width:28px;
    height:28px;
  }

  .portal-card.card-sales,
  .portal-card.card-operations {
    top:388px !important;
  }

  .portal-card.card-documents,
  .portal-card.card-analytics {
    top:482px !important;
  }

  .portal-card.card-knowledge,
  .portal-card.card-monitoring {
    top:576px !important;
  }

  .portal-card.card-sales,
  .portal-card.card-documents,
  .portal-card.card-knowledge {
    left:0 !important;
    right:auto !important;
  }

  .portal-card.card-operations,
  .portal-card.card-analytics,
  .portal-card.card-monitoring {
    right:0 !important;
    left:auto !important;
  }
}

@media (max-width:360px) {
  .portal-stage {
    height:666px;
  }

  .energy-crystal {
    top:164px;
    width:296px;
  }

  .portal-stage .portal-glow {
    height:326px;
  }

  .portal-stage .portal-card {
    width:calc(50% - 5px);
    min-height:74px;
    grid-template-columns:24px minmax(0,1fr);
    gap:7px;
    padding:8px;
  }

  .portal-stage .portal-card .mini-glyph {
    width:24px;
    height:24px;
  }

  .portal-card.card-sales,
  .portal-card.card-operations {
    top:366px !important;
  }

  .portal-card.card-documents,
  .portal-card.card-analytics {
    top:454px !important;
  }

  .portal-card.card-knowledge,
  .portal-card.card-monitoring {
    top:542px !important;
  }
}

/* v5.30.3 — customer field QA: Safari-safe visibility and notebook density. */
/*
 * Important page content must remain readable if an IntersectionObserver is
 * delayed or unavailable. Reveal classes may still be used as semantic hooks,
 * but they no longer gate initial visibility.
 */
.has-js [data-reveal] {
  opacity:1;
  transform:none;
}

/* A 1280/1366 px notebook needs two editorial columns; three are reserved for
 * genuinely wide desktop canvases so diagrams and copy remain legible. */
@media (min-width:921px) and (max-width:1366px) {
  .capability-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .capability-card {
    min-height:560px;
  }
}

/* v5.30.4 — plain-language cards and explicit calculator entry point. */
.lab-scenario-callout {
  align-self:start;
  max-width:520px;
  padding:22px 24px;
  color:#554e56 !important;
  border:1px solid rgba(154,47,104,.22);
  border-radius:18px;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(100deg,#ff5277,#d943a6,#7653ff) border-box;
  box-shadow:0 18px 48px rgba(61,31,54,.1);
}

.lab-scenario-callout strong {
  display:block;
  color:#17151a;
  font:600 clamp(19px,2vw,25px)/1.12 var(--font-display);
  letter-spacing:-.025em;
}

.lab-scenario-callout span {
  display:block;
  margin-top:10px;
  color:#756e77;
  font-size:13px;
  line-height:1.55;
}

.lab-select > strong {
  color:#17151a;
  font:600 14px/1.35 var(--font-sans);
  letter-spacing:0;
  text-transform:none;
}

/* The supplied mark is triangular. Clipping its carrier prevents any source
 * canvas rectangle from appearing as a background around the logo. */
.proof-engine__mark,
.cap-scene__mark {
  background:transparent !important;
  clip-path:polygon(0 0,100% 0,50% 100%);
}

@media (max-width:680px) {
  .portal-stage {
    height:724px;
  }

  .portal-stage .portal-card {
    min-height:96px;
    grid-template-columns:28px minmax(0,1fr);
    gap:9px;
  }

  .portal-stage .portal-card strong {
    font-size:clamp(9px,2.65vw,11px);
    line-height:1.17;
  }

  .portal-card.card-sales,
  .portal-card.card-operations {
    top:392px !important;
  }

  .portal-card.card-documents,
  .portal-card.card-analytics {
    top:502px !important;
  }

  .portal-card.card-knowledge,
  .portal-card.card-monitoring {
    top:612px !important;
  }

  .lab-scenario-callout {
    padding:18px;
  }

  .brand-since {
    right:0;
    bottom:1px;
    padding:2px 4px;
    font-size:5px;
    letter-spacing:.055em;
  }
}

@media (max-width:360px) {
  .portal-stage {
    height:694px;
  }

  .portal-stage .portal-card {
    min-height:90px;
    grid-template-columns:24px minmax(0,1fr);
  }

  .portal-card.card-sales,
  .portal-card.card-operations {
    top:374px !important;
  }

  .portal-card.card-documents,
  .portal-card.card-analytics {
    top:476px !important;
  }

  .portal-card.card-knowledge,
  .portal-card.card-monitoring {
    top:578px !important;
  }
}

/* v5.30.6 — deterministic Safari header sizing and grid placement.
 * Safari may keep a previous stylesheet longer than the document itself. The
 * release URL is therefore bumped together with these explicit dimensions.
 * Explicit grid lines also keep the mobile menu at the right edge when the
 * desktop navigation items are hidden. */
.site-header {
  -webkit-backdrop-filter:blur(18px);
}

.site-header > .brand {
  grid-column:1;
  grid-row:1;
  align-self:center;
  min-width:0;
  max-width:210px;
}

.site-header > .desktop-nav {
  grid-column:2;
  grid-row:1;
}

.site-header > .header-cta,
.site-header > .menu-toggle {
  grid-column:3;
  grid-row:1;
  justify-self:end;
}

.brand-lockup > img {
  max-width:none;
}

@media (max-width:1500px) and (min-width:1151px) {
  .site-header > .brand {
    max-width:176px;
  }
}

@media (max-width:1150px) {
  .site-header > .brand {
    max-width:136px;
  }
}

@media (max-width:680px) {
  .site-header > .brand {
    max-width:110px;
  }
}

/* v5.30.7 — tighter section rhythm, a visible scenario step and product pages. */
.direction-proof > .section-heading,
.capabilities > .section-heading,
.effect-lab > .section-heading,
.case-evidence > .section-heading,
.delivery-method > .section-heading,
.work-formats > .section-heading {
  padding-top:0;
}

.lab-scenario-callout {
  position:relative;
  min-height:172px;
  margin:0;
  padding:30px 82px 28px 30px;
  overflow:hidden;
  color:rgba(255,255,255,.82) !important;
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  background:
    radial-gradient(circle at 88% 18%,rgba(255,255,255,.28),transparent 18%),
    linear-gradient(125deg,#ff5277 0%,#d943a6 47%,#7653ff 100%);
  box-shadow:0 24px 58px rgba(118,42,108,.28);
}

.lab-scenario-callout::before {
  content:"ШАГ 1";
  display:block;
  width:max-content;
  margin-bottom:16px;
  padding:6px 9px;
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(9,9,14,.18);
  font:700 9px/1 var(--font-mono);
  letter-spacing:.13em;
}

.lab-scenario-callout::after {
  content:"↓";
  position:absolute;
  right:26px;
  bottom:21px;
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  color:#fff;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  background:rgba(9,9,14,.16);
  font-size:23px;
}

.lab-scenario-callout strong {
  color:#fff !important;
  font-size:clamp(24px,2.25vw,34px);
  line-height:1.02;
}

.lab-scenario-callout span {
  max-width:430px;
  color:rgba(255,255,255,.78) !important;
  font-size:14px;
}

.lab-select > strong {
  display:flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  gap:9px;
  padding:9px 13px;
  color:#fff;
  border-radius:10px;
  background:linear-gradient(110deg,#ff5277,#d943a6 52%,#7653ff);
  box-shadow:0 10px 24px rgba(154,47,104,.2);
  font:700 12px/1.25 var(--font-sans);
}

.lab-select > strong::before {
  content:"1";
  display:grid;
  width:20px;
  height:20px;
  flex:none;
  place-items:center;
  color:#9a2f68;
  border-radius:50%;
  background:#fff;
  font:700 10px/1 var(--font-mono);
}

.capability-detail-link {
  min-height:48px;
  margin-top:10px;
  padding:0 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#fff;
  border:1px solid rgba(230,75,175,.36);
  border-radius:13px;
  background:linear-gradient(110deg,rgba(255,82,119,.15),rgba(118,83,255,.18));
  font-size:12px;
  transition:border-color .25s ease,background .25s ease,transform .25s ease;
}

.capability-detail-link:hover,
.capability-detail-link:focus-visible {
  border-color:rgba(242,124,174,.72);
  background:linear-gradient(110deg,rgba(255,82,119,.28),rgba(118,83,255,.3));
  transform:translateY(-2px);
}

.product-knowledge { --page-accent:#f15a98; --page-accent-2:#7951ff; --page-accent-text:#9a2f68; }
.product-operations { --page-accent:#d943a6; --page-accent-2:#55dca6; --page-accent-text:#8a246b; }
.product-analytics { --page-accent:#7653ff; --page-accent-2:#ff5277; --page-accent-text:#5030a4; }

.solution-detail-engine {
  min-height:570px;
}

.solution-detail-map {
  position:absolute;
  inset:9% 2% 7%;
}

.solution-detail-map::before,
.solution-detail-map::after {
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  top:50%;
  height:1px;
  background:linear-gradient(90deg,var(--page-accent),var(--page-accent-2));
  box-shadow:0 0 18px color-mix(in srgb,var(--page-accent) 42%,transparent);
}

.solution-detail-map::after {
  left:50%;
  right:auto;
  top:18%;
  bottom:18%;
  width:1px;
  height:auto;
  background:linear-gradient(var(--page-accent),var(--page-accent-2));
}

.solution-detail-node,
.solution-detail-core {
  position:absolute;
  z-index:2;
  display:grid;
  place-content:center;
  text-align:center;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(12,13,19,.9);
  box-shadow:0 18px 48px rgba(0,0,0,.3);
}

.solution-detail-node {
  width:150px;
  min-height:82px;
  padding:14px;
  border-radius:16px;
}

.solution-detail-node small {
  color:var(--page-accent);
  font:700 8px/1 var(--font-mono);
  letter-spacing:.11em;
  text-transform:uppercase;
}

.solution-detail-node strong {
  margin-top:8px;
  color:#fff;
  font:500 13px/1.2 var(--font);
}

.solution-detail-node--input { left:0; top:calc(50% - 41px); }
.solution-detail-node--source { left:calc(50% - 75px); top:0; }
.solution-detail-node--control { left:calc(50% - 75px); bottom:0; }
.solution-detail-node--result { right:0; top:calc(50% - 41px); border-color:color-mix(in srgb,var(--page-accent-2) 55%,rgba(255,255,255,.18)); }

.solution-detail-core {
  left:50%;
  top:50%;
  width:116px;
  height:116px;
  border-color:color-mix(in srgb,var(--page-accent) 56%,rgba(255,255,255,.18));
  border-radius:36px;
  background:
    radial-gradient(circle at 50% 40%,rgba(255,255,255,.18),transparent 17%),
    linear-gradient(145deg,#18121c,#0a0b10);
  transform:translate(-50%,-50%) rotate(45deg);
  box-shadow:0 0 0 18px color-mix(in srgb,var(--page-accent) 7%,transparent),0 0 54px color-mix(in srgb,var(--page-accent) 24%,transparent);
}

.solution-detail-core span {
  color:#fff;
  font:700 18px/1 var(--font-mono);
  letter-spacing:.08em;
  transform:rotate(-45deg);
}

.solution-detail-contact {
  margin-top:54px;
  padding:clamp(28px,4vw,48px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:36px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:linear-gradient(120deg,rgba(255,82,119,.09),rgba(118,83,255,.12));
}

.solution-detail-contact p {
  max-width:720px;
  margin:0;
  color:#aaa8b2;
  font-size:16px;
  line-height:1.6;
}

@media (max-width:820px) {
  .solution-detail-engine { min-height:500px; }
  .solution-detail-node { width:126px; }
  .solution-detail-node--source,
  .solution-detail-node--control { left:calc(50% - 63px); }
  .solution-detail-contact { grid-template-columns:1fr; }
}

@media (max-width:680px) {
  .lab-scenario-callout {
    min-height:0;
    padding:24px 64px 24px 22px;
    border-radius:18px;
  }

  .lab-scenario-callout::before { margin-bottom:13px; }
  .lab-scenario-callout::after { right:18px; bottom:18px; width:36px; height:36px; }
  .lab-scenario-callout strong { font-size:24px; }
  .lab-scenario-callout span { font-size:12px; }
  .lab-select > strong { width:100%; padding:10px 12px; font-size:12px; }
  .capability-detail-link { min-height:50px; font-size:13px; }

  .solution-detail-engine { min-height:430px; margin-top:18px; }
  .solution-detail-map { inset:5% 0; }
  .solution-detail-node { width:104px; min-height:68px; padding:10px 8px; }
  .solution-detail-node strong { font-size:10px; }
  .solution-detail-node--source,
  .solution-detail-node--control { left:calc(50% - 52px); }
  .solution-detail-core { width:86px; height:86px; border-radius:26px; }
  .solution-detail-contact { margin-top:38px; padding:24px 20px; gap:22px; }
}

/* v5.30.8 — center the "since 2021" badge beneath the wordmark and reserve
 * enough vertical room for it at every logo scale. */
.brand-since {
  left:50%;
  right:auto;
  top:103px;
  bottom:auto;
  padding:2px 5px;
  font-size:6px;
  transform:translateX(-50%);
}

.site-header.is-compact .brand-since {
  top:67px;
}

@media (max-width:1500px) and (min-width:1281px) {
  .site-header > .brand { height:98px; }
  .brand-since { top:85px; }
  .site-header.is-compact .brand-since { top:67px; }
}

@media (max-width:1280px) and (min-width:1151px) {
  .site-header > .brand { height:90px; }
  .brand-since { top:77px; }
  .site-header.is-compact .brand-since { top:67px; }
}

@media (max-width:1150px) and (min-width:681px) {
  .site-header > .brand { height:78px; }
  .brand-since { top:65px; }

  .site-header.is-compact > .brand {
    --brand-scale:.58;
    height:72px;
  }

  .site-header.is-compact .brand-since { top:59px; }
}

@media (max-width:680px) {
  .site-header > .brand,
  .site-header.is-compact > .brand {
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    margin:0;
    transform:none;
  }

  .brand-since,
  .site-header.is-compact .brand-since {
    left:50%;
    right:auto;
    top:53px;
    bottom:auto;
    transform:translateX(-50%);
  }
}

/* Homepage contact rails requested for the two light transition zones. */
.home-messenger-actions {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-bottom:clamp(72px,7vw,112px);
}

.home-messenger-actions .messenger-cta {
  min-height:116px;
}

@media (max-width:820px) {
  .home-messenger-actions {
    grid-template-columns:1fr;
    gap:12px;
    margin-bottom:64px;
  }
}

@media (max-width:680px) {
  .home-messenger-actions {
    margin-bottom:52px;
  }
}

/* v5.30.9 — pricing-style work formats placed directly after the calculator. */
.work-formats {
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 50% 12%,rgba(217,67,166,.13),transparent 34%),
    radial-gradient(circle at 86% 66%,rgba(118,83,255,.1),transparent 28%),
    #090a0f;
}

.format-grid--pricing article {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  transition:transform .35s var(--ease),border-color .35s ease,box-shadow .35s ease;
}

.format-grid--pricing article::before {
  content:"";
  position:absolute;
  z-index:3;
  top:0;
  right:0;
  left:0;
  height:2px;
  background:linear-gradient(90deg,#ff5277,#d943a6,#7653ff,#55dca6,#ff5277);
  background-size:220% 100%;
  opacity:.72;
}

.format-grid--pricing article.is-motion-active::before {
  animation:format-pricing-line 12s linear infinite;
}

.format-grid--pricing article:hover,
.format-grid--pricing article:focus-within {
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.25);
  box-shadow:0 28px 72px rgba(0,0,0,.32);
}

.format-grid--pricing .format-card--outsource {
  transform:translateY(-10px);
  border-color:rgba(222,67,168,.52);
  box-shadow:0 32px 82px rgba(126,22,82,.24);
}

.format-grid--pricing .format-card--outsource:hover,
.format-grid--pricing .format-card--outsource:focus-within {
  transform:translateY(-14px);
}

.format-card__badge {
  position:absolute;
  z-index:5;
  top:18px;
  right:18px;
  padding:7px 10px;
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:linear-gradient(100deg,#ff5277,#d943a6,#7653ff);
  background-size:180% 100%;
  font:700 8px/1 var(--font-mono);
  letter-spacing:.1em;
  text-transform:uppercase;
}

.format-card--outsource.is-motion-active .format-card__badge {
  animation:format-pricing-line 10s linear infinite;
}

.format-grid--pricing h3 {
  margin:22px 0 10px;
}

.format-grid--pricing .format-price {
  display:flex;
  min-height:0;
  align-items:baseline;
  gap:9px;
  margin:0 0 20px;
  color:#fff;
  white-space:nowrap;
}

.format-price span {
  color:#f27cae;
  font:600 10px/1 var(--font-mono);
  letter-spacing:.1em;
  text-transform:uppercase;
}

.format-price strong {
  color:#fff;
  font:500 clamp(34px,3vw,48px)/.95 var(--font-display);
  letter-spacing:-.055em;
}

.format-grid--pricing article > a {
  transition:color .25s ease,border-color .25s ease;
}

.format-grid--pricing article > a span {
  transition:transform .25s var(--ease);
}

.format-grid--pricing article > a:hover span,
.format-grid--pricing article > a:focus-visible span {
  transform:translateX(5px);
}

.format-scene--project .format-core {
  animation:none;
}

@keyframes format-pricing-line {
  to { background-position:-220% 0; }
}

@media (max-width:820px) {
  .format-grid--pricing .format-card--outsource,
  .format-grid--pricing .format-card--outsource:hover,
  .format-grid--pricing .format-card--outsource:focus-within {
    transform:none;
  }
}

@media (max-width:680px) {
  .format-grid--pricing .format-price {
    margin-bottom:18px;
  }

  .format-price strong {
    font-size:38px;
  }

  .format-card__badge {
    top:14px;
    right:14px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .format-grid--pricing article::before,
  .format-card--outsource .format-card__badge {
    animation:none !important;
    background-position:50% 0;
  }
}

html.motion-paused .format-grid--pricing article::before,
html.motion-paused .format-card--outsource .format-card__badge {
  animation:none !important;
  background-position:50% 0;
}

/* v5.31.2 — the work-formats anchor is now a first-level header item. */
@media (max-width:1280px) and (min-width:1151px) {
  .desktop-nav {
    gap:14px;
    margin-right:8px;
    font-size:12px;
  }

  .header-cta {
    padding-inline:14px;
    font-size:12px;
  }
}

/* v5.33.0 — compact desktop exit-intent dialog. */
.exit-intent-dialog {
  width:min(860px,calc(100% - 64px));
  max-width:none;
  padding:0;
  border:1px solid rgba(255,255,255,.2);
  border-radius:24px;
  color:var(--text,#f5f3f8);
  background:#0b0c12;
  box-shadow:0 40px 120px rgba(0,0,0,.64),0 0 0 1px rgba(217,67,166,.08) inset;
  overflow:hidden;
}

.exit-intent-dialog[open] {
  animation:exit-intent-enter .22s var(--ease,ease-out) both;
}

.exit-intent-dialog::backdrop {
  background:rgba(2,3,6,.8);
  backdrop-filter:blur(8px);
  animation:exit-intent-backdrop .18s ease-out both;
}

.exit-intent-dialog__panel {
  position:relative;
  display:grid;
  grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr);
  min-height:430px;
  background:
    linear-gradient(135deg,rgba(255,82,119,.04),transparent 42%),
    radial-gradient(circle at 86% 10%,rgba(118,83,255,.17),transparent 34%),
    #0b0c12;
}

.exit-intent-dialog__panel::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(90deg,#000,transparent 67%);
}

.exit-intent-dialog__close {
  position:absolute;
  z-index:4;
  top:20px;
  right:20px;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  color:#fff;
  background:rgba(11,12,18,.78);
  font:300 26px/1 Arial,sans-serif;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,transform .2s ease;
}

.exit-intent-dialog__close:hover,
.exit-intent-dialog__close:focus-visible {
  border-color:rgba(255,82,119,.86);
  background:rgba(255,82,119,.14);
  outline:2px solid transparent;
  transform:rotate(4deg);
}

.exit-intent-dialog__signal {
  position:relative;
  min-height:430px;
  border-right:1px solid rgba(255,255,255,.09);
  overflow:hidden;
  background:radial-gradient(circle at 50% 50%,rgba(217,67,166,.16),transparent 40%);
}

.exit-intent-dialog__signal::before,
.exit-intent-dialog__signal::after {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:150px;
  height:150px;
  border:1px solid rgba(217,67,166,.34);
  border-radius:50%;
  transform:translate(-50%,-50%);
}

.exit-intent-dialog__signal::after {
  width:230px;
  height:230px;
  border-color:rgba(118,83,255,.2);
  border-style:dashed;
  animation:exit-intent-orbit 18s linear infinite;
}

.exit-intent-dialog__signal > span {
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  width:72px;
  height:72px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,82,119,.3),rgba(217,67,166,.08) 45%,transparent 70%);
  transform:translate(-50%,-50%);
}

.exit-intent-dialog__signal > span:nth-child(2) {
  width:10px;
  height:10px;
  border:0;
  background:#ff5277;
  box-shadow:0 0 24px rgba(255,82,119,.8);
}

.exit-intent-dialog__signal > i {
  position:absolute;
  left:50%;
  top:50%;
  width:41%;
  height:1px;
  background:linear-gradient(90deg,rgba(255,82,119,.78),rgba(118,83,255,.06));
  transform-origin:0 50%;
  transform:rotate(-42deg);
}

.exit-intent-dialog__signal > b {
  position:absolute;
  width:10px;
  height:10px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:#12131b;
}

.exit-intent-dialog__signal > b:nth-of-type(1) { left:21%;top:27%; }
.exit-intent-dialog__signal > b:nth-of-type(2) { right:20%;top:38%;border-color:rgba(255,82,119,.62); }
.exit-intent-dialog__signal > b:nth-of-type(3) { left:29%;bottom:22%;border-color:rgba(118,83,255,.64); }

.exit-intent-dialog__content {
  position:relative;
  z-index:2;
  align-self:center;
  padding:72px clamp(42px,6vw,76px) 62px;
}

.exit-intent-dialog__eyebrow {
  display:block;
  margin-bottom:22px;
  color:#ff7291;
  font:600 10px/1.2 var(--font-mono,monospace);
  letter-spacing:.16em;
}

.exit-intent-dialog h2 {
  max-width:520px;
  margin:0;
  font:400 clamp(42px,4.2vw,64px)/.94 var(--font-display,sans-serif);
  letter-spacing:-.052em;
}

.exit-intent-dialog p {
  max-width:550px;
  margin:25px 0 32px;
  color:#b3b1bb;
  font-size:16px;
  line-height:1.58;
}

.exit-intent-dialog__actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.exit-intent-dialog__action {
  display:flex;
  min-height:54px;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  color:#fff;
  font:600 12px/1 var(--font-mono,monospace);
  letter-spacing:.06em;
  text-decoration:none;
  transition:transform .2s var(--ease,ease),border-color .2s ease,background .2s ease;
}

.exit-intent-dialog__action--max { background:linear-gradient(115deg,rgba(255,82,119,.25),rgba(217,67,166,.1)); }
.exit-intent-dialog__action--telegram { background:linear-gradient(115deg,rgba(118,83,255,.24),rgba(85,220,166,.06)); }

.exit-intent-dialog__action:hover,
.exit-intent-dialog__action:focus-visible {
  border-color:rgba(255,255,255,.58);
  outline:2px solid transparent;
  transform:translateY(-2px);
}

@keyframes exit-intent-enter {
  from { opacity:0;transform:translateY(-12px) scale(.985); }
  to { opacity:1;transform:none; }
}

@keyframes exit-intent-backdrop {
  from { opacity:0; }
  to { opacity:1; }
}

@keyframes exit-intent-orbit {
  to { transform:translate(-50%,-50%) rotate(360deg); }
}

@media (prefers-reduced-motion:reduce) {
  .exit-intent-dialog[open],
  .exit-intent-dialog::backdrop,
  .exit-intent-dialog__signal::after {
    animation:none !important;
  }

  .exit-intent-dialog__close,
  .exit-intent-dialog__action {
    transition:none !important;
  }
}
