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

.cta{

    padding:170px 0;

    background:#fafbff;

}

.cta-box{

    background:linear-gradient(135deg,#ff4eb8,#6d46ff);

    border-radius:40px;

    padding:100px;

    text-align:center;

    color:white;

    position:relative;

    overflow:hidden;

}

.cta-box::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-280px;

    right:-220px;

}

.cta-tag{

    display:inline-block;

    padding:10px 24px;

    border-radius:30px;

    background:rgba(255,255,255,.18);

    font-weight:700;

    letter-spacing:.08em;

    margin-bottom:30px;

}

.cta-box h2{

    font-size:60px;

    line-height:1.1;

    margin-bottom:30px;

}

.cta-box p{

    max-width:760px;

    margin:auto;

    font-size:20px;

    line-height:1.9;

    opacity:.95;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:22px;

    margin-top:55px;

}

.btn-secondary{

    display:flex;

    align-items:center;

    justify-content:center;

    padding:0 34px;

    height:58px;

    border-radius:18px;

    background:white;

    color:#1d2033;

    text-decoration:none;

    font-weight:700;

}