/* OEM / ODM 页面：偏外贸协作说明的业务化结构 */
.oemPage {
    background: #f6f7f8;
}

.oemHeroSection {
    padding: 130px 0 68px;
    background: linear-gradient(180deg, #f7f8f9 0%, #f4f6f8 100%);
}

.oemHeroLayout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.94fr);
    gap: 30px;
    align-items: center;
}

.oemHeroTitle {
    margin-bottom: 16px;
}

.oemHeroDesc {
    max-width: 620px;
}

.oemHeroActions,
.oemCtaActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.oemHeroVisual {
    position: relative;
    min-width: 0;
}

.oemHeroVisual img {
    width: 100%;
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 42px rgba(24, 27, 31, 0.12);
}

.oemHeroVisualCard {
    position: absolute;
    right: 24px;
    bottom: 24px;
    max-width: 320px;
    padding: 18px 18px 16px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    backdrop-filter: blur(10px);
}

.oemHeroVisualLabel,
.oemHeroVisualTitle,
.oemHeroVisualText,
.oemCapabilityIndex,
.oemCapabilityTitle,
.oemCapabilityDesc,
.oemFlowStep,
.oemFlowTitle,
.oemFlowDesc,
.oemSupportTitle,
.oemSupportLabel,
.oemSupportValue,
.oemCtaPoint,
.oemCtaPointText {
    display: block;
}

.oemHeroVisualLabel {
    margin-bottom: 8px;
    color: #eb8f21;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.oemHeroVisualTitle {
    margin-bottom: 8px;
    color: var(--color-charcoal);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
}

.oemHeroVisualText {
    color: #5e6974;
    font-size: 13px;
    line-height: 1.8;
}

.oemSection {
    padding: 0 0 104px;
}

.oemSectionSoft {
    background: linear-gradient(180deg, #f8fafb 0%, #f6f7f8 100%);
}

.oemSectionHead {
    margin-bottom: 44px;
    text-align: center;
}

.oemSectionHead .sectionTitle {
    text-align: center;
}

.oemSplitHeader {
    margin-bottom: 38px;
}

.oemCapabilityGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.oemCapabilityCard,
.oemFlowCard,
.oemSupportCard,
.oemCtaPanel {
    background: #ffffff;
    border: 1px solid #e3e8eb;
    border-radius: 14px;
    box-shadow: 0 16px 32px rgba(24, 27, 31, 0.04);
}

.oemCapabilityCard {
    padding: 22px 20px;
}

.oemCapabilityIndex {
    margin-bottom: 18px;
    color: #eb8f21;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.oemCapabilityTitle {
    margin-bottom: 10px;
    color: var(--color-charcoal);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
}

.oemCapabilityDesc,
.oemFlowDesc {
    color: #616b75;
    font-size: 14px;
    line-height: 1.85;
}

.oemFlowGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.oemFlowCard {
    padding: 24px 20px 22px;
}

.oemFlowStep {
    margin-bottom: 16px;
    color: #5e748f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.oemFlowTitle {
    margin-bottom: 10px;
    color: var(--color-charcoal);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
}

.oemSupportGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.oemSupportHeading .sectionTitle {
    white-space: nowrap;
    text-align: center;
}

.oemSupportCard {
    padding: 24px 22px;
}

.oemSupportTitle {
    margin-bottom: 16px;
    color: var(--color-charcoal);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
}

.oemSupportList {
    display: grid;
    gap: 14px;
}

.oemSupportRow {
    display: grid;
    grid-template-columns: 188px minmax(0, 1fr);
    gap: 18px;
    padding-top: 14px;
    border-top: 1px solid #edf1f3;
}

.oemSupportRow:first-child {
    padding-top: 0;
    border-top: 0;
}

.oemSupportLabel {
    color: #65717d;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

.oemSupportValue {
    color: #36404a;
    font-size: 14px;
    line-height: 1.9;
}

.oemCtaSection {
    padding-bottom: 112px;
}

.oemCtaPanel {
    padding: 34px 32px;
    text-align: center;
}

.oemCtaPanel .sectionTitle,
.oemCtaPanel .sectionSubText,
.oemCtaPanel .sectionEyebrow {
    text-align: center;
}

.oemCtaPointList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 22px;
}

.oemCtaActions {
    justify-content: center;
}

.oemCtaPanel .whiteAction {
    background: #f7f3ea;
    border: 1px solid #ead9b7;
    box-shadow: 0 10px 22px rgba(24, 27, 31, 0.06);
}

.oemCtaPanel .primaryAction {
    background: #1f2429;
    color: var(--color-white);
    box-shadow: 0 12px 24px rgba(24, 27, 31, 0.18);
}

.oemCtaPanel .primaryAction:hover,
.oemCtaPanel .primaryAction:focus {
    background: #2a3036;
    color: var(--color-white);
    box-shadow: 0 16px 28px rgba(24, 27, 31, 0.2);
}

.oemCtaPanel .whiteAction:hover,
.oemCtaPanel .whiteAction:focus {
    background: #fff0cf;
    border-color: #e8bf63;
}

.oemCtaPoint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 14px;
    color: #4e5c69;
    background: #f8fafb;
    border: 1px solid #e5ebef;
    border-radius: 999px;
}

.oemCtaPointDot {
    width: 6px;
    height: 6px;
    background: #eb8f21;
    border-radius: 50%;
    flex: 0 0 6px;
}

.oemCtaPointText {
    color: #55616d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 1199px) {
    .oemHeroLayout {
        grid-template-columns: 1fr;
    }

    .oemCapabilityGrid,
    .oemFlowGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .oemSupportGrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .oemHeroSection {
        padding-top: 118px;
    }

    .oemSupportHeading .sectionTitle {
        white-space: normal;
    }

    .oemCapabilityGrid,
    .oemFlowGrid {
        grid-template-columns: 1fr;
    }

    .oemHeroVisualCard {
        position: static;
        max-width: none;
        margin-top: 14px;
    }

    .oemSupportRow {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .oemHeroActions,
    .oemCtaActions {
        flex-direction: column;
    }

    .oemHeroActions .primaryAction,
    .oemHeroActions .whiteAction,
    .oemCtaActions .primaryAction,
    .oemCtaActions .whiteAction {
        width: 100%;
    }

    .oemCtaPanel {
        padding: 26px 18px;
    }

    .oemSection {
        padding-bottom: 74px;
    }

    .oemSectionHead {
        margin-bottom: 30px;
    }

    .oemSplitHeader {
        margin-bottom: 22px;
    }

    .oemCtaPointList {
        align-items: stretch;
        flex-direction: column;
    }

    .oemCtaPoint {
        width: 100%;
        justify-content: flex-start;
        min-height: 40px;
        padding: 10px 14px;
        border-radius: 12px;
    }
}
