Ford VCM 2 Arıza Tespit Cihazı
Ford VCM 2 Arıza Tespit Cihazı, Yetkili servisin kullandığı Ford marka araçlarda Arıza Tespit yapabilmeniz için imal edilmiş bir Arıza Tespit Cihazıdır.
Ford VCM II Arıza Tespit Cihazı | IDS & FDRS Uyumlu
/* İzole edilen tüm stiller - sadece bu bölüm için geçerli */
.ford-vcm2-page {
--primary: #007BFF;
--primary-light: #E7F3FF;
--secondary: #6C757D;
--text-dark: #212529;
--text-light: #6C757D;
--background: #FFFFFF;
--background-light: #F8F9FA;
--border: #DEE2E6;
--success: #198754;
--warning: #FFC107;
--info: #0DCAF0;
--radius-sm: 8px;
--radius-md: 16px;
--radius-lg: 24px;
--shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.06);
--shadow-md: 0 12px 32px rgba(0, 0, 0, 0.09);
--shadow-lg: 0 24px 48px rgba(0, 0, 0, 0.12);
color: var(--text-dark);
background-color: var(--background);
overflow-x: hidden;
position: relative;
width: 100%;
box-sizing: border-box;
}
.ford-vcm2-page * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Outfit', sans-serif;
}
.ford-vcm2-page .container {
max-width: 100%;
margin: 0 auto;
padding: 0 24px;
position: relative;
z-index: 2;
}
.ford-vcm2-page .btn {
padding: 12px 24px;
border-radius: var(--radius-md);
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
}
.ford-vcm2-page .btn-primary {
background-color: var(--primary);
color: white;
border: none;
box-shadow: var(--shadow-sm);
}
.ford-vcm2-page .btn-primary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.ford-vcm2-page .btn-secondary {
background-color: var(--primary-light);
color: var(--primary);
border: none;
}
.ford-vcm2-page .btn-secondary:hover {
background-color: #d9e7ff;
}
/* Background Shapes */
.ford-vcm2-page .bg-shape {
position: absolute;
z-index: 1;
border-radius: 50%;
}
.ford-vcm2-page .bg-shape-1 {
top: -80px;
right: -80px;
width: 250px;
height: 250px;
background-color: var(--primary-light);
opacity: 0.5;
}
.ford-vcm2-page .bg-shape-2 {
bottom: 10%;
left: -120px;
width: 200px;
height: 200px;
background-color: var(--primary-light);
opacity: 0.4;
}
.ford-vcm2-page .bg-shape-3 {
top: 40%;
right: -100px;
width: 180px;
height: 180px;
background-color: var(--secondary);
opacity: 0.05;
}
.ford-vcm2-page .bg-shape-4 {
top: 60%;
left: -80px;
width: 150px;
height: 150px;
background-color: var(--secondary);
opacity: 0.05;
}
/* Hero Section */
.ford-vcm2-page .hero {
padding-top: 80px;
padding-bottom: 100px;
position: relative;
overflow: hidden;
background: linear-gradient(180deg, var(--background) 0%, var(--background-light) 100%);
}
.ford-vcm2-page .hero-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.ford-vcm2-page .hero-content {
max-width: 550px;
text-align: center;
}
.ford-vcm2-page .hero-eyebrow {
display: inline-flex;
align-items: center;
padding: 8px 16px;
background-color: var(--primary-light);
color: var(--primary);
border-radius: var(--radius-sm);
font-weight: 600;
font-size: 14px;
margin-bottom: 24px;
margin-left: auto;
margin-right: auto;
}
.ford-vcm2-page .hero-title {
font-size: 48px;
font-weight: 800;
line-height: 1.2;
margin-bottom: 24px;
color: var(--text-dark);
}
.ford-vcm2-page .hero-title span {
color: var(--primary);
position: relative;
display: inline-block;
}
.ford-vcm2-page .hero-title span::after {
content: '';
position: absolute;
bottom: 8px;
left: 0;
width: 100%;
height: 10px;
background-color: rgba(0, 82, 192, 0.2);
z-index: -1;
border-radius: 10px;
}
.ford-vcm2-page .hero-description {
font-size: 18px;
line-height: 1.6;
color: var(--text-light);
margin-bottom: 32px;
}
.ford-vcm2-page .hero-buttons {
display: flex;
gap: 16px;
margin-top: 24px;
justify-content: center;
}
.ford-vcm2-page .hero-image-container {
position: relative;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.ford-vcm2-page .hero-image-wrapper {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
background-color: white;
width: 100%;
max-width: 500px;
aspect-ratio: 1 / 1;
}
.ford-vcm2-page .hero-3d-container {
position: relative;
width: 100%;
height: 100%;
}
.ford-vcm2-page .hero-3d-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.ford-vcm2-page .view-360-badge {
position: absolute;
top: 20px;
right: 20px;
background-color: rgba(0, 82, 192, 0.9);
color: white;
padding: 10px 16px;
border-radius: var(--radius-md);
font-weight: 600;
font-size: 14px;
display: flex;
align-items: center;
gap: 8px;
z-index: 5;
box-shadow: var(--shadow-md);
}
/* Software Section */
.ford-vcm2-page .software {
padding: 100px 0 60px;
background-color: var(--background-light);
position: relative;
}
.ford-vcm2-page .software-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: flex-start;
}
.ford-vcm2-page .software-image {
border-radius: var(--radius-lg);
overflow: hidden;
}
.ford-vcm2-page .software-image img {
width: 100%;
height: auto;
display: block;
}
.ford-vcm2-page .software-content {
max-width: 520px;
}
.ford-vcm2-page .software-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.ford-vcm2-page .software-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
}
.ford-vcm2-page .software-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
}
.ford-vcm2-page .software-list {
margin-bottom: 32px;
}
.ford-vcm2-page .software-item {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.ford-vcm2-page .software-icon {
width: 24px;
height: 24px;
background-color: var(--primary-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
font-size: 12px;
flex-shrink: 0;
margin-top: 2px;
}
.ford-vcm2-page .software-text {
font-size: 16px;
color: var(--text-light);
line-height: 1.5;
}
.ford-vcm2-page .software-text strong {
color: var(--text-dark);
font-weight: 600;
}
.ford-vcm2-page .software-buttons {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.ford-vcm2-page .software-note {
margin-top: 24px;
padding: 16px;
background-color: var(--primary-light);
border-radius: var(--radius-md);
font-size: 14px;
color: var(--text-dark);
line-height: 1.5;
}
/* Software Images Section */
.ford-vcm2-page .software-images-section {
margin-bottom: 60px;
}
.ford-vcm2-page .software-images-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
gap: 30px;
margin-bottom: 40px;
}
.ford-vcm2-page .software-image-large {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-md);
background-color: white;
border: 2px solid var(--border);
transition: all 0.3s ease;
aspect-ratio: 16 / 10;
}
.ford-vcm2-page .software-image-large:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-light);
}
.ford-vcm2-page .software-image-large img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.ford-vcm2-page .software-image-large:hover img {
transform: scale(1.02);
}
.ford-vcm2-page .software-image-large.placeholder {
background: linear-gradient(135deg, var(--primary-light) 0%, #f0f8ff 100%);
border: 2px dashed var(--primary);
display: flex;
align-items: center;
justify-content: center;
}
.ford-vcm2-page .placeholder-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: var(--primary);
}
.ford-vcm2-page .placeholder-content i {
font-size: 48px;
}
.ford-vcm2-page .placeholder-content span {
font-size: 16px;
font-weight: 600;
}
.ford-vcm2-page .software-image-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
color: white;
padding: 20px;
font-size: 18px;
font-weight: 700;
text-align: center;
}
/* Software Cards Styling */
.ford-vcm2-page .software-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px;
margin-bottom: 40px;
}
.ford-vcm2-page .software-card {
background-color: var(--background);
border-radius: var(--radius-lg);
padding: 30px;
border: 1px solid var(--border);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}
.ford-vcm2-page .software-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-md);
border-color: var(--primary-light);
}
.ford-vcm2-page .software-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 80px;
background-color: var(--primary);
border-radius: 0 2px 2px 0;
}
.ford-vcm2-page .software-card-header {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.ford-vcm2-page .software-card-icon {
width: 120px;
height: 80px;
background-color: var(--primary-light);
border-radius: var(--radius-md);
display: flex;
align-items: center;
justify-content: center;
margin-right: 16px;
flex-shrink: 0;
overflow: hidden;
border: 2px solid var(--border);
}
.ford-vcm2-page .software-card-icon img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.ford-vcm2-page .software-card-icon:hover img {
transform: scale(1.05);
}
.ford-vcm2-page .software-card-icon i {
font-size: 28px;
color: var(--primary);
}
/* Placeholder for software images */
.ford-vcm2-page .software-card-icon.placeholder {
background: linear-gradient(135deg, var(--primary-light) 0%, #f0f8ff 100%);
border: 2px dashed var(--primary);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.ford-vcm2-page .software-card-icon.placeholder i {
font-size: 24px;
color: var(--primary);
margin-bottom: 4px;
}
.ford-vcm2-page .software-card-icon.placeholder span {
font-size: 10px;
color: var(--primary);
text-align: center;
font-weight: 600;
}
.ford-vcm2-page .software-card-title {
font-size: 20px;
font-weight: 700;
color: var(--text-dark);
margin: 0;
}
.ford-vcm2-page .software-card-description {
font-size: 15px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 24px;
flex-grow: 1;
}
.ford-vcm2-page .software-card-features {
margin-bottom: 24px;
}
.ford-vcm2-page .software-card-feature {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 12px;
font-size: 14px;
color: var(--text-light);
line-height: 1.5;
}
.ford-vcm2-page .software-card-feature i {
color: var(--success);
margin-top: 2px;
flex-shrink: 0;
}
.ford-vcm2-page .software-card-badge {
display: inline-block;
padding: 6px 12px;
background-color: var(--warning);
color: white;
border-radius: var(--radius-sm);
font-size: 12px;
font-weight: 600;
margin-top: 16px;
align-self: flex-start;
}
/* Combined Software Section Styling */
.ford-vcm2-page .software-combined-section {
margin-bottom: 50px;
}
.ford-vcm2-page .software-combined-section .software-image-large {
margin-bottom: 30px;
}
.ford-vcm2-page .software-card-single {
background-color: var(--background);
border-radius: var(--radius-lg);
padding: 30px;
border: 1px solid var(--border);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
max-width: 800px;
margin: 0 auto;
}
.ford-vcm2-page .software-card-single:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-md);
border-color: var(--primary-light);
}
.ford-vcm2-page .software-card-single::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 80px;
background-color: var(--primary);
border-radius: 0 2px 2px 0;
}
/* Horizontal Software Card Styling */
.ford-vcm2-page .software-card-horizontal {
display: flex;
background-color: var(--background);
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-sm);
border: 1px solid var(--border);
margin-bottom: 40px;
transition: all 0.3s ease;
position: relative;
}
.ford-vcm2-page .software-card-horizontal:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-md);
border-color: var(--primary-light);
}
.ford-vcm2-page .software-card-horizontal::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background-color: var(--primary);
border-radius: 0 2px 2px 0;
z-index: 1;
}
.ford-vcm2-page .software-card-image {
flex: 0 0 300px;
height: 250px;
position: relative;
overflow: hidden;
}
.ford-vcm2-page .software-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.ford-vcm2-page .software-card-image:hover img {
transform: scale(1.05);
}
.ford-vcm2-page .software-card-image.placeholder {
background: linear-gradient(135deg, var(--primary-light) 0%, #f0f8ff 100%);
border-right: 2px dashed var(--primary);
display: flex;
align-items: center;
justify-content: center;
}
.ford-vcm2-page .software-card-content {
flex: 1;
padding: 30px;
display: flex;
flex-direction: column;
}
.ford-vcm2-page .software-card-content .software-card-title {
font-size: 24px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 16px;
}
.ford-vcm2-page .software-card-content .software-card-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 24px;
flex-grow: 1;
}
/* Software Showcase Styling */
.ford-vcm2-page .software-showcase-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
gap: 40px;
margin-bottom: 50px;
}
.ford-vcm2-page .software-showcase-card {
background-color: var(--background);
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-md);
border: 1px solid var(--border);
transition: all 0.3s ease;
text-align: center;
}
.ford-vcm2-page .software-showcase-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-light);
}
.ford-vcm2-page .software-showcase-image {
width: 100%;
height: 300px;
position: relative;
overflow: hidden;
background-color: #f8f9fa;
}
.ford-vcm2-page .software-showcase-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.ford-vcm2-page .software-showcase-image:hover img {
transform: scale(1.05);
}
.ford-vcm2-page .software-showcase-image.placeholder {
background: linear-gradient(135deg, var(--primary-light) 0%, #f0f8ff 100%);
border-bottom: 2px dashed var(--primary);
display: flex;
align-items: center;
justify-content: center;
}
.ford-vcm2-page .software-showcase-title {
font-size: 24px;
font-weight: 700;
color: var(--text-dark);
margin: 24px 20px 16px;
}
.ford-vcm2-page .software-showcase-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
margin: 0 20px 24px;
padding-bottom: 20px;
}
/* License Final Note Styling */
.ford-vcm2-page .vcm2-license-final-note-container {
padding: 40px 0;
background-color: var(--background-light);
}
.ford-vcm2-page .vcm2-license-final-note {
background-color: var(--primary-light);
border-radius: var(--radius-md);
padding: 20px 24px;
border: 1px solid var(--primary);
text-align: center;
max-width: 900px;
margin: 0 auto;
}
.ford-vcm2-page .vcm2-license-final-note p {
font-size: 14px;
color: var(--text-dark);
line-height: 1.6;
margin: 0;
}
.ford-vcm2-page .vcm2-license-final-note a {
color: var(--primary);
font-weight: 600;
text-decoration: underline;
}
.ford-vcm2-page .vcm2-license-final-note a:hover {
text-decoration: none;
}
/* Software Steps Styling */
.ford-vcm2-page .software-steps {
background-color: var(--background);
border-radius: var(--radius-lg);
padding: 30px;
box-shadow: var(--shadow-md);
border: 1px solid var(--border);
max-width: 480px;
margin: 0 auto;
}
.ford-vcm2-page .software-steps-title {
font-size: 24px;
font-weight: 700;
color: var(--primary);
text-align: center;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 2px solid var(--primary-light);
}
.ford-vcm2-page .step-wrapper {
display: flex;
align-items: center;
margin-bottom: 30px;
position: relative;
}
/* EKLENEN YENİ KOD: Tüm adım çizgilerini tamamen kaldır */
.ford-vcm2-page .step-wrapper::after {
display: none !important;
}
.ford-vcm2-page .step-icon {
width: 60px;
height: 60px;
background-color: var(--primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: white;
margin-right: 20px;
position: relative;
z-index: 1;
flex-shrink: 0;
}
.ford-vcm2-page .step-content {
flex-grow: 1;
position: relative;
}
.ford-vcm2-page .step-content.right {
text-align: right;
}
.ford-vcm2-page .step-number {
display: inline-block;
width: 28px;
height: 28px;
background-color: var(--primary-light);
color: var(--primary);
border-radius: 50%;
font-weight: 700;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 8px;
}
.ford-vcm2-page .step-content.right .step-number {
margin-left: auto;
}
.ford-vcm2-page .step-title {
font-size: 18px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.ford-vcm2-page .step-description {
font-size: 15px;
color: var(--text-light);
line-height: 1.5;
}
.ford-vcm2-page .step-link {
color: var(--primary);
text-decoration: none;
font-weight: 600;
}
.ford-vcm2-page .step-link:hover {
text-decoration: underline;
}
/* Hide specific step connector lines */
.ford-vcm2-page .step-wrapper:nth-child(1)::after,
.ford-vcm2-page .step-wrapper:nth-child(2)::after,
.ford-vcm2-page .step-wrapper:nth-child(3)::after {
display: none !important;
}
/* Add space to icons on the right in step-wrapper */
.ford-vcm2-page .step-wrapper > .step-icon:last-child {
margin-left: 15px;
margin-right: 0;
}
/* Features Section */
.ford-vcm2-page .features {
padding: 100px 0;
position: relative;
overflow: hidden;
background-color: var(--background-light);
}
.ford-vcm2-page .section-header {
text-align: center;
max-width: 700px;
margin: 0 auto 80px;
}
.ford-vcm2-page .section-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.ford-vcm2-page .section-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
}
.ford-vcm2-page .section-description {
font-size: 18px;
color: var(--text-light);
line-height: 1.6;
}
.ford-vcm2-page .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}
.ford-vcm2-page .feature-card {
background-color: var(--background);
border-radius: var(--radius-lg);
padding: 40px;
transition: all 0.3s ease;
border: 1px solid var(--border);
position: relative;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
}
.ford-vcm2-page .feature-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-md);
border-color: var(--primary-light);
}
.ford-vcm2-page .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 60px;
background-color: var(--primary);
border-radius: 0 2px 2px 0;
}
.ford-vcm2-page .feature-icon {
margin-bottom: 24px;
width: 60px;
height: 60px;
border-radius: var(--radius-md);
background-color: var(--primary-light);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--primary);
align-self: center;
}
.ford-vcm2-page .feature-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 16px;
color: var(--text-dark);
text-align: center;
}
.ford-vcm2-page .feature-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
flex-grow: 1;
text-align: center;
}
.ford-vcm2-page .feature-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--primary);
font-weight: 600;
text-decoration: none;
margin-top: 24px;
font-size: 15px;
transition: gap 0.3s ease;
}
.ford-vcm2-page .feature-link:hover {
gap: 12px;
}
/* Product Section */
.ford-vcm2-page .product {
padding: 100px 0;
background-color: var(--background);
position: relative;
overflow: hidden;
}
.ford-vcm2-page .product-shape-1 {
position: absolute;
width: 150px;
height: 150px;
background-color: rgba(0, 82, 192, 0.05);
top: -70px;
right: -70px;
border-radius: 50%;
}
.ford-vcm2-page .product-shape-2 {
position: absolute;
width: 180px;
height: 180px;
background-color: rgba(255, 98, 66, 0.05);
bottom: -90px;
left: -90px;
border-radius: 50%;
}
.ford-vcm2-page .product-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.ford-vcm2-page .product-image-container {
position: relative;
}
.ford-vcm2-page .product-image-card {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
background-color: white;
padding: 20px;
}
.ford-vcm2-page .gallery-container {
width: 100%;
}
.ford-vcm2-page .gallery-main {
width: 100%;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
background-color: #f8f9fa;
border-radius: var(--radius-md);
margin-bottom: 20px;
}
.ford-vcm2-page .gallery-main img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.ford-vcm2-page .gallery-thumbs {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
.ford-vcm2-page .gallery-thumb {
width: 80px;
height: 80px;
border-radius: var(--radius-sm);
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
}
.ford-vcm2-page .gallery-thumb.active {
border-color: var(--primary);
}
.ford-vcm2-page .gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ford-vcm2-page .product-badges {
position: absolute;
top: 40px;
left: 40px;
display: flex;
flex-direction: column;
gap: 12px;
z-index: 5;
}
.ford-vcm2-page .product-badge {
padding: 8px 16px;
border-radius: var(--radius-sm);
font-size: 14px;
font-weight: 600;
}
.ford-vcm2-page .badge-new {
background-color: var(--primary);
color: white;
}
.ford-vcm2-page .badge-popular {
background-color: var(--secondary);
color: white;
position: absolute;
top: auto;
left: auto;
bottom: 110px;
right: 20px;
z-index: 6;
}
.ford-vcm2-page .product-content {
max-width: 480px;
}
.ford-vcm2-page .product-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.ford-vcm2-page .product-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
}
.ford-vcm2-page .product-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
}
.ford-vcm2-page .product-features {
margin-bottom: 40px;
}
.ford-vcm2-page .product-feature {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.ford-vcm2-page .feature-check {
min-width: 22px;
height: 22px;
background-color: var(--success);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 12px;
margin-top: 4px;
}
.ford-vcm2-page .feature-text {
font-size: 16px;
color: var(--text-dark);
line-height: 1.5;
}
.ford-vcm2-page .feature-text strong {
font-weight: 600;
}
/* Pricing Info Block */
.ford-vcm2-page .pricing-info {
background-color: var(--warning);
color: white;
padding: 16px 24px;
border-radius: var(--radius-md);
margin-top: 32px;
font-weight: 600;
font-size: 15px;
text-align: center;
box-shadow: var(--shadow-sm);
}
/* CTA Section */
.ford-vcm2-page .cta {
padding: 100px 0;
background-color: var(--primary-light);
position: relative;
overflow: hidden;
}
.ford-vcm2-page .cta-shape-1 {
position: absolute;
top: -60px;
right: -60px;
width: 150px;
height: 150px;
background-color: rgba(0, 82, 192, 0.15);
border-radius: 50%;
}
.ford-vcm2-page .cta-shape-2 {
position: absolute;
bottom: -70px;
left: -70px;
width: 120px;
height: 120px;
background-color: rgba(0, 82, 192, 0.1);
border-radius: 50%;
}
.ford-vcm2-page .cta-container {
max-width: 800px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2;
}
.ford-vcm2-page .cta-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
}
.ford-vcm2-page .cta-description {
font-size: 18px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 40px;
}
.ford-vcm2-page .cta-buttons {
display: flex;
justify-content: center;
gap: 16px;
}
/* FAQ Section */
.ford-vcm2-page .faq {
padding: 100px 0;
background-color: var(--background-light);
}
.ford-vcm2-page .faq-container {
max-width: 900px;
margin: 0 auto;
}
.ford-vcm2-page .faq-wrapper {
margin-top: 60px;
}
.ford-vcm2-page .faq-column {
margin-bottom: 24px;
}
.ford-vcm2-page .faq-item {
background-color: var(--background);
border: 1px solid var(--border);
border-radius: var(--radius-md);
transition: all 0.3s ease;
overflow: hidden;
margin-bottom: 16px;
display: block;
width: 100%;
}
.ford-vcm2-page .faq-item:hover {
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
}
.ford-vcm2-page .faq-question {
padding: 24px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
color: var(--text-dark);
user-select: none;
}
.ford-vcm2-page .faq-icon {
color: var(--primary);
transition: transform 0.3s ease;
}
.ford-vcm2-page .faq-answer {
padding: 0 24px;
height: 0;
overflow: hidden;
color: var(--text-light);
line-height: 1.6;
transition: all 0.3s ease;
visibility: hidden;
opacity: 0;
}
.ford-vcm2-page .faq-item.active {
border-color: var(--primary-light);
box-shadow: var(--shadow-sm);
}
.ford-vcm2-page .faq-item.active .faq-answer {
padding: 0 24px 24px;
height: auto;
visibility: visible;
opacity: 1;
}
.ford-vcm2-page .faq-item.active .faq-icon {
transform: rotate(180deg);
}
/* Contact Section Styling */
.ford-vcm2-page .contact-section {
padding: 80px 0;
background-color: var(--background);
text-align: center;
}
.ford-vcm2-page .contact-header {
margin-bottom: 60px;
}
.ford-vcm2-page .contact-title {
font-size: 32px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 12px;
}
.ford-vcm2-page .contact-title-underline {
width: 60px;
height: 4px;
background-color: var(--primary); /* Theme primary color */
margin: 0 auto 24px;
border-radius: 2px;
}
.ford-vcm2-page .contact-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
max-width: 600px;
margin: 0 auto;
}
.ford-vcm2-page .contact-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1000px;
margin: 0 auto;
}
.ford-vcm2-page .contact-card {
background-color: var(--background);
border-radius: var(--radius-lg);
padding: 30px;
box-shadow: var(--shadow-sm);
transition: all 0.3s ease;
border: 1px solid var(--border);
}
.ford-vcm2-page .contact-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-md);
}
.ford-vcm2-page .contact-icon {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--primary-light);
color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 auto 20px;
}
.ford-vcm2-page .contact-card-title {
font-size: 18px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.ford-vcm2-page .contact-card-detail {
font-size: 16px;
color: var(--primary);
text-decoration: none;
font-weight: 500;
}
.ford-vcm2-page .contact-card-detail:hover {
text-decoration: underline;
}
/* Device Review Section Styling */
.ford-vcm2-page .device-review {
padding: 100px 0;
background-color: var(--background-light);
position: relative;
}
/* Video Review Section */
.ford-vcm2-page .video-review-section {
margin-bottom: 80px;
}
.ford-vcm2-page .video-container {
max-width: 900px;
margin: 0 auto;
}
.ford-vcm2-page .video-wrapper {
margin-top: 40px;
}
.ford-vcm2-page .video-placeholder {
width: 100%;
height: 400px;
background: transparent;
border: none;
border-radius: var(--radius-lg);
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.ford-vcm2-page .video-placeholder-content {
text-align: center;
color: var(--primary);
padding: 40px;
}
.ford-vcm2-page .video-placeholder-content i {
font-size: 60px;
margin-bottom: 20px;
color: #FF0000;
}
.ford-vcm2-page .video-placeholder-content h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 12px;
color: var(--text-dark);
}
.ford-vcm2-page .video-placeholder-content p {
font-size: 16px;
margin-bottom: 16px;
color: var(--text-light);
}
.ford-vcm2-page .video-note {
display: inline-block;
padding: 8px 16px;
background-color: var(--warning);
color: white;
border-radius: var(--radius-sm);
font-size: 14px;
font-weight: 600;
}
.ford-vcm2-page .video-description {
text-align: center;
max-width: 600px;
margin: 0 auto;
}
.ford-vcm2-page .video-description h4 {
font-size: 20px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 12px;
}
.ford-vcm2-page .video-description p {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
}
/* Why Choose Section */
.ford-vcm2-page .why-choose-section {
margin-top: 60px;
}
.ford-vcm2-page .why-choose-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: flex-start;
}
.ford-vcm2-page .why-choose-title {
font-size: 28px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 16px;
text-align: center;
}
.ford-vcm2-page .why-choose-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
}
/* Advantages List */
.ford-vcm2-page .advantages-list {
display: flex;
flex-direction: column;
gap: 24px;
}
.ford-vcm2-page .advantage-item {
display: flex;
align-items: flex-start;
gap: 16px;
}
.ford-vcm2-page .advantage-icon {
width: 50px;
height: 50px;
background-color: var(--primary-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
font-size: 20px;
flex-shrink: 0;
margin-top: 4px;
}
.ford-vcm2-page .advantage-content h4 {
font-size: 18px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.ford-vcm2-page .advantage-content p {
font-size: 15px;
color: var(--text-light);
line-height: 1.5;
}
/* Technical Specs */
.ford-vcm2-page .technical-specs {
background-color: var(--background);
border-radius: var(--radius-lg);
padding: 30px;
box-shadow: var(--shadow-sm);
border: 1px solid var(--border);
height: fit-content;
}
.ford-vcm2-page .specs-title {
font-size: 24px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 24px;
text-align: center;
padding-bottom: 16px;
border-bottom: 2px solid var(--primary-light);
}
.ford-vcm2-page .specs-card {
display: flex;
flex-direction: column;
gap: 16px;
}
.ford-vcm2-page .spec-item {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 12px 0;
border-bottom: 1px solid var(--border);
}
.ford-vcm2-page .spec-item:last-child {
border-bottom: none;
}
.ford-vcm2-page .spec-label {
font-size: 14px;
font-weight: 600;
color: var(--text-dark);
flex: 0 0 40%;
}
.ford-vcm2-page .spec-value {
font-size: 14px;
color: var(--text-light);
text-align: right;
flex: 1;
}
/* Features Grid Mobil Uyumluluk İyileştirmeleri */
@media (max-width: 1024px) {
.ford-vcm2-page .hero-title {
font-size: 40px;
}
.ford-vcm2-page .product-container,
.ford-vcm2-page .software-container {
gap: 40px;
}
.ford-vcm2-page .features-grid {
grid-template-columns: repeat(2, 1fr); /* 2 sütun */
gap: 25px;
}
/* Horizontal Software Card Responsive */
.ford-vcm2-page .software-card-horizontal {
flex-direction: column;
}
.ford-vcm2-page .software-card-image {
flex: none;
height: 200px;
}
.ford-vcm2-page .software-card-content {
padding: 24px;
}
}
@media (max-width: 768px) {
.ford-vcm2-page .hero {
padding-top: 40px;
padding-bottom: 60px;
}
.ford-vcm2-page .hero-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.ford-vcm2-page .hero-content {
text-align: center;
max-width: 100%;
}
.ford-vcm2-page .hero-buttons {
justify-content: center;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.ford-vcm2-page .hero-buttons .btn {
width: 100%;
justify-content: center;
}
.ford-vcm2-page .hero-eyebrow {
justify-content: center;
}
.ford-vcm2-page .hero-title {
font-size: 32px;
margin-bottom: 16px;
}
.ford-vcm2-page .hero-description {
font-size: 16px;
margin-bottom: 24px;
}
.ford-vcm2-page .hero-image-wrapper {
max-width: 400px;
margin: 0 auto;
}
.ford-vcm2-page .product-container,
.ford-vcm2-page .software-container {
grid-template-columns: 1fr;
}
.ford-vcm2-page .product-content,
.ford-vcm2-page .software-content {
max-width: 100%;
order: 1;
}
.ford-vcm2-page .product-image-container,
.ford-vcm2-page .software-image {
order: 2;
}
.ford-vcm2-page .cta-buttons {
flex-direction: column;
align-items: center;
}
.ford-vcm2-page .cta-buttons .btn {
width: 100%;
max-width: 300px;
}
.ford-vcm2-page .gallery-main {
height: 300px;
}
.ford-vcm2-page .faq-columns {
display: block;
}
/* Moved License Note Responsive */
.ford-vcm2-page .software-license-note-card {
flex-direction: column;
text-align: center;
padding: 16px;
}
.ford-vcm2-page .software-license-note-icon-container {
margin-bottom: 12px;
}
.ford-vcm2-page .software-license-note-icon-display {
width: 40px;
height: 40px;
font-size: 20px;
}
.ford-vcm2-page .software-license-note-title {
font-size: 15px;
}
.ford-vcm2-page .software-license-note-text {
font-size: 13px;
}
/* Step adımları responsive */
.ford-vcm2-page .step-wrapper {
flex-direction: column;
align-items: center; /* Center icon and content */
/* padding-left: 30px; /* Removed for centering */
}
.ford-vcm2-page .step-wrapper:not(:last-child):after {
left: 50%;
transform: translateX(-1px); /* Center the 2px line */
}
.ford-vcm2-page .step-icon {
margin-bottom: 15px;
margin-right: 0; /* Ensure no right margin when centered */
margin-left: 0; /* Ensure no left margin when centered */
}
/* For steps where icon is on the right on desktop, make it appear on top on mobile */
.ford-vcm2-page .step-wrapper > .step-content.right + .step-icon {
order: -1; /* Visually move icon to the top */
}
.ford-vcm2-page .step-content.right {
text-align: left; /* Mobil için sola hizalı */
width: 100%; /* Ensure content takes full width for centering text */
}
.ford-vcm2-page .step-content.right .step-number {
margin-left: 0;
}
.ford-vcm2-page .vcm2-license-final-note {
padding: 15px;
}
.ford-vcm2-page .vcm2-license-final-note p {
font-size: 13px;
}
/* Features Grid - Tablet Uyumluluk */
.ford-vcm2-page .features-grid {
grid-template-columns: 1fr 1fr; /* Tablet için 2 sütun */
gap: 16px; /* Daha küçük boşluk */
}
.ford-vcm2-page .feature-card {
padding: 24px 16px; /* Daha küçük padding */
}
.ford-vcm2-page .feature-icon {
width: 50px; /* Daha küçük ikon */
height: 50px;
font-size: 20px;
margin-bottom: 16px;
}
.ford-vcm2-page .feature-title {
font-size: 16px; /* Daha küçük başlık */
margin-bottom: 12px;
}
.ford-vcm2-page .feature-description {
font-size: 14px; /* Daha küçük açıklama */
}
/* Software Showcase Tablet Uyumluluk */
.ford-vcm2-page .software-showcase-grid {
grid-template-columns: 1fr; /* Tablet için tek sütun */
gap: 30px;
}
.ford-vcm2-page .software-showcase-image {
height: 250px; /* Tablet için daha küçük yükseklik */
}
/* Mobil için resim netliği iyileştirmesi */
.ford-vcm2-page .software-showcase-image img {
object-fit: contain; /* Cover yerine contain kullan */
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: pixelated;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ford-vcm2-page .software-showcase-title {
font-size: 20px; /* Tablet için daha küçük başlık */
margin: 20px 16px 12px;
}
.ford-vcm2-page .software-showcase-description {
font-size: 15px; /* Tablet için daha küçük açıklama */
margin: 0 16px 20px;
}
/* Contact Section Mobil Uyumluluk */
.ford-vcm2-page .contact-section {
padding: 50px 0;
}
.ford-vcm2-page .contact-header {
margin-bottom: 30px;
}
.ford-vcm2-page .contact-title {
font-size: 28px;
margin-bottom: 10px;
}
.ford-vcm2-page .contact-title-underline {
width: 50px;
height: 3px;
margin-bottom: 16px;
}
.ford-vcm2-page .contact-description {
font-size: 15px;
padding: 0 15px;
}
.ford-vcm2-page .contact-cards-grid {
grid-template-columns: 1fr;
gap: 20px;
max-width: 320px;
}
.ford-vcm2-page .contact-card {
padding: 20px;
}
.ford-vcm2-page .contact-icon {
width: 45px;
height: 45px;
font-size: 18px;
margin-bottom: 12px;
}
.ford-vcm2-page .contact-card-title {
font-size: 16px;
margin-bottom: 6px;
}
.ford-vcm2-page .contact-card-detail {
font-size: 15px;
}
}
@media (max-width: 576px) {
.ford-vcm2-page .container {
padding: 0 16px;
}
.ford-vcm2-page .hero-title {
font-size: 28px;
}
.ford-vcm2-page .hero-image-wrapper {
max-width: 300px;
}
.ford-vcm2-page .hero {
padding-top: 30px;
padding-bottom: 40px;
}
.ford-vcm2-page .hero-eyebrow {
font-size: 12px;
padding: 6px 12px;
margin-bottom: 16px;
}
.ford-vcm2-page .section-title,
.ford-vcm2-page .product-title,
.ford-vcm2-page .software-title {
font-size: 24px;
}
.ford-vcm2-page .gallery-thumb {
width: 60px;
height: 60px;
}
.ford-vcm2-page .gallery-main {
height: 250px;
}
.ford-vcm2-page .software-buttons {
flex-direction: column;
width: 100%;
}
.ford-vcm2-page .software-buttons .btn {
width: 100%;
}
.ford-vcm2-page .badge-popular,
.ford-vcm2-page .badge-new { /* badge-new is inside product-badges, but this targets the class directly */
display: none;
}
/* Features Grid - Mobil Uyumluluk */
.ford-vcm2-page .features-grid {
grid-template-columns: 1fr; /* Mobil için tek sütun */
}
.ford-vcm2-page .section-header {
margin-bottom: 40px; /* Daha az boşluk */
}
.ford-vcm2-page .section-description {
font-size: 16px; /* Daha küçük açıklama metni */
}
.ford-vcm2-page .feature-card {
margin-bottom: 16px; /* Kartlar arasında boşluk */
padding: 20px 16px; /* Daha küçük padding */
}
.ford-vcm2-page .feature-card::before {
height: 40px; /* Daha kısa çizgi */
}
.ford-vcm2-page .features {
padding: 60px 0; /* Daha az padding */
}
/* Contact Section Küçük Ekran Uyumluluğu */
.ford-vcm2-page .contact-section {
padding: 40px 0;
}
.ford-vcm2-page .contact-title {
font-size: 24px;
}
.ford-vcm2-page .contact-description {
font-size: 14px;
}
.ford-vcm2-page .contact-card {
padding: 15px;
}
.ford-vcm2-page .contact-icon {
width: 45px;
height: 45px;
font-size: 18px;
margin-bottom: 12px;
}
.ford-vcm2-page .contact-card-title {
font-size: 15px;
}
.ford-vcm2-page .contact-card-detail {
font-size: 14px;
}
/* Device Review Section Mobile */
.ford-vcm2-page .device-review {
padding: 60px 0;
}
.ford-vcm2-page .video-placeholder {
height: 250px;
padding: 20px;
}
.ford-vcm2-page .video-placeholder-content h3 {
font-size: 20px;
}
.ford-vcm2-page .video-placeholder-content p {
font-size: 14px;
}
.ford-vcm2-page .video-placeholder-content i {
font-size: 40px;
}
.ford-vcm2-page .why-choose-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.ford-vcm2-page .why-choose-title {
font-size: 24px;
}
.ford-vcm2-page .advantage-icon {
width: 40px;
height: 40px;
font-size: 16px;
}
.ford-vcm2-page .advantage-content h4 {
font-size: 16px;
}
.ford-vcm2-page .advantage-content p {
font-size: 14px;
}
.ford-vcm2-page .technical-specs {
margin-top: 30px;
padding: 20px;
}
.ford-vcm2-page .specs-title {
font-size: 20px;
}
.ford-vcm2-page .spec-label,
.ford-vcm2-page .spec-value {
font-size: 13px;
}
}
/* Desktop ekranlarda iki sütun yapısı */
@media (min-width: 768px) {
.ford-vcm2-page .faq-columns {
display: flex;
justify-content: space-between;
gap: 24px;
}
.ford-vcm2-page .faq-column {
flex: 0 0 calc(50% - 12px);
}
}
Ford ve Mazda İçin Yetkili Servis Düzeyinde Arıza Tespit Cihazı: VCM II
Ford VCM II, Ford ve Mazda araçlarda yetkili servis düzeyinde arıza tespiti, programlama ve kodlama işlemleri için tasarlanmış profesyonel bir arayüzdür. Ford IDS, FDRS, Mazda IDS ve MDARS gibi resmi yazılımlarla tam uyumlu çalışarak, en karmaşık servis operasyonlarını bile kolayca yönetmenizi sağlar.
Detaylı Bilgi Alın
Hemen Satın Al
IDS & FDRS Uyumlu





FORD & MAZDA UYUMLU
VCM II Profesyonel Arıza Tespit ve Programlama Cihazı
Ford VCM II, Ford'un Integrated Diagnostic Software (IDS) ve Ford Diagnostic & Repair System (FDRS) yazılımları ile birlikte çalışarak, araç teşhisi, modül programlama, anahtar kodlama ve daha birçok gelişmiş işlemi gerçekleştirmenizi sağlar.
Tam Yazılım Entegrasyonu: IDS ve FDRS ile yetkili servis fonksiyonlarına tam erişim.
ECU Programlama ve Kodlama: Anahtar kodlama, enjektör kodlama ve beyin programlama.
DPF Rejenerasyonu: Dizel partikül filtresi temizleme ve servis prosedürleri.
Dayanıklı Tasarım: Zorlu atölye koşullarına dayanıklı, sağlam yapı.
Geniş Protokol Desteği: CAN, J1850 ve diğer tüm Ford protokollerini destekler.
CİHAZ İNCELEMESİ
VCM2 Cihaz Tanıtımı ve Detaylı İnceleme
Ford VCM2 cihazının tüm özelliklerini keşfedin ve profesyonel otomotiv dünyasında neden bu kadar güvenilir bir çözüm olduğunu öğrenin.
360° Görsel İnceleme
Ford VCM2 cihazını her açıdan inceleyebilir, portlarını, LED göstergelerini ve build kalitesini detaylıca görebilirsiniz. Video sayesinde satın almadan önce cihazın tüm fiziksel özelliklerini keşfedin.
Neden VCM2 Tercih Edilmeli?
Ford VCM2, otomotiv teşhis dünyasında kanıtlanmış bir çözümdür. İşte tercih edilme sebepleri:
Resmi Ford Uyumluluğu
Ford'un resmi tanıl protokollerini kullanır ve yetkili servis düzeyinde işlemler gerçekleştirir.
Güçlü Donanım
Yüksek kaliteli çipler ve dayanıklı yapı ile uzun ömürlü kullanım sağlar.
Stabil Bağlantı
USB ve OBD2 bağlantıları ile kesintisiz ve güvenilir iletişim kurar.
Kapsamlı Fonksiyonlar
Teşhis, programlama, kodlama ve adaptasyon işlemlerini eksiksiz destekler.
Teknik Özellikler
Desteklenen Protokoller:
CAN, J1850, ISO 9141, KWP2000
Bağlantı:
USB 2.0, OBD2 16-pin
Güç Kaynağı:
12V (araç akümüsünden)
İşletim Sistemi:
Windows 7/8/10/11
LED Göstergeler:
Güç, Bağlantı, Veri Aktarımı
Çalışma Sıcaklığı:
-20°C ile +60°C arası
VCM II AVANTAJLARI
Ford ve Mazda Araçlar İçin Kapsamlı Diagnostik Çözümü
Ford VCM II, Ford IDS, FDRS, Mazda IDS ve MDARS yazılımları ile tam uyumlu çalışarak, yetkili servislerde kullanılan tüm teşhis ve programlama fonksiyonlarını sunar.
Yetkili Servis Düzeyinde Teşhis
Motor, Şanzıman, ABS, BCM gibi tüm ECU modüllerinde detaylı arıza tespiti ve canlı veri görüntüleme.
Online Programlama
Gerekli lisanslar ile online olarak modül programlama ve yazılım güncelleme imkanı.
Kodlama ve Adaptasyon
Araç konfigürasyonu, parça tanıtma, enjektör kodlama ve servis fonksiyonları.
Anahtar ve İmmobilizer
Online bağlantı ile anahtar kodlama ve immobilizer sistemi yönetimi.
Geniş Araç Desteği
Ford ve Mazda marka binek ve ticari araçların geniş bir model yelpazesini destekler.
ECU (Beyin) Programlama
Araç beyinlerini (ECU) yeniden programlama, yazılım güncelleme ve konfigürasyon işlemleri.
YAZILIM SEÇENEKLERİ
Ford İçin İhtiyacınıza Uygun Yazılım Çözümleri
Ford VCM II cihazı, iki temel yazılım ile çalışır: IDS ve FDRS. Her ikisi de yetkili servis düzeyinde işlem yapmanızı sağlar ancak farklı ihtiyaçlara yöneliktir.
IDS Yazılımı
2013 öncesi Ford araçlar için tasarlanmış temel servis yazılımıdır. Birçok diagnostik fonksiyonu destekler ancak yeni nesil araçlarda sınırlı kalabilir.
FDRS Yazılımı
Yeni nesil (Euro 6 ve sonrası) Ford araçlar için zorunlu olan, abonelik tabanlı yetkili servis yazılımıdır. Tüm online fonksiyonları ve gelişmiş özellikleri içerir.
Önemli Not: İlan fiyatı sadece VCM II donanımı için geçerlidir. IDS ve FDRS yazılımları opsiyoneldir ve ayrı olarak lisanslanmalıdır. Yazılım dili Türkçedir ve tüm Windows sürümleriyle uyumludur.
MAZDA YAZILIM SEÇENEKLERİ
Mazda Araçlar İçin Özel Yazılım Çözümleri
Ford VCM II cihazı, Mazda araçlar için MDARS ve IDS yazılımları ile tam uyumlu çalışarak, yetkili servis düzeyinde işlemler gerçekleştirmenizi sağlar.
MDARS Yazılımı
Mazda Dealer Access & Repair System (MDARS), Mazda araçlar için özel olarak tasarlanmış profesyonel teşhis ve servis yazılımıdır. En güncel Mazda modellerini destekler.
Mazda IDS Yazılımı
Mazda Integrated Diagnostic System, klasik ve orta yaş Mazda araçlar için kapsamlı diagnostik işlemleri ve temel programlama fonksiyonları sağlar.
Mazda Yazılım Notu: MDARS ve Mazda IDS yazılımları VCM II donanımı ile tam uyumludur. Bu yazılımlar opsiyoneldir ve ayrı olarak lisanslanmalıdır. Mazda araçlarında yetkili servis düzeyinde tüm işlemler gerçekleştirilebilir.
KAPSAMLI FONKSİYONLAR
VCM II ile Yapabileceğiniz Detaylı İşlemler
Cihaz, basit arıza okuma/silmeden, karmaşık modül programlama ve adaptasyonlara kadar geniş bir yelpazede işlem yapmanıza olanak tanır.
Diagnostik İşlemleri
- Araç Yapılandırmasını Okuma
- Hata Kodlarını Okuma ve Silme
- Canlı Verileri Görüntüleme
- Parça Aktivasyon Testleri
Programlama ve Kodlama
- Anahtar Kodlama ve Programlama
- ECU (Beyin) Programlama
- Enjektör Kodlama
- Hız Limit İptali
Servis ve Bakım
- DPF Rejenerasyonu
- Gaz Kelebeği Adaptasyonu
- Elektrikli Direksiyon Adaptasyonu
- Servis Bakım Sıfırlama
SIKÇA SORULAN SORULAR
Ford VCM II Hakkında Bilmeniz Gerekenler
Ford VCM II Arıza Tespit Cihazı ile ilgili en çok merak edilen soruları ve detaylı cevaplarını derledik.
VCM II ile hangi araç markalarını destekler?
Ford VCM II öncelikle Ford ve Mazda araçları için tasarlanmıştır. Ford, Lincoln ve Mercury markalarının yanı sıra Mazda markasının tüm modellerini destekler. Ayrıca Ford'un ticari araçları (Transit, Ranger vb.) ile de uyumludur.
VCM II hangi yazılımlarla çalışır?
VCM II, Ford'un resmi IDS (Integrated Diagnostic Software) ve FDRS (Ford Diagnostic & Repair System) yazılımları ile tam uyumludur. Ayrıca Mazda araçlar için MDARS (Mazda Dealer Access & Repair System) ve Mazda IDS yazılımlarını da destekler. Ford IDS ve FDRS daha çok Ford araçlar için, MDARS ve Mazda IDS ise Mazda araçlar için kullanılır.
Yazılım fiyata dahil mi?
Hayır, ilandaki fiyat yalnızca VCM II donanımı içindir. IDS ve FDRS yazılımları opsiyoneldir ve lisansları ayrı olarak satın alınmalıdır. FDRS, abonelik sistemi ile çalışır ve genellikle 1 yıllık lisans olarak sunulur.
VCM II ile Mazda araçlara bakabilir miyim?
Evet, Ford VCM II cihazı, Ford IDS yazılımının yanı sıra Mazda IDS yazılımı ile de uyumludur. Bu sayede Mazda araçlar üzerinde de yetkili servis düzeyinde teşhis ve programlama işlemleri yapabilirsiniz.
Online programlama için ne gereklidir?
Online programlama, anahtar kodlama gibi gelişmiş fonksiyonlar için aktif bir FDRS lisansına ihtiyaç vardır. Bu lisans ile yetkili servislerin kullandığı tüm güncel yazılım dosyalarına ve teknik dokümanlara erişim sağlayabilirsiniz.
VCM II bilgisayara nasıl bağlanır?
Ford VCM II, bilgisayara USB kablo ile stabil bir şekilde bağlanır. Bu bağlantı, özellikle programlama gibi kritik işlemlerde güvenilir bir iletişim sağlar.
Kutu içeriğinde neler var?
Ford VCM II kutu içeriği genellikle şunları içerir: VCM II ana ünite, OBD2 bağlantı kablosu ve USB bilgisayar bağlantı kablosu.
Cihazın garantisi ve teknik desteği var mı?
Evet, sattığımız tüm Ford VCM II cihazları 6 ay garanti kapsamındadır ve üretim hatalarına karşı garantilidir. Ayrıca, kurulum, kullanım ve arıza durumlarında teknik destek ekibimizden yardım alabilirsiniz.
Teknik Destek ve İletişim
Ford VCM II cihazı hakkında sorularınız için teknik destek ekibimizle iletişime geçebilirsiniz.
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
العربية

