.hero-testimonials {
  padding-top: var(--space-48);
}

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

.hero-testimonials-copy h1 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-12);
}

.hero-intro {
  max-width: 540px;
}

.hero-actions {
  margin-top: var(--space-16);
}

.hero-meta .small-text {
  font-size: var(--font-size-xs);
}

.hero-testimonials-media .hero-frame {
  min-height: 260px;
}

.section-title {
  margin-bottom: var(--space-8);
}

.section-subtitle {
  margin-bottom: var(--space-6);
}

.section-header p {
  margin-top: var(--space-8);
}

.section-header h2 {
  margin-top: var(--space-6);
}

.overview-grid {
  gap: var(--space-20);
}

.overview-cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.split-spotlight {
  align-items: center;
}

.spotlight-copy h2 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-10);
}

.spotlight-frame {
  min-height: 280px;
}

.lounge-grid {
  align-items: stretch;
}

.lounge-card {
  display: flex;
  flex-direction: column;
}

.lounge-card p:last-of-type {
  margin-bottom: 0;
}

.vip-lounge-highlight {
  margin-top: var(--space-40);
  align-items: center;
}

.events-cta {
  margin-top: var(--space-32);
}

.events-cta-inner {
  align-items: center;
}

.events-cta-actions {
  align-items: flex-start;
}

.music-list,
.social-list {
  list-style: none;
  padding-left: 0;
}

.music-list li,
.social-list li {
  margin-bottom: var(--space-10);
}

.music-list li:last-child,
.social-list li:last-child {
  margin-bottom: 0;
}

.music-meta {
  align-self: stretch;
}

.service-card p:last-of-type {
  margin-bottom: 0;
}

.social-stories {
  align-self: stretch;
}

.casino-layout {
  align-items: center;
}

.casino-card p:last-of-type {
  margin-bottom: 0;
}

.influencer-grid {
  align-items: stretch;
}

.influencer-card p:last-of-type {
  margin-bottom: 0;
}

.signature-layout {
  align-items: center;
}

.signature-card p:last-of-type {
  margin-bottom: 0;
}

.signature-cta {
  align-self: stretch;
}

.faq-card {
  margin-top: var(--space-32);
}

.faq-layout {
  align-items: flex-start;
}

.faq-links ul {
  list-style: none;
  padding-left: 0;
}

.faq-links li {
  margin-bottom: var(--space-6);
}

.faq-links li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .hero-testimonials {
    padding-top: var(--space-40);
  }

  .vip-lounge-highlight,
  .casino-layout,
  .signature-layout,
  .faq-layout {
    gap: var(--space-20);
  }
}

@media (max-width: 767px) {
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .events-cta-inner {
    gap: var(--space-16);
  }

  .events-cta-actions {
    width: 100%;
  }

  .events-cta-actions .button,
  .events-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
