.vrop-steps {
    background: #fff;
}
.vrop-steps__container {
    margin: 0 auto;
    position: relative;
}
.vrop-steps__blob {
    pointer-events: none;
    z-index: 0;
}
.vrop-steps__blob--1 {
    right: 110px;
    top: 499px;
}
.vrop-steps__blob--2 {
    left: 88px;
    top: 1194px;
}
.vrop-steps__blob--3 {
    right: 100px;
    bottom: 220px;
}
.vrop-steps__title {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}
.vrop-steps__timeline {
    position: relative;
    max-width: 1020px;
    margin: 56px auto 0;
    z-index: 1;
}
.vrop-steps__track {
    position: absolute;
    left: 50%;
    top: 42px;
    bottom: 26px;
    width: 2px;
    border-left: 2px dashed #c9d7f7;
    transform: translateX(-50%);
    z-index: 0;
    height: 100%;
}
.vrop-steps__row {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 1;
    gap: 30px;
}
.vrop-steps__row + .vrop-steps__row {
    margin-top: 34px;
}
.vrop-steps__card {
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid #e7ebf4;
    border-radius: 24px;
    padding: 29px 33px;
    box-shadow: 0 16px 20px rgba(46,46,74,0.06);
    display: flex;
    flex-direction: column;
    gap: 6.9px;
}
.vrop-steps__card-head {
    display: flex;
    align-items: center;
    gap: 14px;
}
.vrop-steps__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-steps__icon--blue {
    background: #258bff;
}
.vrop-steps__icon--purple {
    background: #9b7bf5;
}
.vrop-steps__icon--orange {
    background: #ffa14d;
}
.vrop-steps__icon--green {
    background: #3ecf8e;
}
.vrop-steps__icon--red {
    background: #ff7b6b;
}
.vrop-steps__badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 15px;
    background: #f2f6ff;
    border: 1px solid #d7e2fb;
    border-radius: 99px;
    font-weight: 600;
    font-size: 13.5px;
    color: #258bff;
    line-height: normal;
}
.vrop-steps__card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #474766;
    margin: 7.1px 0 0;
}
.vrop-steps__card-text {
    font-size: 16px;
    line-height: 1.5;
    color: #8787ab;
    margin: 0;
}
.vrop-steps__connector {
    width: 100%;
    aspect-ratio: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 64px;
}
.vrop-steps__line {
    position: absolute;
    height: 2px;
    border-top: 2px dashed #c9d7f7;
    top: 50%;
    z-index: -1;
}
.vrop-steps__line--left {
    left: -100%;
    right: 50%;
}
.vrop-steps__line--right {
    left: 50%;
    right: -100%;
}
.vrop-steps__num {
    width: 58px;
    height: 58px;
    background: #258bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    box-shadow: 0 12px 28px rgba(43,99,246,0.32);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    line-height: normal;
}
.vrop-steps__spacer {
    flex: 1;
    min-width: 0;
}
.vrop-steps__bottom {
    display: flex;
    justify-content: center;
    margin-top: 34px;
    position: relative;
    z-index: 1;
}
.vrop-steps__arrow {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #3ecf8e 0%, #1fb573 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 26px rgba(31,181,115,0.32);
}
.vrop-steps__outro {
    text-align: center;
    margin-top: 56px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.vrop-steps__outro p {
    max-width: 860px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #474766;
}

@media screen and (max-width: 1100px) {
    .vrop-steps__title {
        font-size: 34px;
        padding-top: 0;
    }
    .vrop-steps__timeline {
        margin-top: 40px;
    }
    .vrop-steps__blob {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .vrop-steps__title {
        font-size: 24px;
        line-height: 1.3;
        text-align: left;
        padding-top: 0;
    }
    .vrop-steps__track {
        left: 40px;
        transform: none;
    }
    .vrop-steps__row {
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .vrop-steps__card {
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }
    .vrop-steps__connector {
        width: 46px;
        margin-left: 16px;
        order: -1;
        min-height: auto;
        height: auto;
        padding-bottom: 12px;
    }
    .vrop-steps__line {
        display: none;
    }
    .vrop-steps__num {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        font-size: 14px;
        box-shadow: 0 8px 20px rgba(43,99,246,0.32);
    }
    .vrop-steps__spacer {
        display: none;
    }
    .vrop-steps__card-title {
        font-size: 20px;
        margin-top: 4px;
    }
    .vrop-steps__card-text {
        font-size: 15px;
    }
    .vrop-steps__outro {
        text-align: left;
        padding-bottom: 0;
    }
    .vrop-steps__outro p {
        font-size: 16px;
    }
    .vrop-steps__bottom {
        margin-top: 24px;
        justify-self: left;
        margin-left: 20px;
    }
    .vrop-steps__arrow {
        width: 40px;
        height: 40px;
    }
    .vrop-steps__badge {
        font-size: 12px;
        padding: 5px 12px;
    }
}
