
    /* SCOPED CSS: Professional, Responsive, E-E-A-T Optimized */
    #fuji-inverter-detail {
        font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;
        line-height: 1.6;
        color: #333;
        font-size: 16px;
        background-color: #fff;
        max-width: 100%;
    }

    /* Container */
    #fuji-inverter-detail .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px 40px 15px;
    }

    /* Headings */
    #fuji-inverter-detail h2 {
        font-size: 20px; /* Max 20px */
        color: #000;
        border-bottom: 2px solid #b71c1c; /* Fuji Red */
        padding-bottom: 8px;
        margin-top: 30px;
        margin-bottom: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #fuji-inverter-detail h2:first-of-type {
        margin-top: 0;
    }

    #fuji-inverter-detail h3 {
        font-size: 18px;
        color: #444;
        margin-top: 25px;
        margin-bottom: 10px;
        font-weight: 700;
        border-left: 4px solid #b71c1c;
        padding-left: 10px;
    }

    #fuji-inverter-detail p {
        margin-bottom: 15px;
        text-align: justify;
    }

    /* Links */
    #fuji-inverter-detail a {
        color: #b71c1c;
        text-decoration: underline;
        font-weight: 600;
    }

    /* Feature List - Clean Style */
    #fuji-inverter-detail ul.clean-list {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }

    #fuji-inverter-detail ul.clean-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
        color: #444;
    }

    #fuji-inverter-detail ul.clean-list li::before {
        content: '✔';
        position: absolute;
        left: 0;
        top: 0;
        color: #b71c1c;
        font-weight: bold;
    }

    /* Images - Responsive */
    #fuji-inverter-detail img {
        display: block;
        max-width: 100%;
        height: auto !important;
        border-radius: 4px;
        margin: 20px auto;
        border: 1px solid #eee;
    }

    #fuji-inverter-detail .img-spec {
        max-width: 650px; /* Limit width for specs */
    }

    /* Technical Warning Box (The "Precaution" Section) */
    #fuji-inverter-detail .tech-warning-box {
        background-color: #fff3e0; /* Light Orange Background */
        border: 1px solid #ffe0b2;
        border-left: 5px solid #ff9800; /* Orange Border */
        padding: 20px;
        margin: 30px 0;
        border-radius: 4px;
    }

    #fuji-inverter-detail .tech-warning-box strong {
        color: #e65100;
        display: block;
        margin-bottom: 10px;
        font-size: 17px;
    }

    /* Export Note */
    #fuji-inverter-detail .note-box {
        background-color: #e3f2fd;
        border-left: 5px solid #2196f3;
        padding: 15px;
        margin: 20px 0;
        font-size: 15px;
    }

    /* FAQ */
    #fuji-inverter-detail .faq-item {
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    #fuji-inverter-detail .faq-q {
        font-weight: 700;
        display: block;
        margin-bottom: 5px;
    }

    /* Mobile Optimization */
    @media (max-width: 768px) {
        #fuji-inverter-detail .article-container {
            padding: 0 10px 30px 10px;
        }
    }
