Jaguar / Land Rover JLR VNCI DOIP Arıza Tespit Cihazı
VNCI JLR DOIP Jaguar Land Rover Arıza Tespit Cihazı
/* Font optimizasyonu - sadece Outfit yazı tipi */
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/outfit/v11/QGYsz_wNahGiZ0EiM1ulOLenKH0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/outfit/v11/QGYsz_wNahGiZ0EiM1ulgrenKH0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/outfit/v11/QGYsz_wNahGiZ0EiM1ulhLanKH0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/outfit/v11/QGYsz_wNahGiZ0EiM1ulpLanKH0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/outfit/v11/QGYsz_wNahGiZ0EiM1uljLanKH0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* VNCI ürün kapağı için izole edilmiş stil - Optimize edilmiş */
.vnci-product-section {
isolation: isolate;
all: initial;
font-family: 'Outfit', sans-serif;
color: #333;
display: block;
width: 100%;
box-sizing: border-box;
}
.vnci-product-section *,
.vnci-product-section *::before,
.vnci-product-section *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.vnci-product-cover {
position: relative;
width: 100%;
min-height: 100vh;
overflow: hidden;
background: #f0f4f8; /* Daha açık mavi tonu arka plan */
}
.vnci-container {
max-width: 1400px;
margin: 0 auto;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.vnci-content-wrapper {
flex: 1;
display: flex;
align-items: center;
position: relative;
z-index: 3;
padding: 0 15px;
}
.vnci-left-content {
flex: 1;
padding: 60px 40px;
}
.vnci-product-category {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
color: #33a977; /* Jaguar/LR yeşil tonu */
font-weight: 500;
margin-bottom: 20px;
font-family: 'Outfit', sans-serif;
}
.vnci-product-name {
font-size: 56px;
line-height: 1.1;
margin-bottom: 20px;
color: #1A2B32; /* Mavi koyu gri/siyah */
font-weight: 700;
font-family: 'Outfit', sans-serif;
}
.vnci-product-tagline {
font-size: 16px;
font-weight: 400;
color: #2c3036; /* Gri */
margin-bottom: 40px;
line-height: 1.7;
max-width: 550px;
font-family: 'Outfit', sans-serif;
}
.vnci-product-tagline strong {
color: #33a977; /* Jaguar/LR yeşil */
font-weight: 600;
font-family: 'Outfit', sans-serif;
}
.vnci-features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.vnci-feature-box {
display: flex;
align-items: flex-start;
}
.vnci-feature-icon {
min-width: 40px;
height: 40px;
border-radius: 50%;
background: #e9f7f1; /* Açık yeşil arka plan */
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.vnci-feature-icon i {
font-size: 18px;
color: #33a977; /* Jaguar/LR yeşil */
}
.vnci-feature-text {
flex: 1;
}
.vnci-feature-title {
font-weight: 600;
font-size: 14px;
margin-bottom: 5px;
color: #1A2B32; /* Koyu gri/siyah */
font-family: 'Outfit', sans-serif;
}
.vnci-feature-desc {
font-size: 13px;
color: #2c3036; /* Gri */
font-weight: 400;
line-height: 1.5;
font-family: 'Outfit', sans-serif;
}
.vnci-right-content {
flex: 1;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
}
.vnci-product-display {
position: relative;
width: 100%;
height: 500px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.vnci-display-card {
width: 85%;
height: 80%;
background: white;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0,0,0,0.08);
overflow: hidden;
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin-bottom: 20px;
}
.vnci-display-wrapper {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
/* Gallery Stilleri - Optimize edilmiş */
.vnci-gallery {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.vnci-gallery-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
pointer-events: none;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
will-change: opacity; /* Performans optimize */
}
.vnci-gallery-item.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
z-index: 5;
}
.vnci-gallery-image {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
border-radius: 20px;
}
/* Thumbnail Stilleri - Optimize edilmiş */
.vnci-thumbnails {
display: flex;
justify-content: center;
gap: 10px;
width: 85%;
padding: 10px 0;
overflow: hidden;
}
.vnci-thumbnail {
width: 70px;
height: 70px;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
position: relative;
flex-shrink: 0;
border: 2px solid transparent;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.vnci-thumbnail.active {
border-color: #33a977; /* Jaguar/LR yeşil */
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.vnci-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* Thumbnail scroll */
.vnci-thumbnails-container {
position: relative;
width: 85%;
overflow: hidden;
}
.vnci-thumbnails {
display: flex;
transition: transform 0.3s ease;
width: max-content;
}
/* YENİ EKLENEN ALANLARIN STİLLERİ (ESKİ) */
.vnci-additional-sections {
padding: 80px 15px;
background: #fff;
}
/* Ürün Özellikleri Detay Bölümü */
.vnci-specs-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.vnci-spec-card {
background: #f0f4f8; /* Açık mavi tonu arka plan */
border-radius: 12px;
padding: 25px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vnci-spec-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.vnci-spec-icon {
width: 50px;
height: 50px;
background: #e9f7f1; /* Açık yeşil arka plan */
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
margin-bottom: 20px;
}
.vnci-spec-icon i {
font-size: 24px;
color: #33a977; /* Jaguar/LR yeşil */
}
.vnci-spec-title {
font-size: 18px;
font-weight: 600;
color: #1A2B32; /* Koyu gri/siyah */
margin-bottom: 12px;
}
.vnci-spec-desc {
font-size: 14px;
line-height: 1.6;
color: #2c3036; /* Gri */
}
/* Neden VNCI VCM 3 Bölümü */
.vnci-why-section {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.vnci-why-image {
flex: 1;
min-width: 300px;
}
.vnci-why-image img {
width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.vnci-why-content {
flex: 1;
min-width: 300px;
}
.vnci-why-title {
font-size: 26px;
font-weight: 700;
color: #1A2B32; /* Koyu gri/siyah */
margin-bottom: 20px;
}
.vnci-why-list {
list-style: none;
}
.vnci-why-item {
display: flex;
margin-bottom: 20px;
}
.vnci-why-item-icon {
margin-right: 15px;
width: 24px;
height: 24px;
min-width: 24px;
background: #e9f7f1; /* Açık yeşil arka plan */
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.vnci-why-item-icon i {
font-size: 12px;
color: #33a977; /* Jaguar/LR yeşil */
}
.vnci-why-item-text h4 {
font-size: 16px;
font-weight: 600;
color: #1A2B32; /* Koyu gri/siyah */
margin-bottom: 5px;
}
.vnci-why-item-text p {
font-size: 14px;
line-height: 1.6;
color: #2c3036; /* Gri */
}
/* Cihaz Genel Özellikleri Bölümü */
.vnci-capabilities-section {
background: #f0f4f8; /* Açık mavi tonu arka plan */
padding: 60px 20px;
border-radius: 15px;
}
.vnci-capabilities-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.vnci-capability-item {
display: flex;
align-items: flex-start;
padding: 15px;
background: white;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vnci-capability-item:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.vnci-capability-icon {
width: 40px;
height: 40px;
min-width: 40px;
background: #e9f7f1; /* Açık yeşil arka plan */
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
}
.vnci-capability-icon i {
font-size: 18px;
color: #33a977; /* Jaguar/LR yeşil */
}
.vnci-capability-text {
font-size: 14px;
line-height: 1.5;
color: #2c3036; /* Gri */
font-weight: 500;
}
/* Tablet için stil düzenlemeleri */
@media (max-width: 1024px) {
.vnci-content-wrapper {
flex-direction: column-reverse;
padding-top: 0;
}
.vnci-left-content, .vnci-right-content {
padding: 30px;
width: 100%;
}
.vnci-product-name {
font-size: 42px;
}
.vnci-features-grid {
grid-template-columns: repeat(2, 1fr);
}
.vnci-product-display {
height: 450px;
}
.vnci-thumbnails {
width: 95%;
}
/* Yeni eklenen alanların responsive tasarımı */
.vnci-specs-grid {
grid-template-columns: repeat(2, 1fr);
}
.vnci-capabilities-grid {
grid-template-columns: repeat(2, 1fr);
}
}
/* Mobil için stil düzenlemeleri */
@media (max-width: 768px) {
.vnci-features-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.vnci-left-content, .vnci-right-content {
padding: 25px 15px;
}
.vnci-product-name {
font-size: 32px;
margin-bottom: 15px;
}
.vnci-product-category {
font-size: 12px;
letter-spacing: 2px;
margin-bottom: 15px;
}
.vnci-product-tagline {
font-size: 15px;
margin-bottom: 30px;
}
.vnci-product-display {
height: 400px;
}
.vnci-display-card {
height: 75%;
}
.vnci-feature-icon {
min-width: 35px;
height: 35px;
}
.vnci-feature-title {
font-size: 13px;
}
.vnci-feature-desc {
font-size: 12px;
}
.vnci-thumbnail {
width: 60px;
height: 60px;
}
/* Yeni eklenen alanların responsive tasarımı */
.vnci-specs-grid {
grid-template-columns: 1fr;
}
.vnci-additional-sections {
padding: 50px 15px;
}
.vnci-capabilities-grid {
grid-template-columns: 1fr;
}
.vnci-capabilities-section {
padding: 40px 15px;
}
.vnci-why-section { /* Neden VNCI bölümü için mobil düzenleme */
flex-direction: column;
gap: 20px; /* Daha az boşluk */
}
.vnci-why-image,
.vnci-why-content {
flex: 1 1 100%; /* Tam genişlik almalarını sağlar */
min-width: 0; /* min-width'i sıfırla, taşmayı önler */
}
.vnci-why-title { /* Neden VNCI başlığı için mobil düzenleme */
font-size: 22px;
}
}
/* Küçük ekranlı mobil cihazlar için ek düzenlemeler */
@media (max-width: 480px) {
.vnci-left-content, .vnci-right-content {
padding: 20px 10px; /* Daha da azaltılmış padding */
}
.vnci-product-name {
font-size: 26px; /* Biraz daha küçük */
}
.vnci-product-tagline {
font-size: 14px; /* Biraz daha küçük */
margin-bottom: 20px;
line-height: 1.6;
}
.vnci-product-display {
height: 320px; /* Biraz daha küçük */
}
.vnci-display-card {
width: 95%;
}
.vnci-thumbnail {
width: 45px; /* Biraz daha küçük */
height: 45px; /* Biraz daha küçük */
}
.vnci-additional-sections {
padding: 40px 10px; /* Daha da azaltılmış padding */
}
.vnci-section {
margin: 0 auto 40px; /* Alt boşluğu ve yan boşlukları ayarla */
}
/* .vnci-section-title ve .vnci-section-subtitle için genel küçültmeler */
.vnci-section-title {
font-size: 22px !important;
padding-bottom: 10px; /* Altındaki çizgi için boşluk */
}
.vnci-section-title:after { /* Çizgiyi de küçültelim */
width: 50px;
height: 3px;
}
.vnci-section-subtitle {
font-size: 13px !important;
margin-bottom: 25px;
line-height: 1.5;
}
.vnci-capabilities-section {
padding: 30px 10px; /* Daha da azaltılmış padding */
}
.vnci-capability-text {
font-size: 13px;
}
.vnci-why-title { /* Neden VNCI başlığı için mobil düzenleme */
font-size: 20px;
}
.vnci-why-item-text h4 {
font-size: 14px;
}
.vnci-why-item-text p {
font-size: 13px;
line-height: 1.5;
}
.vnci-spec-title {
font-size: 16px;
}
.vnci-spec-desc {
font-size: 13px;
line-height: 1.5;
}
.vnci-feature-title {
font-size: 12px;
}
.vnci-feature-desc {
font-size: 11px;
}
}
/* YENİ EKLENEN Yazılım Uyumluluğu Bölümü Ultra Modern Stiller */
:root {
--vnci-primary: #33a977; /* Jaguar/LR yeşil ana renk */
--vnci-primary-dark: #27805a; /* Koyu yeşil */
--vnci-primary-light: #4ac091; /* Açık yeşil */
--vnci-primary-ultra-light: #e9f7f1; /* Çok açık yeşil */
--vnci-text-dark: #1A2B32; /* Koyu gri/siyah */
--vnci-text-medium: #2c3036; /* Gri */
--vnci-text-light: #474c52; /* Açık gri */
--vnci-background: #f0f4f8; /* Açık arka plan */
--vnci-card-bg: #ffffff;
--vnci-shadow: 0 10px 30px rgba(51, 169, 119, 0.08); /* Yeşil gölge */
--vnci-shadow-hover: 0 15px 35px rgba(51, 169, 119, 0.15); /* Yeşil gölge hover */
--vnci-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vnci-section {
font-family: 'Outfit', sans-serif;
max-width: 1200px;
margin: 0 auto 80px;
padding: 0 15px;
}
.vnci-section:last-child {
margin-bottom: 0;
}
.vnci-section-header {
text-align: center;
margin-bottom: 50px;
}
.vnci-section-title {
font-size: 38px;
font-weight: 800;
color: var(--vnci-text-dark);
margin-bottom: 15px;
text-align: center;
position: relative;
padding-bottom: 20px;
display: block;
width: -moz-fit-content;
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.vnci-section-title:after {
content: '';
position: absolute;
width: 70px;
height: 4px;
background: linear-gradient(90deg, var(--vnci-primary), var(--vnci-primary-light));
bottom: 0;
left: 50%;
transform: translateX(-50%);
border-radius: 4px;
}
.vnci-section-subtitle {
font-size: 17px;
line-height: 1.6;
color: var(--vnci-text-light);
max-width: 800px;
margin: 0 auto 50px;
text-align: center;
}
/* Değiştirilen Kısım: compatibility-container yeni yapısı */
.vnci-compatibility-container {
display: flex;
flex-direction: column;
gap: 30px;
margin-bottom: 50px;
}
.vnci-top-cards { /* Üstteki 2 kart için */
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
.vnci-bottom-card { /* Alttaki tek kart için */
width: calc(50% - 15px); /* İki karttan birinin genişliği eksi yarım boşluk */
margin: 0 auto; /* Ortalamak için */
}
.vnci-card {
background: var(--vnci-card-bg);
border-radius: 16px;
overflow: hidden;
box-shadow: var(--vnci-shadow);
transition: var(--vnci-transition);
border: 1px solid rgba(51, 169, 119, 0.05); /* Yeşil border */
display: flex;
flex-direction: column;
height: 100%;
}
.vnci-card:hover {
transform: translateY(-6px);
box-shadow: var(--vnci-shadow-hover);
}
.vnci-card-header {
display: flex;
flex-direction: column; /* Stack icon and title vertically */
align-items: center; /* Center items horizontally */
justify-content: center;
padding: 20px 25px;
background: linear-gradient(135deg, var(--vnci-primary-ultra-light), white);
border-bottom: 1px solid rgba(51, 169, 119, 0.1); /* Yeşil border */
}
.vnci-letter-badge {
width: 50px;
height: 50px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
font-weight: 700;
color: white;
margin-right: 0; /* Was 20px, now 0 for stacking */
margin-bottom: 10px; /* Added for spacing */
background: linear-gradient(135deg, var(--vnci-primary), var(--vnci-primary-dark));
box-shadow: 0 5px 15px rgba(51, 169, 119, 0.3); /* Yeşil gölge */
position: relative;
overflow: hidden;
transition: var(--vnci-transition);
}
.vnci-letter-badge:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
top: 0;
left: 0;
pointer-events: none;
}
.vnci-card:hover .vnci-letter-badge {
transform: rotate(10deg) scale(1.1);
box-shadow: 0 8px 20px rgba(51, 169, 119, 0.4); /* Yeşil gölge */
}
/* Kart başlıkları için özel renkler (isteğe bağlı, genel yeşil tema kullanılabilir) */
.vnci-compatibility-container .vnci-top-cards .vnci-card:nth-child(1) .vnci-letter-badge { /* Jaguar */
background: linear-gradient(135deg, #33a977, #27805a); /* Yeşil tonları */
}
.vnci-compatibility-container .vnci-top-cards .vnci-card:nth-child(2) .vnci-letter-badge { /* Land Rover */
background: linear-gradient(135deg, #33a977, #27805a); /* Yeşil tonları */
}
.vnci-compatibility-container .vnci-bottom-card .vnci-card .vnci-letter-badge { /* DoIP */
background: linear-gradient(135deg, #33a977, #27805a); /* Yeşil tonları */
}
.vnci-card-title {
font-size: 20px;
font-weight: 700;
color: var(--vnci-text-dark);
margin: 0;
transition: var(--vnci-transition);
text-align: center; /* Center title text */
}
.vnci-card:hover .vnci-card-title {
color: var(--vnci-primary);
}
.vnci-card-content {
padding: 25px;
display: flex;
flex-direction: column;
flex: 1;
}
.vnci-card-image {
height: 160px;
display: flex;
align-items: center;
justify-content: center;
background: white;
border-radius: 10px;
margin-bottom: 20px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
border: 1px solid rgba(51, 169, 119, 0.03); /* Yeşil border */
transition: var(--vnci-transition);
}
.vnci-card:hover .vnci-card-image {
box-shadow: 0 8px 20px rgba(51, 169, 119, 0.08); /* Yeşil gölge */
}
.vnci-card-image img {
max-width: 85%;
max-height: 85%;
object-fit: contain;
transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.05));
}
.vnci-card:hover .vnci-card-image img {
transform: scale(1.08);
}
.vnci-card-description {
font-size: 14px;
line-height: 1.7;
color: var(--vnci-text-medium);
margin: 0;
flex: 1;
text-align: center; /* Center card description text */
}
.vnci-software-requirements {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 25px;
margin-top: 30px;
}
.vnci-requirement-item {
display: flex;
align-items: center;
background: var(--vnci-card-bg);
border-radius: 50px;
padding: 14px 30px;
box-shadow: 0 8px 20px rgba(51, 169, 119, 0.08); /* Yeşil gölge */
transition: var(--vnci-transition);
border: 1px solid rgba(51, 169, 119, 0.05); /* Yeşil border */
}
.vnci-requirement-item:hover {
transform: translateY(-5px);
box-shadow: 0 12px 25px rgba(51, 169, 119, 0.12); /* Yeşil gölge */
background: linear-gradient(135deg, white, var(--vnci-primary-ultra-light));
}
.vnci-requirement-icon {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
color: var(--vnci-primary);
background: linear-gradient(135deg, var(--vnci-primary-ultra-light), white);
border-radius: 50%;
font-size: 16px;
box-shadow: 0 5px 15px rgba(51, 169, 119, 0.1); /* Yeşil gölge */
transition: var(--vnci-transition);
border: 1px solid rgba(51, 169, 119, 0.08); /* Yeşil border */
}
.vnci-requirement-item:hover .vnci-requirement-icon {
transform: rotate(360deg);
background: var(--vnci-primary);
color: white;
}
.vnci-requirement-item span {
font-size: 15px;
color: var(--vnci-text-medium);
font-weight: 600;
letter-spacing: 0.3px;
}
/* Tablet için YENİ BÖLÜM responsif tasarım */
@media (max-width: 1024px) {
.vnci-top-cards {
grid-template-columns: 1fr; /* Tek sütun */
gap: 25px;
}
.vnci-bottom-card {
width: 100%; /* Tam genişlik */
}
.vnci-card-header {
padding: 18px 22px;
}
.vnci-card-image {
height: 150px;
}
.vnci-section-title {
font-size: 32px !important;
}
}
/* Mobil için YENİ BÖLÜM responsif tasarım */
@media (max-width: 768px) {
.vnci-section {
padding: 0 15px;
}
.vnci-card-content {
padding: 20px;
}
.vnci-letter-badge {
width: 45px;
height: 45px;
font-size: 24px;
margin-right: 0; /* Adjusted for stacking */
margin-bottom: 8px; /* Adjusted for stacking */
}
.vnci-card-title {
font-size: 18px;
}
.vnci-card-image {
height: 140px;
margin-bottom: 18px;
}
.vnci-card-description {
font-size: 13px;
}
.vnci-requirement-item {
padding: 12px 25px;
}
.vnci-requirement-icon {
width: 35px;
height: 35px;
margin-right: 12px;
font-size: 14px;
}
.vnci-requirement-item span {
font-size: 14px;
}
.vnci-section-title {
font-size: 28px !important;
}
.vnci-section-subtitle {
font-size: 15px !important;
}
}
/* Küçük mobil cihazlar için YENİ BÖLÜM ek düzenlemeler */
@media (max-width: 480px) {
.vnci-software-requirements {
flex-direction: column;
align-items: center;
gap: 15px;
}
.vnci-requirement-item {
width: 100%;
justify-content: flex-start;
}
.vnci-section-title {
font-size: 24px !important;
padding-bottom: 15px;
}
.vnci-section-subtitle {
font-size: 14px !important;
}
}
/* SSS Bölümü Stilleri */
.vnci-faq-section {
background-color: var(--vnci-background);
padding-top: 40px;
padding-bottom: 60px;
}
.vnci-faq-container {
max-width: 800px;
margin: 0 auto;
}
.vnci-faq-item {
background-color: var(--vnci-card-bg);
margin-bottom: 15px;
border-radius: 12px;
box-shadow: var(--vnci-shadow);
border: 1px solid rgba(51, 169, 119, 0.05); /* Yeşil border */
overflow: hidden;
}
.vnci-faq-question {
background-color: transparent;
border: none;
width: 100%;
text-align: left;
padding: 20px 25px;
font-family: 'Outfit', sans-serif;
font-size: 16px;
font-weight: 600;
color: var(--vnci-text-dark);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: background-color 0.3s ease;
}
.vnci-faq-question:hover {
background-color: rgba(51, 169, 119, 0.03); /* Yeşil hover */
}
.vnci-faq-question span {
flex-grow: 1;
margin-right: 15px;
}
.vnci-faq-question i {
font-size: 14px;
color: var(--vnci-primary);
transition: transform 0.3s ease;
}
.vnci-faq-question.active i {
transform: rotate(180deg);
}
.vnci-faq-answer {
padding: 0px 25px;
font-family: 'Outfit', sans-serif;
font-size: 14px;
line-height: 1.7;
color: var(--vnci-text-medium);
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}
.vnci-faq-answer p {
margin: 0;
padding-bottom: 20px;
}
.vnci-faq-answer.active {
padding-top: 5px;
padding-bottom: 10px;
max-height: 500px; /* Increased for potentially longer answers */
transition: max-height 0.5s ease-in, padding 0.5s ease-in;
}
/* SSS Mobil Uyum */
@media (max-width: 768px) {
.vnci-faq-question {
font-size: 15px;
padding: 18px 20px;
}
.vnci-faq-answer {
font-size: 13px;
padding: 0 20px;
}
.vnci-faq-answer.active {
padding-top: 5px;
padding-bottom: 8px;
}
.vnci-faq-answer p {
padding-bottom: 15px;
}
}
@media (max-width: 480px) {
.vnci-faq-question {
font-size: 14px;
padding: 15px;
}
.vnci-faq-answer {
font-size: 12px;
padding: 0 15px;
}
.vnci-faq-answer.active {
padding-top: 5px;
padding-bottom: 5px;
}
.vnci-faq-answer p {
padding-bottom: 10px;
}
}
/* Destek ve İletişim Bölümü Stilleri */
.vnci-support-contact-section {
background-color: var(--vnci-card-bg);
padding-top: 60px;
padding-bottom: 80px;
border-top: 1px solid rgba(51, 169, 119, 0.08); /* Yeşil border */
}
.vnci-contact-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1200px;
margin: 0 auto;
}
.vnci-contact-card {
background: white;
border-radius: 16px;
padding: 30px;
text-align: center;
box-shadow: var(--vnci-shadow);
transition: var(--vnci-transition);
border: 1px solid rgba(51, 169, 119, 0.05); /* Yeşil border */
}
.vnci-contact-card:hover {
transform: translateY(-6px);
box-shadow: var(--vnci-shadow-hover);
}
.vnci-contact-icon {
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, var(--vnci-primary-ultra-light), white);
color: var(--vnci-primary);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 auto 20px;
box-shadow: 0 5px 15px rgba(51, 169, 119, 0.1); /* Yeşil gölge */
border: 1px solid rgba(51, 169, 119, 0.08); /* Yeşil border */
}
.vnci-contact-card:hover .vnci-contact-icon {
background: var(--vnci-primary);
color: white;
}
.vnci-contact-title {
font-size: 18px;
font-weight: 700;
color: var(--vnci-text-dark);
margin-bottom: 10px;
}
.vnci-contact-info {
font-size: 15px;
line-height: 1.6;
color: var(--vnci-text-medium);
}
.vnci-contact-info a {
color: var(--vnci-primary);
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}
.vnci-contact-info a:hover {
color: var(--vnci-primary-dark);
text-decoration: underline;
}
/* Destek ve İletişim Mobil Uyum */
@media (max-width: 768px) {
.vnci-contact-container {
grid-template-columns: 1fr;
}
.vnci-contact-card {
padding: 25px;
}
.vnci-contact-title {
font-size: 17px;
}
.vnci-contact-info {
font-size: 14px;
}
}
@media (max-width: 480px) {
.vnci-support-contact-section {
padding-top: 40px;
padding-bottom: 60px;
}
.vnci-contact-card {
padding: 20px;
}
.vnci-contact-icon {
width: 50px;
height: 50px;
font-size: 20px;
}
.vnci-contact-title {
font-size: 16px;
}
.vnci-contact-info {
font-size: 13px;
}
}
.vnci-capabilities-note {
font-size: 13px;
color: var(--vnci-text-light);
text-align: center;
margin-top: 30px;
padding: 0 15px;
font-style: italic;
}
/* Scroll Reveal Animation - Devre Dışı */
.vnci-reveal-on-scroll {
opacity: 1;
transform: translateY(0);
}
.vnci-reveal-on-scroll.vnci-revealed {
opacity: 1;
transform: translateY(0);
}
VNCI JLR DOIP
VNCI JLR DOIP, Jaguar ve Land Rover araçları için (2005-2023+ modeller dahil) özel tasarlanmış, orijinal JLR teşhis cihazının doğrudan alternatifi olan profesyonel bir arıza teşhis cihazıdır. Ethernet tabanlı DoIP (Diagnostics over Internet Protocol) teknolojisini destekleyerek en yeni Jaguar/Land Rover modellerinin bile kapsamlı tanılama, programlama ve kodlama işlemlerini gerçekleştirir.
Geniş Model Uyumluluğu
2005-2023+ Jaguar ve Land Rover modelleriyle tam uyumlu.
DoIP Teknolojisi
Ethernet üzerinden teşhis ile yüksek hızlı veri aktarımı.
OEM Yazılım Uyumu
JLR SDD, Pathfinder ve TOPIX ile tam uyumlu çalışır.
Kapsamlı Fonksiyonlar
Bayi seviyesinde teşhis, programlama ve kodlama.










VNCI JLR DOIP: Kapsamlı Yetenekler
VNCI JLR DOIP, Jaguar ve Land Rover araçlarınız için bayi düzeyinde teşhis, programlama ve özel fonksiyonlar sunar. Modern DoIP protokolü desteği ile en yeni modellere dahi hizmet verebilirsiniz.
Arıza Teşhisi (DTC Okuma/Silme)
ECU Programlama ve Modül Kodlaması
Anahtar Programlama ve İmmobilizer İşlemleri
Canlı Veri Akışı ve Parametre İzleme
Sensör ve Aktüatör Testleri
Yeni ECU Kurulumu ve Yapılandırma
Servis Işığı ve Servis Aralığı Sıfırlama
ABS, Elektronik Park Freni Kalibrasyonu
Yağ Servisi ve Bakım Sıfırlamaları
DPF Rejenerasyon ve AdBlue İşlemleri
Enjektör Kodlama ve Kalibrasyonları
Direksiyon Açısı Sensörü Kalibrasyonu
DoIP (Ethernet) Protokol Desteği
Standart OBD-II/EOBD Bağlantısı
Hava Yastığı Sistemi Sıfırlama
Range Rover ve Land Rover Off-Road Kalibrasyonları
Elektrikli/Hibrit JLR Model Desteği
USB, Wi-Fi & Ethernet Bağlantıları
Araç Yapılandırma (CCF) Düzenleme
SAE J2534 & PDU Protokol Desteği
Lütfen dikkat: Belirtilen özelliklerin kullanılabilirliği, aracın model, üretim yılı, donanım seviyesi ve kullanılan yazılıma (SDD, Pathfinder, TOPIX) göre değişiklik gösterebilir.
Neden VNCI JLR DOIP Tercih Edilmeli?
VNCI JLR DOIP, Jaguar ve Land Rover araçları için OEM düzeyinde işlevselliği, DoIP protokol desteğini ve kapsamlı fonksiyonları, orijinal ekipman maliyetinin çok altında sunuyor.

VNCI JLR DOIP'in Benzersiz Avantajları
-
Uygun Maliyetli Çözüm
Orijinal JLR teşhis cihazlarının sunduğu işlevselliği çok daha uygun bir fiyata sunar, servis maliyetlerini düşürür.
-
Orijinal Yazılım Uyumluluğu
JLR SDD, Pathfinder ve TOPIX gibi orijinal yazılımlarla sorunsuz çalışır, ek yazılım yatırımı gerektirmez.
-
DoIP Teknolojisi
Ethernet tabanlı DoIP protokolü desteği ile yüksek hızlı veri aktarımı ve 2018+ modelleriyle tam uyumluluk sağlar.
-
Kapsamlı Fonksiyonlar
Arıza teşhisinden, ECU programlamaya, anahtar kodlamadan servis sıfırlamalarına kadar tüm teşhis ihtiyaçlarını karşılar.
-
Düzenli Güncellemeler
VNCI Cihaz Yöneticisi ile donanım yazılımı güncellemeleri, yeni araç modelleri ve genişletilmiş fonksiyonlar için destek.
Geniş Yazılım Uyumluluğu
VNCI JLR DOIP, Jaguar ve Land Rover'ın resmi teşhis yazılımlarıyla sorunsuz çalışarak kapsamlı teşhis ve programlama yetenekleri sunar.
Lütfen dikkat: VNCI JLR DOIP donanımı bu yazılımlarla uyumlu olsa da, yazılımların (SDD, Pathfinder, TOPix Cloud) kendisi ayrıca temin edilmeli ve lisanslanmalıdır. Özellikle TOPix Cloud üzerinden çevrimiçi programlama ve en güncel verilere erişim için JLR'den aktif bir abonelik gerekebilir.
JLR SDD
Jaguar Land Rover'ın klasik SDD yazılımı ile tam uyumludur. Genellikle 2005-2016 model yılı (MY) arası JLR modellerinde arıza teşhisi, programlama ve kodlama işlemlerini çevrimdışı olarak destekler.
JLR Pathfinder / TOPIX Cloud
JLR Pathfinder ve en yeni JLR TOPix Cloud teşhis platformlarıyla uyumludur. Bu yazılımlar, DoIP destekli yeni nesil JLR modellerine erişim ve ileri seviye fonksiyonlar sunar. TOPix Cloud çevrimiçi programlama için genellikle aktif JLR hesabı gerektirir.
DoIP Teknolojisi
Diagnostics over Internet Protocol (DoIP) teknolojisi, Ethernet üzerinden yüksek hızlı araç teşhisi sunar. 2018 sonrası üretilen modern JLR araçları için gerekli olan bu teknoloji sayesinde gelişmiş teşhis ve programlama işlemlerini gerçekleştirebilirsiniz.
Sıkça Sorulan Sorular (VNCI JLR DOIP)
VNCI JLR DOIP Jaguar Land Rover Teşhis Cihazı hakkında merak edilenler ve yanıtları.
VNCI JLR DOIP hangi yazılımlarla uyumludur?
VNCI JLR DOIP, Jaguar Land Rover'ın resmi teşhis yazılımlarıyla tam uyumludur: SDD (genellikle 2005-2016 MY), JLR Pathfinder (genellikle 2017-2022 MY) ve TOPix Cloud (2017 MY ve sonrası). Bu yazılımlar, hem eski CAN tabanlı modellere hem de yeni DoIP (Ethernet) tabanlı JLR araçlarına kapsamlı erişim sağlar. Yazılımların ayrıca temin edilmesi ve lisanslanması gerektiğini unutmayınız.
DoIP teknolojisi nedir ve neden önemlidir?
DoIP (Diagnostics over Internet Protocol), modern araçlarda teşhis ve programlama işlemleri için kullanılan Ethernet tabanlı bir iletişim protokolüdür. Özellikle 2017 sonrası üretilen Jaguar ve Land Rover modelleri bu teknolojiyi kullanmaktadır. DoIP, geleneksel CAN-BUS protokollerine göre çok daha yüksek veri aktarım hızı (100 Mbps'ye kadar) sağlayarak, özellikle ECU programlama ve firmware güncelleme gibi büyük veri transferi gerektiren işlemlerde önemli avantajlar sunar.
VNCI JLR DOIP hangi modelleri destekliyor?
VNCI JLR DOIP, 2005'ten günümüze (2024+ dahil) kadar üretilen geniş bir Jaguar ve Land Rover model yelpazesini destekler. Bu kapsama Jaguar XE, XF, XJ, F-TYPE, F-PACE, E-PACE, I-PACE ve Land Rover Defender, Discovery, Discovery Sport, Range Rover, Range Rover Sport, Range Rover Velar, Range Rover Evoque gibi tüm elektrikli ve hibrit modeller de dahildir.
Anahtar programlama ve güvenlik fonksiyonları destekleniyor mu?
Evet, VNCI JLR DOIP ile orijinal JLR yazılımları kullanılarak anahtar programlama, immobilizer eşleştirme ve diğer güvenlik fonksiyonları yönetilebilir. Bu işlemler için JLR'den güvenlik kodları veya çevrimiçi erişim gerekebilir. Bazı eski modeller (2005-2016 MY) için immobilizer işlemlerinde gereken 'incode' hesaplama hizmeti ek ücrete tabi olabilir.
Cihazın kurulumu ve güncellemeleri nasıl yapılır?
Cihazın donanım yazılımı (firmware) güncellemeleri, VNCI JLR Cihaz Yöneticisi yazılımı aracılığıyla yapılır. Bu güncellemeler, yeni araç modelleri ve genişletilmiş fonksiyonlar için önemlidir. JLR teşhis yazılımlarının (SDD, Pathfinder, TOPix Cloud) ise kendi kurulum ve güncelleme prosedürleri vardır ve bunlar için genellikle JLR'den güncel lisanslar ve abonelikler gerekebilir.
VNCI JLR DOIP cihazı teşhis yazılımıyla birlikte mi gelir?
Hayır, VNCI JLR DOIP bir donanım arayüzüdür. JLR SDD, Pathfinder veya TOPix Cloud gibi gerekli teşhis yazılımları kullanıcı tarafından ayrıca temin edilmeli ve lisanslanmalıdır. Özellikle yeni modeller ve çevrimiçi programlama için TOPix Cloud kullanımı, genellikle JLR'den aktif bir abonelik gerektirir ve bu ek maliyetler anlamına gelebilir.
Destek ve İletişim
Ürünlerimizle ilgili soru, destek talebi veya işbirliği için bize ulaşabilirsiniz.
Telefon
E-posta
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.
Türkçe
English
العربية