
    /* Global Styles & Reset */
    .fuji-product-container {
        font-family: 'Verdana', 'Segoe UI', sans-serif;
        color: #333;
        line-height: 1.6;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        padding-top: 0 !important; 
        margin-top: 0 !important;
    }
    .fuji-product-container h2 {
        font-size: 22px;
        color: #000;
        border-bottom: 2px solid #0056b3;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-weight: 700;
        margin-top: 15px; 
    }
    .fuji-product-container h2:first-of-type { margin-top: 0; }
    .fuji-product-container h3 {
        font-size: 18px;
        color: #222;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .fuji-product-container p, .fuji-product-container li { font-size: 15px; margin-bottom: 12px; }
    .fuji-link {
        color: #0056b3;
        text-decoration: underline;
        font-weight: 500;
        transition: color 0.2s;
    }
    .fuji-link:hover { text-decoration: none; color: #003d80; }
    .fuji-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .fuji-col-text { flex: 1 1 500px; }
    .fuji-col-img {
        flex: 1 1 400px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .fuji-responsive-img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
        border: 1px solid #eee;
    }
    .fuji-caption { font-size: 13px; color: #666; margin-top: 5px; font-style: italic; }
    .fuji-spec-table {
        width: 100%;
        border-collapse: collapse;
        margin: 10px 0 20px 0;
        font-size: 15px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    .fuji-spec-table th, .fuji-spec-table td {
        border: 1px solid #e0e0e0;
        padding: 12px;
        text-align: left;
    }
    .fuji-spec-table th { background-color: #f0f4f8; font-weight: bold; color: #0056b3; width: 35%; }
    .fuji-features { list-style: none; padding: 0; }
    .fuji-features li { position: relative; padding-left: 28px; margin-bottom: 12px; }
    .fuji-features li::before {
        content: "✔";
        color: #0056b3;
        font-weight: bold;
        position: absolute;
        left: 0;
        font-size: 16px;
    }
    .fuji-faq-item {
        background-color: #fff;
        border: 1px solid #eee;
        border-left: 4px solid #0056b3;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 0 4px 4px 0;
    }
    .fuji-faq-question {
        font-weight: bold;
        display: block;
        margin-bottom: 8px;
        color: #0056b3;
        font-size: 16px;
    }
    .fuji-cta-box {
        background-color: #f0f4f8;
        padding: 25px;
        border-radius: 6px;
        margin-top: 30px;
        text-align: center;
        border: 1px solid #dbeafe;
    }
    .fuji-cta-button {
        display: inline-block;
        background-color: #0056b3;
        color: #fff !important;
        padding: 12px 35px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
        transition: background 0.3s;
        text-align: center;
        margin: 10px 0;
    }
    .fuji-cta-button:hover { background-color: #003d80; }
    @media (max-width: 768px) {
        .fuji-product-container { padding: 0 10px; }
        .fuji-product-container h2 { font-size: 20px; margin-top: 15px; }
        .fuji-spec-table th, .fuji-spec-table td { padding: 8px; font-size: 14px; }
        .fuji-grid { gap: 15px; }
    }
