.section-themes-hero__poster {
  margin-top: var(--space-20);
}
.section-themes-hero__label-group {
  margin-bottom: var(--space-6);
}
.section-themes-hero__lead {
  font-size: var(--font-size-lg);
  color: var(--gray-100);
  margin-bottom: var(--space-10);
}
.section-themes-hero__actions {
  margin-bottom: var(--space-8);
}
.section-themes-hero__meta {
  font-size: var(--font-size-sm);
}
.section-themes-hero__figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.section-themes-hero__figcaption {
  padding: var(--space-4) var(--space-6);
  font-size: var(--font-size-xs);
  background: linear-gradient(to right, rgba(15,23,42,0.96), rgba(15,23,42,0.88));
}
.section-themes-hero__image {
  display: block;
  width: 100%;
  height: auto;
}
.section-themes-overview__header {
  margin-bottom: var(--space-20);
}
.section-themes-overview__grid {
  align-items: stretch;
}
.section-themes-overview__card {
  display: flex;
  flex-direction: column;
}
.section-themes-overview__card .card-body {
  margin-top: auto;
}
.section-themes-overview__link {
  margin-top: var(--space-6);
}
.section-themes-featured__header {
  margin-bottom: var(--space-20);
}
.section-themes-featured__block {
  align-items: center;
  gap: var(--space-16);
  margin-bottom: var(--space-24);
}
.section-themes-featured__figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-color: #020617;
}
.section-themes-featured__image {
  width: 100%;
  height: auto;
  display: block;
}
.section-themes-featured__figcaption {
  padding: var(--space-4) var(--space-6);
  font-size: var(--font-size-xs);
  background: linear-gradient(to right, rgba(15,23,42,0.96), rgba(15,23,42,0.88));
}
.section-themes-featured__text ul {
  margin-top: var(--space-4);
}
.section-themes-featured__ctas {
  margin-top: var(--space-8);
}
.section-themes-featured__primary-link {
  margin-top: var(--space-8);
}
.section-themes-grid__header {
  margin-bottom: var(--space-20);
}
.section-themes-grid__grid {
  align-items: stretch;
}
.section-themes-grid__item {
  height: 100%;
}
.section-themes-cta__card {
  max-width: 56rem;
  margin: 0 auto;
}
.section-themes-cta__note {
  font-size: var(--font-size-sm);
}
@media (max-width: 768px) {
  .section-themes-hero__poster {
    margin-top: var(--space-16);
  }
  .section-themes-featured__block {
    margin-bottom: var(--space-20);
  }
}
