.vrop-pricing {
    background: #fff;
}
.vrop-pricing__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    gap: 0;
    border-radius: 24px;
    background: linear-gradient(165.28deg, #eef3fd 0%, #e3ecfb 100%);
    overflow: hidden;
}
.vrop-pricing__text {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.vrop-pricing__title {
    font-size: 32px;
    margin: 0;
}
.vrop-pricing__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #8787ab;
    margin: 0;
}
.vrop-pricing__desc + .vrop-pricing__desc {
    margin-top: -2px;
}
.vrop-pricing__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: #258bff;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    margin-top: 12px;
    transition: background 0.2s;
}
.vrop-pricing__btn:hover {
    background: #1a7ae6;
}
.vrop-pricing__footnote {
    font-size: 14px;
    line-height: 1.5;
    color: #7b81a3;
    margin: 0;
    margin-top: 18px;
}
.vrop-pricing__visual {
    flex: 1;
    padding: 60px 60px 60px 5.54px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.vrop-pricing__window {
    width: 100%;
    max-width: 480px;
    background: #fff;
    border: 1px solid #e3e9f5;
    border-radius: 16px;
    box-shadow: 0 26px 64px rgba(46,46,74,0.14);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.vrop-pricing__window-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px 13px;
    background: #f8faff;
    border-bottom: 1px solid #edf1f8;
}
.vrop-pricing__window-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}
.vrop-pricing__dot {
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
}
.vrop-pricing__dot--red {
    background: #ff5f57;
}
.vrop-pricing__dot--yellow {
    background: #febc2e;
}
.vrop-pricing__dot--green {
    background: #28c840;
}
.vrop-pricing__window-title {
    font-size: 12px;
    color: #8787ab;
    line-height: normal;
    margin-left: 8px;
}
.vrop-pricing__window-body {
    padding: 26px 30px 28px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.vrop-pricing__minutes-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vrop-pricing__minutes-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4px;
}
.vrop-pricing__minutes-label {
    font-weight: 600;
    font-size: 12.5px;
    color: #8787ab;
    line-height: normal;
}
.vrop-pricing__minutes-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    background: #e5edfd;
    border-radius: 99px;
    font-weight: 600;
    font-size: 13px;
    color: #258bff;
    line-height: normal;
}
.vrop-pricing__progress {
    width: 100%;
}
.vrop-pricing__progress-bar {
    height: 10px;
    background: #e8edf7;
    border-radius: 99px;
    position: relative;
}
.vrop-pricing__progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    right: 38%;
    height: 100%;
    background: linear-gradient(90deg, #4d82ff 0%, #2b63f6 100%);
    border-radius: 99px;
}
.vrop-pricing__progress-knob {
    position: absolute;
    left: 59.37%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background: #fff;
    border: 3px solid #258bff;
    border-radius: 11px;
    box-shadow: 0 4px 10px rgba(43,99,246,0.3);
}
.vrop-pricing__progress-labels {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.vrop-pricing__progress-min {
    font-size: 11px;
    color: #b0b5cc;
    line-height: normal;
}
.vrop-pricing__progress-text {
    font-size: 11px;
    color: #b0b5cc;
    line-height: normal;
}
.vrop-pricing__formula {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1.2fr;
    gap: 9px;
    align-items: center;
    height: 42px;
    width: 100%;
}
.vrop-pricing__formula-cell {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe6f3;
    border-radius: 11px;
    padding: 0 9px;
    font-weight: 600;
    font-size: 13px;
    color: #474766;
    text-align: center;
    line-height: normal;
}
.vrop-pricing__formula-cell span {
    white-space: nowrap;
}
.vrop-pricing__formula-cell--result {
    border: none;
    background: linear-gradient(135.73deg, #4d82ff 0%, #2b63f6 100%);
    color: #fff;
    box-shadow: 0 10px 11px rgba(43,99,246,0.25);
}
.vrop-pricing__formula-op {
    font-weight: 600;
    font-size: 15px;
    color: #8787ab;
    text-align: center;
    line-height: normal;
}
.vrop-pricing__features {
    border-top: 1px solid #f1f4fa;
    padding-top: 21px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vrop-pricing__feature {
    display: flex;
    align-items: center;
    gap: 11px;
}
.vrop-pricing__feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #e0f5ea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-pricing__feature-text {
    font-size: 14px;
    color: #454a68;
    line-height: normal;
    white-space: nowrap;
}
.vrop-pricing__badge {
    position: absolute;
    bottom: 36.2px;
    left: 11.46px;
    z-index: 2;
    transform: rotate(-2deg);
}
.vrop-pricing__badge-inner {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e3e9f5;
    border-radius: 14px;
    box-shadow: 0 14px 17px rgba(46,46,74,0.12);
}
.vrop-pricing__badge-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #e0f5ea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-pricing__badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.vrop-pricing__badge-label {
    font-size: 11px;
    color: #8787ab;
    line-height: normal;
}
.vrop-pricing__badge-value {
    font-weight: 600;
    font-size: 14px;
    color: #149960;
    line-height: normal;
}

@media screen and (max-width: 1100px) {
    .vrop-pricing__inner {
        flex-direction: column;
        padding: 0;
        border-radius: 24px;
    }
    .vrop-pricing__text {
        padding: 40px 40px 0;
    }
    .vrop-pricing__title {
        font-size: 28px;
    }
    .vrop-pricing__visual {
        padding: 24px 40px 40px;
        align-items: center;
    }
    .vrop-pricing__window {
        max-width: 100%;
    }
    .vrop-pricing__badge {
        left: 40px;
        bottom: 24px;
    }
}
@media screen and (max-width: 750px) {
    .vrop-pricing__minutes-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .vrop-pricing__inner {
        border-radius: 16px;
    }
    .vrop-pricing__text {
        padding: 24px 24px 0;
        gap: 8px;
    }
    .vrop-pricing__title {
        text-align: left;
        font-size: 24px;
    }
    .vrop-pricing__desc {
        font-size: 15px;
    }
    .vrop-pricing__btn {
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding: 14px 24px;
        margin-top: 4px;
    }
    .vrop-pricing__footnote {
        font-size: 13px;
    }
    .vrop-pricing__visual {
        padding: 16px 16px 24px;
    }
    .vrop-pricing__window-body {
        padding: 20px 16px 24px;
        gap: 16px;
    }
    .vrop-pricing__formula {
        gap: 6px;
        height: auto;
        grid-template-columns: 1fr auto 1fr auto 1fr;
    }
    .vrop-pricing__formula-cell {
        height: 36px;
        font-size: 11px;
        padding: 0 6px;
    }
    .vrop-pricing__formula-cell span {
        font-size: 11px;
    }
    .vrop-pricing__formula-op {
        font-size: 13px;
    }
    .vrop-pricing__feature-text {
        white-space: normal;
        font-size: 13px;
    }
    .vrop-pricing__badge {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: -10px;
        align-self: flex-start;
    }
    .vrop-pricing__badge-inner {
        padding: 10px 14px;
    }
    .vrop-pricing__progress-fill {
        right: 50%;
    }
    .vrop-pricing__progress-knob {
        left: 50%;
    }
}
