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

.bysamy-cta-section{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:url('/Sistem/cta.png')
    center center / cover no-repeat;

}

.bysamy-cta-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        135deg,
        rgba(3,23,34,.88),
        rgba(8,126,183,.70)
    );

}

.bysamy-cta-content{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:auto;

    text-align:center;

}

.bysamy-cta-small{

    display:inline-block;

    margin-bottom:18px;

    color:#7fe5ec;

    font-size:12px;

    font-weight:800;

    letter-spacing:4px;

}

.bysamy-cta-content h2{

    margin-bottom:25px;

    color:#fff;

    font-size:64px;

    font-weight:800;

    line-height:1.1;

}

.bysamy-cta-content h2 span{

    display:block;

    color:#7fe5ec;

}

.bysamy-cta-content p{

    max-width:760px;

    margin:auto;

    margin-bottom:40px;

    color:rgba(255,255,255,.88);

    font-size:18px;

    line-height:1.9;

}

.bysamy-cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-bottom:45px;

    flex-wrap:wrap;

}

.bysamy-cta-primary,
.bysamy-cta-secondary{

    height:58px;

    padding:0 34px;

    display:flex;

    align-items:center;

    gap:10px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.bysamy-cta-primary{

    color:#fff;

    background:#15b8c8;

}

.bysamy-cta-primary:hover{

    color:#fff;

    transform:translateY(-4px);

}

.bysamy-cta-secondary{

    color:#fff;

    border:1px solid rgba(255,255,255,.30);

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

    backdrop-filter:blur(10px);

}

.bysamy-cta-secondary:hover{

    color:#fff;

    transform:translateY(-4px);

}

.bysamy-cta-features{

    display:flex;

    justify-content:center;

    gap:35px;

    flex-wrap:wrap;

}

.bysamy-cta-features div{

    display:flex;

    align-items:center;

    gap:8px;

    color:#fff;

    font-size:14px;

    font-weight:600;

}

.bysamy-cta-features i{

    color:#7fe5ec;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:768px){

    .bysamy-cta-section{

        padding:90px 0;

    }

    .bysamy-cta-content h2{

        font-size:40px;

    }

    .bysamy-cta-content p{

        font-size:15px;

    }

    .bysamy-cta-features{

        flex-direction:column;

        gap:14px;

    }

}
