
    /* --- FORCE HIDE PRICES --- */
    .prod_price, .price_data, .ueeshop_price, .product_price, .price_box { display: none !important; }

    /* --- LAYOUT FIXES --- */
    .fuji-hero-wrapper-breakout { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background-color: #fff; padding: 50px 0; border-bottom: none; }
    .fuji-hero-container { width: 96%; max-width: 1440px; margin: 0 auto; display: flex !important; flex-wrap: wrap !important; align-items: center; justify-content: flex-start; gap: 50px; }
    
    .fuji-hero-image { flex: 0 0 42% !important; max-width: 650px; display: flex; justify-content: center; }
    .fuji-hero-image img { width: 92%; height: auto; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
    
    .fuji-hero-content { flex: 1 !important; min-width: 350px; font-family: 'Segoe UI', Verdana, sans-serif; color: #333; }
    .fuji-hero-content h2 { font-size: 34px; font-weight: 800; color: #000; margin: 0 0 10px 0; line-height: 1.2; }
    .fuji-hero-subhead { font-size: 20px; font-weight: 700; color: #ba372a; margin-bottom: 20px; display: block; font-style: italic; }
    .fuji-hero-intro { font-size: 16px; color: #444; margin-bottom: 20px; text-align: justify; line-height: 1.6; }
    
    .fuji-feature-list { list-style: none; padding: 0; margin: 0 0 25px 0; }
    .fuji-feature-list li { position: relative; padding-left: 20px; margin-bottom: 12px; font-weight: 500; font-size: 16px; }
    .fuji-feature-list li::before { content: '•'; position: absolute; left: 0; color: #ba372a; font-weight: 900; font-size: 18px; }
    
    .fuji-setup-detail { font-size: 15px; background: #f8f9fa; padding: 15px 20px; border-radius: 4px; margin-bottom: 20px; border-left: 5px solid #ba372a; }
    .fuji-text-link { color: #ba372a; text-decoration: underline; font-weight: 700; }
    
    /* RESTORED CONTENT STYLE */
    .fuji-app-text { font-size: 15px; color: #555; margin-bottom: 25px; line-height: 1.6; text-align: justify; }

    .fuji-btn-quote { display: inline-block; background-color: #f4c01e; color: #000; font-weight: 800; font-size: 16px; padding: 14px 45px; border-radius: 4px; text-decoration: none; text-transform: uppercase; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
    .fuji-scroll-link { display: inline-block; margin-left: 25px; font-size: 15px; font-weight: 600; color: #555; text-decoration: underline; }

    @media (max-width: 900px) {
        .fuji-hero-wrapper-breakout { width: 100%; margin: 0; left: 0; }
        .fuji-hero-container { flex-direction: column; gap: 25px; }
        .fuji-hero-image { flex: 1 1 100% !important; max-width: 100%; }
        .fuji-btn-quote { display: block; text-align: center; width: 100%; margin-bottom: 15px; }
        .fuji-scroll-link { display: block; margin-left: 0; text-align: center; }
    }
