.steps-wrapper-fe93dc45 {
    width: 100%;
    direction: rtl;
}

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

.step-card-fe93dc45 {
    background: linear-gradient(135deg, rgba(23, 44, 85, 0.95) 0%, rgba(13, 27, 57, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
}

.step-card-fe93dc45:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 125, 240, 0.4);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3), 0 0 24px rgba(66, 125, 240, 0.15);
}

.step-header-fe93dc45 {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
}

.step-number-fe93dc45 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Shape prefixes */
.steps-shape-circle .step-number-fe93dc45 {
    border-radius: 50%;
}
.steps-shape-rounded .step-number-fe93dc45 {
    border-radius: 8px;
}
.steps-shape-square .step-number-fe93dc45 {
    border-radius: 0;
}

.step-title-fe93dc45 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px 0;
    width: 100%;
}

.step-desc-fe93dc45 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    width: 100%;
}

/* responsive */
@media (max-width: 1024px) {
    .steps-container-fe93dc45 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 600px) {
    .steps-container-fe93dc45 {
        grid-template-columns: 1fr !important;
    }
}
