main {
  padding-top: 0;
}

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

.hero-content {
  max-width: 36rem;
}

.hero-lead {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
}

.hero-subnote {
  font-size: var(--font-size-sm);
}

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

.section-header p {
  font-size: var(--font-size-base);
}

.section-services,
.section-hosts,
.section-advantages,
.section-gallery,
.section-testimonials,
.section-faq,
.section-booking {
  background: radial-gradient(circle at top, rgba(7, 8, 16, 0.95), rgba(7, 8, 16, 0.98));
}

.section-services:nth-of-type(odd),
.section-advantages:nth-of-type(odd),
.section-testimonials:nth-of-type(odd) {
  background: radial-gradient(circle at top, rgba(128, 19, 54, 0.32), #050509);
}

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

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

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3d87a, var(--color-primary));
  box-shadow: var(--shadow-gold-glow);
}

.section-testimonials .card {
  height: 100%;
}

.section-booking form .btn {
  width: 100%;
}

.faq-item .faq-question {
  background: none;
  color: var(--color-text);
}

.faq-item .faq-answer {
  font-size: var(--font-size-sm);
}

@media (max-width: 899px) {
  .hero {
    padding-block: var(--space-12);
  }

  .hero-media {
    max-width: 100%;
    margin: var(--space-6) auto 0 auto;
  }
}

@media (max-width: 767px) {
  section {
    padding-block: var(--space-10);
  }

  .hero-content {
    text-align: left;
  }

  .hero-ctas {
    justify-content: flex-start;
  }
}
