.engineering-process-91c38a2d {
    --ep-line-color: #B8B5AE;
    --ep-circle-bg: #5D8D42;
    --ep-circle-text: #FFFFFF;
    --ep-title-color: #0D1117;
    --ep-desc-color: #5A5A5A;
    width: 100%;
}

.engineering-process-track-91c38a2d {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 44px;
}

.engineering-process-track-91c38a2d::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 12px;
    bottom: 12px;
    width: 2px;
    background: var(--ep-line-color);
}

.engineering-process-step-91c38a2d {
    position: relative;
    min-height: 108px;
    padding: 0 0 26px 0;
}

.engineering-process-step-91c38a2d:last-child {
    min-height: auto;
    padding-bottom: 0;
}

.engineering-process-badge-91c38a2d {
    position: absolute;
    left: -44px;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--ep-circle-bg);
    color: var(--ep-circle-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Archivo Black", sans-serif;
    font-size: 16px;
    line-height: 1;
    z-index: 2;
}

.engineering-process-title-91c38a2d {
    color: var(--ep-title-color);
    font-family: "Archivo Black", sans-serif;
    font-size: 18px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin: 2px 0 10px;
}

.engineering-process-desc-91c38a2d {
    color: var(--ep-desc-color);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    max-width: 430px;
}

@media (max-width: 767px) {
    .engineering-process-track-91c38a2d {
        padding-left: 30px;
    }

    .engineering-process-track-91c38a2d::before {
        left: 10px;
        top: 10px;
        bottom: 10px;
    }

    .engineering-process-step-91c38a2d {
        min-height: auto;
        padding-bottom: 24px;
    }

    .engineering-process-badge-91c38a2d {
        left: -30px;
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .engineering-process-title-91c38a2d {
        font-size: 16px;
        line-height: 1.18;
        margin: 0 0 8px;
    }

    .engineering-process-desc-91c38a2d {
        font-size: 15px;
        line-height: 1.6;
        max-width: none;
    }
}
