
        .fuji-content-wrapper {
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            font-size: 17px;
            line-height: 1.8;
            color: #333333;
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 20px 30px 20px;
            box-sizing: border-box;
        }
        .fuji-content-wrapper h2 {
            font-size: 28px;
            font-weight: 700;
            color: #004d99;
            border-bottom: 2px solid #004d99;
            padding-bottom: 10px;
            margin-top: 40px;
        }
        .fuji-content-wrapper h3 {
            font-size: 22px;
            font-weight: 700;
            color: #1a1a1a;
            margin-top: 30px;
        }
        .fuji-content-wrapper p {
            margin-bottom: 18px;
        }
        .fuji-content-wrapper ul {
            margin-bottom: 22px;
            padding-left: 22px;
        }
        .fuji-content-wrapper li {
            margin-bottom: 10px;
        }
        .fuji-image-box {
            text-align: center;
            margin: 35px 0;
        }
        .fuji-image-box img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .fuji-table-wrapper {
            overflow-x: auto;
            margin: 30px 0;
        }
        .fuji-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 17px;
        }
        .fuji-table th, .fuji-table td {
            border: 1px solid #dddddd;
            padding: 14px;
            text-align: left;
        }
        .fuji-table th {
            background-color: #f5f7fa;
            color: #004d99;
            font-weight: 700;
        }
        .fuji-faq-item {
            background-color: #f9f9f9;
            border-left: 4px solid #004d99;
            padding: 18px 22px;
            margin-bottom: 22px;
            border-radius: 0 8px 8px 0;
        }
        .fuji-faq-item h4 {
            margin: 0 0 10px 0;
            font-size: 19px;
            font-weight: 700;
            color: #1a1a1a;
        }
        .fuji-faq-item p {
            margin: 0;
            color: #555;
        }
        .fuji-video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 100%;
            background: #000;
            margin: 20px 0 35px 0;
            border-radius: 8px;
        }
        .fuji-video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .fuji-video-notice {
            background-color: #f0f4f8;
            border-left: 4px solid #004d99;
            padding: 12px 18px;
            margin-top: 30px;
            margin-bottom: 0px;
            font-size: 15px;
            color: #444;
            border-radius: 0 6px 6px 0;
        }
        .fuji-link {
            color: #004d99;
            text-decoration: underline;
            font-weight: 700;
        }
        .fuji-link:hover {
            color: #003366;
        }
        .fuji-review-badge {
            display: inline-flex;
            align-items: center;
            background: #fff8e1;
            padding: 10px 18px;
            border-radius: 20px;
            color: #f57f17;
            font-weight: 700;
            margin-bottom: 20px;
            border: 1px solid #ffe082;
            font-size: 16px;
        }
        .fuji-cta-section {
            background: linear-gradient(135deg, #f0f4f8 0%, #e1ecf4 100%);
            border: 2px solid #004d99;
            border-radius: 12px;
            padding: 35px;
            margin: 45px 0 20px 0;
            box-shadow: 0 8px 24px rgba(0, 77, 153, 0.12);
        }
        .fuji-cta-section h2 {
            margin-top: 0;
            border-bottom: none;
            padding-bottom: 0;
        }
        .fuji-cta-actions {
            display: flex;
            gap: 15px;
            margin-top: 25px;
            flex-wrap: wrap;
            justify-content: center; /* Centering the buttons horizontally */
        }
        .fuji-btn-primary {
            background-color: #004d99;
            color: #ffffff !important;
            padding: 14px 28px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 700;
            display: inline-block;
            transition: background 0.2s;
            box-shadow: 0 4px 10px rgba(0, 77, 153, 0.2);
        }
        .fuji-btn-primary:hover {
            background-color: #003366;
        }
        .fuji-btn-secondary {
            background-color: #ffffff;
            color: #004d99 !important;
            border: 2px solid #004d99;
            padding: 12px 26px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 700;
            display: inline-block;
            transition: background 0.2s;
        }
        .fuji-btn-secondary:hover {
            background-color: #f0f4f8;
        }
        @media (max-width: 768px) {
            .fuji-content-wrapper { padding: 0 12px 20px 12px; font-size: 16px; }
            .fuji-content-wrapper h2 { font-size: 24px; }
            .fuji-table th, .fuji-table td { padding: 10px; font-size: 15px; }
            .fuji-cta-section { padding: 20px; }
        }
    