/* Global floating-label collision fix — 2026-07-16 */
.hero-float-layer{
  position:absolute!important;
  inset:0!important;
  z-index:8!important;
  pointer-events:none!important;
  overflow:visible!important;
}
.hero-float{
  position:absolute!important;
  margin:0!important;
  max-width:190px!important;
  white-space:normal!important;
  text-align:center!important;
  line-height:1.25!important;
  transform:translate(-50%,-50%)!important;
  animation:rcLabelOrbit 7.5s ease-in-out infinite!important;
  will-change:transform!important;
}
.hero-float--b{animation-delay:-3.75s!important}
@keyframes rcLabelOrbit{
  0%,100%{transform:translate(-50%,-50%) translate3d(0,0,0)!important}
  50%{transform:translate(-50%,-50%) translate3d(0,-5px,0)!important}
}

/* Home: labels orbit the laptop without crossing the robot/display */
.hero-image-visual .hero-float--a{left:82%!important;top:82%!important;right:auto!important;bottom:auto!important}
.hero-image-visual .hero-float--b{left:18%!important;top:72%!important;right:auto!important;bottom:auto!important}

/* About */
.about-visual .hero-float--a{left:84%!important;top:22%!important;right:auto!important;bottom:auto!important}
.about-visual .hero-float--b{left:18%!important;top:78%!important;right:auto!important;bottom:auto!important}

/* Web Design */
.editorial-canvas .hero-float--a{left:84%!important;top:20%!important;right:auto!important;bottom:auto!important}
.editorial-canvas .hero-float--b{left:17%!important;top:82%!important;right:auto!important;bottom:auto!important}

/* Contact */
.contact-hero-panel .hero-float--a{left:82%!important;top:22%!important;right:auto!important;bottom:auto!important}
.contact-hero-panel .hero-float--b{left:18%!important;top:80%!important;right:auto!important;bottom:auto!important}

/* Solutions keeps its dedicated six-point radial system. */
.solutions-map.ai-sprint3-visual .hero-float{max-width:168px!important}

@media (max-width:1100px){
  .hero-float{max-width:165px!important;font-size:.67rem!important;padding:.55rem .68rem!important}
  .hero-image-visual .hero-float--a{left:79%!important;top:84%!important}
  .hero-image-visual .hero-float--b{left:21%!important;top:76%!important}
  .about-visual .hero-float--a,.editorial-canvas .hero-float--a,.contact-hero-panel .hero-float--a{left:79%!important}
  .about-visual .hero-float--b,.editorial-canvas .hero-float--b,.contact-hero-panel .hero-float--b{left:21%!important}
}

@media (max-width:900px){
  .hero-float-layer{display:none!important}
}

@media (prefers-reduced-motion:reduce){
  .hero-float{animation:none!important}
}
