{"id":2426,"date":"2026-03-27T03:30:10","date_gmt":"2026-03-27T03:30:10","guid":{"rendered":"https:\/\/gqlamp.com\/?page_id=2426"},"modified":"2026-04-22T08:29:45","modified_gmt":"2026-04-22T08:29:45","slug":"control-systems","status":"publish","type":"page","link":"https:\/\/gqlamp.com\/pt\/control-systems\/","title":{"rendered":"Sistemas Controle"},"content":{"rendered":"<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-ec73bde\" data-block-id=\"ec73bde\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-ec73bde-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-3dbe65d\" data-v=\"4\" data-block-id=\"3dbe65d\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-3dbe65d-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-3dbe65d-inner-blocks\">\n<div id=\"gq-hero-module\">\n    <style>\n        \/* * 1. SCOPE ISOLATION: All rules prefixed with #gq-hero-module\n         * 3. AESTHETICS: No external fonts, no font-family, relying on Blocksy inheritance. Key styles use !important.\n         * 4. LAYOUT: Vanilla CSS Flexbox & Grid, completely independent of frameworks.\n         *\/\n\n        #gq-hero-module {\n            width: 100% !important;\n            padding: 40px 0 !important; \/* Base 40px padding, extra bottom space for the floating shadow *\/\n            background-color: #ffffff !important; \/* Light off-white background to make the deep shadow pop *\/\n            position: relative !important;\n            box-sizing: border-box !important;\n            overflow: visible !important;\n        }\n\n        #gq-hero-module * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* Container for 100% full width layout with bounded max-width for readability *\/\n        #gq-hero-module .gq-container {\n            width: 100% !important;\n            max-width: 1400px !important;\n            margin: 0 auto !important;\n            padding: 0 20px !important;\n        }\n\n        \/* Top Layout: Left Text, Right Image *\/\n        #gq-hero-module .gq-hero-top {\n            display: flex !important;\n            flex-wrap: wrap !important;\n            align-items: center !important;\n            gap: 48px !important;\n            margin-bottom: 30px !important;\n        }\n\n        #gq-hero-module .gq-hero-content {\n            flex: 1 1 700px !important;\n        }\n\n        #gq-hero-module .gq-hero-visual {\n            flex: 1 1 500px !important;\n            display: flex !important;\n            justify-content: center !important;\n            align-items: center !important;\n        }\n\n        \/* Tag Replacement: No semantic header tags used *\/\n        #gq-hero-module .gq-hero-title {\n            font-size: 38px !important; \/* Default size requested *\/\n            color: #183090 !important; \/* Primary Brand Blue *\/\n            font-weight: 700 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 24px !important;\n        }\n\n        #gq-hero-module .gq-hero-desc {\n            font-size: 16px !important;\n            color: #303030 !important; \/* Primary Text Gray *\/\n            line-height: 1.6 !important;\n            margin-bottom: 32px !important;\n        }\n\n        \/* Trust Badges - List Layout *\/\n        #gq-hero-module .gq-trust-list {\n            display: flex !important;\n            flex-wrap: wrap !important;\n            gap: 16px 18px !important;\n            margin-bottom: 40px !important;\n        }\n\n        #gq-hero-module .gq-trust-item {\n            display: flex !important;\n            align-items: center !important;\n            gap: 8px !important;\n            font-size: 15px !important;\n            color: #303030 !important;\n            font-weight: 500 !important;\n        }\n\n        #gq-hero-module .gq-check-icon {\n            width: 18px !important;\n            height: 18px !important;\n            fill: #009048 !important; \/* Brand Green *\/\n            flex-shrink: 0 !important;\n        }\n\n        \/* CTA Button *\/\n        #gq-hero-module .gq-btn {\n            display: inline-flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            padding: 14px 36px !important;\n            background-color: #D81818 !important; \/* Accent Red *\/\n            color: #ffffff !important;\n            text-decoration: none !important;\n            font-weight: 600 !important;\n            font-size: 16px !important;\n            border-radius: 4px !important;\n            transition: all 0.3s ease-in-out !important;\n            border: 2px solid transparent !important;\n        }\n\n        #gq-hero-module .gq-btn:hover {\n            background-color: #183090 !important; \/* Switch to Blue on hover *\/\n            transform: translateY(-2px) !important;\n            box-shadow: 0 8px 16px rgba(24, 48, 144, 0.2) !important;\n        }\n\n        \/* Right Side Image *\/\n        #gq-hero-module .gq-img {\n            max-width: 100% !important;\n            background-color: #f8f9fa !important;\n            height: auto !important;\n            display: block !important;\n            object-fit: contain !important;\n            \/* Subtle float animation for the image *\/\n            animation: gqFloat 6s ease-in-out infinite !important; \n        }\n\n        @keyframes gqFloat {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n\n        \/* Bottom Suspended Data Bar (Full Width within container, Deep Shadow) *\/\n        #gq-hero-module .gq-data-bar {\n            width: 100% !important;\n            background: #ffffff !important;\n            border-radius: 6px !important;\n            border-top: 4px solid #009048 !important; \/* Green accent line *\/\n            display: grid !important;\n            grid-template-columns: repeat(3, 1fr) !important;\n            \/* Deep Shadow Effect *\/\n            box-shadow: 0 30px 60px -15px rgba(24, 48, 144, 0.15), 0 10px 20px -5px rgba(0, 0, 0, 0.04) !important;\n            position: relative !important;\n            z-index: 10 !important;\n        }\n\n        #gq-hero-module .gq-data-item {\n            padding: 32px 20px !important;\n            text-align: center !important;\n            border-right: 1px solid #eaeaea !important;\n            display: flex !important;\n            flex-direction: column !important;\n            justify-content: center !important;\n        }\n\n        #gq-hero-module .gq-data-item:last-child {\n            border-right: none !important;\n        }\n\n        #gq-hero-module .gq-data-val {\n            display: block !important;\n            font-size: 36px !important;\n            color: #183090 !important;\n            font-weight: 800 !important;\n            margin-bottom: 8px !important;\n            line-height: 1 !important;\n        }\n\n        #gq-hero-module .gq-data-lbl {\n            display: block !important;\n            font-size: 14px !important;\n            color: #303030 !important;\n            font-weight: 600 !important;\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 991px) {\n            #gq-hero-module .gq-data-val { font-size: 28px !important; }\n            #gq-hero-module .gq-data-item { padding: 24px 12px !important; }\n        }\n\n        @media (max-width:690px) {\n            #gq-hero-module .gq-hero-top { gap: 32px !important; }\n            #gq-hero-module .gq-data-bar {\n                grid-template-columns: 1fr !important; \/* Stack vertically on mobile *\/\n            }\n            #gq-hero-module .gq-data-item {\n                border-right: none !important;\n                border-bottom: 1px solid #eaeaea !important;\n                padding: 24px !important;\n            }\n            #gq-hero-module .gq-data-item:last-child {\n                border-bottom: none !important;\n            }\n            #gq-hero-module .gq-hero-title { font-size: 26px !important; }\n        }\n    <\/style>\n\n    <div class=\"gq-container\">\n        <div class=\"gq-hero-top\">\n            <div class=\"gq-hero-content gq-fade-up\">\n                <div class=\"gq-hero-title\">Sistemas de controle de ilumina\u00e7\u00e3o comercial Drivers LED, controladores DALI-2 e solu\u00e7\u00f5es de escurecimento<\/div>\n                \n                <div class=\"gq-hero-desc\">\n                    Sistemas de controle de ilumina\u00e7\u00e3o comercial de Guangqi: drivers de LED, controladores DALI-2, m\u00f3dulos de escurecimento de 0-10 V e n\u00f3s de controle sem fio, sob um teto de f\u00e1brica (n\u00f3s de controle) em casa desde 2010, usados em mais de 3.000 projetos comerciais e industriais em mais de 50 pa\u00edses.\n                <\/div>\n\n                <div class=\"gq-trust-list\">\n                    <div class=\"gq-trust-item\">\n                        <svg class=\"gq-check-icon\" viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                        Mais de 3.000 projetos\n                    <\/div>\n                    <div class=\"gq-trust-item\">\n                        <svg class=\"gq-check-icon\" viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                        Mais de 50 pa\u00edses\n                    <\/div>\n                    <div class=\"gq-trust-item\">\n                        <svg class=\"gq-check-icon\" viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                        CE\/UL\/DALI-2\/DLC\n                    <\/div>\n                    <div class=\"gq-trust-item\">\n                        <svg class=\"gq-check-icon\" viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                        Garantia 5-Yr\n                    <\/div>\n                    <div class=\"gq-trust-item\">\n                        <svg class=\"gq-check-icon\" viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                        F\u00e1brica Direta\n                    <\/div>\n                <\/div>\n\n                <a href=\"#ct-popup-801\" class=\"gq-btn\">Solicite um Or\u00e7amento<\/a>\n            <\/div>\n\n            <div class=\"gq-hero-visual gq-fade-up\">\n                <img decoding=\"async\" src=\"https:\/\/gqlamp.com\/wp-content\/uploads\/2026\/04\/Control-Systems.png\" alt=\"Sistemas de Controle de Ilumina\u00e7\u00e3o Comercial\" class=\"gq-img\" loading=\"lazy\" width=\"500\" height=\"auto\" \/>\n            <\/div>\n        <\/div>\n\n        <div class=\"gq-data-bar gq-fade-up\">\n            <div class=\"gq-data-item\">\n                <span class=\"gq-data-val\">95%<\/span>\n                <span class=\"gq-data-lbl\">Efici\u00eancia de pico<\/span>\n            <\/div>\n            <div class=\"gq-data-item\">\n                <span class=\"gq-data-val\">&lt;1%<\/span>\n                <span class=\"gq-data-lbl\">Flicker (IEEE 1789)<\/span>\n            <\/div>\n            <div class=\"gq-data-item\">\n                <span class=\"gq-data-val\">6kV<\/span>\n                <span class=\"gq-data-lbl\">Prote\u00e7\u00e3o Surge<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const elements = document.querySelectorAll('#gq-hero-module .gq-fade-up');\n            \n            \/\/ Set initial state\n            elements.forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(20px)';\n                el.style.transition = 'opacity 0.8s ease-out, transform 0.8s ease-out';\n            });\n\n            \/\/ Trigger animation on scroll\/load\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach((entry, index) => {\n                    if (entry.isIntersecting) {\n                        setTimeout(() => {\n                            entry.target.style.opacity = '1';\n                            entry.target.style.transform = 'translateY(0)';\n                        }, index * 150); \/\/ Staggered delay\n                        observer.unobserve(entry.target);\n                    }\n                });\n            }, { threshold: 0.1 });\n\n            elements.forEach(el => observer.observe(el));\n        });\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-9fbbeba\" data-block-id=\"9fbbeba\"><div class=\"stk-row stk-inner-blocks has-text-align-center stk-block-content stk-content-align stk-9fbbeba-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-94e3191\" data-v=\"4\" data-block-id=\"94e3191\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-94e3191-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-94e3191-inner-blocks\"><div class=\"ct-breadcrumbs\" data-source=\"rankmath\" ><nav aria-label=\"p\u00e3o ralado\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">Casa<\/span><\/p><\/nav><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-0a44b34\" data-block-id=\"0a44b34\"><style>.stk-0a44b34 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-0a44b34-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-e7aaff6\" data-v=\"4\" data-block-id=\"e7aaff6\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-e7aaff6-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-e7aaff6-inner-blocks\">\n<div id=\"gq-hidden-costs-module\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: \u9876\u7ea7 ID #gq-hidden-costs-module \u4e25\u683c\u9694\u79bb\n         * 2. SEMANTIC TAGS: \u5408\u7406\u4f7f\u7528 H2, H3 \u5e76\u7528 Class \u7cbe\u786e\u63a7\u5236\n         * 3. AESTHETICS: \u6241\u5e73\u5316\u8bbe\u8ba1\uff0c\u65e0\u9634\u5f71\uff0c\u4f9d\u8d56\u8fb9\u6846\u4e0e\u6392\u7248\uff0c\u7ee7\u627f\u5168\u5c40\u5b57\u4f53\n         * 4. LAYOUT: CSS Grid + Flexbox\uff0c\u6700\u5927\u5bbd\u5ea6 1280px\uff0c\u5c45\u4e2d\n         * ==================================================================== *\/\n\n        #gq-hidden-costs-module {\n            width: 100% !important;\n            padding: 40px 0 !important; \/* \u589e\u52a0\u4e0a\u4e0b\u7559\u767d\uff0c\u63d0\u5347\u547c\u5438\u611f *\/\n            background-color: #fcfcfd !important;\n            color: #303030 !important;\n            box-sizing: border-box !important;\n            overflow: hidden !important;\n            line-height: 1.6 !important;\n        }\n\n        #gq-hidden-costs-module * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* \u6838\u5fc3\u5bb9\u5668\uff1a\u6700\u5927\u5bbd\u5ea61280px\uff0c\u7edd\u5bf9\u5c45\u4e2d *\/\n        #gq-hidden-costs-module .gq-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* -----------------------------------------\n         * \u5934\u90e8\u533a\u57df (H2 & \u5f15\u8a00)\uff1a\u5c45\u4e2d\u5e03\u5c40\uff0c\u6d88\u9664\u4e0d\u89c4\u5219\u7559\u767d\n         * ----------------------------------------- *\/\n        #gq-hidden-costs-module .gq-header-section {\n            max-width: 1280px !important; \/* \u9650\u5236\u9605\u8bfb\u5bbd\u5ea6\uff0c\u5c45\u4e2d\u663e\u793a\u66f4\u9ad8\u7ea7 *\/\n            margin: 0 auto 38px auto !important;\n            text-align: center !important;\n        }\n\n        \/* H2 \u5c45\u4e2d\uff0c\u5c3a\u5bf832px *\/\n        #gq-hidden-costs-module h2.gq-title-h2 {\n            font-size: 32px !important; \n            color: #183090 !important; \n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 24px !important;\n            text-align: center !important;\n        }\n\n        #gq-hidden-costs-module p.gq-intro-text {\n            font-size: 16px !important;\n            color: #303030 !important;\n            text-align: left !important; \/* \u5757\u5c45\u4e2d\uff0c\u4f46\u6587\u5b57\u4fdd\u7559\u5de6\u5bf9\u9f50\u4ee5\u5229\u4e8e\u957f\u6bb5\u843d\u9605\u8bfb *\/\n            margin-bottom: 24px !important;\n        }\n\n        \/* -----------------------------------------\n         * \u5f15\u8a00\u6a21\u5757\uff1a\u6241\u5e73\u5316\uff0c\u6452\u5f03\u9634\u5f71\uff0c\u6781\u7b80\u7ebf\u6761\n         * ----------------------------------------- *\/\n        #gq-hidden-costs-module blockquote.gq-quote-flat {\n            border-left: 4px solid #D81818 !important; \n            background-color: #ffffff !important; \/* \u6781\u7b80\u6241\u5e73\u7070\u767d\u5e95 *\/\n            padding: 25px 30px !important;\n            margin: 0 auto 38px auto !important;\n            max-width: 1280px !important;\n            font-size: 18px !important;\n            color: #183090 !important;\n            font-style: italic !important;\n            border-radius: 0 4px 4px 0 !important;\n        }\n\n        #gq-hidden-costs-module span.gq-quote-author {\n            display: block !important;\n            font-size: 14px !important;\n            color: #303030 !important;\n            font-weight: 600 !important;\n            margin-top: 16px !important;\n            font-style: normal !important;\n        }\n\n        \/* -----------------------------------------\n         * \u7f51\u683c\u7cfb\u7edf\uff1a2x2\u5e03\u5c40\uff0c\u7b49\u9ad8\u5361\u7247\uff0c\u5f7b\u5e95\u6d88\u706d\u5e95\u90e8\u53c2\u5dee\u4e0d\u9f50\n         * ----------------------------------------- *\/\n        #gq-hidden-costs-module .gq-grid-layout {\n            display: grid !important;\n            grid-template-columns: repeat(2, 1fr) !important;\n            gap: 32px !important;\n            margin-bottom: 48px !important;\n        }\n\n        #gq-hidden-costs-module .gq-flat-card {\n            background: #ffffff !important;\n            border: 1px solid #e5e5e5 !important; \/* \u6781\u5176\u514b\u5236\u76841px\u8fb9\u6846 *\/\n            border-top: 4px solid #009048 !important; \/* \u9876\u90e8\u54c1\u724c\u7eff\u70b9\u7f00 *\/\n            padding: 40px 32px !important;\n            border-radius: 2px !important;\n            display: flex !important;\n            flex-direction: column !important;\n            transition: border-color 0.3s ease !important;\n        }\n\n        \/* \u60ac\u505c\u65f6\u4e0d\u52a0\u9634\u5f71\uff0c\u53ea\u6539\u53d8\u8fb9\u6846\u989c\u8272\uff0c\u4fdd\u6301\u7edd\u5bf9\u7684\u6241\u5e73\u5316\u9ad8\u7ea7\u611f *\/\n        #gq-hidden-costs-module .gq-flat-card:hover {\n            border-color: #183090 !important; \n        }\n\n        #gq-hidden-costs-module h3.gq-title-h3 {\n            font-size: 20px !important;\n            color: #183090 !important;\n            font-weight: 600 !important;\n            margin-bottom: 16px !important;\n            line-height: 1.4 !important;\n            display: flex !important;\n            align-items: flex-start !important;\n            gap: 16px !important;\n        }\n\n        #gq-hidden-costs-module .gq-number-badge {\n            display: inline-flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            background: #183090 !important;\n            color: #ffffff !important;\n            width: 28px !important;\n            height: 28px !important;\n            border-radius: 50% !important;\n            font-size: 14px !important;\n            font-weight: 700 !important;\n            flex-shrink: 0 !important;\n            margin-top: 2px !important;\n        }\n\n        #gq-hidden-costs-module p.gq-card-desc {\n            font-size: 15px !important;\n            color: #4a4a4a !important; \/* \u5361\u7247\u5185\u6587\u5b57\u7a0d\u5fae\u67d4\u548c\uff0c\u62c9\u5f00\u5c42\u6b21 *\/\n            line-height: 1.7 !important;\n            margin: 0 !important;\n        }\n\n        \/* -----------------------------------------\n         * \u7ed3\u8bba\u6a21\u5757\uff1a\u7edf\u4e00\u6536\u5c3e\n         * ----------------------------------------- *\/\n        #gq-hidden-costs-module .gq-conclusion-flat {\n            background-color: #ffffff !important; \n            padding: 28px !important;\n            border-radius: 4px !important;\n            border-left: 4px solid #183090 !important;\n        }\n\n        #gq-hidden-costs-module .gq-highlight-text {\n            color: #009048 !important;\n            font-weight: 700 !important;\n        }\n\n        \/* -----------------------------------------\n         * \u54cd\u5e94\u5f0f\uff1a\u7a84\u5c4f\u81ea\u52a8\u4f18\u96c5\u6298\u53e0\n         * ----------------------------------------- *\/\n        @media (max-width: 991px) {\n            #gq-hidden-costs-module .gq-grid-layout {\n                grid-template-columns: 1fr !important; \/* \u5e73\u6ed1\u6298\u53e0\u4e3a1\u5217 *\/\n                gap: 24px !important;\n            }\n            #gq-hidden-costs-module h2.gq-title-h2 { \n                font-size: 28px !important; \n            }\n            #gq-hidden-costs-module blockquote.gq-quote-flat { \n                padding: 24px !important; \n                font-size: 16px !important; \n            }\n            #gq-hidden-costs-module .gq-conclusion-flat {\n                padding: 32px 24px !important;\n            }\n        }\n    <\/style>\n\n    <div class=\"gq-container\">\n        \n        <div class=\"gq-header-section gq-animate-up\">\n            <h2 class=\"gq-title-h2\">O custo oculto Controle de ilumina\u00e7\u00e3o comercial e como evit\u00e1-lo<\/h2>\n            <p class=\"gq-intro-text\">\n                Um sistema de controle de ilumina\u00e7\u00e3o comercial gerencia o fluxo de energia (drivers), sinais de protocolo (DALI, 0-10 V, malha sem fio), detec\u00e7\u00e3o (ocupa\u00e7\u00e3o, luz do dia) e programa\u00e7\u00e3o (temporiza\u00e7\u00e3o do nascer ao s\u00e9culo seguinte) em centenas ou milhares de lumin\u00e1rias em um campus ou edif\u00edcio. Quando qualquer camada falha, um driver de protocolo, um tradutor, um sensor de toda a zona ou andar inteiro \u00e9 impactado e a substitui\u00e7\u00e3o matem\u00e1tica fica brutal rapidamente.\n            <\/p>\n        <\/div>\n\n        <blockquote class=\"gq-quote-flat gq-animate-up\">\n            \u201cUm motorista contribui apenas 10-151TP3 T para o pre\u00e7o do dispositivo el\u00e9trico, mas suporta 1001TP3 T do risco de falha O custo de substituir um na f\u00e1brica \u00e9 de cinquenta centavos O custo de substituir um em uma sala de estoque localizada \u00e9 de vinte d\u00f3lares O custo de substituir um em uma lumin\u00e1ria em um poste de rua de 10 metros ou dentro de um teto de hotel de cinco estrelas onde o elevador a\u00e9reo, o tempo de inatividade c\u00edvico ou comercial e as horas de m\u00e3o de obra s\u00e3o levados em conta 1001 TP3 T. O total pode acima de duzentos d\u00f3lares.\u201d\n            <span class=\"gq-quote-author\">\u00c7\u00e3o confiabilidade<\/span>\n        <\/blockquote>\n\n        <div class=\"gq-header-section gq-animate-up\" style=\"margin-bottom: 40px !important;\">\n            <p class=\"gq-intro-text\" style=\"margin-bottom: 0 !important;\">\n                <span class=\"gq-highlight-text\">11TP3 T de todos os motoristas falhar\u00e3o em um determinado ano.<\/span> Em um portf\u00f3lio de 10.000 lumin\u00e1rias, s\u00e3o 100 l\u00e2mpadas escuras por ano (n\u00e3o apenas um erro de arredondamento no or\u00e7amento do projeto, mas uma reputa\u00e7\u00e3o atingida para a pessoa que puxou as especifica\u00e7\u00f5es juntas Continue lendo para descobrir as quatro maneiras pelas quais o controle de ilumina\u00e7\u00e3o comercial silenciosamente perde dinheiro, que n\u00e3o figurava na folha de dados do driver.\n            <\/p>\n        <\/div>\n\n        <div class=\"gq-grid-layout\">\n            <div class=\"gq-flat-card gq-animate-up\">\n                <h3 class=\"gq-title-h3\"><span class=\"gq-number-badge\">1<\/span> A falha do motorista obscurece os acess\u00f3rios inteiros<\/h3>\n                <p class=\"gq-card-desc\">\n                    O chip LED tem uma expectativa de vida de cerca de 100.000 horas No entanto, na vida real, o motorista \u00e9 respons\u00e1vel pela vida \u00fatil da l\u00e2mpada E descobrimos que 901TP3 T das falhas do driver s\u00e3o causadas por apenas um elemento: o capacitor eletrol\u00edtico de alum\u00ednio secam em face do estresse t\u00e9rmico.\n                <\/p>\n            <\/div>\n\n            <div class=\"gq-flat-card gq-animate-up\">\n                <h3 class=\"gq-title-h3\"><span class=\"gq-number-badge\">2<\/span> A incompatibilidade de protocolo congela zonas em 100%<\/h3>\n                <p class=\"gq-card-desc\">\n                    Um driver DALI para uma linha de 0-10 V ignora o sinal DALI. Um driver TRIAC para uma linha DALI flutters Mesmo misturando modelos de especifica\u00e7\u00f5es e especifica\u00e7\u00f5es deixar\u00e1 zonas de varejo inteiras relamped em brilho total (mastigando atrav\u00e9s do or\u00e7amento de energia que os controles deveriam aparar).\n                <\/p>\n            <\/div>\n\n            <div class=\"gq-flat-card gq-animate-up\">\n                <h3 class=\"gq-title-h3\"><span class=\"gq-number-badge\">3<\/span> O baixo fator de pot\u00eancia aciona penalidades de utilidade<\/h3>\n                <p class=\"gq-card-desc\">\n                    Qualquer fator de pot\u00eancia abaixo de 0,9 em um motorista produz multas na maioria das tarifas de concession\u00e1rias de energia el\u00e9trica. Chamamos-as de linhas silenciosas e voc\u00ea se pergunta por qu\u00ea. Nossos drivers eletr\u00f4nicos entregam um PF maior que 0,95, com PFC integrado a partir de 25Wup.\n                <\/p>\n            <\/div>\n\n            <div class=\"gq-flat-card gq-animate-up\">\n                <h3 class=\"gq-title-h3\"><span class=\"gq-number-badge\">4<\/span> A entrada ao ar livre em 122 motoristas de estresse mata 8 meses<\/h3>\n                <p class=\"gq-card-desc\">\n                    A entrada de umidade devido a carca\u00e7as IP mal avaliadas e perfis t\u00e9rmicos abaixo do padr\u00e3o causa corros\u00e3o das juntas de solda dentro do driver e leva a falhas precoces bem antes da vida warantee Arrhenius \u00e9 inegoci\u00e1vel: A colis\u00e3o de temperatura de 10 C reduz pela metade a vida \u00fatil do driver.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"gq-conclusion-flat gq-animate-up\">\n            <p class=\"gq-intro-text\" style=\"text-align: left !important; margin-bottom: 24px !important; max-width: 100% !important;\">\n                Do driver para cima: todos os controles de ilumina\u00e7\u00e3o comercial da Guangqi s\u00e3o constru\u00eddos usando excelentes integra\u00e7\u00f5es de solu\u00e7\u00f5es t\u00e9rmicas antes da constru\u00e7\u00e3o As temperaturas de jun\u00e7\u00e3o de nossos novos modelos s\u00e3o controladas dentro das especifica\u00e7\u00f5es da folha de dados em carga nominal e temperatura ambiente durante a simula\u00e7\u00e3o, testamos cada protocolo-DALI-2, TRIAC, PWM, 0-10 V contra sistemas reais de automa\u00e7\u00e3o predial usados por verdadeiros locais de trabalho comerciais, n\u00e3o apenas geradores de bancada sim de sinal, a corre\u00e7\u00e3o PF \u00e9 incorporada em todos os modelos a partir de 25 Wup, e cada produto passa por um procedimento completo de burn-in pr\u00e9-entregue em nossa f\u00e1brica Ao ar livre, use gabinetes espec\u00edficos de aplica\u00e7\u00e3o em vasos confi\u00e1veis, caixas de servi\u00e7o pesado fundidas em alum\u00ednio e mapeie as curvas de de detra\u00e7\u00e3o do ponto Tc.\n            <\/p>\n\n            <p class=\"gq-intro-text\" style=\"text-align: left !important; margin-bottom: 0 !important; max-width: 100% !important;\">\n                As pr\u00f3ximas se\u00e7\u00f5es quebram o que significa para o seu projeto as fam\u00edlias de produtos que constru\u00edmos, os protocolos que falam, os n\u00fameros contra sistemas legados magn\u00e9ticos + de corte de fase e os termos de aquisi\u00e7\u00e3o que o colocam no seu local de trabalho em semanas, n\u00e3o meses Nossa arquitetura de controle \u00e9 escal\u00e1vel de controle distribu\u00eddo de quarto \u00fanico para pain\u00e9is de controle centralizados para campi de v\u00e1rios edif\u00edcios, cobrindo cen\u00e1rios de aplica\u00e7\u00e3o comercial interna e externa de corredores de armaz\u00e9ns a fachadas de hot\u00e9is, incluindo perfis brancos ajust\u00e1veis para cuidados de sa\u00fade e hospitalidade Cada motorista que enviamos \u00e9 projetado para opera\u00e7\u00e3o com efici\u00eancia energ\u00e9tica e baixa carga t\u00e9rmica (reduzindo os custos de energia e o aumento de calor que determina a confiabilidade a longo prazo.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const elements = document.querySelectorAll('#gq-hidden-costs-module .gq-animate-up');\n            \n            elements.forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(20px)';\n                el.style.transition = 'opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1)';\n            });\n\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach((entry, index) => {\n                        if (entry.isIntersecting) {\n                            setTimeout(() => {\n                                entry.target.style.opacity = '1';\n                                entry.target.style.transform = 'translateY(0)';\n                            }, index * 80); \n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.1 });\n\n                elements.forEach(el => observer.observe(el));\n            } else {\n                elements.forEach(el => {\n                    el.style.opacity = '1';\n                    el.style.transform = 'translateY(0)';\n                });\n            }\n        });\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-6eda410\" data-block-id=\"6eda410\"><style>.stk-6eda410 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-6eda410-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-939af28\" data-v=\"4\" data-block-id=\"939af28\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-939af28-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-939af28-inner-blocks\">\n<div id=\"gq-portfolio-module\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: Strict top-level ID prefix (#gq-portfolio-module)\n         * 2. SEMANTIC TAGS: H2, H3 used but tightly controlled via classes\n         * 3. AESTHETICS: Flat design, high contrast, inherits Blocksy typography\n         * 4. LAYOUT: CSS Grid + Flexbox, Max-width 1280px, fully responsive\n         * ==================================================================== *\/\n\n        #gq-portfolio-module {\n            width: 100% !important;\n            padding: 40px 0 !important;\n            background-color: #ffffff !important;\n            color: #303030 !important;\n            box-sizing: border-box !important;\n            line-height: 1.6 !important;\n        }\n\n        #gq-portfolio-module * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* Core Container: Max 1280px, Centered *\/\n        #gq-portfolio-module .gq-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* -----------------------------------------\n         * Header Section (H2 Centered)\n         * ----------------------------------------- *\/\n        #gq-portfolio-module .gq-header-block {\n            max-width: 1280px !important; \/* Constrained width for optimal reading *\/\n            margin: 0 auto 36px auto !important;\n            text-align: center !important;\n        }\n\n        #gq-portfolio-module h2.gq-section-h2 {\n            font-size: 32px !important;\n            color: #183090 !important; \/* Brand Blue *\/\n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 24px !important;\n            text-align: center !important;\n        }\n\n        #gq-portfolio-module h3.gq-section-h3 {\n            font-size: 24px !important;\n        }\n\n        #gq-portfolio-module p.gq-intro-desc {\n            font-size: 16px !important;\n            color: #303030 !important; \/* Brand Dark Gray *\/\n            text-align: left !important; \/* Block is centered, text is left-aligned for readability *\/\n            margin-bottom: 0 !important;\n        }\n\n        \/* -----------------------------------------\n         * Flat Product Showcase Card\n         * ----------------------------------------- *\/\n        #gq-portfolio-module .gq-product-card {\n            display: grid !important;\n            grid-template-columns: 1fr 1fr !important;\n            gap: 0 !important;\n            background: #ffffff !important;\n            border: 1px solid #eaeaea !important;\n            border-radius: 4px !important;\n            overflow: hidden !important;\n            margin-bottom: 64px !important;\n            transition: border-color 0.3s ease !important;\n        }\n\n        #gq-portfolio-module .gq-product-card:hover {\n            border-color: #183090 !important; \/* Blue border on hover, maintaining flat design *\/\n        }\n\n        #gq-portfolio-module .gq-product-visual {\n            background-color: #f8f9fa !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            padding: 40px !important;\n            position: relative !important;\n            border-right: 1px solid #eaeaea !important;\n        }\n\n        #gq-portfolio-module .gq-product-img {\n            max-width: 100% !important;\n            height: auto !important;\n            mix-blend-mode: multiply !important; \/* Ensures clean white background blending *\/\n        }\n\n        #gq-portfolio-module .gq-status-badge {\n            position: absolute !important;\n            top: 24px !important;\n            left: 24px !important;\n            background-color: #009048 !important; \/* Brand Green *\/\n            color: #ffffff !important;\n            font-size: 13px !important;\n            font-weight: 600 !important;\n            padding: 6px 12px !important;\n            border-radius: 2px !important;\n            letter-spacing: 0.5px !important;\n        }\n\n        #gq-portfolio-module .gq-product-content {\n            padding: 48px !important;\n            display: flex !important;\n            flex-direction: column !important;\n            justify-content: center !important;\n        }\n\n        #gq-portfolio-module h4.gq-product-h4 {\n            font-size: 22px !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            margin-bottom: 16px !important;\n        }\n\n        #gq-portfolio-module p.gq-product-text {\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            margin-bottom: 24px !important;\n        }\n\n        #gq-portfolio-module ul.gq-feature-list {\n            list-style: none !important;\n            margin-bottom: 32px !important;\n        }\n\n        #gq-portfolio-module ul.gq-feature-list li {\n            position: relative !important;\n            padding-left: 20px !important;\n            margin-bottom: 12px !important;\n            font-size: 15px !important;\n            color: #303030 !important;\n        }\n\n        #gq-portfolio-module ul.gq-feature-list li::before {\n            content: \"\u2022\" !important;\n            color: #D81818 !important; \/* Brand Red accent dot *\/\n            position: absolute !important;\n            left: 0 !important;\n            font-weight: bold !important;\n            font-size: 18px !important;\n            line-height: 1 !important;\n        }\n\n        #gq-portfolio-module a.gq-action-link {\n            display: inline-flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            padding: 14px 28px !important;\n            background-color: #183090 !important;\n            color: #ffffff !important;\n            text-decoration: none !important;\n            font-weight: 600 !important;\n            font-size: 15px !important;\n            border-radius: 2px !important;\n            transition: background-color 0.3s ease !important;\n            align-self: flex-start !important;\n        }\n\n        #gq-portfolio-module a.gq-action-link:hover {\n            background-color: #D81818 !important; \/* Brand Red on hover *\/\n        }\n\n        \/* -----------------------------------------\n         * Decision Matrix Table\n         * ----------------------------------------- *\/\n        #gq-portfolio-module .gq-matrix-wrapper {\n            margin-top: 24px !important;\n        }\n\n        #gq-portfolio-module .gq-table-responsive {\n            width: 100% !important;\n            overflow-x: auto !important; \/* Horizontal scroll on mobile *\/\n            -webkit-overflow-scrolling: touch !important;\n            border: 1px solid #eaeaea !important;\n            border-radius: 4px !important;\n        }\n\n        #gq-portfolio-module table.gq-flat-table {\n            width: 100% !important;\n            min-width: 800px !important; \/* Ensures layout doesn't break on narrow screens *\/\n            border-collapse: collapse !important;\n            background-color: #ffffff !important;\n            text-align: left !important;\n        }\n\n        #gq-portfolio-module table.gq-flat-table th,\n        #gq-portfolio-module table.gq-flat-table td {\n            padding: 18px 20px !important;\n            border-bottom: 1px solid #eaeaea !important;\n            border-right: 1px solid #eaeaea !important;\n            font-size: 14px !important;\n        }\n\n        #gq-portfolio-module table.gq-flat-table th:last-child,\n        #gq-portfolio-module table.gq-flat-table td:last-child {\n            border-right: none !important;\n        }\n\n        #gq-portfolio-module table.gq-flat-table thead th {\n            background-color: #f4f6fb !important; \/* Light blue B2B header *\/\n            color: #183090 !important;\n            font-weight: 700 !important;\n            text-transform: uppercase !important;\n            font-size: 13px !important;\n            letter-spacing: 0.5px !important;\n        }\n\n        #gq-portfolio-module table.gq-flat-table tbody tr:last-child td {\n            border-bottom: none !important;\n        }\n\n        #gq-portfolio-module table.gq-flat-table tbody tr:hover td {\n            background-color: #fafafa !important; \/* Very subtle hover effect *\/\n        }\n\n        \/* Emphasize the first column *\/\n        #gq-portfolio-module table.gq-flat-table tbody td:first-child {\n            font-weight: 600 !important;\n            color: #303030 !important;\n            background-color: #ffffff !important;\n        }\n\n        \/* -----------------------------------------\n         * Responsive Adjustments\n         * ----------------------------------------- *\/\n        @media (max-width: 991px) {\n            #gq-portfolio-module .gq-product-card {\n                grid-template-columns: 1fr !important; \/* Stack image and text *\/\n            }\n            #gq-portfolio-module .gq-product-visual {\n                border-right: none !important;\n                border-bottom: 1px solid #eaeaea !important;\n                padding: 40px 20px !important;\n            }\n            #gq-portfolio-module .gq-product-content {\n                padding: 32px 24px !important;\n            }\n            #gq-portfolio-module h2.gq-section-h2 {\n                font-size: 28px !important;\n            }\n        }\n    <\/style>\n\n    <div class=\"gq-container\">\n        \n        <div class=\"gq-header-block gq-animate-load\">\n            <h2 class=\"gq-section-h2\">Portf\u00f3lio de Sistemas de Controle Comercial Guangqi<\/h2>\n            <p class=\"gq-intro-desc\">\n                Nossas solu\u00e7\u00f5es comerciais de controle de ilumina\u00e7\u00e3o s\u00e3o organizadas em torno das quatro camadas funcionais que toda instala\u00e7\u00e3o precisa: convers\u00e3o de energia (drivers LED), sinaliza\u00e7\u00e3o de protocolo (DALI-2, 0-10 V), integra\u00e7\u00e3o (pain\u00e9is de retransmiss\u00e3o, gateways, n\u00f3s sem fio, controladores de sala) e detec\u00e7\u00e3o (sensores de ocupa\u00e7\u00e3o, sensores de vac\u00e2ncia, sensores de luz do dia, fotoc\u00e9lula).Drivers LED enviam do estoque com os tempos de lead; as categorias restantes, incluindo controle de ilumina\u00e7\u00e3o com fio e variantes de controle de ilumina\u00e7\u00e3o sem fio, s\u00e3o entregues atrav\u00e9s de nosso canal de engenharia OEM\/ODM para projetos que precisam de marca pr\u00f3pria, firmware personalizado ou perfis espec\u00edficos de coleta de luz do dia.\n            <\/p>\n        <\/div>\n\n        <div class=\"gq-product-card gq-animate-load\">\n            <div class=\"gq-product-visual\">\n                <span class=\"gq-status-badge\">Em Produ\u00e7\u00e3o \u00b7 MOQ 100<\/span>\n                <img decoding=\"async\" src=\"https:\/\/gqlamp.com\/wp-content\/uploads\/2026\/04\/LED-Drivers.png\" alt=\"Drivers LED\" class=\"gq-product-img\" loading=\"lazy\" width=\"400\" height=\"auto\">\n            <\/div>\n            <div class=\"gq-product-content\">\n                <h4 class=\"gq-product-h4\">Drivers LED<\/h4>\n                <p class=\"gq-product-text\">\n                    Quatro s\u00e9ries que cobrem cada perfil de carga do diodo emissor de luz, de 10 W downlights a 600 W jogos do est\u00e1dio.\n                <\/p>\n                <ul class=\"gq-feature-list\">\n                    <li><strong>S\u00e9rie CC:<\/strong> 3500 200, 100 mA, 40 W<\/li>\n                    <li><strong>S\u00e9rie CV:<\/strong> 12 \/24 \/36 \/48 V CC, 20-600 W<\/li>\n                    <li><strong>Regul\u00e1vel:<\/strong> DALI-2, 0-10V, TRIAC, PWM<\/li>\n                    <li><strong>Exterior:<\/strong> IP65\/IP66\/IP67, aumento de 6kV<\/li>\n                <\/ul>\n                <a href=\"https:\/\/gqlamp.com\/pt\/control-systems\/led-driver\/\" class=\"gq-action-link\">Explore a s\u00e9rie Driver \u2192<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"gq-matrix-wrapper gq-animate-load\">\n            <h3 class=\"gq-section-h3\" style=\"margin-bottom: 22px !important;\">Matriz de decis\u00e3o, combinando categoria com aplica\u00e7\u00e3o<\/h3>\n            \n            <div class=\"gq-table-responsive\">\n                <table class=\"gq-flat-table\">\n                    <thead>\n                        <tr>\n                            <th>Caracter\u00edstica<\/th>\n                            <th>Drivers LED<\/th>\n                            <th>DALI-2<\/th>\n                            <th>0-10V<\/th>\n                            <th>Sem fio<\/th>\n                            <th>Pain\u00e9is<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Melhor Para<\/td>\n                            <td>Qualquer carga LED<\/td>\n                            <td>Escrit\u00f3rio multi-zona, sa\u00fade<\/td>\n                            <td>Armaz\u00e9m, estacionamento, exterior<\/td>\n                            <td>Retrofit, sem fia\u00e7\u00e3o de controle<\/td>\n                            <td>Controle centralizado do campus<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Sa\u00edda\/Protocolo<\/td>\n                            <td>CC \/CV \/Dimmable \/Exterior<\/td>\n                            <td>CEI 62386 (DALI-2)<\/td>\n                            <td>0-10 V DC anal\u00f3gico<\/td>\n                            <td>Zigbee 3.0 \/malha BLE<\/td>\n                            <td>0-10 V + rel\u00e9s de travamento<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Classifica\u00e7\u00e3o IP<\/td>\n                            <td>IP20 IP67<\/td>\n                            <td>IP20 (interior)<\/td>\n                            <td>IP20 (interior)<\/td>\n                            <td>IP20 (interior)<\/td>\n                            <td>IP20 + op\u00e7\u00e3o de emerg\u00eancia<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Profundidade fraca<\/td>\n                            <td>10% (se escuro)<\/td>\n                            <td>0.1\u2013100%<\/td>\n                            <td>10001TP3 t\u00edpico<\/td>\n                            <td>1\u2013100%<\/td>\n                            <td>1 cap.0% por 0-10V.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Disponibilidade<\/td>\n                            <td>Em produ\u00e7\u00e3o<\/td>\n                            <td>OEM 255 5 dias<\/td>\n                            <td>OEM 255 5 dias<\/td>\n                            <td>OEM mais de 35 dias<\/td>\n                            <td>Projeto configurado<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>MOQ t\u00edpico<\/td>\n                            <td>100 unidades<\/td>\n                            <td>500 unidades (OEM)<\/td>\n                            <td>500 unidades (OEM)<\/td>\n                            <td>1.000 n\u00f3s (OEM)<\/td>\n                            <td>Por escopo de projeto<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const elements = document.querySelectorAll('#gq-portfolio-module .gq-animate-load');\n            \n            elements.forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(20px)';\n                el.style.transition = 'opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1)';\n            });\n\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach((entry, index) => {\n                        if (entry.isIntersecting) {\n                            setTimeout(() => {\n                                entry.target.style.opacity = '1';\n                                entry.target.style.transform = 'translateY(0)';\n                            }, index * 100); \/\/ Stagger animations slightly\n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.1 });\n\n                elements.forEach(el => observer.observe(el));\n            } else {\n                elements.forEach(el => {\n                    el.style.opacity = '1';\n                    el.style.transform = 'translateY(0)';\n                });\n            }\n        });\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-d211882\" data-block-id=\"d211882\"><style>.stk-d211882 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-d211882-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-7a25136\" data-v=\"4\" data-block-id=\"7a25136\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-7a25136-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-7a25136-inner-blocks\">\n<div id=\"gq-protocols-v2\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: \u9876\u7ea7 ID #gq-protocols-v2 \u4e25\u683c\u9694\u79bb\n         * 2. SEMANTIC TAGS: \u552f\u4e00 H2\uff0c\u516d\u4e2a H3\uff0c\u4e25\u683c\u4f7f\u7528\u7c7b\u540d\u63a7\u5236\u6837\u5f0f\n         * 3. AESTHETICS: \u6781\u81f4\u53bbAI\u5316\u3002\u4f9d\u8d56\u6392\u7248\u3001\u95f4\u8ddd\u3001\u514b\u5236\u7684\u7ebf\u6761\uff0c\u65e0\u5706\u89d2\u9634\u5f71\u3002\n         * 4. LAYOUT: \u6700\u5927\u5bbd\u5ea6 1280px\u3002\u5782\u76f4\u6d41\u6392\u7248 (Vertical Stack)\uff0c\u6700\u4f73\u9605\u8bfb\u5bbd\u5ea6\u3002\n         * ==================================================================== *\/\n\n        #gq-protocols-v2 {\n            width: 100% !important;\n            padding: 40px 0 !important; \/* \u6269\u5927\u4e0a\u4e0b\u8fb9\u8ddd\uff0c\u63d0\u5347\u96c6\u56e2\u753b\u518c\u7ea7\u7684\u9ad8\u7ea7\u611f *\/\n            background-color: #fcfcfd !important;\n            color: #303030 !important;\n            box-sizing: border-box !important;\n            line-height: 1.6 !important;\n            -webkit-font-smoothing: antialiased !important;\n        }\n\n        #gq-protocols-v2 * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* \u6838\u5fc3\u6ee1\u5bbd\u5bb9\u5668\uff0c\u63a7\u5236\u6700\u5927\u5bbd\u5ea6 1280px *\/\n        #gq-protocols-v2 .gq-layout-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* \u9605\u8bfb\u5185\u5bb9\u5c45\u4e2d\u7ea6\u675f\u5bb9\u5668\uff1a\u9632\u6b62\u5bbd\u5c4f\u4e0b\u5355\u884c\u6587\u5b57\u8fc7\u957f\uff0c\u7ef4\u6301\u9ad8\u7ea7\u611f *\/\n        #gq-protocols-v2 .gq-reading-wrapper {\n            width: 100% !important;\n            max-width: 1280px !important; \n            margin: 0 auto !important;\n            margin-bottom: 30px !important;\n        }\n\n        \/* -----------------------------------------\n         * H2 \u5934\u90e8\u533a\u57df (\u5168\u5c40\u552f\u4e00 H2\uff0c\u4e25\u683c\u5c45\u4e2d)\n         * ----------------------------------------- *\/\n        #gq-protocols-v2 h2.gq-heading-h2 {\n            font-size: 32px !important; \/* \u7a0d\u5fae\u52a0\u5927\u5b57\u4f53\uff0c\u6491\u8d771280\u5bbd\u5ea6 *\/\n            color: #183090 !important; \/* Brand Blue *\/\n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 32px !important;\n            text-align: center !important; \/* \u660e\u786e\u5c45\u4e2d *\/\n            letter-spacing: -0.5px !important;\n        }\n\n        #gq-protocols-v2 p.gq-body-text {\n            font-size: 16px !important;\n            color: #4a4a4a !important; \/* \u7565\u6d45\u4e8e\u7eaf\u9ed1\uff0c\u63d0\u5347\u957f\u6587\u9605\u8bfb\u4f53\u9a8c *\/\n            text-align: justify !important;\n            margin-bottom: 24px !important;\n            line-height: 1.8 !important; \/* \u589e\u52a0\u884c\u9ad8\uff0c\u53bb\u7d27\u51d1\u611f *\/\n        }\n\n        \/* -----------------------------------------\n         * \u6781\u7b80\u8d22\u62a5\u7ea7\u6570\u636e\u8868\u683c (Flat & Sharp)\n         * ----------------------------------------- *\/\n        #gq-protocols-v2 .gq-table-container {\n            width: 100% !important;\n            margin: 34px 0 !important;\n        }\n\n        #gq-protocols-v2 .gq-table-scroll {\n            width: 100% !important;\n            overflow-x: auto !important;\n            -webkit-overflow-scrolling: touch !important;\n        }\n\n        #gq-protocols-v2 table.gq-b2b-table {\n            width: 100% !important;\n            min-width: 900px !important;\n            border-collapse: collapse !important;\n            text-align: left !important;\n            border-top: 2px solid #183090 !important; \/* \u9876\u90e8\u91cd\u7ebf *\/\n            border-bottom: 2px solid #183090 !important; \/* \u5e95\u90e8\u91cd\u7ebf *\/\n        }\n\n        #gq-protocols-v2 table.gq-b2b-table th,\n        #gq-protocols-v2 table.gq-b2b-table td {\n            padding: 20px 24px !important;\n            border-bottom: 1px solid #eaeaea !important; \/* \u6781\u6d45\u5185\u90e8\u7ec6\u7ebf *\/\n            font-size: 14px !important;\n            color: #303030 !important;\n            vertical-align: top !important;\n        }\n\n        #gq-protocols-v2 table.gq-b2b-table thead th {\n            background-color: transparent !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            text-transform: uppercase !important;\n            font-size: 13px !important;\n            letter-spacing: 1px !important;\n            border-bottom: 1px solid #183090 !important; \/* \u8868\u5934\u4e0e\u5185\u5bb9\u7684\u5f3a\u529b\u5206\u5272 *\/\n        }\n\n        #gq-protocols-v2 table.gq-b2b-table tbody tr:last-child td {\n            border-bottom: none !important;\n        }\n\n        #gq-protocols-v2 table.gq-b2b-table tbody td:first-child {\n            font-weight: 700 !important;\n            color: #183090 !important;\n            white-space: nowrap !important;\n        }\n\n        \/* -----------------------------------------\n         * \u5782\u76f4\u6d41\u534f\u8bae\u6bb5\u843d (H3 \u6b63\u5e38\u4e0a\u4e0b\u5e03\u5c40\uff0c\u62d2\u7edd\u5361\u7247\u62fc\u51d1)\n         * ----------------------------------------- *\/\n        #gq-protocols-v2 .gq-protocol-stack {\n            display: block !important;\n            margin-bottom: 30px !important;\n        }\n\n        #gq-protocols-v2 .gq-protocol-item {\n            display: block !important;\n            margin-bottom: 38px !important;\n            padding-left: 24px !important;\n            border-left: 2px solid #eaeaea !important; \/* \u5de6\u4fa7\u6d45\u8272\u5f15\u5bfc\u7ebf\uff0c\u7ea6\u675f\u89c6\u89c9\u91cd\u5fc3 *\/\n            transition: border-color 0.3s ease !important;\n        }\n\n        #gq-protocols-v2 .gq-protocol-item:hover {\n            border-left-color: #009048 !important; \/* \u4ea4\u4e92\u65f6\u5de6\u4fa7\u7ebf\u53d8\u7eff\uff0c\u6781\u81f4\u514b\u5236\u7684\u9ad8\u7ea7\u611f *\/\n        }\n\n        #gq-protocols-v2 h3.gq-heading-h3 {\n            font-size: 22px !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            margin-bottom: 16px !important;\n            line-height: 1.3 !important;\n            position: relative !important;\n        }\n\n        \/* H3 \u6807\u9898\u524d\u7684\u5c0f\u7eff\u65b9\u5757\u951a\u70b9\uff0c\u53d6\u4ee3\u4fd7\u6c14\u7684\u56fe\u6807 *\/\n        #gq-protocols-v2 h3.gq-heading-h3::before {\n            content: \"\" !important;\n            position: absolute !important;\n            left: -26px !important;\n            top: 6px !important;\n            width: 6px !important;\n            height: 16px !important;\n            background-color: #009048 !important;\n            opacity: 0 !important;\n            transition: opacity 0.3s ease !important;\n        }\n\n        #gq-protocols-v2 .gq-protocol-item:hover h3.gq-heading-h3::before {\n            opacity: 1 !important;\n        }\n\n        #gq-protocols-v2 .gq-protocol-item p.gq-body-text {\n            margin-bottom: 0 !important; \/* \u6700\u540e\u4e00\u4e2a\u6bb5\u843d\u4e0d\u9700\u8981 margin-bottom *\/\n        }\n\n        \/* -----------------------------------------\n         * \u5e95\u90e8\u5f15\u8a00 (\u767d\u76ae\u4e66\u603b\u7ed3\u98ce\u683c)\n         * ----------------------------------------- *\/\n        #gq-protocols-v2 blockquote.gq-executive-quote {\n            border-left: 4px solid #D81818 !important; \/* \u54c1\u724c\u7ea2 *\/\n            background-color: #ffffff !important; \/* \u53bb\u9664\u5e95\u8272\uff0c\u4fdd\u6301\u5f7b\u5e95\u6241\u5e73\u5316 *\/\n            padding: 15px 0 15px 32px !important;\n            margin: 0 !important;\n            font-size: 20px !important;\n            color: #183090 !important;\n            font-style: italic !important;\n            line-height: 1.6 !important;\n            position: relative !important;\n        }\n\n        #gq-protocols-v2 span.gq-quote-attribution {\n            display: block !important;\n            font-size: 14px !important;\n            color: #303030 !important;\n            font-weight: 700 !important;\n            margin-top: 24px !important;\n            font-style: normal !important;\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n        }\n\n        \/* -----------------------------------------\n         * \u54cd\u5e94\u5f0f\uff1a\u7a84\u5c4f\u81ea\u9002\u5e94\u6298\u53e0\n         * ----------------------------------------- *\/\n        @media (max-width:690px) {\n            #gq-protocols-v2 { padding: 48px 0 !important; }\n            #gq-protocols-v2 h2.gq-heading-h2 { font-size: 28px !important; margin-bottom: 24px !important; }\n            #gq-protocols-v2 .gq-table-container { margin: 40px 0 !important; }\n            #gq-protocols-v2 .gq-protocol-item { padding-left: 16px !important; margin-bottom: 40px !important; }\n            #gq-protocols-v2 h3.gq-heading-h3::before { left: -18px !important; }\n            #gq-protocols-v2 blockquote.gq-executive-quote { font-size: 18px !important; padding-left: 24px !important; }\n        }\n    <\/style>\n\n    <div class=\"gq-layout-container\">\n        \n        <div class=\"gq-reading-wrapper\">\n            \n            <div class=\"gq-reveal-up\">\n                <h2 class=\"gq-heading-h2\">Protocolos de controle N\u00f3s apoiamos DALI-2, 0-10 V, TRIAC, PWM, sem fio<\/h2>\n                <p class=\"gq-body-text\">\n                    A segunda quest\u00e3o que usamos \u00e9 se o seu valor e desempenho ser\u00e1 no longo prazo rancor vale a pena o seu pre\u00e7o\u201c contra a suposi\u00e7\u00e3o de linha de base sistemas de escurecimento magn\u00e9tico ou fase-cortado Em um quadro de discuss\u00e3o do arquiteto, um engenheiro el\u00e9trico disse de controles de ocupa\u00e7\u00e3o distribu\u00edda \u201dO interruptor de luz tradicional no corredor de um longo corredor opera principalmente a ilumina\u00e7\u00e3o da garagem com um interruptor em cada extremidade para conveni\u00eancia operacional Outro designer acrescentou que eles \u201cuse controles de sensor de ocupa\u00e7\u00e3o em muitos espa\u00e7os para economizar energia a longo prazo Isso est\u00e1 soando bastante familiar j\u00e1 Economiza investimento a longo prazo? Ou desperdi\u00e7ar dinheiro?\n                <\/p>\n                <p class=\"gq-body-text\">\n                    Os drivers e interfaces Cheva de todo o espectro de controle de ilumina\u00e7\u00e3o com fio e especificadores de controle de ilumina\u00e7\u00e3o sem fio realmente encontram protocolos comerciais DALI-2, 0-10 V, TRIAC, PWM, DMX e malha Zigbee\/BLE. Abaixo est\u00e1 uma compara\u00e7\u00e3o direta, seguida pela economia de instala\u00e7\u00e3o, caminho de integra\u00e7\u00e3o com sensores de ocupa\u00e7\u00e3o e controles de capta\u00e7\u00e3o de luz do dia, e caso de uso t\u00edpico para cada um.\n                <\/p>\n            <\/div>\n            \n        <\/div>\n\n        <div class=\"gq-table-container gq-reveal-up\">\n            <div class=\"gq-table-scroll\">\n                <table class=\"gq-b2b-table\">\n                    <thead>\n                        <tr>\n                            <th>Protocolo<\/th>\n                            <th>Fia\u00e7\u00e3o<\/th>\n                            <th>Max Dispositivos<\/th>\n                            <th>Profundidade fraca<\/th>\n                            <th>Bidirecional<\/th>\n                            <th>Uso T\u00edpico<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>DALI-2<\/td>\n                            <td>\u00d4nibus de 2 fios, sem polaridade<\/td>\n                            <td>64 por \u00f4nibus, ilimitado via gateway<\/td>\n                            <td>0.1\u2013100%<\/td>\n                            <td>Sim (feedback de status)<\/td>\n                            <td>Escrit\u00f3rio, sa\u00fade, museus, hospitalidade<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>0-10V<\/td>\n                            <td>2 fios de controle extras<\/td>\n                            <td>Ilimitado (queda paralela)<\/td>\n                            <td>10001TP3 t\u00edpico, 1% com driver correspondente<\/td>\n                            <td>N\u00e3o<\/td>\n                            <td>Armaz\u00e9m, estacionamento, industrial, exterior<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>TRIAC<\/td>\n                            <td>Linha padr\u00e3o de 2 fios<\/td>\n                            <td>1 dimmer pelo circuito<\/td>\n                            <td>10\u2013100%<\/td>\n                            <td>N\u00e3o<\/td>\n                            <td>Hospitalidade legada, retrofit<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>PWM<\/td>\n                            <td>CC de baixa tens\u00e3o<\/td>\n                            <td>Por motorista<\/td>\n                            <td>1\u2013100%<\/td>\n                            <td>N\u00e3o<\/td>\n                            <td>Tiras LED, enseada, sinaliza\u00e7\u00e3o<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Malha sem fio<\/td>\n                            <td>Nenhum malha RF<\/td>\n                            <td>Mais de 200 por rede<\/td>\n                            <td>1\u2013100%<\/td>\n                            <td>Sim (sa\u00fade da malha)<\/td>\n                            <td>Instala\u00e7\u00f5es de retrofit, sem cabo<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper\">\n            <div class=\"gq-protocol-stack\">\n                \n                <div class=\"gq-protocol-item gq-reveal-up\">\n                    <h3 class=\"gq-heading-h3\">DALI-2 (Interface de ilumina\u00e7\u00e3o digital endere\u00e7\u00e1vel)<\/h3>\n                    <p class=\"gq-body-text\">\n                        2 Sinaliza\u00e7\u00e3o de barramento A vers\u00e3o atual do padr\u00e3o internacional IEC 62386 para DALI \u00e9 DALI-2, mantida pela DALI Alliance (DiiA).Um \u00fanico barramento n\u00e3o polarizado de 2 fios fornece cada um dos 6 acess\u00f3rios endere\u00e7\u00e1veis 4 drivers, sensores, teclado (gateway) (gateway) com independente, recall de cena (\"recall\") e relat\u00f3rio bidirecional.\n                    <\/p>\n                <\/div>\n\n                <div class=\"gq-protocol-item gq-reveal-up\">\n                    <h3 class=\"gq-heading-h3\">Escurecimento de 0-10 V (Simples, Comprovado, Ainda Dominante)<\/h3>\n                    <p class=\"gq-body-text\">\n                        Em projetos comerciais onde os arquitetos e o engenheiro mec\u00e2nico j\u00e1 especificaram um sistema integrado de gest\u00e3o de edif\u00edcios, o DALI-2 d\u00e1-lhe o dimmer Bank2light necess\u00e1rio para se encaixar na infraestrutura de controlo existente; revela as falhas de LED e de condutor esperadas pelo BMS; recorda as configura\u00e7\u00f5es de cena programadas que procura. A Guangqi fornece variantes de condutor CC, CV e pronto para gabinete certificadas pela DALI-to-BACnet e DALI-to-Modbus gateways para integra\u00e7\u00e3o com Honeywell, Johnson Controls, Siemens Desigo ou head-ends da Schneider EcoStruxure Experi\u00eancia v\u00e1lida do projeto: Dubai resort de luxo, 850 motoristas IP67 conectados em rede atrav\u00e9s do DALI-2 para as falhas de condutor BMS 1 zero da propriedade ao longo de tr\u00eas anos de opera\u00e7\u00e3o de ver\u00e3o 50 C+. Dimming usando um par de fios O dimmer padr\u00e3o go-to para todos os projetos residenciais e retrofit CC usando interruptores de parede de fase de dire\u00e7\u00e3o e fase reversa TRIAC permite que hot\u00e9is e restaurantes de alta escala sejam previs\u00edveis, o uso de ilumina\u00e7\u00e3o de parede TRIAC-T10 e a nova zona de alta escala comercial de constru\u00e7\u00e3o de alta T.100, n\u00e3o \u00e9 compat\u00edvel com a nova escala de constru\u00e7\u00e3o de constru\u00e7\u00e3o de constru\u00e7\u00e3o de constru\u00e7\u00e3o de parede e de constru\u00e7\u00e3o de alta escala de constru\u00e7\u00e3o de constru\u00e7\u00e3o de alta TRIAC.1.1.\n                    <\/p>\n                <\/div>\n\n                <div class=\"gq-protocol-item gq-reveal-up\">\n                    <h3 class=\"gq-heading-h3\">Corte de fase TRIAC (amigo do legado)<\/h3>\n                    <p class=\"gq-body-text\">\n                        Comutar um sinal de controle 0-10 V conectado atrav\u00e9s de dois condutores externos Nenhum endere\u00e7amento, gateway externo ou programa de controle especial necess\u00e1rio Exatamente por que a fia\u00e7\u00e3o 0-10 V ainda leva em conta a base de instala\u00e7\u00e3o civil: armaz\u00e9m, garagem, ch\u00e3o de fabrica\u00e7\u00e3o, shopping center ao ar livre Uma ressalva instaladora que vale a pena notar a profundidade de escurecimento de uma zona 0-10 V \u00e9 totalmente dependente do motorista; drivers baratos max out em 101TP3 T ou 51TP3 T; drivers de qualidade de par combinados mergulham de forma limpa para 11TP3 T. Nossas fichas publicam as especifica\u00e7\u00f5es de escurecimento low-end para cada dispositivo el\u00e9trico dimmable de 0-10 V para que voc\u00ea n\u00e3o sue uma escolha errada durante o comissionamento. Os canais de controle de 0-10 V s\u00e3o configur\u00e1veis como curvas de escurecimento lineares ou logar\u00edtmicas no momento da ordem (tempo de fixa\u00e7\u00e3o) especificam a curva sua demanda de espa\u00e7o e espa\u00e7o.\n                    <\/p>\n                <\/div>\n\n                <div class=\"gq-protocol-item gq-reveal-up\">\n                    <h3 class=\"gq-heading-h3\">PWM (tiras LED, enseada, sinaliza\u00e7\u00e3o)<\/h3>\n                    <p class=\"gq-body-text\">\n                        O dimmer padr\u00e3o da parede do residencial-estilo.a fase dianteira e a fase reversa, dispositivos el\u00e9tricos TRIAC-compat\u00edveis permitem hot\u00e9is, restaurantes, atualiza\u00e7\u00f5es envelhecidas da propriedade ao diodo emissor de luz para manter controles de parede exisng no lugar 1000 nenhuma fia\u00e7\u00e3o nova ou reengenharia. Variantes Dimmable-CC e Dimmable-series no estoque para seus projetos do retrofit do hotel e do restaurante onde os controles de parede devem permanecer no lugar.\n                    <\/p>\n                <\/div>\n\n                <div class=\"gq-protocol-item gq-reveal-up\">\n                    <h3 class=\"gq-heading-h3\">DMX e Ilumina\u00e7\u00e3o Din\u00e2mica Arquitet\u00f4nica<\/h3>\n                    <p class=\"gq-body-text\">\n                        A comuta\u00e7\u00e3o tri-state entre duas fontes da C.C, construindo a ilumina\u00e7\u00e3o no casa-lado do integrador para controlar as luzes traseiras do diodo emissor de luz na casa do projetor do planet\u00e1rio para baixo alimentado.300 Hz (cor-correto para a proje\u00e7\u00e3o varejo e teatral) e 2 kHz (livre-flicker da v\u00eddeo-grava\u00e7\u00e3o) s\u00e3o selecion\u00e1veis Padr\u00e3o para marcadores do diodo emissor de luz e per\u00edmetros lineares na sinaliza\u00e7\u00e3o, letras do canal, caracterizam a ilumina\u00e7\u00e3o Os controladores de PWM alternam diretamente no barramento de sa\u00edda padr\u00e3o 12 V\/24 V\/48 V de nossos motoristas da CV-s\u00e9rie.\n                    <\/p>\n                <\/div>\n\n                <div class=\"gq-protocol-item gq-reveal-up\">\n                    <h3 class=\"gq-heading-h3\">Malha sem fio (Zigbee 3.0 \/malha BLE)<\/h3>\n                    <p class=\"gq-body-text\">\n                        Para alguns retrofits executando a fia\u00e7\u00e3o atrav\u00e9s de um teto acabado simplesmente n\u00e3o \u00e9 financeiramente vi\u00e1vel Isso \u00e9 onde o controle de ilumina\u00e7\u00e3o sem fio \u00e9 a solu\u00e7\u00e3o nossos n\u00f3s sem fio construir 20 + redes de malha auto-cura do dispositivo, com teclados sem fio alimentados por linha e controles de estilo Pico sem bateria Os parceiros fabricantes de equipamentos originais podem licenciar nosso aplicativo de comissionamento para sua marca propriet\u00e1ria e integra\u00e7\u00e3o na nuvem, juntamente com interfaces de usu\u00e1rio opcionais de controle de sala de tela sens\u00edvel ao toque para salas de confer\u00eancia e escrit\u00f3rios executivos Este \u00e9 o controle de implanta\u00e7\u00e3o mais r\u00e1pido dispon\u00edvel (SPD) ideal para atualiza\u00e7\u00f5es de controle que s\u00e3o implantadas parcela por parcela no edif\u00edcio ocupado ocupado ocupado ocupado Para aplica\u00e7\u00f5es de controle integrado de fixa\u00e7\u00e3o inteligente, redes de malha sem fio e controles avan\u00e7ados de fixa\u00e7\u00e3o se combinam para que cada lumin\u00e1ria lumin\u00e1ria lumin\u00e1ria lumin\u00e1ria lumin\u00e1ria fixa possa operar como seu pr\u00f3prio n\u00f3 de rede em uma arquitetura de controle distribu\u00edda, sem fio puxar redes de malha sem fio tamb\u00e9m fornecer configura\u00e7\u00e3o de cena sem patch, em toda a frota, se o controle de pol\u00edtica centralizada for desejado, e pode incluir um dispositivo de montagem de surto em linha (SPD) para montagem de carga sem fio em uma s\u00e9rie de rede sem fio simplesmente adicionada \u00e0 vida \u00fatil com rede de rede sem fio, a rede com rede sem fio adiciona rede sem fio com rede sem fio com rede de rede sem fio simplesmente com rede exposta \u00e0 rede com rede de paridade RF simplesmente adiciona s\u00e9rie de rede sem fio adicionada \u00e0 rede sem fio.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n            <div class=\"gq-reveal-up\">\n                <blockquote class=\"gq-executive-quote\">\n                    \u201cTestamos todos os drivers DALI-2 em nossa linha de produtos 2024 contra head-ends Honeywell WEBs-AX, Johnson Controls Metasys e Siemens Desigo antes de desligar o firmware Um driver que passa em um teste de conformidade IEC 62386 em um laborat\u00f3rio n\u00e3o se comporta automaticamente em um barramento BMS real verificamos ambos.\u201d.\u201d\n                    <span class=\"gq-quote-attribution\">Equipe de Engenharia da DALI-2, L\u00edder de Integra\u00e7\u00e3o da DALI-2<\/span>\n                <\/blockquote>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const elements = document.querySelectorAll('#gq-protocols-v2 .gq-reveal-up');\n            \n            elements.forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(24px)';\n                el.style.transition = 'opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1)';\n            });\n\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach((entry, index) => {\n                        if (entry.isIntersecting) {\n                            setTimeout(() => {\n                                entry.target.style.opacity = '1';\n                                entry.target.style.transform = 'translateY(0)';\n                            }, index * 100); \n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n\n                elements.forEach(el => observer.observe(el));\n            } else {\n                elements.forEach(el => {\n                    el.style.opacity = '1';\n                    el.style.transform = 'translateY(0)';\n                });\n            }\n        });\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-0073b54\" data-block-id=\"0073b54\"><style>.stk-0073b54 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-0073b54-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-b026996\" data-v=\"4\" data-block-id=\"b026996\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-b026996-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-b026996-inner-blocks\">\n<div id=\"gq-performance-module\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: Strict top-level ID prefix (#gq-performance-module)\n         * 2. SEMANTIC TAGS: Exactly one H2. H3 used for sub-sections via specific classes.\n         * 3. AESTHETICS: High-end B2B Flat Editorial. No box-shadows, strict alignment.\n         * 4. LAYOUT: CSS Grid + Flexbox, Max-width 1280px, constrained reading width.\n         * ==================================================================== *\/\n\n        #gq-performance-module {\n            width: 100% !important;\n            padding: 40px 0 !important;\n            background-color: #ffffff !important;\n            color: #303030 !important;\n            box-sizing: border-box !important;\n            line-height: 1.6 !important;\n            -webkit-font-smoothing: antialiased !important;\n        }\n\n        #gq-performance-module * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* Core Full-Width Container *\/\n        #gq-performance-module .gq-layout-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* Constrained Reading Width for Paragraphs *\/\n        #gq-performance-module .gq-reading-wrapper {\n            width: 100% !important;\n            max-width: 1280px !important; \n            margin: 0 auto !important;\n        }\n\n        \/* -----------------------------------------\n         * Headers & Text\n         * ----------------------------------------- *\/\n        #gq-performance-module h2.gq-heading-h2 {\n            font-size: 32px !important;\n            color: #183090 !important; \/* Brand Blue *\/\n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 32px !important;\n            text-align: center !important; \/* Strictly Centered *\/\n            letter-spacing: -0.5px !important;\n        }\n\n        #gq-performance-module h3.gq-heading-h3 {\n            font-size: 24px !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            line-height: 1.3 !important;\n            margin: 24px 0 14px 0 !important;\n            text-align: left !important;\n            padding-bottom: 12px !important;\n            border-bottom: 2px solid #eaeaea !important; \/* Elegant underline separation *\/\n        }\n\n        #gq-performance-module p.gq-body-text {\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            text-align: left !important;\n            margin-bottom: 24px !important;\n            line-height: 1.8 !important;\n        }\n\n        \/* -----------------------------------------\n         * B2B Editorial Data Tables\n         * ----------------------------------------- *\/\n        #gq-performance-module .gq-table-container {\n            width: 100% !important;\n            margin: 28px 0 !important;\n        }\n\n        #gq-performance-module .gq-table-scroll {\n            width: 100% !important;\n            overflow-x: auto !important;\n            -webkit-overflow-scrolling: touch !important;\n        }\n\n        #gq-performance-module table.gq-b2b-table {\n            width: 100% !important;\n            min-width: 800px !important;\n            border-collapse: collapse !important;\n            text-align: left !important;\n            border-top: 2px solid #183090 !important; \/* Heavy Top Border *\/\n            border-bottom: 2px solid #183090 !important; \/* Heavy Bottom Border *\/\n            background-color: #ffffff !important;\n        }\n\n        #gq-performance-module table.gq-b2b-table th,\n        #gq-performance-module table.gq-b2b-table td {\n            padding: 18px 24px !important;\n            border-bottom: 1px solid #eaeaea !important;\n            font-size: 15px !important;\n            color: #303030 !important;\n            vertical-align: top !important;\n        }\n\n        #gq-performance-module table.gq-b2b-table thead th {\n            background-color: transparent !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            font-size: 13px !important;\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n            border-bottom: 1px solid #183090 !important;\n        }\n\n        \/* Highlight the 'Advantage' Column *\/\n        #gq-performance-module table.gq-b2b-table.gq-highlight-last td:last-child {\n            color: #009048 !important; \/* Brand Green *\/\n            font-weight: 600 !important;\n        }\n\n        #gq-performance-module table.gq-b2b-table tbody tr:last-child td {\n            border-bottom: none !important;\n        }\n\n        #gq-performance-module table.gq-b2b-table tbody td:first-child {\n            font-weight: 600 !important;\n            color: #183090 !important;\n        }\n\n        \/* -----------------------------------------\n         * Bottom Grid (TCO & ROI Box) - Eliminates Irregular Whitespace\n         * ----------------------------------------- *\/\n        #gq-performance-module .gq-bottom-grid {\n            display: grid !important;\n            grid-template-columns: 1.1fr 0.9fr !important;\n            gap: 32px !important;\n            margin-top: 34px !important;\n        }\n\n        \/* Left Card: TCO Highlight *\/\n        #gq-performance-module .gq-tco-card {\n            background-color: #f8f9fa !important;\n            border-left: 4px solid #009048 !important; \/* Brand Green *\/\n            padding: 28px 30px !important;\n            display: flex !important;\n            flex-direction: column !important;\n            justify-content: center !important;\n        }\n\n        #gq-performance-module .gq-tco-card h3 {\n            font-size: 20px !important;\n            color: #303030 !important;\n            margin-bottom: 16px !important;\n            font-weight: 700 !important;\n        }\n\n        #gq-performance-module .gq-big-stat {\n            font-size: 56px !important;\n            color: #183090 !important;\n            font-weight: 800 !important;\n            line-height: 1 !important;\n            margin-bottom: 16px !important;\n            letter-spacing: -1px !important;\n        }\n\n        #gq-performance-module .gq-tco-text {\n            font-size: 15px !important;\n            color: #4a4a4a !important;\n            margin-bottom: 24px !important;\n        }\n\n        #gq-performance-module .gq-tco-meta {\n            font-size: 13px !important;\n            color: #888888 !important;\n            font-style: italic !important;\n            margin-top: auto !important;\n        }\n\n        \/* Right Card: ROI Calculator CTA *\/\n        #gq-performance-module .gq-cta-card {\n            background-color: #183090 !important; \/* Brand Blue *\/\n            padding: 48px 40px !important;\n            display: flex !important;\n            flex-direction: column !important;\n            justify-content: center !important;\n        }\n\n        #gq-performance-module .gq-cta-card h3 {\n            font-size: 24px !important;\n            color: #ffffff !important;\n            margin-bottom: 16px !important;\n            font-weight: 700 !important;\n        }\n\n        #gq-performance-module .gq-cta-text {\n            font-size: 16px !important;\n            color: rgba(255, 255, 255, 0.9) !important;\n            margin-bottom: 32px !important;\n            line-height: 1.6 !important;\n        }\n\n        #gq-performance-module a.gq-btn-primary {\n            display: inline-flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            padding: 16px 32px !important;\n            background-color: #D81818 !important; \/* Brand Red *\/\n            color: #ffffff !important;\n            text-decoration: none !important;\n            font-weight: 600 !important;\n            font-size: 16px !important;\n            border-radius: 2px !important;\n            transition: background-color 0.3s ease !important;\n            align-self: flex-start !important;\n        }\n\n        #gq-performance-module a.gq-btn-primary:hover {\n            background-color: #b01010 !important; \/* Darker Red *\/\n        }\n\n        \/* -----------------------------------------\n         * Responsive Design Fold\n         * ----------------------------------------- *\/\n        @media (max-width: 991px) {\n            #gq-performance-module .gq-bottom-grid {\n                grid-template-columns: 1fr !important;\n                gap: 24px !important;\n            }\n            #gq-performance-module h2.gq-heading-h2 {\n                font-size: 28px !important;\n            }\n        }\n\n        @media (max-width:690px) {\n            #gq-performance-module { padding: 48px 0 !important; }\n            #gq-performance-module .gq-tco-card, \n            #gq-performance-module .gq-cta-card { padding: 32px 24px !important; }\n        }\n    <\/style>\n\n    <div class=\"gq-layout-container\">\n        \n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <h2 class=\"gq-heading-h2\">Controle de ilumina\u00e7\u00e3o comercial versus compara\u00e7\u00e3o de desempenho de sistemas tradicionais<\/h2>\n            <p class=\"gq-body-text\">\n                Depois de definir o protocolo, a quest\u00e3o de aquisi\u00e7\u00e3o \u00e9 como o driver de LED eletr\u00f4nico + pilha de controle compara em economia com o reator magn\u00e9tico + sistema de corte de fase que ele substitui Que delta n\u00e3o \u00e9 hipot\u00e9tico (ele se manifesta diretamente em custos de servi\u00e7os p\u00fablicos, visitas de manuten\u00e7\u00e3o e relat\u00f3rios de ocupantes no primeiro ano ap\u00f3s a moderniza\u00e7\u00e3o.\n            <\/p>\n        <\/div>\n\n        <div class=\"gq-table-container gq-reveal-element\">\n            <div class=\"gq-table-scroll\">\n                <table class=\"gq-b2b-table gq-highlight-last\">\n                    <thead>\n                        <tr>\n                            <th>Par\u00e2metro<\/th>\n                            <th>Driver LED eletr\u00f4nico (nosso)<\/th>\n                            <th>Transformador Magn\u00e9tico\/Lastro<\/th>\n                            <th>Vantagem<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Efici\u00eancia<\/td>\n                            <td>90 \u2013 95%<\/td>\n                            <td>75 \u2013 85%<\/td>\n                            <td>10 5% de economia de energia<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Fator de pot\u00eancia<\/td>\n                            <td>&gt;0,95 (PFC integrado)<\/td>\n                            <td>0.5 \u2013 0.7<\/td>\n                            <td>Evita taxas de penalidade de servi\u00e7os p\u00fablicos<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Peso (unidade de 100W)<\/td>\n                            <td>0,3 0,5 kg<\/td>\n                            <td>1,5 2,5 kg<\/td>\n                            <td>7003 T mais leve 1TP grade amig\u00e1vel<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Vida \u00fatil @ Tc=75 \u00b0C<\/td>\n                            <td>Mais de 50.000 horas<\/td>\n                            <td>15.000 25.000 horas<\/td>\n                            <td>2\u00d7 vida \u00fatil mais longa<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Suporte Diming<\/td>\n                            <td>DALI-2 \/0-10V\/TRIAC \/PWM<\/td>\n                            <td>Apenas corte de fase limitado<\/td>\n                            <td>Flexibilidade total do protocolo<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Flicker (profundidade de modula\u00e7\u00e3o)<\/td>\n                            <td>&lt;1% (conformidade com IEEE 1789)<\/td>\n                            <td>15 dim0% baixo<\/td>\n                            <td>Sem cintila\u00e7\u00e3o em todos os n\u00edveis escuros<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Corrente de entrada<\/td>\n                            <td>Controlado via NTC<\/td>\n                            <td>Pico descontrolado<\/td>\n                            <td>Protege disjuntores<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Poder de espera<\/td>\n                            <td>&lt;0,5 W<\/td>\n                            <td>3 W<\/td>\n                            <td>85%+ economia em espera<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <p class=\"gq-body-text\">\n                Esses n\u00fameros t\u00eam implica\u00e7\u00f5es diretas no projeto Economizar 10-151TP3 T efici\u00eancia em um escrit\u00f3rio de 200 fixture funcionando 12 horas\/dia pode cortar 12000 + kWh anualmente em tarifas comerciais t\u00edpicas A eletricidade \u00e9 respons\u00e1vel por 85-951TP3 T de custos de ilumina\u00e7\u00e3o, incluindo isolamento de tubos e pacotes de l\u00e2mpadas de bulbo de substitui\u00e7\u00e3o O fator de pot\u00eancia 0,95 + evita a sobretaxa de utilidade billed para consumo abaixo de 0,9 fator de pot\u00eancia economia oculta de longo prazo seu modelo de financiamento ignora Pesa sub-70 lbs \u00e9 cr\u00edtico quando a grade do teto ou montagem do acess\u00f3rio pode n\u00e3o suportar massa adicional E flicker 11TP3 T eletr\u00f4nico, at\u00e9 3013 T magn\u00e9tico em baixo dimTP, \u00e9 o maior definidor dos espa\u00e7os arquitet\u00f4nicos ocupantes n\u00edveis de conforto subjetivo, e a co-vari\u00e2ncia de dor de cabe\u00e7a e sintomas de fadiga ocular que produz.\n            <\/p>\n\n            <h3 class=\"gq-heading-h3\">DALI-2 vs Legado 0-10V Quando o custo extra compensa<\/h3>\n        <\/div>\n\n        <div class=\"gq-table-container gq-reveal-element\" style=\"margin-top: 32px !important;\">\n            <div class=\"gq-table-scroll\">\n                <table class=\"gq-b2b-table\">\n                    <thead>\n                        <tr>\n                            <th>Capacidade<\/th>\n                            <th>DALI-2<\/th>\n                            <th>0-10V<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Endere\u00e7amento individual do dispositivo<\/td>\n                            <td>Sim, at\u00e9 64\/bus<\/td>\n                            <td>N\u00e3o h\u00e1 apenas n\u00edvel de n\u00edvel<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Estado bidirecional (alertas de falha)<\/td>\n                            <td>Sim<\/td>\n                            <td>N\u00e3o<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Recall de cena do teclado\/BMS<\/td>\n                            <td>Sim, mais de 16 cenas por dispositivo<\/td>\n                            <td>Somente multin\u00edvel manual<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Comissionamento<\/td>\n                            <td>Digital, baseado em aplicativos<\/td>\n                            <td>Zoneamento baseado em fia\u00e7\u00e3o<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Custo por ponto de controlo<\/td>\n                            <td>Superior<\/td>\n                            <td>Inferior<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Onde ganha<\/td>\n                            <td>Escrit\u00f3rio, sa\u00fade, museus, multi-zona<\/td>\n                            <td>Armaz\u00e9m, estacionamento, exterior, retrofit<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <p class=\"gq-body-text\">\n                Para projetos com especifica\u00e7\u00e3o estabelecida do protocolo de funcionamento, se a contagem do dispositivo bonde excede aproximadamente 50-fixture pela zona ent\u00e3o o payback do controle da l\u00e2mpada de DALI-2 excede o trabalho inicial da compra e da instala\u00e7\u00e3o Para o armaz\u00e9m do plano do pelot\u00e3o aberto e as garagens de estacionamento onde o controle m\u00ednimo parcial do modo de fogo\/cena de ilumina\u00e7\u00e3o \u00e9 tudo que voc\u00ea precisa, 0-10 V oferece a conformidade equivalente do c\u00f3digo de ilumina\u00e7\u00e3o na despesa reduzida do hardware Ambos pertencem em um repert\u00f3rio de controle completo e ambos enviam de nossa linha de fabrica\u00e7\u00e3o.\n            <\/p>\n        <\/div>\n\n        <div class=\"gq-bottom-grid gq-reveal-element\">\n            \n            <div class=\"gq-tco-card\">\n                <h3>Menor custo total de propriedade<\/h3>\n                <div class=\"gq-big-stat\">40%+<\/div>\n                <p class=\"gq-tco-text\">\n                    Os retrofits comerciais de LED + controle geralmente se pagam dentro de 3-8 meses e mostram uma redu\u00e7\u00e3o de 401TP3 T + no custo de propriedade de valor presente de 5 anos em compara\u00e7\u00e3o com os sistemas tradicionais magn\u00e9ticos + de corte de fase.\n                <\/p>\n                <div class=\"gq-tco-meta\">Com base em estudos de retrofit da ind\u00fastria e nos mais de 3.000 projetos comerciais da pr\u00f3pria Guangqi 2022-2025<\/div>\n            <\/div>\n\n            <div class=\"gq-cta-card\">\n                <h3>Calcule seu ROI de 5 anos<\/h3>\n                <p class=\"gq-cta-text\">\n                    Especifique sua contagem de acess\u00f3rios, pot\u00eancia e tarifa atualmente instalados. Assista \u00e0s economias anuais projetadas, ao tempo de retorno e ao benef\u00edcio l\u00edquido de 5 anos.\n                <\/p>\n                <a href=\"https:\/\/gqlamp.com\/pt\/control-systems\/led-driver\/led-driver-energy-savings-calculator\/\" class=\"gq-btn-primary\">Inicie a calculadora ROI \u2192<\/a>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const elements = document.querySelectorAll('#gq-performance-module .gq-reveal-element');\n            \n            elements.forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(24px)';\n                el.style.transition = 'opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1)';\n            });\n\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach((entry, index) => {\n                        if (entry.isIntersecting) {\n                            setTimeout(() => {\n                                entry.target.style.opacity = '1';\n                                entry.target.style.transform = 'translateY(0)';\n                            }, index * 80); \/\/ Slight stagger\n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\n                elements.forEach(el => observer.observe(el));\n            } else {\n                elements.forEach(el => {\n                    el.style.opacity = '1';\n                    el.style.transform = 'translateY(0)';\n                });\n            }\n        });\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-81d2757\" data-block-id=\"81d2757\"><style>.stk-81d2757 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-81d2757-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-e26d1a1\" data-v=\"4\" data-block-id=\"e26d1a1\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-e26d1a1-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-e26d1a1-inner-blocks\">\n<div id=\"gq-projects-module\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: Strict top-level ID prefix (#gq-projects-module)\n         * 2. SEMANTIC TAGS: Exactly one H2. H3\/H4 scoped with classes.\n         * 3. AESTHETICS: High-end B2B Flat Editorial. No font-family (inherits Blocksy).\n         * 4. LAYOUT: CSS Grid + Flexbox, Tab switching, Max-width 1280px.\n         * ==================================================================== *\/\n\n        #gq-projects-module {\n            width: 100% !important;\n            padding: 40px 0 !important;\n            background-color: #fcfcfd !important;\n            color: #303030 !important;\n            box-sizing: border-box !important;\n            line-height: 1.6 !important;\n            -webkit-font-smoothing: antialiased !important;\n        }\n\n        #gq-projects-module * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* Core Full-Width Container *\/\n        #gq-projects-module .gq-layout-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* Constrained Reading Width *\/\n        #gq-projects-module .gq-reading-wrapper {\n            width: 100% !important;\n            max-width: 1280px !important; \n            margin: 0 auto !important;\n        }\n\n        \/* -----------------------------------------\n         * Headers & Text\n         * ----------------------------------------- *\/\n        #gq-projects-module h2.gq-heading-h2 {\n            font-size: 32px !important; \/* Default 32px as requested *\/\n            color: #183090 !important; \/* Brand Blue *\/\n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 24px !important;\n            text-align: center !important; \n            letter-spacing: -0.5px !important;\n        }\n\n        #gq-projects-module p.gq-intro-text {\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            text-align: center !important;\n            margin-bottom: 36px !important;\n            max-width: 1000px !important;\n            margin-left: auto !important;\n            margin-right: auto !important;\n        }\n\n        #gq-projects-module p.gq-body-text {\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            text-align: justify !important;\n            margin-bottom: 24px !important;\n            line-height: 1.8 !important;\n        }\n\n        \/* -----------------------------------------\n         * Corporate Tab Navigation\n         * ----------------------------------------- *\/\n        #gq-projects-module .gq-tabs-nav {\n            display: flex !important;\n            justify-content: center !important;\n            border-bottom: 2px solid #eaeaea !important;\n            margin-bottom: 48px !important;\n            gap: 40px !important;\n        }\n\n        #gq-projects-module .gq-tab-btn {\n            background: none !important;\n            border: none !important;\n            padding: 0 0 16px 0 !important;\n            font-size: 16px !important;\n            font-weight: 600 !important;\n            color: #888888 !important;\n            cursor: pointer !important;\n            position: relative !important;\n            transition: color 0.3s ease !important;\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n        }\n\n        #gq-projects-module .gq-tab-btn::after {\n            content: '' !important;\n            position: absolute !important;\n            bottom: -2px !important;\n            left: 0 !important;\n            width: 100% !important;\n            height: 2px !important;\n            background-color: transparent !important;\n            transition: background-color 0.3s ease !important;\n        }\n\n        #gq-projects-module .gq-tab-btn:hover {\n            color: #183090 !important;\n        }\n\n        \/* Active Tab State *\/\n        #gq-projects-module .gq-tab-btn.gq-active {\n            color: #183090 !important; \/* Brand Blue *\/\n        }\n\n        #gq-projects-module .gq-tab-btn.gq-active::after {\n            background-color: #183090 !important; \/* Brand Blue indicator line *\/\n        }\n\n        \/* -----------------------------------------\n         * Tab Content Panels\n         * ----------------------------------------- *\/\n        #gq-projects-module .gq-tab-panel {\n            display: none !important; \/* Hidden by default *\/\n            animation: gqFadeIn 0.5s ease forwards !important;\n        }\n\n        #gq-projects-module .gq-tab-panel.gq-active {\n            display: block !important; \/* Show active *\/\n        }\n\n        @keyframes gqFadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        #gq-projects-module h3.gq-heading-h3 {\n            font-size: 24px !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            margin-bottom: 8px !important;\n        }\n\n        #gq-projects-module h4.gq-heading-h4 {\n            font-size: 17px !important;\n            color: #303030 !important;\n            font-weight: 600 !important;\n            margin-bottom: 14px !important;\n            border-left: 2px solid #009048 !important; \/* Brand Green Accent *\/\n            padding-left: 15px !important;\n        }\n\n        \/* -----------------------------------------\n         * Project Data Grid (4 Columns)\n         * ----------------------------------------- *\/\n        #gq-projects-module .gq-data-grid {\n            display: grid !important;\n            grid-template-columns: repeat(4, 1fr) !important;\n            gap: 24px !important;\n            background-color: #f4f6fb !important; \/* Very light blue background *\/\n            padding: 32px !important;\n            border-radius: 2px !important;\n            margin: 32px 0 !important;\n            border-top: 2px solid #183090 !important;\n        }\n\n        #gq-projects-module .gq-data-item {\n            display: flex !important;\n            flex-direction: column !important;\n        }\n\n        #gq-projects-module .gq-data-val {\n            font-size: 32px !important;\n            color: #183090 !important;\n            font-weight: 800 !important;\n            line-height: 1.1 !important;\n            margin-bottom: 8px !important;\n        }\n\n        #gq-projects-module .gq-data-lbl {\n            font-size: 14px !important;\n            color: #303030 !important;\n            font-weight: 600 !important;\n        }\n\n        \/* -----------------------------------------\n         * Aggregate Global Stats Strip\n         * ----------------------------------------- *\/\n        #gq-projects-module .gq-global-strip {\n            display: grid !important;\n            grid-template-columns: repeat(5, 1fr) !important;\n            gap: 16px !important;\n            margin-top: 40px !important;\n            padding-top: 24px !important;\n            border-top: 1px solid #eaeaea !important;\n            text-align: center !important;\n        }\n\n        #gq-projects-module .gq-global-val {\n            font-size: 28px !important;\n            color: #009048 !important; \/* Brand Green *\/\n            font-weight: 800 !important;\n            display: block !important;\n            margin-bottom: 4px !important;\n        }\n\n        #gq-projects-module .gq-global-lbl {\n            font-size: 13px !important;\n            color: #4a4a4a !important;\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n            font-weight: 600 !important;\n        }\n\n        \/* -----------------------------------------\n         * Final CTA Block\n         * ----------------------------------------- *\/\n        #gq-projects-module .gq-cta-block {\n            margin-top: 44px !important;\n            padding: 30px !important;\n            background-color: #ffffff !important;\n            border-left: 4px solid #D81818 !important; \/* Brand Red *\/\n            display: flex !important;\n            align-items: center !important;\n            justify-content: space-between !important;\n            gap: 32px !important;\n        }\n\n        #gq-projects-module .gq-cta-content {\n            flex: 1 !important;\n        }\n\n        #gq-projects-module .gq-cta-text {\n            font-size: 18px !important;\n            color: #303030 !important;\n            font-weight: 700 !important;\n            margin-bottom: 8px !important;\n        }\n\n        #gq-projects-module .gq-cta-sub {\n            font-size: 14px !important;\n            color: #4a4a4a !important;\n        }\n\n        #gq-projects-module a.gq-btn-red {\n            display: inline-flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            padding: 16px 32px !important;\n            background-color: #D81818 !important;\n            color: #ffffff !important;\n            text-decoration: none !important;\n            font-weight: 600 !important;\n            font-size: 16px !important;\n            border-radius: 2px !important;\n            transition: background-color 0.3s ease !important;\n            white-space: nowrap !important;\n        }\n\n        #gq-projects-module a.gq-btn-red:hover {\n            background-color: #183090 !important; \/* Switch to Blue on hover *\/\n        }\n\n        \/* -----------------------------------------\n         * Responsive Adjustments\n         * ----------------------------------------- *\/\n        @media (max-width: 991px) {\n            #gq-projects-module .gq-data-grid {\n                grid-template-columns: repeat(2, 1fr) !important;\n            }\n            #gq-projects-module .gq-global-strip {\n                grid-template-columns: repeat(3, 1fr) !important;\n                gap: 32px 16px !important;\n            }\n            #gq-projects-module .gq-cta-block {\n                flex-direction: column !important;\n                align-items: flex-start !important;\n            }\n            #gq-projects-module h2.gq-heading-h2 { font-size: 28px !important; }\n        }\n\n        @media (max-width:690px) {\n            #gq-projects-module .gq-tabs-nav {\n                flex-wrap: wrap !important;\n                gap: 16px !important;\n                border-bottom: none !important;\n            }\n            #gq-projects-module .gq-tab-btn {\n                padding: 12px 16px !important;\n                border: 1px solid #eaeaea !important;\n                border-radius: 2px !important;\n            }\n            #gq-projects-module .gq-tab-btn::after { display: none !important; }\n            #gq-projects-module .gq-tab-btn.gq-active {\n                background-color: #183090 !important;\n                color: #ffffff !important;\n                border-color: #183090 !important;\n            }\n            #gq-projects-module .gq-data-grid { grid-template-columns: 1fr !important; }\n            #gq-projects-module .gq-global-strip { grid-template-columns: repeat(2, 1fr) !important; }\n        }\n    <\/style>\n\n    <div class=\"gq-layout-container\">\n        \n        <div class=\"gq-reveal-elem\">\n            <h2 class=\"gq-heading-h2\">Projeto Resultados Controle de Ilumina\u00e7\u00e3o Comercial em Escala<\/h2>\n            <p class=\"gq-intro-text\">\n                Os n\u00fameros nas fichas t\u00e9cnicas s\u00e3o promessas Os n\u00fameros dos trabalhos instalados s\u00e3o prova Tr\u00eas projetos comerciais e municipais recentemente conclu\u00eddos ilustram o que nossos sistemas de controle podem fazer quando estiverem instalados, comissionados e funcionando sob carga real.\n            <\/p>\n        <\/div>\n\n        <div class=\"gq-tabs-nav gq-reveal-elem\">\n            <button class=\"gq-tab-btn gq-active\" data-target=\"gq-tab-1\">Shenzhen, China<\/button>\n            <button class=\"gq-tab-btn\" data-target=\"gq-tab-2\">Dubai, Emirados \u00c1rabes Unidos<\/button>\n            <button class=\"gq-tab-btn\" data-target=\"gq-tab-3\">Norte da Europa<\/button>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper\">\n            \n            <div id=\"gq-tab-1\" class=\"gq-tab-panel gq-active\">\n                <h4 class=\"gq-heading-h4\">Shenzhen, China \u00b7 2024 \u00b7 Escrit\u00f3rio Comercial<\/h4>\n                <h3 class=\"gq-heading-h3\">12 Piso Office Complex 8 Fluorescente em LED 0-10 Retrofit<\/h3>\n                \n                <p class=\"gq-body-text\">\n                    Uma empresa imobili\u00e1ria que administrava um pr\u00e9dio de escrit\u00f3rios de 12 andares em Nanshan, Shenzhen, nos abordou depois de sofrer de dois problemas cr\u00f4nicos: a energia da ilumina\u00e7\u00e3o havia excedido o or\u00e7amento em 35% para um pr\u00e9dio desse tamanho e equipes de manuten\u00e7\u00e3o localizadas internamente estavam queimando um homem-dia por m\u00eas tentando rastrear reatores fluorescentes com falha em mais de 3.000 lumin\u00e1rias. O sistema T8 existente tinha 14 anos e os reatores de substitui\u00e7\u00e3o estavam se tornando dif\u00edceis de obter.\n                <\/p>\n                <p class=\"gq-body-text\">\n                    N\u00f3s especificamos o uso de nossos drivers de tens\u00e3o constante da s\u00e9rie CV 24 V (modelo 150 W) para a atualiza\u00e7\u00e3o para os pain\u00e9is planos do teto do teto O barramento CC de 24 V facilitou o encadeamento em margarida suspenso de v\u00e1rios pain\u00e9is de LED em um \u00fanico driver por zona 18 drivers por andar em vez de 250+ reatores individuais O escurecimento de 0-10 V no n\u00edvel da zona foi conectado a sensores de ocupa\u00e7\u00e3o em \u00e1reas de plano aberto e a teclados de controle montados na parede em outros lugares.\n                <\/p>\n\n                <div class=\"gq-data-grid\">\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">42%<\/span>\n                        <span class=\"gq-data-lbl\">Redu\u00e7\u00e3o Energ\u00e9tica<\/span>\n                    <\/div>\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">0<\/span>\n                        <span class=\"gq-data-lbl\">Falhas no motorista (18 meses)<\/span>\n                    <\/div>\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">28 meses<\/span>\n                        <span class=\"gq-data-lbl\">Per\u00edodo de retorno<\/span>\n                    <\/div>\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">-92%<\/span>\n                        <span class=\"gq-data-lbl\">Manuten\u00e7\u00e3o Callouts<\/span>\n                    <\/div>\n                <\/div>\n\n                <p class=\"gq-body-text\" style=\"margin-bottom: 0 !important;\">\n                    Dezoito meses ap\u00f3s a instala\u00e7\u00e3o o edif\u00edcio consome 421TP3 T menos energia de ilumina\u00e7\u00e3o em compara\u00e7\u00e3o com o antigo sistema T8 Nenhuma falha do motorista A manuten\u00e7\u00e3o mudou de troca de lastro corretivo mensal para manuten\u00e7\u00e3o preventiva trimestral (trimestral preventive maintenance) um cronograma facilmente ingerido pela equipe de opera\u00e7\u00f5es internas sem OT.\n                <\/p>\n            <\/div>\n\n            <div id=\"gq-tab-2\" class=\"gq-tab-panel\">\n                <h4 class=\"gq-heading-h4\">Dubai, Emirados \u00c1rabes Unidos \u00b7 2023 \u00b7 Luxury Desert Resort<\/h4>\n                <h3 class=\"gq-heading-h3\">Ilumina\u00e7\u00e3o de paisagem e ilumina\u00e7\u00e3o de fachada 2 Drivers Fac850 IP67 em DALI-2 BMS<\/h3>\n                \n                <p class=\"gq-body-text\">\n                    Este projeto exigiu o ambiente de trabalho anunciado mais \u00e1rduo para a nossa s\u00e9rie de motoristas ao ar livre: ambiente acima de 50\u00baC 365 dias\/ano, vendavais carregados de enxofre, atmosfera mar\u00edtima transmitida por sal, tempestades de areia espor\u00e1dicas. 850 paisagens e lumin\u00e1rias de fachada em toda a propriedade exigiam controle DALI-2, sendo centralizadas no sistema de gest\u00e3o de propriedades, com recall de cena para varia\u00e7\u00f5es do dia a noite e tarde da noite e escurecimento programado de acordo com o calend\u00e1rio solar local.\n                <\/p>\n                <p class=\"gq-body-text\">\n                    Evolu\u00e7\u00e3o da s\u00e9rie ao ar livre: Matrizes fundidas de alum\u00ednio IP67, com encapsulamento em compostos herm\u00e9ticos Cada m\u00f3dulo eletr\u00f4nico hermeticamente selado novamente polui\u00e7\u00e3o ambiente e part\u00edculas Uma curva de redu\u00e7\u00e3o t\u00e9rmica estendida garante que os motoristas estejam operando a um m\u00ednimo de 871TP3 T de pot\u00eancia nominal em ambiente de 55 C, bem dentro do ambiente m\u00e1ximo vestido As interfaces de controle DALI-2 est\u00e3o ligadas diretamente ao BMS da propriedade para recupera\u00e7\u00e3o de cena, programa\u00e7\u00e3o e escurecimento responsivo ao dia em toda a propriedade.\n                <\/p>\n\n                <div class=\"gq-data-grid\">\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">850<\/span>\n                        <span class=\"gq-data-lbl\">Drivers IP67<\/span>\n                    <\/div>\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">3 anos<\/span>\n                        <span class=\"gq-data-lbl\">Registro de falha zero<\/span>\n                    <\/div>\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">DALI-2<\/span>\n                        <span class=\"gq-data-lbl\">Integra\u00e7\u00e3o BMS<\/span>\n                    <\/div>\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">55\u00b0C+<\/span>\n                        <span class=\"gq-data-lbl\">Ambiente Operacional<\/span>\n                    <\/div>\n                <\/div>\n\n                <p class=\"gq-body-text\" style=\"margin-bottom: 0 !important;\">\n                    3 anos depois, n\u00e3o houve falhas de motorista A administra\u00e7\u00e3o de instala\u00e7\u00f5es negociou um contrato de servi\u00e7o estendido, em 2027, para cobrir a asa de extens\u00e3o proposta na mesma instala\u00e7\u00e3o IP67 + DALI-2.\n                <\/p>\n            <\/div>\n\n            <div id=\"gq-tab-3\" class=\"gq-tab-panel\">\n                <h4 class=\"gq-heading-h4\">Norte da Europa \u00b7 2024 \u00b7 Ilumina\u00e7\u00e3o P\u00fablica Municipal<\/h4>\n                <h3 class=\"gq-heading-h3\">Lumin\u00e1rias City-Wide Replacement 220,00 Driver, prote\u00e7\u00e3o contra surtos de 6 kV<\/h3>\n                \n                <p class=\"gq-body-text\">\n                    Um munic\u00edpio do norte da Europa completou uma convers\u00e3o de LED em suas ruas dois anos antes com os motoristas de outro fornecedor Ap\u00f3s dois anos de tempestades e degrada\u00e7\u00e3o el\u00e9trica relacionada, um conjunto de amostras do kit de distribui\u00e7\u00e3o de alta tens\u00e3o a\u00e9rea da cidade revelou uma taxa de falha de 151TP3 T. Testes el\u00e9tricos identificaram ondas de transientes de alta energia induzidas condutivamente na faixa de 2,5-4,5 kV na rede, ocorrendo com regularidade; picos transit\u00f3rios muitas vezes podiam ser observados acima de 6 kV. A prote\u00e7\u00e3o MOV especificada de 2 kV estava abaixo das medi\u00e7\u00f5es do pior caso, e o comportamento final foi falhas em cascata no circuito do est\u00e1gio de sa\u00edda.\n                <\/p>\n                <p class=\"gq-body-text\">\n                    Substitu\u00edmos as unidades ruins por nossos drivers da s\u00e9rie CC com circuito de prote\u00e7\u00e3o contra surtos compat\u00edvel com modo diferencial (LN) de 6 kV e modo comum (L-PE) IEC 61547 de 8 kV. Cada um possui circuitos SPD de dois est\u00e1gios, um tubo de descarga de g\u00e1s na entrada para fixa\u00e7\u00e3o de alta energia e, em seguida, um conjunto de diodos TVS que aborda rapidamente qualquer borda transit\u00f3ria.\n                <\/p>\n\n                <div class=\"gq-data-grid\">\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">220,000<\/span>\n                        <span class=\"gq-data-lbl\">Lumin\u00e1rias em Servi\u00e7o<\/span>\n                    <\/div>\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">0%<\/span>\n                        <span class=\"gq-data-lbl\">Taxa de falha (14 meses)<\/span>\n                    <\/div>\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">6kV\/8kV<\/span>\n                        <span class=\"gq-data-lbl\">LN \/L-PE Surge<\/span>\n                    <\/div>\n                    <div class=\"gq-data-item\">\n                        <span class=\"gq-data-val\">Fase 2<\/span>\n                        <span class=\"gq-data-lbl\">Aprovado (+4.000 postes)<\/span>\n                    <\/div>\n                <\/div>\n\n                <p class=\"gq-body-text\" style=\"margin-bottom: 0 !important;\">\n                    Ap\u00f3s 14 meses de um teste de campo de tr\u00eas anos, a contagem de falhas de motoristas ainda est\u00e1 em zero. Os fundos da cidade foram reservados para financiar uma expans\u00e3o da Fase 2 de mais 4.000 postes com a mesma especifica\u00e7\u00e3o, demorando at\u00e9 o final de 2025.\n                <\/p>\n            <\/div>\n            \n            <div class=\"gq-global-strip gq-reveal-elem\">\n                <div>\n                    <span class=\"gq-global-val\">0%<\/span>\n                    <span class=\"gq-global-lbl\">Taxa de falha (220k)<\/span>\n                <\/div>\n                <div>\n                    <span class=\"gq-global-val\">42%<\/span>\n                    <span class=\"gq-global-lbl\">Economia de energia<\/span>\n                <\/div>\n                <div>\n                    <span class=\"gq-global-val\">3 anos<\/span>\n                    <span class=\"gq-global-lbl\">Falha Zero ao ar livre<\/span>\n                <\/div>\n                <div>\n                    <span class=\"gq-global-val\">220k<\/span>\n                    <span class=\"gq-global-lbl\">Poloneses em servi\u00e7o<\/span>\n                <\/div>\n                <div>\n                    <span class=\"gq-global-val\">55\u00b0C<\/span>\n                    <span class=\"gq-global-lbl\">Ambiente Comprovado<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"gq-cta-block gq-reveal-elem\">\n                <div class=\"gq-cta-content\">\n                    <div class=\"gq-cta-text\">Quer o detalhe t\u00e9cnico completo em qualquer uma dessas implanta\u00e7\u00f5es?<\/div>\n                    <div class=\"gq-cta-sub\">&amp; SKUs do motorista, relat\u00f3rios de teste da surto-prote\u00e7\u00e3o, e notas de comiss\u00e3o.<\/div>\n                <\/div>\n                <a href=\"#ct-popup-801\" class=\"gq-btn-red\">Solicite o pacote de estudo de caso \u2192<\/a>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            \n            \/\/ --- 1. Tab Switching Logic ---\n            const tabButtons = document.querySelectorAll('#gq-projects-module .gq-tab-btn');\n            const tabPanels = document.querySelectorAll('#gq-projects-module .gq-tab-panel');\n\n            tabButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    \/\/ Remove active classes\n                    tabButtons.forEach(btn => btn.classList.remove('gq-active'));\n                    tabPanels.forEach(panel => panel.classList.remove('gq-active'));\n\n                    \/\/ Add active class to clicked button\n                    button.classList.add('gq-active');\n\n                    \/\/ Show corresponding panel\n                    const targetId = button.getAttribute('data-target');\n                    document.getElementById(targetId).classList.add('gq-active');\n                });\n            });\n\n            \/\/ --- 2. Scroll Reveal Animations (Compatible with FlyingPress) ---\n            const revealElements = document.querySelectorAll('#gq-projects-module .gq-reveal-elem');\n            \n            revealElements.forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(24px)';\n                el.style.transition = 'opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1)';\n            });\n\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach((entry, index) => {\n                        if (entry.isIntersecting) {\n                            setTimeout(() => {\n                                entry.target.style.opacity = '1';\n                                entry.target.style.transform = 'translateY(0)';\n                            }, index * 100); \n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\n                revealElements.forEach(el => observer.observe(el));\n            } else {\n                \/\/ Fallback for older browsers\n                revealElements.forEach(el => {\n                    el.style.opacity = '1';\n                    el.style.transform = 'translateY(0)';\n                });\n            }\n        });\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-b5caa4e\" data-block-id=\"b5caa4e\"><style>.stk-b5caa4e {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-b5caa4e-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-4068b1c\" data-v=\"4\" data-block-id=\"4068b1c\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-4068b1c-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-4068b1c-inner-blocks\">\n<div id=\"gq-cert-module\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: Strict top-level ID prefix (#gq-cert-module)\n         * 2. SEMANTIC TAGS: Exactly one H2. H3\/H4 scoped with classes.\n         * 3. AESTHETICS: High-end B2B Flat Editorial. No font-family (inherits Blocksy).\n         * 4. LAYOUT: CSS Grid + Flexbox, Max-width 1280px, 960px reading width.\n         * ==================================================================== *\/\n\n        #gq-cert-module {\n            width: 100% !important;\n            padding: 40px 0 !important; \/* Elegant corporate padding *\/\n            background-color: #ffffff !important;\n            color: #303030 !important;\n            box-sizing: border-box !important;\n            line-height: 1.6 !important;\n            -webkit-font-smoothing: antialiased !important;\n        }\n\n        #gq-cert-module * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* Core Full-Width Container *\/\n        #gq-cert-module .gq-layout-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* Constrained Reading Width *\/\n        #gq-cert-module .gq-reading-wrapper {\n            width: 100% !important;\n            max-width: 1280px !important; \n            margin: 0 auto !important;\n        }\n\n        \/* -----------------------------------------\n         * Headings & Text\n         * ----------------------------------------- *\/\n        #gq-cert-module h2.gq-h2-title {\n            font-size: 32px !important; \/* Default 32px as requested *\/\n            color: #183090 !important; \/* Brand Blue *\/\n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 24px !important;\n            text-align: center !important; \n            letter-spacing: -0.5px !important;\n        }\n\n        #gq-cert-module h3.gq-h3-title {\n            font-size: 24px !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            line-height: 1.3 !important;\n            margin: 34px 0 24px 0 !important;\n            text-align: left !important;\n            padding-bottom: 12px !important;\n            border-bottom: 2px solid #eaeaea !important;\n        }\n\n        #gq-cert-module h4.gq-h4-title {\n            font-size: 18px !important;\n            color: #D81818 !important; \/* Brand Red for Engineering Note *\/\n            font-weight: 700 !important;\n            margin-bottom: 12px !important;\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n        }\n\n        #gq-cert-module p.gq-p-text {\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            text-align: judtify !important;\n            margin-bottom: 24px !important;\n            line-height: 1.8 !important;\n        }\n\n        #gq-cert-module .gq-text-center {\n            text-align: center !important;\n        }\n\n        \/* -----------------------------------------\n         * Certification Badge Grid\n         * ----------------------------------------- *\/\n        #gq-cert-module .gq-badge-grid {\n            display: grid !important;\n            grid-template-columns: repeat(4, 1fr) !important;\n            gap: 16px !important;\n            margin: 38px 0 !important;\n        }\n\n        #gq-cert-module .gq-badge-card {\n            background-color: #f8f9fa !important;\n            border: 1px solid #eaeaea !important;\n            border-left: 3px solid #183090 !important; \/* Brand Blue Accent *\/\n            padding: 16px 20px !important;\n            display: flex !important;\n            flex-direction: column !important;\n            justify-content: center !important;\n            transition: border-color 0.3s ease !important;\n        }\n\n        #gq-cert-module .gq-badge-card:hover {\n            border-left-color: #009048 !important; \/* Brand Green on hover *\/\n            background-color: #ffffff !important;\n        }\n\n        #gq-cert-module .gq-badge-title {\n            font-size: 15px !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            margin-bottom: 4px !important;\n        }\n\n        #gq-cert-module .gq-badge-sub {\n            font-size: 13px !important;\n            color: #666666 !important;\n            font-weight: 500 !important;\n        }\n\n        \/* -----------------------------------------\n         * Editorial Data Table\n         * ----------------------------------------- *\/\n        #gq-cert-module .gq-table-wrap {\n            width: 100% !important;\n            overflow-x: auto !important;\n            -webkit-overflow-scrolling: touch !important;\n            margin-bottom: 56px !important;\n        }\n\n        #gq-cert-module table.gq-cert-table {\n            width: 100% !important;\n            min-width: 800px !important;\n            border-collapse: collapse !important;\n            text-align: left !important;\n            border-top: 2px solid #183090 !important;\n            border-bottom: 2px solid #183090 !important;\n            background-color: #ffffff !important;\n        }\n\n        #gq-cert-module table.gq-cert-table th,\n        #gq-cert-module table.gq-cert-table td {\n            padding: 16px 20px !important;\n            border-bottom: 1px solid #eaeaea !important;\n            font-size: 14px !important;\n            color: #303030 !important;\n            vertical-align: top !important;\n        }\n\n        #gq-cert-module table.gq-cert-table thead th {\n            background-color: transparent !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            font-size: 13px !important;\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n            border-bottom: 1px solid #183090 !important;\n        }\n\n        #gq-cert-module table.gq-cert-table tbody tr:last-child td {\n            border-bottom: none !important;\n        }\n\n        #gq-cert-module table.gq-cert-table tbody td:first-child {\n            font-weight: 600 !important;\n            color: #183090 !important;\n        }\n\n        \/* -----------------------------------------\n         * Regional List Stack\n         * ----------------------------------------- *\/\n        #gq-cert-module ul.gq-region-list {\n            list-style: none !important;\n            margin-bottom: 48px !important;\n        }\n\n        #gq-cert-module ul.gq-region-list li {\n            position: relative !important;\n            padding-left: 24px !important;\n            margin-bottom: 16px !important;\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            line-height: 1.7 !important;\n        }\n\n        #gq-cert-module ul.gq-region-list li::before {\n            content: \"\u25a0\" !important;\n            color: #009048 !important; \/* Brand Green square bullet *\/\n            position: absolute !important;\n            left: 0 !important;\n            top: 0 !important;\n            font-size: 12px !important;\n        }\n\n        #gq-cert-module ul.gq-region-list li strong {\n            color: #183090 !important;\n        }\n\n        \/* -----------------------------------------\n         * Engineering Note (Callout Box)\n         * ----------------------------------------- *\/\n        #gq-cert-module .gq-eng-note {\n            background-color: #fcfcfc !important;\n            border: 1px solid #eaeaea !important;\n            border-left: 4px solid #D81818 !important; \/* Brand Red *\/\n            padding: 26px 30px !important;\n            margin-bottom: 28px !important;\n            border-radius: 2px !important;\n        }\n\n        #gq-cert-module .gq-eng-note p.gq-p-text {\n            margin-bottom: 0 !important; \/* Remove bottom margin for last paragraph *\/\n        }\n\n        \/* -----------------------------------------\n         * Responsive Adjustments\n         * ----------------------------------------- *\/\n        @media (max-width: 991px) {\n            #gq-cert-module .gq-badge-grid { grid-template-columns: repeat(3, 1fr) !important; }\n        }\n\n        @media (max-width:690px) {\n            #gq-cert-module .gq-badge-grid { grid-template-columns: repeat(2, 1fr) !important; }\n            #gq-cert-module h2.gq-h2-title { font-size: 28px !important; }\n            #gq-cert-module .gq-eng-note { padding: 24px !important; }\n        }\n\n        @media (max-width: 480px) {\n            #gq-cert-module .gq-badge-grid { grid-template-columns: 1fr !important; }\n        }\n    <\/style>\n\n    <div class=\"gq-layout-container\">\n        \n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <h2 class=\"gq-h2-title\">Certifica\u00e7\u00f5es e conformidade para mercados globais<\/h2>\n            <p class=\"gq-p-text gq-text-center\">\n                A aquisi\u00e7\u00e3o do controle de ilumina\u00e7\u00e3o comercial \u00e9 totalmente dependente da pilha de certificados de qualidade Uma listagem UL ausente quebra o melhor projeto da Am\u00e9rica do Norte na revis\u00e3o do plano Uma listagem DLC ausente cancela o programa de desconto de servi\u00e7os p\u00fablicos Uma declara\u00e7\u00e3o CE ausente interrompe o desembara\u00e7o aduaneiro da UE Ent\u00e3o, enviamos todas as s\u00e9ries de drivers comerciais dessa maneira, e aqui est\u00e3o os padr\u00f5es exatos que protegem o projeto ou a importa\u00e7\u00e3o contra a qual o risco.\n            <\/p>\n        <\/div>\n\n        <div class=\"gq-badge-grid gq-reveal-element\">\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">CE<\/span><span class=\"gq-badge-sub\">PT 61347-1\/2-13<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">RoHS<\/span><span class=\"gq-badge-sub\">Dir. 2011\/65\/UE<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">UL Listado<\/span><span class=\"gq-badge-sub\">UL 8750<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">DLC<\/span><span class=\"gq-badge-sub\">Produtos Qualificados<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">IP65 IP67<\/span><span class=\"gq-badge-sub\">CEI 60529<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">CEI 61347<\/span><span class=\"gq-badge-sub\">Seguran\u00e7a do equipamento de controle de l\u00e2mpadas<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">CEI 62386<\/span><span class=\"gq-badge-sub\">Conformidade DALI-2<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">PT 55015<\/span><span class=\"gq-badge-sub\">Emiss\u00f5es EMC<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">PT 61000<\/span><span class=\"gq-badge-sub\">Harm\u00f4nico + Flicker<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">IEEE 1789<\/span><span class=\"gq-badge-sub\">Piscadela\/Sa\u00fade<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">ENEC<\/span><span class=\"gq-badge-sub\">Seguran\u00e7a Volunt\u00e1ria da UE<\/span><\/div>\n            <div class=\"gq-badge-card\"><span class=\"gq-badge-title\">ISO 9001<\/span><span class=\"gq-badge-sub\">SGQ<\/span><\/div>\n        <\/div>\n\n        <div class=\"gq-table-wrap gq-reveal-element\">\n            <table class=\"gq-cert-table\">\n                <thead>\n                    <tr>\n                        <th>Padr\u00e3o<\/th>\n                        <th>Escopo<\/th>\n                        <th>Regi\u00e3o Aplic\u00e1vel<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>CE (EN 61347-1, 2-13)<\/td>\n                        <td>Seguran\u00e7a el\u00e9trica do motorista do diodo emissor<\/td>\n                        <td>UE + Reino Unido (UKCA at\u00e9 2027)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>RoHS 2011\/65\/UE<\/td>\n                        <td>Restri\u00e7\u00e3o de subst\u00e2ncias perigosas<\/td>\n                        <td>Global<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>UL 8750<\/td>\n                        <td>Equipamento de diodo emissor de luz para produtos de ilumina\u00e7\u00e3o<\/td>\n                        <td>EUA \/Canad\u00e1<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>DLC Qualified Products Lista<\/td>\n                        <td>Necess\u00e1rio para programas de descontos de servi\u00e7os p\u00fablicos comerciais nos EUA<\/td>\n                        <td>EUA (todos os 50 estados)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>IEC 60529 (IP65\/IP66\/IP67)<\/td>\n                        <td>Prote\u00e7\u00e3o \u00e0 prova de respingos\/jato\/entrada de imers\u00e3o<\/td>\n                        <td>Padr\u00e3o exterior global<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>CEI 61347-1, -2-13<\/td>\n                        <td>Controlgear da l\u00e2mpada geral + eletr\u00f4nico DC\/AC-fornecido<\/td>\n                        <td>Internacional<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>CEI 62386 (DALI-2)<\/td>\n                        <td>Pe\u00e7as -10, -102, -207, -208 barramento, dispositivo, equipamento de controle<\/td>\n                        <td>Alian\u00e7a DALI verificada<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>EN 55015: 2013<\/td>\n                        <td>Emiss\u00f5es de EMC provenientes de equipamentos de ilumina\u00e7\u00e3o el\u00e9trica<\/td>\n                        <td>UE<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>EN 61000-3-2\/ -3-3<\/td>\n                        <td>Corrente harm\u00f4nica + flutua\u00e7\u00e3o de tens\u00e3o\/flicker<\/td>\n                        <td>UE<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>IEEE 1789: 2015<\/td>\n                        <td>Pr\u00e1tica recomendada para modular a corrente em LEDs de alto brilho para modular o impacto na sa\u00fade<\/td>\n                        <td>Global, sens\u00edvel \u00e0 sa\u00fade<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>ENEC<\/td>\n                        <td>Certifica\u00e7\u00e3o de seguran\u00e7a europeia volunt\u00e1ria, preferida pelo especificador<\/td>\n                        <td>Especifica\u00e7\u00f5es comerciais da UE<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>ISO 9001<\/td>\n                        <td>Sistema de gest\u00e3o da qualidade certifica\u00e7\u00e3o do requisito de auditoria de aquisi\u00e7\u00f5es<\/td>\n                        <td>B2B global<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper\">\n            \n            <div class=\"gq-reveal-element\">\n                <h3 class=\"gq-h3-title\">Vis\u00e3o geral da pilha de conformidade regional<\/h3>\n                <ul class=\"gq-region-list\">\n                    <li><strong>EUA<\/strong> 8750 L, FCC EMC, DLC Qualified Products List para financiamento de descontos de servi\u00e7os p\u00fablicos T\u00edtulo 24 (CA) e ASHRAE 90.1-2022 \/Cen\u00e1rios de requisitos de controle de ilumina\u00e7\u00e3o IECC 2024.<\/li>\n                    <li><strong>UE<\/strong> 55015 + ENEC + RoHS + EN 55015 \/ EN 61000 EMC. UKCA retido at\u00e9 o per\u00edodo de transi\u00e7\u00e3o de 2027.<\/li>\n                    <li><strong>Oriente M\u00e9dio e CCG<\/strong> Certifica\u00e7\u00e3o de conformidade do (consulte a especifica\u00e7\u00e3o de fia\u00e7\u00e3o do resort em Dubai acima).<\/li>\n                    <li><strong>Ordena\u00e7\u00e3o internacional<\/strong> 1 I relat\u00f3rios de teste e declara\u00e7\u00f5es CB emitidos para qualquer especificador ou pacote de importa\u00e7\u00e3o.<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"gq-eng-note gq-reveal-element\">\n                <h4 class=\"gq-h4-title\">Nota de engenharia DLC Qualified Products List<\/h4>\n                <p class=\"gq-p-text\">\n                    Para retrofits norte-americanos, a listagem de DLC \u00e0s vezes permite um per\u00edodo de retorno de 3 meses ou 12 meses Pago pela concession\u00e1ria, o motorista listado no DLC desconta o equivalente a 8-251TP3 T redu\u00e7\u00e3o l\u00edquida de despesas do projeto, com 30-601TP3 T menos acess\u00f3rios necess\u00e1rios e uma pegada de arm\u00e1rio el\u00e9trico menor de 30-601TP3 T. As especifica\u00e7\u00f5es comparativas para cada produto est\u00e3o vinculadas do site QPL, mas tamb\u00e9m publicamos nossos n\u00fameros de ID DLC para que isso possa ser feito automaticamente durante a cota\u00e7\u00e3o.\n                <\/p>\n            <\/div>\n\n            <div class=\"gq-reveal-element\">\n                <p class=\"gq-p-text\" style=\"margin-bottom: 0 !important;\">\n                    Todos os nossos drivers comerciais Guangqi chegam da f\u00e1brica totalmente testados em burn-in Nosso sistema de gerenciamento de controle de qualidade valida mat\u00e9rias-primas recebidas, documenta testes em processo durante a montagem e verifica cada pe\u00e7a em rela\u00e7\u00e3o aos padr\u00f5es IEC 61347 e UL 8750 para placas de circuito impresso, fios estelares, circuitos integrados e dissipadores de calor antes de sair. Dados, certificados CE e declara\u00e7\u00f5es CB est\u00e3o inclu\u00eddos em cada remessa como parte do pacote de exporta\u00e7\u00e3o, sem cobran\u00e7a adicional, sem persegui\u00e7\u00e3o no lado da aquisi\u00e7\u00e3o.\n                <\/p>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const revealElements = document.querySelectorAll('#gq-cert-module .gq-reveal-element');\n            \n            revealElements.forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(24px)';\n                el.style.transition = 'opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1)';\n            });\n\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach((entry, index) => {\n                        if (entry.isIntersecting) {\n                            setTimeout(() => {\n                                entry.target.style.opacity = '1';\n                                entry.target.style.transform = 'translateY(0)';\n                            }, index * 80); \/\/ Stagger animations slightly\n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\n                revealElements.forEach(el => observer.observe(el));\n            } else {\n                revealElements.forEach(el => {\n                    el.style.opacity = '1';\n                    el.style.transform = 'translateY(0)';\n                });\n            }\n        });\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-f08d3e1\" data-block-id=\"f08d3e1\"><style>.stk-f08d3e1 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-f08d3e1-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-074172c\" data-v=\"4\" data-block-id=\"074172c\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-074172c-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-074172c-inner-blocks\">\n<div id=\"gq-procurement-module\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: Strict top-level ID prefix (#gq-procurement-module)\n         * 2. SEMANTIC TAGS: Exactly one H2. H3\/H4 scoped with classes.\n         * 3. AESTHETICS: High-end B2B Flat Editorial. No font-family (inherits Blocksy).\n         * 4. LAYOUT: CSS Grid + Flexbox, Max-width 1280px, 960px reading width.\n         * ==================================================================== *\/\n\n        #gq-procurement-module {\n            width: 100% !important;\n            padding: 40px 0 !important; \/* Premium corporate spacing *\/\n            background-color: #fcfcfd !important;\n            color: #303030 !important;\n            box-sizing: border-box !important;\n            line-height: 1.6 !important;\n            -webkit-font-smoothing: antialiased !important;\n        }\n\n        #gq-procurement-module * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* Core Full-Width Container *\/\n        #gq-procurement-module .gq-layout-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* Constrained Reading Width for optimal typography *\/\n        #gq-procurement-module .gq-reading-wrapper {\n            width: 100% !important;\n            max-width: 1280px !important; \n            margin: 0 auto !important;\n        }\n\n        \/* -----------------------------------------\n         * Headings & Text Typography\n         * ----------------------------------------- *\/\n        #gq-procurement-module h2.gq-heading-h2 {\n            font-size: 32px !important; \/* Fixed 32px as requested *\/\n            color: #183090 !important; \/* Brand Blue *\/\n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 24px !important;\n            text-align: center !important; \n            letter-spacing: -0.5px !important;\n        }\n\n        #gq-procurement-module h3.gq-heading-h3 {\n            font-size: 24px !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            line-height: 1.3 !important;\n            margin: 36px 0 24px 0 !important;\n            text-align: left !important;\n            padding-bottom: 12px !important;\n            border-bottom: 2px solid #eaeaea !important;\n        }\n\n        #gq-procurement-module h4.gq-heading-h4 {\n            font-size: 18px !important;\n            color: #D81818 !important; \/* Brand Red *\/\n            font-weight: 700 !important;\n            margin-bottom: 8px !important;\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n        }\n\n        #gq-procurement-module p.gq-body-text {\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            text-align: left !important;\n            margin-bottom: 24px !important;\n            line-height: 1.8 !important;\n        }\n\n        #gq-procurement-module .gq-text-center {\n            text-align: center !important;\n        }\n\n        \/* -----------------------------------------\n         * Procurement Tip Callout Box\n         * ----------------------------------------- *\/\n        #gq-procurement-module .gq-tip-box {\n            background-color: #fdf5f5 !important; \/* Very faint red tint *\/\n            border: 1px solid #f5e6e6 !important;\n            border-left: 4px solid #D81818 !important; \/* Brand Red accent *\/\n            padding: 25px 30px !important;\n            margin: 28px 0 !important;\n            border-radius: 2px !important;\n        }\n\n        #gq-procurement-module .gq-tip-subtitle {\n            font-size: 15px !important;\n            color: #303030 !important;\n            font-weight: 600 !important;\n            margin-bottom: 16px !important;\n            display: block !important;\n        }\n\n        #gq-procurement-module .gq-tip-box p.gq-body-text {\n            margin-bottom: 0 !important;\n            color: #303030 !important;\n        }\n\n        \/* -----------------------------------------\n         * Corporate Lead Times Table\n         * ----------------------------------------- *\/\n        #gq-procurement-module .gq-table-wrap {\n            width: 100% !important;\n            overflow-x: auto !important;\n            -webkit-overflow-scrolling: touch !important;\n            margin: 30px 0 36px 0 !important;\n        }\n\n        #gq-procurement-module table.gq-b2b-table {\n            width: 100% !important;\n            min-width: 700px !important;\n            border-collapse: collapse !important;\n            text-align: left !important;\n            border-top: 2px solid #183090 !important; \/* Brand Blue *\/\n            border-bottom: 2px solid #183090 !important;\n            background-color: #ffffff !important;\n        }\n\n        #gq-procurement-module table.gq-b2b-table th,\n        #gq-procurement-module table.gq-b2b-table td {\n            padding: 16px 20px !important;\n            border-bottom: 1px solid #eaeaea !important;\n            font-size: 15px !important;\n            color: #303030 !important;\n            vertical-align: middle !important;\n        }\n\n        #gq-procurement-module table.gq-b2b-table thead th {\n            background-color: transparent !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            font-size: 13px !important;\n            text-transform: uppercase !important;\n            letter-spacing: 0.5px !important;\n            border-bottom: 1px solid #183090 !important;\n        }\n\n        #gq-procurement-module table.gq-b2b-table tbody tr:last-child td {\n            border-bottom: none !important;\n        }\n\n        #gq-procurement-module table.gq-b2b-table tbody td:first-child {\n            font-weight: 600 !important;\n            color: #183090 !important;\n        }\n\n        #gq-procurement-module table.gq-b2b-table tbody td:nth-child(2) {\n            color: #009048 !important; \/* Brand Green for Lead Times *\/\n            font-weight: 600 !important;\n        }\n\n        \/* -----------------------------------------\n         * Lists (OEM \/ ODM)\n         * ----------------------------------------- *\/\n        #gq-procurement-module ul.gq-custom-list {\n            list-style: none !important;\n            margin-bottom: 12px !important;\n        }\n\n        #gq-procurement-module ul.gq-custom-list li {\n            position: relative !important;\n            padding-left: 20px !important;\n            margin-bottom: 16px !important;\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            line-height: 1.7 !important;\n        }\n\n        #gq-procurement-module ul.gq-custom-list li::before {\n            content: \"\u25a0\" !important;\n            color: #009048 !important; \/* Brand Green Accent *\/\n            position: absolute !important;\n            left: 0 !important;\n            top: 0 !important;\n            font-size: 12px !important;\n        }\n\n        \/* -----------------------------------------\n         * Bottom Grid (MOQ & Warranty)\n         * ----------------------------------------- *\/\n        #gq-procurement-module .gq-bottom-grid {\n            display: grid !important;\n            grid-template-columns: 0.6fr 1.4fr !important;\n            gap: 40px !important;\n            margin-top: 34px !important;\n            background-color: #ffffff !important;\n            padding: 28px !important;\n            border-radius: 2px !important;\n            border-top: 4px solid #183090 !important;\n        }\n\n        #gq-procurement-module .gq-grid-col h3.gq-heading-h3 {\n            margin-top: 0 !important; \/* Reset margin inside grid *\/\n            border-bottom: none !important;\n            padding-bottom: 0 !important;\n            margin-bottom: 24px !important;\n        }\n\n        \/* -----------------------------------------\n         * Responsive Adjustments\n         * ----------------------------------------- *\/\n        @media (max-width: 991px) {\n            #gq-procurement-module .gq-bottom-grid {\n                grid-template-columns: 1fr !important;\n                gap: 48px !important;\n                padding: 40px 24px !important;\n            }\n        }\n\n        @media (max-width:690px) {\n            #gq-procurement-module { padding: 48px 0 !important; }\n            #gq-procurement-module h2.gq-heading-h2 { font-size: 28px !important; }\n            #gq-procurement-module .gq-tip-box { padding: 24px !important; }\n        }\n    <\/style>\n\n    <div class=\"gq-layout-container\">\n        \n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <h2 class=\"gq-heading-h2\">Procurement Guide Pricing, MOQ Tempos de Lead, OEM\/ODM<\/h2>\n            <p class=\"gq-body-text gq-text-center\" style=\"max-width: 1280px !important; margin: 0 auto 24px auto !important;\">\n                As condi\u00e7\u00f5es de fornecimento transparentes s\u00e3o onde muitos fornecedores de ilumina\u00e7\u00e3o comercial seguram a l\u00edngua Publicamos a nossa com anteced\u00eancia: as especifica\u00e7\u00f5es do motorista que impactam o custo, os n\u00edveis de MOQ e lead-time que garantimos, como lidamos com projetos de personaliza\u00e7\u00e3o OEM e ODM e as condi\u00e7\u00f5es de garantia tamb\u00e9m.\n            <\/p>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <div class=\"gq-tip-box\">\n                <h4 class=\"gq-heading-h4\">Dica de aquisi\u00e7\u00e3o<\/h4>\n                <span class=\"gq-tip-subtitle\">O que pedir em cada cota\u00e7\u00e3o de motorista comercial<\/span>\n                <p class=\"gq-body-text\">\n                    Sempre pe\u00e7a a folha de especifica\u00e7\u00f5es completa do driver, com a (1) curva de desclassifica\u00e7\u00e3o, (2) n\u00edvel de surto do dispositivo\/declara\u00e7\u00e3o IEC 61547, (3) relat\u00f3rio de cintila\u00e7\u00e3o IEEE 1789 e (4) a curva do fator de pot\u00eancia de carga parcial (n\u00e3o apenas com classifica\u00e7\u00e3o 1001TP3 T).\u00c9 t\u00edpico que um pre\u00e7o unit\u00e1rio mais baixo tamb\u00e9m ofere\u00e7a um custo total de propriedade de cinco anos mais alto. Os benef\u00edcios de custo do driver de 10% s\u00e3o rapidamente consumidos quando a taxa de falha aumenta de 11TP3 T para 41TP3 T em uma carteira de 10.000 de misturas.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <h3 class=\"gq-heading-h3\">Estrutura de pre\u00e7os<\/h3>\n            <p class=\"gq-body-text\">\n                Escalas de pre\u00e7os unit\u00e1rios com base no n\u00edvel de pot\u00eancia (10 W a 600 W), classifica\u00e7\u00e3o IP (IP20 a IP67) e protocolo de escurecimento (DALI-2 um pr\u00eamio adicional para controle endere\u00e7\u00e1vel sobre 0-10 V).Tier de descontos por volume em 500+, 1.000+ e 5,00+ pontos de interrup\u00e7\u00e3o unit\u00e1rios OEM\/ODM (pre\u00e7o de tens\u00e3o de sa\u00edda personalizada, corrente, protocolo ou alojamento (instala\u00e7\u00e3o) \u00e9 cotado com base em projeto, dependendo do NRE e do tamanho da execu\u00e7\u00e3o de produ\u00e7\u00e3o As ordens de amostra (1-10 unidades) tamb\u00e9m podem ser encomendadas para testes, com pre\u00e7o separado e enviadas por via a\u00e9rea dentro de uma semana.\n            <\/p>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <h3 class=\"gq-heading-h3\" style=\"max-width: 1280px !important; margin: 36px auto 24px auto !important;\">Tempos de execu\u00e7\u00e3o<\/h3>\n            <div class=\"gq-table-wrap\">\n                <table class=\"gq-b2b-table\">\n                    <thead>\n                        <tr>\n                            <th>Tipo de pedido<\/th>\n                            <th>Prazo de execu\u00e7\u00e3o padr\u00e3o<\/th>\n                            <th>Notas<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Drivers CC\/CV\/externos padr\u00e3o<\/td>\n                            <td>1520 dias \u00fateis<\/td>\n                            <td>Constru\u00eddo a partir de componentes estocados<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Variantes de driver regul\u00e1veis<\/td>\n                            <td>15 5 dias \u00fateis<\/td>\n                            <td>Etapa de verifica\u00e7\u00e3o de conformidade DALI-2<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Pedidos personalizados\/em OEM<\/td>\n                            <td>25 5 dias \u00fateis<\/td>\n                            <td>Firmware + PCB + ciclo de burn-in<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Pedidos de amostra (10 unidades)<\/td>\n                            <td>5 dias \u00fateis<\/td>\n                            <td>Frete a\u00e9reo dispon\u00edvel como complemento<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Produ\u00e7\u00e3o acelerada<\/td>\n                            <td>A pedido<\/td>\n                            <td>Citado por urg\u00eancia e tamanho do pedido<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <h3 class=\"gq-heading-h3\">OEM \/Capacidades ODM<\/h3>\n            <p class=\"gq-body-text\">\n                As marcas de ilumina\u00e7\u00e3o comercialmente dispon\u00edveis que est\u00e3o vendendo em sua pr\u00f3pria etiqueta tamb\u00e9m podem encomendar os drivers e controladores, tais como\n            <\/p>\n            <ul class=\"gq-custom-list\">\n                <li>Especifica\u00e7\u00f5es personalizadas de tens\u00e3o, corrente e pot\u00eancia de sa\u00edda<\/li>\n                <li>Embalagem de marca pr\u00f3pria com seu logotipo e esquema de n\u00famero parcial<\/li>\n                <li>Tamanhos de carca\u00e7a alterados e tipos de conectores (Molex, Phoenix, Wago.. etc)<\/li>\n                <li>Tabela 6.3 Descri\u00e7\u00e3o das modifica\u00e7\u00f5es de firmware para escurecimento, comportamentos de ativa\u00e7\u00e3o e perfis de cena DALI-2 espec\u00edficos do fabricante com alguns exemplos.<\/li>\n                <li>A certifica\u00e7\u00e3o regional adiciona (FCC, SAA, CCC, KC conforme necess\u00e1rio)<\/li>\n            <\/ul>\n            <p class=\"gq-body-text\">\n                O ciclo de desenvolvimento t\u00edpico do OEM da especifica\u00e7\u00e3o aprovada ao primeiro tempo do lote de produ\u00e7\u00e3o \u00e9 25-35 dias \u00fateis O engenheiro de projeto experiente \u00e9 atribu\u00eddo \u00e0 sua conta durante o per\u00edodo.\n            <\/p>\n        <\/div>\n\n        <div class=\"gq-reading-wrapper gq-reveal-element\">\n            <div class=\"gq-bottom-grid\">\n                \n                <div class=\"gq-grid-col\">\n                    <h3 class=\"gq-heading-h3\">Quantidade de pedido m\u00ednimo<\/h3>\n                    <ul class=\"gq-custom-list\" style=\"margin-bottom: 0 !important;\">\n                        <li>S\u00e9rie CC \/CV \/exterior: 100 unidades por modelo<\/li>\n                        <li>S\u00e9rie regul\u00e1vel: 200 pcs pelo modelo<\/li>\n                        <li>Controladores DALI-2, M\u00f3dulos 0-10 V, N\u00f3s sem fio, Panelas integradas: 500 unidades 1.000 par projet<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"gq-grid-col\">\n                    <h3 class=\"gq-heading-h3\">Garantia e p\u00f3s-venda<\/h3>\n                    <p class=\"gq-body-text\" style=\"margin-bottom: 0 !important;\">\n                        Uma garantia padr\u00e3o de 5 anos contra falhas de componentes, falhas na junta de solda e falhas no composto de envasamento em condi\u00e7\u00f5es operacionais ambientais nominais (temperatura, umidade, ambiente IP) \u00e9 fornecida com cada motorista comercial da Guangqi (para que uma garantia de 7 anos possa estar dispon\u00edvel com base em projetos para pedidos de grande volume).As substitui\u00e7\u00f5es de RMA s\u00e3o enviadas dentro de 5 a 7 dias \u00fateis ap\u00f3s a aceita\u00e7\u00e3o da reivindica\u00e7\u00e3o, com um engenheiro de suporte t\u00e9cnico no n\u00edvel da conta designado durante o hor\u00e1rio normal de trabalho (GMT + 8).Agentes de servi\u00e7os regionais e operadores de log\u00edstica RMA foram nomeados no Oriente M\u00e9dio, Europa e Am\u00e9rica do Norte.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const revealElements = document.querySelectorAll('#gq-procurement-module .gq-reveal-element');\n            \n            revealElements.forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(24px)';\n                el.style.transition = 'opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1)';\n            });\n\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach((entry, index) => {\n                        if (entry.isIntersecting) {\n                            setTimeout(() => {\n                                entry.target.style.opacity = '1';\n                                entry.target.style.transform = 'translateY(0)';\n                            }, index * 80); \/\/ Slight stagger effect\n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\n                revealElements.forEach(el => observer.observe(el));\n            } else {\n                \/\/ Fallback for browsers without IntersectionObserver\n                revealElements.forEach(el => {\n                    el.style.opacity = '1';\n                    el.style.transform = 'translateY(0)';\n                });\n            }\n        });\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-03ce10c\" data-block-id=\"03ce10c\"><style>.stk-03ce10c {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-03ce10c-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-d66d5e8\" data-v=\"4\" data-block-id=\"d66d5e8\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-d66d5e8-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-d66d5e8-inner-blocks\">\n<style>\n  \/* =========================================\n     1. \u6700\u9ad8\u7ea7\u522b\u4f5c\u7528\u57df\u9694\u79bb & \u6838\u5fc3\u5bb9\u5668\n     ========================================= *\/\n  #gqlamp-factory-gallery-flat {\n    width: 100% !important;\n    background-color: #ffffff !important; \/* \u6781\u7b80\u7684\u5de5\u4e1a\u7070\u767d\u5e95\u8272 *\/\n    padding: 40px 0 !important; \/* \u5145\u8db3\u7684\u4e0a\u4e0b\u547c\u5438\u7a7a\u95f4 *\/\n    box-sizing: border-box !important;\n    color: #303030 !important;\n    line-height: 1.6 !important;\n    position: relative !important;\n  }\n\n  \/* \u6838\u5fc3 1280px \u5c45\u4e2d\u5bb9\u5668 *\/\n  #gqlamp-factory-gallery-flat .factory-inner {\n    max-width: 1280px !important;\n    margin: 0 auto !important;\n    padding: 0 24px !important;\n    box-sizing: border-box !important;\n  }\n\n  \/* =========================================\n     2. H2 \u6807\u9898\u7ec4 (\u4e25\u683c\u5c45\u4e2d\u5bf9\u9f50)\n     ========================================= *\/\n  #gqlamp-factory-gallery-flat .factory-header-group {\n    max-width: 1280px !important;\n    margin: 0 auto 36px auto !important;\n    text-align: center !important;\n    display: flex !important;\n    flex-direction: column !important;\n    align-items: center !important;\n  }\n\n  \/* \u6807\u9898\u7531\u81ea\u5b9a\u4e49\u7c7b\u540d\u5b8c\u5168\u63a5\u7ba1\u63a7\u5236\uff0c\u5229\u4e8eSEO\u4e14\u9632\u6c61\u67d3 *\/\n  #gqlamp-factory-gallery-flat .factory-h2 {\n    font-size: 32px !important; \n    font-weight: 800 !important;\n    color: #183090 !important; \/* \u54c1\u724c\u84dd *\/\n    margin: 0 0 16px 0 !important;\n    padding: 0 !important;\n    line-height: 1.3 !important;\n    letter-spacing: -0.5px !important;\n  }\n\n  \/* =========================================\n     3. \u7edd\u5bf9\u521a\u6027\u7f51\u683c\u7cfb\u7edf (\u6d88\u706d\u4e0d\u89c4\u5219\u7559\u767d)\n     ========================================= *\/\n  #gqlamp-factory-gallery-flat .gallery-grid {\n    display: grid !important;\n    \/* \u5c06\u7a7a\u95f4\u7b49\u5206\u4e3a6\u4efd\uff0c\u6784\u5efa\u5b8c\u7f8e\u7684\u6570\u5b66\u6bd4\u4f8b *\/\n    grid-template-columns: repeat(6, 1fr) !important;\n    \/* \u91c7\u7528\u6781\u7a84\u95f4\u8ddd\uff0c\u51f8\u663e\u6574\u4f53\u6027 *\/\n    gap: 8px !important; \n    width: 100% !important;\n  }\n\n  \/* \u56fe\u7247\u5916\u5c42\u5bb9\u5668 *\/\n  #gqlamp-factory-gallery-flat .img-card {\n    position: relative !important;\n    overflow: hidden !important;\n    background-color: #E2E8F0 !important; \/* \u52a0\u8f7d\u524d\u7684\u9aa8\u67b6\u8272 *\/\n    cursor: zoom-in !important;\n    \/* \u5f3a\u5236\u5bb9\u5668\u62e5\u6709\u56fa\u5b9a\u6bd4\u4f8b\uff0c\u907f\u514d\u56fe\u7247\u52a0\u8f7d\u5bfc\u81f4\u9875\u9762\u6296\u52a8(CLS) *\/\n    display: flex !important;\n  }\n\n  \/* \u5f3a\u5236\u56fe\u7247\u586b\u6ee1\u5bb9\u5668\u5e76\u88c1\u5207\u8fb9\u7f18\uff0c\u7edd\u5bf9\u4e0d\u4f1a\u51fa\u73b0\u7a7a\u767d\u533a\u57df *\/\n  #gqlamp-factory-gallery-flat .img-card img {\n    width: 100% !important;\n    height: 100% !important;\n    display: block !important;\n    object-fit: cover !important;\n    object-position: center !important;\n    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) !important;\n  }\n\n  \/* \u60ac\u505c\u5fae\u52a8\u6548\uff1a\u9ad8\u7aef\u7684\u514b\u5236\u611f *\/\n  #gqlamp-factory-gallery-flat .img-card:hover img {\n    transform: scale(1.04) !important;\n  }\n\n  \/* \u60ac\u505c\u65f6\u7684\u54c1\u724c\u7ea2\u6781\u7ec6\u8fb9\u6846\u6307\u793a\u5668 *\/\n  #gqlamp-factory-gallery-flat .img-card::after {\n    content: \"\" !important;\n    position: absolute !important;\n    bottom: 0 !important;\n    left: 0 !important;\n    width: 0% !important;\n    height: 4px !important;\n    background-color: #D81818 !important; \/* \u54c1\u724c\u7ea2 *\/\n    transition: width 0.4s ease !important;\n    z-index: 2 !important;\n  }\n\n  #gqlamp-factory-gallery-flat .img-card:hover::after {\n    width: 100% !important;\n  }\n\n  \/* \u77e9\u9635\u7ad9\u4f4d\u6392\u5e03\u7b56\u7565 *\/\n  #gqlamp-factory-gallery-flat .item-1 {\n    grid-column: span 4 !important; \/* \u5360\u636e2\/3\u5bbd\u5ea6\u4f5c\u4e3a\u89c6\u89c9\u6838\u5fc3 *\/\n    aspect-ratio: 16 \/ 9 !important;\n  }\n  #gqlamp-factory-gallery-flat .item-2 {\n    grid-column: span 2 !important; \/* \u5360\u636e1\/3\u5bbd\u5ea6 *\/\n  }\n  #gqlamp-factory-gallery-flat .item-3,\n  #gqlamp-factory-gallery-flat .item-4,\n  #gqlamp-factory-gallery-flat .item-5 {\n    grid-column: span 2 !important; \/* \u5e95\u6392\u4e09\u5f20\u5747\u5206\uff0c\u5404\u53601\/3 *\/\n    aspect-ratio: 4 \/ 3 !important;\n  }\n\n  \/* =========================================\n     4. \u539f\u751f\u5168\u5c4f\u706f\u7bb1 (Lightbox) \u6837\u5f0f\u9694\u79bb\n     ========================================= *\/\n  #gqlamp-factory-gallery-flat .lightbox-overlay {\n    position: fixed !important;\n    top: 0 !important;\n    left: 0 !important;\n    width: 100vw !important;\n    height: 100vh !important;\n    background-color: rgba(15, 23, 42, 0.95) !important; \/* \u6781\u6df1\u84dd\u9ed1\u906e\u7f69 *\/\n    z-index: 999999 !important;\n    display: flex !important;\n    justify-content: center !important;\n    align-items: center !important;\n    opacity: 0 !important;\n    visibility: hidden !important;\n    transition: opacity 0.3s ease, visibility 0.3s ease !important;\n    cursor: zoom-out !important;\n  }\n\n  #gqlamp-factory-gallery-flat .lightbox-overlay.is-visible {\n    opacity: 1 !important;\n    visibility: visible !important;\n  }\n\n  #gqlamp-factory-gallery-flat .lightbox-overlay img {\n    max-width: 90vw !important;\n    max-height: 90vh !important;\n    object-fit: contain !important;\n    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;\n    transform: scale(0.95) !important;\n    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;\n  }\n\n  #gqlamp-factory-gallery-flat .lightbox-overlay.is-visible img {\n    transform: scale(1) !important;\n  }\n\n  #gqlamp-factory-gallery-flat .lightbox-close {\n    position: absolute !important;\n    top: 24px !important;\n    right: 32px !important;\n    color: #FFFFFF !important;\n    font-size: 40px !important;\n    font-weight: 300 !important;\n    cursor: pointer !important;\n    line-height: 1 !important;\n    transition: color 0.2s ease !important;\n  }\n\n  #gqlamp-factory-gallery-flat .lightbox-close:hover {\n    color: #D81818 !important; \/* \u60ac\u505c\u5173\u95ed\u6309\u94ae\u53d8\u7ea2 *\/\n  }\n\n  \/* =========================================\n     5. \u54cd\u5e94\u5f0f\u89c4\u5219 (\u81ea\u9002\u5e94\u6298\u53e0)\n     ========================================= *\/\n  @media (max-width:1000px) {\n    #gqlamp-factory-gallery-flat .gallery-grid {\n      grid-template-columns: repeat(2, 1fr) !important; \/* \u5e73\u677f\u964d\u4e3a\u4e24\u5217 *\/\n    }\n    #gqlamp-factory-gallery-flat .item-1 { grid-column: span 2 !important; aspect-ratio: 21 \/ 9 !important; }\n    #gqlamp-factory-gallery-flat .item-2 { grid-column: span 1 !important; aspect-ratio: 4 \/ 3 !important; }\n    #gqlamp-factory-gallery-flat .item-3 { grid-column: span 1 !important; aspect-ratio: 4 \/ 3 !important; }\n    #gqlamp-factory-gallery-flat .item-4 { grid-column: span 1 !important; aspect-ratio: 4 \/ 3 !important; }\n    #gqlamp-factory-gallery-flat .item-5 { grid-column: span 1 !important; aspect-ratio: 4 \/ 3 !important; }\n  }\n\n  @media (max-width:690px) {\n    #gqlamp-factory-gallery-flat {\n      padding: 56px 0 !important;\n    }\n    #gqlamp-factory-gallery-flat .factory-h2 {\n      font-size: 26px !important;\n    }\n    #gqlamp-factory-gallery-flat .factory-header-group {\n      margin-bottom: 40px !important;\n    }\n    #gqlamp-factory-gallery-flat .gallery-grid {\n      grid-template-columns: 1fr !important; \/* \u624b\u673a\u7aef\u5355\u5217\u5782\u76f4\u5806\u53e0 *\/\n      gap: 16px !important; \/* \u624b\u673a\u7aef\u7a0d\u5fae\u62c9\u5f00\u95f4\u8ddd *\/\n    }\n    \/* \u6240\u6709\u56fe\u7247\u5728\u624b\u673a\u7aef\u7b49\u5bbd\u7b49\u6bd4 *\/\n    #gqlamp-factory-gallery-flat .item-1,\n    #gqlamp-factory-gallery-flat .item-2,\n    #gqlamp-factory-gallery-flat .item-3,\n    #gqlamp-factory-gallery-flat .item-4,\n    #gqlamp-factory-gallery-flat .item-5 {\n      grid-column: span 1 !important;\n      aspect-ratio: 16 \/ 10 !important; \n    }\n    #gqlamp-factory-gallery-flat .lightbox-close {\n      top: 16px !important;\n      right: 20px !important;\n    }\n  }\n<\/style>\n\n<section id=\"gqlamp-factory-gallery-flat\">\n  <div class=\"factory-inner\">\n\n    <div class=\"factory-header-group\">\n      <h2 class=\"factory-h2\">F\u00e1brica de ilumina\u00e7\u00e3o Guangqi Tour (Fabrica\u00e7\u00e3o de ilumina\u00e7\u00e3o industrial)<\/h2>\n    <\/div>\n\n    <div class=\"gallery-grid\">\n      \n      <div class=\"img-card item-1\">\n        <img decoding=\"async\" src=\"https:\/\/gqlamp.com\/wp-content\/uploads\/2026\/04\/3.jpg\" alt=\"Linha de produ\u00e7\u00e3o da f\u00e1brica de ilumina\u00e7\u00e3o Guangqi\" loading=\"lazy\" \/>\n      <\/div>\n\n      <div class=\"img-card item-2\">\n        <img decoding=\"async\" src=\"https:\/\/gqlamp.com\/wp-content\/uploads\/2026\/04\/2.jpg\" alt=\"Conjunto de lumin\u00e1rias LED arquitet\u00f4nicas\" loading=\"lazy\" \/>\n      <\/div>\n\n      <div class=\"img-card item-3\">\n        <img decoding=\"async\" src=\"https:\/\/gqlamp.com\/wp-content\/uploads\/2026\/04\/1.jpg\" alt=\"Guangqi Edif\u00edcio F\u00e1brica Exterior\" loading=\"lazy\" \/>\n      <\/div>\n\n      <div class=\"img-card item-4\">\n        <img decoding=\"async\" src=\"https:\/\/gqlamp.com\/wp-content\/uploads\/2026\/04\/4.jpg\" alt=\"Centro de Controle e Testes de Qualidade\" loading=\"lazy\" \/>\n      <\/div>\n\n      <div class=\"img-card item-5\">\n        <img decoding=\"async\" src=\"https:\/\/gqlamp.com\/wp-content\/uploads\/2026\/04\/5.jpg\" alt=\"Equipamento de fabrica\u00e7\u00e3o LED\" loading=\"lazy\" \/>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n      \/\/ \u83b7\u53d6\u5f53\u524d\u6a21\u5757\u7684\u9876\u7ea7\u5bb9\u5668\uff0c\u9632\u6b62\u8de8\u57df\u6c61\u67d3\n      var galleryModule = document.getElementById('gqlamp-factory-gallery-flat');\n      if (!galleryModule) return;\n\n      \/\/ \u52a8\u6001\u751f\u6210 Lightbox DOM \u7ed3\u6784\u5e76\u63d2\u5165\u5230\u5f53\u524d\u6a21\u5757\u5185\u90e8\n      var overlay = document.createElement('div');\n      overlay.className = 'lightbox-overlay';\n      \n      var closeBtn = document.createElement('span');\n      closeBtn.className = 'lightbox-close';\n      closeBtn.innerHTML = '&times;';\n      \n      var largeImg = document.createElement('img');\n      largeImg.setAttribute('alt', 'Enlarged Factory View');\n      \n      overlay.appendChild(largeImg);\n      overlay.appendChild(closeBtn);\n      galleryModule.appendChild(overlay);\n\n      \/\/ \u83b7\u53d6\u6240\u6709\u753b\u5eca\u56fe\u7247\n      var imageCards = galleryModule.querySelectorAll('.img-card img');\n\n      \/\/ \u7ed1\u5b9a\u70b9\u51fb\u4e8b\u4ef6\uff1a\u6253\u5f00\u706f\u7bb1\n      imageCards.forEach(function(img) {\n        img.addEventListener('click', function(e) {\n          largeImg.src = this.src; \/\/ \u63d0\u53d6\u5f53\u524d\u70b9\u51fb\u7684\u56fe\u7247\u6e90\n          overlay.classList.add('is-visible');\n        });\n      });\n\n      \/\/ \u7ed1\u5b9a\u70b9\u51fb\u4e8b\u4ef6\uff1a\u5173\u95ed\u706f\u7bb1 (\u70b9\u51fb\u906e\u7f69\u5c42\u6216\u5173\u95ed\u6309\u94ae)\n      overlay.addEventListener('click', function(e) {\n        \/\/ \u5982\u679c\u70b9\u51fb\u7684\u4e0d\u662f\u56fe\u7247\u672c\u8eab\uff0c\u5219\u5173\u95ed\n        if (e.target !== largeImg) {\n          overlay.classList.remove('is-visible');\n          \/\/ \u5ef6\u8fdf\u6e05\u7a7a src \u907f\u514d\u5173\u95ed\u52a8\u753b\u65f6\u95ea\u70c1\n          setTimeout(function() {\n            if (!overlay.classList.contains('is-visible')) {\n              largeImg.src = '';\n            }\n          }, 300);\n        }\n      });\n    });\n  <\/script>\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-392f228\" data-block-id=\"392f228\"><style>.stk-392f228 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-392f228-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-d94d0ef\" data-v=\"4\" data-block-id=\"d94d0ef\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-d94d0ef-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-d94d0ef-inner-blocks\">\n<div id=\"gq-enterprise-tools-hub\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: Strict top-level ID prefix (#gq-enterprise-tools-hub)\n         * 2. SEMANTIC TAGS: Exactly one H2. H3 for cards. Heavily class-scoped.\n         * 3. AESTHETICS: Ultra-clean B2B Flat Design. No AI-style blurry shadows.\n         * 4. LAYOUT: CSS Grid, Max-width 100%, Inner 1280px.\n         * ==================================================================== *\/\n\n        #gq-enterprise-tools-hub {\n            width: 100% !important;\n            padding: 40px 0 !important; \/* Premium corporate padding *\/\n            background-color: #fcfcfd !important; \/* Pure white background for high contrast *\/\n            color: #303030 !important;\n            box-sizing: border-box !important;\n            line-height: 1.6 !important;\n            -webkit-font-smoothing: antialiased !important;\n        }\n\n        #gq-enterprise-tools-hub * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* Core Layout Container *\/\n        #gq-enterprise-tools-hub .gq-layout-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* -----------------------------------------\n         * Typography & Headers\n         * ----------------------------------------- *\/\n        #gq-enterprise-tools-hub h2.gq-hub-h2 {\n            font-size: 32px !important; \/* Fixed 32px as requested *\/\n            color: #183090 !important; \/* Brand Blue *\/\n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 20px !important;\n            text-align: center !important; \n            letter-spacing: -0.5px !important;\n        }\n\n        #gq-enterprise-tools-hub p.gq-hub-desc {\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            text-align: center !important;\n            max-width: 800px !important;\n            margin: 0 auto 44px auto !important;\n            line-height: 1.7 !important;\n        }\n\n        \/* -----------------------------------------\n         * Engineering Grid Layout\n         * ----------------------------------------- *\/\n        #gq-enterprise-tools-hub .gq-tools-grid {\n            display: grid !important;\n            grid-template-columns: repeat(3, 1fr) !important;\n            gap: 32px !important; \/* Distinct, structural gaps *\/\n        }\n\n        \/* The Card: A clickable block with sharp, structural borders *\/\n        #gq-enterprise-tools-hub a.gq-tool-card {\n            display: flex !important;\n            flex-direction: column !important;\n            background-color: #f8f9fa !important; \/* Very faint gray to define the card area *\/\n            border: 1px solid #eaeaea !important;\n            border-top: 4px solid #183090 !important; \/* Brand Blue structural line *\/\n            border-radius: 2px !important; \/* Minimal radius, sharp industrial feel *\/\n            padding: 48px 32px !important;\n            text-decoration: none !important;\n            position: relative !important;\n            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;\n        }\n\n        \/* Hover Interaction: Premium and controlled *\/\n        #gq-enterprise-tools-hub a.gq-tool-card:hover {\n            transform: translateY(-4px) !important;\n            background-color: #ffffff !important;\n            border-top-color: #009048 !important; \/* Shifts to Brand Green *\/\n            border-bottom-color: #d0d0d0 !important;\n            border-left-color: #d0d0d0 !important;\n            border-right-color: #d0d0d0 !important;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04) !important; \/* Extremely subtle depth *\/\n        }\n\n        \/* Card Native SVG Icon *\/\n        #gq-enterprise-tools-hub .gq-card-icon {\n            width: 56px !important;\n            height: 56px !important;\n            margin-bottom: 32px !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: flex-start !important;\n        }\n\n        #gq-enterprise-tools-hub .gq-card-icon svg {\n            width: 36px !important;\n            height: 36px !important;\n            fill: #183090 !important;\n            transition: fill 0.3s ease, transform 0.3s ease !important;\n        }\n\n        #gq-enterprise-tools-hub a.gq-tool-card:hover .gq-card-icon svg {\n            fill: #009048 !important;\n            transform: scale(1.05) !important;\n        }\n\n        \/* Card Headings & Text *\/\n        #gq-enterprise-tools-hub h3.gq-card-h3 {\n            font-size: 22px !important;\n            color: #183090 !important;\n            font-weight: 700 !important;\n            line-height: 1.3 !important;\n            margin: 0 0 16px 0 !important;\n            transition: color 0.3s ease !important;\n        }\n\n        #gq-enterprise-tools-hub a.gq-tool-card:hover h3.gq-card-h3 {\n            color: #009048 !important;\n        }\n\n        #gq-enterprise-tools-hub p.gq-card-text {\n            font-size: 15px !important;\n            color: #4a4a4a !important;\n            line-height: 1.7 !important;\n            margin: 0 0 40px 0 !important;\n            flex-grow: 1 !important; \/* Pushes the CTA link to the bottom *\/\n        }\n\n        \/* Card Action Link (Dynamic Arrow) *\/\n        #gq-enterprise-tools-hub .gq-card-cta {\n            margin-top: auto !important;\n            display: inline-flex !important;\n            align-items: center !important;\n            font-size: 14px !important;\n            color: #303030 !important;\n            font-weight: 700 !important;\n            text-transform: uppercase !important;\n            letter-spacing: 1px !important;\n            transition: color 0.3s ease !important;\n        }\n\n        #gq-enterprise-tools-hub .gq-card-cta svg {\n            width: 18px !important;\n            height: 18px !important;\n            margin-left: 8px !important;\n            fill: currentColor !important;\n            transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;\n        }\n\n        #gq-enterprise-tools-hub a.gq-tool-card:hover .gq-card-cta {\n            color: #D81818 !important; \/* Shifts to Brand Red for high conversion visibility *\/\n        }\n\n        #gq-enterprise-tools-hub a.gq-tool-card:hover .gq-card-cta svg {\n            transform: translateX(6px) !important; \/* Sharp arrow slide *\/\n        }\n\n        \/* -----------------------------------------\n         * Reveal Animations (Fixed for !important overrides)\n         * ----------------------------------------- *\/\n        #gq-enterprise-tools-hub .gq-reveal-item {\n            opacity: 0 !important;\n            transform: translateY(20px) !important;\n            transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;\n        }\n\n        \/* The JS will add this class to make elements visible, safely overriding the above with !important *\/\n        #gq-enterprise-tools-hub .gq-reveal-item.gq-is-visible {\n            opacity: 1 !important;\n            transform: translateY(0) !important;\n        }\n\n        \/* -----------------------------------------\n         * Responsive Adjustments\n         * ----------------------------------------- *\/\n        @media (max-width: 991px) {\n            #gq-enterprise-tools-hub .gq-tools-grid {\n                grid-template-columns: repeat(2, 1fr) !important;\n            }\n        }\n\n        @media (max-width:690px) {\n            #gq-enterprise-tools-hub { padding: 48px 0 !important; }\n            #gq-enterprise-tools-hub h2.gq-hub-h2 { font-size: 28px !important; }\n            #gq-enterprise-tools-hub .gq-tools-grid { grid-template-columns: 1fr !important; gap: 24px !important;}\n            #gq-enterprise-tools-hub a.gq-tool-card { padding: 40px 24px !important; }\n        }\n    <\/style>\n\n    <div class=\"gq-layout-container\">\n        \n        <h2 class=\"gq-hub-h2 gq-reveal-item\">Ferramentas de engenharia de controle de ilumina\u00e7\u00e3o<\/h2>\n        <p class=\"gq-hub-desc gq-reveal-item\">\n            Aproveite nosso conjunto de ferramentas de especifica\u00e7\u00e3o interativa para definir protocolos com precis\u00e3o, verificar a conformidade do c\u00f3digo de energia local e validar par\u00e2metros de integra\u00e7\u00e3o BMS para seus projetos comerciais.\n        <\/p>\n\n        <div class=\"gq-tools-grid\">\n            \n            <a href=\"https:\/\/gqlamp.com\/pt\/control-systems\/protocol-selector\/\" class=\"gq-tool-card gq-reveal-item\">\n                <h3 class=\"gq-card-h3\">Seletor de protocolo de controle de ilumina\u00e7\u00e3o<\/h3>\n                <p class=\"gq-card-text\">\n                    Determine a arquitetura idealDALI-2, 0-10V ou Wireless Mesh avaliando seus requisitos espec\u00edficos de densidade de tipo de edif\u00edcio e controle.\n                <\/p>\n                <div class=\"gq-card-cta\">\n                    Abrir Seletor\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z\"\/><\/svg>\n                <\/div>\n            <\/a>\n\n            <a href=\"https:\/\/gqlamp.com\/pt\/control-systems\/energy-code-compliance-checker\/\" class=\"gq-tool-card gq-reveal-item\">\n                <h3 class=\"gq-card-h3\">Verificador de conformidade do c\u00f3digo de energia<\/h3>\n                <p class=\"gq-card-text\">\n                    Gere uma lista de verifica\u00e7\u00e3o de conformidade instant\u00e2nea descrevendo mandatos autom\u00e1ticos de desligamento, ilumina\u00e7\u00e3o natural e escurecimento sob ASHRAE 90.1, IECC e California Title 24.\n                <\/p>\n                <div class=\"gq-card-cta\">\n                    Verifique Conformidade\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z\"\/><\/svg>\n                <\/div>\n            <\/a>\n\n            <a href=\"https:\/\/gqlamp.com\/pt\/control-systems\/bms-integration-compatibility\/\" class=\"gq-tool-card gq-reveal-item\">\n                <h3 class=\"gq-card-h3\">Verificador de compatibilidade de integra\u00e7\u00e3o BMS<\/h3>\n                <p class=\"gq-card-text\">\n                    Valide os caminhos de comunica\u00e7\u00e3o do gateway DALI-2 e recursos de integra\u00e7\u00e3o de recursos com head-ends Honeywell, Johnson Controls, Siemens e Schneider.\n                <\/p>\n                <div class=\"gq-card-cta\">\n                    Verificar Integra\u00e7\u00e3o\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z\"\/><\/svg>\n                <\/div>\n            <\/a>\n\n        <\/div>\n    <\/div>\n\n    <script>\n        (function() {\n            function initEnterpriseToolsReveal() {\n                const nodes = document.querySelectorAll('#gq-enterprise-tools-hub .gq-reveal-item');\n                \n                if ('IntersectionObserver' in window) {\n                    const observer = new IntersectionObserver((entries) => {\n                        entries.forEach((entry, index) => {\n                            if (entry.isIntersecting) {\n                                \/\/ Add class to trigger CSS state change, overriding the initial !important\n                                setTimeout(() => {\n                                    entry.target.classList.add('gq-is-visible');\n                                }, index * 100);\n                                observer.unobserve(entry.target);\n                            }\n                        });\n                    }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\n                    nodes.forEach(node => observer.observe(node));\n                } else {\n                    nodes.forEach(node => {\n                        node.classList.add('gq-is-visible');\n                    });\n                }\n            }\n\n            if (document.readyState === 'loading') {\n                document.addEventListener('DOMContentLoaded', initEnterpriseToolsReveal);\n            } else {\n                initEnterpriseToolsReveal();\n            }\n        })();\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-873c23d\" data-block-id=\"873c23d\"><style>.stk-873c23d {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-873c23d-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-d1a33d9\" data-v=\"4\" data-block-id=\"d1a33d9\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-d1a33d9-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-d1a33d9-inner-blocks\">\n<div id=\"gq-cta-final-module\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: Strict top-level ID prefix (#gq-cta-final-module)\n         * 2. SEMANTIC TAGS: Exactly one H2, tightly scoped with a custom class.\n         * 3. AESTHETICS: High-contrast B2B Flat Design. Solid background, no shadows.\n         * 4. LAYOUT: Full-width container, centered content, optimized for conversion.\n         * ==================================================================== *\/\n\n        #gq-cta-final-module {\n            width: 100% !important;\n            padding: 40px 0 !important;\n            background-color: #183090 !important;\n            color: #ffffff !important;\n            box-sizing: border-box !important;\n            line-height: 1.6 !important;\n            -webkit-font-smoothing: antialiased !important;\n        }\n\n        #gq-cta-final-module * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* Core Full-Width Container *\/\n        #gq-cta-final-module .gq-layout-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* Constrained Reading Width for optimal typography & focus *\/\n        #gq-cta-final-module .gq-cta-wrapper {\n            width: 100% !important;\n            max-width: 1280px !important; \/* Tighter width for CTA to keep eyes centered *\/\n            margin: 0 auto !important;\n            text-align: center !important;\n        }\n\n        \/* -----------------------------------------\n         * Headings & Text Typography\n         * ----------------------------------------- *\/\n        #gq-cta-final-module h2.gq-cta-h2 {\n            font-size: 32px !important; \/* Fixed 32px as requested *\/\n            color: #ffffff !important; \/* White text for high contrast *\/\n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 24px !important;\n            text-align: center !important; \n            letter-spacing: -0.5px !important;\n        }\n\n        #gq-cta-final-module p.gq-cta-text {\n            font-size: 18px !important; \/* Slightly larger for CTA readability *\/\n            color: rgba(255, 255, 255, 0.9) !important; \/* Off-white for softer reading *\/\n            text-align: center !important;\n            margin-bottom: 40px !important;\n            line-height: 1.7 !important;\n        }\n\n        \/* -----------------------------------------\n         * Primary Action Button\n         * ----------------------------------------- *\/\n        #gq-cta-final-module a.gq-btn-primary {\n            display: inline-flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            padding: 18px 48px !important; \/* Large, clickable hit area *\/\n            background-color: #D81818 !important; \/* Brand Red *\/\n            color: #ffffff !important;\n            text-decoration: none !important;\n            font-weight: 700 !important;\n            font-size: 18px !important;\n            border-radius: 2px !important; \/* Sharp, corporate B2B corner *\/\n            transition: all 0.3s ease !important;\n            text-transform: uppercase !important;\n            letter-spacing: 1px !important;\n            border: 2px solid transparent !important;\n        }\n\n        \/* Hover interaction: Reverse contrast to white\/red for a striking flash *\/\n        #gq-cta-final-module a.gq-btn-primary:hover {\n            background-color: #ffffff !important;\n            color: #D81818 !important;\n            border-color: #ffffff !important;\n            transform: translateY(-2px) !important;\n        }\n\n        \/* -----------------------------------------\n         * Responsive Adjustments\n         * ----------------------------------------- *\/\n        @media (max-width:690px) {\n            #gq-cta-final-module { \n                padding: 56px 0 !important; \n            }\n            #gq-cta-final-module h2.gq-cta-h2 { \n                font-size: 28px !important; \n            }\n            #gq-cta-final-module p.gq-cta-text { \n                font-size: 16px !important; \n                margin-bottom: 32px !important;\n            }\n            #gq-cta-final-module a.gq-btn-primary {\n                width: 100% !important; \/* Full width button on mobile *\/\n                padding: 16px 24px !important;\n            }\n        }\n    <\/style>\n\n    <div class=\"gq-layout-container\">\n        <div class=\"gq-cta-wrapper gq-reveal-element\">\n            \n            <h2 class=\"gq-cta-h2\">Pronto para especificar seu pr\u00f3ximo projeto de controle de ilumina\u00e7\u00e3o comercial?<\/h2>\n            \n            <p class=\"gq-cta-text\">\n                Gostaria de obter uma cota\u00e7\u00e3o? forne\u00e7a-nos sua contagem do dispositivo el\u00e9trico, tipos da aplica\u00e7\u00e3o, e prazo de execu\u00e7\u00e3o desejado N\u00f3s contact\u00e1-lo-emos com um detalhe da cota\u00e7\u00e3o, disponibilidade da amostra, e seu pacote completo da conformidade dentro de 2 dias de trabalho.\n            <\/p>\n            \n            <a href=\"#ct-popup-801\" class=\"gq-btn-primary\">Solicite um Or\u00e7amento<\/a>\n\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const revealElements = document.querySelectorAll('#gq-cta-final-module .gq-reveal-element');\n            \n            revealElements.forEach(el => {\n                el.style.opacity = '0';\n                el.style.transform = 'translateY(24px)';\n                el.style.transition = 'opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1)';\n            });\n\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach((entry, index) => {\n                        if (entry.isIntersecting) {\n                            setTimeout(() => {\n                                entry.target.style.opacity = '1';\n                                entry.target.style.transform = 'translateY(0)';\n                            }, index * 80); \n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\n                revealElements.forEach(el => observer.observe(el));\n            } else {\n                \/\/ Fallback for older browsers\n                revealElements.forEach(el => {\n                    el.style.opacity = '1';\n                    el.style.transform = 'translateY(0)';\n                });\n            }\n        });\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-abdfa1e\" data-block-id=\"abdfa1e\"><style>.stk-abdfa1e {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-abdfa1e-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-2becfcf\" data-v=\"4\" data-block-id=\"2becfcf\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-2becfcf-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-2becfcf-inner-blocks\">\n<div id=\"gq-faq-v2-module\">\n    <style>\n        \/* ====================================================================\n         * 1. SCOPE ISOLATION: \u9876\u7ea7 ID #gq-faq-v2-module \u4e25\u683c\u9694\u79bb\n         * 2. SEMANTIC TAGS: \u552f\u4e00 H2\uff0cH3 \u63a7\u5236\u95ee\u9898\u8bed\u4e49\uff0c\u63d0\u5347 SEO\n         * 3. AESTHETICS: \u6781\u81f4\u53bbAI\u5316\u3002\u629b\u5f03\u76d2\u5f0f\u8fb9\u6846\uff0c\u91c7\u7528\u9ad8\u7aef Flush \u9f50\u5e73\u5217\u8868\u5e03\u5c40\u3002\n         * 4. LAYOUT: CSS Grid `0fr` \u5230 `1fr` \u5b8c\u7f8e\u89e3\u51b3\u624b\u98ce\u7434\u9ad8\u5ea6\u52a8\u753b\uff0c\u514d\u75ab\u63d2\u4ef6\u51b2\u7a81\u3002\n         * ==================================================================== *\/\n\n        #gq-faq-v2-module {\n            width: 100% !important;\n            padding: 40px 0 !important;\n            background-color: #ffffff !important; \/* \u7eaf\u767d\u80cc\u666f\uff0c\u63d0\u4f9b\u6700\u9ad8\u7ea7\u5bf9\u6bd4\u5ea6 *\/\n            color: #303030 !important;\n            box-sizing: border-box !important;\n            line-height: 1.6 !important;\n            -webkit-font-smoothing: antialiased !important;\n        }\n\n        #gq-faq-v2-module * {\n            box-sizing: border-box !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n\n        \/* \u6838\u5fc3\u6ee1\u5bbd\u5bb9\u5668 *\/\n        #gq-faq-v2-module .gq-layout-container {\n            width: 100% !important;\n            max-width: 1280px !important;\n            margin: 0 auto !important;\n            padding: 0 24px !important;\n        }\n\n        \/* \u95ee\u7b54\u4e13\u5c5e\u9605\u8bfb\u7ea6\u675f\u533a\uff1a800px \u662f\u957f\u53e5\u95ee\u7b54\u7684\u9ec4\u91d1\u9605\u8bfb\u5bbd\u5ea6 *\/\n        #gq-faq-v2-module .gq-reading-wrapper {\n            width: 100% !important;\n            max-width: 1000px !important; \n            margin: 0 auto !important;\n        }\n\n        \/* -----------------------------------------\n         * H2 \u5934\u90e8\u533a\u57df (\u5168\u5c40\u552f\u4e00 H2\uff0c\u4e25\u683c\u5c45\u4e2d)\n         * ----------------------------------------- *\/\n        #gq-faq-v2-module h2.gq-faq-h2 {\n            font-size: 32px !important; \n            color: #183090 !important; \/* \u54c1\u724c\u84dd *\/\n            font-weight: 800 !important;\n            line-height: 1.3 !important;\n            margin-bottom: 46px !important;\n            text-align: center !important; \n            letter-spacing: -0.5px !important;\n        }\n\n        \/* -----------------------------------------\n         * \u6781\u7b80\u65e0\u6846\u624b\u98ce\u7434\u5217\u8868 (Flush Accordion)\n         * ----------------------------------------- *\/\n        #gq-faq-v2-module .gq-accordion-wrapper {\n            display: flex !important;\n            flex-direction: column !important;\n            border-top: 1px solid #eaeaea !important; \/* \u6574\u4f53\u9876\u7ebf *\/\n        }\n\n        #gq-faq-v2-module .gq-accordion-item {\n            border-bottom: 1px solid #eaeaea !important; \/* \u6bcf\u9879\u4ec5\u6709\u5e95\u7ebf\u5206\u5272\uff0c\u53bb\u76d2\u5b50\u5316 *\/\n            position: relative !important;\n        }\n\n        \/* \u5de6\u4fa7\u9ad8\u7ea7\u60ac\u6d6e\u6307\u793a\u7ebf\uff1a\u672a\u6fc0\u6d3b\u65f6\u900f\u660e\uff0c\u6fc0\u6d3b\u65f6\u663e\u73b0 *\/\n        #gq-faq-v2-module .gq-accordion-item::before {\n            content: \"\" !important;\n            position: absolute !important;\n            left: 0 !important;\n            top: 0 !important;\n            bottom: 0 !important;\n            width: 4px !important;\n            background-color: #009048 !important; \/* \u54c1\u724c\u7eff *\/\n            opacity: 0 !important;\n            transform: scaleY(0) !important;\n            transform-origin: top !important;\n            transition: transform 0.3s ease, opacity 0.3s ease !important;\n        }\n\n        #gq-faq-v2-module .gq-accordion-item.gq-is-open::before {\n            opacity: 1 !important;\n            transform: scaleY(1) !important;\n        }\n\n        \/* -----------------------------------------\n         * \u95ee\u9898\u89e6\u53d1\u5668 (Button Header)\n         * ----------------------------------------- *\/\n        #gq-faq-v2-module .gq-accordion-trigger {\n            width: 100% !important;\n            padding: 28px 24px 28px 32px !important; \/* \u5de6\u4fa7\u7559\u51fa\u7eff\u7ebf\u7a7a\u95f4 *\/\n            background: transparent !important;\n            border: none !important;\n            display: flex !important;\n            justify-content: space-between !important;\n            align-items: center !important;\n            cursor: pointer !important;\n            text-align: left !important;\n            transition: background-color 0.3s ease !important;\n        }\n\n        #gq-faq-v2-module .gq-accordion-trigger:hover {\n            background-color: #fafafa !important; \/* \u6781\u5f31\u7684\u4ea4\u4e92\u53cd\u9988 *\/\n        }\n\n        #gq-faq-v2-module h3.gq-faq-question {\n            font-size: 18px !important;\n            color: #183090 !important; \/* \u54c1\u724c\u84dd *\/\n            font-weight: 700 !important;\n            margin: 0 !important;\n            padding-right: 32px !important;\n            line-height: 1.4 !important;\n            transition: color 0.3s ease !important;\n        }\n\n        #gq-faq-v2-module .gq-accordion-item.gq-is-open h3.gq-faq-question {\n            color: #009048 !important; \/* \u5c55\u5f00\u65f6\u95ee\u9898\u53d8\u4e3a\u54c1\u724c\u7eff\uff0c\u547c\u5e94\u622a\u56fe\u7684\u9ad8\u7ea7\u611f *\/\n        }\n\n        \/* \u7eaf CSS \u624b\u7ed8\u9ad8\u7cbe\u52a0\u51cf\u53f7 (Plus -> Minus) *\/\n        #gq-faq-v2-module .gq-css-icon {\n            position: relative !important;\n            width: 16px !important;\n            height: 16px !important;\n            flex-shrink: 0 !important;\n        }\n\n        #gq-faq-v2-module .gq-css-icon::before,\n        #gq-faq-v2-module .gq-css-icon::after {\n            content: \"\" !important;\n            position: absolute !important;\n            background-color: #183090 !important;\n            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, opacity 0.3s ease !important;\n        }\n\n        #gq-faq-v2-module .gq-css-icon::before {\n            top: 7px !important;\n            left: 0 !important;\n            width: 16px !important;\n            height: 2px !important; \/* \u6a2a\u7ebf *\/\n        }\n\n        #gq-faq-v2-module .gq-css-icon::after {\n            top: 0 !important;\n            left: 7px !important;\n            width: 2px !important;\n            height: 16px !important; \/* \u7ad6\u7ebf *\/\n        }\n\n        #gq-faq-v2-module .gq-accordion-item.gq-is-open .gq-css-icon::before {\n            background-color: #009048 !important;\n        }\n\n        #gq-faq-v2-module .gq-accordion-item.gq-is-open .gq-css-icon::after {\n            transform: rotate(90deg) scale(0) !important; \/* \u7ad6\u7ebf\u4f18\u96c5\u5730\u65cb\u8f6c\u5e76\u6d88\u5931 *\/\n            opacity: 0 !important;\n            background-color: #009048 !important;\n        }\n\n        \/* -----------------------------------------\n         * \u7b54\u6848\u9762\u677f (\u4f7f\u7528\u6700\u5148\u8fdb\u7684 CSS Grid \u52a8\u753b\uff0c\u6452\u5f03 JS \u9ad8\u5ea6\u8ba1\u7b97)\n         * ----------------------------------------- *\/\n        #gq-faq-v2-module .gq-accordion-panel {\n            display: grid !important;\n            grid-template-rows: 0fr !important;\n            transition: grid-template-rows 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;\n            background-color: transparent !important;\n        }\n\n        #gq-faq-v2-module .gq-accordion-item.gq-is-open .gq-accordion-panel {\n            grid-template-rows: 1fr !important; \/* CSS \u4f1a\u81ea\u52a8\u8ba1\u7b97\u5b9e\u9645\u9ad8\u5ea6 *\/\n        }\n\n        #gq-faq-v2-module .gq-panel-inner {\n            overflow: hidden !important; \/* \u5fc5\u987b\u914d\u5408 grid-template-rows \u4f7f\u7528 *\/\n        }\n\n        #gq-faq-v2-module .gq-answer-content {\n            padding: 0 32px 32px 32px !important;\n            font-size: 16px !important;\n            color: #4a4a4a !important;\n            line-height: 1.8 !important;\n            opacity: 0 !important;\n            transform: translateY(-8px) !important;\n            transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s !important;\n        }\n\n        #gq-faq-v2-module .gq-accordion-item.gq-is-open .gq-answer-content {\n            opacity: 1 !important;\n            transform: translateY(0) !important;\n        }\n\n        #gq-faq-v2-module a.gq-inline-link {\n            color: #D81818 !important; \/* \u54c1\u724c\u7ea2\u5f3a\u8c03\u94fe\u63a5 *\/\n            text-decoration: none !important;\n            border-bottom: 1px solid #D81818 !important;\n            font-weight: 600 !important;\n            transition: color 0.2s ease, border-color 0.2s ease !important;\n        }\n\n        #gq-faq-v2-module a.gq-inline-link:hover {\n            color: #183090 !important;\n            border-color: #183090 !important;\n        }\n\n        \/* -----------------------------------------\n         * \u54cd\u5e94\u5f0f\u81ea\u52a8\u6298\u53e0\n         * ----------------------------------------- *\/\n        @media (max-width:690px) {\n            #gq-faq-v2-module { padding: 48px 0 !important; }\n            #gq-faq-v2-module h2.gq-faq-h2 { font-size: 28px !important; margin-bottom: 40px !important; }\n            #gq-faq-v2-module .gq-accordion-trigger { padding: 24px 16px 24px 20px !important; }\n            #gq-faq-v2-module h3.gq-faq-question { font-size: 16px !important; padding-right: 16px !important; }\n            #gq-faq-v2-module .gq-answer-content { padding: 0 20px 24px 20px !important; font-size: 15px !important; }\n        }\n    <\/style>\n\n    <div class=\"gq-layout-container\">\n        <div class=\"gq-reading-wrapper\">\n            \n            <h2 class=\"gq-faq-h2\">FAQ Perguntas sobre controle de ilumina\u00e7\u00e3o comercial<\/h2>\n            \n            <div class=\"gq-accordion-wrapper\" id=\"gq-faq-container\">\n                \n                <div class=\"gq-accordion-item\">\n                    <button class=\"gq-accordion-trigger\" aria-expanded=\"false\">\n                        <h3 class=\"gq-faq-question\">Quais s\u00e3o os principais tipos de sistemas de controle de ilumina\u00e7\u00e3o?<\/h3>\n                        <div class=\"gq-css-icon\"><\/div>\n                    <\/button>\n                    <div class=\"gq-accordion-panel\">\n                        <div class=\"gq-panel-inner\">\n                            <div class=\"gq-answer-content\">\n                                De acordo com o protocolo: com fio (DALI-2, 0-10 V, TRIAC, PWM), e sem fio (Zigbee 3.0, malha BLE, KNX).De acordo com a arquitetura: controles de sala aut\u00f4nomos, controle distribu\u00eddo (por zona), controle centralizado do painel de rel\u00e9 De acordo com o escopo de integra\u00e7\u00e3o: ilumina\u00e7\u00e3o aut\u00f4noma, ou BMS conectado, (BACnet, Modbus, DALI-to-BACnet gateway).\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"gq-accordion-item\">\n                    <button class=\"gq-accordion-trigger\" aria-expanded=\"false\">\n                        <h3 class=\"gq-faq-question\">O seu sistema de controle de ilumina\u00e7\u00e3o pode integrar-se ao nosso BMS existente (Honeywell, Johnson Controls, Siemens)?<\/h3>\n                        <div class=\"gq-css-icon\"><\/div>\n                    <\/button>\n                    <div class=\"gq-accordion-panel\">\n                        <div class=\"gq-panel-inner\">\n                            <div class=\"gq-answer-content\">\n                                Sim. Nossos drivers DALI-2 s\u00e3o IEC 62386 conformidade-verificado com Honeywell WEBs-AX, Johnson Controls Metasys, e Siemens Desigo BMS sistemas head-end antes do lan\u00e7amento do firmware Para projetos que exigem tradu\u00e7\u00e3o de BACnet ou Modbus protocolo n\u00f3s enviamos DALI-to-BACnet e DALI-to-Modbus gateway op\u00e7\u00f5es como OEM add-ons Nossa instala\u00e7\u00e3o resort de luxo Dubai (850 IP67 drivers, 3 anos de opera\u00e7\u00e3o, 0 falhas) executa DALI-2 completo para BMS integra\u00e7\u00e3o.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"gq-accordion-item\">\n                    <button class=\"gq-accordion-trigger\" aria-expanded=\"false\">\n                        <h3 class=\"gq-faq-question\">O que \u00e9 o MOQ e prazo de entrega para pedidos OEM?<\/h3>\n                        <div class=\"gq-css-icon\"><\/div>\n                    <\/button>\n                    <div class=\"gq-accordion-panel\">\n                        <div class=\"gq-panel-inner\">\n                            <div class=\"gq-answer-content\">\n                                O MOQ padr\u00e3o da driver-s\u00e9rie \u00e9 100 pcs pelo modelo (CC, CV, exterior) ou 200 pcs pelo modelo (Dimmable).Prazo de execu\u00e7\u00e3o padr\u00e3o da ordem: 15-20 dias \u00fateis OEM\/ODM personalizado sa\u00edda, firmware, ou ordens da carca\u00e7a: 25-35 dias \u00fateis ap\u00f3s a aprova\u00e7\u00e3o da especifica\u00e7\u00e3o. ordens do prot\u00f3tipo (1-10 pcs): 5-7 dias \u00fateis.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"gq-accordion-item\">\n                    <button class=\"gq-accordion-trigger\" aria-expanded=\"false\">\n                        <h3 class=\"gq-faq-question\">Seus motoristas s\u00e3o classificados para ambientes externos e 50 \u00b0C +?<\/h3>\n                        <div class=\"gq-css-icon\"><\/div>\n                    <\/button>\n                    <div class=\"gq-accordion-panel\">\n                        <div class=\"gq-panel-inner\">\n                            <div class=\"gq-answer-content\">\n                                Nossa s\u00e9rie Outdoor avaliado IP65, IP66, ou IP67 de 60 VDC DC entrada ainda atinge 1001TP3 T sa\u00edda nominal em 50 C ambiente Acima de 50 C LED sa\u00edda linearmente derates em 2.51TP3 T por C at\u00e9 atingir 751TP3 T de avaliado em 60 C (protege capacitores eletrol\u00edticos de fuga t\u00e9rmica, mantendo os n\u00edveis de l\u00famen \u00fatil em ambientes de alta temperatura) Nossas m\u00e9dias de instala\u00e7\u00e3o resort de luxo Dubai 55 C ambiente a cada ver\u00e3o com zero falhas de driver ao longo de 3 anos em 850 lumin\u00e1rias.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"gq-accordion-item\">\n                    <button class=\"gq-accordion-trigger\" aria-expanded=\"false\">\n                        <h3 class=\"gq-faq-question\">Qual o n\u00edvel de prote\u00e7\u00e3o contra surtos que seus motoristas comerciais t\u00eam?<\/h3>\n                        <div class=\"gq-css-icon\"><\/div>\n                    <\/button>\n                    <div class=\"gq-accordion-panel\">\n                        <div class=\"gq-panel-inner\">\n                            <div class=\"gq-answer-content\">\n                                Modo diferencial (LN) de 6 kV e modo comum (L-PE) de 8 kV, conformidade com IEC 61547. prote\u00e7\u00e3o contra surtos de est\u00e1gio duplo: um tubo de descarga de g\u00e1s nos bancos de entrada de eventos de alta energia, depois um conjunto de diodos TVS que responde instantaneamente ao longo de bordas transit\u00f3rias. Nossa instala\u00e7\u00e3o municipal no norte da Europa (220.000 p\u00f3los na rede a\u00e9rea exposta com tempestades de 4,5 k V+) relata falha de 0% aos 14 meses.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"gq-accordion-item\">\n                    <button class=\"gq-accordion-trigger\" aria-expanded=\"false\">\n                        <h3 class=\"gq-faq-question\">Voc\u00ea oferece firmware personalizado para curvas de escurecimento espec\u00edficas?<\/h3>\n                        <div class=\"gq-css-icon\"><\/div>\n                    <\/button>\n                    <div class=\"gq-accordion-panel\">\n                        <div class=\"gq-panel-inner\">\n                            <div class=\"gq-answer-content\">\n                                Sim. s\u00e3o fornecidas curvas de escurecimento lineares, logar\u00edtmicas e personalizadas DALI-2: tempos de desbotamento personalizados, comportamento de ativa\u00e7\u00e3o, pr\u00e9-carregamento do perfil de cena Frequ\u00eancia PWM: 300 Hz a 2 kHz (selecion\u00e1vel de f\u00e1brica).0-10 V: linear ou logar\u00edtmico (especificado de f\u00e1brica).O desenvolvimento de firmware (dentro do software existente \u201cenvelope\u201d) \u00e9 de 25-35 dias \u00fateis igual ao prazo de entrega padr\u00e3o do OEM.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"gq-accordion-item\">\n                    <button class=\"gq-accordion-trigger\" aria-expanded=\"false\">\n                        <h3 class=\"gq-faq-question\">Como dimensiono o driver certo para a carga do meu dispositivo el\u00e9trico?<\/h3>\n                        <div class=\"gq-css-icon\"><\/div>\n                    <\/button>\n                    <div class=\"gq-accordion-panel\">\n                        <div class=\"gq-panel-inner\">\n                            <div class=\"gq-answer-content\">\n                                Adicione a pot\u00eancia total da carga do diodo emissor de luz, a seguir inclua 201TP3 T para o come\u00e7o-acima\/surge, de-avalia\u00e7\u00e3o a longo prazo Para motoristas atuais constantes: escolha a corrente de motorista correspondente (mA) com a folha de dados do diodo emissor de luz Para motoristas da constante-tens\u00e3o: escolha o IV correto para a s\u00e9rie do m\u00f3dulo (12 V, 24 V, 48 V).Verifique dada corrente do motorista apoia a carga paralela do diodo emissor de luz Use nosso <a href=\"https:\/\/gqlamp.com\/pt\/control-systems\/led-driver\/led-driver-sizing-calculator\/\" class=\"gq-inline-link\">Calculadora de dimensionamento de driver LED<\/a>, ou planograma do dispositivo bonde do e-mail para a recomenda\u00e7\u00e3o r\u00e1pida do motorista.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        (function() {\n            function initGQFAQ() {\n                const triggers = document.querySelectorAll('#gq-faq-v2-module .gq-accordion-trigger');\n                \n                triggers.forEach(trigger => {\n                    trigger.addEventListener('click', function(e) {\n                        e.preventDefault();\n                        const item = this.closest('.gq-accordion-item');\n                        const isExpanded = item.classList.contains('gq-is-open');\n                        \n                        \/\/ \u53ef\u9009\uff1a\u5b9e\u73b0\u624b\u98ce\u7434\u4e92\u65a5\u903b\u8f91\uff08\u70b9\u5f00\u4e00\u4e2a\uff0c\u5173\u95ed\u5176\u4ed6\uff09\n                        \/\/ document.querySelectorAll('#gq-faq-v2-module .gq-accordion-item').forEach(i => {\n                        \/\/     i.classList.remove('gq-is-open');\n                        \/\/     i.querySelector('.gq-accordion-trigger').setAttribute('aria-expanded', 'false');\n                        \/\/ });\n\n                        if (!isExpanded) {\n                            item.classList.add('gq-is-open');\n                            this.setAttribute('aria-expanded', 'true');\n                        } else {\n                            item.classList.remove('gq-is-open');\n                            this.setAttribute('aria-expanded', 'false');\n                        }\n                    });\n                });\n\n                \/\/ Google SEO \u7ed3\u6784\u5316\u6570\u636e\u6ce8\u5165\n                const script = document.createElement('script');\n                script.type = 'application\/ld+json';\n                \n                const faqData = {\n                    \"@context\": \"https:\/\/schema.org\",\n                    \"@type\": \"FAQPage\",\n                    \"mainEntity\": []\n                };\n\n                const items = document.querySelectorAll('#gq-faq-container .gq-accordion-item');\n                items.forEach(item => {\n                    const question = item.querySelector('.gq-faq-question').innerText;\n                    const answer = item.querySelector('.gq-answer-content').innerText;\n                    \n                    faqData.mainEntity.push({\n                        \"@type\": \"Question\",\n                        \"name\": question,\n                        \"acceptedAnswer\": {\n                            \"@type\": \"Answer\",\n                            \"text\": answer\n                        }\n                    });\n                });\n\n                script.text = JSON.stringify(faqData);\n                document.head.appendChild(script);\n            }\n\n            \/\/ \u786e\u4fdd\u5728\u4efb\u4f55\u52a0\u8f7d\u72b6\u6001\u4e0b\u90fd\u80fd\u6b63\u786e\u521d\u59cb\u5316\n            if (document.readyState === 'loading') {\n                document.addEventListener('DOMContentLoaded', initGQFAQ);\n            } else {\n                initGQFAQ();\n            }\n        })();\n    <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Commercial Lighting Control Systems \u2014 LED Drivers, DALI-2 Controllers &#038; Dimming Solutions Commercial lighting control systems from Guangqi: LED drivers, DALI-2 controllers, 0-10V dimming modules, and wireless control nodes, under one factory roof \u2013 in-house since 2010, used in 3,000+ commercial and industrial projects in over 50 countries. 3,000+ Projects 50+ Countries CE \/ UL [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":3744,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-2426","page","type-page","status-publish","has-post-thumbnail","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/gqlamp.com\/pt\/wp-json\/wp\/v2\/pages\/2426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gqlamp.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gqlamp.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gqlamp.com\/pt\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/gqlamp.com\/pt\/wp-json\/wp\/v2\/comments?post=2426"}],"version-history":[{"count":0,"href":"https:\/\/gqlamp.com\/pt\/wp-json\/wp\/v2\/pages\/2426\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gqlamp.com\/pt\/wp-json\/wp\/v2\/media\/3744"}],"wp:attachment":[{"href":"https:\/\/gqlamp.com\/pt\/wp-json\/wp\/v2\/media?parent=2426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}