.themed-hero {
  padding-top: var(--space-96);
  padding-bottom: var(--space-80);
}

.themed-hero-inner {
  align-items: center;
}

.themed-hero-text {
  max-width: 640px;
}

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

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

.themed-hero-photo {
  border-radius: 32px;
}

.themed-hero-badge {
  position: absolute;
  right: 6%;
  bottom: -6%;
  max-width: 260px;
}

.themed-section-header p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.themed-intro-grid {
  align-items: center;
  margin-top: var(--space-40);
}

.themed-intro-image-wrap {
  max-width: 520px;
  margin-left: auto;
}

.themed-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  margin-top: var(--space-16);
}

.themed-topics-grid {
  margin-top: var(--space-40);
}

.themed-topic-card .themed-card-cta {
  margin-top: var(--space-16);
}

.themed-list {
  display: grid;
  gap: 6px;
  margin-top: var(--space-12);
}

.themed-list li {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.themed-hosts-grid {
  gap: var(--space-32);
}

.themed-hosts-card {
  margin-top: var(--space-16);
}

.themed-hosts-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  margin-top: var(--space-16);
}

.themed-social-card {
  align-self: center;
}

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

.themed-vip-image-wrap {
  max-width: 520px;
}

.themed-vip-card {
  margin-top: var(--space-16);
}

.themed-flow-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-20);
  margin-top: var(--space-32);
}

.themed-flow-step-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}

.themed-gallery-grid {
  margin-top: var(--space-32);
}

.themed-gallery-item {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.themed-gallery-cta {
  margin-top: var(--space-24);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-12);
}

.themed-contact-grid {
  gap: var(--space-32);
}

.themed-contact-card {
  margin-top: var(--space-16);
}

.themed-contact-form-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.themed-contact-form-intro {
  text-align: left;
}

.themed-contact-image {
  border-radius: var(--radius-md);
  margin-bottom: var(--space-16);
}

.themed-contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
  margin-top: var(--space-12);
}

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

  .themed-hero-badge {
    position: static;
    margin-top: var(--space-16);
    max-width: none;
  }

  .themed-intro-image-wrap,
  .themed-vip-image-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .themed-contact-form-card {
    margin-top: var(--space-16);
  }
}

@media (max-width: 640px) {
  .themed-hero-cta,
  .themed-gallery-cta,
  .themed-contact-form-actions,
  .themed-hosts-links {
    flex-direction: column;
    align-items: stretch;
  }
}
