.services-page{
    padding:16px;
    background:#f8f9fc;
    min-height:100%;
}

.services-section-title{
    font-size:14px;
    font-weight:700;
    color:#6b7280;
    margin-bottom:12px;
}

.service-card{
    display:flex;
    align-items:center;
    gap:12px;
    background:#fff;
    border-radius:16px;
    padding:14px;
    margin-bottom:10px;
    box-shadow:0 4px 18px rgba(0,0,0,.05);
}

.service-icon{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:linear-gradient(135deg,#6366f1,#7c3aed);
    color:#fff;
    font-size:18px;
    flex-shrink:0;
}

.service-info{
    flex:1;
}

.service-title{
    font-size:14px;
    font-weight:700;
    color:#111827;
    margin-bottom:3px;
}

.service-desc{
    font-size:9px;
    color:#6b7280;
    line-height:1.7;
}