.themed-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr);
  gap: var(--space-8);
  align-items: center;
}

.themed-hero__content {
  max-width: 640px;
}

.themed-hero__subtitle {
  font-size: var(--font-size-lg);
  color: var(--color-text-soft);
  margin-top: var(--space-3);
}

.themed-hero__actions {
  margin-top: var(--space-4);
}

.themed-hero__strip {
  margin-top: var(--space-6);
}

.hero-strip-card--wide {
  min-width: 260px;
}

.hero-strip-card--narrow {
  min-width: 190px;
}

.themed-highlight-card {
  height: 100%;
}

.themed-motifs-list {
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-3);
}

.themed-motifs-list li span {
  display: block;
  font-weight: 600;
  color: var(--color-gray-900);
}

.themed-motifs-list li small {
  display: block;
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.themed-step-title {
  font-size: var(--font-size-base);
  margin-bottom: 4px;
}

.themed-programs .card {
  height: 100%;
}

.themed-bullets {
  display: grid;
  gap: 6px;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.themed-bullets li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  margin-right: 8px;
  background-image: var(--gradient-primary);
  vertical-align: middle;
}

.themed-support-item {
  background: var(--color-surface);
}

.themed-custom-cta {
  border-left: 4px solid transparent;
  border-image: var(--gradient-primary) 1;
}

.themed-gallery__image-wrap,
.themed-references__image-wrap {
  display: flex;
  align-items: center;
}

.themed-gallery__figure,
.themed-references__figure {
  padding: var(--space-3);
}

.themed-gallery__caption {
  margin-top: var(--space-2);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.themed-reference-card {
  background: var(--color-surface);
}

.themed-reference-text {
  font-style: italic;
  margin-bottom: var(--space-3);
}

.themed-reference-meta {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.themed-steps-card {
  background: var(--color-surface);
}

.themed-steps-list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.themed-steps-list li {
  margin-bottom: 6px;
}

.themed-note-card {
  background: var(--color-primary-soft);
}

.themed-form-card {
  background: var(--color-surface);
}

.themed-motif-choices {
  margin-top: var(--space-2);
}

.themed-motif-btn {
  border-radius: var(--radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.themed-motif-btn.is-active {
  border-color: transparent;
  background-image: var(--gradient-primary);
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}

@media (min-width: 900px) {
  .themed-hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 767.98px) {
  .themed-hero__strip {
    margin-top: var(--space-4);
  }

  .themed-gallery__image-wrap,
  .themed-references__image-wrap {
    margin-top: var(--space-4);
  }
}
