
        /* Scoped Workspace Styling - Reset top spacing */
        #fuji-hf-case-study {
            font-family: 'Verdana', 'Arial', sans-serif;
            line-height: 1.6;
            color: #333333;
            background-color: #ffffff;
            font-size: 16px;
            margin-top: 0;
            padding-top: 0;
        }
        #fuji-hf-case-study * {
            box-sizing: border-box;
        }
        #fuji-hf-case-study .container {
            max-width: 1100px;
            width: 95%;
            margin: 0 auto;
            padding: 0 0 30px 0; /* Top padding removed */
        }
        #fuji-hf-case-study p:first-child {
            margin-top: 0;
        }
        
        /* Typography Strict Sizing */
        #fuji-hf-case-study h2 {
            font-size: 20px; /* Capped at 20px */
            font-weight: 700;
            color: #111111;
            margin-top: 25px;
            margin-bottom: 12px;
            border-bottom: 2px solid #BA0C2F; 
            padding-bottom: 6px;
        }
        #fuji-hf-case-study h3 {
            font-size: 18px; /* Capped below 20px */
            font-weight: 600;
            color: #222222;
            margin-top: 20px;
            margin-bottom: 10px;
            background-color: #fcfcfc;
            padding: 10px 14px;
            border-left: 4px solid #BA0C2F;
            border-radius: 0 4px 4px 0;
        }
        #fuji-hf-case-study p {
            font-size: 16px;
            margin-bottom: 14px;
            text-align: justify;
            color: #444444;
        }
        #fuji-hf-case-study strong {
            color: #000000;
        }
        #fuji-hf-case-study ul, #fuji-hf-case-study ol {
            font-size: 16px;
            margin-top: 0;
            margin-bottom: 15px;
            padding-left: 20px;
        }
        #fuji-hf-case-study li {
            margin-bottom: 6px;
        }
        #fuji-hf-case-study a {
            color: #BA0C2F;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px dashed #BA0C2F;
            transition: all 0.2s ease;
        }
        #fuji-hf-case-study a:hover {
            color: #000000;
            border-bottom: 1px solid #000000;
        }
        
        /* Interactive Media Elements */
        #fuji-hf-case-study .image-section {
            text-align: center;
            margin: 20px 0;
            background-color: #fafafa;
            padding: 10px;
            border-radius: 6px;
            border: 1px solid #eaeaea;
        }
        #fuji-hf-case-study .responsive-img {
            width: 100%;
            max-width: 600px;
            height: auto;
            border-radius: 4px;
            box-shadow: 0 3px 8px rgba(0,0,0,0.06);
            display: block;
            margin: 0 auto;
        }
        #fuji-hf-case-study .img-caption {
            font-size: 13px;
            color: #666666;
            margin-top: 8px;
            font-style: italic;
            display: block;
        }

        /* Technical Data Table Optimization */
        #fuji-hf-case-study .table-responsive {
            width: 100%;
            overflow-x: auto;
            margin: 20px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
            border-radius: 4px;
        }
        #fuji-hf-case-study .compare-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 15px;
            min-width: 550px;
        }
        #fuji-hf-case-study .compare-table th, #fuji-hf-case-study .compare-table td {
            padding: 10px 12px;
            border: 1px solid #e0e0e0;
            text-align: left;
        }
        #fuji-hf-case-study .compare-table th {
            background-color: #f5f5f5;
            font-weight: 700;
            color: #111111;
        }
        #fuji-hf-case-study .compare-table tr:nth-child(even) {
            background-color: #fafafa;
        }
        #fuji-hf-case-study .compare-table .highlight-col {
            background-color: #fffafb;
            font-weight: 600;
            border-left: 2px solid #BA0C2F;
            border-right: 2px solid #BA0C2F;
        }

        /* Highlight Boxes */
        #fuji-hf-case-study .info-box {
            background-color: #f8fcfd;
            border: 1px solid #e1eef5;
            border-left: 4px solid #0056b3;
            padding: 15px 20px;
            border-radius: 4px;
            margin: 20px 0;
        }
        #fuji-hf-case-study .field-test-box {
            background-color: #f7f9fa;
            border: 1px solid #e3e8eb;
            border-top: 3px solid #0056b3;
            padding: 20px 25px;
            border-radius: 5px;
            margin: 25px 0;
        }
        #fuji-hf-case-study .badge {
            background-color: #0056b3;
            color: #ffffff;
            padding: 3px 8px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            border-radius: 3px;
            display: inline-block;
            margin-bottom: 10px;
        }

        /* FAQ Styling */
        #fuji-hf-case-study .faq-wrapper {
            background-color: #fdfdfd;
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 20px;
            margin: 25px 0;
        }
        #fuji-hf-case-study .faq-block {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px dashed #e0e0e0;
        }
        #fuji-hf-case-study .faq-block:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        #fuji-hf-case-study .faq-q {
            font-weight: 700;
            color: #BA0C2F;
            font-size: 16px;
            margin-bottom: 5px;
            display: block;
        }

        /* Footer Call To Action */
        #fuji-hf-case-study .cta-btn {
            background-color: #BA0C2F;
            color: #ffffff !important;
            padding: 10px 24px;
            font-weight: 700;
            font-size: 16px;
            border-radius: 4px;
            display: inline-block;
            margin-top: 10px;
            border-bottom: none !important;
            box-shadow: 0 3px 8px rgba(186,12,47,0.2);
            transition: background-color 0.2s ease;
        }
        #fuji-hf-case-study .cta-btn:hover {
            background-color: #000000;
        }

        /* Ultra-Compact Mobile Optimization */
        @media (max-width: 768px) {
            #fuji-hf-case-study .container {
                width: 100%;
                padding: 0 10px 20px 10px;
            }
            #fuji-hf-case-study h2 {
                margin-top: 15px;
                margin-bottom: 8px;
            }
            #fuji-hf-case-study h3 {
                margin-top: 15px;
                margin-bottom: 8px;
                padding: 8px 10px;
            }
            #fuji-hf-case-study p {
                margin-bottom: 10px;
                line-height: 1.5;
            }
            #fuji-hf-case-study ul, #fuji-hf-case-study ol {
                margin-bottom: 12px;
            }
            #fuji-hf-case-study .image-section,
            #fuji-hf-case-study .info-box,
            #fuji-hf-case-study .field-test-box,
            #fuji-hf-case-study .faq-wrapper {
                margin: 15px 0;
                padding: 12px;
            }
            #fuji-hf-case-study .faq-block {
                margin-bottom: 10px;
                padding-bottom: 10px;
            }
        }
    