.section-themes-hero {
  padding-top: var(--space-16);
}

.section-themes-hero__grid {
  align-items: center;
  gap: var(--space-8);
}

.section-themes-hero__content {
  max-width: 560px;
}

.section-themes-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.section-themes-hero__media {
  max-width: 520px;
  margin-left: auto;
}

.section-themes-hero__card {
  height: 100%;
}

.section-themes-hero__image {
  border-radius: var(--radius-md);
  margin-bottom: var(--space-3);
}

.section-themes-hero__badge-group {
  margin-bottom: var(--space-3);
}

.section-themes-hero__caption {
  font-size: var(--font-size-sm);
}

.section-themes-overview__header {
  max-width: 700px;
  margin-inline: auto;
}

.section-themes-grid {
  margin-top: var(--space-8);
}

.section-themes-card__media {
  margin: calc(-1 * var(--space-4));
  margin-bottom: var(--space-3);
}

.section-themes-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.section-themes-card__list {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.section-themes-card__list li + li {
  margin-top: 6px;
}

.section-themes-card__footer {
  margin-top: var(--space-3);
}

.section-themes-overview__cta {
  max-width: 640px;
  margin-inline: auto;
}

.section-themes-collection__header {
  max-width: 760px;
  margin-bottom: var(--space-6);
}

.section-themes-collection__grid {
  gap: var(--space-6);
}

.section-themes-collection__item h3 {
  margin-bottom: var(--space-2);
}

.section-themes-collection__highlight {
  margin-top: var(--space-8);
}

.section-themes-collection__highlight-grid {
  gap: var(--space-6);
  align-items: center;
}

.section-themes-collection__highlight-text {
  font-size: var(--font-size-sm);
}

.section-themes-collection__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-3);
}

.section-themes-next__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.section-themes-next__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

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

  .section-themes-hero__media {
    max-width: 100%;
    margin-left: 0;
    margin-top: var(--space-4);
  }

  .section-themes-card__media img {
    height: 200px;
  }
}
