
    /* SEO Optimization: Hide system titles to prevent layout shift before JS removes them */
    .ly_cases_list_2 .app_title,
    .ly_about_4 .themes_box_title, 
    .ly_other_2 .bread_crumb + h1 {
        display: none !important;
    }

    /* Main Container Styles */
    .fuji-portal-v11 {
        width: 100%;
        padding: 50px 0 0;
        background-color: #ffffff;
        text-align: center;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    .fuji-inner-portal {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    /* Dynamic Headline Styling */
    #fuji-dynamic-h1 {
        font-family: 'Oswald', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #1a1a1a;
        text-transform: uppercase;
        margin-bottom: 15px;
        letter-spacing: 0.8px;
        line-height: 1.3;
    }

    .pc-line-split { display: block; }

    .fuji-portal-divider {
        width: 120px;
        height: 3px;
        background-color: #b1060f;
        margin: 0 auto 25px;
        border: none;
    }

    .fuji-portal-p {
        font-size: 16px;
        line-height: 1.8;
        color: #444;
        text-align: justify;
        margin-bottom: 30px;
    }

    .f-bold-red { color: #b1060f; font-weight: 700; }
    .f-bold-black { color: #1a1a1a; font-weight: 700; }
    .f-txt-link { text-decoration: none; transition: 0.3s; }
    .f-txt-link:hover { text-decoration: underline; }

    /* Trust Signals */
    .fuji-trust-signals {
        padding: 30px 0;
        background-color: #f9f9f9;
        border-radius: 4px;
        margin-bottom: 35px;
    }
    .fuji-trust-flex {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }
    .trust-item { text-align: center; flex: 1; min-width: 220px; }
    .trust-icon {
        font-size: 24px;
        color: #b1060f;
        font-weight: 800;
        margin-bottom: 5px;
        font-family: 'Oswald', sans-serif;
    }
    .trust-text {
        font-size: 12px;
        font-weight: 700;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Navigation Action Buttons */
    .fuji-action-container {
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 45px;
    }

    .f-btn-main {
        display: inline-block;
        padding: 10px 15px;
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s ease;
        letter-spacing: 0.5px;
        min-width: 180px;
        border-radius: 2px;
        box-sizing: border-box;
    }

    .btn-red-fuji { background-color: #b1060f; color: #fff; border: 1px solid #b1060f; }
    .btn-red-fuji:hover { background-color: #333; border-color: #333; }
    .btn-black-fuji { background-color: transparent; color: #1a1a1a; border: 1px solid #1a1a1a; }
    .btn-black-fuji:hover { background-color: #1a1a1a; color: #fff; }

    /* Industry Filter Slider */
    .fuji-industry-filter-bar {
        width: 100%;
        background-color: #f2f2f2;
        padding: 15px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }
    .fuji-industry-filter-bar::-webkit-scrollbar { display: none; }
    .fuji-tag-flex { display: inline-flex; gap: 8px; padding: 0 15px; }

    .fuji-filter-tag {
        display: inline-block;
        padding: 6px 14px;
        background-color: #fff;
        color: #555;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        border: 1px solid #ccc;
        transition: all 0.3s ease;
        text-transform: uppercase;
    }

    .fuji-filter-tag:hover, .fuji-filter-tag.tag-active {
        background-color: #b1060f;
        color: #fff;
        border-color: #b1060f;
    }
    .tag-highlight { border-color: #b1060f; color: #b1060f; }

    /* Mobile Adaptations */
    @media (max-width: 768px) {
        .pc-line-split { display: inline; }
        .fuji-portal-v11 { padding: 30px 0 0; }
        #fuji-dynamic-h1 { font-size: 22px; }
        .fuji-portal-p { font-size: 14px; line-height: 1.6; text-align: left; }
        .fuji-trust-flex { gap: 15px; }
        .trust-item { min-width: 45%; }
        .f-btn-main { width: 100%; min-width: unset; }
    }
