.themed-hero {
  position: relative;
  padding-top: var(--space-12);
}

.themed-hero-inner {
  position: relative;
}

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

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

.themed-hero-content {
  max-width: 34rem;
}

.themed-hero-lead {
  font-size: var(--fs-lg);
}

.themed-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
  margin-bottom: var(--space-3);
}

.themed-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.themed-hero-media {
  max-width: 28rem;
  margin-left: auto;
}

.themed-hero-image {
  min-height: 260px;
}

@media (min-width: 1024px) {
  .themed-hero-image {
    min-height: 340px;
  }
}

.themed-section-grid {
  align-items: flex-start;
}

.themed-section-intro {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.themed-bullet-list {
  list-style: none;
  padding-left: 0;
  margin: var(--space-3) 0 0;
}

.themed-bullet-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.themed-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, var(--color-accent-gold), var(--color-primary));
  box-shadow: 0 0 10px rgba(25, 196, 155, 0.8);
}

.themed-atmosphere-image {
  min-height: 260px;
}

.themed-inspirations {
  background: radial-gradient(circle at 0 0, rgba(25, 196, 155, 0.14), transparent 55%),
              radial-gradient(circle at 100% 100%, rgba(244, 210, 159, 0.09), transparent 55%);
}

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

.themed-card-link {
  display: inline-flex;
  margin-top: var(--space-3);
  font-size: var(--fs-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

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

.themed-schedule-subheading {
  font-size: var(--fs-lg);
  font-family: var(--font-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
}

.themed-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.themed-timeline-item {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: var(--space-4);
}

.themed-timeline-item::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.2rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 14px rgba(25, 196, 155, 0.9);
}

.themed-timeline-item::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 1.1rem;
  bottom: -0.6rem;
  width: 1px;
  background: linear-gradient(to bottom, rgba(244, 210, 159, 0.5), transparent);
}

.themed-timeline-item:last-child::after {
  display: none;
}

.themed-timeline-time {
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-1);
}

.themed-timeline-content p {
  font-size: var(--fs-sm);
}

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

.themed-personalization {
  background: linear-gradient(to bottom, rgba(5, 6, 8, 0.95), #050608);
}

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

@media (min-width: 768px) {
  .themed-team-heading {
    margin-top: 0;
  }
}

.themed-cta {
  background: radial-gradient(circle at 50% 0, rgba(25, 196, 155, 0.2), transparent 60%);
}

.themed-cta-card {
  border-color: rgba(244, 210, 159, 0.32);
}

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

@media (min-width: 768px) {
  .themed-cta-content {
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr);
    align-items: flex-start;
  }
}

.themed-cta-form {
  max-width: 28rem;
  margin-left: auto;
}

.themed-cta-submit {
  width: 100%;
}

@media (min-width: 480px) {
  .themed-cta-submit {
    width: auto;
  }
}

.themed-flow {
  background: radial-gradient(circle at 100% 0, rgba(244, 210, 159, 0.13), transparent 60%);
}

.themed-schedule-image {
  margin-top: var(--space-4);
  min-height: 260px;
}

@media (min-width: 768px) {
  .themed-schedule-image {
    margin-top: 0;
  }
}
