/* ==========================================================================
   IvyPanda — cta.css
   The call-to-action band before the footer.
   ========================================================================== */

/* ---------- CTA band ---------- */
.cta { padding: 60px 0; background: var(--color-secondary); color: #cbd5e1; text-align: center; }
.cta h2 { color: #ffffff; }
.cta p { margin-bottom: 24px; opacity: 0.9; }