body{
    font-family:Arial,Helvetica,sans-serif;
    color:#222;
}



.hero-section{

    background:linear-gradient(135deg,#f8fbff,#eef5ff);

    padding:60px 0;

}

.hero-badge{

    display:inline-block;

    background:#e8f1ff;

    color:#0d6efd;

    padding:8px 18px;

    border-radius:30px;

    font-weight:600;

}

.hero-title{

    font-size:58px;

    font-weight:800;

    line-height:1.15;

}

.hero-title span{

    color:#0d6efd;

}

.hero-description{

    font-size:20px;

    color:#666;

    line-height:1.8;

}

.hero-image{

    max-width:100%;

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.hero-stats{

    display:flex;

    gap:60px;

}

.hero-stats h3{

    font-size:34px;

    font-weight:700;

    margin:0;

}

.hero-stats span{

    color:#777;

}

@media(max-width:991px){

.hero-section{

text-align:center;

}

.hero-title{

font-size:42px;

}

.hero-stats{

justify-content:center;

margin-top:40px;

}



}

.section-badge{

    display:inline-block;

    background:#edf4ff;

    color:#0d6efd;

    padding:8px 18px;

    border-radius:25px;

    font-weight:600;

}

.section-title{

    font-size:42px;

    font-weight:700;

}

.section-subtitle{

    color:#777;

    max-width:700px;

    margin:auto;

}

.feature-card{

    background:#fff;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    transition:.3s;

    height:100%;

    border:1px solid #eee;

}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.feature-card i{

    font-size:42px;

    color:#0d6efd;

    margin-bottom:20px;

}

.feature-card h4{

    font-size:22px;

    margin-bottom:15px;

    font-weight:700;

}

.feature-card p{

    color:#777;

    margin:0;

}

.business-section{

    background:#f8fafc;

}

.business-card{

    background:#fff;

    border-radius:18px;

    padding:30px 20px;

    text-align:center;

    transition:.3s;

    border:1px solid #eee;

    height:100%;

}

.business-card:hover{

    transform:translateY(-6px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.business-icon{

    font-size:46px;

    margin-bottom:18px;

}

.business-card h5{

    font-weight:700;

    margin:0;

}

.step-card{

    position:relative;

    background:#fff;

    border:1px solid #eee;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    transition:.3s;

    height:100%;

}

.step-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.step-card i{

    font-size:45px;

    color:#0d6efd;

    margin:15px 0;

}

.step-number{

    position:absolute;

    top:15px;

    right:15px;

    width:34px;

    height:34px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

}

.step-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.step-card p{

    color:#777;

    margin:0;

}