.cta-section{align-items:center;background:linear-gradient(90deg,#036,#00509e);color:#fff;display:flex;justify-content:center;padding:4rem 2rem;text-align:center}.cta-container{max-width:800px}.cta-title{color:#28a745;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.cta-description{font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-btn{border-radius:25px;display:inline-block;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s ease,color .3s ease,transform .3s ease}.cta-primary{background:#61dafb;color:#036}.cta-primary:hover{background:#50b4db;transform:scale(1.05)}.cta-secondary{background:transparent;border:2px solid #fff;color:#fff}.cta-secondary:hover{background:#fff;color:#036;transform:scale(1.05)}@media (max-width:768px){.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-buttons{flex-direction:column;gap:1rem}}