/* Fotografia criada para o destaque principal da Petzlândia. */
.hero-art {
  border-radius: 30px;
  overflow: hidden;
  background: #efedff;
  box-shadow: 0 20px 45px rgba(73, 66, 144, 0.17);
}

.hero-pets-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-art .pet-card {
  right: 12px;
  top: 14px;
  background: rgba(255, 255, 255, 0.94);
}

.hero-art .tag-top { left: 13px; }
.hero-art .tag-bottom { right: 12px; bottom: 15px; }
.hero-art .dot { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
