
    /* =========================================
       Fuji Contact Page - International Business Final
       Theme: Industrial Green | Width: 1200px | UEESHOP Safe
       ========================================= */

    /* Main Wrapper */
    .fuji-master-wrapper {
        font-family: 'Helvetica Neue', Arial, sans-serif;
        color: #333;
        line-height: 1.6;
        box-sizing: border-box;
        max-width: 1200px; 
        width: 95%;
        margin: 40px auto;
        background: #fff;
        border: 1px solid #e5e5e5;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0 15px 40px rgba(0,0,0,0.05);
        border-radius: 8px;
        overflow: hidden;
    }

    .fuji-master-wrapper * { box-sizing: border-box; }

    /* --- Left Column: Support & Support (60%) --- */
    .fuji-info-col {
        flex: 1.3; 
        min-width: 350px;
        padding: 50px;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
    }

    /* SEO H2 Title */
    .fuji-h2-title {
        font-size: 32px;
        font-weight: 700;
        color: #1e5631; 
        margin: 0 0 15px 0;
        line-height: 1.2;
    }

    .fuji-p-intro {
        font-size: 16px;
        color: #555;
        margin-bottom: 25px;
    }

    .fuji-img-frame {
        width: 100%;
        margin-bottom: 25px;
        border-radius: 4px;
        overflow: hidden;
    }

    .fuji-img-frame img {
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: cover;
        display: block;
    }

    /* Why Connect Section */
    .fuji-feature-box {
        background-color: #f6faf5; 
        padding: 25px;
        border-left: 5px solid #2e7d32;
        margin-bottom: 25px;
    }

    .fuji-feature-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .fuji-feature-list li {
        position: relative;
        padding-left: 25px;
        font-size: 15px;
        color: #333;
        font-weight: 500;
    }

    .fuji-feature-list li::before {
        content: "✔";
        color: #2e7d32;
        position: absolute;
        left: 0;
        font-weight: bold;
        font-size: 18px;
    }

    /* WhatsApp Interaction Hub */
    .fuji-wa-hub {
        display: flex;
        align-items: center;
        background: #fafafa;
        border: 1px solid #eee;
        padding: 20px;
        border-radius: 6px;
        margin-top: 10px;
    }

    .fuji-qr-slot {
        width: 110px;
        height: 110px;
        margin-right: 20px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 4px;
        flex-shrink: 0;
    }
    
    .fuji-qr-slot img { width: 100%; height: 100%; object-fit: contain; }

    .fuji-wa-btn {
        display: inline-block;
        background-color: #25D366;
        color: white;
        text-decoration: none;
        padding: 10px 22px;
        border-radius: 50px;
        font-weight: bold;
        font-size: 15px;
        margin-top: 8px;
    }

    /* Brand Spirit Info */
    .fuji-brand-footer {
        margin-top: 35px;
        padding-top: 20px;
        border-top: 1px solid #f0f0f0;
        font-size: 14px;
        color: #888;
    }

    .fuji-brand-footer strong { color: #1e5631; display: block; margin-bottom: 4px; }

    /* --- Right Column: International Portal (40%) --- */
    .fuji-form-col {
        flex: 1; 
        min-width: 350px;
        background-color: #1e5631; 
        background-image: linear-gradient(160deg, #1e5631 0%, #0d2e16 100%);
        padding: 50px 40px;
        color: white;
        display: flex;
        flex-direction: column;
    }

    .fuji-form-header h3 { font-size: 26px; margin: 0 0 10px 0; color: #fff; }
    .fuji-form-header p { color: #c8e6c9; font-size: 15px; margin-bottom: 30px; }

    /* Form Fields Styling */
    .fuji-label {
        font-size: 13px;
        text-transform: uppercase;
        color: #c8e6c9;
        margin-bottom: 6px;
        display: block;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .fuji-input-field {
        width: 100%;
        padding: 12px;
        margin-bottom: 18px;
        border: none;
        border-radius: 4px;
        font-size: 15px;
        background-color: rgba(255, 255, 255, 0.95);
        color: #333;
        font-family: inherit;
    }

    /* Styled Input replaces Textarea for UEESHOP compatibility */
    .fuji-msg-field {
        width: 100%;
        padding: 12px 12px 90px 12px; 
        margin-bottom: 25px;
        border: none;
        border-radius: 4px;
        font-size: 15px;
        background-color: rgba(255, 255, 255, 0.95);
        color: #333;
        font-family: inherit;
        vertical-align: top;
    }

    .fuji-btn-submit {
        width: 100%;
        padding: 16px;
        background-color: #fff;
        color: #1e5631;
        font-weight: 800;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .fuji-btn-submit:hover { background-color: #e8f5e9; }

    /* Anti-Spam (Invisible) */
    .fuji-spam-trap { display: none !important; visibility: hidden !important; }

    /* International Business Contact Card */
    .fuji-intl-contact-card {
        margin-top: 35px;
        padding: 25px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .fuji-card-heading {
        color: #c8e6c9;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        margin-bottom: 12px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 8px;
    }

    .fuji-contact-data {
        font-size: 14px;
        color: #e8f5e9;
        line-height: 1.6;
    }

    .fuji-contact-data strong { font-size: 16px; color: #fff; display: block; margin-bottom: 5px; }

    @media (max-width: 850px) {
        .fuji-master-wrapper { flex-direction: column; margin: 10px auto; }
        .fuji-info-col, .fuji-form-col { padding: 40px 20px; width: 100%; }
        .fuji-feature-list { grid-template-columns: 1fr; }
    }
