.firm-benefits-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.firm-benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1 1 220px;
}

.firm-benefit-item .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e7f0ee;
    color: #1c6e63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.firm-benefit-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #4a4a4a;
}

.firm-benefit-item p strong {
    color: #16211f;
}

.glance-wrap {
    max-width: 1000px;
    /* height: 100%; */
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.glance-head {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 6px;
}

.glance-head>div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    font-weight: 700;
    font-size: 15px;
    color: #16211f;
    background: #eaf1f0;
}

.glance-head>div i {
    color: #1c6e63;
    font-size: 14px;
}

.glance-row {
    display: flex;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #eef1f0;
    padding: 14px 0;
}

.glance-row:last-child {
    border-bottom: none;
}

.glance-col {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 20px;
}

.glance-col .icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e7f0ee;
    color: #1c6e63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.glance-col p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #3d4a47;
}

.glance-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1c6e63;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.check-icon {
    color: #1c6e63;
    font-size: 14px;
    flex-shrink: 0;
}

.steps-wrap {
    max-width: 1140px;
    margin: 0 auto;
    background: #f7f9f9;
    border-radius: 16px;
    padding: 50px 45px;
    border: 1px solid #edf2f1;
}

.steps-wrap .sub-title {
    display: block;
    color: #1c6e63;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.steps-wrap .service-heading-title {
    font-size: 28px;
    font-weight: 700;
    color: #16211f;
    margin: 0;
}

.steps-wrap .title-divider {
    max-width: 640px;
    margin: 20px auto 0;
    border-top: 1px solid #e3e9e8;
}

.steps-row {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.step-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.step-item .icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #dcece8;
    color: #1c6e63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 16px;
    position: relative;
}

.step-item .step-number {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1c6e63;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px #f7f9f9;
}

.step-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #16211f;
    margin: 0 0 4px;
}

.step-item p {
    font-size: 13.5px;
    color: #6c7a77;
    margin: 0;
    line-height: 1.5;
}

.step-connector {
    flex: 0 0 60px;
    height: 2px;
    margin-top: 35px;
    border-top: 2px dotted #b7d3cd;
    position: relative;
}

.step-connector i {
    position: absolute;
    right: 25px;
    top: -6px;
    color: #1c6e63;
    font-size: 11px;
    background: #f7f9f9;
}

.benefits-row {
    display: flex;
    gap: 24px;
    margin-top: 35px;
}

.benefit-box {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    border-radius: 14px;
}

.benefit-gain {
    background: #e4ece9;
}

.benefit-expect {
    background: #e4ece9;
}

.benefit-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.benefit-gain .benefit-icon {
    color: #1c6e63;
}

.benefit-expect .benefit-icon {
    color: #d98a3d;
}

.benefit-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #16211f;
    margin: 0 0 8px;
}

.benefit-content .heading-underline {
    display: block;
    width: 32px;
    height: 2px;
    background: #1c6e63;
    margin-top: 8px;
}

.benefit-content ul {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

.benefit-content ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14.5px;
    color: #3a4744;
    line-height: 1.6;
    margin-bottom: 8px;
}

.benefit-content ul li i {
    color: #1c6e63;
    font-size: 12px;
    margin-top: 5px;
}