/* ============================================
   INTERMEDIATE CTA SECTIONS
   Small call-to-actions between major sections
============================================ */

.section-cta-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Specific spacing for different contexts */
.section-cta-wrapper.post-pain-points {
  margin-top: -30px;
  margin-bottom: 60px;
}

.section-cta-wrapper.post-how-it-works {
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-cta-wrapper p {
  margin-bottom: 16px;
  color: var(--gray-600);
  font-size: 16px;
}

@media (max-width: 600px) {
  .section-cta-wrapper.post-pain-points {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
