/* Futuristic interaction layer: lightweight, code-native visuals with no stock photography. */
.hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 72% 24%,
      rgba(91, 199, 255, 0.14),
      transparent 28%
    ),
    linear-gradient(180deg, #fff 0%, #f8fcff 100%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(8, 113, 186, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 113, 186, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to right, transparent 2%, #000 34%, #000 100%);
}
.future-word {
  background: linear-gradient(110deg, #0871ba 0%, #25b9ea 48%, #675ee7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.future-stage {
  min-height: 620px;
  height: 620px;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(145deg, #071d32 0%, #0a3452 58%, #08243c 100%);
  box-shadow:
    0 42px 100px rgba(3, 35, 58, 0.28),
    inset 0 0 0 1px rgba(154, 224, 255, 0.13);
  transform-style: preserve-3d;
  perspective: 1200px;
}
.future-stage:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(102, 205, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 205, 255, 0.055) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at center, #000, transparent 86%);
}
.future-stage:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(38, 183, 235, 0.25),
    rgba(65, 86, 225, 0.1) 45%,
    transparent 70%
  );
  filter: blur(5px);
  animation: future-breathe 5s ease-in-out infinite;
}
.network-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.52;
}
.tech-console {
  position: absolute;
  inset: 7% 6%;
  z-index: 2;
  border: 1px solid rgba(139, 216, 255, 0.2);
  border-radius: 22px;
  background: linear-gradient(
    160deg,
    rgba(13, 54, 85, 0.84),
    rgba(6, 27, 46, 0.78)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 25px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform 0.18s ease-out;
}
.console-top {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(139, 216, 255, 0.14);
  color: #a9ddf5;
  font:
    700 10px/1 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.console-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #245a78;
}
.console-dot.live {
  background: #43dfb0;
  box-shadow:
    0 0 0 5px rgba(67, 223, 176, 0.1),
    0 0 15px rgba(67, 223, 176, 0.7);
}
.console-title {
  margin-left: 8px;
}
.console-status {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6fe0bc;
}
.console-status:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  animation: future-pulse 1.8s infinite;
}
.console-workspace {
  position: relative;
  height: calc(100% - 132px);
  min-height: 340px;
}
.ai-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 240px;
  height: 240px;
  transform: translate(-50%, -50%);
}
.orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(112, 207, 255, 0.22);
  border-radius: 50%;
  animation: orbit-spin 12s linear infinite;
}
.orbit-ring.ring-two {
  inset: 27px;
  border-style: dashed;
  animation-direction: reverse;
  animation-duration: 9s;
}
.orbit-ring.ring-three {
  inset: 58px;
  border-color: rgba(119, 105, 255, 0.35);
  animation-duration: 7s;
}
.orbit-ring:before,
.orbit-ring:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6bd5ff;
  box-shadow: 0 0 18px #6bd5ff;
}
.orbit-ring:before {
  left: 21px;
  top: 33px;
}
.orbit-ring:after {
  right: -5px;
  top: 50%;
}
.ring-two:before {
  background: #8178ff;
  box-shadow: 0 0 18px #8178ff;
}
.ring-three:after {
  background: #4de0b4;
  box-shadow: 0 0 18px #4de0b4;
}
.ai-core {
  position: absolute;
  inset: 82px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  background: radial-gradient(
    circle at 35% 25%,
    #53d3ff,
    #146fb5 52%,
    #243a89 100%
  );
  box-shadow:
    0 0 0 12px rgba(74, 195, 242, 0.07),
    0 0 50px rgba(64, 188, 242, 0.45);
  animation: core-float 4s ease-in-out infinite;
}
.ai-core strong {
  font-size: 26px;
  line-height: 1;
}
.ai-core small {
  font:
    700 8px ui-monospace,
    monospace;
  letter-spacing: 0.18em;
  margin-top: 4px;
  color: #dff8ff;
}
.module {
  position: absolute;
  min-width: 132px;
  padding: 12px 14px;
  border: 1px solid rgba(139, 216, 255, 0.17);
  border-radius: 13px;
  background: rgba(8, 35, 57, 0.78);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  color: #dff5ff;
  font:
    700 10px/1.4 ui-monospace,
    monospace;
}
.module:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #56d1ff;
  box-shadow: 0 0 12px currentColor;
}
.module small {
  display: block;
  margin: 5px 0 0 15px;
  color: #75a6be;
  font-size: 8px;
}
.module-ai {
  left: 5%;
  top: 13%;
}
.module-data {
  right: 5%;
  top: 17%;
}
.module-web {
  left: 7%;
  bottom: 10%;
}
.module-cloud {
  right: 6%;
  bottom: 9%;
}
.module-data:before {
  background: #8178ff;
}
.module-web:before {
  background: #4de0b4;
}
.module-cloud:before {
  background: #52a7ff;
}
.data-line {
  position: absolute;
  height: 1px;
  transform-origin: left;
  background: linear-gradient(90deg, transparent, #5bd0ff, transparent);
  opacity: 0.45;
  animation: data-flow 2.8s linear infinite;
}
.line-a {
  width: 29%;
  left: 22%;
  top: 31%;
  transform: rotate(18deg);
}
.line-b {
  width: 27%;
  left: 52%;
  top: 35%;
  transform: rotate(-20deg);
}
.line-c {
  width: 31%;
  left: 21%;
  top: 68%;
  transform: rotate(-15deg);
}
.line-d {
  width: 29%;
  left: 51%;
  top: 66%;
  transform: rotate(15deg);
}
.console-feed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78px;
  border-top: 1px solid rgba(139, 216, 255, 0.14);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  padding: 0 18px;
  gap: 18px;
}
.feed-copy {
  display: grid;
  gap: 6px;
  font:
    700 9px ui-monospace,
    monospace;
  color: #7ca9bf;
}
.feed-copy span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.feed-copy i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4de0b4;
}
.feed-meter {
  height: 7px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.feed-meter:after {
  content: "";
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1d83ce, #49d6e8);
  animation: meter-scan 3.2s ease-in-out infinite;
}
.float-signal {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(112, 208, 255, 0.22);
  background: rgba(7, 30, 50, 0.82);
  backdrop-filter: blur(12px);
  color: #dff7ff;
  border-radius: 13px;
  padding: 10px 13px;
  font:
    700 9px ui-monospace,
    monospace;
  letter-spacing: 0.04em;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}
.float-signal strong {
  display: block;
  color: #54d5ff;
  font-size: 13px;
  margin-bottom: 3px;
}
.signal-one {
  top: 3%;
  right: 8%;
  animation: signal-float 5s ease-in-out infinite;
}
.signal-two {
  left: 2%;
  bottom: 5%;
  animation: signal-float 5s 1.2s ease-in-out infinite;
}

.solutions-lab {
  padding: clamp(82px, 9vw, 132px) clamp(20px, 5vw, 76px);
  background: linear-gradient(145deg, #061b2d 0%, #0b3654 70%, #102b49 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.solutions-lab:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 85% 25%,
      rgba(83, 195, 245, 0.18),
      transparent 30%
    ),
    linear-gradient(rgba(116, 207, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 207, 255, 0.035) 1px, transparent 1px);
  background-size:
    auto,
    42px 42px,
    42px 42px;
}
.lab-inner {
  max-width: 1388px;
  margin: auto;
  position: relative;
}
.lab-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.55fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 45px;
}
.lab-heading .eyebrow {
  color: #7dd7ff;
}
.lab-heading h2 {
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin: 0;
}
.lab-heading > p {
  color: #b8d0de;
  margin: 0;
}
.lab-tabs {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.lab-tab {
  border: 1px solid rgba(139, 216, 255, 0.22);
  background: rgba(255, 255, 255, 0.03);
  color: #bcd5e2;
  padding: 12px 17px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s;
}
.lab-tab:hover,
.lab-tab[aria-selected="true"] {
  background: #e9f8ff;
  color: #082a43;
  border-color: #e9f8ff;
  box-shadow: 0 9px 28px rgba(92, 204, 255, 0.16);
}
.lab-display {
  min-height: 470px;
  border: 1px solid rgba(139, 216, 255, 0.18);
  border-radius: 27px;
  background: rgba(4, 23, 39, 0.7);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}
.lab-copy {
  padding: clamp(32px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(139, 216, 255, 0.13);
}
.lab-number {
  color: #55cffb;
  font:
    700 11px ui-monospace,
    monospace;
  letter-spacing: 0.14em;
}
.lab-copy h3 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  margin: 19px 0 16px;
}
.lab-copy p {
  color: #b8cedb;
  margin: 0 0 24px;
}
.lab-outcomes {
  display: grid;
  gap: 9px;
}
.lab-outcomes span {
  font-size: 12px;
  color: #e6f7ff;
}
.lab-outcomes span:before {
  content: "✓";
  color: #4de0b4;
  margin-right: 9px;
}
.lab-visual {
  padding: 28px;
  display: grid;
  place-items: center;
  position: relative;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(40, 163, 222, 0.13),
    transparent 50%
  );
}
.product-window {
  width: min(100%, 650px);
  border: 1px solid rgba(139, 216, 255, 0.19);
  border-radius: 18px;
  background: #09263d;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.4s ease;
}
.lab-display:hover .product-window {
  transform: perspective(1000px) rotateY(0) rotateX(0) translateY(-4px);
}
.product-top {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(139, 216, 255, 0.13);
}
.product-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2b607d;
}
.product-top span {
  margin-left: 8px;
  color: #75a8bf;
  font:
    700 9px ui-monospace,
    monospace;
  letter-spacing: 0.08em;
}
.product-body {
  display: grid;
  grid-template-columns: 118px 1fr;
  min-height: 310px;
}
.product-side {
  border-right: 1px solid rgba(139, 216, 255, 0.11);
  padding: 18px 13px;
  display: grid;
  align-content: start;
  gap: 12px;
}
.product-side i {
  height: 9px;
  border-radius: 6px;
  background: rgba(133, 207, 239, 0.12);
}
.product-side i:first-child {
  background: #168bc5;
}
.product-main {
  padding: 22px;
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.metric-card {
  padding: 14px 12px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(139, 216, 255, 0.1);
}
.metric-card small {
  display: block;
  color: #719cb1;
  font-size: 8px;
}
.metric-card strong {
  font-size: 17px;
  color: #eaf9ff;
}
.mock-chart {
  height: 120px;
  margin-top: 16px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(36, 146, 203, 0.13), transparent),
    repeating-linear-gradient(
      0deg,
      rgba(148, 215, 244, 0.06) 0 1px,
      transparent 1px 24px
    );
}
.mock-chart svg {
  width: 100%;
  height: 100%;
}
.task-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.task-list span {
  height: 27px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  position: relative;
}
.task-list span:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4de0b4;
}
.task-list span:after {
  content: "";
  position: absolute;
  left: 27px;
  top: 11px;
  width: 46%;
  height: 5px;
  border-radius: 5px;
  background: rgba(177, 226, 247, 0.18);
}

.system-visual {
  min-height: 590px !important;
  height: 590px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, #071f34, #0c4569) !important;
  display: grid;
  place-items: center;
  padding: 30px;
  position: relative;
}
.system-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(109, 209, 255, 0.24) 1px,
    transparent 1px
  );
  background-size: 23px 23px;
  mask-image: linear-gradient(#000, transparent);
}
.architecture-board {
  width: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(139, 216, 255, 0.18);
  border-radius: 20px;
  background: rgba(4, 24, 41, 0.78);
  padding: 24px;
}
.architecture-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #85bad2;
  font:
    700 9px ui-monospace,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.architecture-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4de0b4;
  box-shadow: 0 0 15px #4de0b4;
}
.architecture-flow {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  gap: 8px;
  align-items: center;
  margin: 28px 0;
}
.arch-node {
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(139, 216, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
  color: #e7f8ff;
}
.arch-node strong {
  display: block;
  font-size: 12px;
}
.arch-node small {
  color: #74a2b7;
  font-size: 9px;
}
.arch-path {
  height: 1px;
  background: linear-gradient(90deg, transparent, #59d3ff);
  position: relative;
  overflow: visible;
}
.arch-path:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 0;
  top: -3px;
  border-radius: 50%;
  background: #59d3ff;
  box-shadow: 0 0 12px #59d3ff;
  animation: path-travel 1.8s linear infinite;
}
.architecture-core {
  margin: 5px auto 28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: radial-gradient(circle at 35% 25%, #52d2ff, #126aa8 55%, #293c90);
  box-shadow:
    0 0 0 13px rgba(82, 210, 255, 0.06),
    0 0 45px rgba(82, 210, 255, 0.25);
  color: #fff;
}
.architecture-core strong {
  font-size: 24px;
}
.architecture-core small {
  font:
    700 8px ui-monospace,
    monospace;
  letter-spacing: 0.13em;
}
.architecture-foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.architecture-foot span {
  border: 1px solid rgba(139, 216, 255, 0.12);
  border-radius: 8px;
  padding: 9px;
  text-align: center;
  color: #91bdd1;
  font:
    700 8px ui-monospace,
    monospace;
}
.coverage-visual {
  height: 440px !important;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, #071e33, #0c4162) !important;
  display: grid;
  place-items: center;
  position: relative;
}
.coverage-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(114, 208, 249, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 208, 249, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
}
.coverage-shell {
  position: relative;
  width: 310px;
  height: 310px;
}
.coverage-globe {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(109, 208, 255, 0.28);
  border-radius: 50%;
  background: radial-gradient(
    circle at 42% 35%,
    rgba(50, 171, 224, 0.25),
    rgba(6, 31, 53, 0.3) 60%,
    transparent
  );
  box-shadow: 0 0 65px rgba(50, 171, 224, 0.18);
}
.coverage-globe:before,
.coverage-globe:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(109, 208, 255, 0.16);
  border-radius: 50%;
}
.coverage-globe:before {
  inset: 0 72px;
}
.coverage-globe:after {
  inset: 72px 0;
}
.coverage-ring {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(112, 211, 255, 0.23);
  border-radius: 50%;
  animation: orbit-spin 18s linear infinite;
}
.coverage-node {
  position: absolute;
  padding: 8px 11px;
  border: 1px solid rgba(139, 216, 255, 0.2);
  border-radius: 10px;
  background: rgba(6, 29, 48, 0.9);
  color: #e6f8ff;
  font:
    700 9px ui-monospace,
    monospace;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}
.coverage-node:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4de0b4;
  margin-right: 7px;
  box-shadow: 0 0 10px #4de0b4;
}
.coverage-fl {
  right: -5px;
  top: 55px;
}
.coverage-pr {
  left: -5px;
  bottom: 62px;
}
.coverage-remote {
  right: 20px;
  bottom: 5px;
}

.will-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.will-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes future-breathe {
  50% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0.72;
  }
}
@keyframes future-pulse {
  50% {
    opacity: 0.35;
    transform: scale(0.7);
  }
}
@keyframes core-float {
  50% {
    transform: translateY(-6px);
  }
}
@keyframes data-flow {
  to {
    background-position: 160px 0;
  }
}
@keyframes meter-scan {
  50% {
    width: 94%;
  }
}
@keyframes signal-float {
  50% {
    transform: translateY(-8px);
  }
}
@keyframes path-travel {
  from {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@media (max-width: 1050px) {
  .future-word {
    white-space: normal;
  }
  .future-stage {
    min-height: 540px;
    height: 540px;
  }
  .module {
    min-width: 112px;
  }
  .lab-display {
    grid-template-columns: 1fr;
  }
  .lab-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(139, 216, 255, 0.13);
  }
  .lab-visual {
    min-height: 420px;
  }
}
@media (max-width: 800px) {
  .hero:before {
    mask-image: linear-gradient(#000, transparent);
  }
  .future-stage {
    height: 490px;
    min-height: 490px;
  }
  .tech-console {
    inset: 5%;
  }
  .console-workspace {
    min-height: 305px;
  }
  .ai-orbit {
    width: 210px;
    height: 210px;
  }
  .ai-core {
    inset: 70px;
  }
  .module {
    font-size: 8px;
    min-width: 100px;
    padding: 9px;
  }
  .module small {
    display: none;
  }
  .signal-one {
    right: 3%;
  }
  .signal-two {
    left: 2%;
  }
  .lab-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lab-display {
    min-height: 0;
  }
  .product-window {
    transform: none;
  }
  .system-visual {
    min-height: 470px !important;
    height: 470px;
    padding: 20px;
  }
  .architecture-flow {
    grid-template-columns: 1fr 28px 1fr;
  }
  .coverage-visual {
    height: 360px !important;
  }
}
@media (max-width: 470px) {
  .future-stage {
    height: 440px;
    min-height: 440px;
    border-radius: 24px;
  }
  .tech-console {
    inset: 4%;
    border-radius: 17px;
  }
  .console-top {
    height: 46px;
    padding: 0 12px;
  }
  .console-title {
    font-size: 8px;
  }
  .console-workspace {
    height: calc(100% - 110px);
    min-height: 280px;
  }
  .ai-orbit {
    width: 180px;
    height: 180px;
  }
  .ai-core {
    inset: 59px;
  }
  .module {
    min-width: auto;
    max-width: 100px;
  }
  .module-ai {
    left: 3%;
    top: 8%;
  }
  .module-data {
    right: 3%;
    top: 10%;
  }
  .module-web {
    left: 3%;
    bottom: 8%;
  }
  .module-cloud {
    right: 3%;
    bottom: 8%;
  }
  .console-feed {
    height: 64px;
    grid-template-columns: 1fr;
    padding: 0 12px;
  }
  .feed-meter {
    display: none;
  }
  .float-signal {
    display: none;
  }
  .solutions-lab {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lab-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .lab-tab {
    padding: 10px;
  }
  .lab-copy {
    padding: 28px 22px;
  }
  .lab-visual {
    padding: 16px;
    min-height: 350px;
  }
  .product-body {
    grid-template-columns: 72px 1fr;
    min-height: 265px;
  }
  .product-main {
    padding: 13px;
  }
  .metric-row {
    grid-template-columns: 1fr;
  }
  .metric-card:nth-child(n + 2) {
    display: none;
  }
  .system-visual {
    min-height: 430px !important;
    height: 430px;
  }
  .architecture-board {
    padding: 16px;
  }
  .architecture-flow {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .arch-path {
    width: 1px;
    height: 18px;
    margin: auto;
  }
  .arch-path:after {
    left: -3px;
    top: auto;
    bottom: 0;
  }
  .architecture-core {
    width: 90px;
    height: 90px;
    margin-bottom: 17px;
  }
  .architecture-foot span {
    font-size: 7px;
  }
  .coverage-shell {
    transform: scale(0.82);
  }
}
@media (prefers-reduced-motion: reduce) {
  .future-stage *,
  .solutions-lab *,
  .system-visual *,
  .coverage-visual * {
    animation: none !important;
    transition: none !important;
  }
  .will-reveal {
    opacity: 1;
    transform: none;
  }
}
