.page-themed main {
  padding-top: var(--space-xl);
}

@media (min-width: 960px) {
  .page-themed main {
    padding-top: var(--space-2xl);
  }
}

.themed-hero {
  padding-top: calc(var(--header-height-mobile) + var(--space-xl));
  padding-bottom: var(--space-3xl);
}

@media (min-width: 960px) {
  .themed-hero {
    padding-top: calc(var(--header-height-desktop) + var(--space-2xl));
    padding-bottom: var(--space-3xl);
  }
}

.themed-hero-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: center;
}

@media (min-width: 960px) {
  .themed-hero-grid {
    flex-direction: row;
    justify-content: space-between;
  }
}

.themed-hero-content {
  min-width: 0;
}

.themed-hero-media {
  min-width: 0;
  display: flex;
  justify-content: center;
}

.themed-hero-figure {
  max-width: 520px;
  box-shadow: var(--shadow-strong);
}

.themed-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.themed-hero-cta {
  margin-top: var(--space-sm);
}

.themed-hero-btn {
  max-width: 100%;
}

.themed-hero-meta {
  margin-top: var(--space-sm);
}

.themed-section {
  position: relative;
}

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

.themed-offer-grid {
  align-items: stretch;
}

.themed-offer-card {
  min-height: 100%;
}

.themed-card-title {
  font-size: var(--font-size-xl);
}

.themed-list {
  margin: 0 0 var(--space-md);
  padding-left: 1.1rem;
  font-size: var(--font-size-sm);
}

.themed-list li + li {
  margin-top: 0.2em;
}

.themed-meta-row {
  margin-top: var(--space-xs);
}

.themed-card-footer-inner {
  align-items: flex-start;
}

.themed-card-btn {
  max-width: 100%;
}

.themed-atmosphere {
  background: var(--gradient-soft);
}

.themed-atmosphere-layout {
  gap: var(--space-2xl);
}

@media (min-width: 960px) {
  .themed-atmosphere-layout {
    flex-direction: row;
    align-items: center;
  }
}

.themed-atmosphere-media,
.themed-atmosphere-content {
  min-width: 0;
}

.themed-atmosphere-figure {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.themed-atmosphere-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.themed-atmosphere-cta {
  margin-top: var(--space-sm);
}

.themed-private-card {
  overflow: hidden;
}

.themed-private-grid {
  margin-top: var(--space-sm);
}

@media (max-width: 719.98px) {
  .themed-private-grid {
    display: block;
  }
  .themed-private-column + .themed-private-column {
    margin-top: var(--space-lg);
  }
}

.themed-private-column {
  min-width: 0;
}

.themed-subtitle {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-sm);
}

.themed-private-cta .btn-group {
  flex-wrap: wrap;
}

.themed-next-card {
  border-radius: var(--radius-lg);
}

.themed-next-layout {
  align-items: stretch;
}

@media (min-width: 960px) {
  .themed-next-layout {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.themed-next-actions {
  min-width: 0;
}

.themed-subtitle-main {
  font-size: var(--font-size-xl);
}

.themed-next-actions .btn-group {
  flex-wrap: wrap;
}

.themed-next-actions .btn {
  max-width: 100%;
}

@media (max-width: 599.98px) {
  .section {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }
  .themed-hero {
    padding-bottom: var(--space-2xl);
  }
}

.themed-hero-image,
.themed-atmosphere-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.themed-hero-figure,
.themed-atmosphere-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.themed-hero-grid > *,
.themed-atmosphere-layout > *,
.themed-next-layout > * {
  min-width: 0;
}
