.instructivo-hero {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.instructivo-info-card {
  border-radius: 1rem;
}

.step-card {
  overflow: hidden;
  border-radius: 1rem;
}

.step-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.step-number {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background-color: #0d6efd;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

.instruction-box {
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  font-weight: 600;
}

.instruction-url {
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background-color: #212529;
  color: #fff;
  font-family: monospace;
  word-break: break-all;
}

@media (max-width: 991px) {
  .step-image {
    min-height: 220px;
  }
}