.cta-band { padding: 80px 0; position: relative; overflow: hidden; }
.cta-band-bg { position: absolute; inset: 0; z-index: 0; }
.cta-band-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.15; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(124,58,237,0.1) 0%, rgba(6,182,212,0.08) 100%); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.cta-content { text-align: center; position: relative; z-index: 1; }
.cta-content h2 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.cta-content p { font-size: 1.05rem; color: var(--color-text-muted); margin-bottom: 32px; }
