Scanner OBD2 Bluetooth iCar Pro - Valise Diagnostic Auto Multimarque - Compatible iPhone Android
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; line-height: 1. 6; color: #333; background: #f8f9fa; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; background: white; } /* Hero Section */ .hero { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 60px 40px; border-radius: 20px; margin-bottom: 50px; text-align: center; } .hero h1 { font-size: 2.5em; margin-bottom: 20px; font-weight: 700; } .hero-subtitle { font-size: 1.2em; margin-bottom: 30px; opacity: 0.95; } .cta-button { display: inline-block; background: #28a745; color: white; padding: 20px 50px; font-size: 1.3em; font-weight: bold; border: none; border-radius: 50px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(40,167,69,0.3); } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(40,167,69,0.4); } /* Trust Badges */ .trust-badges { display: flex; justify-content: space-around; flex-wrap: wrap; margin: 40px 0; gap: 20px; } .badge { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); text-align: center; flex: 1; min-width: 200px; } .badge-icon { font-size: 2.5em; margin-bottom: 10px; } .badge-title { font-weight: bold; color: #333; margin-bottom: 5px; } .badge-text { color: #666; font-size: 0.9em; } /* Features Grid */ .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin: 50px 0; } .feature-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .feature-card:hover { transform: translateY(-5px); } .feature-icon { font-size: 2.5em; margin-bottom: 15px; color: #667eea; } .feature-title { font-size: 1.3em; font-weight: bold; margin-bottom: 10px; color: #333; } .feature-text { color: #666; line-height: 1.6; } /* Comparison Table */ .comparison-section { margin: 60px 0; } .comparison-table { width: 100%; border-collapse: collapse; margin: 30px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 10px; overflow: hidden; } .comparison-table th { background: #667eea; color: white; padding: 20px; text-align: left; } .comparison-table td { padding: 15px 20px; border-bottom: 1px solid #eee; } .comparison-table tr:nth-child(even) { background: #f8f9fa; } .check { color: #28a745; font-weight: bold; } .cross { color: #dc3545; } /* How It Works */ .how-it-works { background: #f8f9fa; padding: 50px 40px; border-radius: 20px; margin: 50px 0; } .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .step { text-align: center; } .step-number { display: inline-block; width: 60px; height: 60px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 50%; line-height: 60px; font-size: 1.5em; font-weight: bold; margin-bottom: 20px; } .step-title { font-weight: bold; margin-bottom: 10px; color: #333; } .step-text { color: #666; } /* Testimonials */ .testimonials { margin: 60px 0; } .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .testimonial { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); position: relative; } .testimonial::before { content: "★★★★★"; color: #ffc107; font-size: 1.2em; position: absolute; top: 15px; right: 20px; } .testimonial-text { font-style: italic; margin-bottom: 20px; color: #555; } .testimonial-author { font-weight: bold; color: #667eea; } .testimonial-role { color: #999; font-size: 0.9em; } /* FAQ Section */ .faq { margin: 60px 0; } .faq-item { background: white; margin: 20px 0; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); cursor: pointer; transition: all 0.3s ease; } .faq-item:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.12); } .faq-question { font-weight: bold; color: #333; font-size: 1.1em; margin-bottom: 10px; } .faq-answer { color: #666; line-height: 1.8; } /* Guarantee */ .guarantee { background: linear-gradient(135deg, #28a745 0%, #20c997 100%); color: white; padding: 50px 40px; border-radius: 20px; text-align: center; margin: 60px 0; } .guarantee h3 { font-size: 2em; margin-bottom: 20px; } .guarantee-badges { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 30px; } .guarantee-badge { background: rgba(255,255,255,0.2); padding: 15px 30px; border-radius: 50px; font-weight: bold; } /* Responsive */ @media (max-width: 768px) { .hero h1 { font-size: 1.8em; } .price-display { font-size: 2em; } .comparison-table { font-size: 0.9em; } .trust-badges { flex-direction: column; } } /* Urgency Banner */ .urgency-banner { background: #ffc107; color: #333; text-align: center; padding: 15px; font-weight: bold; position: sticky; top: 0; z-index: 100; } /* Tech Specs */ .tech-specs { background: white; padding: 40px; border-radius: 15px; margin: 40px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .spec-item { padding: 15px; border-left: 3px solid #667eea; } .spec-label { font-weight: bold; color: #667eea; margin-bottom: 5px; } .spec-value { color: #333; } Scanner OBD2 Bluetooth iCar ProVotre Mécanicien Personnel dans la Poche ⚡ Diagnostic Professionnel en 3 Minutes | Compatible iPhone & Android | Support Français 7j/7 ⏱️ Économisez 89€ dès le premier diagnostic ✅ Déjà 245 clients satisfaits | Note: 4.8/5 ⭐ 🇫🇷 Support Français Assistance 7j/7 par téléphone ✅ Compatible Tous véhicules depuis 2001 ⚡ Rapide Diagnostic en 3 minutes 💰 Économique Rentabilisé dès la 1ère utilisation Le Scanner OBD2 Bluetooth N°1 en France pour le Diagnostic Automobile Plus besoin de payer 89€ chez le garagiste pour un simple diagnostic! Le scanner OBD2 Bluetooth iCar Pro transforme votre smartphone en une valise de diagnostic professionnelle en quelques secondes. Compatible avec tous les véhicules essence depuis 2001 et diesel depuis 2003/2004, il lit et efface instantanément les codes défaut responsables du voyant moteur. 📱 Compatible iOS & Android Fonctionne avec toutes les applications populaires: Torque Pro, Car Scanner, OBD Fusion, BimmerCode. Support Bluetooth 4.0 BLE pour une consommation minimale. 🔧 Diagnostic Complet Lit et efface tous les codes défaut (plus de 3000 codes), accès aux données en temps réel, test des capteurs, préparation contrôle technique. 💡 Effacement Voyant Moteur Effacez définitivement le voyant moteur après réparation. Plus besoin de passer chez le concessionnaire pour une simple réinitialisation. 🚗 Multimarque Compatible avec toutes les marques: Peugeot, Renault, Citroën, BMW, Audi, Mercedes, VW, Ford, Toyota et bien plus. Protocoles EOBD/OBD2. 🔋 Auto-Sleep Intelligent Consommation ultra-faible { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (target) { target.scrollIntoView({ behavior: 'smooth', block: 'center' }); } }); });
More you might like
Related
Vgate iCarII Obd2 Scanner Bluetooth
Related
Vgate iCar2 OBD2 Scanner Bluetooth 3.0
Related
Vgate iCar Pro OBD2 Scanner Bluetooth 4.0 (BLE)
Related