.cta-banner { background: #1a1a2e; color: white; padding: 4rem 2rem; text-align: center; } .cta-banner h2 { font-size: 2rem; margin-bottom: 0.5rem; } .cta-banner p { opacity: 0.8; margin-bottom: 2rem; } .cta-banner a { display: inline-block; background: #e94560; color: white; padding: 0.75rem 2rem; border-radius: 8px; font-weight: 600; text-decoration: none; } .cta-banner a:hover { background: #c73a54; }