.sf-cta{

    padding:90px 0;

    background:#f8fafc;

}

.sf-cta-box{

    background:linear-gradient(135deg,#198754,#2dbb73);

    border-radius:30px;

    padding:70px;

    color:#fff;

    overflow:hidden;

    position:relative;

}

.sf-cta-box::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

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

    top:-120px;

    right:-80px;

}

.sf-cta h2{

    font-size:2.3rem;

    font-weight:800;

    margin-bottom:20px;

}

.sf-cta p{

    font-size:1.1rem;

    opacity:.95;

    line-height:1.9;

    margin-bottom:0;

}

.sf-cta-buttons{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.sf-btn-light{

    background:#fff;

    color:#198754;

    border-radius:14px;

    padding:15px;

    font-weight:700;

    text-align:center;

    text-decoration:none;

    transition:.3s;

}

.sf-btn-light:hover{

    transform:translateY(-4px);

}

.sf-btn-outline-light{

    border:2px solid #fff;

    color:#fff;

    border-radius:14px;

    padding:15px;

    text-align:center;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.sf-btn-outline-light:hover{

    background:#fff;

    color:#198754;

}

@media(max-width:991px){

.sf-cta-box{

padding:45px 30px;

text-align:center;

}

.sf-cta-buttons{

margin-top:30px;

}

}

@media(max-width:768px){

.sf-cta{

padding:70px 0;

}

.sf-cta h2{

font-size:1.8rem;

}

}
