.cta-section{

padding:100px 0;

background:

linear-gradient(
135deg,
#0A2A66,
#1565D8
);

text-align:center;

color:#fff;

}



.cta-content{

max-width:850px;

margin:auto;

}



.cta-content h2{

font-size:45px;

line-height:1.2;

margin-bottom:25px;

}



.cta-content p{

font-size:19px;

line-height:1.8;

margin-bottom:40px;

color:#e4edff;

}



.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}