.ps-c1d22c17-wrapper {
    text-align: center;
    padding: 60px 0;
}

.ps-c1d22c17-heading {
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 48px 0;
    padding: 0;
}

.ps-c1d22c17-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.ps-c1d22c17-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.ps-c1d22c17-step-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.ps-c1d22c17-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2E7D32;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.ps-c1d22c17-connector {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(50% + 24px);
    right: calc(-50% + 24px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.ps-c1d22c17-connector-line {
    flex: 1;
    border-top: 2px dashed #C8E6C9;
}

.ps-c1d22c17-connector-arrow {
    font-size: 24px;
    color: #C8E6C9;
    line-height: 1;
    margin-left: -2px;
}

.ps-c1d22c17-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #2E7D32;
    margin-bottom: 16px;
    height: 36px;
}

.ps-c1d22c17-icon svg {
    width: 28px;
    height: 28px;
    fill: #2E7D32;
}

.ps-c1d22c17-step-title {
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.3;
}

.ps-c1d22c17-step-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .ps-c1d22c17-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .ps-c1d22c17-connector {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ps-c1d22c17-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .ps-c1d22c17-step:nth-child(2) .ps-c1d22c17-connector,
    .ps-c1d22c17-step:nth-child(4) .ps-c1d22c17-connector {
        display: none;
    }
}
