.hosts-hero {
  padding-top: var(--space-40);
}

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

@media (min-width: 900px) {
  .hosts-hero-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
}

.hosts-hero-copy p {
  max-width: 38rem;
}

.hosts-kicker {
  font-size: var(--font-size-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.hosts-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  margin-top: var(--space-10);
  margin-bottom: var(--space-8);
}

.hosts-hero-meta {
  margin-top: var(--space-4);
}

.hosts-hero-media {
  max-width: 32rem;
  margin-inline: auto;
}

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

.hosts-section-header.text-center {
  margin-left: auto;
  margin-right: auto;
}

.hosts-list {
  list-style: none;
  padding-left: 0;
}

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

.hosts-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #f4d472, #d4af37 70%, #a87c1b);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.16);
}

.hosts-card {
  height: 100%;
}

.hosts-training-grid,
.hosts-diverse-grid,
.hosts-authentic-grid,
.hosts-mc-grid,
.hosts-excellence-grid {
  align-items: flex-start;
}

.hosts-elegance-grid {
  align-items: center;
}

.hosts-elegance-points {
  margin-top: var(--space-12);
  gap: var(--space-16);
}

.hosts-elegance-cta,
.hosts-authentic-cta,
.hosts-diverse-cta,
.hosts-mc .btn,
.hosts-bottom-cta {
  margin-top: var(--space-12);
}

.hosts-diverse-columns {
  gap: var(--space-16);
}

.hosts-diverse-media {
  max-width: 32rem;
}

.hosts-interaction-grid,
.hosts-spotlight-grid {
  gap: var(--space-16);
}

.hosts-mc-grid > div:last-child {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.hosts-excellence-cta-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.hosts-bottom-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
}

@media (max-width: 767px) {
  .hosts-section-header {
    margin-bottom: var(--space-16);
  }

  .hosts-hero {
    padding-top: var(--space-32);
  }
}
