
    /* Reset & Base Settings */
    #fuji-die-detail-de { font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif; font-size: 16px; line-height: 1.8; color: #333; max-width: 1200px; margin: 0 auto; padding: 0 15px 40px 15px; }
    #fuji-die-detail-de h2 { font-size: 22px; color: #111; border-bottom: 2px solid #d32f2f; padding-bottom: 10px; margin-top: 45px; margin-bottom: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
    #fuji-die-detail-de h2:first-of-type { margin-top: 0; }
    #fuji-die-detail-de h3 { font-size: 18px; color: #d32f2f; margin-top: 30px; margin-bottom: 15px; font-weight: 700; }
    #fuji-die-detail-de p { margin-bottom: 18px; text-align: justify; color: #444; }
    #fuji-die-detail-de ul { margin-bottom: 25px; padding-left: 25px; color: #444; }
    #fuji-die-detail-de li { margin-bottom: 10px; }
    
    /* Image Styling */
    #fuji-die-detail-de img { display: block; width: 100%; max-width: 650px; height: auto !important; margin: 30px auto; border-radius: 6px; border: 1px solid #e0e0e0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
    #fuji-die-detail-de img:hover { transform: scale(1.02); }
    #fuji-die-detail-de img.img-spec-wide { max-width: 850px; }
    
    /* Layout Grids */
    .fuji-model-grid-de { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 45px; }
    .fuji-model-box-de { background: #fff; padding: 25px; border-top: 4px solid #d32f2f; border-radius: 6px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); transition: box-shadow 0.3s; border: 1px solid #f0f0f0; border-top: 4px solid #d32f2f; }
    .fuji-model-box-de:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
    .fuji-model-title-de { font-size: 20px; font-weight: 800; color: #111; margin-bottom: 15px; display: block; border-bottom: 1px solid #eee; padding-bottom: 10px; }
    
    .fuji-feature-grid-de { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 40px; }
    .fuji-feature-item-de { background: #f8f9fa; padding: 20px; border-left: 4px solid #d32f2f; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.03); }
    .fuji-feature-item-de strong { display: block; margin-bottom: 8px; color: #111; font-size: 17px; }
    
    /* Tables */
    .fuji-table-wrapper-de { overflow-x: auto; margin-bottom: 30px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
    .fuji-spec-table-de { width: 100%; border-collapse: collapse; min-width: 600px; background: #fff; }
    .fuji-spec-table-de th, .fuji-spec-table-de td { border: 1px solid #eaeaea; padding: 15px; text-align: left; font-size: 15px; }
    .fuji-spec-table-de th { background-color: #f1f3f5; width: 30%; font-weight: 700; color: #222; }
    .fuji-spec-table-de tr:hover { background-color: #fcfcfc; }
    
    /* Callouts & FAQ */
    .fuji-note-de { background-color: #e3f2fd; border: 1px solid #bbdefb; border-left: 5px solid #1976d2; padding: 20px; border-radius: 4px; font-size: 15px; margin-top: 25px; color: #0d47a1; }
    .fuji-faq-wrapper { background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 20px; }
    .fuji-faq-item-de { border-bottom: 1px solid #eee; padding: 15px 0; }
    .fuji-faq-item-de:last-child { border-bottom: none; }
    .fuji-faq-question-de { font-weight: 700; color: #d32f2f; display: block; margin-bottom: 8px; font-size: 16px; }
    .fuji-faq-answer-de { color: #555; font-size: 15px; }
    
    /* Links */
    .fuji-internal-links-de { margin-top: 50px; padding: 30px; background: #f8f9fa; border-radius: 8px; border: 1px solid #e9ecef; }
    .fuji-internal-links-de h3 { margin-top: 0; }
    .fuji-internal-links-de a { color: #d32f2f; text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: border-bottom 0.3s; }
    .fuji-internal-links-de a:hover { border-bottom: 1px solid #d32f2f; }
    
    /* Mobile Optimization */
    @media (max-width: 768px) { 
        #fuji-die-detail-de { padding: 0 10px 30px 10px; } 
        #fuji-die-detail-de h2 { font-size: 20px; margin-top: 35px; }
        .fuji-model-grid-de, .fuji-feature-grid-de { grid-template-columns: 1fr; }
        .fuji-spec-table-de th, .fuji-spec-table-de td { padding: 10px; font-size: 14px; }
    }
