/* ===== 方案 · 渲染+视频（Pixso 6:67 @1920，布局 --rpx-50，文字 --fpx） ===== */
body.page-solution-render,
body.page-solution .solution-sections {
    background: #FAFCFD;
}

.solution-render-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: var(--text-primary);
}

.solution-render-hero .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.solution-render-hero .hero-bg-gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(224, 231, 237, 0.3) 0%, rgba(250, 252, 253, 0) calc(480 * var(--rpx-50))),
        #FAFCFD;
}

.solution-render-hero .hero-bg-image {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(480 * var(--rpx-50));
    object-fit: cover;
    mix-blend-mode: multiply;
    opacity: 0.55;
}

.solution-render-hero .hero-bg-image--top {
    top: 0;
    object-position: center top;
}

.solution-render-hero .hero-bg-image--bottom {
    bottom: 0;
    top: auto;
    object-position: center bottom;
}

.solution-render-hero .hero-inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-top: calc(140 * var(--rpx-50));
    padding-bottom: calc(80 * var(--rpx-50));
}

.solution-render-hero .hero-inner .wrapper {
    position: relative;
}

/*
 * Pixso 上区：左栏 480（--rpx-75）；右侧流水线显示框 960×420。
 * 导出 PNG 含高斯模糊光晕（Pixso 不计布局尺寸，网页需溢出可见）。
 * 用 --flow-core-* 标定实体内容区，显示宽=design-w，光晕自然溢出。
 * 默认值对应 hero-flow-composite；其它页由 inline style 覆盖。
 */
.solution-render-hero .hero-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(32 * var(--rpx-50));
}

.solution-render-hero .hero-head {
    flex: 0 1 calc(480 * var(--rpx-75));
    width: calc(480 * var(--rpx-75));
    min-width: 0;
    align-self: flex-start;
    padding-top: calc(25 * var(--rpx-50));
}

.solution-render-hero .hero-title {
    margin: 0;
    font-size: calc(58 * var(--fpx-50));
    font-weight: 600;
    line-height: calc(87 / 58);
}

.solution-render-hero .hero-subtitle {
    margin: calc(57 * var(--rpx-50)) 0 0;
    font-size: calc(24 * var(--fpx));
    font-weight: 600;
    line-height: calc(36 / 24);
    color: #3B72D6;
}

.solution-render-hero .hero-desc {
    margin: calc(24 * var(--rpx-50)) 0 0;
    font-size: calc(16 * var(--fpx));
    line-height: calc(30 / 16);
    text-align: justify;
}

.solution-render-hero .hero-flow {
    --flow-design-w: 960;
    --flow-design-h: 420;
    --flow-export-w: 2832;
    --flow-core-x: 411;
    --flow-core-y: 0;
    --flow-core-w: 2045;
    --flow-core-h: 752;
    --flow-img-w: calc(var(--flow-export-w) * var(--flow-design-w) / var(--flow-core-w));
    --flow-offset-x: calc(-1 * var(--flow-core-x) * var(--flow-design-w) / var(--flow-core-w));
    --flow-offset-y: calc(-1 * var(--flow-core-y) * var(--flow-design-h) / var(--flow-core-h));

    position: relative;
    flex: 0 0 calc(var(--flow-design-w) * var(--rpx-50));
    width: calc(var(--flow-design-w) * var(--rpx-50));
    height: calc(var(--flow-design-h) * var(--rpx-50));
    max-width: calc(var(--flow-design-w) * var(--rpx-50));
    min-width: 0;
    align-self: center;
    overflow: visible;
}

.solution-render-hero .hero-flow img {
    position: absolute;
    top: calc(var(--flow-offset-y) * var(--rpx-50));
    left: calc(var(--flow-offset-x) * var(--rpx-50));
    display: block;
    width: calc(var(--flow-img-w) * var(--rpx-50));
    max-width: none;
    height: auto;
    z-index: 0;
}

.solution-render-hero .hero-flow .editor-link-mockup {
    z-index: 2;
}

.solution-render-hero .hero-cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(10 * var(--rpx-50));
    margin-top: calc(80 * var(--rpx-50));
}

.solution-render-hero .sol-info-card {
    position: relative;
    min-width: 0;
    min-height: calc(405 * var(--rpx-50));
    padding: calc(27 * var(--rpx-50)) calc(20 * var(--rpx-50)) calc(24 * var(--rpx-50));
    border-radius: calc(10 * var(--rpx-50));
    background: #fff;
    box-shadow: 0 calc(5 * var(--rpx-50)) calc(15 * var(--rpx-50)) rgba(0, 12, 36, 0.1);
    box-sizing: border-box;
}

.solution-render-hero .sol-info-card__title {
    margin: 0;
    padding-bottom: calc(19 * var(--rpx-50));
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: calc(24 * var(--fpx));
    font-weight: 600;
    line-height: calc(34 / 24);
}

.solution-render-hero .sol-info-card__list {
    margin: 0;
    padding: calc(6 * var(--rpx-50)) 0 0;
    list-style: none;
}

.solution-render-hero .sol-info-card__list > li {
    margin: 0;
    padding: 0;
}

.solution-render-hero .sol-info-card__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(1 * var(--rpx-50));
    min-height: calc(75 * var(--rpx-50));
    padding: 0 0 calc(5 * var(--rpx-50));
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
}

.solution-render-hero .sol-info-card__list > li + li .sol-info-card__item {
    padding-top: calc(6 * var(--rpx-50));
}

.solution-render-hero .sol-info-card__list > li:last-child .sol-info-card__item {
    min-height: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.solution-render-hero .sol-info-card__item.is-link:hover .sol-info-card__text {
    color: var(--brand-red);
}

.solution-render-hero .sol-info-card__icon {
    flex-shrink: 0;
    display: block;
    width: calc(70 * var(--rpx-50));
    height: calc(70 * var(--rpx-50));
    object-fit: contain;
}

.solution-render-hero .sol-info-card__text {
    flex: 1;
    min-width: 0;
    font-size: calc(16 * var(--fpx));
    line-height: calc(24 / 16);
}

.solution-render-hero .hero-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(40 * var(--rpx-50));
    flex-wrap: wrap;
    margin-top: calc(65 * var(--rpx-50));
    padding-top: calc(40 * var(--rpx-50));
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.solution-render-hero .hero-products {
    display: flex;
    align-items: center;
    gap: calc(20 * var(--rpx-50));
    flex-wrap: wrap;
}

.solution-render-hero .hero-product {
    position: relative;
    font-size: calc(16 * var(--fpx));
    line-height: calc(30 / 16);
    color: var(--brand-red);
    text-decoration: none;
}

.solution-render-hero a.hero-product:hover {
    text-decoration: underline;
}

.solution-render-hero .hero-product + .hero-product {
    position: relative;
    padding-left: calc(21 * var(--rpx-50));
}

.solution-render-hero .hero-product + .hero-product::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: calc(20 * var(--rpx-50));
    background: rgba(0, 0, 0, 0.12);
    transform: translateY(-50%);
}

.solution-render-hero .hero-badges {
    display: flex;
    align-items: center;
    gap: calc(40 * var(--rpx-50));
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.solution-render-hero .hero-badge {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(10 * var(--rpx-50));
    font-size: calc(16 * var(--fpx));
    line-height: calc(24 / 16);
    white-space: nowrap;
}

.solution-render-hero .hero-badge img {
    display: block;
    width: calc(25 * var(--rpx-50));
    height: calc(25 * var(--rpx-50));
    object-fit: contain;
}

@media (min-width: 829px) and (max-width: 1200px) {
    .solution-render-hero .hero-inner {
        padding-top: calc(140 * var(--rpx));
        padding-bottom: calc(80 * var(--rpx));
    }

    .solution-render-hero .hero-top {
        gap: calc(32 * var(--rpx));
    }

    .solution-render-hero .hero-head {
        width: calc(480 * var(--rpx-75));
        flex-basis: calc(480 * var(--rpx-75));
        padding-top: calc(25 * var(--rpx));
    }

    .solution-render-hero .hero-subtitle {
        margin-top: calc(57 * var(--rpx));
    }

    .solution-render-hero .hero-desc {
        margin-top: calc(24 * var(--rpx));
    }

    .solution-render-hero .hero-flow {
        flex-basis: calc(var(--flow-design-w) * var(--rpx));
        width: calc(var(--flow-design-w) * var(--rpx));
        height: calc(var(--flow-design-h) * var(--rpx));
        max-width: calc(var(--flow-design-w) * var(--rpx));
    }

    .solution-render-hero .hero-flow img {
        top: calc(var(--flow-offset-y) * var(--rpx));
        left: calc(var(--flow-offset-x) * var(--rpx));
        width: calc(var(--flow-img-w) * var(--rpx));
    }

    .solution-render-hero .hero-cards {
        margin-top: calc(80 * var(--rpx-50));
        gap: calc(10 * var(--rpx));
    }

    .solution-render-hero .sol-info-card {
        min-height: calc(405 * var(--rpx));
        padding: calc(27 * var(--rpx)) calc(20 * var(--rpx)) calc(24 * var(--rpx));
    }
}

@media (max-width: 828px) {
    .solution-render-hero .hero-inner {
        padding-top: var(--mobile-hero-pad-top);
        padding-bottom: calc(48 * var(--rpx));
    }

    .solution-render-hero .hero-top {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        gap: calc(24 * var(--rpx));
    }

    .solution-render-hero .hero-head {
        width: 100%;
        flex-basis: auto;
        padding-top: 0;
    }

    .solution-render-hero .hero-title {
        font-size: calc(36 * var(--fpx));
    }

    .solution-render-hero .hero-subtitle {
        margin-top: calc(16 * var(--rpx));
        font-size: calc(20 * var(--fpx));
    }

    .solution-render-hero .hero-desc {
        margin-top: calc(16 * var(--rpx));
    }

    .solution-render-hero .hero-flow {
        width: 100%;
        max-width: 100%;
        flex-basis: auto;
        height: auto;
        min-height: calc(var(--flow-design-h) / var(--flow-design-w) * 100%);
        aspect-ratio: 960 / 420;
    }

    .solution-render-hero .hero-flow img {
        position: absolute;
        width: calc(100% * var(--flow-img-w) / var(--flow-design-w));
        left: calc(100% * var(--flow-offset-x) / var(--flow-design-w));
        top: calc(100% * var(--flow-offset-y) / var(--flow-design-h));
    }

    .solution-render-hero .hero-cards {
        margin-top: calc(80 * var(--rpx-50));
        grid-template-columns: 1fr;
        gap: calc(16 * var(--rpx));
    }

    .solution-render-hero .sol-info-card {
        min-height: 0;
    }

    .solution-render-hero .hero-foot {
        flex-direction: column;
        align-items: flex-start;
        margin-top: calc(32 * var(--rpx));
        padding-top: calc(32 * var(--rpx));
    }

    .solution-render-hero .hero-badges {
        gap: calc(16 * var(--rpx));
    }

    .solution-render-hero .hero-badge {
        white-space: normal;
    }
}
