.cta-section {
  text-align: center; padding: 100px 5%;
  background: var(--navy-light);
  position: relative; overflow: hidden;
}
.cta-section h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; margin-bottom: 16px; }
.cta-section p { color: var(--text-muted); font-size: 17px; max-width: 520px; margin: 0 auto 36px; }