/* 子页流程/支持卡片：统一科技感视觉 */
body.subpage .cooperation-process .process-steps {
    gap: 14px;
}

body.subpage .cooperation-process .process-step {
    isolation: isolate;
    display: flex;
    min-width: 0;
    min-height: 300px;
    padding: 36px 18px 28px !important;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(70, 224, 255, .15), transparent 35%),
        radial-gradient(circle at 100% 100%, rgba(73, 137, 255, .08), transparent 40%),
        radial-gradient(circle, rgba(112, 218, 255, .045) 1px, transparent 1px),
        linear-gradient(150deg, rgba(31, 48, 68, .98), rgba(21, 33, 50, .99)) !important;
    background-size: auto, auto, 22px 22px, auto !important;
    border: 1px solid rgba(101, 213, 255, .26) !important;
    border-radius: 18px !important;
    box-shadow:
        0 14px 32px rgba(2, 10, 24, .18),
        inset 0 1px 0 rgba(255, 255, 255, .06) !important;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease !important;
}

body.subpage .cooperation-process .process-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 3px;
    z-index: 1;
    border-radius: 0;
    background: linear-gradient(90deg, transparent 3%, #28dcff 28%, #087dff 70%, transparent 97%);
    box-shadow: 0 0 16px rgba(0, 198, 255, .35);
    opacity: .72 !important;
    transition: opacity .35s ease !important;
}

body.subpage .cooperation-process .process-step::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -60px;
    width: 150px;
    height: 150px;
    z-index: 0;
    border: 1px solid rgba(47, 186, 255, .1);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 126, 255, .12), transparent 68%);
    pointer-events: none;
}

body.subpage .cooperation-process .process-step > * {
    position: relative;
    z-index: 2;
}

body.subpage .cooperation-process .step-number {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 4px auto 22px;
    flex: 0 0 64px;
    background:
        radial-gradient(circle at 30% 18%, rgba(177, 239, 255, .18), transparent 34%),
        linear-gradient(145deg, #43d4f6 0%, #279fe9 38%, #247fdc 68%, #2a5fd9 100%);
    border: 1px solid rgba(151, 225, 247, .68);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -.02em;
    text-shadow: 0 1px 3px rgba(0, 31, 92, .5);
    backdrop-filter: blur(8px);
    box-shadow:
        0 0 0 6px rgba(45, 190, 255, .055),
        0 9px 22px rgba(0, 87, 215, .25),
        0 0 16px rgba(0, 190, 255, .12),
        inset 0 1px 0 rgba(223, 249, 255, .32),
        inset 0 -8px 15px rgba(24, 45, 162, .1);
}

body.subpage .cooperation-process .step-number::before {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(94, 211, 255, .18);
    border-radius: 50%;
}

body.subpage .cooperation-process .step-number::after {
    content: none;
}

body.subpage .cooperation-process .process-step h3 {
    display: flex;
    min-height: 2.7em;
    margin: 0 0 12px;
    align-items: center;
    justify-content: center;
    color: #f5f9ff !important;
    font-size: 1.15rem;
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: .01em;
    text-shadow: 0 0 18px rgba(0, 198, 255, .1);
}

body.subpage .cooperation-process .process-step h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(66, 224, 255, 0), #5ce7ff, rgba(66, 224, 255, 0));
    transform: translateX(-50%);
    opacity: .6;
}

body.subpage .cooperation-process .process-step p {
    margin: 5px 0 0;
    color: rgba(225, 235, 246, .78) !important;
    font-size: .84rem !important;
    line-height: 1.72 !important;
    text-align: center !important;
    text-align-last: auto;
}

body.subpage .cooperation-process .process-step:hover {
    transform: translateY(-6px) !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(71, 228, 255, .2), transparent 36%),
        radial-gradient(circle at 100% 100%, rgba(77, 145, 255, .12), transparent 42%),
        radial-gradient(circle, rgba(112, 218, 255, .06) 1px, transparent 1px),
        linear-gradient(150deg, rgba(35, 53, 74, .99), rgba(23, 36, 54, 1)) !important;
    background-size: auto, auto, 22px 22px, auto !important;
    border-color: rgba(61, 215, 255, .6) !important;
    box-shadow:
        0 22px 45px rgba(0, 36, 88, .32),
        0 0 26px rgba(0, 190, 255, .1),
        inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

body.subpage .cooperation-process .process-step:hover::before {
    opacity: 1 !important;
}

@media (max-width: 768px) {
    body.subpage .cooperation-process .process-step {
        min-height: 270px;
        padding: 30px 18px 24px !important;
    }

    body.subpage .cooperation-process .step-number {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        margin-bottom: 20px;
        font-size: 1.2rem;
    }

    body.subpage .cooperation-process .process-step h3 {
        min-height: 0;
        font-size: 1.08rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.subpage .cooperation-process .process-step {
        transition: none !important;
    }
}
