.hero--subpage {
  min-height: 50vh;
  background: radial-gradient(circle at top left, #e0f7fb 0, #ffffff 50%, #fef3c7 100%);
}

.responsible-list {
  list-style: none;
  padding-left: 0;
}

.responsible-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: var(--color-text);
}

.responsible-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-orange));
}

.responsible-cards .card {
  height: 100%;
}

@media (max-width: 767px) {
  .hero--subpage {
    min-height: 40vh;
  }
}
