.hero-animal-video {
  position: absolute;
  z-index: 1;
  width: 94%;
  height: auto;
  left: 3%;
  bottom: -8%;
  object-fit: contain;
  }

.hero-visual {
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.hero-visual::after {
  bottom: 0;
  left: 8%;
  width: 82%;
  height: 10%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(17px);
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 9%;
  top: 9%;
  width: 73%;
  height: 73%;
  border-radius: 50%;
  background: radial-gradient(circle at 43% 40%, rgba(41, 112, 85, 0.48), rgba(10, 41, 34, 0) 67%);
}

.hero-label { right: 0; top: 11%; }
.hero-note { right: 0; bottom: 7%; }
.spot-a { right: -2%; top: 1%; }
.spot-b { left: 1%; bottom: 4%; }

/* Vídeos provisórios dos agentes: cada personagem preserva seu enquadramento. */
.agent-card video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.agent-card:hover video { transform: scale(1.04); }
.agent-docs video { background: #24342f; }
.agent-env video { background: #172c22; }
.agent-stock video { background: #24351a; }

@media (max-width: 560px) {
  .hero-animal-video { width: 110%; left: -6%; bottom: 0; }
  .hero-label { right: 3%; }
  .hero-note { right: 1%; bottom: 5%; }
}
