.services-hero{
    padding:90px 0;
    text-align:center;
    background:#f7f9fc;
}

.services-hero h1{
    font-size:48px;
    color:#0B2D52;
    margin-bottom:20px;
}

.services-hero p{
    max-width:700px;
    margin:0 auto 30px;
    color:#666;
    font-size:18px;
    line-height:1.8;
}
.service-block{
    padding:80px 0;
}

.alt-bg{
    background:#f7f9fc;
}
.service-block img{
    width:100%;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}
.service-block h2{
    color:#0B2D52;
    font-size:36px;
    margin-bottom:20px;
}

.service-block p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}
.service-block ul{
    list-style:none;
    padding:0;
    margin:0;
}

.service-block ul li{
    padding:12px 0;
    border-bottom:1px solid #eee;
    color:#444;
    font-size:16px;
}
.how-claww-works{
    padding:90px 0;
}
.how-claww-works h2{
    color:#0B2D52;
    margin-bottom:50px;
}
.step-card{
    background:#fff;
    text-align:center;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.step-card:hover{
    transform:translateY(-5px);
}
.step-card span{
    width:60px;
    height:60px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#35C5BD;
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}
.step-card h4{
    color:#0B2D52;
    margin-bottom:10px;
}
.step-card p{
    color:#666;
    line-height:1.8;
}
.services-cta{
    background:#0B2D52;
    padding:100px 0;
    text-align:center;
}
.services-cta h2{
    color:#fff;
    font-size:42px;
    margin-bottom:20px;
}
.services-cta p{
    color:rgba(255,255,255,.9);
    max-width:600px;
    margin:0 auto 30px;
    line-height:1.8;
}
.services-cta .btn-dark{
    background:#35C5BD;
    color:#fff;
}
.services-cta .btn-dark:hover{
    opacity:.9;
}

.service-block .row{
    align-items:center;
}
.service-block .col-6{
    padding:15px;
}
@media(max-width:768px){

    .services-hero{
        padding:70px 0;
    }

    .services-hero h1{
        font-size:34px;
    }

    .service-block{
        padding:60px 0;
        text-align:center;
    }

    .service-block h2{
        font-size:28px;
        margin-top:20px;
    }

    .how-claww-works{
        padding:60px 0;
    }

    .step-card{
        margin-bottom:20px;
    }

    .services-cta{
        padding:70px 0;
    }

    .services-cta h2{
        font-size:32px;
    }
}