
    /* Scoped CSS for B2B Guide - Optimized for Core Web Vitals */
    .fuji-b2b-article {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #2c3e50;
        line-height: 1.8;
        max-width: 960px; 
        margin: 0 auto;
        padding: 20px;
        background-color: #ffffff;
    }

    .fuji-b2b-article p, 
    .fuji-b2b-article li {
        font-size: 16px; 
        margin-bottom: 18px;
    }

    /* Author & Trust Signals */
    .fuji-author-card {
        display: flex;
        align-items: center;
        background-color: #f8f9fa;
        border-left: 4px solid #b22222;
        padding: 15px 20px;
        margin-bottom: 30px;
        border-radius: 0 6px 6px 0;
    }

    .fuji-author-meta {
        font-size: 14px;
        color: #555;
    }

    .fuji-author-meta strong {
        color: #111;
        font-size: 16px;
        display: block;
        margin-bottom: 4px;
    }

    /* Typography Hierarchy */
    .fuji-b2b-article h2 {
        font-size: 24px; 
        font-weight: 700;
        color: #111;
        margin: 45px 0 20px 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #eaeaea;
    }

    .fuji-b2b-article h3 {
        font-size: 20px; 
        font-weight: 600;
        margin: 35px 0 15px 0;
        color: #2c3e50;
    }

    .fuji-b2b-article a {
        color: #b22222; 
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px dotted #b22222;
        transition: all 0.2s;
    }

    .fuji-b2b-article a:hover {
        color: #8b0000;
        border-bottom: 1px solid #8b0000;
    }

    /* Technical Data & Tables */
    .fuji-data-callout {
        background-color: #f4f8fb;
        border: 1px solid #dce8f1;
        padding: 20px;
        border-radius: 6px;
        margin: 25px 0;
    }

    .table-container {
        overflow-x: auto;
        margin: 35px 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        border-radius: 8px;
    }

    .b2b-specs-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 700px;
        background: #fff;
    }

    .b2b-specs-table th, .b2b-specs-table td {
        border-bottom: 1px solid #edf2f7;
        padding: 16px 20px;
        text-align: left;
    }

    .b2b-specs-table th {
        background-color: #f8fafc;
        font-weight: 700;
        color: #1a202c;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .b2b-specs-table tr:hover {
        background-color: #fcfcfc;
    }

    /* Case Study Box */
    .fuji-case-study {
        background-color: #fffaf0;
        border: 1px solid #ffedd5;
        border-left: 5px solid #f97316;
        padding: 25px;
        margin: 40px 0;
        border-radius: 4px;
    }

    .fuji-case-study h4 {
        margin-top: 0;
        color: #c2410c;
        font-size: 18px;
        margin-bottom: 15px;
    }

    /* Images */
    .fuji-b2b-article img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 40px auto 15px auto;
        border-radius: 8px;
    }

    .fuji-caption {
        text-align: center;
        font-size: 14px;
        color: #64748b;
        font-style: italic;
        margin-bottom: 40px;
    }

    /* FAQ Section */
    .fuji-faq-wrap {
        margin-top: 50px;
    }

    .fuji-faq-card {
        margin-bottom: 25px;
        padding: 20px;
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
    }

    .fuji-faq-q {
        font-weight: 700;
        font-size: 17px;
        color: #0f172a;
        display: block;
        margin-bottom: 10px;
    }

    .fuji-faq-a {
        margin: 0;
        color: #475569;
    }

    /* Feature Grid */
    .fuji-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 30px 0;
    }

    .fuji-grid-item {
        flex: 1 1 calc(50% - 20px);
        background: #fff;
        border: 1px solid #eaeaea;
        padding: 20px;
        border-radius: 6px;
        border-top: 3px solid #b22222;
    }

    .fuji-grid-item h4 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #111;
        font-size: 16px;
    }

    @media (max-width: 768px) {
        .fuji-b2b-article { padding: 15px; }
        .fuji-b2b-article h2 { font-size: 21px; }
        .fuji-grid-item { flex: 1 1 100%; }
    }
