.vrop-problem {
    background: #f7f9fd;
    position: relative;
    overflow: hidden;
}
.vrop-problem__container {
    margin: 0 auto;
    position: relative;
}
.vrop-problem__blob {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.vrop-problem__blob--right {
    width: 143px;
    height: 97.56px;
    right: 30px;
    top: 100px;
}
.vrop-problem__blob--left {
    width: 214px;
    height: 146px;
    left: -61px;
    top: 50%;
    transform: translateY(-50%);
}
.vrop-problem__title {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    max-width: 920px;
}
.vrop-problem__intro {
    font-size: 18px;
    line-height: 1.5;
    color: #8787ab;
    text-align: center;
    max-width: 832px;
    margin: 18px auto 0;
    position: relative;
    z-index: 1;
}
.vrop-problem__columns {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 46px 0;
    position: relative;
    z-index: 1;
}
.vrop-problem__call-list {
    flex: 0 0 452px;
    position: relative;
}
.vrop-problem__cards {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.vrop-problem__outro {
    text-align: center;
    margin-top: 38px;
    position: relative;
    z-index: 1;
}
.vrop-problem__outro p {
    display: block;
    max-width: 860px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.55;
    color: #474766;
    max-width: 710px;
}
.vrop-problem__highlight {
    color: #258bff;
}

.vrop-call-list {
    background: #fff;
    border: 1px solid #e3e9f5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 44px 0 rgba(46,46,74,0.1);
    transform: rotate(-1.5deg);
    transform-origin: center center;
}
.vrop-call-list__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 17px;
    border-bottom: 1px solid #edf1f8;
}
.vrop-call-list__header-title {
    font-weight: 600;
    font-size: 14px;
    color: #474766;
}
.vrop-call-list__count {
    padding: 4px 10px;
    background: #eef1f8;
    border-radius: 99px;
    font-size: 11px;
    color: #62678a;
    font-weight: 600;
}
.vrop-call-list__items {
    padding: 6px 0 4px;
}
.vrop-call-list__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-bottom: 1px solid #f1f4fa;
}
.vrop-call-list__item:last-child {
    border-bottom: none;
}
.vrop-call-list__item--faded {
    opacity: 0.75;
}
.vrop-call-list__item--ghost {
    opacity: 0.45;
}
.vrop-call-list__avatar {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12.5px;
    color: #fff;
    flex-shrink: 0;
}
.vrop-call-list__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.vrop-call-list__name {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #474766;
    line-height: normal;
}
.vrop-call-list__meta {
    display: block;
    font-size: 11px;
    color: #8787ab;
    line-height: normal;
}
.vrop-call-list__tag {
    padding: 5px 10px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
    line-height: normal;
}
.vrop-call-list__tag--reviewed {
    background: #e0f5ea;
    color: #149960;
}
.vrop-call-list__tag--unreviewed {
    background: #f1f4fa;
    color: #8787ab;
}
.vrop-call-list__footer {
    position: relative;
    padding: 26px 20px 19px;
    font-size: 12px;
    color: #8787ab;
    text-align: center;
    font-weight: 600;
}
.vrop-call-list__footer::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 74px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
    pointer-events: none;
}
.vrop-call-stat {
    position: absolute;
    bottom: -34px;
    right: -24px;
    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);
    transform: rotate(2deg);
    transform-origin: center center;
    z-index: 2;
}
.vrop-call-stat__icon {
    width: 30px;
    height: 30px;
    background: #fde7e4;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-call-stat__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.vrop-call-stat__label {
    font-size: 11px;
    color: #8787ab;
    line-height: normal;
}
.vrop-call-stat__value {
    font-size: 14px;
    color: #e2483a;
    font-weight: 600;
    line-height: normal;
}

.vrop-problem-card {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 29px 33px;
    background: #fff;
    border: 1px solid #e7ebf4;
    border-radius: 24px;
}
.vrop-problem-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-problem-card__icon--error {
    background: #ff7b6b;
}
.vrop-problem-card__icon--time {
    background: #ffa14d;
}
.vrop-problem-card__icon--search {
    background: #258bff;
}
.vrop-problem-card__text {
    flex: 1;
    min-width: 0;
}
.vrop-problem-card__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24.7px;
    color: #474766;
    margin: 0 0 6px;
}
.vrop-problem-card__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #8787ab;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .vrop-problem__title {
        font-size: 34px;
    }
    .vrop-problem__columns {
        flex-direction: column;
        gap: 40px;
        padding: 32px 0;
    }
    .vrop-problem__call-list {
        flex: none;
        width: 100%;
        max-width: 452px;
        margin: 0 auto;
    }
    .vrop-problem__intro {
        font-size: 16px;
    }
    .vrop-problem__outro p {
        font-size: 18px;
    }
    .vrop-problem__blob--right {
        width: 100px;
        right: 10px;
        top: 60px;
    }
    .vrop-problem__blob--left {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .vrop-problem__title {
        font-size: 24px;
        line-height: 1.3;
        text-align: left;
    }
    .vrop-problem__intro {
        text-align: left;
        margin: 12px auto 0;
    }
    .vrop-problem__columns {
        padding: 24px 0;
        gap: 32px;
    }
    .vrop-problem__outro {
        margin-top: 32px;
    }
    .vrop-problem__outro p {
        font-size: 16px;
        text-align: left;
    }
    .vrop-call-stat {
        bottom: -40px;
        right: -15px;
        padding: 10px 14px;
    }
    .vrop-call-stat__value {
        font-size: 12px;
    }
    .vrop-problem-card {
        flex-direction: column;
        gap: 16px;
        padding: 20px 18px;
        border-radius: 16px;
    }
    .vrop-problem-card__icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .vrop-problem-card__title {
        font-size: 17px;
        line-height: 1.4;
    }
    .vrop-problem-card__desc {
        font-size: 15px;
    }
  .vrop-call-list__item--faded,
  .vrop-call-list__item--ghost {
    display: none;
  }
  .vrop-call-list__item:nth-child(3) {
    opacity: 0.75;
  }
  .vrop-call-list__item:nth-child(4) {
    opacity: 0.45;
  }
  .vrop-call-list__footer {
        padding: 16px 16px 14px;
        font-size: 11px;
    }
    .vrop-call-list__footer::before {
        height: 32px;
    }
    .vrop-problem__blob--right {
        display: none;
    }
}
