.section--hero-responsible {
  padding-top: var(--space-16);
  padding-bottom: var(--space-12);
}

.section-hero-grid {
  align-items: center;
}

.hero-text-block {
  max-width: 640px;
}

.hero-lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
}

.hero-image-block {
  display: flex;
  justify-content: center;
}

.hero-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  background: #000000;
}

.hero-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-figure figcaption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--gray-100);
  background: linear-gradient(135deg, rgba(11, 27, 51, 0.9), rgba(127, 18, 51, 0.9));
}

.hero-figure--secondary {
  box-shadow: var(--shadow-soft);
  background: #ffffff;
}

.hero-figure--secondary figcaption {
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.9));
  color: var(--gray-700);
}

.responsible-list {
  padding-left: 1.25rem;
  margin: 0;
  list-style: disc;
  color: var(--color-text);
  font-size: var(--font-size-sm);
}

.responsible-list li + li {
  margin-top: 0.4rem;
}

.responsible-steps .card h3 {
  margin-bottom: var(--space-3);
}

.align-center-grid {
  align-items: center;
}

.section-cta-final {
  background: radial-gradient(circle at top, #faf3dd 0, #ffffff 45%, #f4f4f7 100%);
}

#responsible-faq .faq-question {
  font-size: var(--font-size-sm);
}

#responsible-faq .faq-answer {
  font-size: var(--font-size-sm);
}

@media (max-width: 767.98px) {
  .section--hero-responsible {
    padding-top: var(--space-12);
  }

  .hero-figure {
    margin-top: var(--space-6);
  }
}
