/* Shared SVG robot arm — SMIL animates shoulder + elbow; base stays fixed */

.welcome-robot,
.gs-hero-robot.welcome-robot {
  position: absolute;
  left: 48px;
  bottom: 8px;
  width: 320px;
  height: 176px;
  z-index: 2;
  pointer-events: none;
  animation: none !important;
  transform: none !important;
}

.gs-hero-robot.welcome-robot {
  left: 10px;
  right: auto;
  bottom: 12px;
  width: 300px;
  height: 168px;
}

.welcome-robot-svg,
.studio-boot-arm-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.35));
}

.welcome-robot > .welcome-robot-base,
.welcome-robot > .welcome-robot-joint,
.welcome-robot > .welcome-robot-arm,
.welcome-robot > .welcome-robot-claw,
.studio-boot-part,
.studio-boot-robot {
  display: none !important;
}

@media (max-width: 900px) {
  .welcome-robot {
    left: 16px;
    width: 260px;
    height: 148px;
  }
}
