.youchao-specs .specs-cta {
    display: flex;
    justify-content: center;
    margin-top: calc(60 * var(--rpx));
}

.youchao-specs .specs-cta__reveal {
    width: calc(280 * var(--rpx));
}

.youchao-specs .specs-cta .btn-ctn {
    margin: 0;
}

/* 左 padding 正常；右侧为 icon 预留 */
.youchao-specs .specs-cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    font-size: calc(16 * var(--fpx));
    font-weight: 400;
    line-height: 1.5;
    height: 3.75em;
    padding: 0 calc(0.625em + 2.5em) 0 1.875em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18.75em;
    background: var(--brand-red);
    color: #F8F8F8;
    white-space: nowrap;
    transition: filter 0.2s;
}

.youchao-specs .specs-cta-btn:hover {
    filter: brightness(1.06);
}

.youchao-specs .specs-cta-btn .text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
}

.youchao-specs .specs-cta-icon {
    position: absolute;
    right: 0.625em;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background: #FFFFFF;
    margin-top: -1.25em;
    pointer-events: none;
}

.youchao-specs .specs-cta-icon img {
    display: block;
    width: 0.69140625em;
    height: 0.875em;
    object-fit: contain;
}

@media (max-width: 828px) {
    .youchao-specs .specs-cta {
        width: 100%;
    }

    .youchao-specs .specs-cta__reveal {
        width: 100%;
        max-width: none;
    }

    .youchao-specs .specs-cta .btn-ctn {
        width: 100%;
    }

    .youchao-specs .specs-cta-btn {
        display: flex;
        width: 100%;
    }
}
