/* Recivo mascot - industry page hero only */
.ip-hero-visual {
  position: relative;
}

.ip-hero-visual .recivo-mascot {
  position: absolute;
  top: -12%;
  right: -14%;
  width: clamp(84px, 18vw, 140px);
  height: auto;
  z-index: 4;
  pointer-events: none;
  opacity: 1;
  transform: none;
  filter: drop-shadow(0 12px 28px rgba(42, 101, 246, 0.22));
  animation: none;
}

@media (max-width: 768px) {
  .ip-hero-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    gap: 12px;
  }

  .ip-hero-visual .recivo-mascot {
    order: 3;
    position: relative;
    top: auto;
    right: auto;
    align-self: center;
    width: clamp(74px, 27vw, 108px);
    margin: 0;
    z-index: 3;
  }
}
