.seo-proc-wrapper-7c37cc69 {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
    box-sizing: border-box;
}

.seo-proc-header-7c37cc69 {
    text-align: center;
    margin-bottom: 60px;
}

.seo-proc-subtitle-7c37cc69 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    display: inline-block;
}

.seo-proc-title-7c37cc69 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.seo-proc-desc-7c37cc69 {
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Timeline Layout */
.seo-proc-timeline-7c37cc69 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 20px;
    position: relative;
    padding: 20px 0;
}

.seo-proc-step-7c37cc69 {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    min-width: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.seo-proc-step-7c37cc69:hover {
    transform: translateY(-8px);
}

/* Connecting Line between steps */
.seo-proc-step-7c37cc69::after {
    content: '';
    position: absolute;
    top: 35px;
    left: calc(50% + 40px);
    width: calc(100% - 80px);
    height: 3px;
    background: linear-gradient(90deg, #2563eb 0%, rgba(37,99,235,0.1) 100%);
    z-index: 1;
    transition: all 0.3s ease;
}

/* Hide link line on last steps of rows or items */
.seo-proc-step-7c37cc69:nth-child(4)::after,
.seo-proc-step-7c37cc69:nth-child(8)::after {
    display: none;
}

.seo-proc-icon-wrap-7c37cc69 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.seo-proc-icon-wrap-7c37cc69 i {
    font-size: 24px;
    color: #1e293b;
    transition: color 0.3s ease;
}

.seo-proc-step-7c37cc69:hover .seo-proc-icon-wrap-7c37cc69 i {
    color: #ffffff;
}

.seo-proc-badge-7c37cc69 {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    padding: 3px 7px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}

.seo-proc-step-title-7c37cc69 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.seo-proc-step-desc-7c37cc69 {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding: 0 10px;
}

/* Tablet Layout */
@media (max-width: 1024px) {
    .seo-proc-step-7c37cc69 {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .seo-proc-step-7c37cc69::after {
        display: none !important;
    }
}

/* Mobile Vertical Timeline */
@media (max-width: 768px) {
    .seo-proc-timeline-7c37cc69 {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 30px;
        gap: 30px;
    }
    
    .seo-proc-timeline-7c37cc69::before {
        content: '';
        position: absolute;
        top: 0;
        left: 65px;
        width: 3px;
        height: 100%;
        background: linear-gradient(180deg, #2563eb 0%, rgba(37,99,235,0.1) 100%);
        z-index: 1;
    }

    .seo-proc-step-7c37cc69 {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        max-width: 100%;
        min-width: unset;
        gap: 20px;
    }

    .seo-proc-icon-wrap-7c37cc69 {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .seo-proc-step-desc-7c37cc69 {
        padding: 0;
    }
}
