.gcc-page {
    background: #f4f4f4;
    overflow: hidden;
}

.gcc-hero {
    min-height: calc(var(--ratio-size) * 680);
    background-size: cover;
    background-position: center;
    position: relative;
}

.gcc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

.gcc-hero .text {
    position: relative;
    z-index: 2;
    max-width: calc(var(--ratio-size) * 1120);
}

.gcc-hero__desc {
    font-size: calc(var(--ratio-size) * 18);
    font-weight: 700;
    color: #fff;
    margin-bottom: calc(var(--ratio-size) * 10);
}

.gcc-hero__title {
    font-size: calc(var(--ratio-size) * 56);
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.gcc-platform {
    padding-top: calc(var(--ratio-size) * 80);
    padding-bottom: calc(var(--ratio-size) * 30);
    text-align: center;
}

.gcc-platform__head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(var(--ratio-size) * 44);
    margin-bottom: calc(var(--ratio-size) * 26);
}

.gcc-page .gcc-platform__title,
.gcc-page .gcc-chain-intro__title,
.gcc-page .gcc-methodology__title {
    font-family: Poppins-SemiBold, Poppins, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    width: 100%;
    max-width: calc(var(--ratio-size) * 610);
    margin-left: auto;
    margin-right: auto;
}

.gcc-page .gcc-products__title {
    font-family: Poppins-SemiBold, Poppins, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
}

.gcc-platform__title {
    font-size: calc(var(--ratio-size) * 36);
    color: #000;
    margin: 0 auto 0;
}

.gcc-platform__admin {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
}

body.wfEditorMode .gcc-page .gcc-platform__admin a.wfEditorMode {
    float: none;
    margin: 0;
    white-space: nowrap;
}

.gcc-platform__image-wrap {
    width: min(100%, calc(var(--ratio-size) * 840));
    margin: 0 auto;
}

.gcc-platform__image-wrap img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* 视频区复用 .ecopower-mate-video（见 ecopower-mate.css），宽度与比例与 Ecopower Mate 一致 */
.gcc-platform__image-wrap--video {
    width: 100%;
    max-width: none;
    cursor: pointer;
}

.gcc-platform__image-wrap--video .ecopower-mate-video {
    width: 100%;
    max-width: calc(var(--ratio-size) * 1100);
    border-radius: 0;
}

.gcc-chain-intro {
    margin-top: calc(var(--ratio-size) * 75);
}

.gcc-chain-intro .type-area {
    text-align: center;
}

.gcc-chain-intro__title {
    color: #000;
    font-size: calc(var(--ratio-size) * 48);
    line-height: calc(var(--ratio-size) * 62);
    margin: 0 auto calc(var(--ratio-size) * 48);
}

.gcc-chain-intro__band {
    background: linear-gradient(90deg, #226bb5 0%, #1d5997 100%);
    color: #fff;
}

.gcc-chain-intro__band .type-area {
    padding: calc(var(--ratio-size) * 64) 0;
}

.gcc-chain-intro__slogan,
.gcc-chain-intro__desc {
    font-size: calc(var(--ratio-size) * 24);
    font-weight: 500;
    line-height: calc(var(--ratio-size) * 42);
    margin: 0;
}

.gcc-chain-intro__desc {
    opacity: 1;
}

.gcc-methodology {
    margin-top: calc(var(--ratio-size) * 48);
    padding-bottom: calc(var(--ratio-size) * 100);
    text-align: center;
}

/* Pixso 10:2 — 白底摘要卡片 */
.gcc-methodology__summary {
    max-width: none;
    margin: 0 0 calc(var(--ratio-size) * 48);
    background: #fff;
    border-radius: calc(var(--ratio-size) * 14);
    padding: calc(var(--ratio-size) * 36) calc(var(--ratio-size) * 40);
    color: #333;
    font-size: calc(var(--ratio-size) * 18);
    font-weight: 300;
    line-height: calc(var(--ratio-size) * 30);
    text-align: center;
    box-shadow: 0 0 calc(var(--ratio-size) * 50.7) rgba(0, 56, 109, 0.05);
}

.gcc-methodology__summary p {
    margin: 0;
}

.gcc-methodology__title {
    margin: 0 auto calc(var(--ratio-size) * 24);
    font-size: calc(var(--ratio-size) * 36);
    line-height: calc(var(--ratio-size) * 50);
    color: #2655a8;
}

.gcc-methodology__desc {
    max-width: calc(var(--ratio-size) * 983);
    margin: 0 auto calc(var(--ratio-size) * 48);
    font-size: calc(var(--ratio-size) * 16);
    line-height: calc(var(--ratio-size) * 30);
    font-weight: 300;
    color: #333;
}

.gcc-methodology__image-wrap {
    max-width: calc(var(--ratio-size) * 1449);
    margin: 0 auto;
}

.gcc-methodology__image-wrap img {
    width: 100%;
    display: block;
}

.gcc-products {
    margin-top: 0;
}

.gcc-products__band {
    background: linear-gradient(90deg, #226bb5 0%, #1d5997 100%);
    color: #fff;
    text-align: center;
}

.gcc-products__band .type-area {
    padding: calc(var(--ratio-size) * 64) 0;
}

.gcc-products__title {
    margin: 0 auto;
    font-size: calc(var(--ratio-size) * 48);
    line-height: calc(var(--ratio-size) * 62);
}

.gcc-products__subtitle {
    margin: 0;
    font-size: calc(var(--ratio-size) * 24);
    font-weight: 500;
    line-height: calc(var(--ratio-size) * 42);
}

.gcc-products__body {
    background: #f4f4f4;
    padding: calc(var(--ratio-size) * 80) 0 calc(var(--ratio-size) * 100);
}

.gcc-products__section-title {
    margin-bottom: calc(var(--ratio-size) * 48);
}

.gcc-products__grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: calc(var(--ratio-size) * 1452);
    margin: 0 auto;
    gap: calc(var(--ratio-size) * 18);
}

.gcc-products__left {
    flex: 0 1 calc(var(--ratio-size) * 638.5);
    width: calc(var(--ratio-size) * 638.5);
    max-width: 100%;
}

.gcc-products__right {
    flex: 0 1 calc(var(--ratio-size) * 813.5);
    width: calc(var(--ratio-size) * 813.5);
    max-width: 100%;
    margin-left: auto;
}

.gcc-products__left img,
.gcc-products__right img {
    width: 100%;
    height: auto;
    display: block;
}

.gcc-siro img {
    width: 100%;
    display: block;
}

@media (max-width: 1200px) {
    .gcc-methodology__summary {
        padding: calc(var(--ratio-size) * 28) calc(var(--ratio-size) * 24);
    }
}

@media screen and (max-width: 768px) {
    .gcc-page {
        --gcc-mobile-pad: 12px;
        --gcc-mobile-section-gap: 40px;
        --gcc-mobile-band-pad: 40px;
    }

    .gcc-hero.common-banner {
        min-height: 360px;
        align-items: flex-end;
    }

    .gcc-hero .text {
        max-width: none;
        padding-bottom: 28px;
    }

    .gcc-hero__desc {
        font-size: 14px;
        margin-bottom: 8px;
        letter-spacing: 0.02em;
    }

    .gcc-hero__title {
        font-size: 28px;
        line-height: 1.15;
    }

    .gcc-platform {
        padding-top: var(--gcc-mobile-section-gap);
        padding-bottom: 20px;
    }

    .gcc-platform.type-area,
    .gcc-methodology.type-area,
    .gcc-chain-intro .type-area,
    .gcc-chain-intro__band .type-area,
    .gcc-products__band .type-area,
    .gcc-products__body .type-area {
        padding-left: var(--gcc-mobile-pad);
        padding-right: var(--gcc-mobile-pad);
    }

    .gcc-platform__head {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 16px;
    }

    .gcc-platform__admin {
        position: static;
        transform: none;
        width: 100%;
        text-align: right;
    }

    .gcc-page .gcc-platform__title,
    .gcc-page .gcc-chain-intro__title,
    .gcc-page .gcc-methodology__title {
        max-width: none;
    }

    .gcc-platform__title {
        font-size: 24px;
        line-height: 1.2;
    }

    .gcc-platform__image-wrap {
        width: calc(100% + var(--gcc-mobile-pad) * 2);
        max-width: none;
        margin-left: calc(var(--gcc-mobile-pad) * -1);
        margin-right: calc(var(--gcc-mobile-pad) * -1);
    }

    .gcc-platform__image-wrap--video .ecopower-mate-video {
        max-width: 100%;
    }

    .gcc-chain-intro {
        margin-top: var(--gcc-mobile-section-gap);
    }

    .gcc-chain-intro__title {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 24px;
    }

    .gcc-chain-intro__band .type-area {
        padding-top: var(--gcc-mobile-band-pad);
        padding-bottom: var(--gcc-mobile-band-pad);
    }

    .gcc-chain-intro__slogan,
    .gcc-chain-intro__desc {
        font-size: 17px;
        line-height: 1.45;
    }

    .gcc-chain-intro__slogan + .gcc-chain-intro__desc {
        margin-top: 10px;
    }

    .gcc-methodology {
        margin-top: 28px;
        padding-bottom: var(--gcc-mobile-section-gap);
    }

    .gcc-methodology__summary {
        margin-bottom: 28px;
        padding: 16px 14px;
        font-size: 15px;
        line-height: 1.55;
        border-radius: 12px;
        box-shadow: 0 4px 24px rgba(0, 56, 109, 0.06);
    }

    .gcc-methodology__title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .gcc-methodology__desc {
        max-width: none;
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 1.55;
    }

    .gcc-methodology__image-wrap {
        width: calc(100% + var(--gcc-mobile-pad) * 2);
        max-width: none;
        margin-left: calc(var(--gcc-mobile-pad) * -1);
        margin-right: calc(var(--gcc-mobile-pad) * -1);
    }

    .gcc-products__band .type-area {
        padding-top: var(--gcc-mobile-band-pad);
        padding-bottom: var(--gcc-mobile-band-pad);
    }

    .gcc-products__title {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 0;
    }

    .gcc-products__title + .gcc-products__subtitle {
        margin-top: 10px;
    }

    .gcc-products__subtitle {
        font-size: 17px;
        line-height: 1.45;
    }

    .gcc-products__body {
        padding-top: var(--gcc-mobile-section-gap);
        padding-bottom: var(--gcc-mobile-section-gap);
    }

    .gcc-products__body .type-area {
        padding-left: 8px;
        padding-right: 8px;
    }

    .gcc-products__section-title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.3;
        padding-left: 4px;
        padding-right: 4px;
    }

    .gcc-products__grid {
        flex-direction: column;
        flex-wrap: wrap;
        width: calc(100% + 12px);
        max-width: none;
        margin-left: -6px;
        margin-right: -6px;
        gap: 20px;
    }

    .gcc-products__left,
    .gcc-products__right {
        flex: none;
        width: 100%;
        margin-left: 0;
    }

    .gcc-products__left img,
    .gcc-products__right img {
        border-radius: 6px;
    }
}

@media screen and (max-width: 480px) {
    .gcc-page {
        --gcc-mobile-pad: 10px;
        --gcc-mobile-section-gap: 32px;
        --gcc-mobile-band-pad: 32px;
    }

    .gcc-hero.common-banner {
        min-height: 300px;
    }

    .gcc-hero__title {
        font-size: 24px;
    }

    .gcc-platform__title,
    .gcc-chain-intro__title {
        font-size: 22px;
    }

    .gcc-methodology__title,
    .gcc-products__section-title {
        font-size: 22px;
    }

    .gcc-products__title {
        font-size: 24px;
    }

    .gcc-chain-intro__slogan,
    .gcc-chain-intro__desc,
    .gcc-products__subtitle {
        font-size: 16px;
    }

    .gcc-products__body .type-area {
        padding-left: 6px;
        padding-right: 6px;
    }

    .gcc-products__grid {
        width: calc(100% + 8px);
        margin-left: -4px;
        margin-right: -4px;
    }
}
