
    /* SCOPED CSS: E-E-A-T & Mobile Optimized */
    #fuji-superflex-detail { 
        font-family: 'Verdana', 'Segoe UI', sans-serif; 
        line-height: 1.6; 
        color: #333; 
        font-size: 16px; 
        background-color: #fff; 
    }
    #fuji-superflex-detail .article-container { 
        max-width: 1200px; 
        margin: 0 auto; 
        padding: 0 15px 30px 15px; 
    }
    #fuji-superflex-detail h2 { 
        font-size: 22px; 
        color: #000; 
        border-bottom: 2px solid #27ae60; 
        padding-bottom: 8px; 
        margin-top: 35px; 
        margin-bottom: 20px; 
        font-weight: 700; 
    }
    #fuji-superflex-detail h2:first-of-type { margin-top: 0; }
    #fuji-superflex-detail h3 { 
        font-size: 18px; 
        color: #14532d; 
        margin-top: 25px; 
        margin-bottom: 15px; 
        font-weight: 600; 
    }
    #fuji-superflex-detail p { 
        margin-bottom: 15px; 
        text-align: justify; 
    }
    #fuji-superflex-detail a { 
        color: #27ae60; 
        text-decoration: none; 
        font-weight: 600; 
        border-bottom: 1px solid transparent; 
        transition: border-color 0.3s ease;
    }
    #fuji-superflex-detail a:hover { border-bottom: 1px solid #27ae60; }
    
    /* Comparison Box */
    #fuji-superflex-detail .comparison-box { 
        background: #f0fdf4; 
        border: 1px solid #bbf7d0; 
        padding: 20px; 
        border-radius: 8px; 
        margin: 30px 0; 
    }
    #fuji-superflex-detail .comparison-grid { 
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        gap: 20px; 
        margin-top: 15px; 
    }
    #fuji-superflex-detail .comp-col { 
        background: #fff; 
        padding: 20px; 
        border-radius: 6px; 
        border: 1px solid #e5e7eb; 
        box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }
    #fuji-superflex-detail .comp-title { 
        font-weight: bold; 
        display: block; 
        margin-bottom: 12px; 
        color: #166534; 
        font-size: 18px; 
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
    }
    
    /* Field Test Module */
    #fuji-superflex-detail .field-test-box {
        background: #f8fafc;
        border-left: 5px solid #0f172a;
        padding: 20px;
        margin: 30px 0;
        border-radius: 0 6px 6px 0;
    }
    #fuji-superflex-detail .field-test-box h3 { color: #0f172a; margin-top: 0; }

    /* Features Grid */
    #fuji-superflex-detail .feature-grid { 
        display: grid; 
        grid-template-columns: repeat(2, 1fr); 
        gap: 15px; 
        margin-bottom: 25px; 
    }
    #fuji-superflex-detail .feature-item { 
        background: #fdfdfd; 
        padding: 15px; 
        border: 1px solid #eaeaea; 
        border-radius: 6px; 
        font-size: 15px; 
    }
    #fuji-superflex-detail .feature-item strong { 
        color: #27ae60; 
        display: block; 
        margin-bottom: 5px; 
        font-size: 16px;
    }

    /* Media & Tables */
    #fuji-superflex-detail .media-wrapper { text-align: center; margin: 25px 0; }
    #fuji-superflex-detail .media-wrapper img { 
        max-width: 600px; 
        width: 100%; 
        height: auto; 
        border-radius: 6px; 
        box-shadow: 0 3px 8px rgba(0,0,0,0.08); 
    }
    #fuji-superflex-detail .table-wrapper { overflow-x: auto; margin-bottom: 25px; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    #fuji-superflex-detail table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 15px; }
    #fuji-superflex-detail th, #fuji-superflex-detail td { padding: 14px; border: 1px solid #ddd; text-align: left; }
    #fuji-superflex-detail th { background-color: #f0fdf4; font-weight: 700; color: #111; }
    
    /* FAQ */
    #fuji-superflex-detail .faq-item { 
        background: #fff; 
        border-left: 4px solid #27ae60; 
        padding: 15px; 
        margin-bottom: 15px; 
        box-shadow: 0 1px 3px rgba(0,0,0,0.05); 
    }
    #fuji-superflex-detail .faq-question { font-weight: 700; color: #000; display: block; margin-bottom: 8px; }

    /* CTA */
    #fuji-superflex-detail .cta-section {
        background-color: #111;
        color: #fff;
        padding: 30px;
        text-align: center;
        border-radius: 8px;
        margin-top: 40px;
    }
    #fuji-superflex-detail .cta-section a {
        display: inline-block;
        background-color: #27ae60;
        color: #fff;
        padding: 12px 25px;
        border-radius: 4px;
        margin-top: 15px;
        border: none;
    }
    #fuji-superflex-detail .cta-section a:hover { background-color: #1e8449; }

    @media (max-width: 768px) {
        #fuji-superflex-detail .feature-grid, #fuji-superflex-detail .comparison-grid { grid-template-columns: 1fr; }
        #fuji-superflex-detail h2 { font-size: 20px; }
    }
