.vrop-cta {
    padding-left: 80px;
    padding-right: 80px;
}
.vrop-cta__inner {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 60px;
    background: #258bff;
    border-radius: 32px;
    overflow: hidden;
}
.vrop-cta__bg {
    position: absolute;
    right: 0;
    top: -129.38px;
    width: 1280px;
    height: 1000px;
    pointer-events: none;
    opacity: 0.5;
}
.vrop-cta__bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: rotate(90deg);
}
.vrop-cta__text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
}
.vrop-cta__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    max-width: 597px;
}
.vrop-cta__desc {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255,255,255,0.8);
    margin: 0;
}
.vrop-cta__btns {
    display: flex;
    gap: 16px;
    align-items: center;
}
.vrop-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 16px 40px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    transition: opacity 0.2s;
}
.vrop-cta__btn:hover {
    opacity: 0.9;
}
.vrop-cta__btn--white {
    background: #fff;
    color: #258bff;
}
.vrop-cta__btn--outline {
    background: #258bff;
    border: 1px solid #fff;
    color: #fff;
}
.vrop-cta__footnote {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.8);
    margin: 0;
}
.vrop-cta__widgets {
    position: relative;
    width: 459px;
    height: 430px;
    flex-shrink: 0;
    z-index: 1;
}
.vrop-cta__widget {
    position: absolute;
    background: #fff;
    border: 1px solid #e3e9f5;
    border-radius: 16px;
    box-shadow: 0 24px 54px rgba(0,0,0,0.22);
    overflow: hidden;
}
.vrop-cta__widget--summary {
    width: 270px;
    left: -4.92px;
    top: -0.94px;
    transform: rotate(-3deg);
}
.vrop-cta__widget--recs {
    width: 290px;
    right: -4.57px;
    top: 91.02px;
    transform: rotate(2deg);
    box-shadow: 0 28px 60px rgba(0,0,0,0.26);
}
.vrop-cta__widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px 13px;
    border-bottom: 1px solid #edf1f8;
}
.vrop-cta__widget-title {
    font-weight: 600;
    font-size: 12px;
    color: #474766;
    line-height: normal;
}
.vrop-cta__widget-time {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    background: #e5edfd;
    border-radius: 99px;
    font-weight: 600;
    font-size: 10px;
    color: #258bff;
    line-height: normal;
}
.vrop-cta__widget-body {
    padding: 8px 16px 14px;
}
.vrop-cta__progress-row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
}
.vrop-cta__progress-row + .vrop-cta__progress-row {
    border-top: 1px solid #f1f4fa;
}
.vrop-cta__progress-initials {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 9.5px;
    color: #fff;
    flex-shrink: 0;
    line-height: normal;
}
.vrop-cta__progress-initials--blue {
    background: #4d82ff;
}
.vrop-cta__progress-initials--purple {
    background: #9b7bf5;
}
.vrop-cta__progress-initials--orange {
    background: #ffa14d;
}
.vrop-cta__progress-bar {
    flex: 1;
    height: 6px;
    background: #e8edf7;
    border-radius: 99px;
    overflow: hidden;
}
.vrop-cta__progress-fill {
    display: block;
    height: 100%;
    background: #3ecf8e;
    border-radius: 99px;
}
.vrop-cta__progress-fill--yellow {
    background: #f2b21b;
}
.vrop-cta__progress-value {
    font-weight: 600;
    font-size: 10px;
    color: #8787ab;
    line-height: normal;
    flex-shrink: 0;
}
.vrop-cta__progress-value--warn {
    color: #ea7a1a;
}
.vrop-cta__recs-icon {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: #258bff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-cta__widget--recs .vrop-cta__widget-header {
    gap: 8px;
    justify-content: flex-start;
}
.vrop-cta__widget--recs .vrop-cta__widget-body {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.vrop-cta__recs-card {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 17px 13px 10px;
    border-radius: 11px;
}
.vrop-cta__recs-card--red {
    background: #fde7e4;
}
.vrop-cta__recs-card--blue {
    background: #e5edfd;
}
.vrop-cta__recs-card--green {
    background: #e0f5ea;
}
.vrop-cta__recs-tag {
    font-weight: 600;
    font-size: 9.5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: normal;
}
.vrop-cta__recs-tag--red {
    color: #e2483a;
}
.vrop-cta__recs-tag--blue {
    color: #258bff;
}
.vrop-cta__recs-tag--green {
    color: #149960;
}
.vrop-cta__recs-text {
    font-weight: 600;
    font-size: 11.5px;
    color: #474766;
    line-height: normal;
}
.vrop-cta__badge {
    position: absolute;
    bottom: 19.17px;
    left: 12.98px;
    transform: rotate(-2deg);
}
.vrop-cta__badge-inner {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e3e9f5;
    border-radius: 14px;
    box-shadow: 0 18px 20px rgba(0,0,0,0.24);
}
.vrop-cta__badge-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #e0f5ea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-cta__badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.vrop-cta__badge-label {
    font-size: 11px;
    color: #8787ab;
    line-height: normal;
}
.vrop-cta__badge-value {
    font-weight: 600;
    font-size: 14px;
    color: #149960;
    line-height: normal;
}

@media screen and (max-width: 1200px) {
    .vrop-cta__widgets {
        display: none;
    }
    .vrop-cta__text {
        max-width: 100%;
    }
    .vrop-cta__title {
        max-width: 100%;
    }
    .vrop-cta__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px;
    }
}
@media screen and (max-width: 750px) {
    .vrop-cta {
        padding-left: 16px;
        padding-right: 16px;
    }
    .vrop-cta__inner {
        padding: 32px 24px;
        border-radius: 24px;
        gap: 16px;
    }
    .vrop-cta__title {
        font-size: 18px;
        line-height: 1.3;
    }
    .vrop-cta__desc {
        font-size: 16px;
    }
    .vrop-cta__btns {
        flex-direction: column;
        width: 100%;
    }
    .vrop-cta__btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 16px;
    }
    .vrop-cta__footnote {
        font-size: 13px;
    }
}
