{"id":28,"date":"2026-05-10T04:07:28","date_gmt":"2026-05-10T04:07:28","guid":{"rendered":"https:\/\/meetingboth.com\/?page_id=28"},"modified":"2026-05-10T04:07:29","modified_gmt":"2026-05-10T04:07:29","slug":"quality-compliance-skincare-device-oem-beauty-device-odm","status":"publish","type":"page","link":"https:\/\/meetingboth.com\/be\/quality-compliance-skincare-device-oem-beauty-device-odm\/","title":{"rendered":"\u0412\u044b\u0441\u0430\u043a\u0430\u044f\u043a\u0430\u0441\u043d\u044b\u044f \u0456 \u0430\u0434\u043f\u0430\u0432\u0435\u0434\u043d\u044b\u044f \u043f\u0440\u044b\u043b\u0430\u0434\u044b \u0434\u043b\u044f \u0434\u043e\u0433\u043b\u044f\u0434\u0443 \u0441\u043a\u0443\u0440\u044b OEM, \u043f\u0440\u044b\u043b\u0430\u0434\u044b \u0434\u043b\u044f \u043f\u0440\u044b\u0433\u0430\u0436\u043e\u0441\u0446\u0456 ODM"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" class=\"scroll-smooth scroll-pt-20\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Quality &#038; Compliance | FDA &#038; ISO 13485 Manufacturer | MeetingBoth<\/title>\n    <meta name=\"description\" content=\"Explore MeetingBoth's strict quality control, FDA compliance, and ISO 13485 certified manufacturing processes for medical-grade beauty devices.\">\n    \n    <!-- Fonts & Icons -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Playfair+Display:wght@600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script>\n        tailwind.config = {\n            darkMode: 'class',\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        serif: ['Playfair Display', 'serif'],\n                    },\n                    colors: {\n                        brand: {\n                            900: '#0a0f1c', \/\/ Deep tech background\n                            800: '#111827', \/\/ Card background\n                            700: '#1f2937', \/\/ Light border\/hover\n                            red: '#ef4444', \/\/ Red light therapy\n                            nir: '#8b5cf6', \/\/ Near infrared (purple hue)\n                            gold: '#d4af37', \/\/ Premium accent\n                            blue: '#3b82f6', \/\/ Medical\/Trust blue\n                            cyan: '#06b6d4', \/\/ Cleanroom cyan\n                        }\n                    },\n                    animation: {\n                        'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'spin-slow': 'spin 20s linear infinite',\n                        'scan': 'scan 3s ease-in-out infinite',\n                    },\n                    keyframes: {\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-15px)' },\n                        },\n                        scan: {\n                            '0%': { top: '0%', opacity: '0' },\n                            '10%': { opacity: '1' },\n                            '90%': { opacity: '1' },\n                            '100%': { top: '100%', opacity: '0' },\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* Custom scrollbar *\/\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #0a0f1c; }\n        ::-webkit-scrollbar-thumb { background: #374151; border-radius: 5px; }\n        ::-webkit-scrollbar-thumb:hover { background: #3b82f6; }\n\n        \/* Glassmorphism utilities *\/\n        .glass-card {\n            background: rgba(17, 24, 39, 0.7);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);\n        }\n\n        .glass-panel {\n            background: linear-gradient(145deg, rgba(31, 41, 55, 0.4) 0%, rgba(17, 24, 39, 0.8) 100%);\n            backdrop-filter: blur(20px);\n            border: 1px solid rgba(59, 130, 246, 0.15); \/* Blue tinted border for medical feel *\/\n        }\n\n        \/* Glowing text effects *\/\n        .text-glow-blue { text-shadow: 0 0 25px rgba(59, 130, 246, 0.6); }\n        .text-glow-gold { text-shadow: 0 0 20px rgba(212, 175, 55, 0.5); }\n        \n        \/* Process Line for QC *\/\n        .process-line::after {\n            content: '';\n            position: absolute;\n            top: 2rem;\n            left: 50%;\n            width: 2px;\n            height: 100%;\n            background: linear-gradient(to bottom, #3b82f6 0%, transparent 100%);\n            transform: translateX(-50%);\n            z-index: 0;\n        }\n        @media (min-width: 768px) {\n            .process-line::after {\n                top: 50%;\n                left: 0;\n                width: 100%;\n                height: 2px;\n                background: linear-gradient(to right, #3b82f6 0%, transparent 100%);\n                transform: translateY(-50%);\n            }\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-brand-900 text-gray-300 font-sans antialiased overflow-x-hidden selection:bg-brand-blue selection:text-white\">\n\n<nav class=\"fixed top-0 left-0 w-full z-50 transition-all duration-300 backdrop-blur-lg bg-brand-900\/80 border-b border-white\/10 shadow-lg\" id=\"navbar\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n        <div class=\"flex justify-between items-center h-20\">\n            <!-- Logo -->\n            <a href=\"index.html\" class=\"flex-shrink-0 flex items-center gap-3 cursor-pointer group\">\n                <div class=\"relative flex items-center justify-center w-10 h-10 bg-gradient-to-br from-brand-red to-brand-nir rounded-xl shadow-[0_0_15px_rgba(239,68,68,0.5)] group-hover:scale-105 transition-transform\">\n                    <i class=\"fa-solid fa-shield-halved text-white text-xl z-10\"><\/i>\n                <\/div>\n                <div>\n                    <h1 class=\"text-xl font-bold text-white tracking-wide font-serif\">MeetingBoth<span class=\"text-brand-gold\">.<\/span><\/h1>\n                    <p class=\"text-[0.65rem] text-gray-400 tracking-widest uppercase\">Beauty Tech<\/p>\n                <\/div>\n            <\/a>\n\n            <!-- Desktop Menu -->\n            <div class=\"hidden lg:flex items-center space-x-6\">\n                <a href=\"index.html\" class=\"text-sm font-medium text-gray-400 hover:text-white transition-colors duration-200\">Home<\/a>\n                <a href=\"oem-led-face-mask.html\" class=\"text-sm font-medium text-gray-400 hover:text-white transition-colors duration-200\">Face Mask<\/a>\n                <a href=\"oem-red-light-therapy-panel.html\" class=\"text-sm font-medium text-gray-400 hover:text-white transition-colors duration-200\">Panels<\/a>\n                <a href=\"about-us.html\" class=\"text-sm font-medium text-gray-400 hover:text-white transition-colors duration-200\">About Us<\/a>\n                <a href=\"#\" class=\"text-sm font-medium text-brand-blue border-b border-brand-blue pb-1\"><i class=\"fa-solid fa-clipboard-check mr-2\"><\/i>Quality &#038; Compliance<\/a>\n                <a href=\"mailto:nolan@meetingboth.com\" class=\"inline-flex items-center justify-center px-6 py-2.5 border border-transparent text-sm font-medium rounded-full text-white bg-gradient-to-r from-brand-blue to-brand-cyan hover:from-blue-500 hover:to-cyan-500 shadow-[0_0_15px_rgba(59,130,246,0.4)] transition-all duration-300 hover:scale-105\">\n                    <i class=\"fa-solid fa-envelope mr-2\"><\/i> Get a Quote\n                <\/a>\n            <\/div>\n\n            <!-- Mobile menu button -->\n            <div class=\"lg:hidden flex items-center\">\n                <button id=\"mobile-menu-btn\" class=\"text-gray-300 hover:text-white focus:outline-none\">\n                    <i class=\"fa-solid fa-bars text-2xl\"><\/i>\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Mobile Menu -->\n    <div id=\"mobile-menu\" class=\"hidden lg:hidden bg-brand-800 border-b border-white\/10\">\n        <div class=\"px-2 pt-2 pb-3 space-y-1 sm:px-3\">\n            <a href=\"index.html\" class=\"block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:text-white hover:bg-white\/5\">Home<\/a>\n            <a href=\"oem-led-face-mask.html\" class=\"block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:text-white hover:bg-white\/5\">Face Mask<\/a>\n            <a href=\"oem-red-light-therapy-panel.html\" class=\"block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:text-white hover:bg-white\/5\">Panels<\/a>\n            <a href=\"about-us.html\" class=\"block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:text-white hover:bg-white\/5\">About Us<\/a>\n            <a href=\"#\" class=\"block px-3 py-2 rounded-md text-base font-medium text-brand-blue bg-brand-900\">Quality &#038; Compliance<\/a>\n            <a href=\"mailto:nolan@meetingboth.com\" class=\"block px-3 py-2 mt-4 text-center rounded-md text-base font-medium text-white bg-brand-blue hover:bg-blue-600\"><i class=\"fa-solid fa-envelope mr-2\"><\/i> Get a Quote<\/a>\n        <\/div>\n    <\/div>\n<\/nav>\n\n<section class=\"relative pt-32 pb-20 lg:pt-48 lg:pb-32 overflow-hidden flex items-center min-h-[90vh]\">\n    <!-- Atmospheric Background Glows -->\n    <div class=\"absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-full max-w-6xl h-[600px] opacity-30 pointer-events-none blur-[120px] -z-10 mix-blend-screen\">\n        <div class=\"absolute top-0 right-1\/4 w-[400px] h-[400px] bg-brand-blue\/50 rounded-full mix-blend-screen animate-pulse-slow\"><\/div>\n        <div class=\"absolute bottom-0 left-1\/4 w-[400px] h-[400px] bg-brand-cyan\/40 rounded-full mix-blend-screen animate-pulse-slow\" style=\"animation-delay: 2s;\"><\/div>\n    <\/div>\n\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10 w-full\">\n        <div class=\"flex flex-col lg:flex-row items-center gap-12 lg:gap-20\">\n            \n            <!-- Hero Text -->\n            <div class=\"lg:w-1\/2 text-center lg:text-left\">\n                <div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full border border-brand-blue\/30 bg-brand-blue\/10 text-brand-blue text-sm font-semibold mb-6 backdrop-blur-sm\">\n                    <i class=\"fa-solid fa-shield-virus\"><\/i> Global Regulatory Standards\n                <\/div>\n                \n                <h1 class=\"text-4xl md:text-5xl lg:text-6xl font-serif font-bold text-white leading-tight mb-6\">\n                    Uncompromising <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-cyan-400 text-glow-blue\">Medical-Grade<\/span> Quality\n                <\/h1>\n                \n                <p class=\"text-lg md:text-xl text-gray-400 mb-8 leading-relaxed font-light\">\n                    In the aesthetic device market, safety and efficacy are non-negotiable. Our Shenzhen facilities operate under strict ISO 13485 protocols, ensuring your OEM products effortlessly pass FDA, CE, and global customs clearances.\n                <\/p>\n                \n                <div class=\"flex flex-col sm:flex-row gap-4 justify-center lg:justify-start items-center\">\n                    <a href=\"#certifications\" class=\"w-full sm:w-auto px-8 py-4 rounded-full text-white font-bold text-lg bg-gradient-to-r from-brand-blue to-cyan-500 hover:from-blue-500 hover:to-cyan-600 shadow-[0_0_20px_rgba(59,130,246,0.4)] transition-all hover:scale-105 flex items-center justify-center gap-3\">\n                        <i class=\"fa-solid fa-file-certificate\"><\/i> View Certifications\n                    <\/a>\n                    <a href=\"#lab\" class=\"w-full sm:w-auto px-8 py-4 rounded-full text-white font-semibold text-lg border border-white\/20 hover:bg-white\/5 transition-all flex items-center justify-center gap-3 backdrop-blur-sm\">\n                        Inside Our Testing Lab <i class=\"fa-solid fa-arrow-down\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Hero Abstract Visual (The \"Security\/Quality Shield\") -->\n            <div class=\"lg:w-1\/2 flex justify-center relative\">\n                <div class=\"relative w-full max-w-sm aspect-square flex items-center justify-center\">\n                    \n                    <!-- Outer scanning ring -->\n                    <div class=\"absolute w-[100%] h-[100%] rounded-full border-2 border-brand-blue\/30 animate-spin-slow\"><\/div>\n                    <div class=\"absolute w-[100%] h-[100%] rounded-full border-2 border-dashed border-brand-cyan\/50 animate-spin-reverse\" style=\"animation-duration: 30s;\"><\/div>\n                    \n                    <!-- Core structural element -->\n                    <div class=\"relative w-[60%] h-[60%] bg-brand-900\/80 rounded-[40px] border border-brand-blue\/50 shadow-[0_0_50px_rgba(59,130,246,0.2)] flex items-center justify-center backdrop-blur-md glass-panel z-10 overflow-hidden transform rotate-45\">\n                        \n                        <!-- Inner content un-rotated -->\n                        <div class=\"transform -rotate-45 flex flex-col items-center justify-center w-full h-full relative\">\n                            <!-- Scanning line simulation -->\n                            <div class=\"absolute w-[150%] h-[2px] bg-brand-cyan\/80 shadow-[0_0_15px_#06b6d4] animate-scan z-20\"><\/div>\n                            \n                            <i class=\"fa-solid fa-check-double text-6xl text-brand-cyan drop-shadow-[0_0_15px_rgba(6,182,212,0.6)] z-10\"><\/i>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Floating nodes (representing QC checkpoints) -->\n                    <div class=\"absolute top-4 right-1\/4 w-3 h-3 bg-brand-cyan rounded-full shadow-[0_0_10px_#06b6d4] animate-pulse\"><\/div>\n                    <div class=\"absolute bottom-10 left-10 w-3 h-3 bg-brand-blue rounded-full shadow-[0_0_10px_#3b82f6] animate-pulse\" style=\"animation-delay: 1s\"><\/div>\n                    \n                    <!-- HUD Elements -->\n                    <div class=\"absolute -top-6 right-0 border border-brand-blue\/50 bg-brand-blue\/10 px-3 py-1 rounded-full text-[0.6rem] font-mono text-brand-cyan tracking-widest flex items-center gap-2 shadow-lg backdrop-blur-md\">\n                        <span class=\"w-2 h-2 bg-brand-cyan rounded-full animate-ping\"><\/span> ISO 13485:2016\n                    <\/div>\n                    <div class=\"absolute bottom-0 left-0 border border-green-500\/50 bg-green-500\/10 px-3 py-1 rounded-full text-[0.6rem] font-mono text-green-400 tracking-widest flex items-center gap-2 shadow-lg backdrop-blur-md\">\n                        <span class=\"w-2 h-2 bg-green-400 rounded-full animate-ping\" style=\"animation-delay: 0.5s\"><\/span> 100% PASS RATE\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<section id=\"certifications\" class=\"py-24 bg-brand-800\/50 border-y border-white\/5 relative z-20\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n        <div class=\"text-center mb-16\">\n            <h2 class=\"text-sm font-bold tracking-widest text-brand-blue uppercase mb-3\"><i class=\"fa-solid fa-passport mr-2\"><\/i> Global Market Access<\/h2>\n            <h3 class=\"text-3xl md:text-4xl font-serif font-bold text-white mb-4\">Certified for International Trade<\/h3>\n            <p class=\"text-gray-400 max-w-2xl mx-auto\">We provide full documentation and compliance backing for your OEM devices, ensuring zero friction with customs or retail regulatory boards.<\/p>\n        <\/div>\n\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n            \n            <div class=\"glass-card p-8 rounded-2xl border border-white\/5 hover:border-brand-blue\/50 transition-all group flex flex-col items-center text-center\">\n                <div class=\"w-20 h-20 rounded-full border-2 border-brand-blue flex items-center justify-center mb-6 shadow-[0_0_20px_rgba(59,130,246,0.2)] bg-brand-900 group-hover:scale-110 transition-transform\">\n                    <span class=\"font-bold text-xl text-brand-blue\">ISO<\/span>\n                <\/div>\n                <h4 class=\"text-lg font-bold text-white mb-2\">ISO 13485<\/h4>\n                <p class=\"text-xs text-brand-gold mb-3 font-mono tracking-wider\">MEDICAL QMS<\/p>\n                <p class=\"text-sm text-gray-400 leading-relaxed\">Our facility strictly adheres to the internationally recognized Quality Management System standard for medical device manufacturing.<\/p>\n            <\/div>\n\n            <div class=\"glass-card p-8 rounded-2xl border border-white\/5 hover:border-white\/50 transition-all group flex flex-col items-center text-center\">\n                <div class=\"w-20 h-20 rounded-full border-2 border-white flex items-center justify-center mb-6 shadow-[0_0_20px_rgba(255,255,255,0.1)] bg-brand-900 group-hover:scale-110 transition-transform\">\n                    <span class=\"font-bold text-2xl text-white\">FDA<\/span>\n                <\/div>\n                <h4 class=\"text-lg font-bold text-white mb-2\">FDA Registered<\/h4>\n                <p class=\"text-xs text-brand-gold mb-3 font-mono tracking-wider\">US MARKET<\/p>\n                <p class=\"text-sm text-gray-400 leading-relaxed\">Our manufacturing facility is FDA registered. We actively assist clients with 510(k) clearance documentation for Class II devices.<\/p>\n            <\/div>\n\n            <div class=\"glass-card p-8 rounded-2xl border border-white\/5 hover:border-brand-cyan\/50 transition-all group flex flex-col items-center text-center\">\n                <div class=\"w-20 h-20 rounded-full border-2 border-brand-cyan flex items-center justify-center mb-6 shadow-[0_0_20px_rgba(6,182,212,0.2)] bg-brand-900 group-hover:scale-110 transition-transform\">\n                    <span class=\"font-bold text-3xl text-brand-cyan\">CE<\/span>\n                <\/div>\n                <h4 class=\"text-lg font-bold text-white mb-2\">CE Medical \/ EMC<\/h4>\n                <p class=\"text-xs text-brand-gold mb-3 font-mono tracking-wider\">EU MARKET<\/p>\n                <p class=\"text-sm text-gray-400 leading-relaxed\">All devices pass stringent Electromagnetic Compatibility (EMC) and Low Voltage Directives (LVD) for safe European distribution.<\/p>\n            <\/div>\n\n            <div class=\"glass-card p-8 rounded-2xl border border-white\/5 hover:border-green-400\/50 transition-all group flex flex-col items-center text-center\">\n                <div class=\"w-20 h-20 rounded-full border-2 border-green-400 flex items-center justify-center mb-6 shadow-[0_0_20px_rgba(74,222,128,0.2)] bg-brand-900 group-hover:scale-110 transition-transform\">\n                    <span class=\"font-bold text-lg text-green-400\">RoHS<\/span>\n                <\/div>\n                <h4 class=\"text-lg font-bold text-white mb-2\">RoHS &#038; REACH<\/h4>\n                <p class=\"text-xs text-brand-gold mb-3 font-mono tracking-wider\">MATERIAL SAFETY<\/p>\n                <p class=\"text-sm text-gray-400 leading-relaxed\">We guarantee our PCB boards, silicones, and plastics are 100% free from hazardous heavy metals and toxic chemicals.<\/p>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<section id=\"lab\" class=\"py-24 relative overflow-hidden\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n        <div class=\"flex flex-col lg:flex-row gap-16 items-center\">\n            \n            <div class=\"lg:w-1\/2 relative\">\n                <div class=\"glass-panel p-10 rounded-3xl relative overflow-hidden border border-brand-blue\/20\">\n                    <div class=\"absolute -right-20 -top-20 opacity-5\">\n                        <i class=\"fa-solid fa-microscope text-[20rem] text-brand-blue\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-2xl font-serif font-bold text-white mb-8 relative z-10\">Inside Our In-House Testing Laboratory<\/h3>\n                    \n                    <ul class=\"space-y-6 relative z-10\">\n                        <li class=\"flex items-start gap-4\">\n                            <div class=\"w-10 h-10 rounded bg-brand-900 border border-brand-cyan\/30 flex items-center justify-center flex-shrink-0\">\n                                <i class=\"fa-solid fa-wave-square text-brand-cyan\"><\/i>\n                            <\/div>\n                            <div>\n                                <h4 class=\"text-white font-bold mb-1\">Integrating Sphere Spectrometry<\/h4>\n                                <p class=\"text-xs text-gray-400 leading-relaxed\">We don&#8217;t guess the wavelength. Every LED batch is mapped in our integrating sphere to verify exact nanometer outputs (e.g., exactly 633nm) and irradiance (mW\/cm\u00b2).<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start gap-4\">\n                            <div class=\"w-10 h-10 rounded bg-brand-900 border border-red-400\/30 flex items-center justify-center flex-shrink-0\">\n                                <i class=\"fa-solid fa-temperature-full text-red-400\"><\/i>\n                            <\/div>\n                            <div>\n                                <h4 class=\"text-white font-bold mb-1\">Thermal &#038; Burn-In Testing<\/h4>\n                                <p class=\"text-xs text-gray-400 leading-relaxed\">Devices undergo grueling 48-72 hour continuous power-on cycles in high-heat incubators to ensure the battery and PCB will not fail or overheat during consumer use.<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start gap-4\">\n                            <div class=\"w-10 h-10 rounded bg-brand-900 border border-brand-gold\/30 flex items-center justify-center flex-shrink-0\">\n                                <i class=\"fa-solid fa-magnet text-brand-gold\"><\/i>\n                            <\/div>\n                            <div>\n                                <h4 class=\"text-white font-bold mb-1\">EMF Emission Verification<\/h4>\n                                <p class=\"text-xs text-gray-400 leading-relaxed\">For skin-contact devices like face masks and belts, our engineers test for Electromagnetic Fields to guarantee 0.0 \u00b5T emissions at the point of contact.<\/p>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"lg:w-1\/2\">\n                <h2 class=\"text-sm font-bold tracking-widest text-brand-blue uppercase mb-3\"><i class=\"fa-solid fa-vial-circle-check mr-2\"><\/i> Scientific Rigor<\/h2>\n                <h3 class=\"text-4xl font-serif font-bold text-white mb-8\">Beyond Basic Assembly<\/h3>\n                \n                <p class=\"text-gray-300 text-lg mb-6 leading-relaxed\">\n                    A beauty device is only as good as the science validating it. Many cheap manufacturers assemble off-the-shelf parts with no verification of the actual optical output.\n                <\/p>\n                <p class=\"text-gray-400 text-sm mb-8 leading-relaxed\">\n                    At MeetingBoth, our dedicated R&#038;D engineers treat cosmetic devices with the same scrutiny as hospital-grade surgical tools. By testing every batch in our advanced optical and electrical labs, we protect your brand&#8217;s reputation and ensure your customers see genuine, clinical results.\n                <\/p>\n\n                <div class=\"grid grid-cols-2 gap-4 mt-8\">\n                    <div class=\"bg-brand-900\/50 p-4 rounded-xl border border-white\/5 text-center\">\n                        <div class=\"text-2xl font-bold text-white mb-1\">0.1<span class=\"text-brand-blue\">%<\/span><\/div>\n                        <div class=\"text-xs text-gray-500 uppercase tracking-widest\">Defect Rate<\/div>\n                    <\/div>\n                    <div class=\"bg-brand-900\/50 p-4 rounded-xl border border-white\/5 text-center\">\n                        <div class=\"text-2xl font-bold text-white mb-1\">100<span class=\"text-brand-cyan\">%<\/span><\/div>\n                        <div class=\"text-xs text-gray-500 uppercase tracking-widest\">Battery Aging Tested<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"py-24 bg-brand-900 relative\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n        <div class=\"text-center mb-16\">\n            <h2 class=\"text-sm font-bold tracking-widest text-brand-gold uppercase mb-3\"><i class=\"fa-solid fa-list-check mr-2\"><\/i> The Pipeline<\/h2>\n            <h3 class=\"text-3xl md:text-4xl font-serif font-bold text-white mb-4\">Our 4-Stage Quality Control Protocol<\/h3>\n            <p class=\"text-gray-400 max-w-2xl mx-auto\">We intercept and eliminate defects at every stage of the manufacturing journey, ensuring only flawless devices leave our Shenzhen facility.<\/p>\n        <\/div>\n\n        <div class=\"relative process-line max-w-6xl mx-auto mt-20\">\n            <div class=\"grid grid-cols-1 md:grid-cols-4 gap-12 md:gap-6 relative z-10\">\n                \n                <!-- Stage 1 -->\n                <div class=\"glass-card p-6 rounded-2xl text-center relative border border-brand-blue\/30 hover:-translate-y-2 transition-transform\">\n                    <div class=\"w-14 h-14 mx-auto bg-brand-900 border-2 border-brand-blue rounded-full flex items-center justify-center mb-4 shadow-[0_0_15px_rgba(59,130,246,0.4)] relative -mt-12\">\n                        <i class=\"fa-solid fa-boxes-stacked text-lg text-brand-blue\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-white font-bold text-lg mb-1\">IQC<\/h4>\n                    <p class=\"text-brand-gold text-[0.65rem] uppercase tracking-widest mb-3\">Incoming Quality Control<\/p>\n                    <p class=\"text-xs text-gray-400 text-left\">We inspect 100% of raw materials before they enter the cleanroom. Medical silicones are checked for purity, LEDs for binning consistency, and batteries for voltage stability.<\/p>\n                <\/div>\n\n                <!-- Stage 2 -->\n                <div class=\"glass-card p-6 rounded-2xl text-center relative border border-brand-cyan\/30 hover:-translate-y-2 transition-transform\">\n                    <div class=\"w-14 h-14 mx-auto bg-brand-900 border-2 border-brand-cyan rounded-full flex items-center justify-center mb-4 shadow-[0_0_15px_rgba(6,182,212,0.4)] relative -mt-12\">\n                        <i class=\"fa-solid fa-microchip text-lg text-brand-cyan\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-white font-bold text-lg mb-1\">IPQC<\/h4>\n                    <p class=\"text-brand-gold text-[0.65rem] uppercase tracking-widest mb-3\">In-Process QC<\/p>\n                    <p class=\"text-xs text-gray-400 text-left\">During assembly on our Class 100,000 cleanroom lines, inspectors constantly monitor soldering precision, wire routing, and initial power-on functions to catch assembly errors early.<\/p>\n                <\/div>\n\n                <!-- Stage 3 -->\n                <div class=\"glass-card p-6 rounded-2xl text-center relative border border-brand-nir\/30 hover:-translate-y-2 transition-transform\">\n                    <div class=\"w-14 h-14 mx-auto bg-brand-900 border-2 border-brand-nir rounded-full flex items-center justify-center mb-4 shadow-[0_0_15px_rgba(139,92,246,0.4)] relative -mt-12\">\n                        <i class=\"fa-solid fa-clipboard-check text-lg text-brand-nir\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-white font-bold text-lg mb-1\">FQC<\/h4>\n                    <p class=\"text-brand-gold text-[0.65rem] uppercase tracking-widest mb-3\">Final Quality Control<\/p>\n                    <p class=\"text-xs text-gray-400 text-left\">Every single fully assembled device (not just a random sample) undergoes functional testing, LED intensity checks, and a mandatory battery burn-in stress test.<\/p>\n                <\/div>\n\n                <!-- Stage 4 -->\n                <div class=\"glass-card p-6 rounded-2xl text-center relative border border-green-500\/30 hover:-translate-y-2 transition-transform\">\n                    <div class=\"w-14 h-14 mx-auto bg-brand-900 border-2 border-green-500 rounded-full flex items-center justify-center mb-4 shadow-[0_0_15px_rgba(34,197,94,0.4)] relative -mt-12\">\n                        <i class=\"fa-solid fa-box-open text-lg text-green-500\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-white font-bold text-lg mb-1\">OQC<\/h4>\n                    <p class=\"text-brand-gold text-[0.65rem] uppercase tracking-widest mb-3\">Outgoing QC<\/p>\n                    <p class=\"text-xs text-gray-400 text-left\">Prior to sealing the cartons, a final audit verifies that the packaging, custom manuals, accessories, and labeling perfectly match the client&#8217;s OEM specifications.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"py-24 relative overflow-hidden bg-gradient-to-t from-brand-800 to-brand-900 border-t border-white\/5\">\n    <div class=\"absolute inset-0 bg-[url('data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4wNSkiLz48L3N2Zz4=')] opacity-50\"><\/div>\n    \n    <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10 text-center\">\n        <i class=\"fa-solid fa-file-shield text-5xl text-brand-blue mb-6 drop-shadow-[0_0_20px_rgba(59,130,246,0.5)]\"><\/i>\n        <h2 class=\"text-4xl md:text-5xl font-serif font-bold text-white mb-6\">Partner With a Compliant Factory<\/h2>\n        <p class=\"text-lg text-gray-400 mb-10 leading-relaxed\">\n            Don&#8217;t risk your brand&#8217;s reputation with unverified suppliers. Trust MeetingBoth&#8217;s ISO 13485 certified infrastructure to deliver flawless, medical-grade beauty technology to your customers.\n        <\/p>\n        <a href=\"mailto:nolan@meetingboth.com\" class=\"inline-flex items-center justify-center px-10 py-5 border border-transparent text-lg font-bold rounded-full text-white bg-gradient-to-r from-brand-blue to-brand-cyan hover:from-blue-600 hover:to-cyan-600 shadow-[0_0_25px_rgba(59,130,246,0.5)] transition-all duration-300 hover:scale-105\">\n            <i class=\"fa-solid fa-envelope mr-3\"><\/i> Request Compliance Documents\n        <\/a>\n    <\/div>\n<\/section>\n\n<footer class=\"bg-brand-900 border-t border-white\/10 pt-16 pb-8\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12\">\n            \n            <!-- Brand -->\n            <div class=\"lg:col-span-1\">\n                <div class=\"flex items-center gap-3 mb-6\">\n                    <div class=\"flex items-center justify-center w-8 h-8 bg-gradient-to-br from-brand-red to-brand-nir rounded-lg\">\n                        <i class=\"fa-solid fa-shield-halved text-white text-sm\"><\/i>\n                    <\/div>\n                    <h2 class=\"text-xl font-bold text-white font-serif\">MeetingBoth<span class=\"text-brand-gold\">.<\/span><\/h2>\n                <\/div>\n                <p class=\"text-gray-400 text-sm mb-6 leading-relaxed\">Global OEM\/ODM Manufacturer of Medical-Grade Beauty Devices, LED Face Masks, and Red Light Therapy Systems.<\/p>\n            <\/div>\n\n            <!-- Quick Links -->\n            <div>\n                <h4 class=\"text-white font-semibold mb-6\">Manufacturing<\/h4>\n                <ul class=\"space-y-3\">\n                    <li><a href=\"index.html#capabilities\" class=\"text-sm text-gray-400 hover:text-brand-gold transition-colors\">OEM Beauty Device Factory<\/a><\/li>\n                    <li><a href=\"index.html#customization\" class=\"text-sm text-gray-400 hover:text-brand-gold transition-colors\">Private Label Light Therapy<\/a><\/li>\n                    <li><a href=\"about-us.html\" class=\"text-sm text-gray-400 hover:text-brand-gold transition-colors\">About Our Factory<\/a><\/li>\n                    <li><a href=\"#\" class=\"text-sm text-brand-gold transition-colors\">Quality &#038; Compliance<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Products -->\n            <div>\n                <h4 class=\"text-white font-semibold mb-6\">Core Products<\/h4>\n                <ul class=\"space-y-3\">\n                    <li><a href=\"oem-led-face-mask.html\" class=\"text-sm text-gray-400 hover:text-brand-gold transition-colors\">OEM LED Face Mask<\/a><\/li>\n                    <li><a href=\"oem-red-light-therapy-panel.html\" class=\"text-sm text-gray-400 hover:text-brand-gold transition-colors\">Therapy Panel OEM<\/a><\/li>\n                    <li><a href=\"oem-facial-light-therapy-wand.html\" class=\"text-sm text-gray-400 hover:text-brand-gold transition-colors\">Facial Therapy Wand<\/a><\/li>\n                    <li><a href=\"index.html#products\" class=\"text-sm text-gray-400 hover:text-brand-gold transition-colors\">Professional Beauty Equipment<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Contact -->\n            <div>\n                <h4 class=\"text-white font-semibold mb-6\">Global Contact<\/h4>\n                <ul class=\"space-y-4\">\n                    <li class=\"flex items-start\">\n                        <i class=\"fa-solid fa-envelope text-brand-gold mt-1 mr-3 w-4\"><\/i>\n                        <a href=\"mailto:nolan@meetingboth.com\" class=\"text-sm text-gray-400 hover:text-white transition-colors\">nolan@meetingboth.com<\/a>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i class=\"fa-solid fa-shield-check text-green-400 mt-1 mr-3 w-4\"><\/i>\n                        <span class=\"text-sm text-green-400 font-medium flex items-center gap-2\">\n                            Verified Manufacturer\n                            <span class=\"bg-green-400\/10 border border-green-400\/30 text-[0.65rem] px-1.5 py-0.5 rounded-sm uppercase tracking-wider\">\u8ba4\u8bc1<\/span>\n                        <\/span>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i class=\"fa-solid fa-map-location-dot text-brand-gold mt-1 mr-3 w-4\"><\/i>\n                        <span class=\"text-sm text-gray-400\">Shenzhen, China<br\/>(Serving Global B2B Markets)<\/span>\n                    <\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"text-center pt-8 border-t border-white\/5\">\n            <p class=\"text-sm text-gray-500\">&copy; <span id=\"year\"><\/span> MeetingBoth Beauty Tech. All rights reserved. B2B Wholesale &#038; OEM Manufacturing.<\/p>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<script>\n    \/\/ Set current year in footer\n    document.getElementById('year').textContent = new Date().getFullYear();\n\n    \/\/ Mobile Menu Toggle\n    const btn = document.getElementById('mobile-menu-btn');\n    const menu = document.getElementById('mobile-menu');\n\n    btn.addEventListener('click', () => {\n        menu.classList.toggle('hidden');\n    });\n\n    \/\/ Close mobile menu on link click\n    const mobileLinks = menu.querySelectorAll('a');\n    mobileLinks.forEach(link => {\n        link.addEventListener('click', () => {\n            menu.classList.add('hidden');\n        });\n    });\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Quality &#038; Compliance | FDA &#038; ISO 13485 Manufacturer | MeetingBoth MeetingBoth. Beauty Tech Home Face Mask Panels About Us Quality &#038; Compliance Get a Quote Home Face Mask Panels About Us Quality &#038; Compliance Get a Quote Global Regulatory Standards Uncompromising Medical-Grade Quality In the aesthetic device market, safety and efficacy are non-negotiable. Our [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/meetingboth.com\/be\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetingboth.com\/be\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meetingboth.com\/be\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meetingboth.com\/be\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meetingboth.com\/be\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":1,"href":"https:\/\/meetingboth.com\/be\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/meetingboth.com\/be\/wp-json\/wp\/v2\/pages\/28\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/meetingboth.com\/be\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}