.st-how-to-order {
    position: relative;
    padding: 100px 0 100px;
    background-color: #ffffff;
    color: #fff;
    overflow: hidden;
    min-height: 1100px;
}

.st-how-to-order__bg-map {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1360px;
    height: 1100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    pointer-events: none;
}

.st-how-to-order__container {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.st-how-to-order__title {
    font-family: 'Tektur', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
    color: #000000;
}

.st-how-to-order__title-accent {
    color: #b18a55;
}

.st-how-to-order__steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.st-how-to-order__step {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 630px;
    margin-bottom: 40px;
}

.st-how-to-order__step-number {
    font-family: 'Keania One', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #153914;
    flex-shrink: 0;
    min-width: 100px;
    text-align: center;
}

.st-how-to-order__step-content {
    position: relative;
    width: 510px;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.st-how-to-order__step-text {
    position: relative;
    z-index: 2;
    font-family: 'Tektur', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin: 0;
}

.st-how-to-order__step-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

/* Layout variations based on Figma margins */
.st-how-to-order__step--01 { align-self: flex-start; margin-left: 50px; }
.st-how-to-order__step--02 { align-self: center; margin-left: 200px; }
.st-how-to-order__step--03 { align-self: flex-start; margin-left: 100px; }
.st-how-to-order__step--04 { align-self: flex-end; margin-right: 50px; }
.st-how-to-order__step--05 { align-self: center; margin-right: 150px; }

/* Responsive */
