/* ========================================
   CTA Section
   ======================================== */
.cta-section {
  background: var(--primary-gradient);
  padding: 5rem 0;
  text-align: center;
}

.cta-title {
  font-family: var(--font-heading);
  font-size: var(--font-size-h2);
  font-weight: 700;
  color: #ffffff;
}

.cta-text {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-body);
  line-height: 1.7;
  max-width: 36rem;
  margin: 1rem auto 0;
}

.cta-section .btn {
  margin-top: 2rem;
}

/* CTA uses font-size-h2 from theme.css which is responsive via clamp() */
