.compare-section {
    position: relative;
    width: 100%;
    height: 652px;
    margin: 0 auto;
    background: #D5D7DA url("/static/graphics/compare-bg.jpg") center/cover no-repeat;
    overflow: hidden;
    max-width: 1440px;
}

.compare-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: #FFFFFF;
}

.compare-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.compare-button img {
    width: 100%;
    height: 100%;
    display: block;
}

.compare-badge {
    position: absolute;
    top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    height: 36px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.compare-badge-left {
    left: 60px;
}

.compare-badge-right {
    right: 60px;
}