.middle-section.middle-section--product-services {
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 32px auto 0;
    /* 與 #ManagementTeam .advisory-grid-section 同寬：內容區最大 1180px、水平置中 */
    padding: clamp(32px, 5vw, 56px) max(24px, calc((100% - 1180px) / 2));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 28px);
    align-items: stretch;
}

.middle-section.middle-section--product-services .section-module {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(20px, 2.5vw, 28px);
    background: #ffffff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    border-top: 3px solid #f97316;
    box-shadow: 0 8px 24px rgba(2, 53, 116, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.middle-section.middle-section--product-services .section-module:hover {
    box-shadow: 0 12px 32px rgba(2, 53, 116, 0.1);
    transform: translateY(-2px);
}

.middle-section.middle-section--product-services .section-module__visual {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 148px;
    min-height: 100px;
    border-radius: 10px;
    background: linear-gradient(145deg, #eff6ff 0%, #e0f2fe 42%, #f8fafc 100%);
    border: 1px solid rgba(2, 53, 116, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 6px;
    flex-shrink: 0;
}

.middle-section.middle-section--product-services .section-module__svg {
    width: min(72%, 132px);
    height: auto;
    display: block;
}

.middle-section.middle-section--product-services .section-module .module-title {
    font-size: clamp(17px, 1.25vw, 20px);
    color: #111827;
    margin: 14px 0 10px;
    font-weight: 700;
    line-height: 1.35;
}

.middle-section.middle-section--product-services .section-module .module-description {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    flex: 1;
}

@media screen and (max-width: 900px) {
    .middle-section.middle-section--product-services {
        grid-template-columns: 1fr;
        max-width: none;
        margin-top: 24px;
        padding: 24px max(24px, calc((100% - 1180px) / 2));
    }
}

.intro-module {
    padding: 45px 200px;
    display: flex;
    width: 100%;
    height: auto;
}

.intro-module .intro-left {
    width: 600px;
    background-image: url('/images/com-bg1.png');
    margin-right: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 63px;
}

.intro-module .intro-left .intro-bg {
    width: 473px;
    background: rgba(2, 53, 116, 0.8);
    border-radius: 0px 0px 0px 0px;
    padding: 40px 45px;
}

.intro-module .intro-left .intro-bg .intro-text1 {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
}

.intro-module .intro-left .intro-bg .intro-text2 {
    font-size: 14px;
    color: #cccccc;
    margin: 36px 0px 24px 0px;
}

.intro-module .intro-left .intro-bg .intro-text3 {
    font-size: 18px;
    color: #ffffff;
    font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
}

.intro-module .intro-left .intro-bg .intro-text4 {
    margin-top: 40px;
    width: 146px;
    height: 44px;
    background: #f36523;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

.intro-module .intro-right {
    padding: 60px 0px;
}

.intro-module .intro-right .intro-text1 {
    font-weight: 600;
    font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
    font-size: 25px;
    color: #000000;
}

.intro-module .intro-right .intro-text2 {
    margin: 6px 0px 30px 0;
    font-weight: bold;
    font-size: 16px;
    color: #424141;
}

.intro-module .intro-right .intro-text3 {
    font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
    font-size: 16px;
    color: #252525;
    margin-top: 24px;
    text-indent: 2em;
}

.intro-module .intro-right .intro-text4 {
    text-indent: 0;
}

.business-services {
    width: 100%;
    background-image: url('/images/bg2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 260px 80px;
    text-align: center;
}

.business-services .services-slider-h5 {
    display: none;
}

.business-services .services-header .services-text1 {
    font-size: 16px;
    color: #cccccc;
}

.business-services .services-header .services-text2 {
    font-size: 40px;
    color: #ffffff;
    margin-top: 20px;
}

.business-services .slider-text1 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 35px 0px;
}

.business-services .slider-text2 {
    font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    flex-direction: column;
}

.business-services .slider-text2 div {
    font-weight: 600;
}

.business-services .el-carousel__item {
    padding: 30px 20px;
}

.business-services :deep(.el-carousel__container) {
    height: 517px !important;
}

.business-services .el-carousel__item h3 {
    color: #475669;
    margin: 0;
    text-align: center;
}

.business-services .el-carousel__item:nth-child(1) {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.business-services .el-carousel__item:nth-child(2) {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.business-services .el-carousel__item:nth-child(3) {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.strategic-position {
    width: 100%;
    background-image: url('/images/bg4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 120px 220px;
}

.strategic-position .strategic-text1 {
    font-size: 16px;
    color: #666666;
}

.strategic-position .strategic-text2 {
    margin: 20px 0px 30px;
    font-size: 40px;
    color: #000000;
}

.strategic-position .strategic-text3 {
    width: 78%;
    font-size: 16px;
    color: #000000;
}

.strategic-position .strategic-list {
    margin-top: 80px;
    display: flex;
}

.strategic-position .strategic-list .strategic-item {
    width: 1200px;
    height: 99px;
    border-right: 2px solid rgba(2, 53, 116, 0.1);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.strategic-position .strategic-list .strategic-item:last-child {
    border-right: none;
    text-align: right;
}

.strategic-position .strategic-list .strategic-item:nth-child(2) {
    text-align: center;
}

.strategic-position .strategic-list .strategic-item:nth-child(3) {
    text-align: center;
}

.strategic-position .strategic-list .strategic-item .item-title {
    font-weight: bold;
    font-size: 44px;
    color: #f36523;
}

.strategic-position .strategic-list .strategic-item .item-description {
    margin-top: 14px;
    font-size: 18px;
    color: #000000;
}

.market-position {
    width: 100%;
    background: #fff;
    padding: 100px 10vw;
    text-align: center;
}

.market-position .market-contain {
    display: flex;
}

.market-position .market-text1 {
    font-size: 16px;
    color: #666666;
}

.market-position .market-text2 {
    margin: 20px 0px 80px 0px;
    font-size: 40px;
    color: #000000;
    font-weight: 600;
}

.market-position .market-img {
    width: 575px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 30px;
}

.market-position .market-img .img-box {
    border: 1px dashed #dbdbdb;
}

.market-position .market-img .img-box img {
    width: 521px;
    height: 423px;
}

.market-position .toranomon {
    position: absolute;
    top: 180px;
    left: 50px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.market-position .market-right {
    font-size: 16px;
    color: #252525;
    text-align: left;
}

.market-position .market-right .market-item {
    padding: 30px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.market-position .market-right .market-item .market-text3 {
    font-size: 20px;
    color: #666666;
    font-weight: 600;
    margin: 30px 0px 20px 0px;
}

.market-position .market-right .market-item:last-child {
    margin-bottom: 0;
}

.area-box {
    width: 100%;
    padding: 120px 300px;
    background-image: url('/images/bg3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.area-box .area-text1 {
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
}

.area-box .area-text2 {
    margin-top: 46px;
    font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
    font-size: 19px;
    color: #ffffff;
    line-height: 35px;
}

/* —— 聯絡我們（雙欄：左主標 + 副標 + #8c3f3e CTA + 底部圖示聯絡；右滿幅形象照）—— */
.contact-us {
    background: #f3f3f2;
    margin: 0 auto;
    padding: clamp(48px, 6vw, 88px) clamp(16px, 4vw, 40px);
    box-sizing: border-box;
}

.contact-us__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
    align-items: stretch;
    gap: 0;
    max-width: 1120px;
    margin: 0 auto;
    min-height: min(520px, 72vh);
    background: #fafafa;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #e5e5e4;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.contact-us--split-ref .contact-us__content {
    box-sizing: border-box;
    padding: clamp(36px, 4.5vw, 56px) clamp(28px, 4vw, 52px) clamp(32px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(28px, 4vw, 40px);
    min-width: 0;
    min-height: 0;
}

.contact-us__hero {
    flex: 0 0 auto;
}

.contact-us--split-ref .contact-us__heading {
    margin: 0 0 14px;
    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    font-weight: 700;
    color: #2d2d2d;
    letter-spacing: -0.02em;
    line-height: 1.22;
    max-width: min(36ch, 100%);
}

.contact-us__tagline {
    margin: 0 0 22px;
    max-width: 38ch;
    font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
    line-height: 1.65;
    color: #6b6b6b;
}

.contact-us__cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: #8c3f3e;
    border: none;
    border-radius: 6px;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    box-shadow: 0 2px 8px rgba(140, 63, 62, 0.25);
}

.contact-us__cta-primary:hover {
    background: #a85352;
    box-shadow: 0 4px 14px rgba(140, 63, 62, 0.32);
    color: #ffffff;
    transform: translateY(-1px);
}

.contact-us__details {
    margin-top: auto;
    padding-top: clamp(22px, 3vw, 32px);
    border-top: 1px solid #e8e8e7;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-us__detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-us__detail-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    color: #737373;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us__detail-icon--spacer {
    visibility: hidden;
}

.contact-us__icon-svg {
    width: 20px;
    height: 20px;
    display: block;
}

.contact-us__detail-body {
    min-width: 0;
}

.contact-us__detail-company {
    margin: 0 0 6px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 1.4;
}

.contact-us__detail-text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #525252;
    font-weight: 500;
}

.contact-us__detail-text--muted {
    font-size: 0.78rem;
    color: #737373;
    font-weight: 400;
}

.contact-us__detail--license .contact-us__detail-text {
    padding-top: 2px;
}

.contact-us__addr-line {
    display: inline;
}

.contact-us__mailto {
    color: #3d3d3d;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(61, 61, 61, 0.35);
    word-break: break-all;
    font-weight: 600;
}

.contact-us__mailto:hover {
    color: #8c3f3e;
    text-decoration-color: rgba(140, 63, 62, 0.5);
}

.contact-us__visual {
    position: relative;
    min-height: 320px;
    background: #e8e8e7;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
}

.contact-us--split-ref .contact-us__visual {
    min-height: 100%;
}

.contact-us__photo,
.contact-us .contact-kefu {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center top;
    padding: 0;
    max-width: none;
    max-height: none;
}

@media (max-width: 960px) {
    .contact-us__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .contact-us--split-ref .contact-us__visual {
        order: -1;
        min-height: 200px;
        max-height: 44vh;
        aspect-ratio: 16 / 10;
    }

    .contact-us--split-ref .contact-us__photo,
    .contact-us--split-ref .contact-kefu {
        min-height: 200px;
        max-height: 44vh;
        height: 100%;
    }

    .contact-us--split-ref .contact-us__content {
        padding-top: 24px;
    }

    .contact-us--split-ref .contact-us__heading {
        max-width: none;
    }
}

/* ====== MEDIA QUERY for max-width 500px ====== */

@media (max-width: 500px) {
    .contact-us {
        width: 100%;
        padding: 120px 30px;

    }


    .home-page {
        padding: 60px 16px;
        background-image: url('/images/mobile/bg4.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .home-page .top-section {
        display: block;
        width: 100%;
    }

    .home-page .top-section .content {
        margin-top: 0px;
    }

    .home-page .top-section .content .content-title {
        font-size: 30px;
        font-weight: 600;
    }

    .home-page .top-section .content .content-intro {
        font-size: 14px;
        line-height: 26px;
        font-family: PingFang SC-Regular;
        letter-spacing: 1px;
    }

    .home-page .top-section .content .explore-btn {
        margin-bottom: 20px;
    }

    .home-page .top-section .img_123 {
        width: 100%;
        height: 305px;
    }

    .middle-section.middle-section--product-services {
        display: flex;
        flex-direction: column;
        max-width: none;
        padding: 20px max(16px, calc((100% - 1180px) / 2));
        margin-top: 20px;
        gap: 16px;
    }

    .middle-section.middle-section--product-services .section-module {
        min-height: 0;
        height: auto;
        padding: 18px 16px;
    }

    .middle-section.middle-section--product-services .section-module__visual {
        max-height: 120px;
        min-height: 88px;
    }

    .intro-module {
        padding: 0px;
        margin-top: 60px;
        display: block;
    }

    .intro-module .intro-left {
        width: 100%;
        padding: 30px;
        margin: 0px;
    }

    .intro-module .intro-left .intro-bg {
        width: 318px;
        padding: 40px;
    }

    .intro-module .intro-left .intro-bg .intro-text2 {
        font-size: 14px;
        color: #cccccc;
        margin: 36px 0px 17px 0px;
    }

    .intro-module .intro-left .intro-bg .intro-text3 {
        font-size: 16px;
        line-height: 25px;
    }

    .intro-module .intro-right {
        padding: 50px 16px;
    }
     .intro-module .intro-right .intro-text1 {
        font-size: 23px !important;
    }

    .intro-module .intro-right .intro-text2 {
        font-size: 15px !important;
        margin: 6px 0px;
    }

    .intro-module .intro-right .intro-text3 {
        line-height: 24px;
    }

    .business-services {
        background-image: url('/images/mobile/bg2.png');
        padding: 22px 16px;
    }

    .business-services .services-slider {
        display: none;
    }

    .business-services .services-slider-h5 {
        display: block;
    }

    .business-services .services-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .business-services .services-header .services-text1 {
        font-size: 13px;
    }

    .business-services .services-header .services-text2 {
        font-size: 28px;
    }

    .business-services .services-slider-h5 .section-icon {
        width: 40px;
        height: 40px;
    }

    .business-services .services-slider-h5 .slider-text1 {
        font-size: 24px;
    }

    .business-services .services-slider-h5 .slider-text2 {
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }

    .business-services .services-slider-h5 .slider-text2 div {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .strategic-position {
        background-image: url('/images/mobile/bg-1.png');
        padding: 80px 16px;
    }

    .strategic-position .strategic-text2 {
        font-size: 28px;
        font-weight: 600;
    }

    .strategic-position .strategic-text3 {
        width: 100%;
        line-height: 25px;
    }

    .strategic-position .strategic-list {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 50px;
    }

    .strategic-position .strategic-list .strategic-item {
        width: 161px;
        height: 73px;
        text-align: center;
        margin-bottom: 30px;
        padding-right: 20px;
    }

    .strategic-position .strategic-list .strategic-item:nth-child(2) {
        border: none;
        padding-right: 0px;
    }

    .strategic-position .strategic-list .strategic-item:last-child {
        text-align: center;
    }

    .strategic-position .strategic-list .strategic-item .item-title {
        font-size: 30px;
    }

    .market-position {
        padding: 80px 16px;
    }

    .market-position .market-text2 {
        margin: 20px 0px 50px 0px;
        font-size: 28px;
    }

    .market-position .market-contain {
        flex-direction: column;
        align-items: center;
    }

    .market-position .market-contain .market-img {
        width: 343px;
        height: 284px;
        margin: 0px;
    }

    .market-position .market-contain .market-img img {
        width: 311px;
        height: 252px;
    }

    .market-position .toranomon {
        top: 110px;
        left: 30px;
        font-size: 14px;
    }

    .market-position .market-right .market-item {
        padding: 30px;
        width: 343px;
        margin: 15px 0px;
        line-height: 24px;
    }

    .area-box {
        padding: 80px 16px;
        background-image: url('/images/mobile/bg3.png');
    }

    .area-box .area-text1 {
        font-size: 28px;
    }

    .area-box .area-text2 {
        margin-top: 30px;
        font-size: 16px;
        line-height: 34px;
    }

    .contact-us {
        width: 100%;
        padding: 48px 16px 56px;
    }

    .contact-us__inner {
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .contact-us .contact-kefu,
    .contact-us__photo {
        display: none;
    }

    .contact-us--split-ref .contact-us__photo,
    .contact-us--split-ref .contact-kefu {
        display: block;
    }

    .contact-us__heading {
        text-align: center;
    }

    .contact-us--split-ref .contact-us__heading,
    .contact-us--split-ref .contact-us__tagline {
        text-align: start;
    }

    .contact-us--split-ref .contact-us__details {
        text-align: start;
    }

}

.tophed {
    position: fixed;
}


.carousel-slide {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: 100%;
    background: rgba(251, 241, 241, 0.087);
    border-radius: 15px;
    /* padding: 20px; */
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 1;
    color: #fff;
    box-shadow: 0 4px 30px #0000001a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 20px 0;

}

.carousel-slide.active {
    /* opacity: 1; */

    transform: translateX(0);
    z-index: 2;
}

.carousel-slide.prev {
    transform: translateX(-50%) scale(0.8);
    z-index: 1;
}

.carousel-slide.next {
    transform: translateX(50%) scale(0.8);
    z-index: 1;
}

.carousel-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.carousel-dots span {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
}

.carousel-dots span.active {
    opacity: 1;
}

/* 轮播容器样式 */
.carousel-container11 {
    position: relative;
    width: 100%;
    height: 32vh;
    background: url("/banner-2.jpg") center 18% / cover no-repeat;
    margin: auto;
    overflow: hidden;
    background-color: #f0f0f0;
    display: flex;
    z-index: 100;
}

@media (max-width: 500px) {
    .carousel-container11 {
        overflow: hidden;
    }

    .carousel-slide {
        opacity: 0;
        width: 100%;
        margin: 0;
    }

    .carousel-slide.active {
        opacity: 1;
    }
}


/*主页地图*/
.market-position .title-content {
    text-align: left;
}

.component {
    height: 400px !important;
}

.map-content {
    position: relative;
    margin: 0 auto;
    width: 80vw;
    height: 40vw;

    .ceros-experience .component.page-object.text {
        display: none !important;
    }

    .map-marker {
        width: 4vw;
        height: 6vw;
        position: absolute;
        top: 13vw;
        right: 10.5vw;
        transform: rotate(0deg);
        opacity: 1;
        pointer-events: auto;
        cursor: pointer;
        border: none;
        transition-property: none;
        mix-blend-mode: normal;
        z-index: 53;
    }

    .tooltip {
        position: absolute;
        bottom: 100%;
        left: 50%;
        text-align: left;
        transform: translateX(-50%);
        background: #fff;
        box-shadow: -2px 1px 8px #e5e5e5;
        color: #000;
        padding: 0.9vw 1vw;
        border-radius: 1vw;
        font-size: 1.6vw;
        white-space: nowrap;
        display: none;
        /* 默认隐藏 */
        z-index: 9999;
    }

    .map-marker:hover .tooltip {
        display: block;
        /* 鼠标移入时显示 */
    }
}

/* ========== EFG 风格顶栏（深色横条 + 主导航 + 右侧工具） ========== */
.header--efg .header__inner.navbar {
    background: #1a1a1a !important;
    color: #f8fafc !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 clamp(16px, 3vw, 48px) !important;
    height: 64px !important;
    min-height: 64px !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px;
    overflow: visible !important;
}

.header--efg .navbar.scrolled {
    background-color: #141414 !important;
    color: #f8fafc !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.header--efg .header__inner__menu {
    flex: 1;
    min-width: 0;
    display: flex !important;
    align-items: center !important;
    gap: clamp(12px, 2.5vw, 40px);
    height: 100% !important;
}

.header--efg .headerLogo a {
    width: auto !important;
    max-width: 132px;
    display: flex;
    align-items: center;
}

.header--efg .headerLogo a img {
    height: 32px !important;
    width: auto !important;
    max-height: 36px;
}

.header--efg .headerNav {
    display: none;
}

@media screen and (min-width: 768px) {
    /* PC：Logo 保持靠左原位；仅主导航整体右移，更靠近顶栏中间 */
    .header--efg .header__inner__menu {
        gap: clamp(8px, 1vw, 20px);
    }

    .header--efg .headerNav {
        display: block !important;
        margin-inline-start: clamp(20px, 5vw, 80px) !important;
        flex: 1;
        min-width: 0;
        height: 100% !important;
    }

    .header--efg .headerNav ul {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: clamp(8px, 1.2vw, 22px);
    }

    .header--efg .headerNav ul > li + li {
        margin-left: 0 !important;
    }

    .header--efg .headerNav ul > li a {
        color: #f8fafc !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        letter-spacing: 0.04em;
        text-transform: none;
        padding: 0 8px;
        white-space: nowrap;
    }

    .header--efg .headerNav ul > li a span {
        color: inherit !important;
    }

    .header--efg .headerNav ul > li a:hover {
        color: #cbd5e1 !important;
        opacity: 1 !important;
    }

    .header--efg .headerNav ul > li.hasNav > a:after {
        filter: brightness(0) invert(1);
        opacity: 0.85;
    }
}

.header--efg .header__utilities {
    display: none;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    overflow: visible;
}

@media screen and (min-width: 768px) {
    .header--efg .header__utilities {
        display: flex;
    }
}

.header--efg .header-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #f8fafc;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.header--efg .header-icon-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.header--efg .header-locale {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 4px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 4px;
    padding-right: 4px;
}

.header--efg .header-locale__globe {
    display: flex;
    color: #f8fafc;
    opacity: 0.9;
}

.header--efg .headerLangPc {
    margin-left: 0 !important;
    position: relative;
    flex-shrink: 1;
    min-width: 0;
    max-width: 220px;
}

/* 语言下拉：基础定位（原 header 内联样式已移除，需全局保留） */
.lang-select {
    position: relative;
    cursor: pointer;
}

.lang-select .selected {
    position: relative;
}

.lang-select .options {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: auto;
    min-width: 100%;
    width: max-content;
    max-width: min(100vw - 24px, 320px);
    box-sizing: border-box;
    z-index: 12050;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.lang-select.active .options {
    display: block;
}

.lang-select .options div {
    padding: 8px 12px;
    white-space: normal;
    line-height: 1.35;
    word-break: break-word;
}

/* 顶栏右侧：下拉与触发器右对齐，避免向左盖住地球图标 */
.header--efg .headerLangPc .lang-select {
    width: 100%;
    max-width: 100%;
}

.header--efg .headerLangPc .lang-select .options {
    left: auto !important;
    right: 0 !important;
    top: calc(100% + 2px) !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.header--efg .headerLangPc .lang-select.active .selected {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-color: transparent !important;
}

.header--efg .lang-select {
    font-size: 12px;
    color: #f8fafc;
}

.header--efg .headerLangPc .lang-select .selected {
    padding: 8px 28px 8px 10px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    min-width: 0 !important;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.04);
}

.header--efg .headerLangPc .lang-select .selected > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header--efg .navbar.scrolled .lang-select .selected {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.header--efg .lang-select .selected::after {
    border-top-color: #f8fafc !important;
}

.header--efg .lang-select .options {
    background: #252525 !important;
    color: #f1f5f9 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    margin-top: -1px;
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.header--efg .lang-select .options div:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

.header--efg .headerSubNav {
    background-color: #252525 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.header--efg .headerSubNav__inner ul li a {
    color: #e2e8f0 !important;
    font-weight: 500 !important;
}

.header--efg .headerSubNav__inner ul li a:hover {
    color: #fff !important;
}

.header--efg .slideMenu.slideMenu--efg {
    background-color: #1a1a1a !important;
    overflow: visible;
}

.header--efg .slideMenu--efg .slideMenu__header {
    background-color: #141414 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* 侧滑中间导航块：左对齐、细分隔、右侧细箭头 */
.header--efg .slideMenu--efg .slideMenuNav > ul {
    margin: 0 !important;
    padding: 8px 22px 40px !important;
    list-style: none !important;
    border-bottom: none !important;
}

.header--efg .slideMenu--efg .slideMenuNav > ul > li {
    border-top: none !important;
    border-bottom: none !important;
}

.header--efg .slideMenu--efg .slideMenuNav > ul > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.header--efg .slideMenu--efg .slideMenuNav > ul > li a {
    position: relative !important;
    display: block !important;
    padding: 18px 36px 18px 2px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}

.header--efg .slideMenu--efg .slideMenuNav > ul > li a span {
    color: inherit;
}

.header--efg .slideMenu--efg .slideMenuNav > ul > li a:hover,
.header--efg .slideMenu--efg .slideMenuNav > ul > li a:focus-visible {
    color: #f8fafc !important;
    background-color: rgba(255, 255, 255, 0.05);
}

.header--efg .slideMenu--efg .slideMenuNav > ul > li a::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 4px !important;
    width: 8px !important;
    height: 8px !important;
    border: none !important;
    border-right: 2px solid rgba(255, 255, 255, 0.45) !important;
    border-top: 2px solid rgba(255, 255, 255, 0.45) !important;
    transform: translateY(-50%) rotate(45deg) !important;
    background: none !important;
    background-image: none !important;
    filter: none !important;
    opacity: 1 !important;
    box-sizing: border-box;
}

/* 侧滑底栏语言：棕褐底上的选中框与下拉（仅 slideMenu__footer 内，不影响顶栏） */
.header--efg .slideMenu__footer .lang-select .selected {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 14px !important;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.42) !important;
    background: rgba(0, 0, 0, 0.14) !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    border-radius: 8px !important;
}

.header--efg .slideMenu__footer .lang-select .selected span {
    color: inherit;
}

.header--efg .slideMenu--efg .slideMenu__footer .lang-select .options {
    left: 0 !important;
    right: auto !important;
    /* 底栏紧贴视口下沿，下拉改为向上展开，避免被裁切或盖住 */
    top: auto !important;
    bottom: calc(100% + 6px) !important;
    width: 100% !important;
    max-width: none !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    margin-top: 0;
    background-color: #5c4334 !important;
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.35);
    z-index: 20000 !important;
}

.header--efg .slideMenu__footer .lang-select .options > div {
    color: #fff;
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.header--efg .slideMenu__footer .lang-select .options > div:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.header--efg .slideMenu--efg .slideMenu__footer .lang-select.active .selected {
    border-radius: 8px !important;
}

/* ========== 手机顶栏：Menu | Logo | Search ========== */
.header--efg .header__mobile-bar {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-sizing: border-box;
}

.header--efg .header-mobile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #f8fafc;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    line-height: 1;
    box-sizing: border-box;
}

.header--efg .header-mobile-btn:hover {
    background: rgba(255, 255, 255, 0.16);
}

.header--efg .header-mobile-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header--efg .header-mobile-btn__label {
    white-space: nowrap;
}

.header--efg .header-mobile-btn--menu.slideMenuTrigger a {
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    background-image: none !important;
    padding: 8px 12px !important;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f8fafc !important;
    text-decoration: none;
    box-sizing: border-box;
}

.header--efg .header-mobile-btn--menu.slideMenuTrigger a:hover {
    background: rgba(255, 255, 255, 0.16) !important;
}

.header--efg .header-mobile-brand {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.header--efg .header-mobile-brand img {
    height: 28px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    display: block;
}

@media screen and (max-width: 767px) {
    .header--efg .header__mobile-bar {
        display: flex;
        flex: 1 1 100%;
        order: -1;
    }

    .header--efg .header__inner.navbar {
        flex-wrap: wrap;
        height: auto !important;
        min-height: 56px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .header--efg .header__inner__menu {
        display: none !important;
    }

    .header--efg .header-search-btn--desktop {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .header--efg .header__inner__menu {
        display: flex !important;
    }
}

/* 侧滑顶栏：Close | Logo | Search */
.header--efg .slideMenu__header--efg {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 12px 16px !important;
    height: auto !important;
    min-height: 56px;
    box-sizing: border-box;
}

.header--efg .slideMenu__header-close {
    justify-self: start;
}

.header--efg .slideMenu__header-logo {
    justify-self: center;
    grid-column: 2;
}

.header--efg .slideMenu__header--efg .header-search-btn--slide {
    justify-self: end;
    grid-column: 3;
}

.header--efg .slideMenu__header-logo img {
    height: 28px;
    width: auto;
    display: block;
}

.header--efg .slideMenuTrigger--close.slideMenu__header-close a {
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    background-image: none !important;
    background-size: auto !important;
    padding: 8px 12px !important;
    border-radius: 8px;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    color: #f8fafc !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
}

.header--efg .slideMenu__close-x {
    font-size: 18px;
    line-height: 1;
    opacity: 0.9;
}

.header--efg .slideMenu--efg .slideMenu__inner {
    display: flex !important;
    flex-direction: column;
    height: calc(100vh - 56px);
    max-height: calc(100dvh - 56px);
    min-height: 0;
    padding: 0 !important;
    /* 不可 hidden：会裁切底栏语言下拉的 position:absolute 层 */
    overflow-x: hidden;
    overflow-y: visible;
    box-sizing: border-box;
}

.header--efg .slideMenu--efg .slideMenuNav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.header--efg .slideMenu__footer {
    flex-shrink: 0;
    margin-top: auto;
    padding: 18px 20px max(18px, env(safe-area-inset-bottom, 14px));
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #8c3f3e;
    color: #ffffff;
    position: relative;
    z-index: 4;
}

.header--efg .slideMenu__footer .slideMenu__locale {
    width: 100%;
}

.header--efg .slideMenu__footer .lang-select {
    width: 100%;
    max-width: none;
    position: relative;
    z-index: 5;
}

/* ========== 首頁：EFG 亞太區顧問委員會（3×2 卡片網格） ========== */
.advisory-grid-section {
    box-sizing: border-box;
    width: 100%;
    background: #eceff3;
    padding: clamp(44px, 6vw, 80px) max(24px, calc((100% - 1180px) / 2));
}

.advisory-grid-section__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.advisory-grid-section__intro {
    margin-bottom: clamp(28px, 4vw, 40px);
    text-align: left;
}

.advisory-grid-section__title {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.advisory-grid-section__eyebrow {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
}

.advisory-member-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.8vw, 32px);
}

.advisory-member-card {
    margin: 0;
    padding: 0;
    background: transparent;
}

.advisory-member-card__media {
    display: block;
    width: 92%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0 0 clamp(28px, 4vw, 48px) 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    background: #cbd5e1;
}

.advisory-member-card__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 352 / 400;
    object-fit: cover;
}

.advisory-member-card__body {
    padding: clamp(14px, 1.8vw, 20px) 0 0;
    text-align: left;
}

.advisory-member-card__name {
    margin: 0 0 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.35;
    color: #94a3b8;
}

.advisory-member-card__role {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.45;
    color: #64748b;
}

@media screen and (max-width: 900px) {
    .advisory-member-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .advisory-member-card__media {
        margin-inline: auto;
    }
}

@media screen and (max-width: 520px) {
    .advisory-grid-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .advisory-member-grid {
        grid-template-columns: 1fr;
    }
}