/* ==========================================================
   Uni Pulse Sections CSS
   Shared section spacing and section titles.
   ========================================================== */

.section {
  scroll-margin-top: 90px;
}

.section.light-background {
  background-color: #f7f8fb;
}

.section.dark-background {
  background-color: var(--hts-primary);
  color: #fff;
}

.section-title {
  margin-bottom: 36px;
}

.section-title h2 {
  color: var(--hts-primary);
}

.section-title p {
  color: #667085;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .85rem;
  color: var(--hts-accent);
  font-weight: 700;
  font-size: .9rem;
}

.section-intro {
  max-width: 760px;
  color: #667085;
  line-height: 1.7;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.5rem;
}

@media (max-width: 575.98px) {
  .section-title {
    margin-bottom: 28px;
  }
}
