#cooperation-statement-preview {
    position: relative;
    overflow: hidden;
}
/* The warm page glow behind this hero is global — see body::before in global.css. */
#cooperation-statement-preview .container > .box {
    padding: 50px 0;
    display: flex;
}
#cooperation-statement-preview .box .left {
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% - 481px);
    padding-top: 15px;
    padding-right: 60px;
}
#cooperation-statement-preview .box .right {
    width: 478px;
    flex-basis: 478px;
    position: relative;
    padding-right: 115px;
}
#cooperation-statement-preview .box .left .title {
    font-size: 56px;
    font-weight: 800;
    line-height: 64px;
    text-transform: capitalize;
    margin-top: 16px;
}
#cooperation-statement-preview .box .left .description {
    margin-top: 18px;
}
#cooperation-statement-preview .box .left .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 8px;
    background: var(--color-btn);
    color: var(--color-text-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 50px;
    text-decoration: unset;
    margin-right: auto;
}
#cooperation-statement-preview .box .right > .box {
    position: relative;
}
#cooperation-statement-preview .box .right .stats {
    background-color: var(--color-bg-alt);
    margin-top: 15px;
    display: flex;
    border-radius: 20px;
    border: 1px solid var(--color-border);
    padding: 20px;
    flex-direction: column;
    position: absolute;
    right: calc(-50% + calc(115px / 2));
    top: 50%;
    transform: translateY(-60%);
    max-width: 240px;
    width: 100%;
}
#cooperation-statement-preview .box .right .stats .value {
    color: var(--color-text);
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
}
#cooperation-statement-preview .box .right .stats .label {
    color: var(--color-text-alt);
    font-size: 12px;
    line-height: 20px;
}
#cooperation-statement-preview .box .right .stats .progress-bar {
    margin-top: 20px;
}
#cooperation-statement-preview .box .right .stats .progress-bar__track {
    margin-top: 10px;
}

@media (max-width: calc(991px + 30px)) {

    #cooperation-statement-preview .box .left {
        flex-basis: calc(100% - 350px);
        padding-right: 30px;
    }
    #cooperation-statement-preview .box .left .title {
        font-size: 32px;
        line-height: 40px;
    }
    #cooperation-statement-preview .box .left .btn {
        margin-top: 30px;
    }
    #cooperation-statement-preview .box .right {
        padding-right: 72px;
        width: 350px;
        flex-basis: 350px;
    }
    #cooperation-statement-preview .box .right .stats {
        padding: 12px 15px;
        max-width: 173px;
    }
    #cooperation-statement-preview .box .right .stats .value {
        font-size: 18px;
        line-height: 22px
    }
    #cooperation-statement-preview .box .right .stats .label {
        font-size: 10px;
        line-height: 12px;
    }
    #cooperation-statement-preview .box .right .stats .progress-bar {
        margin-top: 12px;
    }
    #cooperation-statement-preview .box .right .stats .progress-bar__track {
        margin-top: 6px;
        height: 8px;
    }
    #cooperation-statement-preview .box .right .stats .progress-bar__track .progress-bar__fill {
        height: 8px;
    }
    #cooperation-statement-preview .box .right .stats .progress-bar .progress-bar__percent,
    #cooperation-statement-preview .box .right .stats .progress-bar .progress-bar__value {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 768px) {

    #cooperation-statement-preview .container {
        max-width: 576px;
    }
    #cooperation-statement-preview .container > .box {
        flex-direction: column;
        padding: 35px 0;
    }
    #cooperation-statement-preview .box .left,
    #cooperation-statement-preview .box .right {
        flex-basis: auto;
        width: 100%;
    }
    #cooperation-statement-preview .box .left .description {
        margin-top: 10px;
    }
    #cooperation-statement-preview .box .left .btn {
        padding: 8px 15px;
    }
    #cooperation-statement-preview .box .right {
        padding-right: 0;
    }
    #cooperation-statement-preview .box .right > .box {
        max-width: 320px;
        margin-top: 40px;
    }
    #cooperation-statement-preview .box .right .stats {
        right: -50%;
        transform: translateY(-60%) translateX(-40%);
    }
}

@media (max-width: 480px) {

    #cooperation-statement-preview .container > .box {
        padding: 25px 0;
    }
    #cooperation-statement-preview .box .right {
        padding-right: 87px;
    }
    #cooperation-statement-preview .box .right > .box {
        max-width: 275px;
    }
    #cooperation-statement-preview .box .right .stats {
        transform: translateY(-60%) translateX(0);
        right: calc(-50% + calc(87px / 2));
    }
}
