/* pcba-support.css — PCBA Support page hero */
.boxTopic--pcba-support jp-container {
    overflow: hidden;
}

.pcba-support-hero {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    min-height: 520px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.pcba-support-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 58%;
    z-index: 0;
    background: linear-gradient(
        90deg,
        rgba(4, 14, 36, 0.78) 0%,
        rgba(4, 14, 36, 0.42) 78%,
        transparent 100%
    );
    pointer-events: none;
}

.pcba-support-hero__container {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.pcba-support-hero__content {
    max-width: 800px;
}

.pcba-support-hero__title {
    margin: 0 0 28px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 700;
font-size: 58px;
line-height: 113%;
/* or 66px */
color: #FFFFFF;


}

.pcba-support-hero__list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.pcba-support-hero__list li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 1.1em;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
font-family: 'Inclusive Sans';
font-style: italic;
font-weight: 400;
font-size: 26px;
line-height: 88%;
/* or 23px */

color: #fff;


}

.pcba-support-hero__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
}

.pcba-support-hero__highlight--smt {
    color: #FFB5F2;
}

.pcba-support-hero__highlight--free {
    color: #FFEBB3;
}

.pcba-support-hero__highlight--fast {
    color: #C9FFFC;
}

.pcba-support-hero__desc {
    margin: 0 0 32px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 124%;
color: #FFFFFF;
}

.pcba-support-hero__cta {
    display: inline-block;
}

@media (max-width: 1200px) {
    .pcba-support-hero__title {
        font-size: 40px;
    }

    .pcba-support-hero__list li {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .pcba-support-hero {
        min-height: 460px;
    }

    .pcba-support-hero::before {
        width: 100%;
        background: linear-gradient(
            180deg,
            rgba(4, 14, 36, 0.82) 0%,
            rgba(4, 14, 36, 0.55) 100%
        );
    }

    .pcba-support-hero__container {
    }

    .pcba-support-hero__title {
        font-size: 32px;
    }

    .pcba-support-hero__list li {
        font-size: 16px;
    }
}

/* Special Offers */
.pcba-offers {
    width: 100%;
}

.pcba-offers__container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.pcba-offers__title {
    margin: 0 0 40px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    text-align: center;
}

.pcba-offers__panel {
    position: relative;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 16px;
    background: var(--pcba-offers-border) center / 100% 100% no-repeat;
}

.pcba-offers__grid {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 10px;
}

.pcba-offers__item {
    flex: 1;
    padding: 28px 12px 24px;
    text-align: center;
    box-sizing: border-box;
}

.pcba-offers__item + .pcba-offers__item {
    /* border-left: 1px solid #e8edf5; */
}

.pcba-offers__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    margin-bottom: 12px;
}

.pcba-offers__icon img {
    display: block;
    width: 88px;
    height: auto;
}

.pcba-offers__item-title {
    margin: 0 0 12px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #26272a;
}

.pcba-offers__item-title-highlight {
    color: var(--primary-color, #0060ff);
}

.pcba-offers__item-desc {
    margin: 0 0 20px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #32383a;
}

.pcba-offers__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pcba-offers__list li {
    margin-bottom: 8px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #32383A;
}

.pcba-offers__list-highlight {
    color: var(--primary-color, #0060ff);
    font-weight: 700;
}

.pcba-offers__list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .pcba-offers__grid {
        flex-direction: column;
    }

    .pcba-offers__item {
        padding: 36px 28px;
    }

    .pcba-offers__item + .pcba-offers__item {
        border-left: none;
        border-top: 1px solid #e8edf5;
    }
}

@media (max-width: 768px) {
    .pcba-offers__container {
        padding: 0 24px;
    }

    .pcba-offers__title {
        margin-bottom: 28px;
        font-size: 26px;
    }

    .pcba-offers__item-title {
        font-size: 20px;
    }
}

/* Journey module */
.pcba-journey {
    position: relative;
    padding: 70px 0 80px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.pcba-journey__inner {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.pcba-journey__block + .pcba-journey__block {
    margin-top: 64px;
}

.pcba-journey__block--works {
    margin-top: 0;
}

/* 中间区域：背景从中心向外发散，上下过渡到白色 */
.pcba-journey__works-wrap {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 56px 0 64px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #ffffff;
}

.pcba-journey__works-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140%;
    height: 170%;
    transform: translate(-50%, -50%);
    background-image: var(--pcba-journey-works-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: radial-gradient(
        ellipse 72% 68% at 50% 50%,
        #000 0%,
        rgba(0, 0, 0, 0.72) 42%,
        rgba(0, 0, 0, 0.28) 62%,
        transparent 82%
    );
    mask-image: radial-gradient(
        ellipse 72% 68% at 50% 50%,
        #000 0%,
        rgba(0, 0, 0, 0.72) 42%,
        rgba(0, 0, 0, 0.28) 62%,
        transparent 82%
    );
}

.pcba-journey__works-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 22%,
        rgba(255, 255, 255, 0) 78%,
        #ffffff 100%
    );
    pointer-events: none;
    z-index: 0;
}

.pcba-journey__title {
    margin: 0 0 36px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    text-align: center;
}

.pcba-journey__title--panel {
    margin-bottom: 40px;
}

/* Save cards */
.pcba-journey__save-grid {
    display: flex;
    gap: 44px;
    align-items: stretch;
}

.pcba-journey__save-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-height: 388px;
    padding: 24px 20px 20px;
    border-radius: 16px;
    box-sizing: border-box;
    text-align: center;
}

.pcba-journey__save-card--a {
    background: #EFF6FF;
}

.pcba-journey__save-card--b {
    background: #FFF5F5;
}

.pcba-journey__save-card--c {
    background: #F2F1FF;
}

.pcba-journey__save-card--c .pcba-journey__price-label {
    font-size: 12px;
    line-height: 1.35;
}

.pcba-journey__save-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 103px;
    margin-bottom: 8px;
}

.pcba-journey__save-media img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 103px;
    object-fit: contain;
}

.pcba-journey__save-label {
    margin: 0 0 4px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #a9a9a9;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 26px;
color: #32383A;
}

.pcba-journey__save-name {
    margin: 0 0 12px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #26272a;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #32383A;
}

.pcba-journey__save-subname {
    margin: -8px 0 12px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #535d6d;
    height: 19px;
    display: inline-block;
}

.pcba-journey__save-subname-highlight {
    color: var(--primary-color, #0060ff);
    font-weight: 700;
}

.pcba-journey__price-table {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-bottom: 16px;
    padding: 16px 18px;
    background: #ffffff;
    border-radius: 12px;
    box-sizing: border-box;
}

.pcba-journey__price-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.pcba-journey__price-label {
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
    text-align: center;

font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 26px;
color: #6A7476;
}

.pcba-journey__price-old {
    position: relative;
    display: inline-block;
    font-family: "HarmonyOS Sans", sans-serif;
    font-style: normal;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: #32383a;
    text-decoration: none;
}

.pcba-journey__price-old::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #e53935;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 1;
}

.pcba-journey__price-old--strike::after {
    transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
    .pcba-journey__price-old--strike::after {
        transform: scaleX(1);
        transition: none;
    }
}

.pcba-journey__price-new {
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--primary-color, #0060ff);
}

.pcba-journey__save-badge {
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 900;
font-size: 24px;
line-height: 26px;
color: #32383A;
}

.pcba-journey__save-badge strong {
    color: #16a34a;
    font-weight: 700;
}

.pcba-journey__save-foot {
    margin-top: auto;
    width: 100%;
}

.pcba-journey__save-note {
    margin: 0;
    font-family: "HarmonyOS Sans", sans-serif;
    line-height: 1.5;
}

.pcba-journey__save-note--primary {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #26272a;
}

.pcba-journey__save-note--primary strong {
    color: #16a34a;
    font-weight: 700;
}

.pcba-journey__save-note--sub {
    font-size: 12px;
    font-weight: 400;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 26px;
color: #32383A;
}

/* How It Works */
.pcba-journey__works-panel {
    position: relative;
    z-index: 1;
    padding: 48px 40px 40px;
    background: #ffffff;
    border-radius: 24px;
    box-sizing: border-box;


background: #FFFFFF;
border: 1px solid #E3E8EA;

}

.pcba-journey__steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
    --pcba-journey-step-head-height: 118px;
    --pcba-journey-step-icon-size: 160px;
}

.pcba-journey__step {
    flex: 1;
    min-width: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pcba-journey__step-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: var(--pcba-journey-step-head-height);
    width: 100%;
    box-sizing: border-box;
}

.pcba-journey__step-num {
    margin: 0 0 18px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #a9a9a9;
}

.pcba-journey__step-title {
    margin: 0;
    max-width: 250px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #0060ff;
}

.pcba-journey__step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--pcba-journey-step-icon-size);
    height: var(--pcba-journey-step-icon-size);
    margin-bottom: 14px;
    flex-shrink: 0;
}

.pcba-journey__step-icon img {
    display: block;
    width: 100%;
    height: auto;
    max-width: var(--pcba-journey-step-icon-size);
}

.pcba-journey__step-desc {
    margin: 0;
    width: 250px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #37393f;
}

.pcba-journey__step-action {
    margin-top: 16px;
}

.pcba-journey__step-arrow {
    position: relative;
    flex: 0 0 120px;
    width: 120px;
    height: 21px;
    align-self: flex-start;
    margin-top: calc(var(--pcba-journey-step-head-height) + (var(--pcba-journey-step-icon-size) / 2));
    transform: translateY(-50%);
}

.pcba-journey__step-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #f0f6ff;
}

.pcba-journey__step-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 44px;
    width: 0;
    height: 0;
    margin-top: -7px;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #cfe1fe;
}

/* Why choose */
.pcba-journey__why-grid {
    display: flex;
    gap: 44px;
    align-items: stretch;
}

.pcba-journey__why-card {
    flex: 1;
    min-width: 0;
}

.pcba-journey__why-media {
    overflow: hidden;
    border-radius: 12px 45px 12px 12px;
    margin-bottom: 16px;
    background: #e8edf5;
    aspect-ratio: 16 / 10;
}

.pcba-journey__why-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@supports not (aspect-ratio: 16 / 10) {
    .pcba-journey__why-media {
        position: relative;
        height: 0;
        padding-bottom: 62.5%;
    }

    .pcba-journey__why-media img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.pcba-journey__why-title {
    margin: 0 0 10px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a1a;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 130%;
color: #26272A;
}

.pcba-journey__why-desc {
    margin: 0;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #535D6D;
}

@media (max-width: 1200px) {
    .pcba-journey__save-grid,
    .pcba-journey__why-grid {
        flex-wrap: wrap;
    }

    .pcba-journey__save-card,
    .pcba-journey__why-card {
        flex: 1 1 calc(50% - 12px);
    }

    .pcba-journey__steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .pcba-journey__step {
        flex: 1 1 calc(50% - 24px);
        max-width: 280px;
    }

    .pcba-journey__step-arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .pcba-journey {
        padding: 48px 0 56px;
    }

    .pcba-journey__inner {
        padding: 0 24px;
    }

    .pcba-journey__works-wrap {
        margin: 48px 0;
        margin-left: 50%;
        padding: 40px 0 48px;
    }

    .pcba-journey__block + .pcba-journey__block {
        margin-top: 48px;
    }

    .pcba-journey__title {
        margin-bottom: 28px;
        font-size: 26px;
    }

    .pcba-journey__save-grid,
    .pcba-journey__why-grid {
        flex-direction: column;
    }

    .pcba-journey__save-card,
    .pcba-journey__why-card {
        flex: 1 1 auto;
        min-height: 0;
    }

    .pcba-journey__price-table {
        padding: 6px 12px;
    }

    .pcba-journey__price-old {
        font-size: 20px;
    }

    .pcba-journey__price-new {
        font-size: 24px;
    }

    .pcba-journey__works-panel {
        padding: 32px 20px 28px;
        border-radius: 16px;
    }

    .pcba-journey__step {
        flex: 1 1 100%;
        max-width: none;
    }

    .pcba-journey__step-title {
        min-height: 0;
    }
}

/* Inside Manufacturing */
.pcba-manufacturing {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}



.pcba-manufacturing__container {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.pcba-manufacturing__title {
    margin: 0 0 40px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
}

.pcba-manufacturing__panel {
    max-width: 1020px;
    height: 580px;
    margin: 0 auto;
    box-sizing: border-box;
}

.pcba-manufacturing__video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f3f3f4;
    cursor: pointer;
}

.pcba-manufacturing__video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    border-radius: 12px;
}

.pcba-manufacturing__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.pcba-manufacturing__video-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.62);
    border-radius: 12px;
    box-sizing: border-box;
}

.pcba-manufacturing__video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
}

@media (max-width: 768px) {
    .pcba-manufacturing__container {
        padding: 0 24px;
    }

    .pcba-manufacturing__title {
        margin-bottom: 28px;
        font-size: 26px;
    }

    .pcba-manufacturing__panel {
        padding: 16px;
        border-radius: 16px;
    }

    .pcba-manufacturing__video {
        border-radius: 8px;
    }

    .pcba-manufacturing__video-cover {
        border-radius: 8px;
    }
}

/* Bottom CTA */
.pcba-cta {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-color: #1e2944;
}



.pcba-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 72px 40px;
    text-align: center;
    box-sizing: border-box;
}

.pcba-cta__title {
    margin: 0 0 16px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.pcba-cta__desc {
    max-width: 600px;
    margin: 0 auto;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
/* or 157% */
text-align: center;
color: #FFFFFF;
margin-bottom: 40px;
}

.pcba-cta__btn {
    display: inline-block;
}

@media (max-width: 768px) {
    .pcba-cta__inner {
        padding: 56px 24px;
    }

    .pcba-cta__title {
        font-size: 28px;
    }

    .pcba-cta__desc {
        font-size: 14px;
    }
}
