Skip to content

My Cart

Launch DBScar 5 DS201 Universal Arıza Tespit Cihazı / Orjinal

No reviews yet
| SKU: OTO0318 | |
body {
font-family: sans-serif;
margin: 20px;
background-color: #f4f4f4;
display: flex;
justify-content: center;
}

Launch DBSCAR 5, araç elektronik sistemlerine kablosuz bağlanan kompakt ve güçlü bir arıza tespit cihazıdır. Tüm teşhis işlemlerini akıllı telefonunuz veya tabletinizle yapabilirsiniz.


Arıza Kodu Okuma/Silme

Servis Sıfırlama

30+ Fonksiyon

Cihaz, 1 Yıllık Tam Sürüm Lisans ile birlikte gelmektedir.

otoeko.com’a özel: Launch DBSCAR 5 Uzatma Kablosu Hediye!

13.901,90 ₺ 17.377,90 ₺
In stock
This product has a 20% discount.
3.476,00 ₺ savings
Ask Us on WhatsApp Get quick response, price & stock info
Have a question about this product? Ask your question and we'll answer as soon as possible.
Customer Satisfaction You Come First
Secure Payment 3D Secure / SSL
Same Day Shipping Fast Delivery
24/7 Support Always Here for You






Launch DBSCAR 5 | Profesyonel Arıza Tespit Çözümü /* Fonts */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Orbitron:wght@400;700&display=swap'); /* Combined CSS Variables */ :root { /* Hero Section Variables (Original) - Updated Red Tones to match Launch Logo */ --primary-red-hero: #E60000; /* Launch Kırmızısı */ --secondary-red-hero: #B30000; /* Daha koyu Launch Kırmızısı */ --light-red-hero: #FF3333; /* Açık/Parlak Launch Kırmızısı */ --dark-gray-hero: #222; --light-gray-hero: #f4f4f4; --white-hero: #fff; --black-hero: #000; /* Gallery Section Variables (From Feedback) - Standardized to Hero Reds */ --primary-red: var(--primary-red-hero); --neon-red: var(--light-red-hero); --dark-red: var(--secondary-red-hero); --neon-glow: 0 0 15px rgba(var(--neon-red-rgb), 0.85), 0 0 30px rgba(var(--neon-red-rgb), 0.5); --dark-bg: transparent; --darker-bg: transparent; --light-text: #333333; --gray-text: #555555; /* Helpers for rgba - Updated to match Launch Logo Reds */ --darker-bg-rgb: 34, 40, 49; --neon-red-rgb: 255, 51, 51; /* Corresponds to --light-red-hero (#FF3333) */ --primary-red-rgb: 230, 0, 0; /* Corresponds to --primary-red-hero (#E60000) */ } /* Global Reset */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; line-height: 1.6; color: var(--dark-gray-hero); overflow-x: hidden; background-color: var(--white-hero); } /* --- Hero Section Styles --- */ .tech-font { font-family: 'Orbitron', sans-serif; } .hero { position: relative; height: 100vh; /* Yükseklik 100vh olarak geri alındı */ display: flex; align-items: center; justify-content: center; /* Masaüstü için merkezde */ overflow: hidden; flex-direction: column; padding: 0 10px; /* Yatay padding'i düşürelim */ z-index: 10; border-radius: 25px; margin: 20px 20px; /* Yeterli margin bırakalım */ min-height: 100vh; /* Yükseklik 100vh olarak geri alındı */ border: 1px solid #ddd; opacity: 1; } .hero-logo { position: relative; z-index: 4; margin-bottom: 12px; /* Margin "bir tık" daha azaltıldı */ opacity: 0; animation: fadeInLogo 1s ease forwards 0.1s; max-width: 180px; height: auto; } @keyframes fadeInLogo { to { opacity: 1; } } .hero-content { position: relative; z-index: 3; text-align: center; padding: 10px 12px; /* İçerik padding'ini azaltalım */ color: var(--dark-gray-hero); max-width: 1200px; width: 100%; display: flex; flex-direction: column; align-items: center; } .hero h1 { font-size: 3.8rem; /* Font boyutu azaltıldı */ font-weight: 700; margin-bottom: 3px; /* Başlık altındaki boşluğu azaltalım */ text-transform: uppercase; letter-spacing: 3px; color: var(--dark-gray-hero); text-shadow: 0 0 15px rgba(var(--dark-gray-hero), 0.3), 0 0 5px rgba(var(--dark-gray-hero), 0.2); position: relative; display: inline-block; padding-bottom: 8px; /* Padding "bir tık" daha azaltıldı */ padding-left: 30px; padding-right: 30px; } .hero h1::before, .hero h1::after { content: ''; position: absolute; width: 18px; /* Boyut azaltıldı */ height: 18px; /* Boyut azaltıldı */ border-color: var(--primary-red-hero); border-style: solid; opacity: 0; animation: fadeInBrackets 0.5s ease forwards 0.8s; } .hero h1::before { top: 0; left: 0; border-width: 4px 0 0 4px; } .hero h1::after { bottom: 0; right: 0; border-width: 0 4px 4px 0; } @keyframes fadeInBrackets { to { opacity: 0.8; } } .hero-content > * { opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease forwards; } .hero-content h1 { animation-delay: 0.2s; } .hero-content .hero-subtitle { animation-delay: 0.4s; } .hero-content .feature-icons { animation-delay: 0.6s; } .hero-content .cta-button { animation-delay: 0.8s; } @keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } } .hero-subtitle { font-size: 1.4rem; /* Font boyutu azaltıldı */ margin-bottom: 5px; /* Alt başlık altındaki boşluğu azaltalım */ font-weight: 300; text-shadow: 0 0 10px rgba(var(--dark-gray-hero), 0.2); } .feature-icons { display: flex; justify-content: center; align-items: flex-start; /* Değiştirildi: center -> flex-start */ margin: 5px auto; /* İkon alanının marjinlerini azaltalım */ gap: 40px; width: 100%; max-width: 900px; } .feature-icon { display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.3s ease; width: 140px; } .feature-icon:hover { transform: translateY(-5px); } .feature-icon i { color: var(--primary-red-hero); font-size: 2.3rem; /* Font boyutu azaltıldı */ margin-bottom: 15px; background-color: rgba(255, 255, 255, 0.1); width: 70px; /* Boyut azaltıldı */ height: 70px; /* Boyut azaltıldı */ display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; } .feature-icon:hover i { background-color: var(--primary-red-hero); color: var(--white-hero); box-shadow: 0 5px 15px rgba(230, 0, 0, 0.4); } .feature-icon span { color: var(--dark-gray-hero); font-size: 0.9rem; /* Font boyutu azaltıldı */ font-weight: 500; text-transform: uppercase; letter-spacing: 1px; text-align: center; width: 100%; } /* Butonları Küçültme */ .cta-button { display: inline-block; background: linear-gradient(45deg, var(--primary-red-hero), var(--light-red-hero)); color: var(--white-hero); padding: 10px 20px; /* Padding daha da küçültüldü */ min-width: 180px; /* Minimum genişlik azaltıldı */ text-align: center; font-size: 0.95rem; /* Font boyutu daha da küçültüldü */ font-weight: 600; text-decoration: none; border-radius: 50px; margin-top: 15px; /* Margin "bir tık" daha azaltıldı */ transition: all 0.3s ease; border: none; text-transform: uppercase; letter-spacing: 1.5px; box-shadow: 0 4px 12px rgba(230, 0, 0, 0.4), 0 0 10px rgba(230, 0, 0, 0.2); position: relative; overflow: hidden; z-index: 1; animation: pulseGlow 2.5s infinite ease-in-out; } @keyframes pulseGlow { 0% { box-shadow: 0 4px 12px rgba(230, 0, 0, 0.4), 0 0 10px rgba(230, 0, 0, 0.2); } 50% { box-shadow: 0 6px 18px rgba(230, 0, 0, 0.6), 0 0 20px rgba(255, 51, 51, 0.4); } 100% { box-shadow: 0 4px 12px rgba(230, 0, 0, 0.4), 0 0 10px rgba(230, 0, 0, 0.2); } } .cta-button i { margin-right: 8px; font-size: 1rem; /* Icon boyutu küçültüldü */ } .cta-button::before { content: ''; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-25deg); transition: left 0.6s ease; z-index: 2; } .cta-button:hover::before { left: 125%; } .cta-button:hover { background: linear-gradient(45deg, var(--secondary-red-hero), var(--primary-red-hero)); color: var(--white-hero); transform: translateY(-3px) scale(1.03); box-shadow: 0 6px 18px rgba(230, 0, 0, 0.6); } .cta-buttons-container { display: flex; /* Değiştirildi: display: none idi */ justify-content: center; gap: 20px; margin-top: 3px; /* Margin "bir tık" daha azaltıldı */ width: 100%; } /* Mobil butonları da küçültme */ .mobile-cta-container { display: none; /* !important kaldırıldı - mobilde gösterilmesi gerektiğinde kullanılabilir */ } /* Scroll indikatörü düzeltme */ .scroll-indicator { position: absolute; bottom: 10px; /* Daha da azaltıldı */ left: 50%; transform: translateX(-50%); color: var(--dark-gray-hero); animation: bounce 2s infinite; font-size: 1.5rem; z-index: 5; text-shadow: 0 0 10px rgba(var(--dark-gray-hero), 0.3); } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); } 40% { transform: translateY(-20px) translateX(-50%); } 60% { transform: translateY(-10px) translateX(-50%); } } /* Hero Responsive Styling */ @media (max-width: 768px) { .hero { justify-content: flex-start; /* Mobil için içeriği yukarıya taşı */ padding-top: 15px; /* Padding "bir tık" azaltıldı */ padding-bottom: 12px; /* Padding "bir tık" azaltıldı */ min-height: auto; /* Yüksekliği içeriğe göre ayarla */ margin-left: 2px; /* Mobil için kenar boşluğu minimuma indirildi */ margin-right: 2px; /* Mobil için kenar boşluğu minimuma indirildi */ } .hero-logo { margin-top: 20px; /* Sayfanın üstünden boşluk */ margin-bottom: 18px; /* Margin "bir tık" azaltıldı */ max-width: 160px; } .hero-content { padding: 0 2px 10px; /* Yan paddingler minimuma indirildi */ margin-top: 0; /* .hero h1'deki margin-top yeterli olacak */ width: 100%; /* Tam genişlik kullan */ } .hero h1 { font-size: 2.4rem; /* Font boyutu "bir tık" azaltıldı */ padding-left: 5px; /* Yan paddingler minimuma indirildi */ padding-right: 5px; /* Yan paddingler minimuma indirildi */ margin-top: 0; /* Logo ile başlık arasındaki boşluğu .hero-logo margin-bottom yönetecek */ margin-bottom: 8px; /* Margin "bir tık" azaltıldı */ } /* .cta-buttons-container { display: none; } Kaldırıldı: Mobilde gösterilecek */ /* .mobile-cta-container { display: flex; } Kaldırıldı: .mobile-cta-container gizlendi */ .feature-icons { flex-direction: column; /* Alt alta sıralama */ gap: 18px; /* Gap "bir tık" azaltıldı */ margin-top: 12px; /* Margin "bir tık" azaltıldı */ margin-bottom: 12px; /* Margin "bir tık" azaltıldı */ align-items: center; /* Öğeleri ortala */ width: 100%; /* Mobil için tam genişlik */ } /* .mobile-features ve .mobile-feature ile ilgili tüm stiller silindi */ .feature-icon { /* .feature-icon için mobil stiller burada tanımlanacak */ width: 100%; max-width: 260px; /* Genişlik ayarı biraz azaltıldı */ } .feature-icon i { font-size: 1.9rem; /* Font boyutu "bir tık" azaltıldı */ width: 62px; /* Boyut "bir tık" azaltıldı */ height: 62px; /* Boyut "bir tık" azaltıldı */ margin-bottom: 8px; /* İkon ve metin arası boşluk azaltıldı */ } .feature-icon span { font-size: 0.82rem; /* Font boyutu "bir tık" azaltıldı */ } .cta-buttons-container { flex-direction: column; /* Butonları alt alta sırala */ align-items: center; /* Ortala */ gap: 8px; /* Gap "bir tık" azaltıldı */ width: 100%; } .cta-button { width: 100%; max-width: 260px; /* Buton genişliği azaltıldı */ margin-top: 0; /* Üstteki margin'i sıfırla, gap ile yönetilecek */ padding: 9px 16px; /* Padding "bir tık" azaltıldı */ font-size: 0.88rem; /* Font boyutu "bir tık" azaltıldı */ } .cta-button i { font-size: 0.9rem; /* Icon boyutu küçültüldü */ } .scroll-indicator { bottom: 1px; } /* Scroll indikatörü en yukarı taşındı */ .hero-subtitle { font-size: 1.25rem; padding: 0 2px; } /* Yan paddingler minimuma indirildi */ } @media (max-width: 480px) { .hero { padding-top: 10px; /* Daha küçük mobil için üst boşluk azaltıldı */ padding-bottom: 5px; /* Genel alt boşluk azaltıldı */ margin-left: 0px; /* Mobil için kenar boşluğu sıfırlandı */ margin-right: 0px; /* Mobil için kenar boşluğu sıfırlandı */ border-radius: 15px; /* Köşe yuvarlaklığı biraz azaltıldı */ } .hero-logo { margin-top: 10px; margin-bottom: 10px; /* Logo ve başlık arası boşluk azaltıldı */ max-width: 120px; } .hero-content { padding: 0 0px 5px; /* Yan paddingler sıfırlandı */ } .hero h1 { font-size: 1.8rem; /* Font boyutu daha da küçültüldü */ padding-left: 2px; /* Yan paddingler minimuma indirildi */ padding-right: 2px; /* Yan paddingler minimuma indirildi */ margin-bottom: 5px; /* Başlık ve alt başlık arası azaltıldı */ margin-top: 0; } .hero h1::before, .hero h1::after { width: 12px; height: 12px; } /* Boyutlar daha da küçültüldü */ .hero-subtitle { font-size: 1rem; margin-bottom: 10px; padding: 0 0px; } /* Yan paddingler sıfırlandı */ .scroll-indicator { bottom: 1px; font-size: 1rem; } /* Scroll indikatörü en yukarı taşındı, boyutu küçültüldü */ .feature-icons { gap: 10px; } /* Daha küçük ekran için ikonlar arası boşluk daha da azaltıldı */ .feature-icon i { font-size: 1.6rem; /* İkon boyutu daha da azaltıldı */ width: 50px; /* İkon arka plan boyutu daha da azaltıldı */ height: 50px; /* İkon arka plan boyutu daha da azaltıldı */ margin-bottom: 5px; /* İkon ve metin arası boşluk daha da azaltıldı */ } .feature-icon span { font-size: 0.75rem; /* Metin boyutu daha da azaltıldı */ } .cta-button { padding: 7px 12px; /* Padding daha da azaltıldı */ font-size: 0.8rem; /* Font boyutu daha da azaltıldı */ max-width: 220px; /* Max genişlik daha da azaltıldı */ } .cta-button i { font-size: 0.8rem; /* Icon boyutu daha da azaltıldı */ } } /* --- Gallery Section Styles --- */ .gallery-section { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 80px 20px; border-radius: 25px; margin: 0 20px 20px 20px; min-height: calc(100vh - 40px); border: 1px solid #ddd; /* Launch kırmızısına yakın arkaplan rengi ekleyelim */ background-color: rgba(230, 0, 0, 0.03); opacity: 1; } .gallery-container { max-width: 1150px; width: 100%; z-index: 5; position: relative; /* animation: fadeIn 0.8s ease-out; // Kaldırıldı */ } @keyframes pulseEffect { 0% { opacity: 0.6; transform: scale(1); } 100% { opacity: 0.9; transform: scale(1.1); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes borderFlow { 0% { left: -100%; } 100% { left: 200%; } } @keyframes rotate360 { /* 360 ikonu için animasyon */ 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .pill-badge { display: block; width: fit-content; margin: 0 auto 25px auto; background-color: rgba(230, 0, 0, 0.15); color: var(--primary-red-hero); padding: 6px 18px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; font-family: 'Montserrat', sans-serif; border: 1px solid rgba(230, 0, 0, 0.3); /* animation: slideUp 0.6s ease-out 0.2s backwards; // Kaldırıldı */ box-shadow: 0 2px 8px rgba(230, 0, 0, 0.2); } .gallery-header { text-align: center; margin-bottom: 60px; position: relative; } .gallery-title { font-family: 'Orbitron', sans-serif; font-size: 2.5rem; /* Tek satıra sığdırmak için küçültüldü */ color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; /* Alt çizgi için boşluk */ /* animation: slideUp 0.6s ease-out 0.3s backwards; // Kaldırıldı */ } .gallery-title .title-highlight { /* Sadece renk ve gölge için */ color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } .gallery-title::after { /* Yeni genel alt çizgi */ content: ''; position: absolute; bottom: 0; left: 0; width: 75%; /* Başlığın %75'i kadar */ height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } .gallery-subtitle { color: var(--gray-text); font-size: 1.1rem; font-weight: 300; letter-spacing: 0.8px; max-width: 600px; margin: 15px auto 0 auto; /* animation: slideUp 0.6s ease-out 0.4s backwards; // Kaldırıldı */ } .content-box { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 50px; background: rgba(var(--white-hero), 0.9); border-radius: 25px; padding: 50px; position: relative; overflow: hidden; border: 1px solid rgba(var(--primary-red-rgb), 0.25); box-shadow: 0 10px 35px rgba(var(--darker-bg-rgb), 0.1), 0 0 20px rgba(var(--primary-red-rgb), 0.1); /* animation: slideUp 0.7s ease-out 0.5s backwards; // Kaldırıldı */ z-index: 10; } .content-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 50% 0%, rgba(230, 0, 0, 0.18) 0%, transparent 70%); z-index: -1; } .content-box::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 1px; background: linear-gradient(90deg, transparent, var(--primary-red-hero), transparent); animation: borderFlow 4s linear infinite; z-index: 1; box-shadow: 0 0 5px var(--primary-red-hero); } .gallery-left { flex: 1; min-width: 300px; position: relative; } .gallery-right { flex: 1; min-width: 300px; display: flex; flex-direction: column; } .main-image-container { position: relative; width: 100%; aspect-ratio: 1 / 1; /* En-boy oranı kare yapıldı */ border-radius: 15px; overflow: hidden; background: var(--light-gray-hero); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(var(--darker-bg-rgb), 0.1); border: 1px solid #ddd; } .main-image { display: block; max-width: 90%; max-height: 90%; object-fit: contain; transition: opacity 0.3s ease; border-radius: 15px !important; } /* 360 Görüntüsü İçin CSS */ .viewer-360 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: var(--white-hero); border-radius: 15px; overflow: hidden; transition: opacity 0.3s ease; } .viewer-360 iframe { width: 100%; height: 100%; border: none; } .thumbnail-360-label { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: rgba(230, 0, 0, 0.7); color: white; border-radius: 8px; /* Thumbnail img ile uyumlu */ font-size: 0.8rem; font-weight: 600; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); z-index: 1; transition: all 0.3s ease; } /* #thumb-360:hover .thumbnail-360-label { background-color: rgba(255, 51, 51, 0.8); } */ /* .thumbnail-360-label i { font-size: 1.4rem; margin-bottom: 3px; } */ #thumb-360 { /* 360 thumbnail için özel */ /* position: relative; */ /* Label kaldırıldığı için gereksiz olabilir, ancak kalsa da sorun olmaz */ } .viewer-360-tag { position: absolute; top: 15px; right: 15px; background-color: rgba(230, 0, 0, 0.7); /* Kırmızı arka plan (Launch kırmızısı, %70 opaklık) */ color: var(--white-hero); padding: 6px 12px; border-radius: 5px; font-size: 0.85rem; font-weight: 600; z-index: 10; font-family: 'Orbitron', sans-serif; letter-spacing: 0.5px; box-shadow: 0 2px 5px rgba(0,0,0,0.3); } /* END 360 Görüntüsü CSS */ .thumbnails-container { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 25px; } .thumbnail { width: 80px; height: 80px; border-radius: 12px; overflow: hidden; cursor: pointer; border: 1px solid #ccc; background-color: var(--white-hero); transition: all 0.3s ease, border-color 0.2s ease; padding: 4px; position: relative; box-shadow: 0 3px 10px rgba(var(--darker-bg-rgb), 0.1); display: flex; /* Eklendi */ align-items: center; /* Eklendi */ justify-content: center; /* Eklendi */ } .thumbnail.active { border-color: var(--primary-red-hero); transform: translateY(-5px) scale(1.05); box-shadow: 0 5px 15px rgba(var(--darker-bg-rgb), 0.15), 0 0 10px rgba(var(--primary-red-rgb), 0.3); } .thumbnail:hover { border-color: var(--primary-red-hero); transform: translateY(-5px) scale(1.05); box-shadow: 0 5px 15px rgba(var(--darker-bg-rgb), 0.15), 0 0 10px rgba(var(--primary-red-rgb), 0.3); } .thumbnail::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: var(--primary-red-hero); transition: width 0.3s ease; box-shadow: 0 0 5px var(--primary-red-hero); } .thumbnail:hover::after, .thumbnail.active::after { width: 100%; } .thumbnail img { width: 90%; height: 90%; object-fit: contain; /* margin: 0 auto; Kaldırıldı veya yorumlandı */ display: block; border-radius: 8px !important; } .thumbnail-360-indicator { position: absolute; bottom: 5px; right: 5px; background-color: var(--primary-red-hero); color: white; padding: 3px 6px; border-radius: 4px; font-size: 0.65rem; font-weight: bold; line-height: 1; z-index: 1; pointer-events: none; /* Etiketin tıklamayı engellememesi için */ } .product-info-title { color: var(--primary-red-hero); margin-bottom: 18px; font-size: 1.9rem; border-bottom: 1px solid rgba(var(--primary-red-rgb), 0.4); padding-bottom: 12px; letter-spacing: 1px; text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); /* .gallery-title .title-highlight ile aynı */ text-align: center; width: fit-content; margin-left: auto; margin-right: auto; } .product-description { text-align: center; color: var(--gray-text); margin-bottom: 30px; font-size: 1.1rem; line-height: 1.75; font-weight: 300; } .features-list { list-style: none; padding: 0; margin: 0; color: var(--light-text); } .features-list li { margin-bottom: 20px; text-align: center; font-size: 1.05rem; font-weight: 400; } .features-list i { color: var(--primary-red-hero); margin: 0 auto 10px auto; width: auto; display: block; font-size: 1.5rem; text-shadow: 0 0 10px rgba(var(--primary-red-rgb), 0.5); text-align: center; transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease; } .features-list li:hover i { transform: scale(1.1); color: var(--light-red-hero); text-shadow: 0 0 12px rgba(var(--neon-red-rgb), 0.7); } .loading-spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; display: none; z-index: 2; } .loading-spinner::before { content: ''; box-sizing: border-box; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; border: 3px solid transparent; border-top-color: var(--primary-red-hero); animation: spinner 0.6s linear infinite; box-shadow: 0 0 15px var(--primary-red-hero); } @keyframes spinner { to {transform: rotate(360deg);} } /* --- 360 Video ve Güncelleme Bölümü Stilleri --- */ .video-updates-section { min-height: auto; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 80px 20px; border-radius: 25px; margin: 0 20px 20px 20px; color: var(--dark-gray-hero); border: 1px solid #ddd; background: linear-gradient(135deg, rgba(var(--primary-red-rgb), 0.02), rgba(var(--primary-red-rgb), 0.04)); opacity: 1; } .video-updates-container { max-width: 1200px; width: 100%; z-index: 5; position: relative; } .video-updates-header { text-align: center; margin-bottom: 50px; position: relative; } .video-updates-title { font-family: 'Orbitron', sans-serif; font-size: 2.8rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; } .video-updates-title .title-highlight { color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } .video-updates-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } .video-updates-subtitle { color: var(--gray-text); font-size: 1.1rem; font-weight: 300; letter-spacing: 0.6px; max-width: 750px; margin: 15px auto 0 auto; } .video-updates-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: flex-start; } /* Video Bölümü */ .video-section { background: var(--white-hero); border-radius: 20px; padding: 30px; border: 1px solid rgba(var(--primary-red-rgb), 0.2); box-shadow: 0 8px 25px rgba(var(--darker-bg-rgb), 0.1), 0 0 15px rgba(var(--primary-red-rgb), 0.05); position: relative; overflow: hidden; } .video-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--primary-red-hero), var(--light-red-hero)); z-index: 1; } .video-container { position: relative; } .video-wrapper { position: relative; width: 100%; padding-bottom: 56.25%; /* 16:9 aspect ratio */ height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin-bottom: 20px; } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 12px; } .video-info h3 { font-family: 'Orbitron', sans-serif; font-size: 1.3rem; color: var(--dark-gray-hero); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; } .video-info h3 i { color: var(--primary-red-hero); font-size: 1.4rem; } .video-info p { color: var(--gray-text); font-size: 0.95rem; line-height: 1.6; text-align: center; } /* Güncelleme Bölümü */ .updates-section { background: var(--white-hero); border-radius: 20px; padding: 30px; border: 1px solid rgba(var(--primary-red-rgb), 0.2); box-shadow: 0 8px 25px rgba(var(--darker-bg-rgb), 0.1), 0 0 15px rgba(var(--primary-red-rgb), 0.05); position: relative; overflow: hidden; } .updates-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--light-red-hero), var(--primary-red-hero)); z-index: 1; } .updates-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; flex-wrap: wrap; gap: 10px; } .updates-header h3 { font-family: 'Orbitron', sans-serif; font-size: 1.3rem; color: var(--dark-gray-hero); display: flex; align-items: center; gap: 10px; margin: 0; } .updates-header h3 i { color: var(--primary-red-hero); font-size: 1.4rem; } .updates-badge { background: linear-gradient(45deg, var(--primary-red-hero), var(--light-red-hero)); color: var(--white-hero); padding: 5px 12px; border-radius: 15px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 2px 8px rgba(var(--primary-red-rgb), 0.3); animation: pulseGlow 3s infinite ease-in-out; } .updates-timeline { position: relative; padding-left: 20px; } .updates-timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--primary-red-hero), var(--light-red-hero)); border-radius: 1px; } .update-item { position: relative; margin-bottom: 25px; padding-left: 25px; } .update-item::before { content: ''; position: absolute; left: -4px; top: 8px; width: 10px; height: 10px; background: var(--primary-red-hero); border-radius: 50%; border: 2px solid var(--white-hero); box-shadow: 0 0 10px rgba(var(--primary-red-rgb), 0.5); } .update-date { display: flex; flex-direction: column; align-items: center; background: rgba(var(--primary-red-rgb), 0.1); border: 1px solid rgba(var(--primary-red-rgb), 0.3); border-radius: 8px; padding: 8px; width: 60px; margin-bottom: 10px; } .update-month { font-size: 0.75rem; font-weight: 600; color: var(--primary-red-hero); text-transform: uppercase; line-height: 1; } .update-year { font-size: 0.9rem; font-weight: 700; color: var(--dark-gray-hero); line-height: 1; } .update-content { margin-left: 10px; } .update-version { background: var(--primary-red-hero); color: var(--white-hero); padding: 3px 8px; border-radius: 5px; font-size: 0.7rem; font-weight: 600; font-family: 'Orbitron', sans-serif; letter-spacing: 0.5px; display: inline-block; margin-bottom: 8px; box-shadow: 0 2px 5px rgba(var(--primary-red-rgb), 0.3); } .update-content h4 { font-size: 1rem; color: var(--dark-gray-hero); margin-bottom: 8px; font-weight: 600; } .update-content ul { list-style: none; padding: 0; margin: 0; } .update-content ul li { font-size: 0.85rem; color: var(--gray-text); margin-bottom: 4px; padding-left: 15px; position: relative; line-height: 1.4; } .update-content ul li::before { content: "•"; color: var(--primary-red-hero); position: absolute; left: 0; top: 0; font-weight: bold; } .updates-footer { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(var(--primary-red-rgb), 0.2); display: flex; flex-direction: column; align-items: center; gap: 15px; } .updates-footer p { font-size: 0.85rem; color: var(--gray-text); text-align: center; margin: 0; display: flex; align-items: center; gap: 8px; } .updates-footer p i { color: var(--primary-red-hero); } .updates-cta { background: linear-gradient(45deg, var(--primary-red-hero), var(--light-red-hero)); color: var(--white-hero); padding: 8px 16px; border-radius: 20px; text-decoration: none; font-size: 0.85rem; font-weight: 600; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 3px 10px rgba(var(--primary-red-rgb), 0.3); } .updates-cta:hover { background: linear-gradient(45deg, var(--secondary-red-hero), var(--primary-red-hero)); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(var(--primary-red-rgb), 0.4); color: var(--white-hero); } .updates-cta i { font-size: 0.9rem; } /* Yenileme Bölümü Özel Stilleri */ .renewal-info { margin-bottom: 20px; } .renewal-card { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; padding: 20px; background: rgba(var(--primary-red-rgb), 0.05); border-radius: 12px; border: 1px solid rgba(var(--primary-red-rgb), 0.2); } .renewal-icon { flex-shrink: 0; } .renewal-icon i { font-size: 2.2rem; color: var(--primary-red-hero); background: rgba(var(--primary-red-rgb), 0.1); width: 60px; height: 60px; line-height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; } .renewal-content h4 { font-size: 1.1rem; color: var(--dark-gray-hero); margin-bottom: 8px; font-weight: 600; font-family: 'Orbitron', sans-serif; } .renewal-content p { font-size: 0.9rem; color: var(--gray-text); line-height: 1.5; margin: 0; } .renewal-features { display: flex; flex-direction: column; gap: 10px; } .renewal-feature { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--gray-text); } .renewal-feature i { color: var(--primary-red-hero); font-size: 1rem; flex-shrink: 0; } /* Responsive Tasarım */ @media (max-width: 992px) { .video-updates-content { grid-template-columns: 1fr; gap: 30px; } .video-updates-title { font-size: 2.4rem; } } @media (max-width: 768px) { .video-updates-section { padding: 60px 2px; margin-left: 2px; margin-right: 2px; } .video-updates-title { font-size: 2rem; } .video-updates-subtitle { font-size: 1rem; padding: 0 2px; } .video-section, .updates-section { padding: 20px 15px; } .updates-header { flex-direction: column; align-items: flex-start; gap: 15px; } .updates-header h3 { font-size: 1.2rem; } .update-item { margin-bottom: 20px; } .update-content h4 { font-size: 0.95rem; } .update-content ul li { font-size: 0.8rem; } } @media (max-width: 480px) { .video-updates-section { padding: 50px 0px; margin-left: 0px; margin-right: 0px; border-radius: 15px; } .video-updates-title { font-size: 1.8rem; } .video-updates-subtitle { padding: 0 0px; } .video-section, .updates-section { padding: 15px 10px; } .video-info h3, .updates-header h3 { font-size: 1.1rem; } .update-date { width: 50px; padding: 6px; } .update-month { font-size: 0.7rem; } .update-year { font-size: 0.8rem; } .updates-footer { gap: 10px; } .updates-cta { padding: 6px 12px; font-size: 0.8rem; } } /* --- Product Overview Section Styles --- */ .product-overview-section { padding: 70px 20px; border-radius: 25px; margin: 20px; color: var(--dark-gray-hero); border: 1px solid #ddd; opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; text-align: center; /* İçeriği ortalamak için */ } .product-overview-section.visible { opacity: 1; transform: translateY(0); } .product-overview-container { max-width: 1000px; /* .faq-container ile benzer */ width: 100%; margin: 0 auto; /* Ortalamak için */ text-align: left; /* Paragraf ve listelerin sola yaslanması için */ } .product-overview-header { text-align: center; margin-bottom: 50px; } .product-overview-title { /* .faq-title ile benzer */ font-family: 'Orbitron', sans-serif; font-size: 2.8rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; } .product-overview-title .title-highlight { color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } .product-overview-title::after { /* .faq-title::after ile benzer */ content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } .product-overview-section p { font-size: 1.05rem; /* .focused-features-subtitle ile benzer */ color: var(--gray-text); line-height: 1.7; margin-bottom: 20px; text-align: justify; /* Metni iki yana yasla */ } .product-overview-section img { max-width: 100%; height: auto; border-radius: 12px; margin: 20px auto; display: block; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .product-overview-section .features-summary-list { list-style: none; padding-left: 0; margin-top: 30px; text-align: left; } .product-overview-section .features-summary-list li { font-size: 1rem; color: var(--gray-text); margin-bottom: 12px; padding-left: 28px; position: relative; } .product-overview-section .features-summary-list li::before { content: "f058"; /* Font Awesome check-circle */ font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--primary-red-hero); position: absolute; left: 0; top: 2px; font-size: 1.1em; } .product-overview-section .features-summary-list h3 { font-size: 1.5rem; color: var(--dark-gray-hero); margin-bottom: 20px; margin-top: 30px; text-align: center; font-family: 'Orbitron', sans-serif; } @media (max-width: 768px) { .product-overview-section { padding: 60px 2px; /* Yan paddingler minimuma indirildi */ margin-left: 2px; /* Kenar boşluğu minimuma indirildi */ margin-right: 2px; /* Kenar boşluğu minimuma indirildi */ } .product-overview-title { font-size: 2rem; } .product-overview-section p { font-size: 0.95rem; padding: 0 2px; } /* Paragraf için yan padding eklendi */ .product-overview-section .features-summary-list li { font-size: 0.9rem; } .product-overview-section .features-summary-list h3 { font-size: 1.3rem; } } @media (max-width: 480px) { .product-overview-section { padding: 50px 0px; /* Yan paddingler sıfırlandı */ margin-left: 0px; /* Kenar boşluğu sıfırlandı */ margin-right: 0px; /* Kenar boşluğu sıfırlandı */ border-radius: 15px; /* Köşe yuvarlaklığı biraz azaltıldı */ } .product-overview-container { padding: 0 0px; } /* İç container için yan padding sıfırlandı */ } @media (max-width: 992px) { .gallery-section .content-box { padding: 20px; } .gallery-section .gallery-title { font-size: 2rem; } } @media (max-width: 768px) { .gallery-section { padding: 60px 2px; /* Yan paddingler minimuma indirildi */ margin-left: 2px; /* Kenar boşluğu minimuma indirildi */ margin-right: 2px; /* Kenar boşluğu minimuma indirildi */ } .gallery-section .gallery-title { font-size: 1.8rem; } .gallery-section .gallery-subtitle { font-size: 1rem; max-width: 95%; padding: 0 2px; } /* Yan padding eklendi */ .gallery-section .content-box { flex-direction: column; padding: 15px 5px; gap: 15px; } /* Yan padding azaltıldı */ .gallery-section .gallery-left, .gallery-section .gallery-right { min-width: 100%; padding: 5px; } /* Padding azaltıldı */ .gallery-section .thumbnail { width: 60px; height: 60px; } /* Boyut azaltıldı */ .gallery-section .product-info-title { font-size: 1.5rem; } /* Boyut azaltıldı */ .gallery-section .product-description { font-size: 0.95rem; padding: 0 5px; } /* Yan padding eklendi */ .gallery-section .features-list li { font-size: 0.95rem; } /* Boyut azaltıldı */ } @media (max-width: 576px) { .gallery-section { padding: 50px 0px; /* Yan paddingler sıfırlandı */ margin-left: 0px; /* Kenar boşluğu sıfırlandı */ margin-right: 0px; /* Kenar boşluğu sıfırlandı */ border-radius: 15px; /* Köşe yuvarlaklığı biraz azaltıldı */ } .gallery-container { padding: 0 0px; } /* İç container için yan padding sıfırlandı */ .gallery-section .gallery-title { font-size: 1.4rem; } /* Boyut daha da küçültüldü */ .gallery-section .content-box { padding: 5px; } /* Padding daha da azaltıldı */ .gallery-section .thumbnail { width: 45px; height: 45px; } /* Boyut daha da küçültüldü */ .gallery-section .product-info-title { font-size: 1.3rem; } /* Boyut daha da küçültüldü */ .gallery-section .product-description { font-size: 0.9rem; padding: 0 2px; } /* Yan padding eklendi */ .gallery-section .features-list li { font-size: 0.9rem; } /* Boyut daha da küçültüldü */ .gallery-section .gallery-right { padding: 5px; } /* Padding daha da azaltıldı */ } /* --- Software Showcase Section Styles --- */ .software-showcase-container { margin: 20px; /* Masaüstü için margin korunuyor */ padding: 1px; /* İçerik taşmasını engellemek için minimal padding */ border-radius: 25px; opacity: 1; overflow: hidden; /* İçerik taşmasını engellemek için */ border: 1px solid #ddd; } .page-title-section { text-align: center; padding: 50px 20px 20px; opacity: 1; } .page-title-section h1 { font-family: 'Orbitron', sans-serif; font-size: 2.8rem; /* gallery-title ile aynı */ color: var(--dark-gray-hero); margin-bottom: 25px; /* gallery-title ile aynı */ text-transform: uppercase; /* gallery-title ile aynı */ font-weight: 700; /* gallery-title ile aynı */ letter-spacing: 1.5px; /* gallery-title ile aynı */ position: relative; display: inline-block; padding-bottom: 12px; /* Alt çizgi için boşluk, gallery-title ile aynı */ /* text-shadow kaldırıldı, çünkü bu başlıkta span.title-highlight yok */ } .page-title-section h1::after { /* Yeni genel alt çizgi, gallery-title::after ile aynı */ content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } .page-title-section p { font-size: 1.15rem; color: var(--gray-text); max-width: 750px; margin: 0 auto; } .software-feature-section { display: flex; align-items: center; justify-content: center; padding: 40px 40px; position: relative; } .software-feature-section:not(:last-child) { border-bottom: 1px solid #eee; } .feature-content-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; max-width: 1200px; width: 100%; opacity: 1; } .software-feature-section:nth-of-type(even) .feature-content-wrapper .feature-text { order: 1; padding-left: 30px; padding-right: 0; } .software-feature-section:nth-of-type(even) .feature-content-wrapper .feature-image-container { order: -1; } .software-feature-section:nth-of-type(odd) .feature-content-wrapper .feature-text { padding-right: 30px; padding-left: 0; } .feature-text h2 { font-size: 2.2rem; /* Boyut ayarlandı */ color: var(--dark-gray-hero); /* Renk değiştirildi */ margin-bottom: 20px; text-shadow: none; /* Gölge kaldırıldı */ font-weight: 600; /* Kalınlık eklendi */ letter-spacing: 1px; /* Harf aralığı eklendi */ display: flex; /* Eklendi */ flex-direction: column; /* Eklendi */ align-items: center; /* Eklendi */ text-align: center; /* Eklendi */ } .feature-text h2 i { color: var(--primary-red-hero); /* İkon rengi ayarlandı */ font-size: 2.5rem; /* İkon boyutu biraz büyütüldü */ margin-right: 0; /* Kaldırıldı */ margin-bottom: 15px; /* İkon ve başlık arasına boşluk eklendi */ /* vertical-align: middle; Kaldırıldı */ } .feature-text p { font-size: 1.05rem; color: var(--gray-text); margin-bottom: 15px; line-height: 1.75; text-align: center; } .feature-text ul { list-style: none; padding-left: 0; } .feature-text ul li { font-size: 0.95rem; color: var(--gray-text); margin-bottom: 8px; padding-left: 25px; position: relative; } .feature-text ul li::before { content: "f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--light-red-hero); position: absolute; left: 0; top: 1px; } .feature-image-container { border-radius: 12px; overflow: hidden; box-shadow: 0 8px 25px rgba(var(--darker-bg-rgb), 0.15), 0 0 15px rgba(var(--neon-red-rgb),0.1); border: 1px solid #ddd; } .feature-image-container img { width: 100%; height: auto; display: block; aspect-ratio: 16/10; object-fit: cover; } @media (max-width: 992px) { .feature-content-wrapper, .software-feature-section:nth-of-type(even) .feature-content-wrapper { grid-template-columns: 1fr; gap: 35px; } .software-feature-section:nth-of-type(even) .feature-content-wrapper .feature-text, .software-feature-section:nth-of-type(odd) .feature-content-wrapper .feature-text { order: 0; padding-left: 0; padding-right: 0; text-align: center; } .feature-text ul { display: inline-block; text-align: left; } .feature-text h2 { font-size: 2.2rem; } .feature-image-container { margin-top: 25px; max-width: 500px; margin-left: auto; margin-right: auto; } .page-title-section h1 { font-size: 2.5rem; } .page-title-section p { font-size: 1.1rem; } } @media (max-width: 768px) { .software-showcase-container { margin-left: 2px; /* Kenar boşluğu minimuma indirildi */ margin-right: 2px; /* Kenar boşluğu minimuma indirildi */ } .software-feature-section { padding: 40px 2px; min-height: auto; } /* Yan padding daha da azaltıldı */ .feature-text h2 { font-size: 1.9rem; } .feature-text h2 i { font-size: 1.8rem; } .feature-text p { font-size: 0.95rem; padding: 0 5px; } /* Yan padding eklendi */ .feature-text ul li { font-size: 0.9rem; } .page-title-section h1 { font-size: 2.2rem; } .page-title-section p { font-size: 1rem; padding: 0 2px;} /* Yan padding azaltıldı */ } @media (max-width: 480px) { .software-showcase-container { margin-left: 0px; /* Kenar boşluğu sıfırlandı */ margin-right: 0px; /* Kenar boşluğu sıfırlandı */ border-radius: 15px; /* Köşe yuvarlaklığı biraz azaltıldı */ } .software-feature-section { padding: 30px 2px; } /* Yan padding minimuma indirildi */ .page-title-section { padding: 40px 2px 15px; } /* Yan padding minimuma indirildi */ .page-title-section h1 { font-size: 2rem; } .page-title-section p { font-size: 0.95rem; padding: 0 0px;} /* Yan padding sıfırlandı */ } /* --- Focused Features Section Styles --- */ .focused-features-section { min-height: auto; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 70px 20px; /* Masaüstü için padding korunuyor */ border-radius: 25px; margin: 20px; /* Masaüstü için margin korunuyor */ color: var(--dark-gray-hero); border: 1px solid #ddd; opacity: 1; } .focused-features-section::before { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 500px; height: 300px; background: radial-gradient(ellipse, rgba(var(--neon-red-rgb, 255, 51, 51), 0.15) 0%, transparent 70%); filter: blur(25px); opacity: 0.8; z-index: 0; animation: pulseSubtle 7s ease-in-out infinite alternate; } @keyframes pulseSubtle { 0% { opacity: 0.6; transform: translateX(-50%) scale(1); } 100% { opacity: 0.9; transform: translateX(-50%) scale(1.05); } } .focused-features-container { max-width: 1300px; width: 100%; z-index: 5; position: relative; /* animation: fadeIn 0.8s ease-out; // Kaldırıldı */ padding: 0 15px; /* Masaüstü için iç padding korunuyor */ } .focused-features-header { text-align: center; margin-bottom: 50px; position: relative; } .focused-features-title { font-family: 'Orbitron', sans-serif; /* tech-font */ font-size: 2.8rem; /* gallery-title ile aynı */ color: var(--dark-gray-hero); /* gallery-title ile aynı */ margin-bottom: 25px; /* gallery-title ile aynı */ text-transform: uppercase; /* gallery-title ile aynı */ font-weight: 700; /* gallery-title ile aynı */ letter-spacing: 1.5px; /* gallery-title ile aynı */ position: relative; display: inline-block; padding-bottom: 12px; /* Alt çizgi için boşluk, gallery-title ile aynı */ /* animation: slideUp 0.6s ease-out 0.3s backwards; // Kaldırıldı */ } .focused-features-title .title-highlight { /* Sadece renk ve gölge için */ color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } .focused-features-title::after { /* Yeni genel alt çizgi, gallery-title::after ile aynı */ content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } .focused-features-subtitle { color: var(--gray-text); font-size: 1.05rem; font-weight: 300; letter-spacing: 0.6px; max-width: 750px; margin: 15px auto 0 auto; /* animation: slideUp 0.6s ease-out 0.4s backwards; // Kaldırıldı */ } .focused-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; /* animation: slideUp 0.7s ease-out 0.5s backwards; // Kaldırıldı */ } .focused-feature-card { background: var(--white-hero); border-radius: 18px; padding: 25px 20px; text-align: center; border: 1px solid #ddd; box-shadow: 0 6px 20px rgba(var(--darker-bg-rgb), 0.1), 0 0 10px rgba(var(--neon-red-rgb), 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden; display: flex; flex-direction: column; } .focused-feature-card:hover { transform: translateY(-8px); box-shadow: 0 10px 30px rgba(var(--darker-bg-rgb), 0.15), 0 0 20px rgba(var(--neon-red-rgb), 0.15); border-color: rgba(var(--neon-red-rgb), 0.4); } .focused-feature-card::before { content: ""; position: absolute; top: 0; left: -80%; width: 60%; height: 100%; background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.08) 50%, transparent 100%); transform: skewX(-20deg); transition: left 0.7s cubic-bezier(0.23, 1, 0.32, 1); z-index: 1; } .focused-feature-card:hover::before { left: 120%; } .focused-feature-card-icon { margin-bottom: 15px; z-index: 2; position: relative; } .focused-feature-card-icon i { font-size: 2.5rem; color: var(--light-red-hero); background: rgba(255, 51, 51, 0.08); width: 70px; height: 70px; line-height: 70px; border-radius: 50%; border: 1px solid rgba(255, 51, 51, 0.3); display: inline-block; transition: all 0.3s ease; text-shadow: 0 0 10px rgba(255, 51, 51, 0.6); } .focused-feature-card:hover .focused-feature-card-icon i { background: var(--light-red-hero); color: var(--white-hero); transform: scale(1.08) rotate(5deg); box-shadow: 0 0 20px var(--light-red-hero); } .focused-feature-card-title { font-family: 'Orbitron', sans-serif; font-size: 1.35rem; color: var(--light-text); margin-bottom: 10px; font-weight: 600; z-index: 2; position: relative; } .focused-feature-card-description { font-size: 0.85rem; color: var(--gray-text); line-height: 1.6; min-height: 50px; z-index: 2; position: relative; flex-grow: 1; } @media (max-width: 1200px) { .focused-features-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } } @media (max-width: 992px) { .focused-features-title { font-size: 2.2rem; } .focused-features-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; } .focused-feature-card { padding: 20px 15px; } } @media (max-width: 768px) { .focused-features-section { padding: 60px 2px; /* Yan paddingler minimuma indirildi */ margin-left: 2px; /* Kenar boşluğu minimuma indirildi */ margin-right: 2px; /* Kenar boşluğu minimuma indirildi */ } .focused-features-container { padding: 0 2px; } /* İç container yan padding minimuma indirildi */ .focused-features-title { font-size: 2rem; } .focused-features-subtitle { font-size: 1rem; padding: 0 2px;} /* Yan padding minimuma indirildi */ .focused-features-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 15px; } /* Gap azaltıldı */ .focused-feature-card-icon i { font-size: 2.2rem; width: 65px; height: 65px; line-height: 65px;} .focused-feature-card-title { font-size: 1.25rem; } } @media (max-width: 576px) { .focused-features-section { padding: 50px 0px; /* Yan paddingler sıfırlandı */ margin-left: 0px; /* Kenar boşluğu sıfırlandı */ margin-right: 0px; /* Kenar boşluğu sıfırlandı */ border-radius: 15px; /* Köşe yuvarlaklığı biraz azaltıldı */ } .focused-features-container { padding: 0 0px; } /* İç container için yan padding sıfırlandı */ .focused-features-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; } /* Gap daha da azaltıldı */ .focused-features-title { font-size: 1.8rem; } .focused-features-subtitle { padding: 0 0px;} /* Yan padding sıfırlandı */ .focused-feature-card-icon i { font-size: 2rem; width: 60px; height: 60px; line-height: 60px;} .focused-feature-card-title { font-size: 1.15rem; } .focused-feature-card-description { font-size: 0.8rem; min-height: 40px;} } /* --- Yeni Merak Edilenler (FAQ) Bölümü --- */ .faq-section { min-height: auto; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 80px 20px; /* Masaüstü için padding korunuyor */ border-radius: 25px; margin: 20px; /* Masaüstü için margin korunuyor */ color: var(--dark-gray-hero); border: 1px solid #ddd; background-color: rgba(230, 0, 0, 0.02); /* Hafif kırmızı tonu */ opacity: 1; } .faq-container { max-width: 1000px; width: 100%; z-index: 5; position: relative; /* animation: fadeIn 0.8s ease-out; // Kaldırıldı */ padding: 0 15px; /* Masaüstü için iç padding korunuyor */ } .faq-header { text-align: center; margin-bottom: 50px; position: relative; } .faq-title { font-family: 'Orbitron', sans-serif; font-size: 2.8rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; /* animation: slideUp 0.6s ease-out 0.3s backwards; // Kaldırıldı */ } .faq-title .title-highlight { color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } .faq-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } .faq-subtitle { color: var(--gray-text); font-size: 1.1rem; font-weight: 300; letter-spacing: 0.6px; max-width: 750px; margin: 15px auto 0 auto; /* animation: slideUp 0.6s ease-out 0.4s backwards; // Kaldırıldı */ } .faq-accordion { display: flex; flex-direction: column; gap: 15px; margin-top: 20px; } .faq-item { border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; background-color: var(--white-hero); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } .faq-item:hover { box-shadow: 0 6px 15px rgba(var(--primary-red-rgb), 0.1); border-color: rgba(var(--primary-red-rgb), 0.3); } .faq-question { padding: 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; font-size: 1.1rem; color: var(--dark-gray-hero); transition: all 0.3s ease; } .faq-question:hover { color: var(--primary-red-hero); } .faq-question i { color: var(--primary-red-hero); font-size: 1.2rem; transition: transform 0.3s ease; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 20px; color: var(--gray-text); font-size: 1rem; line-height: 1.7; } .faq-item.active .faq-question { color: var(--primary-red-hero); border-bottom: 1px solid rgba(var(--primary-red-rgb), 0.2); } .faq-item.active .faq-question i { transform: rotate(180deg); } .faq-item.active .faq-answer { max-height: 500px; padding-top: 15px; padding-bottom: 20px; } .contact-info { text-align: center; /* Mobil için de ortalı kalsın */ margin-top: 50px; /* Üst boşluk artırıldı */ padding: 25px 20px; /* İç boşluk artırıldı */ background: linear-gradient(135deg, rgba(var(--primary-red-rgb), 0.05), rgba(var(--primary-red-rgb), 0.1)); border-radius: 15px; /* Kenar yuvarlaklığı artırıldı */ border: 1px solid rgba(var(--primary-red-rgb), 0.25); box-shadow: 0 5px 15px rgba(var(--primary-red-rgb), 0.1); display: flex; /* Flexbox ile hizalama */ flex-direction: column; /* Öğeleri alt alta sırala */ align-items: center; /* Yatayda ortala */ gap: 15px; /* Öğeler arası boşluk */ } .contact-info p { font-size: 1.15rem; /* Yazı boyutu biraz büyütüldü */ color: var(--dark-gray-hero); margin-bottom: 0; /* Flex gap ile yönetilecek */ } .contact-info .contact-links { /* Bağlantıları sarmalamak için yeni bir div (HTML'de eklenecek) */ display: flex; gap: 15px; flex-wrap: wrap; /* Küçük ekranlarda alt satıra geçsin */ justify-content: center; } .contact-info a { background: var(--primary-red-hero); color: var(--white-hero); padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; box-shadow: 0 4px 10px rgba(var(--primary-red-rgb), 0.3); margin-left: 0; /* Flex gap ile yönetilecek */ } .contact-info a i { margin-right: 8px; /* İkon ve metin arası boşluk artırıldı */ font-size: 1.1rem; /* İkon boyutu artırıldı */ } .contact-info a:hover { background: var(--light-red-hero); color: var(--white-hero); transform: translateY(-3px); box-shadow: 0 6px 15px rgba(var(--primary-red-rgb), 0.4); } @media (max-width: 768px) { .faq-section { padding: 60px 2px; /* Yan paddingler minimuma indirildi */ margin-left: 2px; /* Kenar boşluğu minimuma indirildi */ margin-right: 2px; /* Kenar boşluğu minimuma indirildi */ } .faq-container { padding: 0 2px; } /* İç container yan padding minimuma indirildi */ .faq-title { font-size: 2rem; } .faq-subtitle { font-size: 1rem; padding: 0 2px; /* Yan padding minimuma indirildi */ } .faq-question { font-size: 1rem; padding: 15px 5px; /* Yan padding azaltıldı */ } .faq-answer { font-size: 0.9rem; padding: 0 5px; /* Yan padding azaltıldı */ } .faq-item.active .faq-answer { padding-top: 10px; padding-bottom: 15px; } .contact-info { padding: 20px 5px; /* Mobil için iç boşluk ayarı, yan padding azaltıldı */ gap: 12px; } .contact-info p { font-size: 1rem; } .contact-info a { padding: 8px 15px; font-size: 0.9rem; } .contact-info a i { font-size: 1rem; } } @media (max-width: 480px) { .faq-section { padding: 50px 0px; /* Yan paddingler sıfırlandı */ margin-left: 0px; /* Kenar boşluğu sıfırlandı */ margin-right: 0px; /* Kenar boşluğu sıfırlandı */ border-radius: 15px; /* Köşe yuvarlaklığı biraz azaltıldı */ } .faq-container { padding: 0 0px; } /* İç container için yan padding sıfırlandı */ .faq-subtitle { padding: 0 0px; } /* Yan padding sıfırlandı */ .faq-question { padding: 12px 2px; } /* Yan padding minimuma indirildi */ .faq-answer { padding: 0 2px; } /* Yan padding minimuma indirildi */ .contact-info { padding: 15px 2px; } /* Yan padding minimuma indirildi */ } /* --- Destek ve İletişim Bölümü Stilleri --- */ .support-contact-section { min-height: auto; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 80px 20px; border-radius: 25px; margin: 20px; color: var(--dark-gray-hero); border: 1px solid #ddd; background: linear-gradient(135deg, rgba(var(--primary-red-rgb), 0.02), rgba(var(--primary-red-rgb), 0.05)); } .support-contact-container { max-width: 1200px; width: 100%; z-index: 5; position: relative; padding: 0 15px; } .support-contact-header { text-align: center; margin-bottom: 50px; position: relative; } .support-contact-title { font-family: 'Orbitron', sans-serif; font-size: 2.8rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; } .support-contact-title .title-highlight { color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } .support-contact-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } .support-contact-subtitle { color: var(--gray-text); font-size: 1.1rem; font-weight: 300; letter-spacing: 0.6px; max-width: 750px; margin: 15px auto 0 auto; } .support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-bottom: 50px; } .support-card { background: var(--white-hero); border-radius: 18px; padding: 30px 25px; text-align: center; border: 1px solid #ddd; box-shadow: 0 6px 20px rgba(var(--darker-bg-rgb), 0.1), 0 0 10px rgba(var(--neon-red-rgb), 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden; display: flex; flex-direction: column; height: 100%; } .support-card:hover { transform: translateY(-8px); box-shadow: 0 10px 30px rgba(var(--darker-bg-rgb), 0.15), 0 0 20px rgba(var(--neon-red-rgb), 0.15); border-color: rgba(var(--neon-red-rgb), 0.4); } .support-card::before { content: ""; position: absolute; top: 0; left: -80%; width: 60%; height: 100%; background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.08) 50%, transparent 100%); transform: skewX(-20deg); transition: left 0.7s cubic-bezier(0.23, 1, 0.32, 1); z-index: 1; } .support-card:hover::before { left: 120%; } .support-card-icon { margin-bottom: 20px; z-index: 2; position: relative; } .support-card-icon i { font-size: 2.8rem; color: var(--light-red-hero); background: rgba(255, 51, 51, 0.08); width: 80px; height: 80px; line-height: 80px; border-radius: 50%; border: 1px solid rgba(255, 51, 51, 0.3); display: inline-block; transition: all 0.3s ease; text-shadow: 0 0 10px rgba(255, 51, 51, 0.6); } .support-card:hover .support-card-icon i { background: var(--light-red-hero); color: var(--white-hero); transform: scale(1.08) rotate(5deg); box-shadow: 0 0 20px var(--light-red-hero); } .support-card-title { font-family: 'Orbitron', sans-serif; font-size: 1.4rem; color: var(--light-text); margin-bottom: 15px; font-weight: 600; z-index: 2; position: relative; } .support-card-description { font-size: 0.95rem; color: var(--gray-text); line-height: 1.6; margin-bottom: 25px; z-index: 2; position: relative; flex-grow: 1; text-align: center; } .support-card-actions { z-index: 2; position: relative; } .support-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 25px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; border: none; cursor: pointer; min-width: 180px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } .support-btn i { margin-right: 8px; font-size: 1.1rem; } .whatsapp-btn { background: linear-gradient(45deg, #25D366, #128C7E); color: var(--white-hero); } .whatsapp-btn:hover { background: linear-gradient(45deg, #128C7E, #075E54); transform: translateY(-3px); box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4); } .phone-btn { background: linear-gradient(45deg, var(--primary-red-hero), var(--light-red-hero)); color: var(--white-hero); } .phone-btn:hover { background: linear-gradient(45deg, var(--secondary-red-hero), var(--primary-red-hero)); transform: translateY(-3px); box-shadow: 0 6px 18px rgba(var(--primary-red-rgb), 0.4); } .sales-btn { background: linear-gradient(45deg, #007bff, #0056b3); color: var(--white-hero); } .sales-btn:hover { background: linear-gradient(45deg, #0056b3, #004085); transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0, 123, 255, 0.4); } .email-btn { background: linear-gradient(45deg, #28a745, #20c997); color: var(--white-hero); } .email-btn:hover { background: linear-gradient(45deg, #20c997, #17a2b8); transform: translateY(-3px); box-shadow: 0 6px 18px rgba(40, 167, 69, 0.4); } .contact-quick-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; padding: 25px; background: rgba(var(--primary-red-rgb), 0.05); border-radius: 15px; border: 1px solid rgba(var(--primary-red-rgb), 0.2); } .quick-info-item { display: flex; align-items: center; gap: 12px; color: var(--gray-text); font-size: 0.95rem; font-weight: 500; } .quick-info-item i { color: var(--primary-red-hero); font-size: 1.2rem; width: 24px; text-align: center; flex-shrink: 0; } @media (max-width: 992px) { .support-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .support-contact-title { font-size: 2.2rem; } .contact-quick-info { grid-template-columns: 1fr; gap: 15px; } } @media (max-width: 768px) { .support-contact-section { padding: 60px 2px; margin-left: 2px; margin-right: 2px; } .support-contact-container { padding: 0 2px; } .support-contact-title { font-size: 2rem; } .support-contact-subtitle { font-size: 1rem; padding: 0 2px; } .support-grid { grid-template-columns: 1fr; gap: 20px; } .support-card { padding: 25px 20px; } .support-card-icon i { font-size: 2.4rem; width: 70px; height: 70px; line-height: 70px; } .support-card-title { font-size: 1.25rem; } .support-btn { min-width: 160px; padding: 10px 20px; font-size: 0.9rem; } .contact-quick-info { padding: 20px; margin-top: 30px; } .quick-info-item { font-size: 0.9rem; } } @media (max-width: 480px) { .support-contact-section { padding: 50px 0px; margin-left: 0px; margin-right: 0px; border-radius: 15px; } .support-contact-container { padding: 0 0px; } .support-contact-title { font-size: 1.8rem; } .support-contact-subtitle { padding: 0 0px; } .support-card { padding: 20px 15px; } .support-card-icon i { font-size: 2.2rem; width: 65px; height: 65px; line-height: 65px; } .support-card-title { font-size: 1.15rem; } .support-card-description { font-size: 0.9rem; } .support-btn { min-width: 140px; padding: 9px 18px; font-size: 0.85rem; } .contact-quick-info { padding: 15px; } .quick-info-item { font-size: 0.85rem; gap: 10px; } .quick-info-item i { font-size: 1.1rem; width: 20px; } }



Launch Logo

DBSCAR 5

Profesyonel Seviye Arıza Tespit Cihazı

Gelişmiş Kablosuz Bağlantı
Geniş Kapsamlı Marka Desteği
Yüksek Hızlı Teşhis
Satın Al
SATIN AL

Launch Teknolojisi

Launch DBSCAR 5: Teknik Özellikler

Launch DBSCAR 5, araç elektroniği için üst düzey teşhis, kapsamlı özel fonksiyonlar ve dayanıklı bir Bluetooth adaptörü sunar.



360°
360°
360°
Thumbnail 1
Thumbnail 2
Thumbnail 3
Thumbnail 4

DBSCAR 5 Öne Çıkanlar

Launch DBSCAR 5, aracınızın tüm elektronik sistemlerine derinlemesine erişim sağlayan, en yeni teknolojiye sahip profesyonel bir Arıza Tespit cihazıdır. Genişletilmiş marka desteği, gelişmiş fonksiyonları ve kullanıcı dostu arayüzü ile atölyeniz için ideal çözümdür.

  • Gelişmiş ECU Kodlama ve Programlama
  • Detaylı Canlı Veri Akışı ve Kaydı
  • 45+ Özel Servis Fonksiyonu
  • Hata Kodu Okuma ve Silme

DBSCAR 5 Tanıtım Videosu ve Yazılım Yenileme

Cihazınızın detaylı tanıtımını izleyin ve yazılım yenileme seçeneklerini keşfedin.

Ürün Tanıtım Videosu

Launch DBSCAR 5'in tüm özelliklerini ve kullanım alanlarını detaylı bir şekilde inceleyin.


Yazılım Yenileme

1 Yıl Ücretsiz

Yıllık Yenileme Paketi

Cihazınız 1 yıl ücretsiz güncellemelerle birlikte gelir. Yıllık yenileme paketleri ile her zaman en güncel özelliklerden faydalanın.

En son araç modelleri desteği
Yeni özel servis fonksiyonları
Gelişmiş teşhis algoritmaları
Online ECU programlama güncellemeleri

Yenileme paketleri hakkında detaylı bilgi için tıklayın


Yenileme Sayfası

Launch XDiag Pro Yazılımı

Launch DBSCAR 5 ile tam uyumlu XDiag Pro yazılımı, kapsamlı teşhis ve profesyonel bakım fonksiyonlarını gelişmiş bir arayüzle sunar.

Gelişmiş XDiag Pro Arayüzü

Launch XDiag Pro yazılımı, DBSCAR 5'in tüm yeteneklerini ortaya çıkaran, modern, hızlı ve son derece kullanıcı dostu bir arayüze sahiptir. Ana menü üzerinden tüm modüllere, özel fonksiyonlara ve online programlama seçeneklerine kolayca ulaşabilirsiniz.

  • Optimize edilmiş menü yapısı ve hızlı navigasyon
  • Yüksek çözünürlüklü ekranlar için tasarlanmış arayüz
  • Akıllı arama ve filtreleme fonksiyonları
  • Entegre teknik veri ve yardım kılavuzları

XDiag Pro Yazılım Arayüzü

Kapsamlı Özel Fonksiyonlar ve Online Kodlama

Yetkili servis düzeyinde birçok özel fonksiyonu ve online ECU kodlama/programlama işlemlerini XDiag Pro yazılımı ile kolayca gerçekleştirin. En karmaşık bakım ve onarım işlemlerini profesyonelce tamamlayın.

  • Gelişmiş servis ve yağ sıfırlama seçenekleri
  • Online ECU programlama ve adaptasyonlar
  • ADAS kalibrasyon desteği (ek donanım gerekebilir)
  • Komponent aktivasyon testleri ve parametre ayarları

XDiag Yazılım Özellikleri

Akıllı Araç Tanıma ve Bulut Tabanlı Raporlama

XDiag Pro, VIN (Şasi Numarası) üzerinden aracınızı otomatik olarak tanır ve doğru sistemlere hızla erişmenizi sağlar.

  • CAN ve K-Line protokol desteği ile hızlı araç tespiti
  • Detaylı ve özelleştirilebilir tam sistem tarama raporu

XDiag Pro Özel Fonksiyonlar

DBSCAR 5 Üstün Yetenekleri

Launch DBSCAR 5, temel arıza tespitinden en gelişmiş profesyonel bakım ve programlama işlemlerine kadar geniş bir yelpazede size rakipsiz güç katar.

Gelişmiş Hata Kodu Yönetimi

Tüm ECU'lardan DTC okuma, detaylı yorumlama ve silme.

Akıllı VIN & Topoloji

Otomatik araç tespiti ve sistem topoloji haritası.

Çok Kanallı Canlı Veri

Sensör verilerini grafiksel, metinsel ve karşılaştırmalı izleme.

Online Programlama

Desteklenen markalarda ECU online kodlama ve programlama.

Genişletilmiş Uyumluluk

DoIP, CAN FD dahil en yeni protokoller ve geniş marka/model desteği.

Profesyonel Arayüz

Hızlı, sezgisel ve özelleştirilebilir XDiag Pro arayüzü.

45+ Servis Fonksiyonu

Yağ, EPB, SAS, BMS, DPF, Enjektör, IMMO ve daha fazlası.

Akü Yönetim Sistemi

Akü kaydı, testi ve sağlık durumu analizi.

ADAS Kalibrasyonu

Gelişmiş sürücü destek sistemleri kalibrasyonu (ek ekipmanla).

IMMO & Anahtar Prog.

Gelişmiş immobilizer ve anahtar programlama fonksiyonları (ek donanım gerekebilir).

Varyant Kodlama

Araç özelliklerini etkinleştirme/devre dışı bırakma.

Ve Daha Fazlası...

Launch DBSCAR 5 ile birçok ek modül ve fonksiyona erişim sağlayın.

DBSCAR 5 Hakkında Merak Edilenler

Launch DBSCAR 5 hakkında en çok sorulan sorular ve cevapları.

Launch DBSCAR 5'i satın aldığımda kutu içeriğinde neler bulunur?

Launch DBSCAR 5 profesyonel paketiniz özenle hazırlanmış olup, içerisinde şunları bulacaksınız:

  • Launch DBSCAR 5 Ana Ünite (Gelişmiş Bluetooth VCI)
  • OBD-II Ana Bağlantı Kablosu
  • Yazılım Aktivasyon Bilgileri (Seri Numarası ve Aktivasyon Kodu) - WhatsApp üzerinden iletilir

Bu sayede cihazınızı hemen kullanmaya başlayabilir ve profesyonel teşhis işlemlerinizi gerçekleştirebilirsiniz.

Launch DBSCAR 5 cihazı hangi araçlarla uyumludur ve hangi protokolleri destekler?

Launch DBSCAR 5, 1996 sonrası üretilen ve OBD-II standardını destekleyen hemen hemen tüm araçlarla uyumludur. Avrupa, Asya ve Amerika menşeili 120'den fazla araç markasını destekler. CAN ve K-Line gibi yaygın iletişim protokollerini destekleyerek modern araçlarla tam uyumluluk sağlar. Başlıca desteklenen markalar arasında Volkswagen Grubu, BMW, Mercedes-Benz, Toyota, Honda, Hyundai/Kia, Ford, GM, Stellantis Grubu (Fiat, Chrysler, Peugeot, Citroen vb.) ve daha birçok marka bulunmaktadır.

Cihazın yazılım güncelleme süresi ne kadardır ve nasıl yenilenir?

Launch DBSCAR 5 cihazı satın alındığında bir (1) yıl ücretsiz yazılım güncelleme hakkı ile gelir. Bu süre sonunda cihazı tam kapasite ile kullanmaya devam etmek için yazılım aboneliğinin yenilenmesi önerilir. Yenileme sayesinde en güncel araç modellerini destekleyebilir, yeni özel fonksiyonlara erişebilir ve online ECU programlama özelliklerinden faydalanabilirsiniz. Yıllık yenileme paketleri ve avantajları hakkında detaylı bilgi için satış temsilcimizle iletişime geçebilirsiniz.

XDiag Pro yazılımı hangi cihazlarda çalışır?

Launch XDiag Pro yazılımı genellikle Android tabanlı tabletlerle kullanılmak üzere tasarlanmıştır. Optimum performans ve tüm özelliklerden faydalanabilmek iin güncel Android sürümüne (genellikle Android 7.0 ve üzeri), yeterli RAM ve depolama alanına sahip bir tablet kullanılması önerilir. Bazı DBSCAR 5 paketleri kendi tableti ile birlikte gelebilir.

Online ECU programlama ve kodlama için ek bir ücret veya abonelik gerekir mi?

Launch DBSCAR 5 ile sunulan online ECU programlama ve kodlama fonksiyonları genellikle aktif yazılım aboneliği kapsamında sunulur. Bazı markalar veya özel işlemler için ek modül veya üretici bazlı ek abonelikler gerekebilir. Bu konuda en güncel bilgiyi ve markaya özel gereksinimleri satış danışmanlarımızdan alabilirsiniz.

Cihaz kurulumu ve aktivasyonu karmaşık mıdır?

Cihaz kurulumu ve aktivasyonu kullanıcı dostu bir süreçtir. XDiag Pro yazılımını tabletinize kurduktan sonra, DBSCAR 5 VCI (Araç İletişim Arayüzü) ile Bluetooth üzerinden bağlantı kurmanız gerekir. Aktivasyon için gerekli kullanıcı bilgileri (Seri Numarası ve Aktivasyon Kodu) ve kurulum yönergeleri size WhatsApp üzerinden iletilecektir. Bu bilgilerle sisteme giriş yaparak cihazınızı ve yazılımınızı kolayca aktif hale getirebilirsiniz. Kurulum ve aktivasyon sürecinde teknik destek ekibimiz size her zaman yardımcı olacaktır.

Launch DBSCAR 5 Türkçe dil desteği sunuyor mu?

Launch DBSCAR 5 ve XDiag Pro yazılımı akıllı dil tanıma özelliğine sahiptir. Uygulama, kullanılan tablet veya mobil cihazın işletim sistemi dilini otomatik olarak algılar ve arayüzünü bu dile göre yapılandırır. Bu sayede menüler, arıza kodları, açıklamalar ve sistem mesajları cihazınızın ana dilinde görüntülenir, böylece optimal kullanıcı deneyimi sağlanır.

Destek ve İletişim

Launch DBSCAR 5 için profesyonel destek ve satış danışmanlığı hizmetimizden faydalanın.

Teknik Destek

Cihazınızın kurulumu, aktivasyonu ve kullanımı hakkında uzman desteği alın.


WhatsApp Destek

Telefon Desteği

Hızlı çözüm için direkt telefon hattımızdan bize ulaşın.


0850 532 0550

Mail Desteği

Detaylı sorularınız ve özel talepleriniz için e-posta desteği.


E-posta Gönder



Axess 12 Installment
Single Payment 13.901,90 ₺ 13.901,90 ₺
2 Installment 7.301,28 ₺ 14.602,56 ₺
3 Installment 4.967,15 ₺ 14.901,45 ₺
4 Installment 3.802,52 ₺ 15.210,07 ₺
5 Installment 3.105,68 ₺ 15.528,42 ₺
6 Installment 2.643,22 ₺ 15.859,29 ₺
7 Installment 2.315,86 ₺ 16.211,01 ₺
8 Installment 2.070,17 ₺ 16.561,33 ₺
9 Installment 1.880,46 ₺ 16.924,17 ₺
10 Installment 1.730,51 ₺ 17.305,09 ₺
11 Installment 1.607,94 ₺ 17.687,39 ₺
12 Installment 1.506,97 ₺ 18.083,59 ₺
Bonus 12 Installment
Single Payment 13.901,90 ₺ 13.901,90 ₺
2 Installment 7.301,28 ₺ 14.602,56 ₺
3 Installment 4.966,22 ₺ 14.898,67 ₺
4 Installment 3.801,13 ₺ 15.204,51 ₺
5 Installment 3.103,46 ₺ 15.517,30 ₺
6 Installment 2.640,90 ₺ 15.845,39 ₺
7 Installment 2.312,68 ₺ 16.188,76 ₺
8 Installment 2.067,04 ₺ 16.536,31 ₺
9 Installment 1.876,76 ₺ 16.890,81 ₺
10 Installment 1.726,62 ₺ 17.266,16 ₺
11 Installment 1.603,77 ₺ 17.641,51 ₺
12 Installment 1.502,45 ₺ 18.029,37 ₺
Paraf 12 Installment
Single Payment 13.901,90 ₺ 13.901,90 ₺
2 Installment 7.247,76 ₺ 14.495,51 ₺
3 Installment 4.922,20 ₺ 14.766,60 ₺
4 Installment 3.760,12 ₺ 15.040,47 ₺
5 Installment 3.063,70 ₺ 15.318,50 ₺
6 Installment 2.599,66 ₺ 15.597,93 ₺
7 Installment 2.269,58 ₺ 15.887,09 ₺
8 Installment 2.021,68 ₺ 16.173,47 ₺
9 Installment 1.828,56 ₺ 16.457,07 ₺
10 Installment 1.675,32 ₺ 16.753,18 ₺
11 Installment 1.549,05 ₺ 17.039,56 ₺
12 Installment 1.444,06 ₺ 17.328,72 ₺
World 12 Installment
Single Payment 13.901,90 ₺ 13.901,90 ₺
2 Installment 7.318,66 ₺ 14.637,31 ₺
3 Installment 5.050,10 ₺ 15.150,29 ₺
4 Installment 3.872,38 ₺ 15.489,50 ₺
5 Installment 3.166,30 ₺ 15.831,48 ₺
6 Installment 2.695,81 ₺ 16.174,86 ₺
7 Installment 2.361,14 ₺ 16.527,97 ₺
8 Installment 2.109,27 ₺ 16.874,13 ₺
9 Installment 1.913,21 ₺ 17.218,89 ₺
10 Installment 1.757,48 ₺ 17.574,78 ₺
11 Installment 1.628,92 ₺ 17.918,16 ₺
12 Installment 1.521,91 ₺ 18.262,93 ₺
Maximum 12 Installment
Single Payment 13.901,90 ₺ 13.901,90 ₺
2 Installment 7.301,28 ₺ 14.602,56 ₺
3 Installment 4.967,15 ₺ 14.901,45 ₺
4 Installment 3.802,52 ₺ 15.210,07 ₺
5 Installment 3.105,68 ₺ 15.528,42 ₺
6 Installment 2.643,22 ₺ 15.859,29 ₺
7 Installment 2.315,86 ₺ 16.211,01 ₺
8 Installment 2.070,17 ₺ 16.561,33 ₺
9 Installment 1.880,46 ₺ 16.924,17 ₺
10 Installment 1.730,51 ₺ 17.305,09 ₺
11 Installment 1.607,94 ₺ 17.687,39 ₺
12 Installment 1.506,97 ₺ 18.083,59 ₺
BankKart 12 Installment
Single Payment 13.901,90 ₺ 13.901,90 ₺
2 Installment 7.288,07 ₺ 14.576,14 ₺
3 Installment 4.956,95 ₺ 14.870,86 ₺
4 Installment 3.794,52 ₺ 15.178,09 ₺
5 Installment 3.098,46 ₺ 15.492,28 ₺
6 Installment 2.637,65 ₺ 15.825,92 ₺
7 Installment 2.308,91 ₺ 16.162,35 ₺
8 Installment 2.064,78 ₺ 16.518,24 ₺
9 Installment 1.873,82 ₺ 16.864,39 ₺
10 Installment 1.717,16 ₺ 17.171,63 ₺
11 Installment 1.597,96 ₺ 17.577,56 ₺
12 Installment 1.499,67 ₺ 17.996,01 ₺
CardFinans 12 Installment
Single Payment 13.901,90 ₺ 13.901,90 ₺
2 Installment 7.301,28 ₺ 14.602,56 ₺
3 Installment 4.967,15 ₺ 14.901,45 ₺
4 Installment 3.802,52 ₺ 15.210,07 ₺
5 Installment 3.105,68 ₺ 15.528,42 ₺
6 Installment 2.643,22 ₺ 15.859,29 ₺
7 Installment 2.315,86 ₺ 16.211,01 ₺
8 Installment 2.070,17 ₺ 16.561,33 ₺
9 Installment 1.880,46 ₺ 16.924,17 ₺
10 Installment 1.730,51 ₺ 17.305,09 ₺
11 Installment 1.607,94 ₺ 17.687,39 ₺
12 Installment 1.506,97 ₺ 18.083,59 ₺
Kuveyt Türk 12 Installment
Single Payment 13.901,90 ₺ 13.901,90 ₺
2 Installment 7.274,17 ₺ 14.548,34 ₺
3 Installment 4.940,27 ₺ 14.820,82 ₺
4 Installment 3.774,02 ₺ 15.096,07 ₺
5 Installment 3.075,10 ₺ 15.375,50 ₺
6 Installment 2.609,16 ₺ 15.654,93 ₺
7 Installment 2.277,73 ₺ 15.944,09 ₺
8 Installment 2.028,64 ₺ 16.229,08 ₺
9 Installment 1.834,90 ₺ 16.514,07 ₺
10 Installment 1.681,02 ₺ 16.810,18 ₺
11 Installment 1.554,36 ₺ 17.097,95 ₺
12 Installment 1.448,81 ₺ 17.385,72 ₺
Order before 4:00 PM, ships the same day!
Fastest
1-2 business days
Turkey's most established carrier. Wide branch network across all 81 provinces with real-time tracking.
200
Economic
2-3 business days
One of Turkey's largest cargo networks with 5,500+ branches. Affordable and fast delivery.
175
Popular
2-3 business days
Choose your preferred time slot for delivery. Tech-driven infrastructure with instant notifications.
125
Same Day Shipping Orders placed before 4 PM weekdays, 12 PM Saturdays
Free Over 30,000₺ No shipping fee on domestic orders
67+ Countries Via DHL, UPS, FedEx — 3-10 business days
Store Pickup Antalya Muratpasa Free
Our professional team carefully packages every product and ensures safe delivery to your door.

No questions have been asked about this product yet.

Be the first to ask a question!

Ask a Question

No reviews yet

Have you tried this product? Share your experience and help other customers make the right choice. Your review will be published after approval.

Your privacy is protected
Takes just a few seconds
Help the community

Write a Review

Your Rating
Max 3 photos, 5MB
SKU OTO0318
Barcode OTO0318
1/9
Cookie Notice

We use cookies to provide you with the best shopping experience. Cookies help us remember your preferences and improve our services. For details, see our Cookie Policy