
    /* Reset & Base Settings */
    #fuji-inverter-detail { font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif; font-size: 16px; line-height: 1.8; color: #333; background-color: #fafafa; }
    #fuji-inverter-detail .article-container { max-width: 1200px; margin: 0 auto; padding: 0 20px 40px 20px; background-color: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-radius: 8px; }
    
    /* Typography & Headers */
    #fuji-inverter-detail h1 { font-size: 28px; color: #111; margin-bottom: 15px; font-weight: 800; border-bottom: 3px solid #b71c1c; padding-bottom: 10px; }
    #fuji-inverter-detail h2 { font-size: 22px; color: #111; border-left: 5px solid #b71c1c; padding-left: 15px; margin-top: 45px; margin-bottom: 20px; font-weight: 700; background: #f9f9f9; padding-top: 10px; padding-bottom: 10px; }
    #fuji-inverter-detail header h2 { margin-top: 0; }
    #fuji-inverter-detail h3 { font-size: 19px; color: #b71c1c; margin-top: 30px; margin-bottom: 15px; font-weight: 700; }
    #fuji-inverter-detail p { margin-bottom: 18px; text-align: justify; color: #444; }
    #fuji-inverter-detail a { color: #b71c1c; text-decoration: none; font-weight: 600; border-bottom: 1px dotted #b71c1c; transition: all 0.3s ease; }
    #fuji-inverter-detail a:hover { color: #d32f2f; border-bottom: 1px solid #d32f2f; }
    
    /* Lists */
    #fuji-inverter-detail ul.clean-list { list-style: none; padding: 0; margin: 0 0 25px 0; }
    #fuji-inverter-detail ul.clean-list li { position: relative; padding-left: 30px; margin-bottom: 12px; color: #444; }
    #fuji-inverter-detail ul.clean-list li::before { content: '✔'; position: absolute; left: 0; top: 0; color: #b71c1c; font-weight: 700; font-size: 18px; }
    
    /* Images */
    #fuji-inverter-detail img { display: block; max-width: 100%; height: auto !important; border-radius: 6px; margin: 30px auto; border: 1px solid #eee; box-shadow: 0 2px 10px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
    #fuji-inverter-detail img:hover { transform: scale(1.01); }
    #fuji-inverter-detail .img-spec { max-width: 750px; }
    
    /* Info Boxes */
    #fuji-inverter-detail .author-box { display: flex; align-items: center; background-color: #f1f3f5; padding: 20px; border-radius: 6px; margin-bottom: 30px; border-left: 4px solid #495057; }
    #fuji-inverter-detail .author-box .author-text { font-size: 14px; color: #555; }
    #fuji-inverter-detail .author-box strong { color: #222; font-size: 16px; display: block; margin-bottom: 5px; }
    
    #fuji-inverter-detail .tech-warning-box { background-color: #fff3e0; border: 1px solid #ffe0b2; border-left: 5px solid #ff9800; padding: 25px; margin: 35px 0; border-radius: 6px; }
    #fuji-inverter-detail .tech-warning-box strong { color: #e65100; display: block; margin-bottom: 12px; font-size: 18px; }
    #fuji-inverter-detail .note-box { background-color: #e3f2fd; border: 1px solid #bbdefb; border-left: 5px solid #2196f3; padding: 20px; margin: 25px 0; font-size: 15px; border-radius: 6px; color: #0d47a1; }
    
    /* FAQ */
    #fuji-inverter-detail .faq-wrapper { background: #fff; border: 1px solid #eaeaea; border-radius: 8px; padding: 25px; margin-top: 30px; }
    #fuji-inverter-detail .faq-item { margin-bottom: 20px; border-bottom: 1px solid #f0f0f0; padding-bottom: 20px; }
    #fuji-inverter-detail .faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    #fuji-inverter-detail .faq-q { font-weight: 700; display: block; margin-bottom: 8px; font-size: 17px; color: #b71c1c; }
    
    /* Call to Action */
    #fuji-inverter-detail .cta-section { background-color: #f8f9fa; padding: 35px; border-top: 4px solid #b71c1c; margin-top: 50px; text-align: center; border-radius: 8px; }
    #fuji-inverter-detail .cta-button { display: inline-block; background-color: #b71c1c; color: #fff; padding: 15px 30px; text-decoration: none; font-weight: bold; border-radius: 6px; margin-top: 15px; transition: background-color 0.3s; font-size: 16px; border-bottom: none; }
    #fuji-inverter-detail .cta-button:hover { background-color: #8e1515; color: #fff; }

    @media (max-width: 768px) { 
        #fuji-inverter-detail .article-container { padding: 0 15px 20px 15px; } 
        #fuji-inverter-detail h1 { font-size: 24px; }
        #fuji-inverter-detail h2 { font-size: 20px; }
    }
