.vrop-hero {
    padding-left: 80px;
    padding-right: 80px;
}
.vrop-hero__inner {
    margin: 0 auto;
    display: flex;
    gap: 48px;
    align-items: center;
}
.vrop-hero__text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.vrop-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 19px;
    background: #fff;
    border: 1px solid #dbe5fa;
    border-radius: 99px;
    box-shadow: 0 8px 11px rgba(46,46,74,0.07);
    font-weight: 600;
    font-size: 14px;
    color: #258bff;
    line-height: normal;
}
.vrop-hero__title {
    font-weight: 600;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -2.5px;
    color: #474766;
    margin: 0;
}
.vrop-hero__desc {
    font-size: 19px;
    line-height: 30.4px;
    color: #8787ab;
    margin: 0;
    max-width: 628px;
}
.vrop-hero__buttons {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-top: 2px;
}
.vrop-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}
.vrop-hero__btn--primary {
    background: #258bff;
    color: #fff;
}
.vrop-hero__btn--primary:hover {
    background: #1a7ae6;
}
.vrop-hero__btn--outline {
    background: transparent;
    border: 1px solid #258bff;
    color: #258bff;
}
.vrop-hero__btn--outline:hover {
    background: #f0f6ff;
}
.vrop-hero__footnote {
    font-size: 14.5px;
    color: #8787ab;
    margin: 0;
    max-width: 430px;
    line-height: normal;
}
.vrop-hero__visual {
    position: relative;
    width: 589px;
    height: 620px;
    flex-shrink: 0;
}
.vrop-hero__widget {
    position: absolute;
    background: #fff;
    border: 1px solid #e3e9f5;
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(46,46,74,0.1);
    overflow: hidden;
}
.vrop-hero__widget--summary {
    width: 330px;
    left: 23px;
    top: -4.5px;
    transform: rotate(-2deg);
}
.vrop-hero__widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px 16px;
    border-bottom: 1px solid #edf1f8;
}
.vrop-hero__widget-title {
    font-weight: 600;
    font-size: 14px;
    color: #474766;
    line-height: normal;
}
.vrop-hero__widget-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 99px;
    font-weight: 600;
    font-size: 11px;
    line-height: normal;
}
.vrop-hero__widget-badge--green {
    background: #e0f5ea;
    color: #149960;
}
.vrop-hero__widget-body {
    padding: 8px 18px 16px;
}
.vrop-hero__row {
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 11px 0;
}
.vrop-hero__row + .vrop-hero__row {
    border-top: 1px solid #f1f4fa;
}
.vrop-hero__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;
    line-height: normal;
}
.vrop-hero__avatar--blue {
    background: #4d82ff;
}
.vrop-hero__avatar--purple {
    background: #9b7bf5;
}
.vrop-hero__avatar--orange {
    background: #ffa14d;
}
.vrop-hero__row-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.vrop-hero__row-name {
    font-weight: 600;
    font-size: 13px;
    color: #474766;
    line-height: normal;
}
.vrop-hero__progress {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.vrop-hero__progress-bar {
    flex: 1;
    height: 6px;
    background: #e8edf7;
    border-radius: 99px;
    overflow: hidden;
}
.vrop-hero__progress-fill {
    display: block;
    height: 100%;
    background: #3ecf8e;
    border-radius: 99px;
}
.vrop-hero__progress-fill--yellow {
    background: #f2b21b;
}
.vrop-hero__progress-score {
    font-size: 11px;
    color: #8787ab;
    line-height: normal;
    flex-shrink: 0;
}
.vrop-hero__progress-score--warn {
    color: #ea7a1a;
    font-weight: 600;
}
.vrop-hero__widget--rec {
    width: 360px;
    right: 1.51px;
    top: 198.5px;
    transform: rotate(4.32deg);
}
.vrop-hero__rec-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px 13px;
    background: #f8faff;
    border-bottom: 1px solid #edf1f8;
}
.vrop-hero__rec-dot {
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
}
.vrop-hero__rec-dot--red {
    background: #ff5f57;
}
.vrop-hero__rec-dot--yellow {
    background: #febc2e;
}
.vrop-hero__rec-dot--green {
    background: #28c840;
}
.vrop-hero__rec-title {
    font-size: 12px;
    color: #8787ab;
    line-height: normal;
    margin-left: 2px;
}
.vrop-hero__rec-body {
    padding: 20px 22px 24px;
    position: relative;
    min-height: 258px;
}
.vrop-hero__rec-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 13px;
    background: #fde7e4;
    border-radius: 99px;
    font-weight: 600;
    font-size: 13px;
    color: #e2483a;
    line-height: normal;
}
.vrop-hero__rec-bubble {
    display: inline-block;
    padding: 9px 29px 10px 14px;
    margin-top: 8px;
    background: #f1f4fa;
    border-radius: 14px 14px 14px 4px;
    font-size: 12.5px;
    line-height: 18.13px;
    color: #454a68;
    max-width: 315px;
}
.vrop-hero__rec-text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 19.5px;
    color: #454a68;
}
.vrop-hero__rec-actions {
    display: flex;
    gap: 9px;
    align-items: center;
    margin-top: 10px;
}
.vrop-hero__rec-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12.5px;
    line-height: normal;
    border: none;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}
.vrop-hero__rec-btn--primary {
    background: #258bff;
    color: #fff;
}
.vrop-hero__rec-btn--primary:hover {
    background: #1a7ae6;
}
.vrop-hero__rec-btn--outline {
    background: transparent;
    border: 1px solid #e3e9f5;
    color: #8787ab;
    padding: 10px 16px;
}
.vrop-hero__rec-btn--outline:hover {
    border-color: #258bff;
    color: #258bff;
}
.vrop-hero__stat {
    position: absolute;
    bottom: 5.79px;
    right: 100.04px;
    display: inline-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);
}
.vrop-hero__stat-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #e5edfd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-hero__stat-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.vrop-hero__stat-label {
    font-size: 11px;
    color: #8787ab;
    line-height: normal;
}
.vrop-hero__stat-value {
    font-weight: 600;
    font-size: 14px;
    color: #474766;
    line-height: normal;
}
.vrop-hero__success {
    position: absolute;
    bottom: 198.71px;
    left: 14px;
    display: inline-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(-1.5deg);
}
.vrop-hero__success-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #e0f5ea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vrop-hero__success-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.vrop-hero__success-label {
    font-size: 11px;
    color: #8787ab;
    line-height: normal;
}
.vrop-hero__success-value {
    font-weight: 600;
    font-size: 14px;
    color: #149960;
    line-height: normal;
}

@media screen and (max-width: 1450px) {
    .vrop-hero__title {
        font-size: clamp(32px, 10vw - 88px, 56px);
    }
}

@media screen and (max-width: 1200px) {
    .vrop-hero {
        padding-left: 40px;
        padding-right: 40px;
    }
    .vrop-hero__inner {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .vrop-hero__title {
        font-size: 32px;
        letter-spacing: -1.5px;
    }
    .vrop-hero__desc {
        font-size: 17px;
        max-width: 100%;
    }
    .vrop-hero__visual {
        max-width: 600px;
        width: 100%;
        height: 520px;
    }
    .vrop-hero__widget--summary {
        width: 280px;
        left: 10px;
    }
    .vrop-hero__widget--rec {
        width: 300px;
        right: 10px;
        top: 120px;
    }
    .vrop-hero__stat {
        right: 30px;
        bottom: 20px;
    }
    .vrop-hero__success {
        left: 10px;
        bottom: 140px;
    }
}
@media screen and (max-width: 750px) {
    .vrop-hero {
        padding-left: 16px;
        padding-right: 16px;
    }
    .vrop-hero__inner {
        gap: 32px;
    }
    .vrop-hero__title {
        font-size: 22px;
        letter-spacing: -0.5px;
    }
    .vrop-hero__desc {
        font-size: 15px;
        line-height: 1.5;
    }
    .vrop-hero__buttons {
        flex-direction: column;
        width: 100%;
    }
    .vrop-hero__btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 16px;
    }
    .vrop-hero__footnote {
        font-size: 13px;
        max-width: 100%;
    }
    .vrop-hero__visual {
        height: 310px;
        max-width: 440px;
    }
    .vrop-hero__widget--summary {
        width: 200px;
        left: 5px;
        top: 0;
    }
    .vrop-hero__widget--rec {
        width: 220px;
        right: -15px;
        top: 30px;
    }
    .vrop-hero__rec-body {
        padding: 12px;
    }
    .vrop-hero__rec-bubble {
        max-width: 180px;
        font-size: 10px;
    }
    .vrop-hero__rec-text {
        font-size: 8px;
        line-height: 150%;
    }
    .vrop-hero__stat {
        right: 2px;
        bottom: -5px;
        padding: 8px 12px;
    }
    .vrop-hero__success {
        left: -5px;
        bottom: -20px;
        padding: 8px 12px;
    }
    .vrop-hero__widget-title,
    .vrop-hero__stat-value,
    .vrop-hero__success-value {
        font-size: 9px;
    }
    .vrop-hero__widget-badge,
    .vrop-hero__row-name,
    .vrop-hero__rec-badge,
    .vrop-hero__rec-btn,
    .vrop-hero__stat-label,
    .vrop-hero__success-label,
    .vrop-hero__progress-score {
        font-size: 8px;
    }
    .vrop-hero__rec-title {
        font-size: 7px;
    }
    .vrop-hero__avatar {
        font-size: 7.5px;
    }
    .vrop-hero__row {
        padding: 5px 0;
    }
    .vrop-hero__widget-body {
        padding: 8px 10px 10px;
    }
    .vrop-hero__widget-header {
        padding: 5px 10px;
    }
    .vrop-hero__widget-badge {
        padding: 3px 6px;
    }
    .vrop-hero__badge {
        padding: 8px 10px;
        border-radius: 20px;
    }
    .vrop-hero__rec-body {
        min-height: unset;
    }
}
