
    .fuji-guide-wrapper-breakout { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background-color: #fff; padding: 50px 0; margin-top: -120px; z-index: 5; }
    .fuji-guide-container { width: 96%; max-width: 1440px; margin: 0 auto; box-sizing: border-box; font-family: 'Segoe UI', sans-serif; color: #333; }
    .fuji-guide-main-title { font-size: 32px; font-weight: 800; color: #000; text-align: center; margin-bottom: 35px; line-height: 1.2; }
    .fuji-guide-intro { font-size: 16px; color: #444; width: 100%; max-width: 900px; margin: 0 auto 50px auto; text-align: center; line-height: 1.8; }
    .fuji-guide-grid { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; margin-bottom: 50px; }
    .fuji-guide-col { flex: 1; min-width: 300px; background: #f9f9f9; padding: 30px; border-radius: 6px; border-top: 5px solid #ba372a; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
    .fuji-col-title { font-size: 20px; font-weight: 800; color: #ba372a; margin-bottom: 15px; display: block; text-transform: uppercase; }
    .fuji-col-text { font-size: 15px; line-height: 1.6; text-align: justify; }
    .fuji-synergy-block { text-align: left; width: 100%; margin: 0 0 50px 0; font-size: 16px; line-height: 1.8; padding: 25px; background-color: #f8f9fa; border-left: 5px solid #000; border-radius: 4px; }
    .fuji-action-container { background-color: #fff; border: 1px solid #eee; padding: 30px; border-radius: 6px; margin-bottom: 40px; }
    .fuji-primary-action-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
    .fuji-bottom-btn { display: inline-block; background-color: #333; color: #fff !important; font-size: 15px; font-weight: 800; padding: 12px 35px; border-radius: 4px; text-decoration: none; text-transform: uppercase; }
    .fuji-text-link { color: #ba372a; text-decoration: underline; font-weight: 700; }
    @media (max-width: 900px) { .fuji-guide-wrapper-breakout { width: 100%; margin: 0; left: 0; margin-top: 0 !important; } .fuji-primary-action-row { flex-direction: column; text-align: center; } .fuji-bottom-btn { width: 100%; } }
