
    .fuji-b2b-container {
        font-family: 'Segoe UI', Verdana, sans-serif;
        line-height: 1.8;
        color: #333;
        max-width: 800px;
        margin: 0 auto;
        font-size: 16px;
        padding: 0 20px;
    }
    .fuji-h2 {
        color: #2c3e50;
        border-bottom: 2px solid #bdc3c7;
        padding-bottom: 12px;
        margin-top: 45px;
        font-size: 24px;
        font-weight: 700;
    }
    .fuji-h3 {
        color: #34495e;
        margin-top: 30px;
        font-size: 20px;
        font-weight: 600;
        border-left: 4px solid #c0392b;
        padding-left: 10px;
    }
    .roi-box {
        background-color: #e8f6f3;
        border-left: 5px solid #1abc9c;
        padding: 25px;
        margin: 30px 0;
        border-radius: 4px;
    }
    .tech-box {
        background-color: #fdf2e9;
        border-left: 5px solid #e67e22;
        padding: 25px;
        margin: 30px 0;
        border-radius: 4px;
    }
    .table-wrapper {
        overflow-x: auto;
        margin: 35px 0;
    }
    .decision-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.95em;
        min-width: 500px;
    }
    .decision-table th {
        background-color: #2980b9;
        color: white;
        padding: 15px;
        text-align: left;
    }
    .decision-table td {
        border: 1px solid #ecf0f1;
        border-bottom: 1px solid #bdc3c7;
        padding: 15px;
    }
    figure {
        display: block;
        text-align: center;
        margin: 35px 0;
    }
    .fuji-img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin: 0 auto;
        border-radius: 4px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    figcaption {
        text-align: center;
        font-size: 0.9em;
        color: #7f8c8d;
        margin-top: 10px;
    }
    .fuji-link {
        color: #2980b9;
        text-decoration: underline;
        font-weight: 600;
    }
    .fuji-link:hover {
        color: #1a5276;
    }
    .bullet-list li {
        margin-bottom: 12px;
    }
    .faq-section details {
        border: 1px solid #ecf0f1;
        border-radius: 4px;
        padding: 15px 20px;
        margin-bottom: 12px;
        background-color: #fafafa;
    }
    .faq-section summary {
        font-weight: 600;
        color: #2c3e50;
        cursor: pointer;
        font-size: 1.05em;
    }
    .faq-section details[open] summary {
        margin-bottom: 10px;
    }

    /* Responsive Design for Mobile Devices */
    @media (max-width: 768px) {
        .fuji-b2b-container {
            padding: 0 15px;
            font-size: 15px;
        }
        .fuji-h2 {
            font-size: 20px;
            margin-top: 30px;
        }
        .fuji-h3 {
            font-size: 18px;
        }
        .roi-box, .tech-box {
            padding: 18px;
            margin: 20px 0;
        }
        .decision-table {
            font-size: 0.9em;
        }
    }
