.cta-section {

    background:#f8fafc;

}



.cta-box {

    background:#2563eb;

    color:white;

    padding:60px 35px;

    border-radius:28px;

}



.cta-box h2 {

    font-size:2.3rem;

    margin-bottom:20px;

}



.cta-box p {

    max-width:700px;

    margin:0 auto 35px;

    opacity:.9;

    font-size:1.1rem;

}



.cta-buttons {

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

}



.cta-buttons .btn {

    border-radius:12px;

    padding:14px 28px;

    font-weight:600;

}