
    .fuji-product-detail { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #333; max-width: 100%; margin: 0 auto; padding: 15px; box-sizing: border-box; }
    .fuji-product-detail h2 { font-size: 22px; font-weight: 700; color: #111; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px; margin-top: 35px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
    .fuji-product-detail h2:first-of-type { margin-top: 0; }
    .fuji-product-detail h3 { font-size: 19px; font-weight: 600; color: #C41230; margin-top: 25px; margin-bottom: 12px; }
    .fuji-product-detail p { margin-bottom: 16px; text-align: justify; }
    .fuji-product-detail ul { margin-bottom: 20px; padding-left: 0; list-style: none; }
    .fuji-product-detail li { margin-bottom: 10px; padding-left: 25px; position: relative; }
    .check-icon { position: absolute; left: 0; color: #e60012; font-weight: bold; }
    
    .advantage-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; }
    .advantage-card { flex: 1 1 calc(50% - 20px); background: #f8f9fa; padding: 20px; border-left: 4px solid #C41230; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
    .advantage-title { display: block; font-size: 17px; font-weight: 700; margin-bottom: 8px; color: #000; }
    
    .table-wrapper { overflow-x: auto; margin-bottom: 25px; }
    .spec-table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 16px; }
    .spec-table td { padding: 12px 15px; border: 1px solid #e0e0e0; }
    .spec-label { font-weight: 700; background-color: #f1f1f1; width: 40%; color: #222; }
    
    .fuji-product-detail img { max-width: 100%; height: auto; display: block; margin: 25px auto; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
    
    .safety-box { background-color: #fffbf0; border: 1px solid #f9e79f; padding: 20px; border-radius: 8px; margin: 30px 0; }
    
    .cta-box { background-color: #fff; border: 1px solid #eaeaea; box-shadow: 0 5px 15px rgba(0,0,0,0.05); padding: 30px; text-align: center; margin-top: 40px; border-radius: 8px; }
    .cta-link { color: #C41230; text-decoration: none; font-weight: 700; margin: 0 15px; border-bottom: 2px solid transparent; transition: border-color 0.3s; }
    .cta-link:hover { border-bottom-color: #C41230; }

    @media (max-width: 768px) { .advantage-card { flex: 1 1 100%; } .spec-label { width: 45%; } }
