.style_showcaseItem__OItLn {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
}

.style_showcaseItem__OItLn.style_imageLeft__SzKXh {
    flex-direction: row;
}

.style_showcaseItem__OItLn.style_imageRight__JmOKU {
    flex-direction: row-reverse;
}

.style_showcaseImageWrapper__rlDkl {
    flex: 0 0 600px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    position: relative;
}

.style_showcaseContent__FhYCt {
    flex: 1 1;
    padding: 0 20px;
}

.style_showcaseCarousel__u77PD {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden !important;
}

.style_showcaseImg__FRyMX {
    border-radius: 12px;
    object-fit: cover;
}

.style_showcaseVideo__w4OcA {
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

.style_showcaseOriginRoot__8Am4Y {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    position: absolute !important;
    overflow: hidden;
    top: 0;
    left: 0;
}

.style_showcaseOrigin__NCzew {
    object-fit: cover;
}

.style_showcasePrompt__wdr4r {
    background-color: #7530fe;
    color: white;
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    position: absolute;
    left: 0px;
    bottom: 60px;
    max-width: 240px;
}

.style_showcaseTitle__NaZCL {
    font-size: 1.8rem;
    font-weight: 900;
    font-family: 'Roboto';
    color: var(--TextColor11);
}

.style_showcaseDesc__cRdd3 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    color: var(--TextColor13);
}

.style_showcaseCta__sdxC_ {
    background: #7530fe;
    color: white;
    border: none;
    min-width: 200px;
    padding: 16px 24px;
    border-radius: 10px;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.3s ease;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .style_showcaseItem__OItLn,
    .style_showcaseItem__OItLn.style_imageLeft__SzKXh,
    .style_showcaseItem__OItLn.style_imageRight__JmOKU {
        flex-direction: column;
        text-align: center;
    }

    .style_showcaseImageWrapper__rlDkl {
        flex: none;
        max-width: 100%;
        padding-top: 0;
    }

    .style_showcaseOriginRoot__8Am4Y {
        left: -20px;
        top: -20px;
    }

    .style_showcasePrompt__wdr4r {
        left: -20px;
    }

    .style_showcaseContent__FhYCt {
        padding: 20px 0 0 0;
    }
}

.style_container__wdefg {
    margin-top: 200px;
    width: 100%;
}

/* 主要介绍区域 */
.style_heroSection__Fc6OC {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 20px;
    color: var(--TextColor11);
}

.style_heroContent__Qpvj1 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.style_heroText__LS9qY {
    z-index: 2;
}

.style_mainTitle___Tojs {
    font-size: 3.5rem;
    font-weight: 900;
    font-family: 'Roboto';
    line-height: 1.2;
}

.style_subtitle__f_xSA {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    color: #afafaf;
    margin-top: 10px;
}

.style_description__sroiy {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 20px;
    color: var(--TextColor11);
}

.style_features__tGIc5 {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.style_feature__1zsWm {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.style_featureIcon__QHnpO {
    font-size: 1.5rem;
}

.style_ctaButtons__hP01B {
    display: flex;
    gap: 20px;
}

.style_primaryBtn__gfkOf,
.style_secondaryBtn__UtNkB {
    padding: 15px 20px;
    font-size: 1.1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.style_primaryBtn__gfkOf {
    background: #ff6b6b;
    color: white;
}

.style_primaryBtn__gfkOf:hover {
    transform: translateY(-2px);
}

.style_secondaryBtn__UtNkB {
    background: transparent;
    color: #ff5252;
    border: 2px solid #ff5252;
}

.style_secondaryBtn__UtNkB:hover {
    transform: translateY(-2px);
}

.style_heroImage__pRca0 {
    text-align: center;
    max-width: 100%;
}

.style_heroImg__vK1B4 {
    border-radius: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    max-width: 100%;
    object-fit: cover;
}

/* 通用区域样式 */
.style_sectionContent__8NInl {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.style_sectionTitle__C3U3S {
    text-align: center;
    margin-bottom: 20px;
    color: var(--TextColor11);
    font-family: 'Roboto';
    font-size: 50px;
    font-weight: 900;
}

.style_sectionDesc__lr_Ka {
    font-size: 1.2rem;
    text-align: center;
    color: var(--TextColor13);
    margin-bottom: 60px;
}

/* 案例展示区域 */
.style_showcaseSection__fwWbn {
    background: white;
}

.style_showcaseList__RvDG6 {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
}

.style_showcaseItem__dJ9l0 {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
}

.style_showcaseItem__dJ9l0.style_imageLeft__RjuB5 {
    flex-direction: row;
}

.style_showcaseItem__dJ9l0.style_imageRight__Ljx7o {
    flex-direction: row-reverse;
}

.style_showcaseImageWrapper__tb0du {
    flex: 0 0 600px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    position: relative;
}

.style_showcaseContent__eccg_ {
    flex: 1 1;
    padding: 0 20px;
}

.style_showcaseCarousel__SZXDf {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.style_showcaseImg__lOQ4_ {
    border-radius: 12px;
    object-fit: cover;
}

.style_showcaseVideo__c14TD {
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

.style_showcaseOriginRoot__Gq3Jb {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    position: absolute !important;
    overflow: hidden;
    top: 0;
    left: 0;
}

.style_showcaseOrigin__G7RIA {
    object-fit: cover;
}

.style_showcaseTitle__Q_coL {
    font-size: 1.8rem;
    font-weight: 900;
    font-family: 'Roboto';
    color: var(--TextColor11);
}

.style_showcaseDesc__01Q9d {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 20px;
    color: var(--TextColor13);
}

.style_showcaseMore__9cfg2 {
    font-size: 1.4rem;
    margin-top: 60px;
    color: var(--PrimaryColor11);
    text-decoration: underline;
    cursor: pointer;
    margin: 0 auto;
}

/* 优势特性区域 */
.style_benefitsSection__Ivvmb {
    background: #f8f9fa;
}

.style_benefitsGrid__hHYLa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    gap: 40px;
}

.style_benefitItem__pOpyg {
    text-align: center;
}

.style_benefitIcon__arO9F {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.style_benefitItem__pOpyg h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--TextColor11);
}

.style_benefitItem__pOpyg p {
    color: var(--TextColor13);
    line-height: 1.6;
}

/* 目标客群区域 */
.style_audienceSection__LHQQL {
    background: #f8f9fa;
}

.style_audienceGrid__Me_qC {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 20px;
    gap: 20px;
}

.style_audienceItem__75qWP {
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.style_audienceItem__75qWP h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--TextColor11);
}

.style_audienceItem__75qWP p {
    color: var(--TextColor13);
    margin-bottom: 20px;
    line-height: 1.5;
}

.style_audienceItem__75qWP ul {
    list-style: none;
    padding: 0;
}

.style_audienceItem__75qWP li {
    padding: 5px 0;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.style_audienceItem__75qWP li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: bold;
}

/* 操作步骤区域 */
.style_stepsSection__SbiyN {
    background: white;
}

.style_stepsContainer__A_Qlu {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.style_step__zq1Mp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 300px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 20px;
}

.style_stepNumber__h_3UE {
    height: 34px;
    border-radius: 17px;
    background: #7530fe;
    padding: 0 16px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    flex-shrink: 0;
}

.style_stepContent__bVPTx h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--TextColor11);
}

.style_stepContent__bVPTx p {
    color: var(--TextColor13);
    line-height: 1.5;
}

/* 功能特性区域 */
.style_featuresSection__rTx3y {
    background: #f8f9fa;
}

.style_featuresGrid__QYdCr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    gap: 30px;
}

.style_featureCard__Fi3sr {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease;
}

.style_featureCard__Fi3sr:hover {
    transform: translateY(-5px);
}

.style_featureCard__Fi3sr h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--TextColor11);
}

.style_featureCard__Fi3sr p {
    color: var(--TextColor13);
    line-height: 1.5;
}

/* FAQ区域 */
.style_faqSection__uyWUr {
    background: white;
}

.style_faqList__A4zwh {
    max-width: 800px;
    margin: 0 auto;
}

.style_faqItem__vm4Xr {
    margin-bottom: 30px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
}

.style_faqQuestion__yyaTO {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--TextColor11);
}

.style_faqAnswer__ldiXk {
    color: var(--TextColor13);
    line-height: 1.6;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .style_showcaseItem__dJ9l0,
    .style_showcaseItem__dJ9l0.style_imageLeft__RjuB5,
    .style_showcaseItem__dJ9l0.style_imageRight__Ljx7o {
        flex-direction: column;
        text-align: center;
    }

    .style_showcaseImageWrapper__tb0du {
        flex: none;
        max-width: 100%;
        padding-top: 0;
    }

    .style_showcaseImg__lOQ4_ {
        width: 100% !important;
        height: auto !important;
    }

    .style_showcaseContent__eccg_ {
        padding: 20px 0 0 0;
    }

    .style_heroContent__Qpvj1 {
        flex-direction: column-reverse;
        gap: 20px;
        text-align: center;
        max-width: 100%;
    }

    .style_mainTitle___Tojs {
        font-size: 2.5rem;
    }

    .style_features__tGIc5 {
        flex-direction: column;
        gap: 5px;
    }

    .style_ctaButtons__hP01B {
        justify-content: center;
    }

    .style_stepsContainer__A_Qlu {
        flex-direction: column;
    }

    .style_step__zq1Mp {
        max-width: 100%;
    }

    .style_sectionTitle__C3U3S {
        font-size: 2rem;
    }

    .style_sectionContent__8NInl {
        max-width: 100%;
        padding: 60px 20px;
    }
}

@media (max-width: 480px) {
    .style_mainTitle___Tojs {
        font-size: 2rem;
    }

    .style_subtitle__f_xSA {
        font-size: 1.2rem;
    }

    .style_description__sroiy {
        font-size: 1rem;
    }

    .style_sectionTitle__C3U3S {
        font-size: 1.8rem;
    }
}

.style_showcaseSubtitle__9AWng {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    color: #555;
    font-style: italic;
}

.style_showcaseCta__PG1b7 {
    background: #7530fe;
    color: white;
    border: none;
    min-width: 200px;
    padding: 16px 24px;
    border-radius: 10px;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.style_showcaseCta__PG1b7:hover {
    transform: translateY(-2px);
}

