.section-header{

    max-width:760px;

    margin:auto;

    text-align:center;

}

.section-label{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border-radius:999px;

    background:#EFF6FF;

    color:#2563EB;

    font-size:13px;

    font-weight:700;

    letter-spacing:.08em;

}

.section-title{

    margin-top:28px;

    font-size:54px;

    line-height:1.15;

    font-weight:900;

    color:#0F172A;

}

.section-title span{

    color:#2563EB;

}

.section-description{

    margin-top:22px;

    font-size:20px;

    line-height:1.9;

    color:#64748B;

}