
    .fuji-blog-container { font-family: Verdana, Geneva, sans-serif; font-size: 16px; line-height: 1.6; color: #333; margin: 0; padding: 0; }
    .fuji-blog-container h2 { font-size: 22px; font-weight: 700; color: #000; margin-top: 40px; margin-bottom: 15px; border-bottom: 2px solid #d32f2f; padding-bottom: 8px; }
    .fuji-blog-container h3 { font-size: 18px; font-weight: 600; color: #444; margin-top: 30px; margin-bottom: 10px; }
    .fuji-blog-container p { margin-bottom: 15px; text-align: justify; }
    .fuji-blog-container a { color: #d32f2f; text-decoration: underline; font-weight: bold; }
    .fuji-blog-container ul { background: #f9f9f9; padding: 20px 20px 20px 40px; border-radius: 6px; border-left: 4px solid #ddd; margin-bottom: 25px; }
    .fuji-blog-container li { margin-bottom: 10px; }
    .fuji-blog-container img { max-width: 100%; height: auto; display: block; margin: 20px auto; border-radius: 4px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
    
    .tech-table { width: 100%; border-collapse: collapse; margin: 25px 0; font-size: 15px; }
    .tech-table th, .tech-table td { border: 1px solid #ddd; padding: 12px; text-align: left; }
    .tech-table th { background-color: #f8f8f8; font-weight: bold; color: #000; }
    
    .company-profile { background-color: #fff; border: 1px solid #e0e0e0; padding: 25px; border-radius: 8px; margin-top: 40px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
    .company-profile h3 { color: #d32f2f; margin-top: 0; border-bottom: 1px solid #eee; padding-bottom: 10px; }
    
    .faq-section { margin-top: 40px; }
    .faq-box { background-color: #f9f9f9; border-left: 5px solid #d32f2f; padding: 15px; margin-bottom: 15px; border-radius: 0 4px 4px 0; }
    .faq-q { font-weight: bold; color: #000; display: block; margin-bottom: 8px; font-size: 16px; }
    .faq-a { color: #444; margin: 0; }
    
    .cta-box { background: linear-gradient(135deg, #d32f2f 0%, #9a0000 100%); color: #fff; padding: 35px 25px; text-align: center; border-radius: 8px; margin-top: 50px; }
    .cta-box h3 { color: #fff; margin-top: 0; font-size: 24px; }
    .cta-box p { color: #ffe0e0; font-size: 16px; margin-bottom: 25px; text-align: center; }
    .cta-btn { display: inline-block; background-color: #fff; color: #d32f2f !important; padding: 12px 30px; font-size: 16px; font-weight: bold; text-decoration: none !important; border-radius: 50px; transition: 0.3s; }
    .cta-btn:hover { background-color: #f1f1f1; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }

    @media (max-width: 768px) { .fuji-blog-container { font-size: 15px; } .fuji-blog-container h2 { font-size: 20px; } .tech-table { display: block; overflow-x: auto; } }
