/* ===========================
   CTA
=========================== */

.cta-section{
    background:var(--blue-dark);
    color:white;
    padding:120px 0;
    text-align:center;
}

.cta-section h2{
    margin:18px 0 26px;
    font-size:clamp(38px,4vw,56px);
    line-height:1.12;
}

.cta-text{
    max-width:760px;
    margin:0 auto 50px;
    color:rgba(255,255,255,.82);
    font-size:22px;
    line-height:1.75;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:24px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.cta-buttons .btn{
    min-width:290px;
    min-height:66px;
    font-size:20px;
    font-weight:800;
}

.cta-phone{
    margin:30px 0 45px;
    color:rgba(255,255,255,.82);
    font-size:19px;
}

.cta-phone-question{
    margin-bottom:12px;
    color:rgba(255,255,255,.82);
    font-size:19px;
}

.cta-phone-number{
    margin:0 0 12px;
}

.cta-phone-number a{
    color:white;
    font-size:34px;
    font-weight:900;
    letter-spacing:.5px;
    transition:.25s;
}

.cta-phone-number a:hover{
    color:var(--blue-light);
}

.cta-phone-text{
    margin:0;
    color:rgba(255,255,255,.72);
    font-size:17px;
}

.cta-info{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
    color:rgba(255,255,255,.72);
    font-size:17px;
}

@media(max-width:768px){
    .cta-buttons{
        flex-direction:column;
        align-items:center;
    }

    .cta-info{
        flex-direction:column;
        gap:16px;
    }
}
