/* Punctual visual cleanup - 2026-07-17 */
.home-page .hero-visual .hero-float-layer .hero-float--service,
body:not(.webdesign-page):not(.about-page) .hero-visual .hero-float-layer .hero-float--service {
  left: auto !important;
  right: 7% !important;
  bottom: 9% !important;
  top: auto !important;
  transform: none !important;
  z-index: 12 !important;
}
@media (max-width: 980px) {
  .hero-visual .hero-float-layer .hero-float--service {
    right: 4% !important;
    bottom: 7% !important;
  }
}
@media (max-width: 760px) {
  .hero-visual .hero-float-layer .hero-float--service {
    right: 5% !important;
    bottom: 5% !important;
    display: inline-flex !important;
    max-width: calc(100% - 36px);
  }
}
