
    .fuji-guide-wrapper-breakout { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background-color: #fff; padding: 50px 0; }
    .fuji-guide-container { width: 96%; max-width: 1440px; margin: 0 auto; font-family: 'Segoe UI', sans-serif; }
    .fuji-guide-main-title { font-size: 32px; font-weight: 800; text-align: center; margin-bottom: 35px; color: #000; }
    .fuji-guide-intro { font-size: 16px; text-align: center; max-width: 1000px; margin: 0 auto 50px auto; line-height: 1.8; color: #444; }
    .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; }
    .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; color: #333; }
    .fuji-guide-links-box { text-align: center; background: #f4f4f4; padding: 30px; border-radius: 6px; margin-bottom: 40px; }
    
    /* --- FIXED CENTER ALIGNMENT --- */
    .fuji-guide-cta-container { text-align: center; width: 100%; display: block; }
    
    .fuji-bottom-btn { display: inline-block; background-color: #333; color: #fff; font-size: 16px; font-weight: 800; padding: 14px 50px; border-radius: 4px; text-decoration: none; text-transform: uppercase; transition: background 0.3s; }
    .fuji-bottom-btn:hover { background-color: #ba372a; }
    
    @media (max-width: 900px) { .fuji-guide-wrapper-breakout { width: 100%; margin: 0; left: 0; } .fuji-bottom-btn { display: block; width: 100%; text-align: center; } }
