.themed-hero {
  padding-block: var(--space-12);
}

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

@media (min-width: 768px) {
  .themed-hero__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    align-items: center;
  }
}

.themed-hero__content p {
  max-width: 36rem;
}

.themed-hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

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

.themed-hero__media {
  max-width: 480px;
  margin-inline: auto;
}

.themed-two-col {
  align-items: flex-start;
}

.themed-section-split {
  gap: var(--space-8);
}

.themed-intro__highlights {
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-4);
}

.themed-intro__item h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.themed-aside {
  position: sticky;
  top: 6rem;
}

.themed-aside ul {
  list-style: none;
  padding-left: 0;
}

.themed-aside li + li {
  margin-top: 0.35rem;
}

.themed-section-header {
  max-width: 44rem;
  margin-bottom: var(--space-6);
}

.themed-feature-grid {
  margin-bottom: var(--space-6);
}

.themed-section-footer {
  display: flex;
  justify-content: flex-end;
}

.themed-branding__cta {
  display: flex;
  align-items: center;
}

.themed-step-list {
  padding-left: 1.4rem;
}

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

.themed-atmosphere__media,
.themed-media__frame {
  max-width: 520px;
  margin-inline: auto;
}

.themed-media {
  position: relative;
}

.themed-cta-band {
  display: grid;
  gap: var(--space-4);
}

@media (min-width: 768px) {
  .themed-cta-band {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
    align-items: center;
  }
}

.themed-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.themed-cta-band__content p {
  max-width: 34rem;
}

@media (max-width: 767.98px) {
  .themed-aside {
    position: static;
  }
}
