
    .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;
    }
    .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; /* Accent color */
        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; /* Orange for Tech */
        padding: 25px;
        margin: 30px 0;
        border-radius: 4px;
    }
    .decision-table {
        width: 100%;
        border-collapse: collapse;
        margin: 35px 0;
        font-size: 0.95em;
    }
    .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);
    }
    .fuji-link {
        color: #2980b9;
        text-decoration: underline;
        font-weight: 600;
    }
    .fuji-link:hover {
        color: #1a5276;
    }
    .bullet-list li {
        margin-bottom: 12px;
    }
