:root {
  --page: #050b12;
  --page-2: #08131f;
  --surface: rgba(12, 25, 39, 0.82);
  --surface-strong: #0d1b29;
  --surface-soft: rgba(18, 38, 56, 0.72);
  --ink: #f5fbff;
  --ink-soft: #a9bac8;
  --muted: #718797;
  --line: rgba(135, 211, 255, 0.16);
  --line-strong: rgba(87, 218, 255, 0.42);
  --cyan: #5be4ff;
  --teal: #2dd4bf;
  --blue: #578cff;
  --violet: #9d76ff;
  --amber: #ffbf69;
  --coral: #ff6b7d;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  --glow: 0 0 50px rgba(91, 228, 255, 0.18);
  --max: 1240px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--page);
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(37, 104, 164, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 32%, rgba(45, 212, 191, 0.1), transparent 34rem),
    linear-gradient(180deg, #050b12 0%, #07111b 55%, #050b12 100%);
  font-family: "Manrope", system-ui, sans-serif;
}

body:not(.home-page)::before {
  content: "";
  position: fixed;
  inset: 72px 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.98), rgba(5, 11, 18, 0.66) 55%, rgba(5, 11, 18, 0.88)),
    linear-gradient(180deg, transparent, var(--page) 72%),
    url("assets/industrial-command-core.png") center top / cover no-repeat;
  opacity: 0.48;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(91, 228, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 228, 255, 0.18) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 60% 25%, #000, transparent 76%);
}

::selection {
  color: #031018;
  background: var(--cyan);
}

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

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

button {
  color: inherit;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(3.4rem, 7.8vw, 7.2rem);
  line-height: 0.95;
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.02;
}

h2 span,
h1 span {
  color: transparent;
  background: linear-gradient(105deg, #ffffff 0%, var(--cyan) 42%, var(--blue) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

h3 {
  font-size: 1.24rem;
}

.cursor-light {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.23;
  background: radial-gradient(circle, rgba(91, 228, 255, 0.2), transparent 66%);
  transform: translate3d(calc(var(--cursor-x, -500px) - 50%), calc(var(--cursor-y, -500px) - 50%), 0);
  transition: opacity 200ms ease;
  mix-blend-mode: screen;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 32px), calc(var(--max) + 48px));
  min-height: 76px;
  margin: 0 auto;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: rgba(5, 12, 20, 0.78);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px) saturate(140%);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  width: clamp(170px, 19vw, 218px);
  height: 46px;
  padding: 7px 10px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
}

.brand > span {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav a {
  position: relative;
  padding: 10px 12px;
  border-radius: 10px;
  color: #9eb0be;
  font-size: 0.86rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.active {
  color: #ffffff;
  background: rgba(91, 228, 255, 0.09);
  transform: translateY(-1px);
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}

.nav .nav-cta {
  margin-left: 6px;
  color: #041219;
  background: linear-gradient(110deg, var(--cyan), var(--teal));
  box-shadow: 0 8px 30px rgba(45, 212, 191, 0.22);
}

.nav .nav-cta:hover,
.nav .nav-cta:focus-visible,
.nav .nav-cta.active {
  color: #041219;
  background: linear-gradient(110deg, #8bedff, #52e6cf);
}

.nav .nav-cta.active::after {
  display: none;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-soft);
  cursor: pointer;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  margin: 3px;
  border-radius: 4px;
  background: #ffffff;
}

main,
.site-footer {
  position: relative;
  z-index: 2;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 112px 24px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(45, 212, 191, 0.1), 0 0 18px var(--teal);
  animation: statusPulse 2s ease-in-out infinite;
}

.button {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-weight: 900;
  transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 120ms ease;
}

.button span {
  font-size: 1.1em;
}

.button.primary {
  color: #031018;
  border-color: transparent;
  background: linear-gradient(110deg, var(--cyan), var(--teal));
  box-shadow: 0 16px 44px rgba(45, 212, 191, 0.2);
}

.button.secondary {
  color: #ecfaff;
  background: rgba(11, 27, 41, 0.68);
  backdrop-filter: blur(14px);
}

.button:hover,
.button:focus-visible {
  border-color: rgba(91, 228, 255, 0.58);
  box-shadow: 0 18px 48px rgba(44, 188, 230, 0.2);
}

.immersive-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 76px);
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media,
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(3, 8, 14, 0.98) 0%, rgba(3, 8, 14, 0.78) 34%, rgba(3, 8, 14, 0.12) 68%, rgba(3, 8, 14, 0.35) 100%),
    linear-gradient(180deg, rgba(5, 11, 18, 0.08), rgba(5, 11, 18, 0.88) 98%),
    url("assets/industrial-command-core.png") center / cover no-repeat;
  transform: scale(1.035);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-grid {
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(91, 228, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 228, 255, 0.12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.hero-content {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 104px 24px 116px;
}

.hero-content h1 {
  max-width: 790px;
}

.hero-lead {
  max-width: 560px;
  margin: 26px 0 0;
  color: #b5c8d6;
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-signal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 34px;
  color: #7f98aa;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-signal span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-signal i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 12px var(--teal);
}

.hero-telemetry {
  position: absolute;
  z-index: 3;
  width: 180px;
  padding: 16px;
  border: 1px solid rgba(138, 224, 255, 0.2);
  border-radius: 14px;
  background: rgba(4, 17, 27, 0.68);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.telemetry-a {
  top: 24%;
  right: 7%;
}

.telemetry-b {
  right: 31%;
  bottom: 13%;
}

.telemetry-label {
  display: block;
  color: #8ca5b6;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-telemetry strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
}

.meter {
  height: 4px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.meter i {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--cyan));
  box-shadow: 0 0 12px var(--cyan);
}

.hero-telemetry svg {
  width: 100%;
  margin-top: 6px;
  overflow: visible;
}

.hero-telemetry path {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 2;
  filter: drop-shadow(0 0 4px var(--cyan));
  stroke-dasharray: 180;
  animation: chartDraw 4s ease-in-out infinite;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7e94a4;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll span {
  position: relative;
  width: 24px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}

.hero-scroll span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 3px;
  height: 7px;
  border-radius: 99px;
  background: var(--cyan);
  transform: translateX(-50%);
  animation: scrollDot 1.8s ease-in-out infinite;
}

.system-pulse {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.45fr;
  gap: 1px;
  width: min(calc(100% - 48px), var(--max));
  margin: -1px auto 0;
  border: 1px solid var(--line);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background: var(--line);
  box-shadow: var(--shadow);
}

.system-pulse article,
.system-pulse > p {
  min-height: 118px;
  margin: 0;
  padding: 24px;
  background: rgba(7, 18, 29, 0.94);
}

.system-pulse article {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pulse-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--cyan);
  box-shadow: inset 0 0 18px rgba(91, 228, 255, 0.08);
}

.system-pulse strong,
.system-pulse b {
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
}

.system-pulse b {
  color: var(--cyan);
}

.system-pulse small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.system-pulse > p {
  display: flex;
  align-items: center;
  color: #9eb3c2;
  line-height: 1.6;
}

.section-heading {
  display: grid;
  gap: 4px;
  max-width: 880px;
  margin-bottom: 46px;
}

.capability-deck {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  perspective: 1200px;
}

.tilt-card {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 50%;
  transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 160ms ease, border-color 240ms ease, box-shadow 240ms ease;
  will-change: transform;
}

.tilt-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(119, 235, 255, 0.17), transparent 38%);
  transition: opacity 180ms ease;
}

.tilt-card:hover::before,
.tilt-card:focus-visible::before {
  opacity: 1;
}

.capability-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(155deg, rgba(18, 40, 58, 0.84), rgba(5, 14, 23, 0.94)),
    var(--surface);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}

.capability-card > * {
  position: relative;
  z-index: 1;
  transform: translateZ(22px);
}

.capability-card:hover,
.capability-card:focus-visible {
  border-color: var(--line-strong);
  box-shadow: var(--shadow), var(--glow);
}

.capability-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: 220px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(129, 211, 255, 0.1);
  border-radius: 13px;
  background:
    linear-gradient(rgba(91, 228, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 228, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(48, 152, 206, 0.18), rgba(3, 10, 17, 0.92) 68%);
  background-size: 26px 26px, 26px 26px, auto;
  transform: translateZ(34px);
}

.card-index {
  color: var(--cyan);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.capability-card h3 {
  margin-top: 12px;
  font-size: 1.45rem;
}

.capability-card p {
  margin: 10px 35px 0 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.card-arrow {
  position: absolute;
  right: 18px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--cyan);
}

.neural-visual span {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  background: #07131e;
  box-shadow: 0 0 18px rgba(91, 228, 255, 0.72);
  animation: nodePulse 2.6s ease-in-out infinite;
}

.neural-visual span:nth-child(1) { left: 18%; top: 30%; }
.neural-visual span:nth-child(2) { left: 22%; top: 66%; animation-delay: -0.7s; }
.neural-visual span:nth-child(3) { left: 48%; top: 48%; width: 28px; height: 28px; }
.neural-visual span:nth-child(4) { right: 18%; top: 27%; animation-delay: -1.2s; }
.neural-visual span:nth-child(5) { right: 19%; top: 66%; animation-delay: -1.8s; }

.neural-visual i {
  position: absolute;
  left: 25%;
  top: 49%;
  width: 52%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  transform-origin: left;
  filter: drop-shadow(0 0 5px var(--cyan));
}

.neural-visual i:nth-of-type(1) { transform: rotate(-25deg); }
.neural-visual i:nth-of-type(2) { transform: rotate(23deg); }
.neural-visual i:nth-of-type(3) { left: 51%; transform: rotate(-24deg); }
.neural-visual i:nth-of-type(4) { left: 51%; transform: rotate(24deg); }

.cube-visual {
  perspective: 650px;
}

.cube {
  position: relative;
  width: 84px;
  height: 84px;
  transform-style: preserve-3d;
  animation: cubeSpin 12s linear infinite;
}

.cube i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(91, 228, 255, 0.85);
  background: rgba(49, 160, 214, 0.08);
  box-shadow: inset 0 0 24px rgba(91, 228, 255, 0.08);
}

.cube .front { transform: translateZ(42px); }
.cube .back { transform: rotateY(180deg) translateZ(42px); }
.cube .right { transform: rotateY(90deg) translateZ(42px); }
.cube .left { transform: rotateY(-90deg) translateZ(42px); }
.cube .top { transform: rotateX(90deg) translateZ(42px); }
.cube .bottom { transform: rotateX(-90deg) translateZ(42px); }

.flow-visual i {
  position: absolute;
  left: 14%;
  width: 72%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--cyan), transparent);
}

.flow-visual i:nth-child(1) { top: 28%; transform: rotate(8deg); }
.flow-visual i:nth-child(2) { top: 43%; transform: rotate(-10deg); }
.flow-visual i:nth-child(3) { top: 59%; transform: rotate(7deg); }
.flow-visual i:nth-child(4) { top: 72%; transform: rotate(-6deg); }

.flow-visual span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 20px var(--cyan);
  animation: flowAcross 3s linear infinite;
}

.flow-visual span:nth-of-type(1) { top: 28%; animation-delay: 0s; }
.flow-visual span:nth-of-type(2) { top: 52%; animation-delay: -1s; }
.flow-visual span:nth-of-type(3) { top: 70%; animation-delay: -2s; }

.pulse-visual i {
  position: absolute;
  width: 94px;
  height: 94px;
  border: 1px solid var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(45, 212, 191, 0.2), inset 0 0 26px rgba(45, 212, 191, 0.14);
  animation: radarPulse 2.4s ease-out infinite;
}

.pulse-visual span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan);
}

.pulse-visual span:nth-of-type(1) { transform: translate(-58px, -35px); }
.pulse-visual span:nth-of-type(2) { transform: translate(64px, 16px); }
.pulse-visual span:nth-of-type(3) { transform: translate(-12px, 62px); }

.command-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 40px;
  align-items: center;
  width: 100%;
  padding: 116px max(24px, calc((100vw - var(--max)) / 2 + 24px));
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 50%, rgba(35, 142, 202, 0.14), transparent 36%),
    rgba(3, 9, 15, 0.7);
}

.command-copy {
  max-width: 460px;
}

.command-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.command-tabs {
  display: grid;
  gap: 8px;
  margin-top: 34px;
}

.command-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #7f97a8;
  background: transparent;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition: 180ms ease;
}

.command-tab span {
  color: #536c7c;
  font-size: 0.69rem;
}

.command-tab:hover,
.command-tab.active {
  color: #ffffff;
  border-color: var(--line);
  background: rgba(91, 228, 255, 0.07);
  transform: translateX(6px);
}

.command-tab.active span {
  color: var(--cyan);
}

.command-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(109, 215, 255, 0.2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 48%, rgba(40, 169, 222, 0.14), transparent 28%),
    #040b12;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), inset 0 0 80px rgba(42, 153, 205, 0.05);
}

.command-stage > * {
  position: absolute;
}

.stage-grid {
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(91, 228, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 228, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle, #000, transparent 72%);
}

.command-graphic {
  inset: 0;
}

.command-graphic canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.stage-badge {
  z-index: 3;
  display: grid;
  gap: 4px;
  min-width: 132px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(6, 18, 29, 0.78);
  backdrop-filter: blur(12px);
}

.stage-badge span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stage-badge strong {
  color: var(--cyan);
  font-family: "Sora", sans-serif;
}

.badge-top {
  top: 22px;
  left: 22px;
}

.badge-bottom {
  right: 22px;
  bottom: 22px;
}

.stage-orbit {
  z-index: 1;
  left: 50%;
  top: 50%;
  border: 1px dashed rgba(91, 228, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(66deg);
  pointer-events: none;
}

.orbit-one {
  width: 68%;
  aspect-ratio: 1;
  animation: orbitSpin 16s linear infinite;
}

.orbit-two {
  width: 48%;
  aspect-ratio: 1;
  animation: orbitSpin 10s linear infinite reverse;
}

.industries-showcase {
  overflow: hidden;
}

.industry-orbit {
  position: relative;
  min-height: 660px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at center, rgba(55, 164, 215, 0.17), transparent 28%),
    linear-gradient(rgba(91, 228, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 228, 255, 0.05) 1px, transparent 1px),
    rgba(4, 12, 20, 0.68);
  background-size: auto, 46px 46px, 46px 46px, auto;
  box-shadow: inset 0 0 90px rgba(33, 119, 164, 0.08);
}

.industry-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 146px;
  height: 146px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: #ffffff;
  background: radial-gradient(circle, #163a51, #07131e 68%);
  box-shadow: 0 0 70px rgba(91, 228, 255, 0.25), inset 0 0 35px rgba(91, 228, 255, 0.16);
  transform: translate(-50%, -50%);
}

.industry-core span {
  z-index: 2;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.industry-core i {
  position: absolute;
  border: 1px solid rgba(91, 228, 255, 0.26);
  border-radius: 50%;
  animation: ringExpand 3.6s ease-out infinite;
}

.industry-core i:nth-child(2) { inset: -32px; }
.industry-core i:nth-child(3) { inset: -78px; animation-delay: -1.2s; }
.industry-core i:nth-child(4) { inset: -125px; animation-delay: -2.4s; }

.industry-node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 190px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #d9f5ff;
  background: rgba(8, 23, 35, 0.8);
  box-shadow: var(--shadow);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.industry-node span {
  color: var(--cyan);
}

.industry-node:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow), var(--glow);
}

.node-1 { left: 8%; top: 17%; }
.node-2 { right: 8%; top: 17%; }
.node-3 { left: 5%; top: 48%; }
.node-4 { right: 5%; top: 48%; }
.node-5 { left: 13%; bottom: 12%; }
.node-6 { right: 13%; bottom: 12%; }

.path-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.path-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.path-track::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 52px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet), var(--teal));
  box-shadow: 0 0 14px rgba(91, 228, 255, 0.45);
}

.path-step {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 34, 50, 0.86), rgba(5, 14, 22, 0.9));
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.path-step > * {
  position: relative;
  z-index: 1;
}

.path-step span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 52px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--cyan);
  background: #07131e;
  font-family: "Sora", sans-serif;
  font-size: 0.72rem;
  box-shadow: 0 0 22px rgba(91, 228, 255, 0.14);
}

.path-step h3 {
  font-size: 1.25rem;
}

.path-step p {
  margin: 8px 0 0;
  color: var(--muted);
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  margin-bottom: 90px;
  padding-block: 54px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 50%, rgba(66, 183, 231, 0.22), transparent 25%),
    linear-gradient(110deg, rgba(16, 40, 58, 0.9), rgba(4, 13, 22, 0.94));
  box-shadow: var(--shadow);
}

.final-cta h2 {
  max-width: 760px;
}

.cta-globe {
  position: relative;
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  box-shadow: inset 0 0 36px rgba(91, 228, 255, 0.18), 0 0 40px rgba(91, 228, 255, 0.12);
}

.cta-globe i {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(91, 228, 255, 0.4);
  border-radius: 50%;
}

.cta-globe i:nth-child(1) { transform: rotateX(68deg); }
.cta-globe i:nth-child(2) { transform: rotateY(68deg); }
.cta-globe i:nth-child(3) { inset: 34%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(3, 9, 15, 0.86);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 42px 24px;
}

.footer-inner p {
  margin: 12px 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.footer-links a {
  padding: 9px 10px;
  border-radius: 9px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cyan);
  background: rgba(91, 228, 255, 0.07);
}

/* Shared inner pages */
.page-shell,
.freelancer-page,
.legal-page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 72px 24px 110px;
  isolation: isolate;
}

.page-shell > .section {
  width: 100%;
  padding-inline: 0;
}

.page-hero,
.freelancer-hero,
.legal-hero {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(100%, 980px);
  min-height: 330px;
  align-content: end;
  margin-bottom: 28px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(115deg, rgba(5, 15, 24, 0.98), rgba(9, 28, 42, 0.72)),
    var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.page-hero::before,
.freelancer-hero::before,
.legal-hero::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(91, 228, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(91, 228, 255, 0.035),
    0 0 0 90px rgba(91, 228, 255, 0.02);
}

.page-hero > *,
.freelancer-hero > *,
.legal-hero > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.page-hero h1,
.freelancer-hero h1,
.legal-hero h1 {
  max-width: 850px;
  font-size: clamp(2.7rem, 5.7vw, 5.1rem);
}

.page-hero p:last-child,
.freelancer-hero p:last-child,
.legal-hero p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.7;
}

.live-graphic-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
  margin: 0 0 34px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(7, 19, 30, 0.83);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.live-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.live-copy p:last-child {
  margin: 16px 0 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.live-graphic {
  position: relative;
  height: 360px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #040b12;
}

.live-graphic canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.command-stage .command-graphic {
  position: absolute;
  inset: 0;
  min-height: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
}

.command-stage .command-graphic canvas {
  min-height: 100%;
}

.live-readout {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  gap: 7px 14px;
  min-width: 200px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(5, 17, 27, 0.78);
  backdrop-filter: blur(12px);
}

.live-readout span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live-readout strong {
  color: var(--cyan);
  text-align: right;
}

.product-catalog,
.solution-detail-grid,
.industry-detail-grid,
.delivery-grid,
.method-grid,
.solution-grid,
.industry-grid,
.process-grid,
.contact-grid {
  display: grid;
  gap: 16px;
  perspective: 1100px;
}

.product-catalog,
.industry-detail-grid,
.delivery-grid,
.method-grid,
.industry-grid,
.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-detail-grid,
.solution-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.solution-detail,
.industry-detail,
.delivery-grid article,
.method-grid article,
.solution-card,
.industry-card,
.process-step,
.contact-card,
.freelancer-panel,
.registration-form,
.legal-panel,
.contact-side article,
.hero-proof div {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(91, 228, 255, 0.08), transparent 30%),
    linear-gradient(145deg, rgba(17, 38, 55, 0.88), rgba(5, 15, 24, 0.9));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 160ms ease;
}

.product-card:hover,
.solution-detail:hover,
.industry-detail:hover,
.delivery-grid article:hover,
.method-grid article:hover,
.solution-card:hover,
.industry-card:hover,
.process-step:hover,
.contact-card:hover,
.contact-side article:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow), var(--glow);
}

.product-card,
.solution-detail,
.industry-detail,
.delivery-grid article,
.method-grid article,
.solution-card,
.industry-card,
.process-step,
.contact-card,
.contact-side article {
  padding: 24px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 340px;
}

.product-card::after,
.solution-detail::after,
.industry-detail::after {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(91, 228, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(91, 228, 255, 0.025);
}

.card-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 6px 9px;
  border: 1px solid rgba(91, 228, 255, 0.2);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(91, 228, 255, 0.07);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-card h2,
.solution-detail h2,
.industry-detail h2,
.contact-side h2 {
  font-size: 1.35rem;
}

.product-card p,
.solution-detail p,
.industry-detail p,
.delivery-grid p,
.method-grid p,
.solution-card p,
.industry-card p,
.process-step p,
.contact-card p,
.contact-side p,
.legal-panel p,
.legal-panel li {
  color: var(--ink-soft);
  line-height: 1.65;
}

.product-card ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 18px 0 0;
  list-style: none;
  color: var(--ink-soft);
  line-height: 1.5;
}

.product-card li {
  position: relative;
  padding-left: 18px;
}

.product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px var(--cyan);
}

.section-heading p:last-child,
.intro-band p:last-child,
.spotlight-copy > p,
.freelancer-cta > p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.page-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 70px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 50%, rgba(91, 228, 255, 0.19), transparent 24%),
    linear-gradient(110deg, #102c40, #07131e);
  box-shadow: var(--shadow);
}

.page-cta h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.contact-page-grid,
.freelancer-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
}

.freelancer-layout {
  grid-template-columns: 0.78fr 1.22fr;
}

.contact-side {
  display: grid;
  gap: 16px;
}

.contact-side a,
.contact-card a,
.legal-panel a {
  color: var(--cyan);
  font-weight: 900;
}

.freelancer-panel,
.registration-form,
.legal-panel {
  padding: 28px;
}

.freelancer-panel h2 {
  margin-bottom: 18px;
  font-size: 1.5rem;
}

.benefit-list,
.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list li,
.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.benefit-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

.registration-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-grid label {
  display: grid;
  gap: 8px;
  color: #dcecf5;
  font-weight: 800;
}

.form-grid .full {
  grid-column: 1 / -1;
}

input,
textarea,
select {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  outline: none;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: rgba(2, 11, 18, 0.66);
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(91, 228, 255, 0.1), 0 0 24px rgba(91, 228, 255, 0.08);
}

.checkbox {
  grid-template-columns: 22px 1fr;
  align-items: start;
  font-weight: 600 !important;
}

.checkbox input {
  width: 20px;
  min-height: 20px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.legal-panel {
  display: grid;
  gap: 18px;
  max-width: 920px;
}

.legal-panel h2 {
  margin-top: 8px;
  font-size: 1.45rem;
}

.legal-panel p,
.legal-panel ul {
  margin: 0;
}

.legal-panel ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.intro-band,
.spotlight,
.twin-section,
.freelancer-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.spotlight-copy {
  display: grid;
  gap: 18px;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.capability-list article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-soft);
}

.capability-list p {
  color: var(--ink-soft);
}

.spotlight-visual img,
.twin-visual img {
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.metrics-strip div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

.metrics-strip strong,
.metrics-strip span {
  display: block;
}

.metrics-strip strong {
  color: var(--cyan);
  font-family: "Sora", sans-serif;
}

.metrics-strip span {
  margin-top: 8px;
  color: var(--ink-soft);
}

.process-step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--cyan);
}

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes statusPulse {
  50% { opacity: 0.55; box-shadow: 0 0 0 8px rgba(45, 212, 191, 0.03), 0 0 24px var(--teal); }
}

@keyframes heroDrift {
  from { transform: scale(1.035) translate3d(-0.3%, 0, 0); }
  to { transform: scale(1.065) translate3d(0.6%, -0.4%, 0); }
}

@keyframes chartDraw {
  0% { stroke-dashoffset: 180; opacity: 0.4; }
  45%, 100% { stroke-dashoffset: 0; opacity: 1; }
}

@keyframes scrollDot {
  0% { transform: translate(-50%, 0); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translate(-50%, 14px); opacity: 0; }
}

@keyframes nodePulse {
  50% { transform: scale(1.35); box-shadow: 0 0 28px var(--cyan); }
}

@keyframes cubeSpin {
  from { transform: rotateX(-18deg) rotateY(0deg); }
  to { transform: rotateX(-18deg) rotateY(360deg); }
}

@keyframes flowAcross {
  from { left: 10%; opacity: 0; }
  15%, 85% { opacity: 1; }
  to { left: 88%; opacity: 0; }
}

@keyframes radarPulse {
  from { transform: scale(0.55); opacity: 1; }
  to { transform: scale(1.5); opacity: 0; }
}

@keyframes orbitSpin {
  from { transform: translate(-50%, -50%) rotateX(66deg) rotateZ(0deg); }
  to { transform: translate(-50%, -50%) rotateX(66deg) rotateZ(360deg); }
}

@keyframes ringExpand {
  0% { transform: scale(0.7); opacity: 0; }
  35% { opacity: 0.7; }
  100% { transform: scale(1.18); opacity: 0; }
}

@media (max-width: 1080px) {
  .nav a {
    padding-inline: 9px;
  }

  .capability-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .command-section {
    grid-template-columns: 1fr;
  }

  .command-copy {
    max-width: 780px;
  }

  .command-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .command-tab {
    justify-content: center;
  }

  .product-catalog,
  .industry-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .topbar {
    width: 100%;
    border-radius: 0 0 16px 16px;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(4, 13, 22, 0.96);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px;
  }

  .nav .nav-cta {
    margin: 4px 0 0;
  }

  .immersive-hero {
    min-height: 820px;
  }

  .hero-media {
    background:
      linear-gradient(90deg, rgba(3, 8, 14, 0.98), rgba(3, 8, 14, 0.66) 56%, rgba(3, 8, 14, 0.42)),
      linear-gradient(180deg, rgba(5, 11, 18, 0.1), rgba(5, 11, 18, 0.9)),
      url("assets/industrial-command-core.png") 56% center / cover no-repeat;
  }

  .hero-telemetry {
    display: none;
  }

  .system-pulse {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .system-pulse > p {
    grid-column: 1 / -1;
    min-height: 74px;
  }

  .industry-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: auto;
    padding: 24px;
  }

  .industry-core {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1 / -1;
    margin: 70px auto;
    transform: none;
  }

  .industry-node {
    position: relative;
    inset: auto;
    min-width: 0;
  }

  .path-track,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .path-track::before {
    display: none;
  }

  .final-cta {
    grid-template-columns: auto 1fr;
  }

  .final-cta .button {
    grid-column: 1 / -1;
  }

  .live-graphic-section,
  .contact-page-grid,
  .freelancer-layout,
  .intro-band,
  .spotlight,
  .twin-section,
  .freelancer-cta {
    grid-template-columns: 1fr;
  }

  .delivery-grid,
  .method-grid,
  .industry-grid,
  .contact-grid,
  .metrics-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cursor-light {
    display: none;
  }

  .topbar {
    min-height: 68px;
    padding-inline: 12px;
  }

  .brand-mark {
    width: 160px;
    height: 42px;
  }

  h1 {
    font-size: clamp(2.9rem, 13.5vw, 3.65rem);
    letter-spacing: -0.065em;
  }

  h2 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .section {
    padding: 78px 18px;
  }

  .immersive-hero {
    min-height: 760px;
  }

  .hero-content {
    padding: 92px 18px 108px;
  }

  .hero-lead {
    max-width: 320px;
    font-size: 1rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-signal span:not(:first-child) {
    display: none;
  }

  .system-pulse {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
  }

  .system-pulse article {
    min-height: 90px;
  }

  .system-pulse > p {
    grid-column: auto;
  }

  .capability-deck,
  .product-catalog,
  .solution-detail-grid,
  .industry-detail-grid,
  .delivery-grid,
  .method-grid,
  .industry-grid,
  .contact-grid,
  .metrics-strip,
  .process-grid,
  .capability-list,
  .form-grid,
  .path-track {
    grid-template-columns: 1fr;
  }

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

  .command-section {
    padding: 78px 18px;
  }

  .command-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .command-tab {
    justify-content: flex-start;
  }

  .command-stage {
    min-height: 480px;
    border-radius: 19px;
  }

  .industry-orbit {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .industry-core {
    grid-column: auto;
  }

  .path-header,
  .footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .path-header .button {
    width: 100%;
  }

  .final-cta {
    width: auto;
    grid-template-columns: 1fr;
    margin: 0 18px 70px;
    padding: 36px 24px;
  }

  .cta-globe {
    width: 100px;
    height: 100px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .page-shell,
  .freelancer-page,
  .legal-page {
    padding: 46px 18px 84px;
  }

  .page-hero,
  .freelancer-hero,
  .legal-hero {
    min-height: 300px;
    padding: 26px;
    border-radius: 18px;
  }

  .page-hero h1,
  .freelancer-hero h1,
  .legal-hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.1rem);
    overflow-wrap: normal;
    word-break: normal;
  }

  .live-graphic-section {
    gap: 18px;
    padding: 16px;
    border-radius: 17px;
  }

  .live-graphic {
    height: 280px;
    min-height: 0;
  }

  .live-readout {
    right: 10px;
    bottom: 10px;
    min-width: 170px;
    max-width: calc(100% - 20px);
    padding: 10px;
    background: rgba(5, 17, 27, 0.94);
    backdrop-filter: none;
  }

  .page-cta {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .form-grid .full {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .tilt-card {
    transform: none !important;
  }
}
