:root {
  --service-max: 1180px;
  --ink: var(--bg);
  --bone: var(--white);
  --fog: var(--muted);
  --fog-2: var(--muted-2);
  --font-body: var(--sans);
  --font-display: var(--serif);
  --font-mono: "DM Mono", ui-monospace, monospace;
}

.service-page-body { min-height: 100vh; background-color: var(--ink); background-image: radial-gradient(ellipse at 84% 8%,rgba(78,133,191,.09),transparent 34%),radial-gradient(ellipse at 12% 58%,rgba(139,107,214,.055),transparent 32%),linear-gradient(180deg,#030407,#05070b 48%,#030407); background-attachment: fixed; }
.service-page-body .mini-logo img,.service-page-body .brand-mark-img { animation: service-brand-breathe 7s ease-in-out infinite alternate; }
.service-page-body.journey-page {
  background-color: #030407;
  background-image: radial-gradient(ellipse at 78% 12%,rgba(78,133,191,.13),transparent 34%),radial-gradient(ellipse at 15% 48%,rgba(139,107,214,.09),transparent 30%),radial-gradient(ellipse at 74% 78%,rgba(36,100,148,.08),transparent 34%);
  background-attachment: fixed;
}
.journey-page #service-shell > main,.journey-page #service-shell > footer { position: relative; z-index: 2; }
.journey-corridor-backdrop { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.journey-corridor-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,4,7,.38),rgba(3,4,7,.72) 62%,#030407 96%); }
.journey-corridor-backdrop img { position: absolute; left: 50%; top: 46%; width: max(118vw,1420px); height: max(92vh,860px); object-fit: cover; opacity: .42; filter: saturate(.82) contrast(1.12) brightness(.72); transform: translate3d(-50%,-50%,0) scale(1.04); -webkit-mask-image: radial-gradient(ellipse at 53% 42%,#000 25%,rgba(0,0,0,.8) 55%,transparent 88%); mask-image: radial-gradient(ellipse at 53% 42%,#000 25%,rgba(0,0,0,.8) 55%,transparent 88%); animation: journey-corridor-drift 18s ease-in-out infinite alternate; }
.journey-page .ambient-a { opacity: .58; filter: blur(80px) saturate(1.15); }
.journey-page .ambient-b { opacity: .4; filter: blur(95px) saturate(1.2); }
.journey-page .service-section { position: relative; isolation: isolate; overflow: hidden; }
.journey-page .service-section::before { content: ""; position: absolute; inset: 8% -15%; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 72% 50%,rgba(78,133,191,.16),transparent 40%); animation: journey-section-glow 12s ease-in-out infinite alternate; }
.journey-page .service-section:nth-of-type(even)::before { background: radial-gradient(ellipse at 25% 50%,rgba(139,107,214,.13),transparent 38%); animation-direction: alternate-reverse; }
.service-page-body .site-header { z-index: 100; }
.service-page-body .nav-links a.active { color: var(--white) !important; background: rgba(255,255,255,.07); }

.service-wrap { width: min(var(--service-max), calc(100% - 40px)); margin-inline: auto; }
.service-hero { min-height: 78svh; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.72fr); align-items: center; gap: clamp(40px,7vw,100px); padding: clamp(150px,17vh,210px) 0 90px; }
.service-eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(155,234,255,.82); font: 500 10px/1 var(--font-mono); letter-spacing: .13em; text-transform: uppercase; }
.service-eyebrow::before { content: ""; width: 25px; height: 1px; background: var(--cyan); box-shadow: 0 0 10px rgba(0,200,255,.8); }
.service-hero h1 { max-width: 780px; margin: 24px 0 22px; font: 700 clamp(58px,7.8vw,102px)/.9 var(--font-body); letter-spacing: -.065em; }
.service-hero h1 em { font-family: var(--font-display); font-style: italic; font-weight: 400; }
.service-lede { max-width: 660px; margin: 0; color: var(--fog); font-size: clamp(17px,2vw,21px); line-height: 1.58; }
.service-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.service-signal { position: relative; min-height: 390px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 58% 42%, rgba(39,91,255,.2), transparent 36%), rgba(255,255,255,.025); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 35px 90px -55px #000; }
.service-signal::before { content: ""; position: absolute; inset: 0; 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: 34px 34px; mask-image: radial-gradient(circle,#000,transparent 78%); }
.signal-orb { position: absolute; width: 210px; aspect-ratio: 1; left: 50%; top: 46%; transform: translate(-50%,-50%); border-radius: 44% 56% 57% 43%; background: radial-gradient(circle at 34% 28%,#fff 0 2%,#78eaff 5%,#275bff 30%,#8b5cff 54%,rgba(255,43,214,.36) 66%,transparent 72%); filter: saturate(125%); box-shadow: 0 0 70px rgba(39,91,255,.34); animation: service-orb 9s ease-in-out infinite alternate; }
.signal-ring { position: absolute; inset: 50% auto auto 50%; width: 280px; aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(0,200,255,.15); border-radius: 50%; animation: service-ring 12s linear infinite; }
.signal-ring::after { content: ""; position: absolute; width: 7px; height: 7px; left: 50%; top: -4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }
.signal-status { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; gap: 15px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(3,3,5,.72); backdrop-filter: blur(16px); color: var(--fog); font: 500 9px/1.4 var(--font-mono); letter-spacing: .09em; text-transform: uppercase; }
.signal-status b { color: var(--cyan); font-weight: 500; }

/* Parcours Captia : le visuel décrit un système, pas une sphère décorative. */
.service-system-map { min-height: 430px; background: radial-gradient(circle at 50% 42%,rgba(78,133,191,.16),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.008)); }
.system-map-grid { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(137,170,204,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(137,170,204,.045) 1px,transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle at 50% 45%,#000,transparent 80%); }
.system-routes { position: absolute; inset: 8% 3% 14%; width: 94%; height: 78%; overflow: visible; }
.system-route { fill: none; stroke: url(#captia-route-gradient); stroke-width: 1.35; stroke-linecap: round; stroke-dasharray: 5 9; opacity: .56; animation: system-route-flow 4s linear infinite; }
.route-out { animation-delay: -1.4s; }.route-proof { animation-delay: -2.6s; }
.system-core { position: absolute; z-index: 3; left: 50%; top: 42%; width: 112px; height: 96px; display: grid; place-content: center; justify-items: center; gap: 2px; border: 1px solid rgba(137,170,204,.32); border-radius: 18px 4px 18px 4px; color: #f5f5f5; background: linear-gradient(145deg,rgba(8,14,22,.94),rgba(2,3,5,.88)); box-shadow: inset 0 1px rgba(255,255,255,.12),0 28px 52px -30px #000,0 0 58px rgba(78,133,191,.2); clip-path: polygon(10% 0,100% 0,100% 74%,84% 100%,0 100%,0 18%); transform: translate(-50%,-50%); }
.system-core img { position: relative; z-index: 1; width: 68px; height: 68px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(137,170,204,.32)); animation: system-brand-breathe 5.6s ease-in-out infinite alternate; }
.system-core small { position: relative; z-index: 1; color: rgba(245,245,245,.52); font: 500 8px/1 var(--font-mono); letter-spacing: .18em; }
.system-core-current { position: absolute; z-index: 2; left: -20%; top: 48%; width: 140%; height: 2px; background: linear-gradient(90deg,transparent,rgba(139,107,214,.3),rgba(220,238,255,.88),rgba(78,133,191,.36),transparent); box-shadow: 0 0 18px rgba(137,170,204,.38); transform: rotate(-11deg); animation: system-core-current 4.8s ease-in-out infinite alternate; pointer-events: none; }
.system-node { position: absolute; z-index: 2; min-width: 116px; padding: 12px 13px 11px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(7,8,11,.82); box-shadow: inset 0 1px rgba(255,255,255,.05),0 18px 42px -30px #000; backdrop-filter: blur(12px); }
.system-node small,.system-node em { display: block; font: 500 7.5px/1.25 var(--font-mono); letter-spacing: .1em; font-style: normal; }
.system-node small { margin-bottom: 7px; color: rgba(137,170,204,.72); }
.system-node strong { display: block; color: #f5f5f5; font-size: 13px; font-weight: 600; }
.system-node em { margin-top: 5px; color: rgba(245,245,245,.38); letter-spacing: .04em; }
.system-node-voice { left: 5%; top: 36%; }.system-node-action { right: 5%; top: 36%; }.system-node-proof { left: 61%; bottom: 19%; }
.system-node-pulse { position: absolute; left: -4px; top: calc(50% - 4px); width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px rgba(137,170,204,.9); animation: system-node-pulse 2.6s ease-in-out infinite; }
.system-node-action .system-node-pulse { left: auto; right: -4px; animation-delay: -.8s; }.system-node-proof .system-node-pulse { animation-delay: -1.6s; }
.system-packet { position: absolute; z-index: 4; width: 6px; height: 6px; border-radius: 50%; background: #eefaff; box-shadow: 0 0 6px #fff,0 0 18px rgba(137,170,204,.95); }
.packet-in { left: 16%; top: 46%; animation: system-packet-in 3.4s cubic-bezier(.45,.05,.55,.95) infinite; }
.packet-out { left: 52%; top: 42%; animation: system-packet-out 3.4s cubic-bezier(.45,.05,.55,.95) infinite -.9s; }
.packet-proof { left: 50%; top: 48%; animation: system-packet-proof 3.8s cubic-bezier(.45,.05,.55,.95) infinite -2s; }

.service-section { padding: clamp(78px,9vw,125px) 0; border-top: 1px solid var(--line); }
.service-section-head { max-width: 760px; margin-bottom: 42px; }
.service-section h2 { margin: 16px 0 0; font: 700 clamp(42px,5.4vw,70px)/.95 var(--font-body); letter-spacing: -.055em; }
.service-section h2 em { font-family: var(--font-display); font-style: italic; font-weight: 400; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.service-panel { min-height: 250px; padding: clamp(25px,3vw,36px); border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015)); }
.service-panel .panel-tag { color: var(--cyan); font: 500 9px/1 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.service-panel h3 { margin: 52px 0 13px; font-size: clamp(23px,3vw,31px); letter-spacing: -.035em; }
.service-panel p { max-width: 540px; margin: 0; color: var(--fog); font-size: 16px; line-height: 1.65; }

.service-flow { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.service-step { position: relative; min-height: 270px; padding: 30px; background: rgba(7,10,15,.58); backdrop-filter: blur(9px); }
.service-step + .service-step { border-left: 1px solid var(--line); }
.service-step .step-num { color: var(--cyan); font: 500 10px/1 var(--font-mono); letter-spacing: .12em; }
.service-step h3 { margin: 75px 0 12px; font-size: 23px; }
.service-step p { margin: 0; color: var(--fog); font-size: 15px; line-height: 1.6; }

.service-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,7vw,100px); align-items: start; }
.benefit-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.benefit-item { display: grid; grid-template-columns: 32px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); color: rgba(247,248,255,.82); font-size: 16px; line-height: 1.5; }
.benefit-item i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan); color: #030305; font-style: normal; font-size: 12px; }
.integration-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.integration-tags span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--fog); background: rgba(255,255,255,.025); font: 500 10px/1 var(--font-mono); letter-spacing: .06em; text-transform: uppercase; }

.service-cta { margin: 20px auto clamp(70px,9vw,120px); padding: clamp(38px,7vw,76px); border: 1px solid rgba(0,200,255,.22); border-radius: 28px; text-align: center; background: radial-gradient(circle at 50% 0,rgba(39,91,255,.18),transparent 52%),rgba(255,255,255,.025); }
.service-cta h2 { max-width: 820px; margin: 0 auto 18px; font: 400 clamp(40px,6vw,70px)/1 var(--font-body); letter-spacing: -.05em; }
.service-cta p { max-width: 620px; margin: 0 auto; color: var(--fog); font-size: 17px; line-height: 1.6; }
.service-cta .service-actions { justify-content: center; }

.service-directory { padding: 40px 0; border-top: 1px solid var(--line); }
.service-directory strong { display: block; margin-bottom: 18px; color: var(--fog-2); font: 500 9px/1 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.service-directory-links { display: flex; flex-wrap: wrap; gap: 9px; }
.service-directory a { padding: 9px 12px; border-radius: 99px; border: 1px solid var(--line); color: var(--fog); font-size: 12px; }
.service-directory a:hover,.service-directory a[aria-current="page"] { color: var(--bone); border-color: rgba(0,200,255,.35); background: rgba(0,200,255,.07); }
.service-foot { padding: 34px 0 45px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--fog-2); font-size: 12px; }
.service-foot .brand { color: var(--white); }

.hub-hero { min-height: 100svh; padding-top: 145px; padding-bottom: 80px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(35px,6vw,90px); }
.hub-hero h1 { margin: 22px 0; font-family: var(--font-body); font-size: clamp(64px,8.2vw,112px); font-weight: 700; line-height: .86; letter-spacing: -.07em; }
.hub-hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.hub-hero p { max-width: 640px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hub-neural { position: relative; width: min(100%,620px); aspect-ratio: 1; justify-self: end; }
.hub-neural > img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; opacity: .9; mask-image: radial-gradient(circle,#000 48%,transparent 72%); }
.hub-orbit { position: absolute; inset: 13%; border: 1px solid rgba(0,200,255,.18); border-radius: 50%; animation: service-ring 15s linear infinite; }
.hub-orbit-b { inset: 25%; border-color: rgba(255,43,214,.18); animation-direction: reverse; animation-duration: 10s; }
.hub-orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; left: 50%; top: -4px; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.hub-chip { position: absolute; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(3,3,5,.72); backdrop-filter: blur(16px); color: var(--muted); font: 500 9px/1 var(--font-mono); letter-spacing: .1em; }
.hub-chip-a { left: 0; top: 25%; }.hub-chip-b { right: 0; bottom: 23%; color: var(--cyan); }
.hub-catalog { padding: 120px 0; }
.service-hub-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.hub-card { min-height: 190px; padding: 26px; display: grid; grid-template-columns: 42px 1fr 28px; gap: 18px; align-items: start; transition: transform .25s ease,border-color .25s ease,background .25s ease; }
.hub-card:hover { transform: translateY(-3px); border-color: rgba(0,200,255,.3); background: linear-gradient(135deg,rgba(0,200,255,.07),rgba(139,92,255,.035)); }
.hub-number { color: var(--cyan); font: 500 10px/1 var(--font-mono); letter-spacing: .1em; }
.hub-card h2 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.035em; }
.hub-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.hub-card > i { color: var(--cyan); font-style: normal; font-size: 18px; }

@keyframes service-orb { to { transform: translate(-50%,-50%) rotate(17deg) scale(1.08); border-radius: 58% 42% 47% 53%; } }
@keyframes service-ring { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes system-route-flow { to { stroke-dashoffset: -56; } }
@keyframes system-core-radar { to { transform: rotate(360deg); } }
@keyframes system-node-pulse { 0%,100% { opacity:.42; transform: scale(.72); } 50% { opacity:1; transform: scale(1.35); } }
@keyframes system-packet-in { 0% { opacity:0; transform:translate(0,0); } 14% { opacity:1; } 82% { opacity:1; } 100% { opacity:0; transform:translate(185px,-14px); } }
@keyframes system-packet-out { 0% { opacity:0; transform:translate(0,0); } 14% { opacity:1; } 82% { opacity:1; } 100% { opacity:0; transform:translate(170px,17px); } }
@keyframes system-packet-proof { 0% { opacity:0; transform:translate(0,0); } 14% { opacity:1; } 82% { opacity:1; } 100% { opacity:0; transform:translate(58px,132px); } }

@media (max-width: 900px) {
  .hub-hero { grid-template-columns: 1fr; }
  .hub-neural { justify-self: center; }
  .service-hero { grid-template-columns: 1fr; padding-top: 135px; }
  .service-signal { min-height: 330px; }
  .service-system-map { min-height: 420px; }
  .service-flow { grid-template-columns: 1fr; }
  .service-step { min-height: auto; }
  .service-step + .service-step { border-left: 0; border-top: 1px solid var(--line); }
  .service-step h3 { margin-top: 36px; }
}
@media (max-width: 680px) {
  .hub-hero { min-height: auto; padding-top: 125px; }
  .hub-hero h1 { font-size: clamp(50px,15vw,68px); }
  .service-hub-grid { grid-template-columns: 1fr; }
  .hub-card { min-height: auto; grid-template-columns: 32px 1fr 22px; padding: 22px 18px; }
  .service-wrap { width: calc(100% - 24px); }
  .service-hero { min-height: auto; padding: 125px 0 70px; }
  .service-hero h1 { font-size: clamp(46px,14vw,64px); }
  .service-grid,.service-benefits { grid-template-columns: 1fr; }
  .service-panel { min-height: auto; }
  .service-panel h3 { margin-top: 34px; }
.service-actions .button { width: 100%; }
  .service-signal { min-height: 290px; }
  .service-system-map { min-height: 430px; }
  .signal-orb { width: 165px; }
  .signal-ring { width: 220px; }
  .signal-status { left: 12px; right: 12px; }
  .system-core { top: 38%; width: 92px; }
  .system-node { min-width: 104px; padding: 10px 10px 9px 13px; }
  .system-node-voice { left: 4%; top: 18%; }.system-node-action { right: 4%; top: 18%; }.system-node-proof { left: 50%; bottom: 20%; transform: translateX(-50%); }
  .system-routes { inset: 5% 0 16%; width: 100%; height: 79%; }
  .packet-in,.packet-out,.packet-proof { display: none; }
  .service-foot { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .signal-orb,.signal-ring,.system-route,.system-core-radar,.system-node-pulse,.system-packet { animation: none; }
}

/* Spatial media HUD — revisions 22–24 */
.hub-neural,
.service-system-map,
.hub-card {
  --depth-rx: 0deg;
  --depth-ry: 0deg;
  --depth-x: 0px;
  --depth-y: 0px;
  transform-style: preserve-3d;
}

.hub-neural {
  perspective: 1200px;
  transform: perspective(1200px) rotateX(var(--depth-rx)) rotateY(var(--depth-ry));
  transition: transform 900ms cubic-bezier(.16,.8,.2,1);
}

.hub-neural::before,
.hub-neural::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 7%;
  right: 7%;
  top: 48%;
  height: 2px;
  background: linear-gradient(90deg,transparent,rgba(139,107,214,.25),rgba(213,227,242,.82),rgba(78,133,191,.36),transparent);
  box-shadow: 0 0 24px rgba(137,170,204,.32);
  pointer-events: none;
  transform: translateZ(34px) rotate(-12deg);
  animation: hub-current-flow 6s ease-in-out infinite alternate;
}

.hub-neural::after {
  left: 16%;
  right: 12%;
  top: 57%;
  opacity: .45;
  transform: translateZ(58px) rotate(8deg);
  animation-direction: alternate-reverse;
}

.hub-neural > img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  opacity: .94;
  mix-blend-mode: screen;
  filter: saturate(.88) contrast(1.08) drop-shadow(0 35px 70px rgba(39,73,130,.22));
  transform: translate3d(var(--depth-x),var(--depth-y),22px) scale(1.015);
  animation: hub-neural-singularity 12s ease-in-out infinite alternate;
  transition: filter 600ms ease;
}

.hub-neural:hover > img { filter: saturate(1.08) contrast(1.12) drop-shadow(0 38px 84px rgba(78,133,191,.34)); }

.hub-neural-core {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 116px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(137,170,204,.22);
  border-radius: 20px 5px 20px 5px;
  color: #f5f5f5;
  background: linear-gradient(145deg,rgba(9,14,21,.9),rgba(2,3,6,.82));
  box-shadow: inset 0 1px rgba(255,255,255,.12),0 30px 62px -34px #000,0 0 66px rgba(78,133,191,.2);
  clip-path: polygon(9% 0,100% 0,100% 77%,84% 100%,0 100%,0 17%);
  transform: translate3d(-50%,-50%,76px);
}

.hub-neural-core img { width: 82%; height: 82%; object-fit: contain; filter: drop-shadow(0 0 17px rgba(137,170,204,.4)); animation: system-brand-breathe 6s ease-in-out infinite alternate; }
.hub-brand-current { position: absolute; z-index: 6; left: 29%; right: 27%; top: 50%; height: 1px; background: linear-gradient(90deg,transparent,rgba(220,238,255,.8),transparent); box-shadow: 0 0 16px rgba(137,170,204,.4); transform: translateZ(88px) rotate(-8deg); animation: hub-current-flow 4.8s ease-in-out infinite alternate; }
.hub-neural .hub-chip { z-index: 7; transform: translateZ(90px); }

.hub-card {
  min-height: 350px;
  grid-template-columns: 42px 1fr 28px;
  grid-template-rows: 164px auto;
  perspective: 1000px;
  overflow: hidden;
  transform: perspective(1000px) rotateX(var(--depth-rx)) rotateY(var(--depth-ry));
  transform-origin: center;
  transition: transform 700ms cubic-bezier(.16,.8,.2,1),border-color .25s ease,background .25s ease,box-shadow .7s ease;
}

.hub-card:hover {
  transform: perspective(1000px) rotateX(var(--depth-rx)) rotateY(var(--depth-ry)) translateY(-5px);
  box-shadow: inset 0 1px rgba(255,255,255,.08),0 36px 90px -58px rgba(78,133,191,.72);
}

.hub-card-media {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: stretch;
  margin: -26px -26px 4px;
  overflow: hidden;
  border-bottom: 1px solid rgba(137,170,204,.13);
  background: #050608;
  transform: translateZ(26px);
}

.hub-card-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg,transparent 28%,rgba(5,6,8,.2) 62%,#080a0e 100%),radial-gradient(circle at 50% 40%,transparent 26%,rgba(4,5,8,.32) 100%);
}

.hub-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.72) brightness(.7) contrast(1.12);
  transform: scale(1.035) translate3d(calc(var(--depth-x) * -.32),calc(var(--depth-y) * -.32),0);
  animation: hub-card-media-drift 13s ease-in-out infinite alternate;
  transition: filter 600ms ease,transform 900ms cubic-bezier(.16,.8,.2,1);
}

.hub-card:hover .hub-card-media img { filter: saturate(1.03) brightness(.84) contrast(1.12); transform: scale(1.095) translate3d(calc(var(--depth-x) * -.55),calc(var(--depth-y) * -.55),0); }
.hub-card-media > i { position: absolute; z-index: 3; inset: 0; opacity: .22; background: linear-gradient(110deg,transparent 30%,rgba(137,170,204,.34) 48%,transparent 66%); transform: translateX(-120%); transition: transform 1s cubic-bezier(.16,.8,.2,1); }
.hub-card:hover .hub-card-media > i { transform: translateX(120%); }
.hub-card-media-voice img { object-position: 50% 34%; }
.hub-card-media-outbound img { object-position: 50% 31%; }
.hub-card-media-chatbot img { object-position: 50% 48%; }
.hub-card-media-visibility img { object-position: 52% 52%; }
.hub-number { grid-column: 1; grid-row: 2; transform: translateZ(38px); }
.hub-card-copy { grid-column: 2; grid-row: 2; transform: translateZ(44px); }
.hub-card-arrow { grid-column: 3; grid-row: 2; transform: translateZ(48px); }

.service-system-map {
  perspective: 1200px;
  transform: perspective(1200px) rotateX(var(--depth-rx)) rotateY(var(--depth-ry));
  transform-origin: center;
  transition: transform 850ms cubic-bezier(.16,.8,.2,1),border-color 400ms ease,box-shadow 700ms ease;
}

.service-system-map:hover { border-color: rgba(137,170,204,.24); box-shadow: inset 0 1px rgba(255,255,255,.1),0 44px 100px -62px rgba(78,133,191,.6); }
.system-flow-field { position: absolute; z-index: 0; inset: 4% 4% 13%; overflow: hidden; border-radius: 40%; opacity: .78; filter: drop-shadow(0 0 28px rgba(78,133,191,.18)); transform: translate3d(var(--depth-x),var(--depth-y),8px); pointer-events: none; }
.system-flow-field::before,.system-flow-field::after { content: ""; position: absolute; left: 50%; top: 43%; width: 78%; aspect-ratio: 1.85; border: 1px solid rgba(137,170,204,.17); border-radius: 50%; transform: translate(-50%,-50%) rotate(-12deg); animation: system-flow-orbit 15s linear infinite; }
.system-flow-field::after { width: 58%; border-color: rgba(139,107,214,.19); transform: translate(-50%,-50%) rotate(62deg); animation-duration: 10s; animation-direction: reverse; }
.system-flow-field i { --flow-rotate: 0deg; --flow-y: 43%; position: absolute; left: 50%; top: var(--flow-y); width: 90%; height: 15%; border-top: 1px solid rgba(137,170,204,.25); border-radius: 50%; box-shadow: 0 -10px 32px -19px rgba(78,133,191,.8); transform: translate(-50%,-50%) rotate(var(--flow-rotate)) scaleX(.82); animation: system-flow-wave 5.8s ease-in-out infinite alternate; }
.system-flow-field i:nth-child(2) { --flow-rotate: 7deg; --flow-y: 38%; width: 82%; border-color: rgba(96,158,214,.32); animation-delay: -.8s; }
.system-flow-field i:nth-child(3) { --flow-rotate: -8deg; --flow-y: 48%; width: 86%; border-color: rgba(139,107,214,.3); animation-delay: -1.6s; }
.system-flow-field i:nth-child(4) { --flow-rotate: 14deg; --flow-y: 32%; width: 70%; animation-delay: -2.4s; }
.system-flow-field i:nth-child(5) { --flow-rotate: -15deg; --flow-y: 54%; width: 74%; border-color: rgba(139,107,214,.22); animation-delay: -3.2s; }
.system-flow-field i:nth-child(6) { --flow-rotate: 21deg; --flow-y: 42%; width: 58%; animation-delay: -4s; }
.system-flow-field i:nth-child(7) { --flow-rotate: -22deg; --flow-y: 44%; width: 54%; border-color: rgba(207,229,247,.24); animation-delay: -4.8s; }
.service-system-map:hover .system-flow-field { opacity: 1; filter: drop-shadow(0 0 38px rgba(78,133,191,.3)); }
.service-system-map .system-routes { z-index: 2; transform: translateZ(34px); }
.service-system-map .system-core { z-index: 5; transform: translate3d(-50%,-50%,74px); }
.service-system-map .system-node { z-index: 4; }
.service-system-map .system-node-voice { transform: translateZ(48px); }
.service-system-map .system-node-action { transform: translateZ(62px); }
.service-system-map .system-node-proof { transform: translateZ(54px); }
.service-system-map .signal-status { z-index: 7; transform: translateZ(42px); }

@keyframes hub-neural-singularity {
  0% { transform: translate3d(var(--depth-x),var(--depth-y),22px) rotateZ(-1.2deg) scale(1.015); }
  50% { transform: translate3d(var(--depth-x),var(--depth-y),34px) rotateZ(.8deg) scale(1.055); }
  100% { transform: translate3d(var(--depth-x),var(--depth-y),26px) rotateZ(1.7deg) scale(1.025); }
}
@keyframes hub-card-media-drift { to { scale: 1.035; translate: 0 -4px; } }
@keyframes service-brand-breathe { to { transform: translateY(-1.5px) scale(1.025); filter: brightness(1.12) drop-shadow(0 0 8px rgba(137,170,204,.2)); } }
@keyframes system-brand-breathe { to { transform: scale(1.055) rotate(1.5deg); filter: brightness(1.14) drop-shadow(0 0 21px rgba(137,170,204,.46)); } }
@keyframes system-core-current { to { transform: rotate(7deg) scaleX(.76); opacity: .48; } }
@keyframes hub-current-flow { to { transform: translateZ(42px) rotate(7deg) scaleX(.8); opacity: .46; } }
@keyframes journey-corridor-drift { to { transform: translate3d(calc(-50% + 3vw),calc(-50% - 2vh),0) scale(1.12); filter: saturate(1) contrast(1.16) brightness(.78); } }
@keyframes journey-section-glow { to { transform: translateX(-4%); opacity: .58; } }
@keyframes system-flow-orbit { to { rotate: 360deg; } }
@keyframes system-flow-wave { to { transform: translate(-50%,-50%) rotate(calc(var(--flow-rotate) + 5deg)) scaleX(1.04) scaleY(1.5); opacity: .48; } }

@media (max-width: 680px) {
  .hub-card { min-height: 320px; grid-template-columns: 32px 1fr 22px; grid-template-rows: 148px auto; }
  .hub-card-media { margin: -22px -18px 4px; }
  .hub-neural-core { width: 86px; }
  .hub-neural-core span { font-size: 39px; }
  .service-system-map .system-node-proof { transform: translateX(-50%) translateZ(54px); }
}

@media (prefers-reduced-motion: reduce) {
  .hub-neural,.hub-neural > img,.hub-neural-core img,.hub-brand-current,.hub-card,.hub-card-media img,.system-core img,.system-core-current,.system-flow-field,.system-flow-field::before,.system-flow-field::after,.system-flow-field i,.service-system-map,.journey-corridor-backdrop img,.journey-page .service-section::before,.service-page-body .mini-logo img,.service-page-body .brand-mark-img { animation: none !important; transition: none !important; transform: none !important; }
  .hub-neural-core { transform: translate(-50%,-50%) !important; }
  .service-system-map .system-core { transform: translate(-50%,-50%) !important; }
  .service-system-map .system-node-proof { transform: none !important; }
}
