
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

    :root {
        --brand-green: #0F2A1D; 
        --brand-gold: #C8A24A;  
        --bg-white: #FFFFFF;    
        --soft-grey: #F9F9FA;
    }

    .ms-custom-page { font-family: 'Poppins', sans-serif; color: #333; line-height: 1.8; background-color: var(--bg-white); box-sizing: border-box; overflow-x: hidden; }
    .ms-container { max-width: 1200px; margin: 0 auto; padding: 0 25px; }
    
    h1, h2, h3, h4 { color: var(--brand-green); text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }
    h2 { font-size: 32px; text-align: center; margin-bottom: 60px; }
    .gold-text { color: var(--brand-gold); }

    /* Hero Section */
    .ms-hero { 
        text-align: center; 
        padding: 140px 20px; 
        background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url('//ueeshop.ly200-cdn.com/u_file/UPBC/UPBC999/2604/07/photo/designpolish.png'); 
        background-size: cover; background-position: center; border-bottom: 1px solid #f0f0f0; 
    }
    .ms-hero h1 { font-size: 20px; font-weight: 400; color: #999; letter-spacing: 4px; margin-bottom: 20px; }
    .ms-hero-statement { font-size: 36px; font-weight: 600; color: var(--brand-green); max-width: 1000px; margin: 0 auto 30px; line-height: 1.3; }
    .ms-hero .ms-highlight-tag { display: inline-block; background: var(--brand-gold); color: #fff; padding: 10px 30px; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-top: 20px; }

    /* Stats Bar */
    .ms-stats-section { background: #fff; padding: 80px 0; border-bottom: 1px solid #eee; }
    .ms-stats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; text-align: center; }
    .ms-stat-num { font-size: 38px; font-weight: 700; color: var(--brand-gold); line-height: 1; display: block; margin-bottom: 10px; }
    .ms-stat-num span { font-size: 16px; font-weight: 500; }
    .ms-stat-label { font-size: 11px; color: #bbb; text-transform: uppercase; letter-spacing: 1px; }

    /* WHAT WE CAN DO FOR YOU (3+2 Layout) */
    .ms-service-section { padding: 100px 0; background: #fafafa; }
    .ms-service-row-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 30px; }
    .ms-service-row-bottom { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 800px; margin: 0 auto; }
    .ms-service-card { background: #fff; padding: 40px 30px; border: 1px solid #eee; transition: 0.3s ease; text-align: center; }
    .ms-service-num { width: 40px; height: 40px; background: var(--brand-gold); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-weight: 600; font-size: 14px; }
    .ms-service-card h4 { font-size: 18px; margin-bottom: 15px; text-align:center; }
    .ms-service-card p { font-size: 14px; color: #666; font-weight: 300; text-align:center; }

    /* B2B CORE POLICIES */
    .ms-policy-banner { padding: 80px 0; background: var(--brand-green); color: #fff; text-align: center; }
    .ms-policy-banner h2 { color: #fff; margin-bottom: 50px; border-bottom: none; }
    .ms-policy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
    .ms-policy-item h4 { color: var(--brand-gold); font-size: 16px; margin-bottom: 10px; }
    .ms-policy-item p { font-size: 13px; color: #d1d9d4; font-weight: 300; }

    /* Strong Customization & Panorama */
    .ms-scope-text { padding: 100px 0; text-align: center; }
    .ms-scope-text p { font-size: 18px; color: #555; max-width: 1000px; margin: 0 auto; font-weight: 300; }
    .ms-full-image-section img { width: 100%; display: block; }

    /* Comparison Section */
    .ms-comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin: 100px 0; }
    .ms-comp-item { text-align: center; }
    .ms-comp-item img { width: 100%; height: auto; border: 1px solid #f5f5f5; margin-bottom: 25px; }

    /* 12-STEP MANUFACTURING PROCESS (修正后的 11-12 步) */
    .ms-craft-section { padding: 120px 0; background: #fafafa; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
    .ms-craft-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
    .ms-craft-card { border: 1px solid #eee; padding: 15px; text-align: center; transition: 0.3s; background: #fff; }
    .ms-craft-card:hover { border-color: var(--brand-gold); box-shadow: 0 10px 25px rgba(0,0,0,0.03); }
    .ms-craft-img { width: 100%; height: 200px; overflow: hidden; margin-bottom: 15px; background: #fafafa; }
    .ms-craft-img img { width: 100%; height: 100%; object-fit: contain; }
    .ms-craft-card span { font-size: 11px; color: var(--brand-gold); font-weight: 600; letter-spacing: 2px; display: block; margin-bottom: 8px; text-align:center; }
    .ms-craft-card h4 { font-size: 14px; color: var(--brand-green); margin-bottom: 0; letter-spacing: 1px; text-align:center; }

    /* REFINED LUXURY CTA */
    .ms-final-cta { text-align: center; padding: 120px 20px; background: #fff; }
    .ms-final-statement { font-size: 32px; color: var(--brand-green); font-weight: 600; max-width: 900px; margin: 0 auto 50px; line-height: 1.4; }
    .ms-btn-refined { display: inline-block; background: var(--brand-gold); color: #fff; padding: 18px 55px; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; text-decoration: none; transition: 0.3s ease; font-size: 14px; border-radius: 2px; }

    @media (max-width: 991px) {
        /* 手机APP端 所有标题统一缩小 */
        h2 { font-size: 24px !important; }
        .ms-hero-statement { font-size: 22px !important; }
        .ms-final-statement { font-size: 22px !important; }

        .ms-stats-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .ms-craft-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
        .ms-service-row-top, .ms-service-row-bottom, .ms-policy-grid, .ms-comparison-grid { grid-template-columns: 1fr; }
        .ms-btn-refined { width: 100%; box-sizing: border-box; }
    }
