{"product_id":"100-w-150-w-200-w-commercial-solar-street-light-stay-on","title":"100 W 150 W 200 W Commercial solar street light-Stay on","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- Font Awesome 6 (stable) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ----- reset \u0026 base (white background) ----- *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;\n        }\n\n        body {\n            background: #ffffff;           \/* solid white background *\/\n            color: #1e2f3e;\n            line-height: 1.5;\n            min-height: 100vh;\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            padding: 0;                    \/* no side padding on body *\/\n        }\n\n        \/* full-width container with adaptive side spacing *\/\n        .full-container {\n            width: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 20px 30px;            \/* comfortable breathing space *\/\n        }\n\n        \/* on very large screens increase side margins slightly *\/\n        @media (min-width: 1800px) {\n            .full-container {\n                padding: 30px 50px;\n            }\n        }\n\n        \/* mobile *\/\n        @media (max-width: 768px) {\n            .full-container {\n                padding: 15px 18px;\n            }\n        }\n\n        \/* ----- header ----- *\/\n        header {\n            text-align: center;\n            margin-bottom: 20px;\n            padding: 10px 0 15px;\n        }\n\n        .logo {\n            font-size: 3rem;\n            color: #ff8000;\n            margin-bottom: 8px;\n        }\n\n        h1 {\n            color: #1f3f5c;\n            font-size: 2.5rem;\n            font-weight: 600;\n            letter-spacing: -0.3px;\n            margin-bottom: 8px;\n            word-break: break-word;\n        }\n\n        .subtitle {\n            color: #2e4e6e;\n            font-size: 1.2rem;\n            max-width: 900px;\n            margin: 0 auto 10px;\n            font-weight: 350;\n        }\n\n        \/* ----- download buttons ----- *\/\n        .download-section {\n            text-align: center;\n            margin: 10px 0 25px;\n        }\n\n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 25px;\n            flex-wrap: wrap;\n            margin-top: 10px;\n        }\n\n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 14px 32px;\n            background: linear-gradient(145deg, #ff8000, #ff4d1c);\n            color: white;\n            text-decoration: none;\n            border-radius: 60px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: 0.2s ease;\n            box-shadow: 0 8px 16px rgba(255, 94, 0, 0.2);\n            border: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .download-btn:hover {\n            background: linear-gradient(145deg, #ff6a00, #e03e00);\n            transform: translateY(-3px) scale(1.01);\n            box-shadow: 0 14px 24px rgba(255, 94, 0, 0.3);\n        }\n\n        .download-btn i {\n            margin-right: 12px;\n            font-size: 1.3rem;\n        }\n\n        \/* ----- tech highlight (white background keeps card style) ----- *\/\n        .tech-highlight {\n            background: linear-gradient(145deg, #f1f6fb, #e3ecf5);  \/* very light grey *\/\n            color: #1f3f5c;\n            padding: 30px 20px;\n            border-radius: 40px;\n            margin: 30px 0 25px;\n            text-align: center;\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);\n            border: 1px solid rgba(0,0,0,0.03);\n        }\n\n        .tech-highlight h3 {\n            font-size: 2rem;\n            font-weight: 500;\n            color: #1f3f5c;\n        }\n\n        \/* ----- key specs 4 cards (on white) ----- *\/\n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 25px;\n            margin: 25px 0 35px;\n        }\n\n        .spec-item {\n            background: #ffffff;\n            border-radius: 32px;\n            padding: 24px 15px;\n            text-align: center;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0,20,40,0.02);\n            border-left: 6px solid;\n            transition: 0.15s;\n            border-left-color: #3498db;\n            border: 1px solid rgba(0,0,0,0.03);\n            border-left-width: 6px;\n            border-left-style: solid;\n            border-top: 1px solid rgba(0,0,0,0.02);\n            border-right: 1px solid rgba(0,0,0,0.02);\n            border-bottom: 1px solid rgba(0,0,0,0.02);\n        }\n        .spec-item:nth-child(2) { border-left-color: #2ecc71; }\n        .spec-item:nth-child(3) { border-left-color: #e74c3c; }\n        .spec-item:nth-child(4) { border-left-color: #f39c12; }\n\n        .spec-value {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #1f3f5c;\n            margin: 10px 0 5px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n            flex-wrap: wrap;\n        }\n\n        .spec-value i {\n            font-size: 2rem;\n            color: #ff8000;\n        }\n\n        .spec-label {\n            font-size: 1rem;\n            color: #3f627f;\n            font-weight: 500;\n        }\n\n        \/* ----- tables cards (white, crisp) ----- *\/\n        .spec-card, .common-specs {\n            background: white;\n            border-radius: 30px;\n            overflow: hidden;\n            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.02), 0 4px 10px rgba(0, 20, 40, 0.03);\n            margin: 40px 0;\n            border: 1px solid #eef3f8;\n        }\n\n        .spec-title {\n            background: linear-gradient(145deg, #1f3f5c, #143147);\n            color: white;\n            padding: 20px 28px;\n            font-size: 1.6rem;\n            font-weight: 600;\n            letter-spacing: 0.3px;\n        }\n\n        .spec-table-container {\n            padding: 8px 5px 5px 5px;\n            overflow-x: auto;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 720px;\n        }\n\n        .spec-table th, .spec-table td {\n            padding: 18px 20px;\n            text-align: center;\n        }\n\n        .spec-table th {\n            background: #1f3f5c;\n            color: white;\n            font-weight: 600;\n            font-size: 1.02rem;\n        }\n\n        .spec-table td:first-child {\n            text-align: left;\n            font-weight: 600;\n            color: #1e3f5c;\n            background-color: #fafdff;\n            width: 26%;\n        }\n\n        .spec-table tr {\n            border-bottom: 1px solid #eaf1f9;\n        }\n        .spec-table tr:last-child { border-bottom: none; }\n\n        .model-title {\n            color: #ffb347;\n            font-weight: 700;\n        }\n\n        \/* common table *\/\n        .common-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .common-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #eaf1f9;\n        }\n\n        .common-table tr:last-child td { border-bottom: none; }\n        .common-table td:first-child {\n            font-weight: 600;\n            color: #1f3f5c;\n            width: 35%;\n            background-color: #fafdff;\n        }\n\n        \/* features grid 2-col *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 28px;\n            margin: 25px 0 15px;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: 26px;\n            padding: 28px 25px;\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0,0,0,0.02);\n            transition: 0.15s;\n            border-top: 4px solid #ff8000;\n            height: 100%;\n            border: 1px solid #f0f5fc;\n            border-top-width: 4px;\n            border-top-color: #ff8000;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 20px 30px rgba(0, 20, 40, 0.05);\n        }\n\n        .feature-card h3 {\n            font-size: 1.4rem;\n            color: #1f3f5c;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .feature-card h3 i {\n            color: #ff8000;\n            font-size: 1.9rem;\n            background: rgba(255,128,0,0.05);\n            width: 52px;\n            height: 52px;\n            border-radius: 50%;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .feature-card p {\n            color: #2f5472;\n            font-size: 1.03rem;\n            line-height: 1.6;\n        }\n\n        \/* warranty *\/\n        .warranty-section {\n            background: linear-gradient(145deg, #ff7e2e, #ff5200);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 40px;\n            margin: 45px 0;\n            text-align: center;\n            box-shadow: 0 15px 25px rgba(255, 94, 0, 0.15);\n        }\n\n        .warranty-section h3 {\n            font-size: 2.2rem;\n            margin-bottom: 12px;\n        }\n\n        .warranty-section p {\n            font-size: 1.25rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* app grid 4-col *\/\n        .application-section {\n            margin: 45px 0 25px;\n        }\n\n        .app-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n            margin-top: 25px;\n        }\n\n        .app-card {\n            background: white;\n            border-radius: 28px;\n            padding: 30px 15px 25px;\n            text-align: center;\n            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.02), 0 1px 4px rgba(0,0,0,0.02);\n            transition: 0.15s;\n            border: 1px solid #f2f8ff;\n        }\n\n        .app-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 18px 28px rgba(0, 30, 60, 0.06);\n        }\n\n        .app-icon {\n            width: 72px;\n            height: 72px;\n            background: linear-gradient(145deg, #2c638a, #1b4260);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 18px;\n            color: white;\n            font-size: 2rem;\n        }\n\n        .app-content h4 {\n            font-size: 1.3rem;\n            margin-bottom: 8px;\n            color: #1f3f5c;\n        }\n\n        .app-content p {\n            color: #4c6f8c;\n            font-size: 0.97rem;\n            padding: 0 5px;\n        }\n\n        \/* footer *\/\n        footer {\n            text-align: center;\n            padding: 25px 0 15px;\n            color: #446f92;\n            border-top: 1px solid #e2eaf2;\n            margin-top: 30px;\n            font-size: 0.95rem;\n        }\n\n        \/* responsive *\/\n        @media (max-width: 1100px) {\n            .key-specs { grid-template-columns: repeat(2, 1fr); }\n            .app-grid { grid-template-columns: repeat(2, 1fr); }\n            h1 { font-size: 2.2rem; }\n        }\n\n        @media (max-width: 800px) {\n            .features-grid { grid-template-columns: 1fr; }\n            .key-specs { grid-template-columns: 1fr; }\n            .app-grid { grid-template-columns: 1fr; }\n            .full-container { padding: 15px 18px; }\n            .spec-title { font-size: 1.4rem; }\n            .tech-highlight h3 { font-size: 1.7rem; }\n        }\n\n        @media (max-width: 600px) {\n            .download-btn { width: 100%; justify-content: center; }\n            .common-table td { padding: 14px 12px; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"full-container\"\u003e\n\u003c!-- header --\u003e\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003ePremium Aluminum Solar Street Light\u003c\/h1\u003e\n\u003cdiv class=\"subtitle\"\u003eHigh‑performance solar lighting solution for sustainable urban and rural applications\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- download button --\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003ca class=\"download-btn\" href=\"#\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- tech highlight (light grey card, english) --\u003e\n\u003cdiv class=\"tech-highlight\"\u003e\n\u003ch3\u003e⚡ 150 lm\/W · 22% Mono Solar · 5+ years lifetime\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c!-- key specs 4 items --\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 2~40k lm\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLuminous output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e 30~60 Ah\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLiFePO₄ battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWeatherproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eExtended lifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- model comparison table (full width scroll) --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e📊 Model Comparison · ECO series\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-100\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-150\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-200\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Efficiency\u003c\/td\u003e\n\u003ctd\u003e150 lm\/W\u003c\/td\u003e\n\u003ctd\u003e150 lm\/W\u003c\/td\u003e\n\u003ctd\u003e150 lm\/W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (112pcs)\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (168pcs)\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (224pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V\/40W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/50W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/60W Mono\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e780 sqft (16ft height)\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (19ft height)\u003c\/td\u003e\n\u003ctd\u003e1280 sqft (21ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e3.2V 30Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 50Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 60Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e17 lb\u003c\/td\u003e\n\u003ctd\u003e22 lb\u003c\/td\u003e\n\u003ctd\u003e26 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e26.7×13.8×6.3\"\u003c\/td\u003e\n\u003ctd\u003e33×13.8×6.3\"\u003c\/td\u003e\n\u003ctd\u003e42×13.8×6.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;19 ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26 ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- common specifications --\u003e\n\u003cdiv class=\"common-specs\"\u003e\n\u003cdiv class=\"spec-title\"\u003e🔩 Common Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"common-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdapter Included\u003c\/td\u003e\n\u003ctd\u003eYes (2.3\" or 3.2\" diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk-to-Dawn Sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd\u003e2\"–3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F – 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd\u003e5+ years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- advanced features grid (2x2) --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 style=\"text-align: center; color: #1f3f5c; font-size: 2rem; margin-bottom: 20px;\"\u003e✨ Advanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eWith no wiring required, our solar street lights can be installed in minutes. The modular design and included mounting hardware make setup simple and cost-effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e SMART LIGHTING SYSTEM\u003c\/h3\u003e\n\u003cp\u003eIntegrated dusk-to-dawn sensor automatically activates lighting at sunset. Motion detection (26ft range) increases brightness when movement is detected, conserving energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e HIGH EFFICIENCY SOLAR\u003c\/h3\u003e\n\u003cp\u003e60W monocrystalline solar panel with 22% conversion efficiency ensures rapid charging in just 5-8 hours, providing 24-48 hours of illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e PREMIUM DURABILITY\u003c\/h3\u003e\n\u003cp\u003eAerospace-grade aluminum housing with IP65 rating provides superior protection against dust, water, rust, and extreme temperatures from 32°F to 110°F.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- warranty --\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003ch3\u003e🛡️ 2-Year Comprehensive Warranty\u003c\/h3\u003e\n\u003cp\u003eIt comes with a 2-year warranty. Our professional support team is available to assist with any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- applications grid --\u003e\n\u003cdiv class=\"application-section\"\u003e\n\u003ch2 style=\"text-align: center; color: #1f3f5c; font-size: 2rem;\"\u003e🌍 Versatile Applications\u003c\/h2\u003e\n\u003cdiv class=\"app-grid\"\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-road\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eStreet Lighting\u003c\/h4\u003e\n\u003cp\u003eIdeal for roads, highways and residential streets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(145deg,#2ecc71,#1f8f4b);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-car\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eParking Lots\u003c\/h4\u003e\n\u003cp\u003ePerfect illumination for parking areas and garages\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(145deg,#e74c3c,#b03a2e);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eResidential Security\u003c\/h4\u003e\n\u003cp\u003eEnhance home security with motion-activated lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(145deg,#f39c12,#c46f0e);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-tree\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eParks \u0026amp; Pathways\u003c\/h4\u003e\n\u003cp\u003eIlluminate walking paths and recreational areas\u003ci style=\"color: #ff8000; margin-right: 6px;\" class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- footer --\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"30000 lumens-Stay on","offer_id":45385686876357,"sku":"ECO100WGREY","price":159.69,"currency_code":"USD","in_stock":true},{"title":"5000 lumens-Stay on","offer_id":46225801183429,"sku":"ECO-200W-Grey","price":249.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/20231109-041430.jpg?v=1773411803","url":"https:\/\/goparrotunclsnap.com\/es\/products\/100-w-150-w-200-w-commercial-solar-street-light-stay-on","provider":"Parrot Uncle","version":"1.0","type":"link"}