.cta{padding:6rem 0;background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-primary) 100%);position:relative;overflow:hidden}.cta-container{max-width:900px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.cta-content{text-align:center}.cta-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem;line-height:1.2}.cta-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;max-width:600px;margin:0 auto 2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.cta-buttons .btn{display:inline-flex;align-items:center;gap:.5rem}.cta-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.95rem}.cta-feature svg{color:var(--success-color)}.cta-shapes{position:absolute;inset:0;pointer-events:none}.shape{position:absolute;border-radius:50%;opacity:.1}.shape-1{top:-100px;right:-100px;width:300px;height:300px;background:var(--primary-color);animation:float 6s ease-in-out infinite}.shape-2{bottom:-50px;left:-50px;width:200px;height:200px;background:var(--secondary-color);animation:float 8s ease-in-out infinite;animation-delay:2s}.shape-3{top:50%;left:20%;width:100px;height:100px;background:var(--primary-color);animation:float 5s ease-in-out infinite;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}@media (max-width:768px){.cta-title{font-size:2rem}.cta-buttons,.cta-features{flex-direction:column;align-items:center}.cta-features{gap:1rem}}