:root {
  --bg: #030712;
  --bg-2: #07111f;
  --panel: rgb(2 10 24 / 68%);
  --panel-strong: rgb(4 18 36 / 78%);
  --text: #f2f8ff;
  --muted: #c8d5e7;
  --line: rgb(202 240 255 / 18%);
  --cyan: #67e8f9;
  --blue: #60a5fa;
  --green: #5eead4;
  --amber: #facc15;
  --rose: #fb7185;
  --shadow: 0 28px 90px rgb(0 0 0 / 38%);
  scroll-padding-top: 116px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

body.zow-landing {
  background: #020617;
  background-attachment: fixed;
}

body.zow-landing::before,
body.zow-landing::after,
body.zow-landing .ambient-video,
body.zow-landing .ambient-mesh {
  display: none;
}

body::before,
body::after,
.ambient-mesh {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

body::after {
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgb(103 232 249 / 22%), transparent 27rem),
    radial-gradient(circle at 88% 12%, rgb(250 204 21 / 13%), transparent 24rem),
    radial-gradient(circle at 72% 78%, rgb(251 113 133 / 12%), transparent 28rem),
    linear-gradient(135deg, rgb(2 6 23 / 94%), rgb(7 17 31 / 88) 48%, rgb(3 7 18 / 96));
  animation: auroraShift 16s ease-in-out infinite alternate;
}

.ambient-video,
.cta-background {
  position: fixed;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  background: #020617;
}

.ambient-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .24;
  filter: saturate(1.2) contrast(1.08);
}

.cta-background {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 34%, rgb(255 255 255 / 8%), transparent 8rem),
    radial-gradient(circle at 50% 42%, rgb(103 232 249 / 22%), transparent 24rem),
    radial-gradient(circle at 24% 70%, rgb(250 204 21 / 13%), transparent 18rem),
    radial-gradient(circle at 78% 68%, rgb(251 113 133 / 14%), transparent 20rem),
    linear-gradient(180deg, #020617 0%, #07111f 48%, #020617 100%);
}

.cta-background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 36%, rgb(2 6 23 / 46%) 0 17rem, rgb(2 6 23 / 20%) 28rem, transparent 48rem),
    linear-gradient(90deg, rgb(2 6 23 / 72%), transparent 28%, transparent 72%, rgb(2 6 23 / 72%)),
    linear-gradient(180deg, rgb(2 6 23 / 48%), transparent 22%, rgb(2 6 23 / 54%) 100%);
}

#ctaBackgroundCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .78;
}

.cta-background__grid,
.cta-background__spotlight,
.cta-background__rays {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-background__grid {
  --cta-x: 50%;
  --cta-y: 34%;
  background:
    radial-gradient(circle at var(--cta-x) var(--cta-y), rgb(255 255 255 / 10%), transparent 9rem),
    radial-gradient(circle at var(--cta-x) var(--cta-y), rgb(103 232 249 / 24%), transparent 24rem),
    radial-gradient(circle, rgb(255 255 255 / 10%) 1px, transparent 1.2px),
    linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px),
    linear-gradient(rgb(255 255 255 / 7%) 1px, transparent 1px);
  background-size: auto, auto, 22px 22px, 64px 64px, 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 36%, black 0 58%, transparent 88%);
  mix-blend-mode: screen;
}

.cta-background__grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 22%, rgb(103 232 249 / 15%) 49%, transparent 76%),
    linear-gradient(180deg, transparent 0 15%, rgb(255 255 255 / 10%) 48%, transparent 76%);
  opacity: .52;
  filter: blur(.4px);
  animation: ctaGridPulse 8s ease-in-out infinite alternate;
}

.cta-background__spotlight {
  background:
    radial-gradient(ellipse at 50% 26%, rgb(255 255 255 / 11%), transparent 8rem),
    radial-gradient(ellipse at 50% 42%, rgb(103 232 249 / 24%), transparent 28rem),
    radial-gradient(ellipse at 42% 58%, rgb(250 204 21 / 16%), transparent 22rem),
    radial-gradient(ellipse at 68% 62%, rgb(251 113 133 / 15%), transparent 24rem);
  mix-blend-mode: screen;
  animation: ctaSpotlightFloat 13s ease-in-out infinite alternate;
}

.cta-background__rays {
  background:
    repeating-linear-gradient(115deg, transparent 0 42px, rgb(103 232 249 / 12%) 43px 44px, transparent 45px 108px),
    repeating-linear-gradient(65deg, transparent 0 66px, rgb(250 204 21 / 9%) 67px 68px, transparent 69px 142px);
  mask-image: radial-gradient(ellipse at 50% 42%, black 0 48%, transparent 80%);
  opacity: .82;
  transform: translate3d(0, 0, 0);
  animation: ctaRaysDrift 18s linear infinite;
}

.ambient-mesh {
  z-index: -2;
  background:
    linear-gradient(120deg, transparent 0 40%, rgb(103 232 249 / 10%) 49%, transparent 58%),
    radial-gradient(circle at 50% 10%, rgb(255 255 255 / 10%), transparent 18rem);
  mix-blend-mode: screen;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  transform: translateY(-150%);
  background: #fff;
  color: #020617;
  padding: 10px 12px;
  border-radius: 10px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: min(1180px, calc(100% - 28px));
  margin: 16px auto 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px 8px 12px;
  background: linear-gradient(135deg, rgb(3 10 24 / 82%), rgb(15 23 42 / 62%));
  box-shadow: var(--shadow), inset 0 1px 0 rgb(255 255 255 / 13%);
  backdrop-filter: blur(24px) saturate(1.25);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark-3d {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgb(215 245 255 / 34%);
  border-radius: 13px;
  background:
    radial-gradient(circle at 28% 22%, rgb(255 255 255 / 84%), transparent 21%),
    linear-gradient(145deg, rgb(132 247 255 / 96%), rgb(42 200 232 / 88%) 48%, rgb(12 38 68 / 94%));
  color: #05111f;
  box-shadow:
    0 0 28px rgb(103 232 249 / 34%),
    0 12px 24px rgb(2 6 23 / 34%),
    inset -6px -9px 16px rgb(2 6 23 / 30%),
    inset 6px 7px 14px rgb(255 255 255 / 36%);
  transform: perspective(140px) rotateX(16deg) rotateY(-18deg);
  transform-style: preserve-3d;
}

.brand-mark-3d::before,
.brand-mark-3d::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgb(2 6 23 / 24%);
  border-radius: 11px;
  transform: translateZ(9px);
}

.brand-mark-3d::after {
  inset: auto -3px -5px 7px;
  height: 11px;
  border: 0;
  background: rgb(3 7 18 / 38%);
  filter: blur(6px);
  transform: translateZ(-12px);
}

.brand-mark-3d img {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  object-fit: contain;
  transform: translateZ(18px);
  filter: drop-shadow(0 3px 5px rgb(2 6 23 / 34%));
}

.brand-mark-3d i {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 1000;
  transform: translateZ(18px);
}

.main-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 999px;
  padding: 3px;
  background: rgb(255 255 255 / 5%);
}

.nav-indicator {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 0;
  width: 0;
  height: calc(100% - 6px);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  opacity: 0;
  transition: transform 220ms ease, width 220ms ease, opacity 180ms ease;
}

.main-nav a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 7px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 12px;
  color: rgb(242 248 255 / 82%);
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.main-nav a svg,
.nav-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.main-nav a span {
  display: inline-block;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: #02101f;
}

.main-nav a:hover {
  transform: translateY(-1px);
}

.panel-link {
  background: rgb(94 234 212 / 13%);
  color: #d8fff7 !important;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgb(255 255 255 / 7%);
  color: #fff;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  border-radius: 999px;
  background: currentColor;
}

.section-loader {
  position: fixed;
  left: 50%;
  top: 90px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(103 232 249 / 28%);
  border-radius: 999px;
  padding: 11px 15px;
  background: rgb(3 10 24 / 88%);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -12px) scale(.96);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px);
}

.section-loader.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.section-loader span {
  width: 18px;
  height: 18px;
  border: 2px solid rgb(103 232 249 / 24%);
  border-top-color: var(--cyan);
  border-radius: 50%;
  animation: spin 720ms linear infinite;
}

.section-loader strong {
  font-size: .82rem;
}

main {
  width: 100%;
}

.section-shell {
  position: relative;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(58px, 9vh, 96px) 0;
}

.section-shell:not(.hero) {
  margin-top: clamp(18px, 5vh, 56px);
}

.section-shell::before {
  content: "";
  position: absolute;
  inset: clamp(26px, 5vw, 54px) -18px;
  z-index: -1;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 20%, rgb(103 232 249 / 7%), transparent 18rem),
    radial-gradient(circle at 82% 70%, rgb(250 204 21 / 5%), transparent 17rem),
    linear-gradient(135deg, rgb(2 6 23 / 36%), rgb(2 10 24 / 16%) 52%, rgb(2 6 23 / 28%));
  opacity: .9;
  pointer-events: none;
}

.section-shell:not(.hero)::after {
  content: "";
  position: absolute;
  top: clamp(18px, 4vw, 38px);
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(103 232 249 / 70%), rgb(250 204 21 / 38%), transparent);
  box-shadow: 0 0 24px rgb(103 232 249 / 20%);
  pointer-events: none;
}

.systems-section::before,
.services-section::before,
.plans-section::before,
.contact-section::before {
  background:
    radial-gradient(circle at 15% 8%, rgb(103 232 249 / 10%), transparent 19rem),
    radial-gradient(circle at 88% 76%, rgb(250 204 21 / 6%), transparent 18rem),
    linear-gradient(135deg, rgb(2 6 23 / 54%), rgb(4 18 36 / 28%) 48%, rgb(2 6 23 / 46%));
  border: 1px solid rgb(202 240 255 / 7%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 6%);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(300px, .9fr);
  gap: clamp(18px, 4vw, 46px);
  align-items: center;
  min-height: calc(100svh - 86px);
  padding-top: clamp(28px, 4vh, 46px);
  padding-bottom: clamp(22px, 4vh, 36px);
}

.hero-copy {
  display: grid;
  gap: 16px;
}

.eyebrow {
  width: fit-content;
  margin: 0;
  border: 1px solid rgb(103 232 249 / 28%);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgb(103 232 249 / 9%);
  color: #dffcff;
  font-size: .7rem;
  font-weight: 950;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 980px;
  font-size: clamp(1.95rem, 4.2vw, 4.35rem);
  line-height: .95;
  color: #fbfdff;
  text-shadow: 0 3px 24px rgb(2 6 23 / 82%), 0 0 34px rgb(103 232 249 / 14%);
}

.reveal-text,
.section-head h2 {
  letter-spacing: 0;
}

h1 span {
  display: block;
  margin-top: 8px;
  background: linear-gradient(135deg, #fff, #c8f7ff 40%, #67e8f9 68%, #facc15);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 22px rgb(2 6 23 / 92%));
}

.hero-phrase-shell {
  position: relative;
  display: block;
  min-height: 2.05em;
}

.hero-phrase-sizer {
  display: block;
  visibility: hidden;
  pointer-events: none;
}

#heroPhrase {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  width: 100%;
  min-height: 100%;
}

#heroPhrase::after {
  content: "";
  display: inline-block;
  width: .08em;
  height: .86em;
  margin-left: .08em;
  border-radius: 999px;
  background: var(--cyan);
  vertical-align: -.08em;
  animation: cursor 900ms steps(2, end) infinite;
}

.hero-text,
.section-head p,
.system-grid p,
.services-grid p,
.timeline-track p,
.comparison-panel p,
.plan-grid p,
.value-strip p {
  color: var(--muted);
  font-size: clamp(.9rem, 1.05vw, 1rem);
  line-height: 1.58;
  text-shadow: 0 2px 16px rgb(2 6 23 / 76%);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.primary-action,
.secondary-action,
.system-grid a,
.plan-grid a,
.lead-form button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 950;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.magnetic-action {
  will-change: transform;
}

.primary-action,
.lead-form button,
.featured a {
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #02101f;
  box-shadow: 0 18px 46px rgb(96 165 250 / 24%);
}

.secondary-action,
.system-grid a,
.plan-grid a {
  background: rgb(255 255 255 / 6%);
  color: var(--text);
}

.primary-action:hover,
.secondary-action:hover,
.system-grid a:hover,
.plan-grid a:hover,
.lead-form button:hover {
  border-color: rgb(103 232 249 / 36%);
  box-shadow: 0 22px 58px rgb(103 232 249 / 19%);
}

.command-card,
.zow-nexus-stage,
.system-card,
.service-card,
.timeline-track article,
.comparison-panel,
.comparison-panel article,
.pricing-card,
.contact-layout,
.contact-layout aside,
.lead-form,
.value-strip article {
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgb(5 18 36 / 82%), rgb(2 8 20 / 68%)),
    linear-gradient(145deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 4%));
  box-shadow: var(--shadow), inset 0 1px 0 rgb(255 255 255 / 9%);
  backdrop-filter: blur(18px);
}

.command-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 500px;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  transform-style: preserve-3d;
}

.cpu-architecture-stage {
  position: relative;
  display: grid;
  min-height: 400px;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 22px;
  color: rgb(214 245 255 / 70%);
  transform-style: preserve-3d;
}

.cpu-architecture-stage--bare {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.cpu-architecture-stage::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 48%, rgb(103 232 249 / 22%), transparent 12rem),
    radial-gradient(circle at 42% 60%, rgb(250 204 21 / 16%), transparent 10rem),
    radial-gradient(circle at 64% 70%, rgb(251 113 133 / 13%), transparent 12rem);
  animation: auroraShift 12s ease-in-out infinite alternate;
}

.cpu-architecture-stage--bare::before {
  z-index: 0;
  opacity: .86;
  filter: blur(8px);
}

.cpu-architecture-stage::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 50%, transparent 0 7rem, black 12rem, transparent 23rem);
}

.cpu-architecture-stage--bare::after {
  display: none;
}

.cpu-architecture-map {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  min-height: 258px;
  overflow: visible;
  color: rgb(219 245 255 / 78%);
  filter: drop-shadow(0 28px 70px rgb(103 232 249 / 18%)) drop-shadow(0 28px 70px rgb(0 0 0 / 30%));
  transform: perspective(760px) rotateX(54deg) rotateZ(-18deg) scale(1.04);
  transform-style: preserve-3d;
}

.cpu-paths path {
  stroke-dasharray: 2 4;
  vector-effect: non-scaling-stroke;
}

.cpu-pin-grid {
  color: rgb(250 204 21 / 62%);
}

.cpu-chip-logo rect {
  fill: #090f1d;
  stroke: rgb(103 232 249 / 58%);
  stroke-width: .7;
  filter: drop-shadow(0 0 12px rgb(103 232 249 / 42%));
}

.cpu-chip-logo text {
  fill: #f8fdff;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
}

.cpu-flow-dot {
  offset-anchor: center;
  animation: cpuFlow var(--cpu-speed, 5s) cubic-bezier(.75, -.01, 0, .99) infinite;
}

.cpu-line-1 {
  --cpu-speed: 5s;
  offset-path: path("M 10 20 h 76 q 6 0 6 6 v 24");
}

.cpu-line-2 {
  --cpu-speed: 3.2s;
  animation-delay: 1.4s;
  offset-path: path("M 190 14 h -72 q -6 0 -6 6 v 28");
}

.cpu-line-3 {
  --cpu-speed: 4.4s;
  animation-delay: .8s;
  offset-path: path("M 20 76 h 58 q 6 0 6 -6 v -18");
}

.cpu-line-4 {
  --cpu-speed: 5.8s;
  animation-delay: 2.2s;
  offset-path: path("M 180 84 h -58 q -6 0 -6 -6 v -22");
}

.cpu-line-5 {
  --cpu-speed: 3.8s;
  animation-delay: 1s;
  offset-path: path("M 48 42 h 24 q 5 0 5 5 v 3 q 0 5 5 5 h 18");
}

.cpu-line-6 {
  --cpu-speed: 4.7s;
  animation-delay: 2.7s;
  offset-path: path("M 154 42 h -24 q -5 0 -5 5 v 3 q 0 5 -5 5 h -18");
}

.cpu-label,
.cpu-stage-caption {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 4px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 16px;
  padding: 11px 13px;
  background: rgb(2 6 23 / 62%);
  box-shadow: 0 20px 58px rgb(0 0 0 / 25%);
  backdrop-filter: blur(14px);
}

.cpu-label span,
.cpu-stage-caption span {
  color: var(--cyan);
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cpu-label b,
.cpu-stage-caption strong {
  color: var(--text);
}

.cpu-label-sales {
  left: 28px;
  top: 30px;
}

.cpu-label-docs {
  right: 28px;
  top: 38%;
}

.cpu-label-health {
  left: 46px;
  bottom: 50px;
}

.cpu-stage-caption {
  right: 28px;
  bottom: 28px;
  max-width: 230px;
  text-align: right;
}

.zow-nexus-stage {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  transform-style: preserve-3d;
  background:
    radial-gradient(circle at 50% 46%, rgb(103 232 249 / 18%), transparent 13rem),
    linear-gradient(145deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 4%));
}

.zow-nexus-stage::before {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: -1;
  background:
    conic-gradient(from 90deg, transparent, rgb(103 232 249 / 26%), transparent 30%, rgb(250 204 21 / 18%), transparent 62%, rgb(251 113 133 / 15%), transparent),
    radial-gradient(circle, rgb(255 255 255 / 12%), transparent 30%);
  animation: nexusSweep 9s ease-in-out infinite alternate;
}

.zow-nexus-stage::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 6%) 1px, transparent 1px),
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at 50% 48%, transparent 0 9rem, black 14rem, transparent 23rem);
}

.nexus-beam {
  position: absolute;
  width: 150%;
  height: 90px;
  background: linear-gradient(90deg, transparent, rgb(103 232 249 / 36%), rgb(255 255 255 / 18%), transparent);
  filter: blur(12px);
  transform: rotate(-18deg);
  animation: nexusBeam 5.8s ease-in-out infinite;
}

.nexus-core-logo {
  position: relative;
  z-index: 2;
  display: grid;
  width: clamp(190px, 27vw, 270px);
  aspect-ratio: 1;
  place-items: center;
  transform: perspective(700px) rotateX(62deg) rotateZ(-24deg);
  transform-style: preserve-3d;
}

.nexus-core-logo strong {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 28px;
  background:
    linear-gradient(145deg, #fff, #9ff7ff 42%, #facc15),
    #67e8f9;
  color: #06111f;
  font-size: 3.4rem;
  font-weight: 1000;
  box-shadow:
    0 0 80px rgb(103 232 249 / 52%),
    inset -14px -18px 28px rgb(2 6 23 / 22%),
    inset 12px 14px 28px rgb(255 255 255 / 44%);
  transform: translateZ(54px) rotateX(-62deg) rotateZ(24deg);
}

.nexus-ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgb(103 232 249 / 42%);
  border-radius: 50%;
  box-shadow: 0 0 38px rgb(103 232 249 / 22%);
}

.ring-a {
  animation: nexusSpin 16s linear infinite;
}

.ring-b {
  inset: 12%;
  border-color: rgb(250 204 21 / 34%);
  transform: rotateX(72deg) rotateY(22deg);
  animation: nexusSpin 11s linear infinite reverse;
}

.ring-c {
  inset: 24%;
  border-color: rgb(251 113 133 / 32%);
  transform: rotateY(76deg) rotateX(18deg);
  animation: nexusSpin 8s linear infinite;
}

.nexus-data-rail {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 4px;
  min-width: 170px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgb(2 6 23 / 62%);
  box-shadow: 0 20px 58px rgb(0 0 0 / 26%);
  backdrop-filter: blur(14px);
}

.nexus-data-rail span {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 850;
}

.nexus-data-rail b {
  color: #f2f8ff;
}

.rail-top {
  left: 28px;
  top: 32px;
}

.rail-right {
  right: 26px;
  top: 44%;
}

.rail-bottom {
  left: 18%;
  bottom: 36px;
}

.nexus-caption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  display: grid;
  gap: 5px;
  text-align: right;
}

.nexus-caption span {
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.nexus-caption strong {
  max-width: 220px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1;
}

.command-card::before {
  content: "";
  position: absolute;
  inset: -24%;
  background: conic-gradient(from 140deg, transparent, rgb(103 232 249 / 24%), transparent, rgb(250 204 21 / 14%), transparent, rgb(251 113 133 / 13%), transparent);
  animation: auroraShift 12s ease-in-out infinite alternate;
}

.command-card > * {
  position: relative;
  z-index: 1;
}

.command-top,
.command-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.command-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
}

.command-top span:nth-child(2) {
  background: var(--amber);
}

.command-top span:nth-child(3) {
  margin-right: auto;
  background: var(--rose);
}

.command-orbit {
  position: relative;
  display: grid;
  min-height: 230px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 24px;
  background:
    radial-gradient(circle, rgb(103 232 249 / 20%), transparent 32%),
    linear-gradient(90deg, rgb(255 255 255 / 6%) 1px, transparent 1px),
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    rgb(2 6 23 / 45%);
  background-size: auto, 34px 34px, 34px 34px, auto;
  overflow: hidden;
}

.command-orbit::before,
.command-orbit::after {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgb(103 232 249 / 30%);
  border-radius: 50%;
  animation: rotateGlow 14s linear infinite;
}

.command-orbit::after {
  width: 48%;
  border-color: rgb(250 204 21 / 24%);
  animation-duration: 9s;
  animation-direction: reverse;
}

.command-orbit strong {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff, var(--cyan));
  color: #02101f;
  font-size: 1.7rem;
  box-shadow: 0 0 44px rgb(103 232 249 / 40%);
}

.command-orbit span {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgb(2 6 23 / 72%);
  color: #dffcff;
  font-size: .78rem;
  font-weight: 900;
}

.command-orbit span:nth-child(1) {
  left: 12%;
  top: 18%;
}

.command-orbit span:nth-child(2) {
  right: 12%;
  top: 32%;
}

.command-orbit span:nth-child(3) {
  bottom: 18%;
  left: 42%;
}

.command-list {
  display: grid;
  gap: 12px;
}

.command-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 16px;
  padding: 13px;
  background: rgb(2 6 23 / 48%);
}

.command-list span,
.command-footer span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 850;
}

.command-list i {
  grid-row: span 2;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 20px rgb(94 234 212 / 60%);
}

.section-head {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-bottom: 24px;
}

.section-head h2 {
  font-size: clamp(1.65rem, 3.3vw, 3.2rem);
  line-height: 1.04;
  color: #f8fcff;
  text-shadow: 0 3px 26px rgb(2 6 23 / 88%);
}

.value-strip,
.system-grid,
.services-grid,
.plan-grid {
  display: grid;
  gap: 16px;
}

.value-strip,
.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.system-grid,
.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-frame-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(190px, .72fr) minmax(190px, .72fr);
  grid-template-areas:
    "main main software"
    "main main web"
    "support support support";
  grid-auto-rows: minmax(210px, auto);
  align-items: stretch;
}

.pricing-card-grid {
  align-items: stretch;
  counter-reset: none;
}

.value-strip {
  padding-top: clamp(34px, 6vh, 74px);
}

.value-strip article,
.system-card,
.service-card {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.value-strip span,
.system-grid span,
.services-grid span,
.timeline-track span,
.comparison-panel span {
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.value-strip strong,
.system-grid h3,
.services-grid h3,
.timeline-track strong {
  font-size: 1.2rem;
}

.pricing-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  min-height: 400px;
  overflow: hidden;
  padding: 18px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(rgba(255, 255, 255, 0.08) 0.8px, transparent 0.8px),
    radial-gradient(circle at 50% 0%, rgb(103 232 249 / 16%), transparent 15rem);
  background-size: 14px 14px, auto;
  mask-image: radial-gradient(circle at 50% 8%, black, rgb(0 0 0 / 44%) 42%, transparent 78%);
}

.pricing-card:hover {
  border-color: rgb(103 232 249 / 34%);
  box-shadow: var(--shadow), 0 0 70px rgb(103 232 249 / 12%), inset 0 1px 0 rgb(255 255 255 / 12%);
}

.pricing-card__header,
.pricing-card__body,
.pricing-card__list,
.pricing-card__plan {
  display: grid;
}

.pricing-card__header {
  gap: 12px;
}

.pricing-card__plan {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: rgb(242 248 255 / 88%);
  font-size: .92rem;
  font-weight: 950;
}

.pricing-card__icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 10px;
  background: rgb(255 255 255 / 8%);
  color: var(--cyan);
}

.pricing-card__icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.pricing-card__badge {
  width: fit-content;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgb(255 255 255 / 7%);
  color: #d5e4f6;
  font-size: .72rem;
  text-transform: uppercase;
}

.pricing-card__price {
  display: flex;
  min-height: 54px;
  align-items: flex-end;
  gap: 9px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding-top: 12px;
}

.pricing-card__price b {
  color: #fff;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: .9;
}

.pricing-card__price small {
  padding-bottom: 5px;
  color: #d5e4f6;
  font-weight: 850;
}

.pricing-card__cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(180deg, #67e8f9, #60a5fa);
  color: #02101f;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 34px rgb(96 165 250 / 26%);
}

.pricing-card__body {
  align-content: start;
  gap: 14px;
}

.pricing-card__list {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: rgb(244 248 255 / 90%);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.45;
}

.pricing-card__list--muted {
  opacity: .9;
}

.pricing-card__check,
.pricing-card__lock {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 950;
}

.pricing-card__check {
  background: rgb(94 234 212 / 15%);
  color: var(--green);
}

.pricing-card__lock {
  background: rgb(251 113 133 / 14%);
  color: #fda4af;
}

.pricing-card__separator {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(213 228 246 / 82%);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pricing-card__separator::before,
.pricing-card__separator::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgb(255 255 255 / 12%);
}

.seo-faq-section {
  position: relative;
}

.seo-faq-section::before {
  background:
    radial-gradient(circle at 18% 18%, rgb(103 232 249 / 12%), transparent 18rem),
    radial-gradient(circle at 84% 20%, rgb(250 204 21 / 10%), transparent 15rem),
    linear-gradient(145deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 3%));
}

.seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-faq-grid article {
  display: grid;
  gap: 10px;
  min-height: 178px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 4%));
  box-shadow: 0 20px 64px rgb(0 0 0 / 18%);
}

.seo-faq-grid h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.2;
}

.seo-faq-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.system-card {
  position: relative;
  align-content: start;
  min-height: 380px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.system-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 30%), rgb(103 232 249 / 18%), transparent 16rem);
  opacity: 0;
  transition: opacity 180ms ease;
}

.system-card:hover {
  border-color: rgb(103 232 249 / 34%);
  background: linear-gradient(145deg, rgb(255 255 255 / 13%), rgb(255 255 255 / 6%));
}

.system-card:hover::before {
  opacity: 1;
}

.system-card > * {
  position: relative;
}

.system-grid img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 18px;
  background: rgb(4 14 28 / 82%);
  box-shadow:
    0 22px 50px rgb(2 6 23 / 34%),
    inset 0 1px 0 rgb(255 255 255 / 14%);
  transition: transform 220ms ease, filter 220ms ease;
}

.system-card:hover img {
  transform: translateY(-2px) scale(1.025);
  filter: saturate(1.1) contrast(1.05);
}

.services-section {
  overflow: visible;
  z-index: 46;
}

.services-accordion-showcase {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

.services-summary-card {
  display: grid;
  align-content: start;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: clamp(20px, 3vw, 28px);
  background:
    radial-gradient(circle at 16% 0%, rgb(103 232 249 / 16%), transparent 12rem),
    linear-gradient(145deg, rgb(5 18 36 / 86%), rgb(2 8 20 / 70%));
  box-shadow: var(--shadow), inset 0 1px 0 rgb(255 255 255 / 9%);
  backdrop-filter: blur(18px);
}

.services-summary-card h2 {
  font-size: clamp(1.5rem, 2.7vw, 2.7rem);
  line-height: 1.02;
}

.services-summary-card > p:not(.eyebrow) {
  color: #d7e3f4;
  line-height: 1.62;
}

.services-summary-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.services-summary-stats span {
  display: grid;
  gap: 3px;
  min-height: 82px;
  align-content: center;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 18px;
  padding: 12px;
  background: rgb(255 255 255 / 6%);
}

.services-summary-stats b {
  color: var(--cyan);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1;
}

.services-summary-stats small {
  color: #d7e3f4;
  font-size: .78rem;
  font-weight: 850;
}

.service-image-accordion {
  display: flex;
  gap: 10px;
  min-width: 0;
  min-height: clamp(360px, 42vw, 500px);
}

.service-accordion-panel {
  position: relative;
  flex: .58 1 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgb(2 6 23 / 72%);
  box-shadow: var(--shadow), inset 0 1px 0 rgb(255 255 255 / 9%);
  cursor: pointer;
  isolation: isolate;
  transition: flex 360ms cubic-bezier(.2, .82, .2, 1), border-color 220ms ease, transform 220ms ease;
}

.service-accordion-panel.is-active {
  flex: 2.65 1 0;
  border-color: rgb(103 232 249 / 42%);
}

.service-accordion-panel:focus-visible {
  outline: 3px solid rgb(103 232 249 / 42%);
  outline-offset: 4px;
}

.service-accordion-panel img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.05);
  transform: translate3d(0, var(--service-shift, 0px), 0) scale(1.04);
  transition: transform 620ms cubic-bezier(.2, .82, .2, 1), filter 360ms ease;
}

.service-accordion-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 20%, rgb(2 6 23 / 18%) 48%, rgb(2 6 23 / 82%)),
    linear-gradient(90deg, rgb(2 6 23 / 38%), transparent 54%);
  pointer-events: none;
}

.service-accordion-panel div {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  display: grid;
  gap: 7px;
}

.service-accordion-panel span {
  width: fit-content;
  color: var(--cyan);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-accordion-panel h3 {
  max-width: 420px;
  font-size: clamp(1.05rem, 2vw, 1.75rem);
  line-height: 1.05;
}

.service-accordion-panel p {
  max-width: 460px;
  color: #e7f1ff;
  line-height: 1.45;
}

.service-accordion-panel:not(.is-active) div {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transform-origin: center;
}

.service-accordion-panel:not(.is-active) p {
  display: none;
}

.service-accordion-panel.is-active img,
.service-accordion-panel:hover img {
  filter: saturate(1.18) contrast(1.08);
  transform: translate3d(0, calc(var(--service-shift, 0px) - 6px), 0) scale(1.08);
}

.services-mobile-map {
  display: none;
}

.service-card {
  position: relative;
  grid-template-rows: minmax(180px, auto) 1fr;
  min-height: 430px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-frame {
  min-height: 360px;
  padding: 14px;
  isolation: isolate;
  cursor: pointer;
}

.service-frame:nth-child(1) {
  grid-area: main;
  min-height: 560px;
}

.service-frame:nth-child(2) {
  grid-area: software;
}

.service-frame:nth-child(3) {
  grid-area: web;
}

.service-frame:nth-child(4) {
  grid-area: support;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .62fr);
  grid-template-rows: 1fr;
  min-height: 320px;
}

.service-card--wide {
  grid-column: span 2;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 24% 20%, rgb(103 232 249 / 16%), transparent 12rem),
    radial-gradient(circle at 86% 12%, rgb(250 204 21 / 12%), transparent 11rem);
  opacity: .78;
  pointer-events: none;
}

.service-card:hover {
  border-color: rgb(103 232 249 / 34%);
  background: linear-gradient(145deg, rgb(255 255 255 / 12%), rgb(255 255 255 / 6%));
}

.service-frame:focus-visible {
  outline: 3px solid rgb(103 232 249 / 42%);
  outline-offset: 4px;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card__media {
  position: relative;
  min-height: 190px;
  height: clamp(180px, 22vw, 260px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 18px;
  background: rgb(2 6 23 / 62%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
}

.service-frame:nth-child(1) .service-card__media {
  height: min(48vw, 388px);
}

.service-frame:nth-child(4) .service-card__media {
  height: 100%;
  min-height: 260px;
}

.service-card__media--stack::before {
  content: "";
  position: absolute;
  inset: 12px -10px -14px 22px;
  z-index: 0;
  border: 1px solid rgb(103 232 249 / 18%);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgb(103 232 249 / 18%), rgb(251 113 133 / 12%)),
    rgb(2 6 23 / 42%);
  filter: blur(.2px);
  opacity: .66;
  transform: translate3d(-12px, 14px, 0) rotate(-2deg);
  transition: transform 420ms ease, opacity 420ms ease;
}

.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 34%, rgb(2 6 23 / 32%)),
    linear-gradient(90deg, rgb(103 232 249 / 18%), transparent 46%, rgb(251 113 133 / 13%));
  mix-blend-mode: screen;
  pointer-events: none;
}

.service-card__media img,
.service-card__media video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 124%;
  object-fit: cover;
  transform: translate3d(0, var(--service-shift, 0px), 0) scale(1.08);
  transition: transform 620ms cubic-bezier(.2, .82, .2, 1), filter 620ms ease;
}

.service-card__media--stack img {
  width: calc(100% - 18px);
  height: calc(124% - 18px);
  margin: 9px;
  border-radius: 15px;
  box-shadow: 0 22px 54px rgb(0 0 0 / 28%);
}

.service-card__media video {
  filter: saturate(1.18) contrast(1.08);
}

.service-card:hover .service-card__media--stack::before {
  opacity: .9;
  transform: translate3d(-6px, 8px, 0) rotate(-1deg);
}

.service-card:hover .service-card__media img,
.service-card:hover .service-card__media video {
  filter: saturate(1.16) contrast(1.08);
  transform: translate3d(0, calc(var(--service-shift, 0px) - 8px), 0) scale(1.13);
}

.service-card div {
  display: grid;
  gap: 10px;
}

.service-frame__copy {
  align-content: start;
  min-height: 150px;
  padding: 2px 4px 4px;
}

.service-frame:not(.is-active) .service-frame__copy {
  min-height: 132px;
}

.service-frame:not(.is-active) .service-frame__copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.service-frame:nth-child(1) h3 {
  max-width: 720px;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.02;
}

.service-frame:nth-child(1) p {
  max-width: 760px;
  font-size: clamp(.96rem, 1.12vw, 1.08rem);
}

.service-frame.is-active {
  border-color: rgb(103 232 249 / 44%);
  box-shadow: var(--shadow), inset 0 1px 0 rgb(255 255 255 / 12%), 0 0 0 1px rgb(103 232 249 / 8%);
}

.services-frame-layout:has(.service-frame:hover) .service-frame:not(:hover) {
  opacity: .82;
}

.services-frame-layout:has(.service-frame:hover) .service-frame:hover {
  border-color: rgb(103 232 249 / 48%);
}

.service-card p {
  margin: 0;
  color: #d7e3f4;
  line-height: 1.65;
}

.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.timeline-track::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--amber), transparent);
}

.timeline-track article {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 20px;
}

.comparison-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
  padding: 14px;
}

.comparison-panel article {
  display: grid;
  gap: 10px;
  padding: 20px;
  background: rgb(2 6 23 / 34%);
}

.featured {
  border-color: rgb(103 232 249 / 38%) !important;
  transform: translateY(-8px);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: 16px;
  padding: 16px;
}

.contact-layout aside,
.lead-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgb(255 255 255 / 5%);
}

.contact-layout aside a {
  color: var(--cyan);
  font-weight: 900;
  text-decoration: none;
}

.contact-pulse {
  height: 88px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgb(103 232 249 / 8%) 1px, transparent 1px),
    linear-gradient(rgb(103 232 249 / 8%) 1px, transparent 1px),
    rgb(2 6 23 / 48%);
  background-size: 24px 24px;
  overflow: hidden;
}

.contact-pulse i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  clip-path: polygon(0 52%, 14% 52%, 20% 28%, 30% 72%, 38% 52%, 54% 52%, 61% 36%, 70% 66%, 78% 52%, 100% 52%, 100% 56%, 78% 56%, 70% 70%, 61% 40%, 54% 56%, 38% 56%, 30% 76%, 20% 32%, 14% 56%, 0 56%);
}

.lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 850;
}

.lead-form .span-2 {
  grid-column: span 2;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 13px;
  background: rgb(2 6 23 / 68%);
  color: var(--text);
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgb(103 232 249 / 52%);
  box-shadow: 0 0 0 3px rgb(103 232 249 / 12%);
}

.lead-form button,
.lead-form p {
  grid-column: span 2;
}

#requestMessage {
  min-height: 22px;
  color: var(--muted);
}

#requestMessage.is-success {
  color: var(--green);
}

#requestMessage.is-error {
  color: #fca5a5;
}

.floating-robot {
  position: fixed;
  bottom: -42px;
  left: 0;
  z-index: 45;
  width: clamp(178px, 17vw, 232px);
  height: clamp(238px, 24vw, 310px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
}

.floating-robot__thought {
  position: absolute;
  top: 8px;
  left: min(156px, 76vw);
  z-index: 3;
  width: min(176px, 54vw);
  transform: translateX(-18%);
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  padding: 8px 12px;
  background:
    radial-gradient(circle at 18% 0%, rgb(255 255 255 / 22%), transparent 3.4rem),
    linear-gradient(135deg, rgb(248 250 252 / 94%), rgb(199 242 255 / 88%));
  color: #04111f;
  font-size: clamp(.62rem, .66vw, .72rem);
  font-weight: 950;
  line-height: 1.14;
  text-align: center;
  letter-spacing: 0;
  box-shadow:
    0 14px 28px rgb(0 0 0 / 24%),
    0 0 22px rgb(103 232 249 / 18%);
}

.floating-robot__thought::before,
.floating-robot__thought::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgb(248 250 252 / 92%);
  box-shadow: 0 10px 22px rgb(0 0 0 / 18%);
}

.floating-robot__thought::before {
  left: 26px;
  right: auto;
  bottom: -9px;
  width: 12px;
  height: 12px;
}

.floating-robot__thought::after {
  left: 8px;
  right: auto;
  bottom: -19px;
  width: 7px;
  height: 7px;
}

.floating-robot__halo {
  position: absolute;
  inset: 46% 7% 10%;
  z-index: 0;
  border-radius: 999px;
  background: radial-gradient(ellipse at 50% 64%, rgb(103 232 249 / 28%), transparent 68%);
  filter: blur(18px);
  animation: floatingRobotHalo 6s ease-in-out infinite alternate;
  pointer-events: none;
}

.floating-robot__viewer {
  display: block;
  position: absolute;
  inset: -36% -58% -78%;
  z-index: 1;
  width: 216%;
  height: 178%;
  transform: translate3d(0, 5%, 0) scale(.86);
  transform-origin: 50% 28%;
  clip-path: inset(0 0 43% 0);
  filter: drop-shadow(0 22px 24px rgb(0 0 0 / 34%));
}

.floating-robot__model {
  position: absolute;
  left: -52px;
  right: -44px;
  top: 38px;
  bottom: -54px;
  z-index: 1;
  overflow: hidden;
  pointer-events: auto;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  max-width: calc(100vw - 36px);
  border: 1px solid rgb(220 252 231 / 58%);
  border-radius: 999px;
  padding: 8px 16px 8px 10px;
  background:
    linear-gradient(135deg, rgb(37 211 102 / 96%), rgb(45 212 191 / 94%)),
    #25d366;
  color: #02101f;
  font-weight: 900;
  text-decoration: none;
  box-shadow:
    0 18px 42px rgb(45 212 191 / 28%),
    0 0 0 6px rgb(37 211 102 / 10%);
}

.whatsapp-float__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 6px;
  background: rgb(255 255 255 / 92%);
  fill: #128c4a;
  box-shadow: inset 0 0 0 1px rgb(2 16 31 / 10%);
}

.whatsapp-float__text {
  display: grid;
  gap: 1px;
  line-height: 1;
  white-space: nowrap;
}

.whatsapp-float__text strong {
  font-size: .9rem;
  letter-spacing: 0;
}

.whatsapp-float__text small {
  font-size: .68rem;
  color: rgb(2 16 31 / 78%);
  font-weight: 850;
  letter-spacing: 0;
}

.zow-footer {
  position: relative;
  display: grid;
  gap: 22px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(145deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 5%));
  box-shadow: var(--shadow), inset 0 1px 0 rgb(255 255 255 / 9%);
  backdrop-filter: blur(18px);
}

.footer-intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.footer-brand {
  display: inline-grid;
  text-decoration: none;
}

.footer-intro p,
.footer-copy {
  margin: 0;
  color: #d2deee;
  line-height: 1.7;
}

.footer-separator {
  border-top: 1px dotted rgb(255 255 255 / 22%);
  border-style: dotted;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.footer-nav div {
  display: grid;
  gap: 10px;
}

.footer-nav strong {
  color: var(--text);
  font-size: .86rem;
  text-transform: uppercase;
}

.footer-nav a {
  width: fit-content;
  color: #d2deee;
  font-size: .94rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-nav a:hover {
  color: var(--cyan);
  transform: translateX(3px);
}

.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.footer-social-link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 14px;
  background: rgb(255 255 255 / 6%);
  color: #dffcff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-social-link:hover {
  border-color: rgb(103 232 249 / 48%);
  background: rgb(103 232 249 / 13%);
  box-shadow: 0 16px 40px rgb(103 232 249 / 16%);
  transform: translateY(-3px);
}

.footer-copy {
  font-size: .9rem;
  text-align: center;
}

[data-section] {
  opacity: 0;
  scroll-margin-top: 116px;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(.2, .8, .2, 1);
}

[data-section].is-active,
[data-section].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.services-section {
  opacity: 1;
  transform: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cursor {
  0%,
  45% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: .18;
  }
}

@keyframes rotateGlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes auroraShift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: hue-rotate(0deg);
  }

  100% {
    transform: translate3d(1.5%, -1%, 0) scale(1.04);
    filter: hue-rotate(14deg);
  }
}

@keyframes floatingRobotHalo {
  0% {
    opacity: .58;
    transform: translate3d(-3%, 2%, 0) scale(.94);
  }

  100% {
    opacity: .92;
    transform: translate3d(2%, -2%, 0) scale(1.05);
  }
}

@keyframes ctaGridPulse {
  0% {
    opacity: .38;
    transform: translate3d(-1%, -1%, 0) scale(1);
  }

  100% {
    opacity: .68;
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes ctaSpotlightFloat {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  100% {
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes ctaRaysDrift {
  0% {
    transform: translate3d(-32px, -18px, 0);
  }

  100% {
    transform: translate3d(32px, 18px, 0);
  }
}

@keyframes cpuFlow {
  0% {
    offset-distance: 0%;
    opacity: 0;
    transform: scale(.72);
  }

  12%,
  86% {
    opacity: 1;
  }

  100% {
    offset-distance: 100%;
    opacity: 0;
    transform: scale(1.05);
  }
}

@keyframes nexusSweep {
  0% {
    transform: rotate(0deg) scale(1);
  }

  100% {
    transform: rotate(36deg) scale(1.08);
  }
}

@keyframes nexusBeam {
  0%,
  100% {
    opacity: .16;
    transform: translateX(-24%) rotate(-18deg);
  }

  50% {
    opacity: .72;
    transform: translateX(18%) rotate(-18deg);
  }
}

@keyframes nexusSpin {
  to {
    transform: rotateZ(360deg);
  }
}

@media (max-width: 1040px) {
  .main-nav a {
    padding-inline: 9px;
    font-size: .76rem;
  }

  .system-grid,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-frame-layout {
    grid-template-areas:
      "main main"
      "software web"
      "support support";
  }
}

@media (max-width: 900px) {
  :root {
    scroll-padding-top: 104px;
  }

  .floating-robot {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    width: calc(100% - 20px);
    border-radius: 24px;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
  }

  .main-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    top: 76px;
    display: grid;
    grid-template-columns: 1fr;
    max-width: calc(100vw - 20px);
    max-height: calc(100svh - 90px);
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 24px;
    background: rgb(3 10 24 / 95%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(.98);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-indicator {
    display: none;
  }

  body.menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .main-nav a {
    justify-content: flex-start;
    width: 100%;
    min-height: 46px;
    white-space: normal;
  }

  .main-nav a svg {
    width: 18px;
    height: 18px;
  }

  .main-nav a.is-active {
    color: #dffcff;
    background: rgb(103 232 249 / 12%);
  }

  [data-section] {
    scroll-margin-top: 104px;
  }

  .hero,
  .contact-layout,
  .value-strip,
  .system-grid,
  .seo-faq-grid,
  .services-grid,
  .timeline-track,
  .comparison-panel,
  .plan-grid,
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card--wide,
  .service-frame.is-active,
  .service-frame,
  .service-frame:nth-child(1),
  .service-frame:nth-child(2),
  .service-frame:nth-child(3),
  .service-frame:nth-child(4) {
    grid-area: auto;
    grid-column: auto;
    grid-row: auto;
  }

  .services-frame-layout {
    grid-template-areas: none;
  }

  .services-accordion-showcase {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .services-summary-card {
    gap: 13px;
    border-radius: 22px;
    padding: 18px;
  }

  .services-summary-card h2 {
    font-size: clamp(1.42rem, 7vw, 2.1rem);
  }

  .services-summary-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-summary-stats span {
    min-height: 68px;
    border-radius: 15px;
    padding: 10px;
  }

  .service-image-accordion {
    display: grid;
    min-height: auto;
    gap: 10px;
  }

  .service-accordion-panel,
  .service-accordion-panel.is-active {
    flex: none;
    min-height: 112px;
    border-radius: 20px;
  }

  .service-accordion-panel.is-active {
    min-height: 236px;
  }

  .service-accordion-panel:not(.is-active) div {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .service-accordion-panel h3 {
    font-size: 1.02rem;
  }

  .service-accordion-panel p {
    font-size: .86rem;
  }

  .service-accordion-panel div {
    top: 12px;
    right: 12px;
    bottom: auto;
    left: 12px;
    width: fit-content;
    max-width: calc(100% - 24px);
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 14px;
    padding: 9px 10px;
    background: rgb(2 6 23 / 64%);
    backdrop-filter: blur(12px);
  }

  .service-accordion-panel::after {
    background:
      linear-gradient(180deg, rgb(2 6 23 / 62%), transparent 42%, rgb(2 6 23 / 44%)),
      linear-gradient(90deg, rgb(2 6 23 / 24%), transparent 68%);
  }

  .services-mobile-map {
    position: relative;
    display: block;
    min-height: 330px;
    margin: 20px 0 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background:
      radial-gradient(circle at 50% 36%, rgb(103 232 249 / 16%), transparent 13rem),
      rgb(2 6 23 / 72%);
    box-shadow: var(--shadow), inset 0 1px 0 rgb(255 255 255 / 9%);
  }

  .services-mobile-map img {
    display: block;
    width: 100%;
    min-height: 330px;
    object-fit: cover;
    opacity: .92;
    filter: saturate(1.1) contrast(1.06);
  }

  .services-mobile-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgb(2 6 23 / 8%), rgb(2 6 23 / 52%)),
      radial-gradient(circle at 50% 48%, transparent 0 34%, rgb(2 6 23 / 44%) 72%);
    pointer-events: none;
  }

  .services-mobile-map figcaption {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: 0;
  }

  .service-map-tag {
    position: absolute;
    display: grid;
    gap: 3px;
    max-width: min(190px, 48vw);
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 15px;
    padding: 9px 10px;
    background: rgb(2 6 23 / 68%);
    box-shadow: 0 18px 44px rgb(0 0 0 / 28%);
    backdrop-filter: blur(14px);
  }

  .service-map-tag b {
    color: var(--cyan);
    font-size: .72rem;
    text-transform: uppercase;
  }

  .service-map-tag small {
    color: #f4fbff;
    font-size: .78rem;
    font-weight: 850;
    line-height: 1.18;
  }

  .service-map-tag--maintenance {
    left: 12px;
    top: 14px;
  }

  .service-map-tag--software {
    right: 12px;
    top: 74px;
  }

  .service-map-tag--web {
    left: 12px;
    bottom: 72px;
  }

  .service-map-tag--support {
    right: 12px;
    bottom: 14px;
  }

  .service-card {
    min-height: auto;
  }

  .service-frame.is-active,
  .service-frame:nth-child(1),
  .service-frame:nth-child(4) {
    min-height: auto;
  }

  .service-frame:nth-child(4) {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(180px, auto) 1fr;
  }

  .service-frame {
    cursor: default;
  }

  .service-frame .service-card__media {
    display: none;
  }

  .service-frame__copy,
  .service-frame:not(.is-active) .service-frame__copy {
    min-height: auto;
  }

  .service-frame:nth-child(1) h3,
  .service-frame h3 {
    max-width: none;
    font-size: 1.16rem;
    line-height: 1.12;
  }

  .service-frame:nth-child(1) p,
  .service-frame p {
    max-width: none;
    font-size: .9rem;
  }

  .service-frame:not(.is-active) .service-frame__copy p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
  }

  .hero {
    gap: 20px;
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .hero-copy {
    gap: 16px;
  }

  .command-card {
    min-height: auto;
  }

  .cpu-architecture-stage {
    min-height: 430px;
  }

  .cpu-architecture-map {
    min-height: 270px;
    transform: perspective(680px) rotateX(52deg) rotateZ(-18deg) scale(1.05);
  }

  .zow-nexus-stage {
    min-height: 520px;
  }

  .command-orbit {
    min-height: 190px;
  }

  .timeline-track::before {
    left: 30px;
    right: auto;
    top: 20px;
    bottom: 20px;
    width: 2px;
    height: auto;
  }

  .featured {
    transform: none;
  }
}

@media (max-width: 560px) {
  .brand span:last-child {
    max-width: 44vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  h1 {
    font-size: clamp(1.85rem, 8.8vw, 2.55rem);
  }

  .section-head h2 {
    font-size: clamp(1.45rem, 7.2vw, 2.15rem);
    line-height: 1.08;
  }

  .section-shell {
    width: min(100% - 22px, 1160px);
  }

  .hero {
    gap: 14px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-copy {
    gap: 12px;
  }

  .hero-text {
    font-size: .88rem;
    line-height: 1.45;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    min-height: 42px;
    padding-inline: 14px;
  }

  .floating-robot {
    bottom: -34px;
    left: 0;
    width: 142px;
    height: 202px;
  }

  .floating-robot__thought {
    top: 4px;
    left: 102px;
    width: 128px;
    transform: translateX(-8%);
    padding: 7px 9px;
    font-size: .54rem;
  }

  .floating-robot__thought::before {
    left: 18px;
    right: auto;
    bottom: -8px;
    width: 10px;
    height: 10px;
  }

  .floating-robot__thought::after {
    left: 5px;
    right: auto;
    bottom: -16px;
    width: 6px;
    height: 6px;
  }

  .floating-robot__viewer {
    inset: -38% -64% -82%;
    width: 224%;
    height: 184%;
    transform: translate3d(0, 5%, 0) scale(.82);
    clip-path: inset(0 0 45% 0);
  }

  .floating-robot__model {
    left: -46px;
    right: -42px;
    top: 34px;
    bottom: -48px;
  }

  .whatsapp-float {
    right: 10px;
    bottom: 12px;
    min-height: 50px;
    gap: 8px;
    padding: 7px 12px 7px 8px;
  }

  .whatsapp-float__icon {
    width: 34px;
    height: 34px;
  }

  .whatsapp-float__text strong {
    font-size: .82rem;
  }

  .whatsapp-float__text small {
    font-size: .62rem;
  }

  .command-card,
  .zow-nexus-stage,
  .cpu-architecture-stage,
  .value-strip article,
  .system-card,
  .service-card,
  .pricing-card,
  .timeline-track article {
    border-radius: 20px;
    padding: 16px;
  }

  .service-card__media {
    min-height: 170px;
    border-radius: 16px;
  }

  .services-mobile-map {
    min-height: 300px;
    border-radius: 20px;
  }

  .services-section {
    padding-bottom: 86px;
  }

  .services-mobile-map img {
    min-height: 300px;
  }

  .service-map-tag {
    max-width: 46vw;
    padding: 7px 8px;
    border-radius: 13px;
  }

  .service-map-tag b {
    font-size: .62rem;
  }

  .service-map-tag small {
    font-size: .68rem;
  }

  .pricing-card {
    min-height: auto;
  }

  .command-orbit {
    min-height: 158px;
    border-radius: 18px;
  }

  .command-orbit strong {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    font-size: 1.35rem;
  }

  .command-list article {
    padding: 10px;
  }

  .zow-nexus-stage {
    min-height: 470px;
  }

  .cpu-architecture-stage {
    min-height: 190px;
    padding: 14px;
  }

  .cpu-architecture-map {
    width: 102%;
    min-height: 128px;
    transform: perspective(620px) rotateX(54deg) rotateZ(-18deg) scale(.76);
  }

  .cpu-label,
  .cpu-stage-caption {
    padding: 6px 8px;
    border-radius: 12px;
    font-size: .66rem;
  }

  .cpu-label-sales {
    left: 12px;
    top: 18px;
  }

  .cpu-label-docs {
    right: 12px;
    top: 38%;
  }

  .cpu-label-health {
    left: 12px;
    bottom: 94px;
  }

  .cpu-stage-caption {
    right: 12px;
    bottom: 18px;
    max-width: 188px;
  }

  .nexus-core-logo {
    width: 210px;
  }

  .nexus-core-logo strong {
    width: 84px;
    height: 84px;
    border-radius: 22px;
    font-size: 2.7rem;
  }

  .nexus-data-rail {
    min-width: 132px;
    padding: 10px;
  }

  .rail-top {
    left: 12px;
    top: 18px;
  }

  .rail-right {
    right: 12px;
    top: 36%;
  }

  .rail-bottom {
    left: 12px;
    bottom: 28px;
  }

  .nexus-caption {
    right: 14px;
    bottom: 132px;
  }

  .lead-form,
  .lead-form .span-2,
  .lead-form button,
  .lead-form p {
    grid-column: auto;
  }

  .footer-intro {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
