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

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

.themed-hero-copy .lead {
  max-width: 40rem;
}

.themed-hero-highlights {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.themed-hero-cta {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.themed-hero-media {
  max-width: 480px;
  margin-left: auto;
}

.themed-section-header {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.themed-experience-grid {
  align-items: flex-start;
  gap: var(--space-8);
}

.themed-themes {
  background: radial-gradient(circle at top, rgba(40, 160, 255, 0.12), transparent 55%), linear-gradient(135deg, #050509, #020617);
}

.themed-theme-grid .card {
  height: 100%;
}

.themed-stations-grid {
  gap: var(--space-8);
  align-items: center;
}

.themed-stations-media {
  max-width: 520px;
}

.themed-planning-card {
  padding: var(--space-6);
}

.themed-planning-grid {
  gap: var(--space-6);
}

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

.themed-gallery-frame {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.themed-entry-grid {
  gap: var(--space-6);
}

.themed-final-cta {
  padding-bottom: var(--space-16);
}

.themed-final-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.themed-final-content {
  max-width: 32rem;
}

.themed-final-actions {
  justify-content: flex-end;
}

@media (max-width: 1023.98px) {
  .themed-hero {
    padding-top: var(--space-12);
  }

  .themed-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }
}

@media (max-width: 767.98px) {
  .themed-hero-grid {
    grid-template-columns: 1fr;
  }

  .themed-hero-media {
    max-width: 100%;
    margin-left: 0;
  }

  .themed-final-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .themed-final-actions {
    justify-content: flex-start;
  }
}
