/* =================================== */
/* cta.css */
/* =================================== */

/* CTA Section */
  .ze-cta-section {
    padding: 80px 24px;
    text-align: center;
  }

  .ze-cta-section .ze-cta-title {
    font-size: 40px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 16px 0;
  }

  .ze-cta-section .ze-cta-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 32px 0;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

/* ===== DARK MODE — CTA SECTION ===== */
  .ze-dark .ze-cta-title { color:#FFFFFF; }
  .ze-dark .ze-cta-text { color:rgba(255,255,255,0.6); }
