{"product_id":"95b920901p6n3","title":"Mail-In Repair Service for Porsche Macan Instrument Cluster LCD - Part 95B920901P6N3","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #f8f9fa;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n            color: #fff;\n            padding: 60px 20px;\n            text-align: center;\n        }\n\n        .hero h1 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n\n        .hero .subtitle {\n            font-size: 1.2rem;\n            color: #e0e0e0;\n            max-width: 800px;\n            margin: 0 auto 30px;\n            line-height: 1.8;\n        }\n\n        .badge {\n            display: inline-block;\n            background: #d4af37;\n            color: #1a1a1a;\n            padding: 8px 20px;\n            border-radius: 25px;\n            font-weight: 600;\n            font-size: 0.9rem;\n            margin-top: 10px;\n        }\n\n        \/* Main Content *\/\n        .main-content {\n            background: #fff;\n            padding: 50px 0;\n        }\n\n        .section {\n            margin-bottom: 50px;\n        }\n\n        .section-title {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 25px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid #d4af37;\n            display: inline-block;\n        }\n\n        \/* Alert Box *\/\n        .alert {\n            background: #fff3cd;\n            border-left: 4px solid #ffc107;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-radius: 4px;\n        }\n\n        .alert-critical {\n            background: #f8d7da;\n            border-left-color: #dc3545;\n        }\n\n        .alert h3 {\n            color: #856404;\n            margin-bottom: 15px;\n            font-size: 1.3rem;\n        }\n\n        .alert-critical h3 {\n            color: #721c24;\n        }\n\n        .alert ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        .alert li {\n            padding: 10px 0;\n            padding-left: 30px;\n            position: relative;\n        }\n\n        .alert li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #856404;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        .alert-critical li:before {\n            content: \"⚠\";\n            color: #721c24;\n        }\n\n        \/* Process Steps *\/\n        .process-steps {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-top: 30px;\n        }\n\n        .step {\n            background: #f8f9fa;\n            padding: 30px;\n            border-radius: 8px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .step:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n\n        .step-number {\n            width: 50px;\n            height: 50px;\n            background: #d4af37;\n            color: #1a1a1a;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin: 0 auto 20px;\n        }\n\n        .step h3 {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: #1a1a1a;\n        }\n\n        .step p {\n            color: #666;\n            line-height: 1.8;\n        }\n\n        \/* Compatibility Section *\/\n        .compatibility-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n\n        .compat-card {\n            background: #f8f9fa;\n            padding: 25px;\n            border-radius: 8px;\n            border-left: 4px solid #d4af37;\n        }\n\n        .compat-card h4 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #1a1a1a;\n        }\n\n        .compat-card p {\n            color: #666;\n            font-size: 0.95rem;\n        }\n\n        \/* Part Numbers *\/\n        .part-numbers {\n            background: #f8f9fa;\n            padding: 25px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n\n        .part-numbers h4 {\n            font-size: 1.2rem;\n            margin-bottom: 15px;\n            color: #1a1a1a;\n        }\n\n        .part-numbers p {\n            color: #666;\n            line-height: 1.8;\n            word-wrap: break-word;\n            font-size: 0.9rem;\n        }\n\n        .primary-part {\n            font-weight: 700;\n            color: #d4af37;\n            font-size: 1.1rem;\n        }\n\n        \/* Warranty Box *\/\n        .warranty-box {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            margin-top: 30px;\n        }\n\n        .warranty-box h3 {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n        }\n\n        .warranty-box ul {\n            list-style: none;\n        }\n\n        .warranty-box li {\n            padding: 12px 0;\n            padding-left: 30px;\n            position: relative;\n            line-height: 1.8;\n        }\n\n        .warranty-box li:before {\n            content: \"●\";\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-size: 1.5rem;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n            color: #fff;\n            padding: 60px 20px;\n            text-align: center;\n        }\n\n        .cta-section h2 {\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n        }\n\n        .cta-section p {\n            font-size: 1.1rem;\n            margin-bottom: 30px;\n            color: #e0e0e0;\n        }\n\n        .btn {\n            display: inline-block;\n            padding: 15px 40px;\n            background: #d4af37;\n            color: #1a1a1a;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n        }\n\n        .btn:hover {\n            background: #c29d2f;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);\n        }\n\n        .btn-secondary {\n            background: transparent;\n            border: 2px solid #d4af37;\n            color: #d4af37;\n            margin-left: 15px;\n        }\n\n        .btn-secondary:hover {\n            background: #d4af37;\n            color: #1a1a1a;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n\n            .hero .subtitle {\n                font-size: 1rem;\n            }\n\n            .section-title {\n                font-size: 1.5rem;\n            }\n\n            .process-steps {\n                grid-template-columns: 1fr;\n            }\n\n            .btn-secondary {\n                margin-left: 0;\n                margin-top: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eRestore Your Porsche Display – Professional Instrument Cluster LCD Repair\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eIs your Porsche Macan's instrument cluster suffering from a fading display, dead pixels, or a completely dark LCD screen? Instead of replacing the entire expensive unit, which would require complex dealership programming and odometer synchronization, our mail-in repair service focuses on restoring your original screen to factory clarity.\u003c\/p\u003e\n\u003cspan class=\"badge\"\u003e100% Plug \u0026amp; Play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Main Content --\u003e\n\u003cdiv class=\"main-content\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Why Choose Section --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our LCD Repair Service?\u003c\/h2\u003e\n\u003cdiv class=\"compatibility-grid\"\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003ch4\u003eSpecialized LCD Replacement\u003c\/h4\u003e\n\u003cp\u003eWe replace the faulty internal liquid crystal display with a brand-new, high-contrast LCD panel that meets or exceeds OEM specifications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003ch4\u003eNo Programming Required\u003c\/h4\u003e\n\u003cp\u003eBecause we repair your original cluster, your mileage (odometer), VIN, and service history remain untouched. It is 100% Plug \u0026amp; Play upon return.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003ch4\u003eHigh-Quality Internal Components\u003c\/h4\u003e\n\u003cp\u003eWe don't just \"patch\" the problem; we use premium components to ensure long-term durability against heat and vibration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003ch4\u003eCost Savings\u003c\/h4\u003e\n\u003cp\u003eSave thousands of dollars compared to buying a new assembly from a Porsche dealer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- What This Service Covers --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhat This Service Covers\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 30px; color: #666; font-size: 1.05rem;\"\u003eThe Porsche Instrument Cluster controls vital driver information. Our repair specifically addresses:\u003c\/p\u003e\n\u003cdiv class=\"compatibility-grid\"\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003ch4\u003eCenter LCD Screen\u003c\/h4\u003e\n\u003cp\u003eFixes issues with the multi-function display (trip computer, oil level, navigation data).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003ch4\u003ePixel Failure\u003c\/h4\u003e\n\u003cp\u003eEliminates lines, \"bleeding\" ink looks, or disappearing text.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compat-card\"\u003e\n\u003ch4\u003eBacklighting\u003c\/h4\u003e\n\u003cp\u003eRestores visibility for night driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Process --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eHow the Mail-In Process Works\u003c\/h2\u003e\n\u003cdiv class=\"process-steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eSubmit Work Order\u003c\/h3\u003e\n\u003cp\u003eComplete the work order form on our website with your vehicle and cluster information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eReceive Work Order Number\u003c\/h3\u003e\n\u003cp\u003eWe'll issue your unique work order number and send detailed mailing instructions via email.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eShip Your Cluster\u003c\/h3\u003e\n\u003cp\u003eRemove your cluster assembly and mail it to our facility. We recommend professional removal to avoid damaging the dashboard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\u003ch3\u003eRepair \u0026amp; Pay\u003c\/h3\u003e\n\u003cp\u003eOur technicians replace the faulty LCD and perform a full diagnostic sweep. You'll receive payment instructions and we'll ship your repaired cluster back.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Vehicle Fitment --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVehicle Fitment\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666;\"\u003eThis service is primarily for the Porsche Macan (Years 2014–2024) equipped with the following part numbers:\u003c\/p\u003e\n\u003c!-- Part Numbers --\u003e\n\u003cdiv class=\"part-numbers\"\u003e\n\u003ch4\u003ePrimary Compatible Part Number\u003c\/h4\u003e\n\u003cp class=\"primary-part\"\u003e95B-920-901-P-6N3\u003c\/p\u003e\n\u003ch4 style=\"margin-top: 25px;\"\u003eAlso Replaces\u003c\/h4\u003e\n\u003cp\u003e95B-920-901-AB-6N3, 95B-920-901-S-6N3\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Section --\u003e","brand":"ECU Maverick","offers":[{"title":"Default Title","offer_id":47810170421489,"sku":null,"price":599.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0630\/8361\/0353\/files\/Mail-In_Repair_Service_for_Porsche_Macan_Instrument_Cluster_LCD_-_Part_95B920901P6N3.jpg?v=1771201482","url":"https:\/\/ecumaverick.com\/products\/95b920901p6n3","provider":"ECU Maverick","version":"1.0","type":"link"}