.motion-preview-page {
  background: #06111d;
  color: #eef6ff;
}

.motion-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 96px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 11, 19, .94), rgba(6, 22, 37, .82), rgba(4, 11, 19, .94)),
    radial-gradient(circle at 42% 0, rgba(39,182,232,.18), transparent 52%);
  border-bottom: 1px solid rgba(101, 213, 255, .16);
  box-shadow: 0 22px 56px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
}

.motion-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(101,213,255,.09) 1px, transparent 1px),
    linear-gradient(rgba(101,213,255,.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  opacity: .42;
  pointer-events: none;
}

.motion-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(101,213,255,.8), transparent);
  pointer-events: none;
}

.motion-header-shell {
  min-height: 96px;
  display: grid;
  grid-template-columns: 64px minmax(460px, 1fr) auto;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 2;
}

.motion-menu {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(101,213,255,.42);
  background: rgba(255,255,255,.04);
  color: #9ee4ff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.03);
}

.motion-brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.motion-brand-mark {
  width: 70px;
  height: 70px;
  flex: none;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.035)),
    rgba(7, 21, 34, .54);
  border: 1px solid rgba(101,213,255,.24);
  box-shadow: 0 18px 40px rgba(0,0,0,.24), 0 0 38px rgba(39,182,232,.16);
  overflow: hidden;
}

.motion-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.08);
}

.motion-brand-text {
  min-width: 0;
}

.motion-brand-text b {
  display: block;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -.045em;
  white-space: nowrap;
  text-shadow: 0 12px 28px rgba(0,0,0,.22);
}

.motion-brand-text small {
  display: block;
  color: #8fdfff;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.motion-nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.motion-nav-links a {
  padding: 12px 14px;
  border-radius: 999px;
  color: #cfe7f5;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  transition: .2s ease;
}

.motion-nav-links a:hover,
.motion-nav-links a.active {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.motion-nav-links .motion-rfq-link {
  color: #05111d;
  background: linear-gradient(135deg, #fff, #93ddff);
  box-shadow: 0 14px 30px rgba(39,182,232,.22);
}

.motion-nav-links .motion-rfq-link:hover {
  color: #05111d;
  background: linear-gradient(135deg, #fff, #65d5ff);
}

.motion-kicker {
  color: #65d5ff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.motion-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #11d79a;
  box-shadow: 0 0 0 7px rgba(17, 215, 154, .11);
}

.motion-hero {
  min-height: calc(100vh - 96px);
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(3,8,17,.82), rgba(6,22,37,.78)),
    url("assets/abb-industrial-robot.png") 76% 20%/780px auto no-repeat,
    radial-gradient(circle at calc(72% + var(--mx, 0px)) calc(34% + var(--my, 0px)), rgba(225, 29, 46, .30), transparent 20%),
    radial-gradient(circle at calc(56% + var(--mx, 0px)) calc(30% + var(--my, 0px)), rgba(29, 160, 236, .34), transparent 31%),
    linear-gradient(115deg, #030811 0%, #061625 43%, #0b2638 100%);
}

.motion-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 42%, rgba(101,213,255,.08) 42.2% 42.7%, transparent 43%),
    linear-gradient(90deg, rgba(39,182,232,.06), transparent 20% 80%, rgba(225,29,46,.08));
  pointer-events: none;
}

.motion-hero::after {
  content: "";
  position: absolute;
  left: -18%;
  top: 18%;
  width: 58%;
  height: 70%;
  background: radial-gradient(ellipse, rgba(39,182,232,.13), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.editable-zone {
  position: relative;
}

.editable-zone::selection,
.editable-zone *::selection {
  background: rgba(39,182,232,.35);
}

.editable-zone:hover {
  outline: 1px dashed rgba(101,213,255,.42);
  outline-offset: -6px;
}

.motion-grid {
  position: absolute;
  inset: 0;
  opacity: .19;
  background-image:
    linear-gradient(rgba(108, 210, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 210, 255, .18) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.motion-orbit {
  position: absolute;
  right: -150px;
  top: 8%;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(93, 207, 255, .2);
  border-radius: 50%;
  animation: orbitGlow 9s linear infinite;
}

.motion-orbit::before,
.motion-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.motion-orbit::before {
  inset: 85px;
  border: 1px solid rgba(93, 207, 255, .18);
}

.motion-orbit::after {
  width: 13px;
  height: 13px;
  right: 90px;
  top: 65px;
  background: #27b6e8;
  box-shadow: 0 0 30px #27b6e8;
}

.motion-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 38px;
  align-items: center;
  padding: 72px 0 88px;
}

.motion-hero-copy h1,
.motion-section-head h2,
.technical-copy h2,
.rfq-console h2 {
  margin: 20px 0;
  color: #fff;
  font-size: clamp(54px, 6.8vw, 104px);
  line-height: .88;
  letter-spacing: -.075em;
}

.motion-hero-copy p,
.motion-section-head p,
.technical-copy p,
.rfq-console p {
  color: #b8c8d6;
  font-size: 16px;
  line-height: 1.8;
  max-width: 590px;
}

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

.hero-cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.hero-cert-row span {
  padding: 10px 12px;
  border: 1px solid rgba(126, 217, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #dceefa;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
}

.motion-hero-stage {
  min-height: 690px;
  position: relative;
  perspective: 1100px;
}

.motion-hero-stage::before {
  content: "";
  position: absolute;
  inset: 18px 8px 32px 52px;
  border-radius: 36px;
  background:
    linear-gradient(120deg, rgba(39, 182, 232, .12), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .015));
  border: 1px solid rgba(137, 211, 255, .13);
  transform: rotate(-1.5deg);
}

.hero-scan {
  position: absolute;
  z-index: 6;
  right: 58px;
  top: 52px;
  width: min(610px, 92%);
  height: 510px;
  border-radius: 28px;
  pointer-events: none;
  overflow: hidden;
}

.hero-scan::before {
  content: "";
  position: absolute;
  inset: -30% 0 auto;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(101, 213, 255, .18), transparent);
  animation: scanSweep 4.2s ease-in-out infinite;
}

.machine-halo {
  position: absolute;
  z-index: 1;
  right: 42px;
  top: 82px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(39, 182, 232, .18), transparent 57%),
    conic-gradient(from 0deg, transparent, rgba(39, 182, 232, .34), transparent 34%, rgba(225, 29, 46, .25), transparent 68%);
  filter: blur(.2px);
  opacity: .58;
  animation: machineHaloSpin 14s linear infinite;
  pointer-events: none;
}

.machine-halo::after {
  content: "";
  position: absolute;
  inset: 64px;
  border: 1px dashed rgba(126, 217, 255, .25);
  border-radius: 50%;
}

.hero-photo {
  position: absolute;
  border: 1px solid rgba(163, 223, 255, .18);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .42);
  background-size: cover;
  background-position: center;
  transition: transform .16s linear;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .08), transparent 38%),
    linear-gradient(0deg, rgba(4, 12, 20, .22), transparent);
}

.hero-photo-robot {
  right: 0;
  top: 34px;
  width: min(690px, 99%);
  height: 510px;
  background-image: url("assets/abb-industrial-robot.png");
  border-radius: 30px;
  border-color: rgba(255, 255, 255, .2);
  box-shadow: 0 45px 110px rgba(0, 0, 0, .55), 0 0 90px rgba(225, 29, 46, .16);
}

.hero-photo-panel {
  left: 6px;
  bottom: 36px;
  width: min(480px, 72%);
  height: 320px;
  background-image: url("assets/automation-hero.png");
  transform: translateZ(60px);
  opacity: .9;
}

.machine-card {
  position: absolute;
  z-index: 8;
  width: 122px;
  height: 122px;
  border-radius: 22px;
  padding: 8px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .44);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .34);
  overflow: hidden;
  transition: transform .16s linear;
  animation: machineFloat 6s ease-in-out infinite;
}

.machine-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.machine-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(12, 27, 42, .06);
  pointer-events: none;
}

.machine-card-plc {
  left: 58px;
  top: 32px;
  animation-delay: -.6s;
}

.machine-card-drive {
  right: 0;
  top: 306px;
  animation-delay: -2.2s;
}

.machine-card-hmi {
  left: 260px;
  bottom: 18px;
  animation-delay: -3.8s;
}

.live-module {
  position: absolute;
  z-index: 3;
  width: 245px;
  padding: 18px;
  border: 1px solid rgba(120, 216, 255, .26);
  border-radius: 16px;
  background: rgba(5, 18, 30, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
  transition: transform .16s linear;
}

.live-module small {
  color: #65d5ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.live-module strong {
  display: block;
  margin: 10px 0 4px;
  color: #fff;
  font-size: 17px;
}

.live-module span {
  color: #adc1d3;
  font-size: 12px;
}

.module-a {
  left: 0;
  top: 114px;
}

.module-b {
  right: 18px;
  bottom: 82px;
}

.tech-spec-table {
  position: absolute;
  z-index: 7;
  left: 4px;
  bottom: 20px;
  width: 310px;
  border: 1px solid rgba(126, 217, 255, .18);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(2, 10, 18, .74);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
  transition: transform .16s linear;
}

.tech-spec-table div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.tech-spec-table div:last-child {
  border-bottom: 0;
}

.tech-spec-table span {
  color: #6f8fa8;
  font-size: 10px;
}

.tech-spec-table b {
  color: #dceefa;
  font-size: 11px;
  font-weight: 800;
}

.hero-spec-card {
  position: absolute;
  z-index: 7;
  min-width: 185px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
  transition: transform .16s linear;
}

.hero-spec-card span {
  display: block;
  color: #65d5ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .17em;
  margin-bottom: 7px;
}

.hero-spec-card b {
  color: #fff;
  font-size: 15px;
}

.spec-card-top {
  right: 8px;
  top: 18px;
}

.spec-card-bottom {
  left: 86px;
  bottom: 10px;
}

.pulse-line {
  display: block;
  height: 4px;
  margin-top: 14px;
  border-radius: 99px;
  background: linear-gradient(90deg, #11d79a, #27b6e8, transparent);
  animation: pulseLine 1.8s ease-in-out infinite;
}

.motion-proof-strip {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  backdrop-filter: blur(16px);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-item {
  padding: 28px 30px;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.proof-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.proof-item b {
  display: block;
  color: #fff;
  font-size: 32px;
  letter-spacing: -.04em;
}

.proof-item span {
  color: #9fb3c4;
  font-size: 12px;
}

.motion-section {
  padding: 110px 0;
  background: #071522;
}

.verification-section,
.brand-motion-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(39, 182, 232, .12), transparent 35%),
    #081827;
}

.motion-section-head {
  max-width: 800px;
  margin-bottom: 44px;
}

.motion-section-head h2,
.technical-copy h2,
.rfq-console h2 {
  font-size: clamp(36px, 4vw, 60px);
}

.verification-lane {
  --progress: 0%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.verification-lane::before,
.lane-progress {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 34px;
  height: 2px;
  background: rgba(132, 211, 255, .18);
}

.lane-progress {
  right: auto;
  width: var(--progress);
  background: linear-gradient(90deg, #11d79a, #27b6e8);
  box-shadow: 0 0 30px rgba(39, 182, 232, .5);
  transition: width .45s ease;
}

.verification-lane article {
  position: relative;
  z-index: 2;
  min-height: 235px;
  border: 1px solid rgba(151, 218, 255, .16);
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
  overflow: hidden;
}

.verification-lane article::after {
  content: "";
  position: absolute;
  inset: auto -30px -70px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(39, 182, 232, .08);
}

.verification-lane span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #27b6e8;
  color: #03101b;
  font-size: 11px;
  font-weight: 900;
}

.verification-lane h3 {
  margin: 42px 0 12px;
  color: #fff;
}

.verification-lane p {
  color: #a9bdce;
  line-height: 1.65;
  font-size: 13px;
}

.dispatch-section {
  background:
    radial-gradient(circle at 75% 35%, rgba(17, 215, 154, .10), transparent 30%),
    linear-gradient(180deg, #071522, #040b13);
  overflow: hidden;
}

.dispatch-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 56px;
  align-items: center;
}

.dispatch-copy h2 {
  margin: 20px 0;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: .98;
  letter-spacing: -.055em;
}

.dispatch-copy p {
  color: #b8c8d6;
  line-height: 1.78;
  max-width: 560px;
}

.dispatch-checks {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.dispatch-checks span {
  width: fit-content;
  padding: 11px 14px;
  border: 1px solid rgba(126, 217, 255, .18);
  border-radius: 999px;
  color: #dceefa;
  background: rgba(255, 255, 255, .05);
  font-size: 12px;
  font-weight: 850;
}

.dispatch-stage {
  min-height: 560px;
  position: relative;
  border: 1px solid rgba(126, 217, 255, .16);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 45% 22%, rgba(39, 182, 232, .18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
    #081827;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .38);
}

.dispatch-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(126, 217, 255, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 217, 255, .08) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .28;
  transform: perspective(600px) rotateX(58deg) translateY(110px) scale(1.35);
  transform-origin: bottom;
}

.warehouse-depth {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 92px;
  height: 210px;
  border-radius: 30px 30px 12px 12px;
  background:
    linear-gradient(90deg, rgba(4, 17, 30, .85), rgba(4, 17, 30, .20), rgba(4, 17, 30, .72)),
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent);
  border: 1px solid rgba(255, 255, 255, .08);
  transform: skewX(-8deg);
}

.warehouse-racks {
  position: absolute;
  left: 38px;
  top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 56px);
  gap: 12px;
  opacity: .8;
}

.warehouse-racks span {
  height: 170px;
  border: 1px solid rgba(126, 217, 255, .18);
  border-radius: 10px;
  background:
    linear-gradient(180deg, transparent 0 22%, rgba(126, 217, 255, .16) 22% 24%, transparent 24% 48%, rgba(126, 217, 255, .13) 48% 50%, transparent 50% 73%, rgba(126, 217, 255, .12) 73% 75%, transparent 75%),
    rgba(255, 255, 255, .035);
}

.scan-arch {
  position: absolute;
  left: 34%;
  bottom: 170px;
  width: 116px;
  height: 190px;
  border: 2px solid rgba(101, 213, 255, .38);
  border-bottom: 0;
  border-radius: 60px 60px 0 0;
  box-shadow: 0 0 34px rgba(39, 182, 232, .18);
}

.scan-arch::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  top: 22px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(101, 213, 255, .34), transparent);
  animation: dispatchScan 2.7s ease-in-out infinite;
}

.scan-arch span {
  position: absolute;
  left: 50%;
  top: -31px;
  transform: translateX(-50%);
  color: #65d5ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}

.conveyor-line {
  position: absolute;
  left: 44px;
  right: 160px;
  bottom: 170px;
  height: 18px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(17, 215, 154, .9), rgba(39, 182, 232, .9), rgba(255, 255, 255, .10));
  box-shadow: 0 0 34px rgba(39, 182, 232, .24);
}

.conveyor-line i {
  position: absolute;
  top: -6px;
  width: 2px;
  height: 30px;
  background: rgba(255, 255, 255, .32);
  animation: conveyorTick 2.2s linear infinite;
}

.conveyor-line i:nth-child(1) { left: 8%; }
.conveyor-line i:nth-child(2) { left: 24%; animation-delay: -.4s; }
.conveyor-line i:nth-child(3) { left: 43%; animation-delay: -.8s; }
.conveyor-line i:nth-child(4) { left: 62%; animation-delay: -1.2s; }
.conveyor-line i:nth-child(5) { left: 80%; animation-delay: -1.6s; }

.dispatch-box {
  position: absolute;
  z-index: 4;
  width: 78px;
  height: 58px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #071522;
  font-size: 12px;
  font-weight: 950;
  background:
    linear-gradient(135deg, #f7d49a, #b87935);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
}

.dispatch-box::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 12px;
  background: rgba(255, 255, 255, .22);
}

.box-a {
  left: 66px;
  bottom: 199px;
  animation: boxTravelA 7.8s linear infinite;
}

.box-b {
  left: 66px;
  bottom: 199px;
  animation: boxTravelA 7.8s linear infinite;
  animation-delay: -2.6s;
}

.box-c {
  left: 66px;
  bottom: 199px;
  animation: boxTravelA 7.8s linear infinite;
  animation-delay: -5.2s;
}

.dispatch-truck {
  position: absolute;
  right: 32px;
  bottom: 124px;
  width: 250px;
  height: 128px;
  animation: truckIdle 3.4s ease-in-out infinite;
}

.truck-container {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 170px;
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e8eef3, #9eb0bf);
  box-shadow: inset 0 -18px 30px rgba(6, 17, 29, .18);
}

.truck-container span {
  position: absolute;
  left: 18px;
  top: 24px;
  color: #0f4b82;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: .12em;
}

.truck-cab {
  position: absolute;
  right: 20px;
  bottom: 32px;
  width: 78px;
  height: 62px;
  border-radius: 16px 20px 10px 8px;
  background: linear-gradient(135deg, #1595d3, #0f4b82);
}

.truck-cab::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .62);
}

.dispatch-truck i {
  position: absolute;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #071522;
  border: 6px solid #d7e2eb;
}

.dispatch-truck i:nth-of-type(1) { left: 38px; }
.dispatch-truck i:nth-of-type(2) { right: 44px; }

.route-panel {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.route-panel div {
  min-height: 72px;
  border: 1px solid rgba(126, 217, 255, .14);
  border-radius: 16px;
  padding: 13px;
  background: rgba(2, 10, 18, .66);
  backdrop-filter: blur(14px);
}

.route-panel span {
  display: block;
  color: #65d5ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.route-panel b {
  display: block;
  color: #fff;
  margin-top: 8px;
  font-size: 13px;
}

.technical-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 52px;
  align-items: center;
}

.technical-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.technical-tabs button {
  border: 1px solid rgba(137, 211, 255, .2);
  border-radius: 999px;
  padding: 11px 15px;
  background: rgba(255, 255, 255, .04);
  color: #dcefff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.technical-tabs button.active {
  background: #fff;
  color: #071522;
}

.technical-console {
  border: 1px solid rgba(132, 211, 255, .2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035)),
    #081827;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .35);
  overflow: hidden;
}

.console-top {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.console-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #27b6e8;
}

.console-top span:nth-child(2) { background: #11d79a; }
.console-top span:nth-child(3) { background: #e11d2e; }
.console-top b {
  margin-left: auto;
  color: #7fd9ff;
  font-size: 11px;
  letter-spacing: .16em;
}

.console-body {
  padding: 34px;
}

.console-body h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 12px;
}

.console-body p {
  color: #b4c6d4;
  line-height: 1.75;
}

.console-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.console-specs span {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 14px;
  color: #dbeefc;
  background: rgba(255, 255, 255, .04);
  font-size: 12px;
}

.motion-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.motion-brand-card {
  min-height: 190px;
  border: 1px solid rgba(158, 224, 255, .16);
  border-radius: 18px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.motion-brand-card:hover {
  transform: translateY(-8px);
  border-color: rgba(101, 213, 255, .52);
  background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .05));
}

.motion-brand-card b {
  display: block;
  margin-bottom: 42px;
  font-size: 22px;
  letter-spacing: -.04em;
}

.motion-brand-card small,
.motion-brand-card span {
  display: block;
  color: #a9bdce;
  font-size: 12px;
  line-height: 1.6;
}

.featured-motion-products {
  background: #fff;
  color: var(--ink);
}

.featured-motion-products .motion-kicker,
.featured-motion-products .motion-section-head h2 {
  color: var(--ink);
}

.featured-motion-products .motion-section-head p {
  color: var(--muted);
}

.motion-product-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.motion-product {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0;
  background:
    radial-gradient(circle at 80% 0, rgba(39, 182, 232, .12), transparent 32%),
    #fff;
  box-shadow: 0 16px 40px rgba(8, 28, 48, .06);
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
}

.motion-product:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 58px rgba(8, 28, 48, .12);
}

.motion-product .brand {
  margin: 18px 18px 0;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.motion-product-photo {
  height: 220px;
  position: relative;
  background: #f5f7f9 center/cover no-repeat;
  overflow: hidden;
}

.motion-product-photo::after {
  content: "SHANGHAI HANYI INDUSTRIAL EQUIPMENT";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  width: 82%;
  color: rgba(17, 38, 58, .15);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  pointer-events: none;
}

.motion-product-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(6, 17, 29, .08));
  pointer-events: none;
}

.motion-product h3 {
  margin: 12px 18px;
  min-height: 70px;
  font-size: 17px;
  line-height: 1.35;
}

.motion-product p {
  margin: 0 18px 8px;
  color: var(--muted);
  font-size: 12px;
}

.motion-product .price {
  margin: 18px;
}

.rfq-console-section {
  padding: 110px 0;
  background:
    linear-gradient(90deg, rgba(4, 17, 30, .9), rgba(4, 17, 30, .45)),
    url("assets/automation-hero.png") center/cover no-repeat;
}

.rfq-console {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 46px;
  align-items: center;
}

.rfq-panel {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  padding: 28px;
  background: rgba(5, 18, 30, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .32);
}

.rfq-panel label {
  display: grid;
  gap: 8px;
  margin-bottom: 15px;
}

.rfq-panel span {
  color: #9fb3c4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rfq-panel input,
.rfq-panel textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  outline: none;
}

.rfq-panel textarea {
  min-height: 130px;
  resize: vertical;
}

.rfq-panel input::placeholder,
.rfq-panel textarea::placeholder {
  color: #7d93a5;
}

.motion-footer {
  padding: 28px 0;
  background: #040b13;
  color: #7e93a5;
  font-size: 12px;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

@keyframes pulseLine {
  0%, 100% { transform: scaleX(.55); opacity: .55; transform-origin: left; }
  50% { transform: scaleX(1); opacity: 1; transform-origin: left; }
}

@keyframes orbitGlow {
  to { transform: rotate(360deg); }
}

@keyframes scanSweep {
  0% { transform: translateY(-55%); opacity: 0; }
  18% { opacity: 1; }
  55% { opacity: .8; }
  100% { transform: translateY(360%); opacity: 0; }
}

@keyframes machineHaloSpin {
  to { transform: rotate(360deg); }
}

@keyframes machineFloat {
  0%, 100% { translate: 0 0; rotate: -1.2deg; }
  50% { translate: 0 -14px; rotate: 1.4deg; }
}

@keyframes dispatchScan {
  0%, 100% { transform: translateY(0); opacity: .35; }
  50% { transform: translateY(92px); opacity: 1; }
}

@keyframes conveyorTick {
  from { transform: translateX(0); opacity: .2; }
  35% { opacity: .85; }
  to { transform: translateX(118px); opacity: 0; }
}

@keyframes boxTravelA {
  0% { transform: translateX(0) translateY(0) scale(.92); opacity: 0; }
  8% { opacity: 1; }
  42% { transform: translateX(235px) translateY(0) scale(1); }
  58% { transform: translateX(315px) translateY(-42px) scale(.93); }
  72% { transform: translateX(430px) translateY(0) scale(.86); opacity: 1; }
  84% { transform: translateX(510px) translateY(10px) scale(.72); opacity: .3; }
  100% { transform: translateX(560px) translateY(10px) scale(.72); opacity: 0; }
}

@keyframes truckIdle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@media (max-width: 980px) {
  .motion-header {
    min-height: 92px;
  }
  .motion-header-shell {
    min-height: 92px;
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }
  .motion-brand-mark {
    width: 62px;
    height: 62px;
  }
  .motion-brand-text b {
    font-size: 24px;
  }
  .motion-brand-text small {
    font-size: 9px;
  }
  .motion-nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    padding: 14px;
    border: 1px solid rgba(101,213,255,.18);
    border-radius: 0 0 18px 18px;
    background: rgba(4, 11, 19, .94);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 60px rgba(0,0,0,.32);
    flex-direction: column;
    align-items: stretch;
  }
  .motion-nav-links.open {
    display: flex;
  }
  .motion-nav-links a {
    width: 100%;
    text-align: center;
  }
  .motion-nav-links .motion-rfq-link {
    margin-top: 5px;
  }
  .motion-nav-links small {
    display: none;
  }
  .motion-hero-inner,
  .technical-grid,
  .rfq-console,
  .dispatch-grid {
    grid-template-columns: 1fr;
  }
  .motion-hero-stage {
    min-height: 600px;
  }
  .verification-lane,
  .proof-grid,
  .motion-product-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .motion-brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .dispatch-stage {
    min-height: 530px;
  }
}

@media (max-width: 620px) {
  .motion-header {
    min-height: 88px;
  }
  .motion-header-shell {
    min-height: 88px;
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }
  .motion-menu {
    width: 42px;
    height: 42px;
  }
  .motion-brand-lockup {
    gap: 10px;
    min-width: 0;
  }
  .motion-brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .motion-brand-text b {
    font-size: 17px;
    white-space: normal;
    line-height: 1.08;
  }
  .motion-brand-text small {
    font-size: 7px;
    letter-spacing: .09em;
    line-height: 1.35;
    white-space: normal;
    margin-top: 5px;
  }
  .motion-hero {
    min-height: auto;
  }
  .motion-hero-inner {
    padding: 56px 0;
    gap: 28px;
  }
  .motion-hero-copy h1 {
    font-size: 50px;
  }
  .motion-hero-stage {
    min-height: 520px;
  }
  .hero-photo-robot {
    top: 0;
    height: 335px;
  }
  .hero-photo-panel {
    width: 78%;
    height: 230px;
    bottom: 62px;
  }
  .hero-scan { right: 0; top: 0; height: 335px; }
  .machine-halo { width: 360px; height: 360px; right: -40px; top: 24px; }
  .machine-card { width: 92px; height: 92px; border-radius: 16px; padding: 6px; }
  .machine-card img { border-radius: 11px; }
  .machine-card-plc { left: 0; top: 22px; }
  .machine-card-drive { right: 0; top: 232px; }
  .machine-card-hmi { left: 52%; bottom: 24px; }
  .hero-spec-card { display: none; }
  .tech-spec-table { display: none; }
  .live-module {
    width: 205px;
    padding: 14px;
  }
  .module-a { left: 0; top: 245px; }
  .module-b { right: 0; bottom: 0; }
  .verification-lane,
  .proof-grid,
  .motion-brand-grid,
  .motion-product-row,
  .console-specs,
  .route-panel {
    grid-template-columns: 1fr;
  }
  .verification-lane::before,
  .lane-progress {
    display: none;
  }
  .motion-section {
    padding: 72px 0;
  }
  .dispatch-stage {
    min-height: 690px;
    border-radius: 20px;
  }
  .warehouse-racks {
    left: 18px;
    top: 34px;
    grid-template-columns: repeat(2, 46px);
  }
  .warehouse-racks span {
    height: 126px;
  }
  .scan-arch {
    left: 36%;
    bottom: 388px;
    width: 90px;
    height: 145px;
  }
  .conveyor-line {
    left: 24px;
    right: 80px;
    bottom: 388px;
  }
  .dispatch-box {
    width: 58px;
    height: 44px;
    font-size: 10px;
  }
  .box-a,
  .box-b,
  .box-c {
    left: 28px;
    bottom: 412px;
  }
  .dispatch-truck {
    right: -34px;
    bottom: 320px;
    transform: scale(.62);
    transform-origin: right bottom;
  }
  .route-panel {
    left: 20px;
    right: 20px;
    bottom: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .route-panel div {
    min-height: 76px;
    padding: 12px;
  }
  @keyframes boxTravelA {
    0% { transform: translateX(0) scale(.9); opacity: 0; }
    8% { opacity: 1; }
    52% { transform: translateX(142px) scale(1); }
    78% { transform: translateX(205px) translateY(-20px) scale(.76); opacity: .7; }
    100% { transform: translateX(244px) translateY(-20px) scale(.66); opacity: 0; }
  }
  .rfq-panel {
    padding: 20px;
  }
}
