.procurement-flow-section {
    padding: 16px 0 64px;
    background: #fff;
}

.procurement-heading .home-title {
    padding-bottom: 28px;
}

.procurement-flow {
    overflow: hidden;
    padding: 0 0 4px;
    color: #07122b;
}

.proc-flow-summary {
    margin: -6px 0 34px;
    text-align: center;
}

.proc-flow-summary p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 0;
    padding: 0 22px;
    border: 1px solid #dfe8f6;
    border-radius: 999px;
    background: #f7fbff;
    color: #4d5564;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
}

.proc-flow-main {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
    margin: 0;
    padding: 0 0 26px;
    list-style: none;
}

.proc-flow-main::before {
    display: none;
}

.proc-flow-main::after {
    display: none;
}

.proc-step {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 286px;
    padding: 18px 10px 16px;
    border: 1px solid #dfe8f6;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 24px rgba(18, 45, 86, 0.06);
}

.proc-step-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    margin-bottom: 16px;
    border: 1px solid #dfe4ec;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 28%, #fff 0, #fff 24%, #eef3f9 72%, #fff 100%);
    box-shadow: 0 8px 20px rgba(18, 45, 86, 0.1);
}

.proc-step-visual .fa:first-of-type {
    color: #c7ccd4;
    font-size: 54px;
}

.proc-step-visual .proc-step-accent {
    position: absolute;
    right: 22px;
    bottom: 26px;
    color: #1258ad;
    font-size: 36px;
    text-shadow: 0 2px 0 #fff;
}

.proc-step-no {
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    background: #1258ad;
    box-shadow: 0 4px 10px rgba(18, 88, 173, 0.25);
}

.proc-step-dot {
    display: none;
}

.proc-step h3,
.proc-branch-step h3,
.proc-production h3 {
    margin: 0 0 8px;
    color: #1258ad;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.proc-step p,
.proc-branch-step p,
.proc-production p {
    margin: 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.65;
}

.proc-flow-branch {
    display: none;
}

.proc-flow-branch::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 14%;
    left: 14%;
    height: 1px;
    border-top: 1px dashed #8fb2e8;
}

.proc-branch-step {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.proc-step-visual-small {
    width: 132px;
    height: 132px;
    margin-bottom: 14px;
}

.proc-step-visual-small .fa:first-of-type {
    font-size: 52px;
}

.proc-step-visual-small .proc-step-accent {
    right: 22px;
    bottom: 24px;
    font-size: 38px;
}

.proc-production {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
    text-align: center;
}

.proc-production span {
    display: block;
    height: 6px;
    border-radius: 999px;
    background: #1258ad;
}

.proc-production div {
    min-width: 170px;
}

.proc-flow-advantages {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0 auto;
    padding: 14px 18px;
    border: 1px solid #dfe4ec;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 24px rgba(18, 45, 86, 0.08);
}

.proc-flow-advantages > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 12px;
    align-items: center;
    min-height: 70px;
    padding: 0 16px;
    border-right: 1px solid #dfe4ec;
}

.proc-flow-advantages > div:last-child {
    border-right: 0;
}

.proc-flow-advantages i {
    grid-row: span 2;
    color: #1258ad;
    font-size: 42px;
    text-align: center;
}

.proc-flow-advantages strong {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.proc-flow-advantages span {
    color: #374151;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1200px) {
    .proc-flow-main {
        gap: 16px;
    }

    .proc-step-visual {
        width: 116px;
        height: 116px;
    }

    .proc-step-visual .fa:first-of-type {
        font-size: 48px;
    }

    .proc-step-visual .proc-step-accent {
        right: 20px;
        bottom: 22px;
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .proc-flow-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 16px;
    }

    .proc-flow-main::before,
    .proc-flow-main::after,
    .proc-flow-branch::before {
        display: none;
    }

    .proc-step-visual {
        margin-bottom: 14px;
    }

    .proc-step-dot {
        display: none;
    }

    .proc-flow-branch {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-top: 8px;
    }

    .proc-production {
        grid-template-columns: 1fr;
    }

    .proc-production span {
        display: none;
    }

    .proc-flow-advantages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proc-flow-advantages > div {
        border-right: 0;
        border-bottom: 1px solid #dfe4ec;
        padding: 14px;
    }

    .proc-flow-advantages > div:nth-last-child(-n + 1) {
        border-bottom: 0;
    }
}

@media (max-width: 576px) {
    .procurement-heading .home-title {
        padding-bottom: 20px;
    }

    .procurement-flow-section {
        padding: 8px 0 44px;
    }

    .proc-flow-summary {
        margin-bottom: 26px;
    }

    .proc-flow-summary p {
        min-height: 0;
        padding: 8px 14px;
        font-size: 13px;
    }

    .proc-flow-main {
        grid-template-columns: 1fr;
    }

    .proc-step-visual {
        width: 128px;
        height: 128px;
    }

    .proc-flow-advantages {
        grid-template-columns: 1fr;
        padding: 4px 14px;
    }

    .proc-flow-advantages > div {
        min-height: 76px;
    }

    .proc-flow-advantages > div:last-child {
        border-bottom: 0;
    }
}
