
    /* --- 1. FORCE FULL WIDTH BACKGROUND (RTL) --- */
    .fuji-hero-wrapper-breakout-rtl { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background-color: #fff; padding: 50px 0; border-bottom: none; direction: rtl; text-align: right; }
    /* --- 2. Inner Container --- */
    .fuji-hero-container-rtl { width: 96%; max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: flex-start; gap: 50px; }
    /* --- 3. Left Side: Image --- */
    .fuji-hero-image-rtl { flex: 0 0 42%; max-width: 650px; position: relative; display: flex; justify-content: center; align-items: center; background-color: #fff; border: 1px solid #f5f5f5; border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); min-height: 450px; box-sizing: border-box; padding: 0; }
    .fuji-hero-image-rtl img { width: 98%; height: auto; max-height: 98%; display: block; opacity: 1 !important; visibility: visible !important; object-fit: contain; }
    /* --- 4. Right Side: Text --- */
    .fuji-hero-content-rtl { flex: 1; min-width: 350px; font-family: 'Tahoma', 'Segoe UI', sans-serif; color: #333; display: flex; flex-direction: column; justify-content: center; }
    .fuji-hero-content-rtl h2 { font-size: 34px; font-weight: 800; color: #000; margin-top: 0; margin-bottom: 10px; line-height: 1.2; }
    .fuji-hero-subhead-rtl { font-size: 20px; font-weight: 700; color: #ba372a; margin-bottom: 20px; display: block; font-style: italic; }
    .fuji-hero-intro-rtl { font-size: 16px; color: #444; margin-bottom: 20px; text-align: justify; line-height: 1.6; }
    .fuji-hero-intro-rtl strong { color: #000; font-weight: 700; }
    .fuji-feature-list-rtl { list-style: none; padding: 0; margin: 0 0 25px 0; }
    .fuji-feature-list-rtl li { position: relative; padding-right: 20px; padding-left: 0; margin-bottom: 12px; font-weight: 500; color: #333; font-size: 16px; }
    .fuji-feature-list-rtl li strong { color: #000; font-weight: 700; }
    /* RTL Bullet Point */
    .fuji-feature-list-rtl li::before { content: '•'; position: absolute; right: 0; top: 0px; color: #ba372a; font-weight: 900; font-size: 18px; }
    /* RTL Border */
    .fuji-setup-detail-rtl { font-size: 15px; color: #333; background: #f8f9fa; padding: 15px 20px; border-radius: 4px; margin-bottom: 20px; border-right: 5px solid #ba372a; border-left: none; line-height: 1.6; }
    .fuji-setup-detail-rtl strong { color: #ba372a; }
    .fuji-text-link { color: #ba372a; text-decoration: underline; font-weight: 700; transition: color 0.2s; }
    .fuji-text-link:hover { color: #000; }
    .fuji-btn-row-rtl { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
    .fuji-btn-quote { display: inline-block; background-color: #f4c01e; color: #000; font-weight: 800; font-size: 16px; padding: 12px 30px; border-radius: 4px; text-decoration: none; transition: all 0.3s ease; text-transform: uppercase; border: none; cursor: pointer; box-shadow: 0 4px 6px rgba(0,0,0,0.1); width: fit-content; }
    .fuji-btn-quote:hover { background-color: #dcb311; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0,0,0,0.15); color: #000; }
    .fuji-scroll-link { display: inline-block; font-size: 15px; font-weight: 600; color: #555; text-decoration: underline; cursor: pointer; transition: color 0.2s ease; }
    .fuji-scroll-link:hover { color: #ba372a; }
    @media (max-width: 900px) { 
        .fuji-hero-wrapper-breakout-rtl { width: 100%; margin: 0; left: 0; }
        .fuji-hero-container-rtl { flex-direction: column; gap: 25px; }
        .fuji-hero-image-rtl { flex: 1 1 100%; max-width: 100%; min-height: auto; aspect-ratio: 1/1; padding: 0 !important; }
        .fuji-hero-image-rtl img { width: 98% !important; max-width: 98% !important; }
        .fuji-btn-row-rtl { flex-direction: column; width: 100%; gap: 15px; }
        .fuji-btn-quote { display: block; text-align: center; width: 100%; box-sizing: border-box; }
        .fuji-scroll-link { display: block; text-align: center; }
    }
