
    /* 原有基础 CSS 保留并优化 */
    .fuji-blog-wrapper { font-family: 'Open Sans', 'Segoe UI', Helvetica, sans-serif; color: #333; line-height: 1.8; max-width: 1000px; margin: 0 auto; padding: 20px; font-size: 16px; }
    .fuji-blog-wrapper h1 { font-family: 'Oswald', sans-serif; font-size: 36px; color: #000; margin-bottom: 25px; line-height: 1.3; text-transform: uppercase; }
    .fuji-blog-wrapper h2 { font-family: 'Oswald', sans-serif; font-size: 26px; color: #005bb5; margin-top: 50px; margin-bottom: 20px; font-weight: 700; border-left: 6px solid #000; padding-left: 15px; }
    .fuji-blog-wrapper h3 { font-family: 'Oswald', sans-serif; font-size: 20px; color: #000; margin-top: 30px; margin-bottom: 15px; font-weight: 600; }
    .fuji-blog-wrapper p { margin-bottom: 20px; text-align: justify; }
    .fuji-blog-link { color: #005bb5; text-decoration: underline; font-weight: 600; transition: color .2s; }
    .fuji-blog-link:hover { color: #000; }
    .fuji-blog-img-figure { margin: 35px 0; text-align: center; display: block; }
    .fuji-blog-img { display: block; width: 100%; max-width: 800px; height: auto; margin: 0 auto; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,.1); border: 1px solid #eee; object-fit: contain; }
    .fuji-img-caption { font-size: 14px; color: #666; margin-top: 10px; font-style: italic; display: block; text-align: center; }
    .fuji-tech-list { list-style: none; padding: 0; margin-bottom: 20px; }
    .fuji-tech-list li { position: relative; padding-left: 25px; margin-bottom: 12px; }
    .fuji-tech-list li::before { content: "➤"; color: #005bb5; position: absolute; left: 0; top: 2px; font-size: 14px; }
    .fuji-tech-list strong { color: #000; }
    .fuji-table-wrap { overflow-x: auto; margin: 30px 0; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
    .fuji-comp-table { width: 100%; border-collapse: collapse; min-width: 800px; }
    .fuji-comp-table th, .fuji-comp-table td { border: 1px solid #e0e0e0; padding: 14px 16px; text-align: left; vertical-align: top; font-size: 15px; }
    .fuji-comp-table th { background-color: #005bb5; color: #fff; font-weight: 600; text-transform: uppercase; }
    .fuji-comp-table tr:nth-child(even) { background-color: #f8fbff; }
    .fuji-solution-box { background-color: #fff; border: 1px solid #e0e0e0; border-left: 5px solid #005bb5; padding: 25px; margin: 30px 0; border-radius: 4px; box-shadow: 0 2px 10px rgba(0,0,0,.05); }
    .fuji-solution-title { font-family: 'Oswald', sans-serif; font-size: 20px; color: #005bb5; font-weight: 700; margin-bottom: 15px; display: block; text-transform: uppercase; }
    .fuji-faq-container { background-color: #f9f9f9; padding: 30px; border-radius: 8px; margin-top: 40px; border: 1px solid #eee; }
    .fuji-faq-item { margin-bottom: 20px; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px; }
    .fuji-faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .fuji-question { font-weight: 700; color: #005bb5; display: block; margin-bottom: 8px; font-size: 17px; }
    .fuji-cta-block { text-align: center; margin-top: 50px; padding-top: 40px; border-top: 2px solid #eee; }
    .fuji-btn-primary { display: inline-block; background-color: #005bb5; color: #fff !important; padding: 16px 45px; font-size: 18px; font-weight: 700; text-decoration: none; border-radius: 5px; transition: all .3s ease; text-transform: uppercase; }
    .fuji-btn-primary:hover { background-color: #002a5c; }

    /* --- 新增：符合 E-E-A-T 和 Helpful Content 的模块样式 --- */
    
    /* 1. 专家背书徽章 (Expertise & Trust) */
    .fuji-eeat-badge { display: flex; align-items: center; gap: 15px; background-color: #f8fbff; border: 1px solid #cce0ff; padding: 15px 20px; border-radius: 6px; margin-bottom: 25px; }
    .fuji-eeat-badge svg { flex-shrink: 0; stroke: #005bb5; }
    .fuji-eeat-text { font-size: 14px; color: #444; line-height: 1.5; }
    
    /* 2. 核心摘要框 (Helpful Content - TL;DR) */
    .fuji-tldr-box { background-color: #fff9e6; border-left: 5px solid #ff9900; padding: 20px 25px; margin: 0 0 35px 0; border-radius: 4px; }
    .fuji-tldr-title { font-weight: 700; color: #cc7a00; font-size: 16px; margin-bottom: 10px; display: block; text-transform: uppercase; }
    .fuji-tldr-box ul { margin-bottom: 0; }

    /* 3. 作者信息框 (Author Entity) */
    .fuji-author-box { display: flex; align-items: center; gap: 20px; background-color: #fff; border: 1px solid #e0e0e0; padding: 25px; margin-top: 40px; border-radius: 6px; }
    .fuji-author-avatar { width: 60px; height: 60px; background-color: #005bb5; color: #fff; font-size: 24px; font-weight: 700; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; }
    .fuji-author-info h4 { margin: 0 0 5px 0; font-size: 18px; color: #000; }
    .fuji-author-info p { margin: 0; font-size: 14px; color: #666; line-height: 1.5; }

    /* 4. 真实经验高亮框 (Experience) */
    .fuji-experience-box { background-color: #f4fdf8; border-left: 5px solid #28a745; padding: 20px; margin: 25px 0; font-style: italic; color: #333; }

    @media (max-width: 600px) {
        .fuji-blog-wrapper h1 { font-size: 28px; }
        .fuji-blog-wrapper h2 { font-size: 22px; }
        .fuji-btn-primary { width: 100%; box-sizing: border-box; }
        .fuji-author-box { flex-direction: column; text-align: center; }
    }
