/* 关于我们首屏延续官网的白色留白、黑色文字与青绿/品牌红强调色。 */
.about_hero{
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background-color: white;
    color: black;
}

.about_hero_inner{
    width: 80vw;
    padding: 142px 0 106px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.about_hero_eyebrow{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #667485;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
}

.about_hero_eyebrow::before{
    content: '';
    width: 28px;
    height: 2px;
    flex: 0 0 28px;
    background: linear-gradient(to right, #12CFCB 0 56%, #FF004C 56% 100%);
}

.about_hero h1{
    margin-top: 34px;
    color: #101115;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.28em;
    letter-spacing: -0.045em;
}

.about_hero_accent{
    position: relative;
    display: inline-block;
    z-index: 0;
}

.about_hero_accent::after{
    content: '';
    height: 8px;
    position: absolute;
    right: 0;
    bottom: 0.07em;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    background: linear-gradient(to right, #55D7D1 0 36%, #FF6D9A 36% 100%);
}

.about_hero_intro{
    display: grid;
    grid-template-columns: 1.22fr 0.86fr 0.86fr;
    gap: 5vw;
    margin-top: 70px;
    position: relative;
}

.about_hero_intro h2{
    color: #101115;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55em;
}

.about_hero_intro p{
    color: #4B5B6C;
    font-size: 15px;
    line-height: 2em;
}

.about_hero_orbit{
    width: 380px;
    height: 380px;
    position: absolute;
    top: 68px;
    right: -226px;
    pointer-events: none;
}

.about_hero_orbit span{
    position: absolute;
    border: 1px solid #E8EDF1;
    border-radius: 50%;
}

.about_hero_orbit span:nth-child(1){
    inset: 0;
}

.about_hero_orbit span:nth-child(2){
    inset: 46px;
}

.about_hero_orbit span:nth-child(3){
    inset: 94px;
}

.about_hero_orbit i{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 32px;
    left: 59px;
    border-radius: 50%;
    background-color: #12CFCB;
    box-shadow: 0 0 0 7px rgba(18, 207, 203, 0.08);
}

/* 数据与交付团队区以浅灰底承接首屏，保留官网轻量留白与信息层级。 */
.about_overview{
    overflow: hidden;
    background-color: #F4F5F7;
    padding: 44px 0 42px;
}

.about_overview_inner{
    width: 90vw;
    max-width: 1440px;
    margin: 0 auto;
}

.about_overview_lead{
    display: grid;
    grid-template-columns: 21% 44% minmax(0, 1fr);
    align-items: start;
    column-gap: 0;
}

.about_overview_label{
    padding-top: 5px;
    color: #667485;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4em;
}

.about_overview_heading{
    color: #101115;
    font-size: 54px;
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.28em;
}

.about_overview_copy{
    max-width: 30em;
    padding-top: 3px;
    color: #4B5B6C;
    font-size: 15px;
    line-height: 2em;
}

/* 四项数据以细线分栏，数字与说明保持清晰的大小层级。 */
.about_stats{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 70px;
    border-top: 1px solid #D4D9DE;
    border-bottom: 1px solid #D4D9DE;
}

.about_stat{
    min-height: 170px;
    padding: 40px 24px 31px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_stat + .about_stat{
    border-left: 1px solid #D4D9DE;
}

.about_stat strong{
    color: #101115;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1em;
}

.about_stat span{
    color: #5D6B7A;
    font-size: 13px;
    line-height: 1.6em;
}

.about_delivery{
    display: grid;
    grid-template-columns: 28% minmax(0, 1fr);
    gap: 28px;
    margin-top: 60px;
}

.about_delivery_title{
    padding-top: 2px;
    color: #101115;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55em;
}

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

.about_role{
    min-height: 174px;
    padding: 63px 22px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: white;
}

/* 团队卡片顶部双色短线复用服务模块的品牌强调色。 */
.about_role::before{
    content: '';
    width: 28px;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 22px;
    background: linear-gradient(to right, #12CFCB 0 55%, #FF004C 55% 100%);
}

.about_role h4{
    color: #101115;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}

.about_role p{
    margin-top: 10px;
    color: #667485;
    font-size: 12px;
    line-height: 1.8em;
}

/* 官方合作模块沿用数据区浅灰底，并以白色资质卡片建立信息层级。 */
.about_partnership{
    overflow: hidden;
    background-color: #F4F5F7;
    padding: 64px 0 58px;
}

.about_partnership_inner{
    width: 90vw;
    max-width: 1440px;
    margin: 0 auto;
}

.partnership_heading{
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(260px, 0.62fr);
    align-items: end;
    gap: 5vw;
}

.partnership_heading_main > p{
    color: #667485;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4em;
}

.partnership_heading h2{
    margin-top: 24px;
    color: #101115;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.28em;
}

.partnership_heading_copy{
    max-width: 25em;
    padding-bottom: 4px;
    color: #4B5B6C;
    font-size: 15px;
    line-height: 2em;
}

.partnership_group{
    margin-top: 66px;
}

.partnership_group_title{
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #101115;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
}

.partnership_group_title span{
    color: #12CFCB;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.partnership_cards{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.partnership_card{
    min-height: 312px;
    padding: 34px;
    position: relative;
    overflow: hidden;
    border: 1px solid #DDE2E7;
    border-radius: 20px;
    background-color: white;
}

.partnership_card_primary{
    border-color: #8AE6E5;
    box-shadow: 0 24px 34px rgba(37, 40, 45, 0.06);
}

/* 三枚资质标识采用官网服务图片相同的蓝色圆角图形语言。 */
.partnership_icon{
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 21px;
    background: linear-gradient(145deg, #62A5FF 0%, #2468D9 100%);
    color: white;
    font-family: Poppins, sans-serif;
}

.partnership_icon::after{
    content: '';
    width: 47px;
    height: 47px;
    position: absolute;
    top: -18px;
    right: -12px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 50%;
}

.partnership_icon b{
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
}

.partnership_icon i{
    width: 10px;
    height: 10px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    border: 3px solid white;
    border-radius: 50%;
    background-color: #12CFCB;
}

.partnership_status{
    padding: 7px 11px;
    position: absolute;
    top: 34px;
    right: 28px;
    border: 1px solid #E4E8EB;
    border-radius: 16px;
    color: #667485;
    font-size: 12px;
    line-height: 1em;
}

.partnership_eyebrow{
    margin-top: 29px;
    color: #8A95A1;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.5em;
}

.partnership_card h4{
    margin-top: 13px;
    color: #101115;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.45em;
}

.partnership_card_copy{
    margin-top: 13px;
    color: #667485;
    font-size: 14px;
    line-height: 1.85em;
}

.partnership_ecosystem{
    margin-top: 62px;
}

.partnership_platforms{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.partnership_platform{
    min-height: 98px;
    padding: 20px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    border: 1px solid #DDE2E7;
    border-radius: 14px;
    background-color: white;
}

.partnership_platform > b{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background-color: #15171B;
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.partnership_platform h4{
    color: #101115;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45em;
}

.partnership_platform p{
    margin-top: 5px;
    color: #667485;
    font-size: 11px;
    line-height: 1.4em;
}

.partnership_platform > i{
    color: #94A0AB;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
}

.partnership_note{
    margin-top: 24px;
    color: #8A95A1;
    font-size: 11px;
    line-height: 1.6em;
    text-align: right;
}

/* 客户案例延续服务页的案例对向入场与深色数据画布语言。 */
/* 首页服务案例跨页定位时，避免关于页客户案例锚点产生闪现。 */
html.about-case-transitioning body{
    opacity: 0;
}

.about_customer_cases{
    overflow: hidden;
    background-color: white;
    padding: 78px 0 96px;
}

.about_customer_cases_inner{
    width: 90vw;
    max-width: 1440px;
    margin: 0 auto;
}

.customer_cases_heading h2{
    color: #101115;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 1.1em;
}

.customer_cases_heading p{
    margin-top: 30px;
    color: #667485;
    font-size: 16px;
    line-height: 1.8em;
}

.customer_cases_list{
    margin-top: 82px;
    border-top: 1px solid #E2E6EA;
}

.customer_case{
    display: grid;
    grid-template-columns: 48% minmax(0, 1fr);
    align-items: stretch;
    gap: 5.4%;
    padding: 46px 0;
    border-bottom: 1px solid #E2E6EA;
}

.customer_case_visual{
    min-height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #000000;
}

/* 第二条案例按品牌任务、内容矩阵和数据增长曲线组织画布。 */
.customer_case_visual_two{
    display: flex;
    flex-direction: column;
}

.customer_campaign_header{
    height: 78px;
    flex: 0 0 78px;
    position: relative;
}

.customer_campaign_header > span{
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    left: 22px;
    z-index: 2;
    border-radius: 50%;
    background-color: #151A20;
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.customer_campaign_header > img{
    width: 98px;
    position: absolute;
    top: 22px;
    right: 23px;
    opacity: 0.92;
}

.customer_campaign_orbits{
    width: 162px;
    height: 38px;
    position: absolute;
    top: 17px;
    left: 0;
}

.customer_campaign_orbits i{
    height: 2px;
    position: absolute;
    background-color: #55D7D1;
}

.customer_campaign_orbits i:nth-child(1){ top: 5px; left: 67px; width: 36px; }
.customer_campaign_orbits i:nth-child(2){ top: 19px; left: 93px; width: 34px; }
.customer_campaign_orbits i:nth-child(3){ top: 32px; left: 123px; width: 38px; }

.customer_campaign_orbits b{
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #55D7D1, #FF004C);
}

.customer_campaign_orbits b:nth-of-type(1){ top: 0; left: -2px; width: 34px; height: 34px; }
.customer_campaign_orbits b:nth-of-type(2){ top: 24px; left: 42px; width: 11px; height: 11px; }
.customer_campaign_orbits b:nth-of-type(3){ top: -3px; left: 132px; width: 15px; height: 15px; }

.customer_campaign_nav{
    height: 65px;
    flex: 0 0 65px;
    padding: 0 13%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #202124;
    color: rgba(255, 255, 255, 0.82);
    font-family: Poppins, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35em;
    text-align: center;
}

.customer_campaign_tracks{
    height: 36px;
    flex: 0 0 36px;
    padding: 4px 0 0;
    display: grid;
    grid-template-columns: 1fr 1.18fr 1fr;
    gap: 54px;
}

.customer_campaign_tracks i{
    height: 33px;
    display: block;
    border-radius: 18px;
    background-color: #5B91CE;
    color: rgba(255, 255, 255, 0.86);
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
}

.customer_campaign_tracks i:nth-child(2){ background-color: #F40058; }
.customer_campaign_tracks i:nth-child(3){ background-color: #BE2CE4; }

.customer_campaign_panels{
    min-height: 0;
    padding: 0 12px 13px;
    display: grid;
    grid-template-columns: 1fr 1.18fr 1fr;
    gap: 10px;
    flex: 1 1 auto;
}

.customer_campaign_audience,
.customer_campaign_content,
.customer_campaign_data{
    min-width: 0;
    min-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background-color: #1B1C1F;
}

.customer_campaign_audience img{
    width: 43px;
    height: 43px;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    object-fit: cover;
}

.customer_campaign_audience img:nth-child(1){ top: 15px; left: 36%; }
.customer_campaign_audience img:nth-child(2){ top: 54px; left: 13%; }
.customer_campaign_audience img:nth-child(3){ top: 49px; right: 13%; }
.customer_campaign_audience img:nth-child(4){ bottom: 19px; left: 27%; }
.customer_campaign_audience img:nth-child(5){ bottom: 13px; right: 23%; }

.customer_campaign_content{
    padding: 18px 10px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.customer_campaign_content img{
    width: 31%;
    height: 74%;
    position: relative;
    z-index: 1;
    border: 2px solid #FF4C62;
    border-radius: 10px;
    object-fit: cover;
}

.customer_campaign_content img:nth-child(1){ transform: rotate(-2deg) translateY(-4px); }
.customer_campaign_content img:nth-child(2){ height: 82%; transform: translateY(1px); }
.customer_campaign_content img:nth-child(3){ transform: rotate(2deg) translateY(4px); }

.customer_campaign_content p{
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    color: #FF2E56;
    font-family: Poppins, sans-serif;
    font-size: 7px;
    line-height: 1.2em;
    text-align: center;
}

.customer_campaign_data{
    padding: 23px 14px 12px;
    background-color: #0E0E10;
}

.customer_campaign_numbers{
    color: #CC2FEA;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.15em;
    white-space: nowrap;
}

.customer_campaign_numbers span{
    color: #BB37D9;
}

.customer_campaign_chart{
    height: 62px;
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 14px;
    overflow: hidden;
    background-color: #F6F6F6;
}

.customer_campaign_chart svg{
    width: 100%;
    height: 100%;
}

.customer_campaign_chart path:first-child{
    fill: none;
    stroke: #FF4A58;
    stroke-width: 2;
}

.customer_campaign_chart path:last-child{
    fill: none;
    stroke: #DCE1E5;
    stroke-width: 1;
}

/* 第二条客户案例使用品牌营销链路、达人内容与营销结果组成独立看板。 */
.customer_case_visual--brand{
    min-height: 450px;
    aspect-ratio: auto;
    isolation: isolate;
}

.brand_case_title,
.brand_case_brand{
    position: absolute;
    z-index: 2;
}

.brand_case_title{
    width: 22%;
    top: 4%;
    left: 3.5%;
}

.brand_case_brand{
    width: 16%;
    top: 5%;
    right: 4%;
    opacity: 0.94;
}

.brand_case_strategy{
    height: 18%;
    position: absolute;
    top: 20%;
    right: 4%;
    left: 4%;
    z-index: 1;
    box-sizing: border-box;
    padding: 10px 18px;
    display: grid;
    grid-template-columns: 18% minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background-color: #202124;
}

.brand_case_strategy strong{
    color: #54E1DA;
    font-family: Poppins, sans-serif;
    font-size: clamp(13px, 1.18vw, 18px);
    font-weight: 700;
    line-height: 1.1em;
    white-space: nowrap;
}

.brand_case_strategy p{
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-family: Poppins, sans-serif;
    font-size: clamp(8px, 0.66vw, 10px);
    font-weight: 600;
    line-height: 1.48em;
}

.brand_case_tracks{
    height: 7.2%;
    position: absolute;
    top: 41%;
    right: 7%;
    left: 7%;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: center;
    gap: 12%;
}

.brand_case_tracks span{
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #5B91CE;
    color: rgba(255, 255, 255, 0.94);
    font-family: Poppins, sans-serif;
    font-size: clamp(8px, 0.72vw, 11px);
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
}

.brand_case_tracks span:nth-child(2){ background-color: #F40058; }
.brand_case_tracks span:nth-child(3){ background-color: #BE2CE4; }

.brand_case_panels{
    position: absolute;
    top: 52%;
    right: 4%;
    bottom: 4%;
    left: 4%;
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 12px;
}

.brand_case_audience,
.brand_case_content,
.brand_case_results{
    min-width: 0;
    min-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background-color: #1A1A19;
}

.brand_case_audience_copy{
    position: absolute;
    top: 29%;
    left: 7%;
    z-index: 2;
    width: 44%;
    color: rgba(255, 255, 255, 0.92);
    font-family: Poppins, sans-serif;
    font-size: clamp(7px, 0.6vw, 9px);
    font-weight: 600;
    line-height: 1.1em;
    transform: scale(0.84);
    transform-origin: left center;
}

.brand_case_audience_copy b{
    display: block;
    background: linear-gradient(90deg, #54E1DA, #527CCB);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: clamp(12px, 1.18vw, 17px);
    font-weight: 700;
    line-height: 1.1em;
    white-space: nowrap;
}

.brand_case_audience_copy b{
    margin-bottom: clamp(8px, 0.9vw, 13px);
}

.brand_case_ratio{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: clamp(5px, 0.45vw, 8px);
    color: rgba(255, 255, 255, 0.96);
    white-space: nowrap;
}

.brand_case_ratio em{
    min-width: 26px;
    box-sizing: border-box;
    padding: 3px 5px;
    color: #54E1DA;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.brand_case_ratio--head em{
    border: 2px solid #FF2E56;
    border-radius: 50%;
    color: #55D7D1;
}

.brand_case_audience_art{
    height: 96%;
    width: auto;
    position: absolute;
    top: 2%;
    right: 0;
    display: block;
    border-radius: 20px 0 0 20px;
    object-fit: contain;
}

.brand_case_content{
    padding: 10px 8px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.brand_case_content_assets{
    height: 58%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.brand_case_content_assets img{
    width: 30%;
    height: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid #FF4C62;
    border-radius: 8px;
    object-fit: cover;
}

.brand_case_content_assets img:nth-child(1){ transform: rotate(-2deg) translateY(-3px); }
.brand_case_content_assets img:nth-child(2){ height: 108%; transform: translateY(1px); }
.brand_case_content_assets img:nth-child(3){ transform: rotate(2deg) translateY(3px); }

.brand_case_content_labels{
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    color: #FF2E56;
    font-family: Poppins, sans-serif;
    font-size: clamp(7px, 0.61vw, 9px);
    font-weight: 700;
    line-height: 1.1em;
    text-align: center;
}

.brand_case_content p{
    margin: auto 1px 0;
    color: rgba(255, 255, 255, 0.9);
    font-family: Poppins, sans-serif;
    font-size: clamp(6px, 0.51vw, 8px);
    font-weight: 600;
    line-height: 1.28em;
}

.brand_case_highlight{
    color: #FF2E56;
}

.brand_case_results{
    padding: 13px 10px 9px;
    box-sizing: border-box;
    background-color: #1A1A19;
}

.brand_case_result_copy p{
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.94);
    font-family: Poppins, sans-serif;
    font-size: clamp(7px, 0.57vw, 9px);
    font-weight: 600;
    line-height: 1.25em;
}

.brand_case_result_copy b{
    color: #C137E4;
    font-size: 1.24em;
    font-weight: 700;
}

.brand_case_chart{
    height: 35%;
    position: absolute;
    right: 10px;
    bottom: 9px;
    left: 10px;
    overflow: hidden;
    background-color: #F6F6F6;
}

.brand_case_chart svg{
    width: 100%;
    height: 100%;
}

.brand_case_chart path:first-child{
    fill: none;
    stroke: #FF4A58;
    stroke-width: 2;
}

.brand_case_chart path:last-child{
    fill: none;
    stroke: #DCE1E5;
    stroke-width: 1;
}

/* 第一条客户案例以达人营销链路、策略素材和服务结果组成独立看板。 */
.customer_case--creator{
    align-items: stretch;
}

.customer_case--creator .customer_case_content{
    align-self: stretch;
}

.customer_case_visual--creator{
    min-height: 450px;
    aspect-ratio: auto;
    isolation: isolate;
}

.creator_case_title{
    width: 22%;
    height: auto;
    position: absolute;
    top: 4%;
    left: 3.5%;
    z-index: 2;
}

.creator_case_brand{
    width: 16%;
    height: auto;
    position: absolute;
    top: 5%;
    right: 4%;
    z-index: 2;
}

.creator_case_strategy{
    height: 16%;
    min-height: 58px;
    padding: 9px 18px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 23% minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    position: absolute;
    top: 20%;
    right: 4%;
    left: 4%;
    z-index: 2;
    border-radius: 12px;
    background-color: #202124;
}

.creator_case_strategy strong{
    color: #54E1DA;
    font-size: clamp(15px, 1.45vw, 22px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2em;
}

.creator_case_strategy p{
    color: white;
    font-size: clamp(9px, 0.92vw, 14px);
    font-weight: 700;
    line-height: 1.4em;
}

.creator_case_strategy::after{
    content: '';
    width: 42%;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 6%;
    background: linear-gradient(90deg, #4FE0DA, #18D1CC);
}

.creator_case_workboard{
    position: absolute;
    top: 35%;
    bottom: 3%;
    left: 4%;
    width: 48%;
    z-index: 1;
    background-color: transparent;
}

.creator_case_brief{
    position: absolute;
    top: 5%;
    right: 3%;
    left: 1%;
    color: white;
    font-size: clamp(7px, 0.74vw, 11px);
    font-weight: 600;
    line-height: 1.55em;
}

.creator_case_brief p + p{
    margin-top: 2px;
}

.creator_case_brief b,
.creator_case_asset figcaption b{
    color: #46DAD5;
}

.creator_case_brief .creator_case_brief_action{
    color: #54E1DA;
}

.creator_case_asset{
    margin: 0;
    position: absolute;
    color: white;
    font-size: clamp(6px, 0.6vw, 9px);
    font-weight: 600;
    line-height: 1.32em;
}

.creator_case_asset img{
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #45D8D4;
    border-radius: 8px;
    object-fit: cover;
}

.creator_case_asset figcaption{
    margin-top: 5px;
}

.creator_case_asset--script{
    top: 27%;
    left: 11%;
    width: 34%;
}

.creator_case_asset--selection{
    top: 68%;
    left: 13%;
    width: 32%;
}

.creator_case_asset--selection figcaption{
    font-size: clamp(6px, 0.56vw, 8px);
    line-height: 1.3em;
}

.creator_case_asset--talent{
    top: 25%;
    left: 52%;
    width: 58%;
    z-index: 2;
}

.creator_case_results{
    position: absolute;
    top: 36%;
    right: 4%;
    bottom: 3%;
    left: 58%;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.creator_case_result_panel{
    /* flex: 0 0 37%; */
    width: 84%;
    margin-left: 6%;
    margin-top: 3%;
    padding: 7px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 24px;
    background: linear-gradient(#070809, #070809) padding-box, linear-gradient(120deg, #3DD9D3, #E60066) border-box;
}

.creator_case_result_panel h4{
    margin-bottom: 3px;
    background: linear-gradient(90deg, #51DCD7, #B143C3);
    color: transparent;
    font-size: clamp(10px, 0.82vw, 13px);
    font-weight: 700;
    line-height: 1.15em;
    -webkit-background-clip: text;
    background-clip: text;
}

.creator_case_result_panel p{
    min-height: 16px;
    margin-top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    column-gap: 10px;
    color: white;
    font-size: clamp(8px, 0.62vw, 10px);
    font-weight: 700;
    line-height: 1.1em;
}

.creator_case_result_panel strong{
    color: #56CFEB;
    font-family: Poppins, sans-serif;
    font-size: clamp(11px, 0.95vw, 15px);
    font-weight: 700;
    white-space: nowrap;
}

.creator_case_videos{
    min-height: 0;
    width: 95%;
    margin-top: auto;
    flex: 0 0 53%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
}

.creator_case_videos img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 14px;
    object-fit: cover;
}

/* 第三条案例复用圆形序号，统一深色画布的左上角识别。 */
.customer_case_index{
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    background-color: #151A20;
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.customer_operation_orbits i{
    height: 2px;
    position: absolute;
    background-color: #55D7D1;
}

.customer_operation_orbits i:nth-child(1){ top: 5px; left: 28px; width: 36px; }
.customer_operation_orbits i:nth-child(2){ top: 19px; left: 54px; width: 34px; }
.customer_operation_orbits i:nth-child(3){ top: 32px; left: 84px; width: 38px; }

.customer_operation_orbits b{
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(135deg, #55D7D1, #FF004C);
}

.customer_operation_orbits b:nth-of-type(1){ top: 0; left: 0; width: 34px; height: 34px; }
.customer_operation_orbits b:nth-of-type(2){ top: 24px; left: 44px; width: 11px; height: 11px; }
.customer_operation_orbits b:nth-of-type(3){ top: -3px; left: 112px; width: 15px; height: 15px; }

.customer_operation_header{
    height: 34px;
    position: absolute;
    top: 14px;
    right: 22px;
    left: 24px;
    z-index: 2;
}

.customer_operation_header::after{
    content: '';
    width: 38px;
    height: 38px;
    position: absolute;
    top: -22px;
    right: -16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #55D7D1, #FF004C);
    opacity: 0.78;
    z-index: 0;
}

.customer_operation_header > img{
    width: 90px;
    height: auto;
    position: absolute;
    top: -7px;
    right: 8px;
    z-index: 1;
}

.customer_operation_header .customer_case_index{
    top: 0;
    left: 22px;
}

.customer_operation_orbits{
    width: 162px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.customer_operation_board{
    position: absolute;
    top: 66px;
    right: 8%;
    bottom: 26px;
    left: 7%;
    overflow: hidden;
    background: linear-gradient(135deg, #0B2026 0%, #131318 48%, #250A1C 100%);
}

.customer_operation_board_top{
    height: 48px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 14px;
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.customer_operation_board_top i{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background-color: #55D7D1;
}

.customer_operation_board_top b{
    position: absolute;
    top: 17px;
    left: 47%;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
}

.customer_operation_board_top span{
    margin-top: 14px;
}

.customer_operation_board_top em{
    position: absolute;
    top: 4px;
    left: 72px;
    color: rgba(255, 255, 255, 0.76);
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.customer_operation_board_line{
    height: 2px;
    position: absolute;
    top: 46px;
    right: 24%;
    left: 18%;
    background-color: #B71658;
}

.customer_operation_board_assets{
    position: absolute;
    top: 74px;
    right: 0;
    bottom: 34px;
    left: 0;
}

.customer_operation_board_assets img{
    position: absolute;
    object-fit: cover;
}

.customer_operation_board_assets img:nth-child(1){ width: 14%; height: 120px; top: 0; left: 8%; }
.customer_operation_board_assets img:nth-child(2){ width: 22%; height: 120px; top: 0; left: 34%; }
.customer_operation_board_assets img:nth-child(3){ width: 26%; height: 80px; top: 8px; right: 7%; }

.customer_operation_plus{
    position: absolute;
    bottom: 0;
    color: rgba(255, 255, 255, 0.86);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.customer_operation_plus_one{ left: 17%; }
.customer_operation_plus_two{ left: 40%; }

.customer_operation_result{
    position: absolute;
    bottom: 0;
    left: 62%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-family: Poppins, sans-serif;
}

.customer_operation_result span{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FF004C;
}

.customer_operation_refresh svg{
    width: 42px;
    height: 42px;
    overflow: visible;
}

.customer_operation_refresh path{
    fill: none;
    stroke: #FF004C;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 2;
}

.customer_operation_refresh text{
    fill: #FF004C;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.customer_operation_result > b{
    font-size: 10px;
    line-height: 1.15em;
}

/* 第三条客户案例以本地直播链路、场景素材和服务结果组成独立看板。 */
.customer_case_visual--operation{
    min-height: 450px;
    aspect-ratio: auto;
    isolation: isolate;
    container-type: inline-size;
}

.customer_case_visual--operation::after{
    content: '';
    width: clamp(12px, 1.3vw, 18px);
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    left: 12%;
    z-index: 1;
    border-radius: 50%;
    background: linear-gradient(135deg, #55D7D1, #FF004C);
}

.operation_case_title,
.operation_case_brand{
    position: absolute;
    z-index: 2;
}

.operation_case_title{
    width: 22%;
    top: 2.5%;
    left: 3.5%;
    z-index: 3;
}

.operation_case_brand{
    width: 16%;
    top: 5%;
    right: 4%;
    opacity: 0.94;
}

.operation_case_board{
    position: absolute;
    top: calc(2.5% + 10.42cqw);
    right: 6%;
    bottom: 4%;
    left: 7%;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #0B2026 0%, #131318 48%, #250A1C 100%);
}

.operation_case_strategy{
    min-height: 70px;
    position: absolute;
    top: 3%;
    right: 4%;
    left: 4%;
    box-sizing: border-box;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 12% minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.96);
    font-family: Poppins, sans-serif;
}

.operation_case_strategy strong{
    align-self: stretch;
    padding: 7px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #55D7D1;
    color: white;
    font-size: clamp(12px, 1.1vw, 17px);
    font-weight: 700;
    line-height: 1.15em;
    text-align: center;
}

.operation_case_strategy b{
    display: block;
    font-size: clamp(11px, 0.95vw, 15px);
    font-weight: 700;
    line-height: 1.34em;
}

.operation_case_strategy p{
    margin: 4px 0 0;
    font-size: clamp(9px, 0.75vw, 11px);
    font-weight: 600;
    line-height: 1.42em;
}

.operation_case_pain{
    position: absolute;
    top: 27%;
    right: 4%;
    left: 4%;
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-family: Poppins, sans-serif;
    font-size: clamp(9px, 0.72vw, 11px);
    font-weight: 600;
    line-height: 1.38em;
}

.operation_case_media{
    position: absolute;
    top: 38%;
    right: 4%;
    bottom: 4%;
    left: 4%;
    display: grid;
    grid-template-columns: 0.95fr 1.28fr 1.34fr;
    gap: 5%;
}

.operation_case_media_item,
.operation_case_outcome{
    min-width: 0;
    min-height: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.operation_case_media_item img{
    max-width: 100%;
    height: 61%;
    display: block;
    object-fit: cover;
}

.operation_case_media_item--host img{
    width: 62%;
}

.operation_case_media_item--scene img{
    width: 92%;
}

.operation_case_media_item figcaption{
    width: 100%;
    margin-top: auto;
    color: rgba(255, 255, 255, 0.95);
    font-family: Poppins, sans-serif;
    font-size: clamp(8px, 0.66vw, 10px);
    font-weight: 600;
    line-height: 1.34em;
}

.operation_case_outcome{
    align-items: stretch;
}

.operation_case_outcome > img{
    width: 94%;
    height: 54%;
    align-self: center;
    display: block;
    object-fit: cover;
}

.operation_case_outcome > div{
    min-height: 0;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-family: Poppins, sans-serif;
}

.operation_case_outcome_icon{
    width: clamp(36px, 4vw, 54px);
    flex: 0 0 clamp(36px, 4vw, 54px);
    display: block;
    object-fit: contain;
}

.operation_case_outcome p{
    margin: 0;
    display: grid;
    gap: 4px;
    font-size: clamp(8px, 0.66vw, 10px);
    font-weight: 600;
    line-height: 1.25em;
}

.operation_case_outcome p b{
    font-size: clamp(13px, 1.28vw, 20px);
    font-weight: 700;
    line-height: 1em;
}

.operation_case_outcome p span{
    display: block;
}

.customer_case_content{
    min-width: 0;
    height: 450px;
    min-height: 0;
    padding: 28px 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.customer_case_eyebrow{
    color: #788695;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6em;
}

.customer_case_content h3{
    margin-top: 14px;
    color: #101115;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.35em;
}

.customer_case_detail{
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 18px;
    padding: 17px 0;
    border-top: 1px solid #E2E6EA;
}

.customer_case_content h3 + .customer_case_detail{
    margin-top: 24px;
}

.customer_case_detail + .customer_case_detail{
    border-bottom: 1px solid #E2E6EA;
}

.customer_case_detail b{
    color: #101115;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8em;
}

.customer_case_detail p{
    color: #667485;
    font-size: 14px;
    line-height: 1.8em;
}

.customer_case_tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 17px;
}

.customer_case_tags span{
    padding: 6px 10px;
    border-radius: 7px;
    background-color: #F1F3F5;
    color: #687686;
    font-size: 12px;
    line-height: 1.4em;
}

.customer_case_metrics{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: auto;
}

.customer_case_metrics strong{
    display: flex;
    align-items: center;
    gap: 9px;
    color: #101115;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
}

/* 结果数字使用等宽数字，递增时不会改变案例右侧的排版宽度。 */
.customer_case_counter{
    font-variant-numeric: tabular-nums;
}

.customer_case_metrics strong::before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #12CFCB;
}

/* 底部增长咨询入口使用深色渐变卡片，承接案例区并保留清晰的行动入口。 */
.about_footer{
    padding: 44px 0;
    background-color: white;
    color: white;
}

.about_footer_card{
    width: 86vw;
    max-width: 1240px;
    min-height: 378px;
    margin: 0 auto;
    padding: 60px 64px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    column-gap: 7%;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 8% 105%, rgba(159, 34, 61, 0.32), transparent 34%),
        radial-gradient(circle at 100% 14%, rgba(15, 95, 94, 0.28), transparent 42%),
        linear-gradient(112deg, #121215 0%, #161215 51%, #0C2021 100%);
}

.about_footer_main,
.about_footer_action{
    position: relative;
    z-index: 1;
}

.about_footer_eyebrow{
    color: #12CFCB;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4em;
}

.about_footer_main h2{
    margin-top: 24px;
    color: white;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.3em;
}

.about_footer_action{
    padding-top: 60px;
}

.about_footer_action p{
    max-width: 29em;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.9em;
}

.about_footer_button{
    width: 176px;
    height: 52px;
    margin-top: 92px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 26px;
    background-color: white;
    color: #101115;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
}

.about_footer_button span{
    color: #FF004C;
    font-size: 16px;
    line-height: 1em;
}

@media (max-width: 1000px){
    .about_hero_inner{
        padding: 132px 0 88px;
    }

    .about_hero h1{
        font-size: 54px;
    }

    .about_hero_intro{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
        margin-top: 54px;
    }

    .about_hero_intro h2{
        grid-column: 1 / -1;
    }

    .about_hero_orbit{
        right: -268px;
    }

    .about_overview_lead{
        grid-template-columns: 18% minmax(0, 1fr);
        row-gap: 26px;
    }

    .about_overview_copy{
        grid-column: 2;
        max-width: 42em;
    }

    .about_overview_heading{
        font-size: 48px;
    }

    .about_delivery{
        grid-template-columns: 1fr;
        gap: 24px;
    }

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

    .partnership_heading{
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
    }

    .partnership_heading h2{
        font-size: 42px;
    }

    .partnership_card{
        padding: 28px;
    }

    .partnership_status{
        top: 28px;
        right: 24px;
    }

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

    .customer_cases_heading h2{
        font-size: 62px;
    }

    .customer_case{
        grid-template-columns: 46% minmax(0, 1fr);
        gap: 5%;
    }

    .customer_case_content h3{
        font-size: 27px;
    }

    .customer_case_detail{
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 14px;
    }

    .customer_case_metrics{
        gap: 18px;
    }

    .customer_case_metrics strong{
        font-size: 17px;
    }

    .about_footer_card{
        width: 90vw;
        min-height: 350px;
        padding: 52px;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    }

    .about_footer_main h2{
        font-size: 46px;
    }

    .about_footer_action{
        padding-top: 50px;
    }

    .about_footer_button{
        margin-top: 70px;
    }

}

@media (max-width: 600px){
    .about_hero{
        min-height: 0;
    }

    .about_hero_inner{
        width: 90vw;
        padding: 126px 0 70px;
    }

    .about_hero_eyebrow{
        font-size: 11px;
    }

    .about_hero h1{
        margin-top: 28px;
        font-size: 40px;
        line-height: 1.34em;
        letter-spacing: -0.035em;
    }

    .about_hero_intro{
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 46px;
    }

    .about_hero_intro h2{
        grid-column: auto;
        font-size: 22px;
    }

    .about_hero_intro p{
        font-size: 14px;
        line-height: 1.9em;
    }

    .about_hero_orbit{
        width: 280px;
        height: 280px;
        top: 82px;
        right: -183px;
        opacity: 0.78;
    }

    .about_hero_orbit span:nth-child(2){
        inset: 34px;
    }

    .about_hero_orbit span:nth-child(3){
        inset: 69px;
    }

    .about_hero_orbit i{
        top: 24px;
        left: 42px;
    }

    .about_overview{
        padding: 64px 0;
    }

    .about_overview_inner{
        width: 90vw;
    }

    .about_overview_lead{
        display: block;
    }

    .about_overview_heading{
        margin-top: 24px;
        font-size: 38px;
        line-height: 1.34em;
        letter-spacing: -0.035em;
    }

    .about_overview_copy{
        margin-top: 28px;
        padding-top: 0;
        font-size: 14px;
        line-height: 1.9em;
    }

    .about_stats{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 48px;
    }

    .about_stat{
        min-height: 132px;
        padding: 28px 16px 22px;
    }

    .about_stat:nth-child(3){
        border-left: 0;
        border-top: 1px solid #D4D9DE;
    }

    .about_stat:nth-child(4){
        border-top: 1px solid #D4D9DE;
    }

    .about_stat strong{
        font-size: 34px;
    }

    .about_stat span{
        font-size: 12px;
    }

    .about_delivery{
        margin-top: 46px;
    }

    .about_delivery_title{
        font-size: 16px;
    }

    .about_roles{
        grid-template-columns: 1fr;
    }

    .about_role{
        min-height: 148px;
        padding: 54px 20px 22px;
    }

    .about_role::before{
        top: 20px;
        left: 20px;
    }

    .about_partnership{
        padding: 56px 0 50px;
    }

    .about_partnership_inner{
        width: 90vw;
    }

    .partnership_heading{
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .partnership_heading h2{
        margin-top: 18px;
        font-size: 36px;
        line-height: 1.34em;
        letter-spacing: -0.035em;
    }

    .partnership_heading_copy{
        padding-bottom: 0;
        font-size: 14px;
        line-height: 1.9em;
    }

    .partnership_group{
        margin-top: 48px;
    }

    .partnership_cards,
    .partnership_platforms{
        grid-template-columns: 1fr;
    }

    .partnership_card{
        min-height: 274px;
        padding: 26px;
    }

    .partnership_status{
        top: 26px;
        right: 22px;
    }

    .partnership_ecosystem{
        margin-top: 48px;
    }

    .partnership_platform{
        min-height: 86px;
        padding: 16px;
    }

    .partnership_note{
        margin-top: 18px;
        text-align: left;
    }

    .about_customer_cases{
        padding: 64px 0 72px;
    }

    .about_customer_cases_inner{
        width: 90vw;
    }

    .customer_cases_heading h2{
        font-size: 48px;
    }

    .customer_cases_heading p{
        margin-top: 20px;
        font-size: 14px;
    }

    .customer_cases_list{
        margin-top: 48px;
    }

    .customer_case{
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 46px 0;
    }

    .customer_case_visual{
        min-height: 0;
        aspect-ratio: 1.25 / 1;
        border-radius: 18px;
    }

    .customer_campaign_header{
        height: 55px;
        flex-basis: 55px;
    }

    /* 小屏同步缩放第三条案例的序号，保持与第二条案例一致。 */
    .customer_operation_header .customer_case_index{
        transform: scale(0.78);
        transform-origin: left top;
    }

    .customer_campaign_header > span{
        top: 11px;
        left: 15px;
        transform: scale(0.78);
        transform-origin: left top;
    }

    .customer_campaign_header > img{
        width: 78px;
        top: 15px;
        right: 18px;
    }

    .customer_campaign_orbits{
        top: 10px;
        transform: scale(0.76);
        transform-origin: left top;
    }

    .customer_campaign_nav{
        height: 46px;
        flex-basis: 46px;
        padding: 0 8%;
        font-size: 7px;
    }

    .customer_campaign_tracks{
        height: 27px;
        flex-basis: 27px;
        gap: 18px;
    }

    .customer_campaign_tracks i{
        height: 24px;
        font-size: 8px;
        line-height: 24px;
    }

    .customer_campaign_panels{
        padding: 0 8px 9px;
        gap: 7px;
    }

    .customer_campaign_audience,
    .customer_campaign_content,
    .customer_campaign_data{
        border-radius: 14px;
    }

    .customer_campaign_audience img{
        width: 30px;
        height: 30px;
    }

    .customer_campaign_content{
        padding: 9px 5px 15px;
    }

    .customer_campaign_content p{
        bottom: 4px;
        font-size: 5px;
    }

    .customer_campaign_data{
        padding: 10px 7px 8px;
    }

    .customer_campaign_numbers{
        font-size: 8px;
        line-height: 1.8em;
    }

    .customer_campaign_chart{
        height: 42px;
        bottom: 8px;
        left: 7px;
    }

    .customer_case_content h3{
        margin-top: 12px;
        font-size: 27px;
    }

    .customer_case_content h3 + .customer_case_detail{
        margin-top: 24px;
    }

    .customer_case_detail{
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 12px;
        padding: 18px 0;
    }

    .customer_case_detail p{
        font-size: 13px;
    }

    .customer_case_metrics{
        gap: 18px;
        margin-top: 22px;
    }

    .customer_case_metrics strong{
        font-size: 16px;
    }

    .about_footer{
        padding: 28px 0 34px;
    }

    .about_footer_card{
        width: 90vw;
        min-height: 0;
        padding: 36px 28px 32px;
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .about_footer_main h2{
        margin-top: 18px;
        font-size: 38px;
        letter-spacing: -0.045em;
    }

    .about_footer_action{
        padding-top: 42px;
    }

    .about_footer_action p{
        font-size: 14px;
    }

    .about_footer_button{
        margin-top: 42px;
    }

}

/* 手机端为完整呈现达人看板保留足够画布高度，并同步压缩内部文字与间距。 */
@media (max-width: 600px){
    .customer_case_content{
        height: auto;
        min-height: 0;
        padding: 0;
        display: block;
    }

    .customer_case_visual--creator{
        min-height: 430px;
        aspect-ratio: auto;
    }

    .customer_case_visual--brand{
        min-height: 430px;
        aspect-ratio: auto;
    }

    .customer_case_visual--operation{
        min-height: 430px;
        aspect-ratio: auto;
    }

    .operation_case_strategy{
        min-height: 60px;
        padding: 7px 8px;
        gap: 8px;
    }

    .operation_case_strategy strong{
        font-size: 10px;
    }

    .operation_case_strategy b{
        font-size: 8px;
    }

    .operation_case_strategy p,
    .operation_case_pain{
        font-size: 6px;
    }

    .operation_case_media{
        gap: 3%;
    }

    .operation_case_media_item figcaption,
    .operation_case_outcome p{
        font-size: 6px;
    }

    .operation_case_outcome > div{
        gap: 5px;
    }

    .operation_case_outcome p b{
        font-size: 11px;
    }

    .brand_case_strategy{
        padding: 7px 10px;
        grid-template-columns: 20% minmax(0, 1fr);
        gap: 7px;
    }

    .brand_case_strategy strong{
        font-size: 13px;
    }

    .brand_case_strategy p{
        font-size: 7px;
    }

    .brand_case_tracks{
        right: 5%;
        left: 5%;
        gap: 7%;
    }

    .brand_case_tracks span{
        padding: 0 4px;
        font-size: 6px;
    }

    .brand_case_panels{
        gap: 6px;
    }

    .brand_case_audience,
    .brand_case_content,
    .brand_case_results{
        border-radius: 14px;
    }

    .brand_case_audience_copy{
        font-size: 6px;
    }

    .brand_case_audience_copy b{
        font-size: 11px;
    }

    .brand_case_content{
        padding: 7px 4px 6px;
    }

    .brand_case_content_labels{
        margin-top: 6px;
        font-size: 6px;
    }

    .brand_case_content p,
    .brand_case_result_copy p{
        font-size: 6px;
    }

    .brand_case_results{
        padding: 9px 6px 6px;
    }

    .brand_case_chart{
        right: 6px;
        bottom: 6px;
        left: 6px;
    }

    .creator_case_strategy{
        min-height: 54px;
        padding: 6px 9px;
        gap: 6px;
    }

    .creator_case_strategy strong{
        font-size: 13px;
    }

    .creator_case_strategy p{
        font-size: 7px;
    }

    .creator_case_brief,
    .creator_case_asset{
        font-size: 6px;
    }

    .creator_case_asset--selection{
        top: 67%;
    }

    .creator_case_asset--selection figcaption{
        font-size: 6px;
    }

    .creator_case_result_panel{
        padding: 8px 9px;
    }

    .creator_case_result_panel h4,
    .creator_case_result_panel strong{
        font-size: 10px;
    }

    .creator_case_result_panel p{
        font-size: 6px;
    }
}
