انتقل إلى المحتوى

سلتي

Ford Samtec HS Light II Arıza Tespit Cihazı + Laptop

لا توجد تقييمات بعد
| رمز المنتج: OTO0354 | |
WhatsApp Facebook

Ford Samtec HS Light II Cihaz + Laptop + Yazılım + Plastik Taşıma Çantası şeklinde hazır set gönderilmektedir. Direk kullanıma hazırdır. Tak çalıştır sistemdir.

81.922,90 ₺ 91.852,90 ₺
متوفر
يحتوي هذا المنتج على خصم %11.
9.930,00 ₺ توفير
اسألنا عبر واتساب احصل على رد سريع ومعلومات السعر والمخزون
هل لديك سؤال حول هذا المنتج؟ اسأل سؤالك وسنجيب في أقرب وقت ممكن.
رضا العملاء أنتم أولويتنا
دفع آمن 3D Secure / SSL
شحن في نفس اليوم توصيل سريع
دعم 24/7 دائماً بجانبكم






Ford Samtec HS Light II Hazır Set | Profesyonel Ford Teşhis Sistemi

/* İzole edilen tüm stiller - sadece bu bölüm için geçerli */ .ford-diagnostic { --primary: #1E40AF; /* Ford Blue */ --primary-light: #EBF4FF; --secondary: #1E3A8A; /* Dark Blue */ --accent: #3B82F6; /* Blue Accent */ --text-dark: #0F172A; --text-light: #64748B; --background: #FFFFFF; --background-light: #F8FAFC; --background-dark: #1E3A8A; --border: #E2E8F0; --success: #10B981; --warning: #F59E0B; --info: #3B82F6; --gradient-primary: linear-gradient(135deg, #1E40AF 0%, #1E3A8A 100%); --gradient-secondary: linear-gradient(135deg, #1E3A8A 0%, #1E40AF 100%); --gradient-dark: linear-gradient(135deg, #1E3A8A 0%, #1E40AF 100%); --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05); --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08); --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.1); color: var(--text-dark); background-color: var(--background); overflow-x: hidden; position: relative; width: 100%; box-sizing: border-box; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; font-size: 115%; } .ford-diagnostic * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Outfit', sans-serif; } .ford-diagnostic .container { max-width: 100%; margin: 0 auto; padding: 0 16px; position: relative; z-index: 2; box-sizing: border-box; overflow-x: hidden; } .ford-diagnostic .btn { padding: 12px 24px; border-radius: var(--radius-md); font-weight: 600; font-size: 17px; transition: all 0.3s ease; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; white-space: nowrap; } .ford-diagnostic .btn-primary { background: var(--gradient-primary); color: white; border: none; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; } .ford-diagnostic .btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); background: var(--gradient-secondary); } .ford-diagnostic .btn-secondary { background-color: var(--primary-light); color: var(--primary); border: none; } .ford-diagnostic .btn-secondary:hover { background-color: #fddddd; } /* Background Shapes */ .ford-diagnostic .bg-shape { position: absolute; z-index: 1; border-radius: 50%; } .ford-diagnostic .bg-shape-1 { top: -80px; right: -80px; width: 250px; height: 250px; background-color: var(--primary-light); opacity: 0.5; } .ford-diagnostic .bg-shape-2 { bottom: 10%; left: -120px; width: 200px; height: 200px; background-color: var(--primary-light); opacity: 0.4; } /* Hero Section */ .ford-diagnostic .hero { padding-top: 80px; padding-bottom: 100px; position: relative; overflow: hidden; } .ford-diagnostic .hero-grid { display: flex; justify-content: center; align-items: center; gap: 60px; } .ford-diagnostic .hero-content { max-width: 800px; text-align: center; padding: 0 20px; box-sizing: border-box; margin: 0 auto; } .ford-diagnostic .hero-eyebrow { display: inline-flex; align-items: center; padding: 8px 16px; background-color: var(--primary-light); color: var(--primary); border-radius: var(--radius-sm); font-weight: 600; font-size: 16px; margin-bottom: 24px; } .ford-diagnostic .hero-title { font-size: clamp(28px, 5vw, 55px); font-weight: 800; line-height: 1.2; margin-bottom: 24px; color: var(--text-dark); word-wrap: break-word; overflow-wrap: break-word; } .ford-diagnostic .hero-title span { color: var(--primary); position: relative; display: inline-block; } .ford-diagnostic .hero-title span::after { content: ''; position: absolute; bottom: 8px; left: 0; width: 100%; height: 10px; background-color: rgba(30, 64, 175, 0.2); z-index: -1; border-radius: 10px; } .ford-diagnostic .hero-description { font-size: clamp(16px, 2.5vw, 18px); line-height: 1.6; color: var(--text-light); margin-bottom: 32px; word-wrap: break-word; overflow-wrap: break-word; } .ford-diagnostic .hero-buttons { display: flex; gap: 16px; margin-top: 40px; justify-content: center; } @media (min-width: 768px) { .ford-diagnostic .hero-buttons { justify-content: center; } } .ford-diagnostic .hero-image-container { position: relative; z-index: 10; display: flex; justify-content: center; align-items: center; } .ford-diagnostic .hero-image-wrapper { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background-color: white; width: 100%; max-width: 500px; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; } .ford-diagnostic .hero-image-wrapper img { width: 100%; height: auto; object-fit: contain; } /* Features Section */ .ford-diagnostic .features { padding: 100px 0; position: relative; overflow: hidden; background-color: var(--background-light); } .ford-diagnostic .section-header { text-align: center; max-width: 700px; margin: 0 auto 80px; } .ford-diagnostic .section-subtitle { font-size: 14px; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; } .ford-diagnostic .section-title { font-size: 36px; font-weight: 800; color: var(--text-dark); margin-bottom: 24px; line-height: 1.3; } .ford-diagnostic .section-description { font-size: 18px; color: var(--text-light); line-height: 1.6; } .ford-diagnostic .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; justify-content: center; } .ford-diagnostic .feature-card { background-color: var(--background); border-radius: var(--radius-lg); padding: 40px; transition: all 0.3s ease; border: 1px solid var(--border); position: relative; overflow: hidden; height: 100%; display: flex; flex-direction: column; } .ford-diagnostic .feature-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-md); border-color: var(--primary-light); } .ford-diagnostic .feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 60px; background-color: var(--primary); border-radius: 0 2px 2px 0; } .ford-diagnostic .feature-icon { margin-bottom: 24px; width: 60px; height: 60px; border-radius: var(--radius-md); background-color: var(--primary-light); display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--primary); align-self: center; } .ford-diagnostic .feature-title { font-size: 20px; font-weight: 700; margin-bottom: 16px; color: var(--text-dark); text-align: center; } .ford-diagnostic .feature-description { font-size: 16px; color: var(--text-light); line-height: 1.6; flex-grow: 1; text-align: center; } /* Product Section */ .ford-diagnostic .product { padding: 100px 0; background-color: var(--background); position: relative; overflow: hidden; } .ford-diagnostic .product-container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; } .ford-diagnostic .product-image-container { position: relative; } .ford-diagnostic .product-image-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background-color: white; padding: 20px; } .ford-diagnostic .gallery-container { width: 100%; } .ford-diagnostic .gallery-main { width: 100%; height: 400px; display: flex; justify-content: center; align-items: center; background-color: #f8f9fa; border-radius: var(--radius-md); margin-bottom: 20px; } .ford-diagnostic .gallery-main img { max-width: 100%; max-height: 100%; object-fit: contain; } .ford-diagnostic .gallery-thumbs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; } .ford-diagnostic .gallery-thumb { width: 80px; height: 80px; border-radius: var(--radius-sm); overflow: hidden; cursor: pointer; border: 2px solid transparent; } .ford-diagnostic .gallery-thumb.active { border-color: var(--primary); } .ford-diagnostic .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; } .ford-diagnostic .product-badges { position: absolute; top: 40px; left: 40px; display: flex; flex-direction: column; gap: 12px; z-index: 5; } .ford-diagnostic .hero-image-wrapper .product-badges { top: 20px; right: 40px; left: auto; } .ford-diagnostic .product-badge { padding: 8px 16px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; } .ford-diagnostic .badge-full-chip { background-color: var(--primary); color: white; } .ford-diagnostic .badge-360 { background-color: var(--primary); color: white; display: flex; align-items: center; gap: 8px; } .ford-diagnostic .product-content { max-width: 480px; } .ford-diagnostic .product-subtitle { font-size: 14px; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; text-align: center; } .ford-diagnostic .product-title { font-size: 36px; font-weight: 800; color: var(--text-dark); margin-bottom: 24px; line-height: 1.3; text-align: center; } .ford-diagnostic .product-description { font-size: 17px; color: var(--text-light); line-height: 1.6; margin-bottom: 32px; text-align: center; } .ford-diagnostic .product-features { margin-bottom: 40px; display: inline-block; text-align: left; } .ford-diagnostic .product-feature { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; } .ford-diagnostic .feature-check { min-width: 22px; height: 22px; background-color: var(--success); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 12px; margin-top: 4px; } .ford-diagnostic .feature-text { font-size: 16px; color: var(--text-dark); line-height: 1.5; } .ford-diagnostic .feature-text strong { font-weight: 600; } /* Software Section */ .ford-diagnostic .software { padding: 100px 0 60px; background-color: var(--background-light); } .ford-diagnostic .software-container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .ford-diagnostic .software-image img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); } .ford-diagnostic .software-content { max-width: 520px; margin: 0 auto; } .ford-diagnostic .software-subtitle { font-size: 14px; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; text-align: center; } .ford-diagnostic .software-title { font-size: 36px; font-weight: 800; color: var(--text-dark); margin-bottom: 24px; line-height: 1.3; text-align: center; } .ford-diagnostic .software-description { font-size: 17px; color: var(--text-light); line-height: 1.6; margin-bottom: 32px; text-align: center; } .ford-diagnostic .software-list { margin-bottom: 32px; } .ford-diagnostic .software-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; } .ford-diagnostic .software-icon { width: 24px; height: 24px; background-color: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 12px; flex-shrink: 0; margin-top: 2px; } .ford-diagnostic .software-text { font-size: 16px; color: var(--text-light); line-height: 1.5; } .ford-diagnostic .software-text strong { color: var(--text-dark); font-weight: 600; } .ford-diagnostic .software-note { margin-top: 24px; padding: 16px; background-color: var(--warning); border-radius: var(--radius-md); font-size: 14px; color: var(--text-dark); line-height: 1.5; border-left: 4px solid #d98e00; } .ford-diagnostic .software-bottom-note { margin-top: 35px; padding: 18px 24px; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border-radius: var(--radius-md); border: 1px solid #dee2e6; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.08); } .ford-diagnostic .software-note-icon { color: var(--primary); font-size: 20px; margin-bottom: 8px; display: block; } .ford-diagnostic .software-note-content { color: var(--text-dark); font-size: 15px; line-height: 1.6; } .ford-diagnostic .software-note-content a { color: var(--primary); text-decoration: underline; font-weight: 600; } .ford-diagnostic .software-note-content a:hover { text-decoration: none; } /* Detailed Features Section */ .ford-diagnostic .detailed-features { padding: 100px 0; background-color: var(--background); } .ford-diagnostic .detailed-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 60px; } .ford-diagnostic .detailed-feature-item { display: flex; align-items: center; gap: 16px; padding: 20px; background-color: var(--background-light); border-radius: var(--radius-md); border: 1px solid var(--border); transition: all 0.3s ease; cursor: pointer; } .ford-diagnostic .detailed-feature-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--primary-light); background-color: var(--primary-light); } .ford-diagnostic .detailed-feature-icon { width: 40px; height: 40px; background-color: var(--primary); color: white; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; } .ford-diagnostic .detailed-feature-text { font-size: 15px; font-weight: 500; color: var(--text-dark); line-height: 1.4; } /* Supported Models Section */ .ford-diagnostic .supported-models { padding: 80px 0; background-color: var(--background); } .ford-diagnostic .logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; justify-items: center; max-width: 800px; margin: 40px auto 0; } .ford-diagnostic .brand-logo-item { display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.3s ease; } .ford-diagnostic .brand-logo-item:hover { transform: scale(1.1); } .ford-diagnostic .brand-logo-item img { max-height: 60px; max-width: 120px; object-fit: contain; margin-bottom: 12px; } .ford-diagnostic .brand-logo-item p { font-size: 16px; font-weight: 600; color: var(--text-dark); } .ford-diagnostic .compatibility-note { text-align: center; font-size: 16px; color: var(--text-light); line-height: 1.6; max-width: 700px; margin: 40px auto 0; padding: 20px; background-color: var(--primary-light); border-radius: var(--radius-md); border-left: 4px solid var(--primary); } /* FAQ Section */ .ford-diagnostic .faq { padding: 100px 0; background-color: var(--background-light); } .ford-diagnostic .faq-container { max-width: 900px; margin: 0 auto; } .ford-diagnostic .faq-wrapper { margin-top: 60px; } .ford-diagnostic .faq-item { background-color: var(--background); border: 1px solid var(--border); border-radius: var(--radius-md); transition: all 0.3s ease; overflow: hidden; margin-bottom: 16px; } .ford-diagnostic .faq-item:hover { box-shadow: var(--shadow-sm); border-color: var(--primary-light); } .ford-diagnostic .faq-question { padding: 24px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-weight: 600; color: var(--text-dark); user-select: none; } .ford-diagnostic .faq-icon { color: var(--primary); transition: transform 0.3s ease; } .ford-diagnostic .faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; color: var(--text-light); line-height: 1.6; transition: all 0.4s ease-in-out; } .ford-diagnostic .faq-item.active .faq-answer { padding: 0 24px 24px; max-height: 500px; /* Adjust as needed */ } .ford-diagnostic .faq-item.active .faq-icon { transform: rotate(180deg); } /* Lexia 360° Keşif Bölümü Stilleri */ /* Hitachi Özel Tasarım Elementleri */ .ford-diagnostic .btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.6s ease; } .ford-diagnostic .btn-primary:hover::before { left: 100%; } /* Animated Background */ .ford-diagnostic::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 20% 80%, rgba(30, 64, 175, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(30, 58, 138, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.05) 0%, transparent 50%); z-index: -1; animation: fordBackgroundFloat 20s ease-in-out infinite; } @keyframes fordBackgroundFloat { 0%, 100% { transform: translateY(0px) rotate(0deg); } 33% { transform: translateY(-20px) rotate(1deg); } 66% { transform: translateY(10px) rotate(-1deg); } } /* Glowing Effects */ .ford-diagnostic .feature-card:hover { box-shadow: var(--shadow-md), 0 0 30px rgba(30, 64, 175, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1); } /* Tech Grid Pattern */ .ford-diagnostic .hero::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(30, 64, 175, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 64, 175, 0.03) 1px, transparent 1px); background-size: 50px 50px; z-index: 1; pointer-events: none; } .ford-360-experience { padding: 8rem 0; background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%); position: relative; overflow: hidden; color: var(--text-dark); } /* Contact Section Styling */ .ford-diagnostic .contact-section { padding: 80px 0; background-color: var(--background); text-align: center; } .ford-diagnostic .contact-header { margin-bottom: 60px; } .ford-diagnostic .contact-title { font-size: 32px; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; } .ford-diagnostic .contact-title-underline { width: 60px; height: 4px; background-color: var(--primary); margin: 0 auto 24px; border-radius: 2px; } .ford-diagnostic .contact-description { font-size: 17px; color: var(--text-light); line-height: 1.6; max-width: 600px; margin: 0 auto; } .ford-diagnostic .contact-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; } .ford-diagnostic .contact-card { background-color: var(--background-light); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); transition: all 0.3s ease; border: 1px solid var(--border); } .ford-diagnostic .contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); } .ford-diagnostic .contact-icon { width: 60px; height: 60px; border-radius: 50%; background-color: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 20px; } .ford-diagnostic .contact-card-title { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; } .ford-diagnostic .contact-card-detail { font-size: 16px; color: var(--primary); text-decoration: none; font-weight: 500; } .ford-diagnostic .contact-card-detail:hover { text-decoration: underline; } /* Responsive */ @media (max-width: 1024px) { .ford-diagnostic .hero-title { font-size: 40px; } .ford-diagnostic .product-container, .ford-diagnostic .software-container { gap: 40px; } } @media (max-width: 768px) { .ford-diagnostic .container { padding: 0 16px; } .ford-diagnostic .hero { padding-top: 50px; padding-bottom: 70px; text-align: center; overflow-x: hidden; } .ford-diagnostic .hero-grid { grid-template-columns: 1fr; gap: 0; } .ford-diagnostic .hero-content { text-align: center; max-width: 100%; padding: 0; box-sizing: border-box; width: 100%; } .ford-diagnostic .hero-buttons { flex-direction: column; align-items: center; gap: 15px; width: 100%; padding: 0; } .ford-diagnostic .hero-eyebrow { margin: 0 auto 20px; font-size: 17px; max-width: 100%; text-align: center; display: block; word-wrap: break-word; } .ford-diagnostic .hero-title { font-size: clamp(32px, 8vw, 40px); margin-bottom: 20px; word-break: break-word; hyphens: auto; line-height: 1.2; padding: 0; } .ford-diagnostic .hero-description { font-size: clamp(17px, 4.5vw, 19px); margin-bottom: 30px; word-break: break-word; hyphens: auto; line-height: 1.5; padding: 0; } .ford-diagnostic .product-container, .ford-diagnostic .software-container { grid-template-columns: 1fr; } .ford-diagnostic .product-content, .ford-diagnostic .software-content { max-width: 100%; } .ford-diagnostic .product-content { order: 2; } .ford-diagnostic .product-image-container { order: 1; } /* For software section on mobile, content (order: 1) comes before image (order: 2) */ .ford-diagnostic .software-content { order: 1; } .ford-diagnostic .software-image { order: 2; } .ford-diagnostic .gallery-main { height: 300px; } .ford-diagnostic .faq-columns { display: block; } } @media (max-width: 576px) { .ford-diagnostic .container { padding: 0 16px; } .ford-diagnostic .hero-title { font-size: 32px; } .ford-diagnostic .hero-image-wrapper { max-width: 300px; } .ford-diagnostic .section-title, .ford-diagnostic .product-title, .ford-diagnostic .software-title { font-size: 28px; } .ford-diagnostic .feature-card { padding: 30px; } .ford-diagnostic .gallery-thumb { width: 60px; height: 60px; } .ford-diagnostic .gallery-main { height: 250px; } .ford-diagnostic .product-badges { top: 20px; left: 20px; } .ford-diagnostic .hero-image-container .product-badges { right: 20px; left: auto; } } @media (min-width: 768px) { .ford-diagnostic .hero-buttons { justify-content: center; } .ford-diagnostic .faq-column { flex: 0 0 calc(50% - 12px); } } /* Ek Mobil Uyumluluk İyileştirmeleri */ @media (max-width: 480px) { .ford-diagnostic .container { padding: 0 12px; } .ford-diagnostic .hero { padding: 40px 0 60px; } .ford-diagnostic .hero-content { padding: 0; width: 100%; } .ford-diagnostic .hero-title { font-size: clamp(28px, 7vw, 36px); line-height: 1.2; margin-bottom: 18px; padding: 0; } .ford-diagnostic .hero-description { font-size: clamp(16px, 4.5vw, 18px); line-height: 1.5; margin-bottom: 25px; padding: 0; } .ford-diagnostic .hero-eyebrow { font-size: 15px; padding: 8px 16px; margin-bottom: 18px; max-width: 100%; } .ford-diagnostic .btn { padding: 14px 20px; font-size: 16px; width: calc(100% - 20px); max-width: 300px; justify-content: center; margin: 0 auto; box-sizing: border-box; } .ford-diagnostic .hero-buttons { gap: 12px; padding: 0; width: 100%; box-sizing: border-box; } .ford-diagnostic .features-grid { grid-template-columns: 1fr; gap: 20px; } .ford-diagnostic .detailed-features-grid { grid-template-columns: 1fr; gap: 15px; } .ford-diagnostic .detailed-feature-item { padding: 15px; flex-direction: column; text-align: center; gap: 12px; } .ford-diagnostic .detailed-feature-icon { width: 35px; height: 35px; font-size: 16px; } .ford-diagnostic .detailed-feature-text { font-size: 14px; } .ford-diagnostic .contact-cards-grid { grid-template-columns: 1fr; gap: 20px; } .ford-diagnostic .faq-columns { display: block; } .ford-diagnostic .faq-question { padding: 18px; font-size: 15px; } .ford-diagnostic .faq-answer { font-size: 14px; line-height: 1.5; } } /* Çok Küçük Ekranlar için */ @media (max-width: 360px) { .ford-diagnostic .container { padding: 0 8px; } .ford-diagnostic .hero { padding: 30px 0 50px; } .ford-diagnostic .hero-title { font-size: clamp(24px, 6.5vw, 30px); line-height: 1.2; margin-bottom: 15px; padding: 0; } .ford-diagnostic .hero-description { font-size: clamp(14px, 4vw, 16px); line-height: 1.4; margin-bottom: 20px; padding: 0; } .ford-diagnostic .hero-eyebrow { font-size: 13px; padding: 6px 12px; margin-bottom: 15px; max-width: 100%; } .ford-diagnostic .btn { padding: 12px 16px; font-size: 14px; width: calc(100% - 16px); max-width: 250px; } .ford-diagnostic .hero-buttons { gap: 10px; } .ford-diagnostic .section-title, .ford-diagnostic .product-title, .ford-diagnostic .software-title { font-size: 18px; } .ford-diagnostic .feature-card { padding: 12px; } .ford-diagnostic .feature-title { font-size: 15px; } .ford-diagnostic .feature-description { font-size: 12px; } } /* Çok Küçük Ekranlar için */ @media (max-width: 360px) { .ford-diagnostic .container { padding: 0 12px; } .ford-diagnostic .hero-title { font-size: 24px; } .ford-diagnostic .section-title, .ford-diagnostic .product-title, .ford-diagnostic .software-title { font-size: 24px; } .ford-diagnostic .feature-card { padding: 20px; } .ford-diagnostic .feature-title { font-size: 18px; } .ford-diagnostic .feature-description { font-size: 14px; } .ford-diagnostic .product-feature { flex-direction: column; text-align: center; gap: 10px; } .ford-diagnostic .feature-check { align-self: center; } } /* Landscape Tablet Optimizasyonu */ @media (max-width: 1024px) and (orientation: landscape) { .ford-diagnostic .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; } .ford-diagnostic .hero-content { max-width: 100%; } .ford-diagnostic .features-grid { grid-template-columns: repeat(2, 1fr); } } /* Touch Optimizasyonu */ @media (hover: none) and (pointer: coarse) { .ford-diagnostic .btn { min-height: 44px; padding: 12px 24px; } .ford-diagnostic .faq-question { min-height: 44px; padding: 20px; } .ford-diagnostic .gallery-thumb { min-width: 60px; min-height: 60px; } .ford-diagnostic .detailed-feature-item { min-height: 60px; padding: 20px; } }




 Ford Motor Company Yetkili Servis Teknolojisi

Ford Samtec HS Light II Hazır Set

Ford Trucks yetkili servisinin kullandığı yenilikçi orijinal arıza tespit cihazı yazılım yüklü laptop ile hazır set olarak sunulur. Euro 4, Euro 5 ve Euro 6 motorlarını destekleyen bu profesyonel sistem, FODP, ODP2, ODPLite, FODP2 ve EDS yazılımları önceden kurulu ve aktif olarak gelir. Sistemi açtığınızda hemen kullanmaya başlayabilirsiniz. CAN, K-Line ve L-Line hatlarını tam destekler ve Iveco motor kullanan yeni nesil Ford araçlarını da desteklemektedir.

Fiyat Bilgilendirmesi: Belirtilen fiyatlar KDV hariç olup, KDV sepette eklenecektir.


Ford Teşhis Özelliklerini İnceleyin


Samtec Yazılım ve Uyumluluk

Ford Samtec HS Light II Arıza Tespit Cihazı
Ford Samtec HS Light II Görünüm 1
Ford Samtec HS Light II Görünüm 2
Ford Samtec HS Light II Görünüm 3
Ford Samtec HS Light II Görünüm 4
Ford Samtec HS Light II Görünüm 5
Ford Samtec HS Light II Görünüm 6
Ford Samtec HS Light II Görünüm 7
Ford Samtec HS Light II Görünüm 8
FORD TRUCKS | SAMTEC HS LIGHT II HAZIR SET

Ford Samtec HS Light II Hazır Set

Ford Trucks yetkili servislerinin kullandığı orijinal arıza tespit cihazı yazılım yüklü laptop ile hazır set olarak sunulur. Euro 4, Euro 5 ve Euro 6 motorlarını destekleyen bu profesyonel sistem, tüm yazılımlar önceden kurulu ve aktif olarak gelir. Temel diagnostik işlemlerinin yanında parça yeri, tamir talimatları ve elektrik şemaları gibi tüm bilgi kodekslerine anında erişim sağlar. Sistemi açtığınızda hemen kullanmaya başlayabilirsiniz.

Arıza Kodu Okuma ve Silme: Tüm ECU modüllerinden arıza kodlarını okuma ve silme işlemleri, detaylı hata açıklamaları ile birlikte.
Enjektör Testi ve Kalibrasyonu: Enjektör testleri, enjektör kapama testleri ve kompresyon testleri yapabilme imkanı.
ADBlue İptali ve Servis İşlemleri: ADBlue iptal işlemleri, servis bakım güncelleme ve Euro 5 araçlarda servis ışığı sıfırlama.
Canlı Veri Görüntüleme: Sensör bilgileri, voltaj değerleri ve ECU bilgilerini gerçek zamanlı görüntüleme.
Hız Limiti Güncelleme: Araç hız limiti güncelleme ve çeşitli sistem parametrelerinin yapılandırılması.

SAMTEC HS LIGHT II YAZILIM ÇÖZÜMLERİ

Ford Samtec HS Light II ile Profesyonel Ticari Araç Diagnostik

FODP, ODP2, ODPLite, FODP2 ve EDS yazılımları ile entegre çalışan Samtec HS Light II, Ford Trucks ve Iveco motor kullanan yeni nesil Ford araçlarında kapsamlı teşhis imkanı sunar. CAN, SAE J1708, SAE J1939 ve ISO 9141 protokollerini tam destekler.

ECU Bilgilerini Görüntüleme

Tüm Ford Trucks modellerinin ECU bilgilerini ayrıntılı olarak okur ve görüntüler. Euro 4, Euro 5 ve Euro 6 motor sistemlerinin yapılandırmasını tam olarak analiz eder.

Enjektör ve Kompresyon Testleri

Enjektör testleri, enjektör kapama testleri ve kompresyon testleri yapabilme. Motor sistemlerinin performans analizini gerçekleştirme.

ADBlue İptali ve Servis İşlemleri

ADBlue iptal işlemleri, servis bakım güncelleme ve Euro 5 araçlarda servis ışığı sıfırlama işlemlerini gerçekleştirme.

Hata Kodları ve Canlı Veri

Arıza kodlarını okuma ve silme işlemleri. Sensör bilgileri, voltaj değerleri ve canlı verileri gerçek zamanlı görüntüleme.

Hız Limiti ve Sistem Güncelleme

Hız limiti güncelleme işlemleri ve çeşitli sistem parametrelerinin yapılandırılması ve güncellenmesi.

Geniş Voltaj Aralığı ve Bağlantı

7 ile 30 Volt arasında çalışma kapasitesi. 1846 Euro5 araçlarda özel bağlantı sistemi ile tam uyumluluk. Güvenilir ve stabil bağlantı performansı.

DETAYLI ÖZELLİKLER

Ford Samtec HS Light II Arıza Tespit Cihazı ile Yapabilecekleriniz

Ford araç arıza tespiti, sistem analizi ve performans değerlendirmesi alanında profesyonel düzeyde otomotiv teşhisi için gereken tüm fonksiyonlar tek cihazda.

Motor Sistem Teşhisi ve Analizi
Şanzıman Sistem Arıza Tespiti
Elektriksel Sistem Kontrolü
Hata Kodu Okuma ve Silme
Sensör ve Aktüatör Kontrolü
ABS ve ESP Sistem Testi
Yakıt Enjeksiyon Sistemi Analizi
Klima ve Soğutma Sistemi Kontrolü
Sistem Kalibrasyonu
Airbag ve Güvenlik Sistemi Kontrolü
ECU Kalibrasyonu
VIN ve Araç Bilgi Okuma
Güvenli Otomotiv Teşhis Protokolleri
Detaylı Performans Raporları
Hızlı Araç Teşhisi ve Analiz
Ve Daha Birçok Ford Teşhis Özelliği

HAZIR SET - PAKET İÇERİĞİ

Ford Samtec HS Light II Hazır Set

Ford Samtec HS Light II hazır seti, tüm yazılımlar yüklenmiş laptop ile birlikte çalışmaya hazır olarak teslim edilir. FODP, ODP2, ODPLite, FODP2 ve EDS yazılımları önceden kurulmuş ve aktif edilmiş durumda gelir.

Hazır Set Avantajı: Tüm yazılımlar laptop üzerinde kurulu ve aktif olarak gelir. Herhangi bir kurulum veya aktivasyon işlemi gerektirmez. Sistemi açtığınızda hemen kullanmaya başlayabilirsiniz.
Yazılım Yüklü Laptop: Windows 10 64 Bit Pro işletim sistemi, FODP, ODP2, ODPLite, FODP2 ve EDS yazılımları kurulu ve aktif. Çalışmaya hazır durumda teslim edilir.
Samtec HS Light II Cihaz: Ana teşhis cihazı, 7-30 Volt arasında çalışma kapasitesi ile Euro 4, Euro 5 ve Euro 6 motorlarını destekler.
Samtec OBD2 Tuşlu Kablo: Ford Trucks araçları için özel tasarlanmış OBD2 bağlantı kablosu, 1939 9 Pin kablo desteği ile.
Samtec USB Data Kablo: Bilgisayar bağlantısı için USB data kablosu, hızlı veri transferi ve güvenli bağlantı sağlar.
Plastik Taşıma Çantası: Cihaz ve aksesuarları için özel tasarlanmış koruyucu plastik taşıma çantası, pratik ve güvenli taşıma imkanı.
Ford Samtec HS Light II Yazılım Arayüzü - Ana Ekran
Ford Samtec HS Light II Yazılım Arayüzü - Teşhis Ekranı

Ford Samtec Yazılım Yüklü Laptop - Lenovo ThinkPad T490
Lenovo ThinkPad T490 Görünüm 1
Lenovo ThinkPad T490 Görünüm 2
Lenovo ThinkPad T490 Açıklama 1
Lenovo ThinkPad T490 Açıklama 2
YAZILIM YÜKLÜ LAPTOP

Ford Samtec Yazılım Yüklü Laptop

Ford Samtec HS Light II hazır seti ile birlikte gelen yazılım yüklü laptop, tüm teşhis yazılımları kurulu ve aktif olarak teslim edilir. Windows 10 64 Bit Pro işletim sistemi üzerinde FODP, ODP2, ODPLite, FODP2 ve EDS yazılımları çalışmaya hazır durumda bulunur.

Önemli Not: Laptop görselleri temsilidir. Satın alma öncesi iletişime geçiniz.

Laptop Özellikleri:

İşlemci: Intel® Core™ i5-4300U, Ram Bellek: 8GB DDR3, Depolama: 120GB SSD Disk Bellek, İşletim Sistemi: Windows 10 Pro.

SIKÇA SORULAN SORULAR

Ford Samtec HS Light II Arıza Tespit Cihazı Hakkında Merak Edilenler

Ford Samtec HS Light II arıza tespit cihazı ve teşhis özellikleri ile ilgili en çok sorulan soruları ve cevaplarını derledik.


Hangi Ford Trucks modellerinde çalışır?
Ford Samtec HS Light II arıza tespit cihazı, tüm Ford Trucks modellerinde ve Iveco motor kullanan yeni nesil Ford araçlarında çalışır. Euro 4, Euro 5 ve Euro 6 motorlarını destekler. CAN, K-Line, L-Line hatları ile tam uyumluluk sağlar.
Cihaz hangi protokolleri destekler?
Ford Samtec HS Light II cihazı CAN, SAE J1708, SAE J1939 ve ISO 9141 protokollerini tam olarak destekler. Ayrıca K-Line ve L-Line hatları ile de uyumlu çalışır. Bu geniş protokol desteği sayesinde farklı model ve yıllardaki Ford araçlarında sorunsuz teşhis yapabilirsiniz.

Hangi testleri yapabilir?
Ford Samtec HS Light II arıza kodu okuma/silme, ECU bilgilerini görüntüleme, canlı değerleri görüntüleme, enjektör testi, enjektör kapama testi, kompresyon testi yapabilir. Ayrıca parça yeri, tamir talimatları ve elektrik şemalarına erişim sağlar.
Paket içeriğinde neler var?
Ford Samtec HS Light II paket içeriğinde: Ana cihaz, Samtec OBD2 tuşlu kablo, Samtec USB data kablo ve plastik taşıma çantası bulunmaktadır. Cihaz 7-30 Volt arasında çalışır ve 1846 Euro5 araçlarda özel bağlantı sistemi vardır.

Destek ve İletişim

Ürünlerimizle veya donanım kullanımıyla ilgili her türlü sorunuz için bize ulaşabilirsiniz.

Telefon

0850 532 05 50

E-posta

info@otoeko.com

WhatsApp

WhatsApp Destek Hattı



Axess 12 تقسيط
دفعة واحدة 81.922,90 ₺ 81.922,90 ₺
2 تقسيط 43.025,91 ₺ 86.051,81 ₺
3 تقسيط 29.271,05 ₺ 87.813,16 ₺
4 تقسيط 22.407,96 ₺ 89.631,84 ₺
5 تقسيط 18.301,58 ₺ 91.507,88 ₺
6 تقسيط 15.576,27 ₺ 93.457,64 ₺
7 تقسيط 13.647,18 ₺ 95.530,29 ₺
8 تقسيط 12.199,34 ₺ 97.594,75 ₺
9 تقسيط 11.081,44 ₺ 99.732,94 ₺
10 تقسيط 10.197,76 ₺ 101.977,63 ₺
11 تقسيط 9.475,50 ₺ 104.230,51 ₺
12 تقسيط 8.880,44 ₺ 106.565,31 ₺
Bonus 12 تقسيط
دفعة واحدة 81.922,90 ₺ 81.922,90 ₺
2 تقسيط 43.025,91 ₺ 86.051,81 ₺
3 تقسيط 29.265,59 ₺ 87.796,77 ₺
4 تقسيط 22.399,77 ₺ 89.599,08 ₺
5 تقسيط 18.288,47 ₺ 91.442,34 ₺
6 تقسيط 15.562,62 ₺ 93.375,72 ₺
7 تقسيط 13.628,46 ₺ 95.399,22 ₺
8 تقسيط 12.180,91 ₺ 97.447,29 ₺
9 تقسيط 11.059,59 ₺ 99.536,32 ₺
10 تقسيط 10.174,82 ₺ 101.748,24 ₺
11 تقسيط 9.450,92 ₺ 103.960,16 ₺
12 تقسيط 8.853,82 ₺ 106.245,81 ₺
Paraf 12 تقسيط
دفعة واحدة 81.922,90 ₺ 81.922,90 ₺
2 تقسيط 42.710,51 ₺ 85.421,01 ₺
3 تقسيط 29.006,17 ₺ 87.018,50 ₺
4 تقسيط 22.158,10 ₺ 88.632,39 ₺
5 تقسيط 18.054,17 ₺ 90.270,84 ₺
6 تقسيط 15.319,58 ₺ 91.917,49 ₺
7 تقسيط 13.374,50 ₺ 93.621,49 ₺
8 تقسيط 11.913,64 ₺ 95.309,10 ₺
9 تقسيط 10.775,59 ₺ 96.980,33 ₺
10 تقسيط 9.872,53 ₺ 98.725,29 ₺
11 تقسيط 9.128,45 ₺ 100.412,90 ₺
12 تقسيط 8.509,74 ₺ 102.116,89 ₺
World 12 تقسيط
دفعة واحدة 81.922,90 ₺ 81.922,90 ₺
2 تقسيط 43.128,31 ₺ 86.256,62 ₺
3 تقسيط 29.759,86 ₺ 89.279,58 ₺
4 تقسيط 22.819,63 ₺ 91.278,50 ₺
5 تقسيط 18.658,76 ₺ 93.293,80 ₺
6 تقسيط 15.886,22 ₺ 95.317,29 ₺
7 تقسيط 13.914,02 ₺ 97.398,14 ₺
8 تقسيط 12.429,75 ₺ 99.438,02 ₺
9 تقسيط 11.274,41 ₺ 101.469,70 ₺
10 تقسيط 10.356,69 ₺ 103.566,93 ₺
11 تقسيط 9.599,13 ₺ 105.590,43 ₺
12 تقسيط 8.968,51 ₺ 107.622,11 ₺
Maximum 12 تقسيط
دفعة واحدة 81.922,90 ₺ 81.922,90 ₺
2 تقسيط 43.025,91 ₺ 86.051,81 ₺
3 تقسيط 29.271,05 ₺ 87.813,16 ₺
4 تقسيط 22.407,96 ₺ 89.631,84 ₺
5 تقسيط 18.301,58 ₺ 91.507,88 ₺
6 تقسيط 15.576,27 ₺ 93.457,64 ₺
7 تقسيط 13.647,18 ₺ 95.530,29 ₺
8 تقسيط 12.199,34 ₺ 97.594,75 ₺
9 تقسيط 11.081,44 ₺ 99.732,94 ₺
10 تقسيط 10.197,76 ₺ 101.977,63 ₺
11 تقسيط 9.475,50 ₺ 104.230,51 ₺
12 تقسيط 8.880,44 ₺ 106.565,31 ₺
BankKart 12 تقسيط
دفعة واحدة 81.922,90 ₺ 81.922,90 ₺
2 تقسيط 42.948,08 ₺ 85.896,16 ₺
3 تقسيط 29.210,98 ₺ 87.632,93 ₺
4 تقسيط 22.360,86 ₺ 89.443,42 ₺
5 تقسيط 18.258,98 ₺ 91.294,88 ₺
6 تقسيط 15.543,51 ₺ 93.261,03 ₺
7 تقسيط 13.606,22 ₺ 95.243,56 ₺
8 تقسيط 12.167,60 ₺ 97.340,79 ₺
9 تقسيط 11.042,30 ₺ 99.380,67 ₺
10 تقسيط 10.119,12 ₺ 101.191,17 ₺
11 تقسيط 9.416,66 ₺ 103.583,31 ₺
12 تقسيط 8.837,43 ₺ 106.049,19 ₺
CardFinans 12 تقسيط
دفعة واحدة 81.922,90 ₺ 81.922,90 ₺
2 تقسيط 43.025,91 ₺ 86.051,81 ₺
3 تقسيط 29.271,05 ₺ 87.813,16 ₺
4 تقسيط 22.407,96 ₺ 89.631,84 ₺
5 تقسيط 18.301,58 ₺ 91.507,88 ₺
6 تقسيط 15.576,27 ₺ 93.457,64 ₺
7 تقسيط 13.647,18 ₺ 95.530,29 ₺
8 تقسيط 12.199,34 ₺ 97.594,75 ₺
9 تقسيط 11.081,44 ₺ 99.732,94 ₺
10 تقسيط 10.197,76 ₺ 101.977,63 ₺
11 تقسيط 9.475,50 ₺ 104.230,51 ₺
12 تقسيط 8.880,44 ₺ 106.565,31 ₺
Kuveyt Türk 12 تقسيط
دفعة واحدة 81.922,90 ₺ 81.922,90 ₺
2 تقسيط 42.866,16 ₺ 85.732,31 ₺
3 تقسيط 29.112,67 ₺ 87.338,00 ₺
4 تقسيط 22.240,02 ₺ 88.960,08 ₺
5 تقسيط 18.121,35 ₺ 90.606,73 ₺
6 تقسيط 15.375,56 ₺ 92.253,38 ₺
7 تقسيط 13.422,48 ₺ 93.957,37 ₺
8 تقسيط 11.954,60 ₺ 95.636,79 ₺
9 تقسيط 10.812,91 ₺ 97.316,21 ₺
10 تقسيط 9.906,12 ₺ 99.061,17 ₺
11 تقسيط 9.159,72 ₺ 100.756,97 ₺
12 تقسيط 8.537,73 ₺ 102.452,78 ₺
اطلب قبل الساعة 4:00 مساءً، يُشحن في نفس اليوم!
الأسرع
1-2 أيام عمل
أعرق شركة شحن في تركيا. شبكة فروع واسعة في 81 مدينة مع تتبع لحظي.
200
اقتصادي
2-3 أيام عمل
واحدة من أكبر شبكات الشحن في تركيا مع أكثر من 5,500 فرع. توصيل سريع وبأسعار مناسبة.
175
شائع
2-3 أيام عمل
اختر الوقت المناسب لاستلام طلبك. بنية تقنية متطورة مع إشعارات فورية.
125
شحن في نفس اليوم الطلبات قبل 4 م أيام الأسبوع، 12 ظ السبت
مجاني فوق 30,000₺ بدون رسوم شحن للطلبات المحلية
67+ دولة عبر DHL، UPS، FedEx — 3-10 أيام عمل
استلام من المتجر أنطاليا مراد باشا مجاني
فريقنا المحترف يغلف كل منتج بعناية ويضمن وصوله بأمان إلى باب منزلك.

لم يتم طرح أي أسئلة حول هذا المنتج بعد.

كن أول من يسأل!

اطرح سؤالاً

لا توجد تقييمات بعد

هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.

خصوصيتك محمية
يستغرق ثوانٍ فقط
ساعد المجتمع

اكتب مراجعة

تقييمك
حد أقصى 3 صور، 5 ميغابايت
رمز المنتج OTO0354
الباركود OTO0354
1/9
إشعار ملفات تعريف الارتباط

نستخدم ملفات تعريف الارتباط لتقديم أفضل تجربة تسوق لك. تساعدنا ملفات تعريف الارتباط على تذكر تفضيلاتك وتحسين خدماتنا. لمزيد من التفاصيل، راجع سياسة ملفات تعريف الارتباط