.case-erp-guide {
    padding: 22px !important;
    border: 1px solid #cbd9ff !important;
    border-radius: 20px;
    background: linear-gradient(145deg, #f5f8ff, #fff);
    box-shadow: 0 14px 38px rgba(23, 55, 195, .07);
}

.case-erp-heading {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
    gap: 28px;
    align-items: end;
}

.case-erp-heading h2 {
    margin: .2rem 0 0;
    font-size: clamp(1.45rem, 2.6vw, 2.05rem);
}

.case-erp-heading > p {
    margin: 0;
    color: #53617a;
    font-size: .85rem;
}

.case-erp-directions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
}

.case-erp-directions article {
    display: flex;
    gap: 12px;
    padding: 16px;
    border: 1px solid #dde6fb;
    border-radius: 15px;
    background: #fff;
}

.case-erp-directions article > span {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    flex: none;
    border-radius: 11px;
    background: #1d4ed8;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}

.case-erp-directions small,
.case-erp-directions h3 {
    display: block;
}

.case-erp-directions small {
    color: #1d4ed8;
    font-size: .61rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.case-erp-directions h3 {
    margin: .18rem 0 .35rem;
    font-size: .92rem;
}

.case-erp-directions p {
    margin: 0;
    color: #66738b;
    font-size: .72rem;
    line-height: 1.52;
}

.case-erp-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.case-erp-steps li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 13px;
    background: #edf3ff;
}

.case-erp-steps li > span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    flex: none;
    border-radius: 9px;
    background: #fff;
    color: #1d4ed8;
    font-weight: 900;
}

.case-erp-steps strong,
.case-erp-steps small {
    display: block;
}

.case-erp-steps strong {
    font-size: .76rem;
}

.case-erp-steps small {
    margin-top: 2px;
    color: #637089;
    font-size: .64rem;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .case-erp-heading,
    .case-erp-directions {
        grid-template-columns: 1fr;
    }

    .case-erp-steps {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .case-erp-guide {
        padding: 16px !important;
    }

    .case-erp-steps {
        grid-template-columns: 1fr;
    }
}
