
    /* Global Layout & Responsive Logic */
    .fuji-contact-wrapper { font-family: 'Verdana', Geneva, sans-serif; color: #333; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 15px; box-sizing: border-box; }
    .fuji-contact-wrapper * { box-sizing: border-box; }

    /* Header Section with Fuji Green Accent */
    .contact-title-section { text-align: center; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 10px solid #2d8244; }
    .contact-title-section h2 { font-size: 26px; color: #000; text-transform: uppercase; margin: 0 0 10px 0; font-weight: bold; }
    .contact-subtitle { font-size: 15px; color: #555; display: block; max-width: 950px; margin: 0 auto; }

    /* HQ Container */
    .hq-container { display: flex; flex-wrap: wrap; gap: 30px; margin-bottom: 40px; background: #fdfdfd; padding: 30px; border-radius: 12px; border: 1px solid #eee; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }

    .hq-image-box { flex: 1 1 280px; max-width: 320px; text-align: center; margin: 0 auto; }
    .hq-image-box img { width: 100%; height: auto; border-radius: 6px; border: 1px solid #ddd; padding: 4px; background: #fff; }

    .hq-info-box { flex: 2 1 500px; display: flex; flex-wrap: wrap; gap: 30px; }
    .hq-card { flex: 1 1 320px; display: flex; flex-direction: column; }

    .hq-card h3 { color: #2d8244; margin: 0 0 12px 0; font-size: 20px; border-bottom: 2px solid #2d8244; padding-bottom: 6px; font-weight: bold; }
    .hq-card p { font-size: 15px; margin: 6px 0; }

    /* Map Box */
    .map-center-wrapper { margin-top: 15px; background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 12px; }
    .map-label { display: block; font-size: 12px; font-weight: bold; color: #2d8244; margin-bottom: 8px; text-transform: uppercase; }
    .map-iframe-box { height: 200px; width: 100%; background: #f0f0f0; border-radius: 4px; overflow: hidden; }

    /* Links & Buttons */
    .portal-link-btn { margin-top: 12px; font-size: 14px; font-weight: bold; color: #2d8244; text-decoration: underline; display: block; }
    .wa-chat-btn { display: flex; align-items: center; justify-content: center; background-color: #25D366; color: #fff !important; text-decoration: none !important; padding: 12px 22px; border-radius: 50px; font-weight: bold; font-size: 14px; margin-top: 20px; width: fit-content; box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3); transition: all 0.3s ease; }
    .wa-chat-btn:hover { background-color: #1ebc57; transform: translateY(-2px); }
    .wa-chat-btn img { width: 22px; height: 22px; margin-right: 10px; border: none; padding: 0; }

    /* QR Grid */
    .qr-container { display: flex; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
    .qr-item { text-align: center; font-size: 11px; font-weight: bold; color: #666; }
    .qr-item img { width: 120px !important; height: 120px !important; display: block; margin-bottom: 5px; border: 1px solid #eee; border-radius: 4px; object-fit: contain; }

    /* Global Banner */
    .global-business-banner { background-color: #2d8244; color: #ffffff; padding: 15px; margin-bottom: 25px; border-radius: 6px; text-align: center; }
    .global-business-banner h3 { margin: 0; font-size: 18px; letter-spacing: 2px; font-weight: bold; text-transform: uppercase; }

    /* Regional Grid */
    .regional-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; }
    .region-card { background: #fff; border: 1px solid #eee; padding: 25px; border-radius: 8px; border-top: 8px solid #2d8244; }
    .region-card h4 { margin: 0 0 12px 0; color: #2d8244; font-size: 18px; font-weight: bold; }
    .contact-row { display: block; margin-top: 6px; font-size: 13px; color: #555; }

    /* Mobile */
    @media (max-width: 768px) {
        .contact-title-section h2 { font-size: 20px; }
        .hq-container { padding: 20px; }
        .hq-info-box { gap: 35px; }
        .qr-container { justify-content: center; }
        .wa-chat-btn { margin: 20px auto 0; }
        .hq-card h3 { font-size: 19px; }
        .map-iframe-box { height: 180px; }
    }
