{"id":18769,"date":"2026-07-13T09:37:44","date_gmt":"2026-07-13T09:37:44","guid":{"rendered":"https:\/\/tendify.net\/?p=18769"},"modified":"2026-07-15T05:24:56","modified_gmt":"2026-07-15T05:24:56","slug":"sanctions-dual-use-goods-checker","status":"publish","type":"post","link":"https:\/\/tendify.net\/fa\/sanctions-dual-use-goods-checker\/","title":{"rendered":"Free Sanctions &#038; Dual-Use Goods Checker"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"18769\" class=\"elementor elementor-18769\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-f196222 e-flex e-con-boxed e-con e-parent\" data-id=\"f196222\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73a5c10 elementor-widget elementor-widget-html\" data-id=\"73a5c10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Sanctions & Dual-Use Goods Checker<\/title>\r\n    <!-- Tailwind CSS for modern utility styling -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <!-- Lucide Icons via CDN -->\r\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/lucide\/0.260.0\/umd\/lucide.min.js\"><\/script>\r\n    \r\n    <style>\r\n        :root {\r\n            --primary: #3b82f6; \r\n            --primary-dark: #1d4ed8; \r\n            --bg-dark: #070a13; \/* Even darker background for maximum readability and deep contrast *\/\r\n            --bg-card: #0e1626; \/* Deep dark card background matching Tendify *\/\r\n            --text-main: #ffffff; \/* High contrast white text *\/\r\n            --text-muted: #cbd5e1; \/* High contrast slate for description\/subtexts *\/\r\n            --danger: #ef4444; \r\n            --warning: #f59e0b; \r\n            --success: #10b981; \r\n            --border-color: #374151; \r\n        }\r\n\r\n        \/* Standardized fallback styles in case Tailwind script gets blocked *\/\r\n        .tendify-wrapper {\r\n            background-color: var(--bg-dark);\r\n            color: var(--text-main);\r\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\r\n            width: 100% !important; \/* Force width to be 100% of the Elementor column *\/\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .custom-glass {\r\n            background: rgba(10, 15, 30, 0.98); \/* Solid dark contrast glass *\/\r\n            backdrop-filter: blur(16px);\r\n            -webkit-backdrop-filter: blur(16px);\r\n            border: 2px solid rgba(255, 255, 255, 0.15); \/* Strong border high contrast *\/\r\n        }\r\n\r\n        .glow-button {\r\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .glow-button:hover {\r\n            box-shadow: 0 0 24px rgba(59, 130, 246, 0.7);\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        \/* Pulse animation for high risk indicator *\/\r\n        @keyframes subtle-pulse {\r\n            0%, 100% { opacity: 1; transform: scale(1); }\r\n            50% { opacity: 0.82; transform: scale(1.03); }\r\n        }\r\n        .pulse-warning {\r\n            animation: subtle-pulse 2s infinite ease-in-out;\r\n        }\r\n\r\n        \/* Spinner keyframes *\/\r\n        @keyframes spin {\r\n            to { transform: rotate(360deg); }\r\n        }\r\n        .spinner-loader {\r\n            animation: spin 0.8s linear infinite;\r\n        }\r\n\r\n        \/* Scrollbar customization for the preset list *\/\r\n        .custom-scroll::-webkit-scrollbar {\r\n            height: 8px;\r\n        }\r\n        .custom-scroll::-webkit-scrollbar-track {\r\n            background: rgba(255, 255, 255, 0.05);\r\n            border-radius: 999px;\r\n        }\r\n        .custom-scroll::-webkit-scrollbar-thumb {\r\n            background: rgba(255, 255, 255, 0.35);\r\n            border-radius: 999px;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-slate-950 flex items-center justify-center min-h-screen p-4 sm:p-6\" style=\"background: transparent;\">\r\n\r\n    <div class=\"tendify-wrapper w-full rounded-2xl shadow-2xl border border-slate-700 custom-glass p-6 sm:p-8 relative overflow-hidden\">\r\n        \r\n        <!-- Background accents -->\r\n        <div class=\"absolute -top-24 -left-24 w-48 h-48 bg-blue-500\/10 rounded-full blur-3xl pointer-events-none\"><\/div>\r\n        <div class=\"absolute -bottom-24 -right-24 w-48 h-48 bg-emerald-500\/5 rounded-full blur-3xl pointer-events-none\"><\/div>\r\n\r\n        <!-- Header Block with High-Contrast Text styles -->\r\n        <div class=\"text-center mb-6 relative z-10\">\r\n            <div class=\"inline-flex items-center justify-center w-14 h-14 rounded-xl bg-blue-500\/20 text-blue-400 mb-3 border border-blue-500\/40\">\r\n                <i data-lucide=\"shield-alert\" class=\"w-7 h-7\"><\/i>\r\n            <\/div>\r\n            <h2 class=\"text-2xl font-extrabold tracking-tight text-white sm:text-3xl mb-2\">\r\n                Sanctions &amp; Dual-Use Goods Checker\r\n            <\/h2>\r\n            <p class=\"text-sm text-slate-100 max-w-3xl mx-auto leading-relaxed font-bold\">\r\n                Determine if your cargo (by HS Code) triggers OFAC controls, dual-use restrictions, or high-risk classification at major Middle Eastern transshipment ports.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <!-- Quick Test Presets Navigation -->\r\n        <div class=\"mb-6 relative z-10\">\r\n            <span class=\"text-xs font-black uppercase tracking-wider text-slate-200 block mb-2\">\u26a1 Quick Test Presets (Click to Demo)<\/span>\r\n            <div class=\"flex gap-2 overflow-x-auto pb-2 custom-scroll\">\r\n                <button onclick=\"applyPreset('8542.31')\" class=\"shrink-0 px-4 py-2.5 bg-slate-900 hover:bg-slate-800 border-2 border-slate-500 rounded-lg text-xs text-white font-extrabold transition-all shadow-md\">\r\n                    \ud83d\udcdf 8542.31 (Microchips)\r\n                <\/button>\r\n                <button onclick=\"applyPreset('8806.20')\" class=\"shrink-0 px-4 py-2.5 bg-slate-900 hover:bg-slate-800 border-2 border-slate-500 rounded-lg text-xs text-white font-extrabold transition-all shadow-md\">\r\n                    \u2699\ufe0f 8806.20 (Military Drones)\r\n                <\/button>\r\n                <button onclick=\"applyPreset('9013.80')\" class=\"shrink-0 px-4 py-2.5 bg-slate-900 hover:bg-slate-800 border-2 border-slate-500 rounded-lg text-xs text-white font-extrabold transition-all shadow-md\">\r\n                    \ud83d\udc41\ufe0f 9013.80 (Optics &amp; Lasers)\r\n                <\/button>\r\n                <button onclick=\"applyPreset('8481.10')\" class=\"shrink-0 px-4 py-2.5 bg-slate-900 hover:bg-slate-800 border-2 border-slate-500 rounded-lg text-xs text-white font-extrabold transition-all shadow-md\">\r\n                    \ud83c\udf9b\ufe0f 8481.10 (Dual-Use Valves)\r\n                <\/button>\r\n                <button onclick=\"applyPreset('9018.90')\" class=\"shrink-0 px-4 py-2.5 bg-slate-900 hover:bg-slate-800 border-2 border-slate-500 rounded-lg text-xs text-white font-extrabold transition-all shadow-md\">\r\n                    \ud83c\udfe5 9018.90 (Medical Scan)\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Input Section -->\r\n        <div class=\"mb-6 relative z-10\">\r\n            <div class=\"flex flex-col sm:flex-row gap-3\">\r\n                <div class=\"relative flex-1\">\r\n                    <div class=\"absolute inset-y-0 left-0 pl-3.5 flex items-center pointer-events-none\">\r\n                        <i data-lucide=\"search\" class=\"w-5 h-5 text-slate-200\"><\/i>\r\n                    <\/div>\r\n                    <input type=\"text\" id=\"hsCodeInput\" placeholder=\"Enter HS Code (e.g., 8542 or 8481)\" \r\n                           class=\"w-full pl-11 pr-4 py-3 bg-slate-950 border-2 border-slate-400 rounded-xl text-white placeholder-slate-400 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-all text-sm font-black shadow-inner\"\r\n                           maxlength=\"10\"\r\n                           onkeypress=\"return event.charCode >= 48 && event.charCode <= 57 || event.key === '.'\">\r\n                <\/div>\r\n                <button onclick=\"checkCode()\" class=\"glow-button w-full sm:w-auto bg-blue-600 hover:bg-blue-500 text-white font-black py-3 px-8 rounded-xl transition-all flex items-center justify-center gap-2 text-sm shadow-lg shadow-blue-900\/30\">\r\n                    <span id=\"btnText\">Analyze Customs Risk<\/span>\r\n                    <div id=\"loadingSpinner\" class=\"hidden w-5 h-5 border-2 border-slate-200\/30 border-t-slate-100 rounded-full spinner-loader\"><\/div>\r\n                <\/button>\r\n            <\/div>\r\n            <p id=\"validationMsg\" class=\"hidden text-red-400 text-sm font-black mt-2 px-1\"><\/p>\r\n        <\/div>\r\n\r\n        <div id=\"resultArea\" class=\"hidden mb-6 rounded-xl border p-5 transition-all duration-300 relative z-10\">\r\n            <div class=\"flex items-start gap-4\">\r\n                <div id=\"resultIcon\" class=\"mt-1 shrink-0\"><\/div>\r\n                <div class=\"w-full\">\r\n                    <h4 id=\"resultTitle\" class=\"font-black text-lg sm:text-xl mb-2 text-white\"><\/h4>\r\n                    <p id=\"resultDesc\" class=\"text-sm text-slate-100 font-bold leading-relaxed mb-4\"><\/p>\r\n                    \r\n                    <!-- Breakdown indicators with enhanced contrast -->\r\n                    <div class=\"grid grid-cols-1 sm:grid-cols-3 gap-2.5 pt-4 border-t border-slate-600\">\r\n                        <div class=\"bg-slate-950\/90 rounded-lg p-3 border border-slate-600\">\r\n                            <span class=\"text-[11px] text-slate-200 block uppercase font-black tracking-wider\">OFAC Sanction Match<\/span>\r\n                            <span id=\"ofacScore\" class=\"text-xs font-black mt-1.5 block\">Checking...<\/span>\r\n                        <\/div>\r\n                        <div class=\"bg-slate-950\/90 rounded-lg p-3 border border-slate-600\">\r\n                            <span class=\"text-[11px] text-slate-200 block uppercase font-black tracking-wider\">Dual-Use Threat Level<\/span>\r\n                            <span id=\"dualUseScore\" class=\"text-xs font-black mt-1.5 block\">Checking...<\/span>\r\n                        <\/div>\r\n                        <div class=\"bg-slate-950\/90 rounded-lg p-3 border border-slate-600\">\r\n                            <span class=\"text-[11px] text-slate-200 block uppercase font-black tracking-wider\">Transit Hub Flag (GCC)<\/span>\r\n                            <span id=\"hubScore\" class=\"text-xs font-black mt-1.5 block\">Checking...<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Lead Generation Hook (CTA Panel) -->\r\n        <div id=\"ctaArea\" class=\"hidden rounded-xl bg-gradient-to-br from-slate-950 via-slate-900 to-blue-950\/40 border-2 border-slate-500 p-6 text-center relative z-10\">\r\n            <div class=\"max-w-3xl mx-auto\">\r\n                <div id=\"ctaPulseBadge\" class=\"inline-flex items-center gap-2 px-4 py-1.5 rounded-full text-xs font-extrabold bg-red-500\/20 text-red-200 mb-4 border border-red-500\/50 pulse-warning\">\r\n                    <span class=\"w-2 h-2 rounded-full bg-red-500\"><\/span> Customs Red Zone Alert\r\n                <\/div>\r\n                <h4 class=\"font-black text-xl text-white mb-2\">Optimize Your Transit &amp; Business Routing<\/h4>\r\n                <p id=\"ctaMessage\" class=\"text-sm text-slate-100 font-semibold leading-relaxed mb-5\"><\/p>\r\n                <a href=\"https:\/\/tendify.net\/global-trade-solutions\/\" class=\"glow-button inline-flex items-center justify-center bg-white text-slate-950 hover:bg-slate-100 font-black py-3.5 px-8 rounded-xl text-sm transition-all shadow-xl\">\r\n                    <span>Contact Trade Law Desk<\/span>\r\n                    <i data-lucide=\"arrow-right\" class=\"w-4 h-4 ml-2\"><\/i>\r\n                <\/a>\r\n                <p class=\"text-xs text-slate-300 mt-4 font-bold\">\r\n                    *This tool uses preliminary diagnostic scoring based on core export control lists. Speak to our trade lawyers for certified legal screening reports.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ High quality compliance-related logic parameters mapped directly to global export regimes (BIS, OFAC, Wassenaar)\r\n        const sensitiveCodes = {\r\n            highRisk: {\r\n                \/\/ --- LEVEL 1: CRITICAL\/EXTREME RISK (Nuclear, Military, Avionics, Spacecraft, Cryptography) ---\r\n                '8542': { desc: 'Electronic Integrated Circuits & Processors (Military\/Advanced Silicon)', regulator: 'BIS \/ OFAC \/ EU', reason: 'High-performance computing, strategic defense weapons guidance systems, or crypto hardware.' },\r\n                '8802': { desc: 'Aircraft, Spacecraft, and Launch Vehicles', regulator: 'BIS \/ OFAC \/ ITAR', reason: 'Direct tactical military aviation use, guidance, and high-altitude payload operations.' },\r\n                '8803': { desc: 'Parts of Aircraft, Spacecraft, or Unmanned Tactical UAVs', regulator: 'BIS \/ OFAC', reason: 'Critical aeronautic engineering diversion risks under active international embargoes.' },\r\n                '8806': { desc: 'Unmanned Aerial Vehicles (UAVs \/ Drones) & Autonomous Systems', regulator: 'BIS \/ Wassenaar', reason: 'Tactical intelligence-gathering capabilities and automated hardware redirection risks.' },\r\n                '9301': { desc: 'Military Weapons (Artillery, Firepower, Assault Rifles, Launchers)', regulator: 'ITAR \/ DDTC \/ OFAC', reason: 'Lethal defense material. Zero-tolerance items subject to immediate hold and seizure.' },\r\n                '2844': { desc: 'Radioactive Chemical Elements & Isotopes (Fissile Nuclear Materials)', regulator: 'NRC \/ IAEA \/ BIS', reason: 'Proliferation-sensitive elements. Subject to strict multinational non-proliferation treaties.' },\r\n                '3822': { desc: 'Advanced Laboratory Reagents & Biological Vectors', regulator: 'CDC \/ BIS \/ Australia Group', reason: 'Chemical\/biological weapon precursor elements and high-grade laboratory cultivation materials.' },\r\n                '8525': { desc: 'Transmission Apparatus for Radio-Broadcasting, Radar, or Advanced Telecom', regulator: 'FCC \/ BIS \/ NSA', reason: 'Encrypted communication infrastructure, signal intercept, or military communication lines.' },\r\n                '8526': { desc: 'Radar Apparatus, Radio Navigational Aid & Electronic Countermeasures (ECM)', regulator: 'BIS \/ Wassenaar', reason: 'Avionics, missile target lock systems, remote control equipment, and tracking systems.' },\r\n                '9014': { desc: 'Direction Finding Compasses & Inertial Navigation Instruments', regulator: 'BIS \/ Navy \/ Avionics', reason: 'High-precision guidance mechanisms bypass-ready for air, tactical marine, or aerospace hulls.' },\r\n                '8471': { desc: 'Automatic Data Processing Machines (Tactical Supercomputers)', regulator: 'BIS \/ NSA', reason: 'Cryptographic cracking, high-performance tactical computing, and warfare command clusters.' },\r\n                '8543': { desc: 'Electrical Apparatus with Individual Functions (Signal Generators, Particle Accelerators)', regulator: 'BIS \/ Wassenaar', reason: 'Pulse-power grid devices, high-voltage, and specialized defense test apparatus.' },\r\n                \r\n                \/\/ Chapter Level fallback matches\r\n                '93': { desc: 'Arms, Ammunition, Weapons, and Tactical Ordinance (Chapter Level Flag)', regulator: 'ITAR \/ OFAC', reason: 'Direct lethal weaponry classifications. Explicit diplomatic permits required.' },\r\n                '88': { desc: 'Aircraft, Spacecraft, Aviation Components, and Drone Fleets', regulator: 'BIS \/ OFAC', reason: 'Aerospace structural assets regulated under strict multilateral export restriction pacts.' }\r\n            },\r\n            mediumRisk: {\r\n                \/\/ --- LEVEL 2: DETECTABLE DUAL-USE RISK (Infrastructure, Valves, Pumps, Optics, Metallurgy) ---\r\n                '8481': { desc: 'Taps, Cocks, Valves, and Pressure Regulators for Piping\/Tanks', regulator: 'BIS \/ Chemical Control', reason: 'High corrosion-resistance valves ideal for toxic chemical or fuel-enrichment systems.' },\r\n                '8421': { desc: 'Centrifuges, Filtering & Purifying Machinery for Liquids\/Gases', regulator: 'IAEA \/ BIS \/ EU', reason: 'Nuclear enrichment processing utilities and specialized toxic element sorting filters.' },\r\n                '8501': { desc: 'Electric Motors and Generators (High-Torque, Servos, Brushless)', regulator: 'BIS \/ Industrial Automation', reason: 'Actuators for tactical robotic armatures, drone rotors, and radar sweep rigs.' },\r\n                '7304': { desc: 'Tubes, Pipes, and Hollow Profiles (Seamless Steel\/Nickel\/Titanium Alloys)', regulator: 'BIS \/ Sanctions Hub', reason: 'High-pressure chemical routing pipes, military hulls, and nuclear fuel line vessels.' },\r\n                '8504': { desc: 'Electrical Transformers, Static Converters & Inductors (Heavy Inverters)', regulator: 'BIS \/ Grid Control', reason: 'Industrial grid redirection, high-energy pulse lasers, and radar powering infrastructure.' },\r\n                '9013': { desc: 'Lasers, Liquid Crystal Devices, and Advanced Optical Apparatus', regulator: 'Wassenaar \/ BIS', reason: 'Laser-guided targeting systems, night vision lenses, and target acquisition technology.' },\r\n                '8411': { desc: 'Turbojets, Turbopropellers, and Gas Turbines', regulator: 'BIS \/ Aviation', reason: 'Propulsion components highly convertible for customized drone payloads or defense crafts.' },\r\n                '8414': { desc: 'Air or Vacuum Pumps, Gas Compressors, and Exhaust Hoods', regulator: 'BIS \/ Dual-Use Industry', reason: 'Vacuum chambers, high-purity microchip fabrication, and processing of chemical gases.' },\r\n                '9027': { desc: 'Instruments for Physical or Chemical Analysis (Spectrometers, Chromatographs)', regulator: 'BIS \/ Lab Controls', reason: 'Scientific laboratory hardware capable of weaponized agent analytics or refining polymers.' },\r\n                '3907': { desc: 'Polyacetals, Epoxides, and Advanced Resins \/ Carbon-Fiber Composites', regulator: 'BIS \/ Materials Security', reason: 'High-strength structural binding agents used in ballistic frames and aircraft shells.' },\r\n                '8108': { desc: 'Titanium and Articles thereof (Including Scrap and Powders)', regulator: 'BIS \/ Aerospace Metallurgy', reason: 'Super-strength tactical metal compound vital for military hulls, turbine blades, and space parts.' },\r\n                '8456': { desc: 'Machine Tools for Material Removal by Laser, Ultrasonic, or Electro-Discharge', regulator: 'BIS \/ Precision Machining', reason: 'High-precision computer-guided tooling capable of crafting micron-tolerance weapons.' },\r\n\r\n                \/\/ Chapter Level fallback matches\r\n                '28': { desc: 'Inorganic Chemicals, Precious\/Rare-Earth Metals & Radioactive Compounds', regulator: 'OFAC \/ Chemical Warfare', reason: 'Regulated precursor ingredients for high-energy explosives or atomic processing materials.' },\r\n                '29': { desc: 'Organic Chemicals & Complex Molecular Formulations', regulator: 'Australia Group \/ BIS', reason: 'Regulated dual-use biochemical reagents highly monitored to avoid chemical agent diversion.' }\r\n            }\r\n        };\r\n\r\n        \/\/ SAFE ASYNCHRONOUS ICON LOAD INITIALIZATION\r\n        function safeInitIcons() {\r\n            if (typeof lucide !== 'undefined') {\r\n                try {\r\n                    lucide.createIcons();\r\n                } catch (e) {\r\n                    console.error(\"Lucide icon compilation failure: \", e);\r\n                }\r\n            } else {\r\n                \/\/ Poll every 100 milliseconds until CDN package is available contextually\r\n                setTimeout(safeInitIcons, 100);\r\n            }\r\n        }\r\n\r\n        \/\/ Initialize polling once layout mounts\r\n        safeInitIcons();\r\n\r\n        \/\/ Helper function to insert presets\r\n        function applyPreset(code) {\r\n            const inputField = document.getElementById('hsCodeInput');\r\n            inputField.value = code;\r\n            document.getElementById('validationMsg').classList.add('hidden');\r\n            checkCode();\r\n        }\r\n\r\n        \/\/ Core processing function\r\n        function checkCode() {\r\n            const inputField = document.getElementById('hsCodeInput');\r\n            const inputVal = inputField.value.trim();\r\n            \r\n            const resultArea = document.getElementById('resultArea');\r\n            const resultTitle = document.getElementById('resultTitle');\r\n            const resultDesc = document.getElementById('resultDesc');\r\n            const resultIcon = document.getElementById('resultIcon');\r\n            const ctaArea = document.getElementById('ctaArea');\r\n            const ctaMessage = document.getElementById('ctaMessage');\r\n            const ctaPulseBadge = document.getElementById('ctaPulseBadge');\r\n            const validationMsg = document.getElementById('validationMsg');\r\n\r\n            const ofacScore = document.getElementById('ofacScore');\r\n            const dualUseScore = document.getElementById('dualUseScore');\r\n            const hubScore = document.getElementById('hubScore');\r\n            \r\n            const btnText = document.getElementById('btnText');\r\n            const spinner = document.getElementById('loadingSpinner');\r\n\r\n            \/\/ Form validation\r\n            if (inputVal.length < 2) {\r\n                validationMsg.innerText = \"Please enter at least 2 digits to perform screening.\";\r\n                validationMsg.classList.remove('hidden');\r\n                return;\r\n            }\r\n            validationMsg.classList.add('hidden');\r\n\r\n            \/\/ Shift UI elements to validation active states\r\n            btnText.classList.add('hidden');\r\n            spinner.classList.remove('hidden');\r\n            resultArea.classList.add('hidden');\r\n            ctaArea.classList.add('hidden');\r\n\r\n            \/\/ Extract primary segments\r\n            const cleanPrefix = inputVal.replace(\/\\D\/g, ''); \/\/ Extract numerical string only\r\n            const prefix2 = cleanPrefix.substring(0, 2);\r\n            const prefix4 = cleanPrefix.substring(0, 4);\r\n\r\n            \/\/ Simulate realistic, low-latency API call for compliance check database\r\n            setTimeout(() => {\r\n                btnText.classList.remove('hidden');\r\n                spinner.classList.add('hidden');\r\n                \r\n                let evaluation = 'low';\r\n                let matchedItem = null;\r\n\r\n                \/\/ FIX FOR OBJECT KEY LOOKUP INSTEAD OF ARRAY INCLUDES:\r\n                if (sensitiveCodes.highRisk[prefix4]) {\r\n                    evaluation = 'high';\r\n                    matchedItem = sensitiveCodes.highRisk[prefix4];\r\n                } else if (sensitiveCodes.highRisk[prefix2]) {\r\n                    evaluation = 'high';\r\n                    matchedItem = sensitiveCodes.highRisk[prefix2];\r\n                } else if (sensitiveCodes.mediumRisk[prefix4]) {\r\n                    evaluation = 'medium';\r\n                    matchedItem = sensitiveCodes.mediumRisk[prefix4];\r\n                } else if (sensitiveCodes.mediumRisk[prefix2]) {\r\n                    evaluation = 'medium';\r\n                    matchedItem = sensitiveCodes.mediumRisk[prefix2];\r\n                }\r\n\r\n                \/\/ Reset diagnostic style classes and present results\r\n                resultArea.className = 'rounded-xl border-2 p-5 transition-all duration-300 relative z-10 mb-6';\r\n                resultArea.classList.remove('hidden');\r\n\r\n                if (evaluation === 'high') {\r\n                    \/\/ Critical Alert Layout - Maximized for readability with solid contrasts\r\n                    resultArea.classList.add('bg-red-950\/95', 'border-red-500', 'text-white');\r\n                    resultIcon.innerHTML = `<i data-lucide=\"octagon-alert\" class=\"w-8 h-8 text-red-400\"><\/i>`;\r\n                    resultTitle.innerText = \"High Risk Match: Customs Alert Issued\";\r\n                    \r\n                    \/\/ Display dynamic metadata fields retrieved from modern object structure\r\n                    resultDesc.innerHTML = `\r\n                        <div class=\"space-y-2\">\r\n                            <p class=\"font-extrabold text-red-200\">Flagged Item Group: <span class=\"text-white underline\">${matchedItem.desc}<\/span><\/p>\r\n                            <p class=\"text-sm font-semibold\"><strong>Target Regulator(s):<\/strong> <span class=\"bg-red-900\/60 px-2 py-0.5 rounded text-white\">${matchedItem.regulator}<\/span><\/p>\r\n                            <p class=\"text-sm\"><strong>Primary Diversion Risk:<\/strong> ${matchedItem.reason}<\/p>\r\n                            <p class=\"text-sm text-slate-100 mt-2 border-t border-red-800\/80 pt-2 font-medium\">HS code segment '${prefix4 || prefix2}' triggers automatic customs hold, compliance routing checks, or absolute transit freezes at major logistics hubs.<\/p>\r\n                        <\/div>\r\n                    `;\r\n                    \r\n                    \/\/ Specific compliance scores\r\n                    ofacScore.innerText = \"CRITICAL MATCH\";\r\n                    ofacScore.className = \"text-xs font-black mt-1.5 block text-red-400\";\r\n                    dualUseScore.innerText = \"HIGH-RISK DETECTED\";\r\n                    dualUseScore.className = \"text-xs font-black mt-1.5 block text-red-400\";\r\n                    hubScore.innerText = \"SUSPEND & HOLD\";\r\n                    hubScore.className = \"text-xs font-black mt-1.5 block text-yellow-400\";\r\n\r\n                    \/\/ Trigger customized hook conversion logic\r\n                    ctaArea.classList.remove('hidden');\r\n                    ctaPulseBadge.className = \"inline-flex items-center gap-1.5 px-3 py-1 rounded-full text-[11px] font-semibold bg-red-500\/20 text-red-300 mb-3 border border-red-500\/50 pulse-warning\";\r\n                    ctaPulseBadge.innerHTML = `<span class=\"w-1.5 h-1.5 rounded-full bg-red-500\"><\/span> Customs Red Zone Alert`;\r\n                    ctaMessage.innerHTML = `Your shipment containing (HS Code Prefix: <strong>${inputVal}<\/strong>) is highly sensitive. Passing this cargo through hub ports like Jebel Ali or Abu Dhabi without advanced compliance clearance structures guarantees catastrophic transit hold or physical seizure. Work with Tendify's legal structuring specialists to design an insulated routing bypass.`;\r\n\r\n                } else if (evaluation === 'medium') {\r\n                    \/\/ Warning Compliance Layout\r\n                    resultArea.classList.add('bg-yellow-950\/95', 'border-yellow-500', 'text-white');\r\n                    resultIcon.innerHTML = `<i data-lucide=\"alert-triangle\" class=\"w-8 h-8 text-yellow-400\"><\/i>`;\r\n                    resultTitle.innerText = \"Enhanced Transit Hold - Documentation Required\";\r\n\r\n                    \/\/ Display dynamic metadata fields retrieved from modern object structure\r\n                    resultDesc.innerHTML = `\r\n                        <div class=\"space-y-2\">\r\n                            <p class=\"font-extrabold text-yellow-200\">Dual-Use Category: <span class=\"text-white underline\">${matchedItem.desc}<\/span><\/p>\r\n                            <p class=\"text-sm font-semibold\"><strong>Trade Regulators:<\/strong> <span class=\"bg-yellow-900\/60 px-2 py-0.5 rounded text-white\">${matchedItem.regulator}<\/span><\/p>\r\n                            <p class=\"text-sm\"><strong>Structural Risk Reason:<\/strong> ${matchedItem.reason}<\/p>\r\n                            <p class=\"text-sm text-slate-100 mt-2 border-t border-yellow-800\/80 pt-2 font-medium\">HS subheading prefix '${prefix4 || prefix2}' requires explicit export licenses, chemical\/hardware declarations, or strict End-User Certificates (EUCs).<\/p>\r\n                        <\/div>\r\n                    `;\r\n\r\n                    \/\/ Middle tier scoring values\r\n                    ofacScore.innerText = \"REVIEW REQUIRED\";\r\n                    ofacScore.className = \"text-xs font-black mt-1.5 block text-yellow-400\";\r\n                    dualUseScore.innerText = \"CONDITIONAL MATCH\";\r\n                    dualUseScore.className = \"text-xs font-black mt-1.5 block text-yellow-400\";\r\n                    hubScore.innerText = \"MANUAL DECLARED AUDIT\";\r\n                    hubScore.className = \"text-xs font-black mt-1.5 block text-yellow-400\";\r\n\r\n                    ctaArea.classList.remove('hidden');\r\n                    ctaPulseBadge.className = \"inline-flex items-center gap-1.5 px-3 py-1 rounded-full text-[11px] font-semibold bg-yellow-500\/20 text-yellow-300 mb-3 border border-yellow-500\/50\";\r\n                    ctaPulseBadge.innerHTML = `<span class=\"w-1.5 h-1.5 rounded-full bg-yellow-500\"><\/span> GCC Transit Compliance Review Required`;\r\n                    ctaMessage.innerHTML = `Ensure clean cargo pathways. Avoid unpredictable physical port interventions and delays in Dubai, Abu Dhabi, or Saudi ports. Contact Tendify's trade structuring desk immediately to secure export paperwork compliance and robust legal protection.`;\r\n\r\n                } else {\r\n                    \/\/ Verified Low Danger Layout\r\n                    resultArea.classList.add('bg-emerald-950\/95', 'border-emerald-500', 'text-white');\r\n                    resultIcon.innerHTML = `<i data-lucide=\"check-circle\" class=\"w-8 h-8 text-emerald-400\"><\/i>`;\r\n                    resultTitle.innerText = \"No Core Restrictive Matches Found\";\r\n                    resultDesc.innerHTML = `\r\n                        <p class=\"font-bold text-emerald-200 mb-1\">Standard Commercial Cargo \/ General Tariff Code<\/p>\r\n                        <p class=\"text-sm text-slate-100 font-medium\">The entered HS code does not trigger automatic warnings within key nuclear, military, or advanced cryptographic dual-use lists. Regular international trade tariffs, general customs, and baseline corporate KYC rules apply.<\/p>\r\n                    `;\r\n\r\n                    \/\/ Green compliant scores\r\n                    ofacScore.innerText = \"UNFLAGGED\";\r\n                    ofacScore.className = \"text-xs font-black mt-1.5 block text-emerald-400\";\r\n                    dualUseScore.innerText = \"LOW RISK\";\r\n                    dualUseScore.className = \"text-xs font-black mt-1.5 block text-emerald-400\";\r\n                    hubScore.innerText = \"ROUTINE GCC TRANSIT\";\r\n                    hubScore.className = \"text-xs font-black mt-1.5 block text-emerald-400\";\r\n\r\n                    ctaArea.classList.remove('hidden');\r\n                    ctaPulseBadge.className = \"inline-flex items-center gap-1.5 px-3 py-1 rounded-full text-[11px] font-semibold bg-emerald-500\/20 text-emerald-300 mb-3 border border-emerald-500\/50\";\r\n                    ctaPulseBadge.innerHTML = `<span class=\"w-1.5 h-1.5 rounded-full bg-emerald-500\"><\/span> Corporate Shipping Route Optimization`;\r\n                    ctaMessage.innerHTML = `Even low-risk cargo benefits heavily from optimized corporate shipping setups. Setting up a legally structured entity in the GCC guarantees tax efficiency and keeps your parent company protected from sudden liability audits. Set up a strategic trade session with Tendify today.`;\r\n                }\r\n\r\n                \/\/ Render dynamic icons inside dynamically injected HTML blocks\r\n                safeInitIcons();\r\n\r\n            }, 600); \/\/ Smooth loading simulation delay\r\n        }\r\n\r\n        \/\/ Handle enter key submit\r\n        document.getElementById(\"hsCodeInput\").addEventListener(\"keypress\", function(event) {\r\n            if (event.key === \"Enter\") {\r\n                event.preventDefault();\r\n                checkCode();\r\n            }\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-4cd4e10 e-flex e-con-boxed e-con e-parent\" data-id=\"4cd4e10\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f527cb elementor-widget elementor-widget-spacer\" data-id=\"3f527cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-25b39de e-flex e-con-boxed e-con e-parent\" data-id=\"25b39de\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f42671 elementor-widget elementor-widget-wd_text_block\" data-id=\"7f42671\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p><!-- SEO Optimization Content Section for Tendify.net --><\/p><section style=\"color: #f1f5f9; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.75; padding: 3rem 1.5rem; max-width: 1200px; margin: 0 auto;\"><p><!-- Main Heading with Target Keywords --><\/p><header style=\"text-align: center; margin-bottom: 3.5rem;\"><h2 style=\"font-size: 2.25rem; font-weight: 800; color: #ffffff; letter-spacing: -0.025em; margin-bottom: 1rem;\"><span style=\"color: #000000;\">Global Trade Compliance: Sanctions &amp; Dual-Use Goods Checker<\/span><\/h2><p style=\"font-size: 1.125rem; color: #94a3b8; max-width: 800px; margin: 0 auto;\"><span style=\"color: #000000;\">Instantly evaluate HS codes against international export control regimes, OFAC regulations, and Middle Eastern customs frameworks to mitigate transit risks before shipping.<\/span><\/p><\/header><hr style=\"border: 0; border-top: 1px solid #334155; margin-bottom: 3.5rem;\" \/><p><!-- Grid Layout for Introduction & Benefits --><\/p><div style=\"display: grid; grid-template-columns: 1fr; gap: 3rem;\"><p><!-- Section 1: Introduction to the Tool --><\/p><article><h3 style=\"font-size: 1.5rem; font-weight: bold; color: #38bdf8; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem;\">What is the Sanctions &amp; Dual-Use Goods Screening Tool?<\/h3><p style=\"color: #cbd5e1; margin-bottom: 1.25rem;\"><span style=\"color: #000000;\">In international trade and complex supply chain logistics, accidentally executing a transaction involving restricted items can lead to immediate freight confiscation, severe financial penalties, and irreversible loss of corporate reputation. The <strong>Tendify Sanctions &amp; Dual-Use Goods Checker<\/strong> is a specialized preliminary compliance diagnostic tool engineered for cross-border B2B traders, customs brokers, and macro-logistics planners operating within sensitive trade corridors\u2014particularly the GCC, Levant, and broader MENA regions.<\/span><\/p><p style=\"color: #cbd5e1;\"><span style=\"color: #000000;\">By validating standard 2-digit to 4-digit Harmonized System (HS) classifications, this intelligent engine references established international restrictions, including the <strong>U.S. OFAC Sanctions Lists<\/strong>, the <strong>Wassenaar Arrangement<\/strong>, and European Union export control frameworks. It dynamically identifies whether your commercial cargo flags security anomalies before it arrives at major transshipment hubs like Jebel Ali Port or Khalifa Port.<\/span><\/p><\/article><p><!-- Section 2: Step-by-Step Instructions --><\/p><article style=\"background-color: #0f172a; border: 1px solid #1e293b; border-radius: 12px; padding: 2rem;\"><h3 style=\"font-size: 1.5rem; font-weight: bold; color: #ffffff; margin-bottom: 1.25rem;\">How to Use the HS Code Compliance Checker<\/h3><p style=\"color: #94a3b8; margin-bottom: 1.5rem;\">Conducting a structural regulatory assessment takes less than ten seconds. Follow these streamlined steps to test your cargo profile:<\/p><ol style=\"margin: 0; padding-left: 1.5rem; color: #cbd5e1;\"><li style=\"margin-bottom: 1rem;\"><strong>Locate Your HS Code:<\/strong> Identify the specific Harmonized System tariff code designated on your commercial invoice, proforma, or bill of lading.<\/li><li style=\"margin-bottom: 1rem;\"><strong>Input Code Range:<\/strong> Enter the initial 2-digit (Chapter level) or full 4-digit (Heading level) root into the system search box. Alternatively, toggle our pre-configured interactive industry presets for instant verification.<\/li><li style=\"margin-bottom: 1rem;\"><strong>Run Diagnostics:<\/strong> Click <em>\"Analyze Customs Risk\"<\/em> to cross-examine active trade regulatory records.<\/li><li style=\"margin-bottom: 0;\"><strong>Review Comprehensive Metrics:<\/strong> Evaluate the resulting multi-tier threat classification\u2014spanning OFAC Status, Dual-Use Indicators, and Regional Hub Transit vulnerabilities.<\/li><\/ol><\/article><p><!-- Section 3: Strategic Commercial Benefits --><\/p><article><h3 style=\"font-size: 1.5rem; font-weight: bold; color: #38bdf8; margin-bottom: 1.25rem;\">Why Proactive Export Control Screening Matters<\/h3><p style=\"color: #cbd5e1; margin-bottom: 1.5rem;\"><span style=\"color: #000000;\">Modern customs clearance mechanisms leverage predictive AI algorithms and multi-national targeting matrices. Relying on baseline documentation without analyzing dual-use capabilities introduces significant variables. Utilizing a dedicated trade checker delivers distinct tactical advantages:<\/span><\/p><ul style=\"list-style-type: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 1.5rem;\"><li style=\"background: rgba(30, 41, 59, 0.4); border-left: 4px solid #ef4444; padding: 1rem 1.25rem; border-radius: 0 8px 8px 0;\"><strong style=\"color: #ffffff; display: block; margin-bottom: 0.25rem;\">1. Prevent Seizure at Transshipment Hubs<\/strong><span style=\"color: #000000; font-size: 0.95rem;\">Middle Eastern strategic hubs maintain explicit compliance mandates. Identifying sensitive items early prevents your containers from being flagged for structural hold or asset freeze during processing.<\/span><\/li><li style=\"background: rgba(30, 41, 59, 0.4); border-left: 4px solid #f59e0b; padding: 1rem 1.25rem; border-radius: 0 8px 8px 0;\"><strong style=\"color: #ffffff; display: block; margin-bottom: 0.25rem;\">2. Identify Hidden Dual-Use Applications<\/strong><span style=\"color: #000000; font-size: 0.95rem;\">Many benign commercial parts (such as advanced industrial valves, high-torque servo motors, or specialized polymers) fallback into strict export control brackets due to their potential conversion for aerospace, tactical military, or defense infrastructure.<\/span><\/li><li style=\"background: rgba(30, 41, 59, 0.4); border-left: 4px solid #10b981; padding: 1rem 1.25rem; border-radius: 0 8px 8px 0;\"><strong style=\"color: #ffffff; display: block; margin-bottom: 0.25rem;\">3. Secure Corporate KYC Status<\/strong><span style=\"color: #000000; font-size: 0.95rem;\">Maintaining spotless shipping logs keeps your global legal entities compliant, protecting corporate bank accounts, lines of credit, and trade facility permissions from international blocking orders.<\/span><\/li><\/ul><\/article><\/div><p><!-- Conversion & CTA Footer Section --><\/p><footer style=\"margin-top: 4rem; background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); border: 1px solid #334155; border-radius: 16px; padding: 2.5rem; text-align: center;\"><h4 style=\"font-size: 1.35rem; font-weight: bold; color: #ffffff; margin-bottom: 0.75rem;\">Facing Complex Compliance Obstacles or \"Red Zone\" Status?<\/h4><p style=\"color: #cbd5e1; max-width: 750px; margin: 0 auto 1.5rem auto; font-size: 0.95rem;\">Preliminary software screening is an essential first check, but navigating international export bypass routes, securing specialized trade licenses, or structuring compliant offshore operations requires expert legal architecture.<\/p><p style=\"color: #38bdf8; font-weight: 600; font-size: 1rem; margin: 0;\">Contact Tendify's Trade Law Specialists today to engineer a bulletproof, legally insulated transit corridor for your global business operations.<\/p><\/footer><\/section>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Determine if your cargo (by HS Code) triggers OFAC controls, dual-use restrictions, or high-risk classification at major Middle Eastern transshipment ports.<\/p>","protected":false},"author":15,"featured_media":18774,"comment_status":"open","ping_status":"closed","sticky":false,"template":"elementor_theme","format":"standard","meta":{"footnotes":""},"categories":[767],"tags":[],"class_list":["post-18769","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-b2b-online-tools"],"_links":{"self":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts\/18769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/comments?post=18769"}],"version-history":[{"count":3,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts\/18769\/revisions"}],"predecessor-version":[{"id":18823,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/posts\/18769\/revisions\/18823"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/media\/18774"}],"wp:attachment":[{"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/media?parent=18769"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/categories?post=18769"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tendify.net\/fa\/wp-json\/wp\/v2\/tags?post=18769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}