
    .fuji-product-container { font-family: 'Verdana', 'Segoe UI', sans-serif; font-size: 16px; color: #333; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; overflow-x: hidden; }
    .fuji-product-container h2 { font-size: 24px; font-weight: 700; color: #111; margin-top: 30px; margin-bottom: 15px; border-bottom: 2px solid #b71c1c; padding-bottom: 8px; text-transform: uppercase; }
    .fuji-product-container h3 { font-size: 19px; color: #444; margin-top: 20px; margin-bottom: 12px; font-weight: 600; border-left: 4px solid #b71c1c; padding-left: 10px; }
    .fuji-product-container p { margin-bottom: 15px; text-align: justify; }
    .fuji-product-container a { color: #b71c1c; text-decoration: none; font-weight: 600; border-bottom: 1px dotted #b71c1c; transition: opacity 0.2s; }
    .fuji-product-container a:hover { opacity: 0.8; }
    .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 20px auto; max-width: 800px; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
    .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
    .feature-image { display: block; margin: 25px auto; max-width: 100%; width: 700px; height: auto; border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
    .quote-box { background-color: #f8f9fa; padding: 20px; border-left: 5px solid #b71c1c; margin: 20px 0; font-size: 17px; font-style: italic; border-radius: 0 4px 4px 0; }
    .feature-list { list-style: none; padding: 0; margin: 0 0 25px 0; }
    .feature-list li { margin-bottom: 12px; padding-left: 28px; position: relative; }
    .feature-list li::before { content: '✅'; position: absolute; left: 0; top: 0; }
    .comparison-table { width: 100%; border-collapse: collapse; margin-top: 15px; margin-bottom: 25px; font-size: 15px; min-width: 600px; }
    .table-wrapper { overflow-x: auto; }
    .comparison-table th, .comparison-table td { border: 1px solid #ddd; padding: 12px; text-align: left; }
    .comparison-table th { background-color: #f1f1f1; font-weight: 700; color: #000; }
    .comparison-table td strong { color: #b71c1c; }
    .cta-button { background-color: #b71c1c; color: #fff !important; padding: 12px 28px; text-decoration: none !important; font-weight: bold; border-radius: 4px; font-size: 18px; display: inline-block; transition: background-color 0.3s, transform 0.2s; border: none; }
    .cta-button:hover { background-color: #8b0000; transform: translateY(-2px); }
    @media (max-width: 768px) { .fuji-product-container h2 { font-size: 20px; } .quote-box { font-size: 15px; } }
