
    /* Base Settings & Typography */
    .fuji-economic-wrapper { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #2c3e50; line-height: 1.7; max-width: 1000px; margin: 0 auto; padding: 20px; background: #fff; }
    .fuji-economic-wrapper p, .fuji-economic-wrapper li { font-size: 16px; margin-bottom: 18px; }
    
    /* Headers */
    .fuji-economic-wrapper h1 { font-size: 28px; font-weight: 800; color: #111; margin-bottom: 20px; line-height: 1.3; }
    .fuji-economic-wrapper h2 { font-size: 22px; font-weight: 700; color: #000; margin-top: 45px; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 3px solid #d32f2f; line-height: 1.3; }
    .fuji-economic-wrapper h3 { font-size: 19px; font-weight: 600; margin-top: 30px; margin-bottom: 12px; color: #b71c1c; }
    
    /* Links & Images */
    .fuji-economic-wrapper a { color: #d32f2f; text-decoration: none; font-weight: 600; border-bottom: 1px dotted #d32f2f; transition: all 0.3s ease; }
    .fuji-economic-wrapper a:hover { border-bottom: 1px solid #b71c1c; color: #b71c1c; }
    .fuji-economic-wrapper img { max-width: 100%; height: auto; display: block; margin: 30px auto 10px auto; border-radius: 6px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
    .img-caption { text-align: center; font-size: 14px; color: #666; margin-bottom: 30px; font-style: italic; }
    
    /* E-E-A-T Author Box */
    .author-box { display: flex; align-items: center; background-color: #f8f9fa; border-left: 4px solid #d32f2f; padding: 15px 20px; margin-bottom: 35px; border-radius: 0 6px 6px 0; }
    .author-box p { margin: 0; font-size: 15px; color: #555; }
    .author-box strong { color: #111; font-size: 16px; }

    /* Tables */
    .roi-table-container { overflow-x: auto; margin: 30px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-radius: 6px; }
    .roi-table { width: 100%; border-collapse: collapse; min-width: 600px; background: #fff; }
    .roi-table th, .roi-table td { border: 1px solid #eaeaea; padding: 15px; text-align: left; }
    .roi-table th { background-color: #f1f3f5; font-weight: 700; color: #222; }
    .roi-table tr:hover { background-color: #fcfcfc; }
    .roi-highlight { background-color: #e8f5e9; font-weight: bold; color: #2e7d32; border-left: 4px solid #4caf50 !important; }
    
    /* Callouts & FAQ */
    .insight-box { background-color: #fff8e1; border: 1px solid #ffe082; border-left: 5px solid #ffc107; padding: 20px; margin: 30px 0; border-radius: 4px; }
    .insight-box h3 { margin-top: 0; color: #f57f17; }
    .faq-wrapper { margin-top: 50px; background: #fafafa; padding: 30px; border-radius: 8px; border: 1px solid #eee; }
    .faq-item { margin-bottom: 20px; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px; }
    .faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .faq-question { display: block; font-weight: 700; margin-bottom: 8px; color: #111; font-size: 17px; }
    
    /* Mobile Optimization */
    @media (max-width: 768px) {
        .fuji-economic-wrapper { padding: 15px; }
        .fuji-economic-wrapper h1 { font-size: 24px; }
        .fuji-economic-wrapper h2 { font-size: 20px; margin-top: 35px; }
        .roi-table th, .roi-table td { padding: 10px; font-size: 14px; }
    }
