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

/* 主要介绍区域 */
.style_heroSection__T7OXZ {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 20px;
    color: #333;
}

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

.style_heroText__IcSDb {
    z-index: 2;
}

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

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

.style_description__tCPXf {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #333;
}

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

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

.style_featureIcon__En2UD {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.style_sectionTitle__pqDfj {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-family: 'Roboto';
    font-size: 50px;
    font-weight: 900;
}

.style_sectionDesc__bB7F9 {
    font-size: 1.2rem;
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

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

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

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

.style_showcaseItem__CElLI.style_imageLeft__ZSh_m {
    flex-direction: row;
}

.style_showcaseItem__CElLI.style_imageRight__QKCmM {
    flex-direction: row-reverse;
}

.style_showcaseImageWrapper__nVt3t {
    flex: 0 0 600px;
}

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

.style_showcaseImg__6Y0uQ {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.style_showcaseTitle__iBwRS {
    font-size: 1.8rem;
    font-weight: 900;
    font-family: 'Roboto';
    margin-bottom: 12px;
    color: #333;
}

.style_showcaseDesc__K1tft {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

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

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

.style_benefitItem__LbrkJ {
    text-align: center;
}

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

.style_benefitItem__LbrkJ h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.style_benefitItem__LbrkJ p {
    color: #666;
    line-height: 1.6;
}

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

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

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

.style_audienceItem__3W1Go h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.style_audienceItem__3W1Go p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

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

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

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

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

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

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

.style_stepNumber__Psh0Z {
    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__GJ4S4 h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.style_stepContent__GJ4S4 p {
    color: #666;
    line-height: 1.5;
}

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

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

.style_featureCard__HadHA {
    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__HadHA:hover {
    transform: translateY(-5px);
}

.style_featureCard__HadHA h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.style_featureCard__HadHA p {
    color: #666;
    line-height: 1.5;
}

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

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

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

.style_faqQuestion__Nxmcd {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.style_faqAnswer__4d4MW {
    color: #666;
    line-height: 1.6;
}

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

    .style_showcaseImageWrapper__nVt3t {
        flex: none;
        max-width: 100%;
    }

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

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

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

    .style_mainTitle___e5Tm {
        font-size: 2.5rem;
    }

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

    .style_ctaButtons__6h2iU {
        justify-content: center;
    }

    .style_stepsContainer__gS_UD {
        flex-direction: column;
    }

    .style_step__BCVM8 {
        max-width: 100%;
    }

    .style_sectionTitle__pqDfj {
        font-size: 2rem;
    }

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

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

    .style_subtitle__Ziw_u {
        font-size: 1.2rem;
    }

    .style_description__tCPXf {
        font-size: 1rem;
    }

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

.style_showcaseSubtitle__2_n9A {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #555;
    font-style: italic;
}

.style_showcaseCta__5hUoT {
    background: #7530fe;
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
}

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

