
    /* French Font Optimization */
    .fuji-product-container { font-family: 'Segoe UI', Verdana, sans-serif; font-size: 16px; line-height: 1.6; color: #333; max-width: 100%; margin: 0 auto; padding: 0 10px; }
    .fuji-product-container h2 { font-size: 20px; font-weight: 700; color: #000; border-bottom: 2px solid #b71c1c; padding-bottom: 10px; margin-top: 30px; margin-bottom: 20px; }
    .fuji-product-container h3 { font-size: 18px; font-weight: 700; color: #444; margin-top: 25px; margin-bottom: 15px; border-left: 4px solid #b71c1c; padding-left: 15px; }
    .fuji-figure { margin: 25px 0; text-align: center; }
    /* Hero Image Limited to 650px */
    .fuji-hero-img { max-width: 650px !important; width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
    .fuji-img-responsive { max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
    .fuji-tech-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
    .fuji-tech-table th, .fuji-tech-table td { border: 1px solid #ccc; padding: 12px; text-align: left; }
    .fuji-tech-table th { background-color: #f4f4f4; font-weight: bold; width: 35%; }
    .fuji-alert { background-color: #fff3cd; border: 1px solid #ffeeba; color: #856404; padding: 20px; border-radius: 5px; margin: 25px 0; border-left: 5px solid #ffc107; }
    .fuji-steps { counter-reset: fuji-counter; list-style: none; padding: 0; }
    .fuji-steps li { position: relative; padding-left: 40px; margin-bottom: 15px; }
    .fuji-steps li::before { counter-increment: fuji-counter; content: counter(fuji-counter); position: absolute; left: 0; top: 0; width: 28px; height: 28px; background-color: #333; color: #fff; border-radius: 50%; text-align: center; line-height: 28px; font-size: 14px; font-weight: bold; }
    .fuji-faq-item { background-color: #f9f9f9; padding: 15px; border-left: 4px solid #333; margin-bottom: 15px; }
    .fuji-link { color: #0056b3; text-decoration: underline; font-weight: bold; }
    .fuji-caption { font-size: 14px; color: #666; margin-top: 8px; font-style: italic; display: block; }
