/* Long-form sections on About, Features, Pricing, Contact */
.page-long-section {
  padding: 72px 5%;
  border-top: 1px solid var(--border);
}

.page-long-section .section-title {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 0.5em;
  text-align: left;
}

.page-long-section .section-tag {
  margin-bottom: 12px;
}

#page-about .page-long-section:first-of-type,
#page-features .page-long-section:first-of-type,
#page-pricing .page-long-section:first-of-type,
#page-contact .page-long-section:first-of-type {
  margin-top: 0;
}

@media (max-width: 768px) {
  .page-long-section {
    padding: 48px 4%;
  }
}
