.cta-section {
    text-align:center; background:var(--bg-secondary); border:1px solid var(--border-subtle);
    border-radius:var(--radius-xl); padding:56px 32px; position:relative; overflow:hidden;
}
.cta-section::before { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:400px; height:400px; background:var(--accent); filter:blur(140px); opacity:0.08; border-radius:50%; }
.cta-section h2 { font-family:var(--font-heading); font-size:2rem; font-weight:800; position:relative; z-index:1; }
.cta-section p { color:var(--text-muted); position:relative; z-index:1; margin:12px 0 24px; }
.cta-section .btn { position:relative; z-index:1; }