
    /* SCOPED CSS: Professional, Responsive, E-E-A-T Optimized */
    #fuji-neoflex-detail {
        font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;
        line-height: 1.6;
        color: #333;
        font-size: 16px;
        background-color: #fff;
    }

    /* Container */
    #fuji-neoflex-detail .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 10px 20px 40px 20px;
    }

    /* Typography */
    #fuji-neoflex-detail h2 {
        font-size: 22px;
        color: #000;
        border-bottom: 2px solid #2ecc71; /* Neo Green */
        padding-bottom: 8px;
        margin-top: 35px;
        margin-bottom: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #fuji-neoflex-detail h2:first-of-type {
        margin-top: 0;
    }

    #fuji-neoflex-detail h3 {
        font-size: 18px;
        color: #444;
        margin-top: 25px;
        margin-bottom: 10px;
        font-weight: 600;
        border-left: 4px solid #2ecc71;
        padding-left: 10px;
    }

    #fuji-neoflex-detail p {
        margin-bottom: 15px;
        text-align: justify;
    }

    #fuji-neoflex-detail ul {
        margin-bottom: 20px;
        padding-left: 20px;
    }

    #fuji-neoflex-detail li {
        margin-bottom: 8px;
    }

    /* Links */
    #fuji-neoflex-detail a {
        color: #27ae60;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px dotted #27ae60;
        transition: color 0.3s;
    }
    #fuji-neoflex-detail a:hover {
        color: #1e8449;
    }

    /* Feature Grid */
    #fuji-neoflex-detail .feature-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 25px;
    }

    #fuji-neoflex-detail .feature-item {
        background: #fdfdfd;
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.03);
        transition: transform 0.2s;
    }
    
    #fuji-neoflex-detail .feature-item:hover {
        transform: translateY(-2px);
        border-color: #2ecc71;
    }

    #fuji-neoflex-detail .feature-item strong {
        color: #27ae60;
        display: block;
        margin-bottom: 8px;
        font-size: 18px;
    }

    /* Highlight Brand Blocks */
    #fuji-neoflex-detail .brand-highlight {
        background: linear-gradient(145deg, #f0fdf4, #ffffff);
        border-left: 5px solid #27ae60;
        padding: 25px;
        margin: 30px 0;
        border-radius: 0 8px 8px 0;
        box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    }

    /* Comparison Table */
    #fuji-neoflex-detail .comparison-wrapper {
        overflow-x: auto;
        margin: 20px 0;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    #fuji-neoflex-detail .comp-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
    }
    #fuji-neoflex-detail .comp-table th {
        background-color: #333;
        color: #fff;
        padding: 12px;
        text-align: center;
    }
    #fuji-neoflex-detail .comp-table td {
        padding: 10px;
        border-bottom: 1px solid #eee;
        text-align: center;
    }
    #fuji-neoflex-detail .comp-table tr:last-child td {
        border-bottom: none;
    }

    /* Images */
    #fuji-neoflex-detail .media-wrapper {
        text-align: center;
        margin: 25px 0;
    }

    #fuji-neoflex-detail .media-wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        border: 1px solid #eee;
    }
    
    #fuji-neoflex-detail .caption {
        font-size: 13px;
        color: #777;
        margin-top: 8px;
        font-style: italic;
    }

    /* Specs Table */
    #fuji-neoflex-detail .spec-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    #fuji-neoflex-detail .spec-table th, 
    #fuji-neoflex-detail .spec-table td {
        padding: 10px 12px;
        border: 1px solid #ddd;
        text-align: center;
    }

    #fuji-neoflex-detail .spec-table th {
        background-color: #eafaf1;
        color: #000;
        font-weight: 700;
    }

    /* Safety Box */
    #fuji-neoflex-detail .safety-box {
        background-color: #fff3cd;
        border-left: 5px solid #ffc107;
        padding: 15px;
        margin: 20px 0;
        border-radius: 4px;
    }

    /* FAQ */
    #fuji-neoflex-detail .faq-item {
        margin-bottom: 15px;
        border: 1px solid #eee;
        padding: 15px;
        border-radius: 6px;
        background-color: #fafafa;
    }

    #fuji-neoflex-detail .faq-question {
        font-weight: 700;
        color: #27ae60;
        display: block;
        margin-bottom: 8px;
        font-size: 17px;
        cursor: pointer;
    }

    /* CTA Button */
    #fuji-neoflex-detail .cta-box {
        margin-top: 40px;
        text-align: center;
        padding: 35px 20px;
        background-color: #f9f9f9;
        border-radius: 8px;
        border: 1px dashed #ccc;
    }
    
    #fuji-neoflex-detail .cta-btn {
        display: inline-block;
        background-color: #2ecc71;
        color: white !important;
        padding: 14px 30px;
        border-radius: 30px;
        font-size: 18px;
        margin-top: 20px;
        border: none;
        text-decoration: none;
        font-weight: bold;
        box-shadow: 0 4px 6px rgba(46, 204, 113, 0.3);
        transition: background-color 0.3s, transform 0.2s;
    }
    
    #fuji-neoflex-detail .cta-btn:hover {
        background-color: #27ae60;
        transform: translateY(-2px);
    }

    /* Mobile Media Queries */
    @media (max-width: 768px) {
        #fuji-neoflex-detail .feature-grid {
            grid-template-columns: 1fr;
        }
    }
