.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#1e40af);position:relative;z-index:2;overflow:hidden}.cta-section-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 30% 50%,rgba(59,130,246,.2) 0,transparent 50%),radial-gradient(circle at 70% 50%,rgba(96,165,250,.15) 0,transparent 40%)}.cta-section-content{position:relative;max-width:1000px;margin:0 auto;text-align:center;padding:0 1rem}.cta-section-title{font-size:clamp(1.5rem,4vw,3rem);font-weight:800;color:white;margin-bottom:1rem;white-space:normal;word-break:break-word}@media (min-width:768px){.cta-section-title{white-space:nowrap}}.cta-section-description{font-size:1.25rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.cta-section-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:1024px){.cta-section-buttons{flex-direction:column;align-items:center}.cta-section-buttons .cta-section-btn-primary,.cta-section-buttons .cta-section-btn-secondary{width:300px;justify-content:center}}.cta-section-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;font-weight:600;border-radius:.75rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(59,130,246,.4)}.cta-section-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.5)}.cta-section-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:white;font-weight:600;border:2px solid rgba(255,255,255,.3);border-radius:.75rem;transition:all .3s ease}.cta-section-btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}