.vrop-compare {
    padding-left: 120px;
    padding-right: 120px;
    background: #fff;
}
.vrop-compare__container {
    margin: 0 auto;
    position: relative;
}
.vrop-compare__blob {
    position: absolute;
    width: 214px;
    height: 146px;
    pointer-events: none;
    z-index: 0;
}
.vrop-compare__blob--tl {
    left: 38px;
    top: 181px;
}
.vrop-compare__blob--br {
    right: 38px;
    bottom: 350px;
}
.vrop-compare__title {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.vrop-compare__cards {
    display: flex;
    gap: 24px;
    margin-top: 56px;
    position: relative;
    z-index: 1;
}
.vrop-compare__card {
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid #e7ebf4;
    border-radius: 24px;
    overflow: hidden;
}
.vrop-compare__card-visual {
    position: relative;
    padding: 38px;
    display: flex;
    justify-content: center;
}
.vrop-compare__card-visual--left {
    background: linear-gradient(156.45deg, #f4f6fb 0%, #ececf7 100%);
}
.vrop-compare__card-visual--right {
    background: linear-gradient(156.45deg, #eef3fd 0%, #e3ecfb 100%);
}
.vrop-compare__widget {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #e3e9f5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(46,46,74,0.08);
}
.vrop-compare__widget-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px 13px;
    background: #f8faff;
    border-bottom: 1px solid #edf1f8;
}
.vrop-compare__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}
.vrop-compare__widget-label {
    font-size: 12px;
    color: #8787ab;
    padding-left: 8px;
    line-height: normal;
}
.vrop-compare__widget-body {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 200px;
}

.vrop-compare__card-visual--right .vrop-compare__widget-body {
    gap: 20px;
}

.vrop-compare__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.vrop-compare__tag {
    padding: 5px 10px;
    background: #eef1f8;
    border-radius: 99px;
    font-weight: 600;
    font-size: 11px;
    color: #62678a;
    line-height: normal;
}
.vrop-compare__tag--error {
    background: #fde7e4;
    color: #e2483a;
}
.vrop-compare__speakers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vrop-compare__speaker-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.vrop-compare__speaker-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 9.5px;
    color: #fff;
    flex-shrink: 0;
    line-height: 1;
}
.vrop-compare__speaker-bar {
    flex: 1;
    height: 7px;
    background: #e8edf7;
    border-radius: 99px;
    overflow: hidden;
}
.vrop-compare__speaker-fill {
    height: 100%;
    background: #d5dbe9;
    border-radius: 99px;
}
.vrop-compare__score-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #f1f4fa;
}
.vrop-compare__score-label {
    font-weight: 600;
    font-size: 11.5px;
    color: #454a68;
    line-height: normal;
}
.vrop-compare__score-group {
    display: flex;
    align-items: center;
    gap: 8px;
}
.vrop-compare__score-bar {
    width: 74px;
    height: 6px;
    background: #e8edf7;
    border-radius: 99px;
    overflow: hidden;
}
.vrop-compare__score-fill {
    height: 100%;
    background: #8787ab;
    border-radius: 99px;
}
.vrop-compare__score-value {
    font-weight: 600;
    font-size: 11.5px;
    color: #62678a;
    line-height: normal;
}
.vrop-compare__bubble-wrap {
    display: flex;
    justify-content: flex-end;
}
.vrop-compare__bubble {
    padding: 10px 14px;
    background: #258bff;
    border-radius: 14px 14px 4px 14px;
    font-size: 13px;
    line-height: 18.85px;
    color: #fff;
    max-width: 384px;
    margin-left: 30px;
}
.vrop-compare__actions {
    display: flex;
    gap: 9px;
    margin-top: auto;
}
.vrop-compare__btn {
    padding: 9px 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
    transition: all .15s;
    border: none;
    background: none;
}
.vrop-compare__btn--primary {
    background: #258bff;
    color: #fff;
}
.vrop-compare__btn--primary:hover {
    background: #1a7aea;
}
.vrop-compare__btn--outline {
    color: #8787ab;
    border: 1px solid #e3e9f5;
}
.vrop-compare__btn--outline:hover {
    border-color: #258bff;
    color: #258bff;
}
.vrop-compare__status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #f1f4fa;
}
.vrop-compare__status {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    font-size: 11.5px;
    line-height: normal;
}
.vrop-compare__status--success {
    color: #149960;
}
.vrop-compare__status--check {
    color: #258bff;
}
.vrop-compare__card-body {
    padding: 32px 38px 38px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.vrop-compare__card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #474766;
    margin: 0;
}
.vrop-compare__card-text {
    font-size: 16px;
    line-height: 1.5;
    color: #8787ab;
    margin: 0;
}
.vrop-compare__card-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.vrop-compare__card-list li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #8787ab;
}
.vrop-compare__card-list li + li {
    margin-top: 0;
}
.vrop-compare__card-list li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #8787ab;
    border-radius: 50%;
}
.vrop-compare__outro {
    text-align: center;
    margin-top: 56px;
    position: relative;
    z-index: 1;
}
.vrop-compare__outro p {
    display: inline-block;
    max-width: 672px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #474766;
}
.vrop-compare__highlight {
    color: #258bff;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
    .vrop-compare {
        padding-left: 40px;
        padding-right: 40px;
    }
    .vrop-compare__title {
        font-size: 34px;
    }
    .vrop-compare__blob--tl {
        left: 20px;
    }
    .vrop-compare__blob--br {
        right: 20px;
    }
}
@media screen and (max-width: 900px) {
    .vrop-compare {
        padding-left: 0;
        padding-right: 0;
    }
    .vrop-compare__title {
        font-size: 28px;
    }
    .vrop-compare__cards {
        flex-direction: column;
    }
    .vrop-compare__card-visual,
    .vrop-compare__card-body {
        padding: 28px;
    }
    .vrop-compare__card-title {
        font-size: 22px;
    }
    .vrop-compare__blob {
        display: none;
    }
    .vrop-compare__outro p {
        max-width: 100%;
        font-size: 16px;
        text-align: left;
    }
    .vrop-compare__outro {
        text-align: left;
    }
}
@media screen and (max-width: 600px) {
    .vrop-compare__outro {
        margin-top: 20px;
    }
    .vrop-compare {
        padding: 20px 0;
    }
    .vrop-compare__title {
        font-size: 24px;
        text-align: left;
    }
    .vrop-compare__cards {
        margin-top: 32px;
    }
    .vrop-compare__card-visual,
    .vrop-compare__card-body {
        padding: 20px;
    }
    .vrop-compare__card-title {
        font-size: 20px;
    }
    .vrop-compare__card-text,
    .vrop-compare__card-list li {
        font-size: 15px;
    }
    .vrop-compare__status-row {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}
