Opel Chevrolet MDI 2 Arıza Tespit Cihazı | GDS2 & TIS2WEB Uyumlu
/* İzole edilen tüm stiller - sadece bu bölüm için geçerli */
.opel-mdi2-page {
--primary: #1e3a8a;
--primary-light: #dbeafe;
--secondary: #6C757D;
--text-dark: #212529;
--text-light: #6C757D;
--background: #FFFFFF;
--background-light: #f8fafc;
--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;
}
.opel-mdi2-page * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Outfit', sans-serif;
}
.opel-mdi2-page .container {
max-width: 100%;
margin: 0 auto;
padding: 0 24px;
position: relative;
z-index: 2;
}
.opel-mdi2-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;
}
.opel-mdi2-page .btn-primary {
background-color: var(--primary);
color: white;
border: none;
box-shadow: var(--shadow-sm);
}
.opel-mdi2-page .btn-primary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.opel-mdi2-page .btn-secondary {
background-color: var(--primary-light);
color: var(--primary);
border: none;
}
.opel-mdi2-page .btn-secondary:hover {
background-color: #d9e7ff;
}
/* Background Shapes */
.opel-mdi2-page .bg-shape {
position: absolute;
z-index: 1;
border-radius: 50%;
}
.opel-mdi2-page .bg-shape-1 {
top: -80px;
right: -80px;
width: 250px;
height: 250px;
background-color: var(--primary-light);
opacity: 0.5;
}
.opel-mdi2-page .bg-shape-2 {
bottom: 10%;
left: -120px;
width: 200px;
height: 200px;
background-color: var(--primary-light);
opacity: 0.4;
}
.opel-mdi2-page .bg-shape-3 {
top: 40%;
right: -100px;
width: 180px;
height: 180px;
background-color: var(--secondary);
opacity: 0.05;
}
.opel-mdi2-page .bg-shape-4 {
top: 60%;
left: -80px;
width: 150px;
height: 150px;
background-color: var(--secondary);
opacity: 0.05;
}
/* Hero Section */
.opel-mdi2-page .hero {
padding-top: 80px;
padding-bottom: 100px;
position: relative;
overflow: hidden;
background: linear-gradient(180deg, var(--background) 0%, var(--background-light) 100%);
}
.opel-mdi2-page .hero-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.opel-mdi2-page .hero-content {
max-width: 550px;
text-align: center;
}
.opel-mdi2-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;
}
.opel-mdi2-page .hero-title {
font-size: 48px;
font-weight: 800;
line-height: 1.2;
margin-bottom: 24px;
color: var(--text-dark);
}
.opel-mdi2-page .hero-title span {
color: var(--primary);
position: relative;
display: inline-block;
}
.opel-mdi2-page .hero-title span::after {
content: '';
position: absolute;
bottom: 8px;
left: 0;
width: 100%;
height: 10px;
background-color: rgba(30, 58, 138, 0.2);
z-index: -1;
border-radius: 10px;
}
.opel-mdi2-page .hero-description {
font-size: 18px;
line-height: 1.6;
color: var(--text-light);
margin-bottom: 32px;
}
.opel-mdi2-page .hero-buttons {
display: flex;
gap: 16px;
margin-top: 24px;
justify-content: center;
}
.opel-mdi2-page .hero-image-container {
position: relative;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.opel-mdi2-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;
}
.opel-mdi2-page .hero-3d-container {
position: relative;
width: 100%;
height: 100%;
}
.opel-mdi2-page .hero-3d-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.opel-mdi2-page .view-360-badge {
position: absolute;
top: 20px;
right: 20px;
background-color: rgba(30, 58, 138, 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 */
.opel-mdi2-page .software {
padding: 100px 0 60px;
background-color: var(--background-light);
position: relative;
}
/* Software Cards Grid */
.opel-mdi2-page .software-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-bottom: 50px;
}
.opel-mdi2-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;
height: 100%;
display: flex;
flex-direction: column;
}
.opel-mdi2-page .software-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-light);
}
.opel-mdi2-page .software-card.featured {
border-color: var(--primary);
box-shadow: var(--shadow-md);
transform: scale(1.02);
}
.opel-mdi2-page .software-card.featured:hover {
transform: scale(1.02) translateY(-8px);
}
.opel-mdi2-page .software-card-badge {
position: absolute;
top: 20px;
right: 20px;
background-color: var(--primary);
color: white;
padding: 6px 12px;
border-radius: var(--radius-sm);
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.opel-mdi2-page .software-card-header {
text-align: center;
margin-bottom: 25px;
}
.opel-mdi2-page .software-card-icon {
width: 70px;
height: 70px;
background-color: var(--primary-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 28px;
color: var(--primary);
transition: all 0.3s ease;
}
.opel-mdi2-page .software-card:hover .software-card-icon {
background-color: var(--primary);
color: white;
transform: scale(1.1);
}
.opel-mdi2-page .software-card-title {
font-size: 24px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.opel-mdi2-page .software-card-subtitle {
font-size: 14px;
color: var(--text-light);
font-weight: 500;
}
.opel-mdi2-page .software-card-body {
flex-grow: 1;
margin-bottom: 25px;
}
.opel-mdi2-page .software-features {
list-style: none;
padding: 0;
margin: 0;
}
.opel-mdi2-page .software-features li {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
font-size: 15px;
color: var(--text-light);
}
.opel-mdi2-page .software-features li i {
color: var(--success);
font-size: 14px;
flex-shrink: 0;
}
.opel-mdi2-page .software-card-footer {
margin-top: auto;
}
.opel-mdi2-page .software-btn {
width: 100%;
justify-content: center;
padding: 14px 20px;
font-weight: 600;
}
/* Software Info Box */
.opel-mdi2-page .software-info-box {
background-color: var(--primary-light);
border-radius: var(--radius-lg);
padding: 25px;
display: flex;
align-items: flex-start;
gap: 20px;
border: 1px solid var(--primary);
max-width: 900px;
margin: 0 auto;
}
.opel-mdi2-page .software-info-icon {
width: 50px;
height: 50px;
background-color: var(--primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 20px;
flex-shrink: 0;
}
.opel-mdi2-page .software-info-content h4 {
font-size: 18px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.opel-mdi2-page .software-info-content p {
font-size: 15px;
color: var(--text-light);
line-height: 1.6;
margin: 0;
}
.opel-mdi2-page .software-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: flex-start;
}
.opel-mdi2-page .software-image {
border-radius: var(--radius-lg);
overflow: hidden;
}
.opel-mdi2-page .software-image img {
width: 100%;
height: auto;
display: block;
}
.opel-mdi2-page .software-content {
max-width: 520px;
}
.opel-mdi2-page .software-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.opel-mdi2-page .software-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
}
.opel-mdi2-page .software-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
}
.opel-mdi2-page .software-list {
margin-bottom: 32px;
}
.opel-mdi2-page .software-item {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.opel-mdi2-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;
}
.opel-mdi2-page .software-text {
font-size: 16px;
color: var(--text-light);
line-height: 1.5;
}
.opel-mdi2-page .software-text strong {
color: var(--text-dark);
font-weight: 600;
}
.opel-mdi2-page .software-buttons {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.opel-mdi2-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;
}
/* License Final Note Styling */
.opel-mdi2-page .mdi2-license-final-note-container {
padding: 40px 0;
background-color: var(--background-light);
}
.opel-mdi2-page .mdi2-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;
}
.opel-mdi2-page .mdi2-license-final-note p {
font-size: 14px;
color: var(--text-dark);
line-height: 1.6;
margin: 0;
}
.opel-mdi2-page .mdi2-license-final-note a {
color: var(--primary);
font-weight: 600;
text-decoration: underline;
}
.opel-mdi2-page .mdi2-license-final-note a:hover {
text-decoration: none;
}
/* Software Steps Styling */
.opel-mdi2-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;
}
.opel-mdi2-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);
}
.opel-mdi2-page .step-wrapper {
display: flex;
align-items: center;
margin-bottom: 30px;
position: relative;
}
/* EKLENEN YENİ KOD: Tüm adım çizgilerini tamamen kaldır */
.opel-mdi2-page .step-wrapper::after {
display: none !important;
}
.opel-mdi2-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;
}
.opel-mdi2-page .step-content {
flex-grow: 1;
position: relative;
}
.opel-mdi2-page .step-content.right {
text-align: right;
}
.opel-mdi2-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;
}
.opel-mdi2-page .step-content.right .step-number {
margin-left: auto;
}
.opel-mdi2-page .step-title {
font-size: 18px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.opel-mdi2-page .step-description {
font-size: 15px;
color: var(--text-light);
line-height: 1.5;
}
.opel-mdi2-page .step-link {
color: var(--primary);
text-decoration: none;
font-weight: 600;
}
.opel-mdi2-page .step-link:hover {
text-decoration: underline;
}
/* Hide specific step connector lines */
.opel-mdi2-page .step-wrapper:nth-child(1)::after,
.opel-mdi2-page .step-wrapper:nth-child(2)::after,
.opel-mdi2-page .step-wrapper:nth-child(3)::after {
display: none !important;
}
/* Add space to icons on the right in step-wrapper */
.opel-mdi2-page .step-wrapper > .step-icon:last-child {
margin-left: 15px;
margin-right: 0;
}
/* Features Section */
.opel-mdi2-page .features {
padding: 100px 0;
position: relative;
overflow: hidden;
background-color: var(--background-light);
}
.opel-mdi2-page .section-header {
text-align: center;
max-width: 700px;
margin: 0 auto 80px;
}
.opel-mdi2-page .section-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.opel-mdi2-page .section-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
}
.opel-mdi2-page .section-description {
font-size: 18px;
color: var(--text-light);
line-height: 1.6;
}
.opel-mdi2-page .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}
.opel-mdi2-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;
}
.opel-mdi2-page .feature-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-md);
border-color: var(--primary-light);
}
.opel-mdi2-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;
}
.opel-mdi2-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;
}
.opel-mdi2-page .feature-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 16px;
color: var(--text-dark);
text-align: center;
}
.opel-mdi2-page .feature-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
flex-grow: 1;
text-align: center;
}
.opel-mdi2-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;
}
.opel-mdi2-page .feature-link:hover {
gap: 12px;
}
/* Product Section */
.opel-mdi2-page .product {
padding: 100px 0;
background-color: var(--background);
position: relative;
overflow: hidden;
}
.opel-mdi2-page .product-shape-1 {
position: absolute;
width: 150px;
height: 150px;
background-color: rgba(30, 58, 138, 0.05);
top: -70px;
right: -70px;
border-radius: 50%;
}
.opel-mdi2-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%;
}
.opel-mdi2-page .product-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.opel-mdi2-page .product-image-container {
position: relative;
}
.opel-mdi2-page .product-image-card {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
background-color: white;
padding: 20px;
}
.opel-mdi2-page .gallery-container {
width: 100%;
}
.opel-mdi2-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;
}
.opel-mdi2-page .gallery-main img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.opel-mdi2-page .gallery-thumbs {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
.opel-mdi2-page .gallery-thumb {
width: 80px;
height: 80px;
border-radius: var(--radius-sm);
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
}
.opel-mdi2-page .gallery-thumb.active {
border-color: var(--primary);
}
.opel-mdi2-page .gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.opel-mdi2-page .product-badges {
position: absolute;
top: 40px;
left: 40px;
display: flex;
flex-direction: column;
gap: 12px;
z-index: 5;
}
.opel-mdi2-page .product-badge {
padding: 8px 16px;
border-radius: var(--radius-sm);
font-size: 14px;
font-weight: 600;
}
.opel-mdi2-page .badge-new {
background-color: var(--primary);
color: white;
}
.opel-mdi2-page .badge-popular {
background-color: var(--secondary);
color: white;
position: absolute;
top: auto;
left: auto;
bottom: 110px;
right: 20px;
z-index: 6;
}
.opel-mdi2-page .product-content {
max-width: 480px;
}
.opel-mdi2-page .product-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.opel-mdi2-page .product-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
}
.opel-mdi2-page .product-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
}
.opel-mdi2-page .product-features {
margin-bottom: 40px;
}
.opel-mdi2-page .product-feature {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.opel-mdi2-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;
}
.opel-mdi2-page .feature-text {
font-size: 16px;
color: var(--text-dark);
line-height: 1.5;
}
.opel-mdi2-page .feature-text strong {
font-weight: 600;
}
/* Pricing Info Block */
.opel-mdi2-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 */
.opel-mdi2-page .cta {
padding: 100px 0;
background-color: var(--primary-light);
position: relative;
overflow: hidden;
}
.opel-mdi2-page .cta-shape-1 {
position: absolute;
top: -60px;
right: -60px;
width: 150px;
height: 150px;
background-color: rgba(30, 58, 138, 0.15);
border-radius: 50%;
}
.opel-mdi2-page .cta-shape-2 {
position: absolute;
bottom: -70px;
left: -70px;
width: 120px;
height: 120px;
background-color: rgba(30, 58, 138, 0.1);
border-radius: 50%;
}
.opel-mdi2-page .cta-container {
max-width: 800px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2;
}
.opel-mdi2-page .cta-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
}
.opel-mdi2-page .cta-description {
font-size: 18px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 40px;
}
.opel-mdi2-page .cta-buttons {
display: flex;
justify-content: center;
gap: 16px;
}
/* FAQ Section */
.opel-mdi2-page .faq {
padding: 100px 0;
background-color: var(--background-light);
}
.opel-mdi2-page .faq-container {
max-width: 900px;
margin: 0 auto;
}
.opel-mdi2-page .faq-wrapper {
margin-top: 60px;
}
.opel-mdi2-page .faq-column {
margin-bottom: 24px;
}
.opel-mdi2-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%;
}
.opel-mdi2-page .faq-item:hover {
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
}
.opel-mdi2-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;
}
.opel-mdi2-page .faq-icon {
color: var(--primary);
transition: transform 0.3s ease;
}
.opel-mdi2-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;
}
.opel-mdi2-page .faq-item.active {
border-color: var(--primary-light);
box-shadow: var(--shadow-sm);
}
.opel-mdi2-page .faq-item.active .faq-answer {
padding: 0 24px 24px;
height: auto;
visibility: visible;
opacity: 1;
}
.opel-mdi2-page .faq-item.active .faq-icon {
transform: rotate(180deg);
}
/* Contact Section Styling */
.opel-mdi2-page .contact-section {
padding: 80px 0;
background-color: var(--background);
text-align: center;
}
.opel-mdi2-page .contact-header {
margin-bottom: 60px;
}
.opel-mdi2-page .contact-title {
font-size: 32px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 12px;
}
.opel-mdi2-page .contact-title-underline {
width: 60px;
height: 4px;
background-color: var(--primary); /* Theme primary color */
margin: 0 auto 24px;
border-radius: 2px;
}
.opel-mdi2-page .contact-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
max-width: 600px;
margin: 0 auto;
}
.opel-mdi2-page .contact-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1000px;
margin: 0 auto;
}
.opel-mdi2-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);
}
.opel-mdi2-page .contact-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-md);
}
.opel-mdi2-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;
}
.opel-mdi2-page .contact-card-title {
font-size: 18px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.opel-mdi2-page .contact-card-detail {
font-size: 16px;
color: var(--primary);
text-decoration: none;
font-weight: 500;
}
.opel-mdi2-page .contact-card-detail:hover {
text-decoration: underline;
}
/* Features Grid Mobil Uyumluluk İyileştirmeleri */
@media (max-width: 1024px) {
.opel-mdi2-page .hero-title {
font-size: 40px;
}
.opel-mdi2-page .product-container,
.opel-mdi2-page .software-container {
gap: 40px;
}
.opel-mdi2-page .features-grid {
grid-template-columns: repeat(2, 1fr); /* 2 sütun */
gap: 25px;
}
}
@media (max-width: 768px) {
.opel-mdi2-page .hero {
padding-top: 40px;
padding-bottom: 60px;
}
.opel-mdi2-page .hero-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.opel-mdi2-page .hero-content {
text-align: center;
max-width: 100%;
}
.opel-mdi2-page .hero-buttons {
justify-content: center;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.opel-mdi2-page .hero-buttons .btn {
width: 100%;
justify-content: center;
}
.opel-mdi2-page .hero-eyebrow {
justify-content: center;
}
.opel-mdi2-page .hero-title {
font-size: 32px;
margin-bottom: 16px;
}
.opel-mdi2-page .hero-description {
font-size: 16px;
margin-bottom: 24px;
}
.opel-mdi2-page .hero-image-wrapper {
max-width: 400px;
margin: 0 auto;
}
.opel-mdi2-page .product-container,
.opel-mdi2-page .software-container {
grid-template-columns: 1fr;
}
.opel-mdi2-page .product-content,
.opel-mdi2-page .software-content {
max-width: 100%;
order: 1;
}
.opel-mdi2-page .product-image-container,
.opel-mdi2-page .software-image {
order: 2;
}
.opel-mdi2-page .cta-buttons {
flex-direction: column;
align-items: center;
}
.opel-mdi2-page .cta-buttons .btn {
width: 100%;
max-width: 300px;
}
.opel-mdi2-page .gallery-main {
height: 300px;
}
.opel-mdi2-page .faq-columns {
display: block;
}
/* Moved License Note Responsive */
.opel-mdi2-page .software-license-note-card {
flex-direction: column;
text-align: center;
padding: 16px;
}
.opel-mdi2-page .software-license-note-icon-container {
margin-bottom: 12px;
}
.opel-mdi2-page .software-license-note-icon-display {
width: 40px;
height: 40px;
font-size: 20px;
}
.opel-mdi2-page .software-license-note-title {
font-size: 15px;
}
.opel-mdi2-page .software-license-note-text {
font-size: 13px;
}
/* Step adımları responsive */
.opel-mdi2-page .step-wrapper {
flex-direction: column;
align-items: center; /* Center icon and content */
/* padding-left: 30px; /* Removed for centering */
}
.opel-mdi2-page .step-wrapper:not(:last-child):after {
left: 50%;
transform: translateX(-1px); /* Center the 2px line */
}
.opel-mdi2-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 */
.opel-mdi2-page .step-wrapper > .step-content.right + .step-icon {
order: -1; /* Visually move icon to the top */
}
.opel-mdi2-page .step-content.right {
text-align: left; /* Mobil için sola hizalı */
width: 100%; /* Ensure content takes full width for centering text */
}
.opel-mdi2-page .step-content.right .step-number {
margin-left: 0;
}
.opel-mdi2-page .mdi2-license-final-note {
padding: 15px;
}
.opel-mdi2-page .mdi2-license-final-note p {
font-size: 13px;
}
/* Software Cards Grid - Tablet Uyumluluk */
.opel-mdi2-page .software-cards-grid {
grid-template-columns: 1fr 1fr; /* Tablet için 2 sütun */
gap: 20px;
}
.opel-mdi2-page .software-card {
padding: 20px;
}
.opel-mdi2-page .software-card-icon {
width: 50px;
height: 50px;
font-size: 20px;
margin-bottom: 15px;
}
.opel-mdi2-page .software-card-title {
font-size: 18px;
}
.opel-mdi2-page .software-card-subtitle {
font-size: 12px;
}
.opel-mdi2-page .software-features li {
font-size: 13px;
margin-bottom: 8px;
}
.opel-mdi2-page .software-info-box {
flex-direction: column;
text-align: center;
padding: 20px;
}
.opel-mdi2-page .software-info-icon {
margin-bottom: 15px;
}
/* Features Grid - Tablet Uyumluluk */
.opel-mdi2-page .features-grid {
grid-template-columns: 1fr 1fr; /* Tablet için 2 sütun */
gap: 16px; /* Daha küçük boşluk */
}
.opel-mdi2-page .feature-card {
padding: 24px 16px; /* Daha küçük padding */
}
.opel-mdi2-page .feature-icon {
width: 50px; /* Daha küçük ikon */
height: 50px;
font-size: 20px;
margin-bottom: 16px;
}
.opel-mdi2-page .feature-title {
font-size: 16px; /* Daha küçük başlık */
margin-bottom: 12px;
}
.opel-mdi2-page .feature-description {
font-size: 14px; /* Daha küçük açıklama */
}
/* Contact Section Mobil Uyumluluk */
.opel-mdi2-page .contact-section {
padding: 50px 0;
}
.opel-mdi2-page .contact-header {
margin-bottom: 30px;
}
.opel-mdi2-page .contact-title {
font-size: 28px;
margin-bottom: 10px;
}
.opel-mdi2-page .contact-title-underline {
width: 50px;
height: 3px;
margin-bottom: 16px;
}
.opel-mdi2-page .contact-description {
font-size: 15px;
padding: 0 15px;
}
.opel-mdi2-page .contact-cards-grid {
grid-template-columns: 1fr;
gap: 20px;
max-width: 320px;
}
.opel-mdi2-page .contact-card {
padding: 20px;
}
.opel-mdi2-page .contact-icon {
width: 45px;
height: 45px;
font-size: 18px;
margin-bottom: 12px;
}
.opel-mdi2-page .contact-card-title {
font-size: 16px;
margin-bottom: 6px;
}
.opel-mdi2-page .contact-card-detail {
font-size: 15px;
}
/* 360° Badge Mobil Uyumluluk */
.opel-mdi2-page .view-360-badge {
top: 15px;
right: 15px;
padding: 8px 12px;
font-size: 12px;
gap: 6px;
}
}
@media (max-width: 576px) {
.opel-mdi2-page .container {
padding: 0 16px;
}
.opel-mdi2-page .hero-title {
font-size: 28px;
}
.opel-mdi2-page .hero-image-wrapper {
max-width: 300px;
}
.opel-mdi2-page .hero {
padding-top: 30px;
padding-bottom: 40px;
}
.opel-mdi2-page .hero-eyebrow {
font-size: 12px;
padding: 6px 12px;
margin-bottom: 16px;
}
.opel-mdi2-page .section-title,
.opel-mdi2-page .product-title,
.opel-mdi2-page .software-title {
font-size: 24px;
}
.opel-mdi2-page .gallery-thumb {
width: 60px;
height: 60px;
}
.opel-mdi2-page .gallery-main {
height: 250px;
}
.opel-mdi2-page .software-buttons {
flex-direction: column;
width: 100%;
}
.opel-mdi2-page .software-buttons .btn {
width: 100%;
}
.opel-mdi2-page .badge-popular,
.opel-mdi2-page .badge-new { /* badge-new is inside product-badges, but this targets the class directly */
display: none;
}
/* Software Cards Grid - Mobil Uyumluluk */
.opel-mdi2-page .software-cards-grid {
grid-template-columns: 1fr; /* Mobil için tek sütun */
gap: 16px;
}
.opel-mdi2-page .software-card {
padding: 16px;
}
.opel-mdi2-page .software-card-icon {
width: 40px;
height: 40px;
font-size: 16px;
margin-bottom: 12px;
}
.opel-mdi2-page .software-card-title {
font-size: 16px;
}
.opel-mdi2-page .software-card-subtitle {
font-size: 11px;
}
.opel-mdi2-page .software-features li {
font-size: 12px;
margin-bottom: 6px;
}
.opel-mdi2-page .software-info-box {
padding: 16px;
}
.opel-mdi2-page .software-info-content h4 {
font-size: 16px;
}
.opel-mdi2-page .software-info-content p {
font-size: 13px;
}
/* Features Grid - Mobil Uyumluluk */
.opel-mdi2-page .features-grid {
grid-template-columns: 1fr; /* Mobil için tek sütun */
}
.opel-mdi2-page .section-header {
margin-bottom: 40px; /* Daha az boşluk */
}
.opel-mdi2-page .section-description {
font-size: 16px; /* Daha küçük açıklama metni */
}
.opel-mdi2-page .feature-card {
margin-bottom: 16px; /* Kartlar arasında boşluk */
padding: 20px 16px; /* Daha küçük padding */
}
.opel-mdi2-page .feature-card::before {
height: 40px; /* Daha kısa çizgi */
}
.opel-mdi2-page .features {
padding: 60px 0; /* Daha az padding */
}
/* Contact Section Küçük Ekran Uyumluluğu */
.opel-mdi2-page .contact-section {
padding: 40px 0;
}
.opel-mdi2-page .contact-title {
font-size: 24px;
}
.opel-mdi2-page .contact-description {
font-size: 14px;
}
.opel-mdi2-page .contact-card {
padding: 15px;
}
.opel-mdi2-page .contact-icon {
width: 45px;
height: 45px;
font-size: 18px;
margin-bottom: 12px;
}
.opel-mdi2-page .contact-card-title {
font-size: 15px;
}
.opel-mdi2-page .contact-card-detail {
font-size: 14px;
}
}
/* Desktop ekranlarda iki sütun yapısı */
@media (min-width: 768px) {
.opel-mdi2-page .faq-columns {
display: flex;
justify-content: space-between;
gap: 24px;
}
.opel-mdi2-page .faq-column {
flex: 0 0 calc(50% - 12px);
}
}
/* New Software Showcase Section */
.opel-mdi2-page .software-showcase {
display: flex;
flex-direction: column;
gap: 80px; /* Space between each software item */
margin-bottom: 50px;
}
.opel-mdi2-page .software-item-showcase {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
padding: 40px;
background-color: var(--background);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
border: 1px solid var(--border);
}
.opel-mdi2-page .software-item-showcase:nth-child(even) .software-image-showcase {
order: 2;
}
.opel-mdi2-page .software-image-showcase {
width: 100%;
border-radius: var(--radius-md);
overflow: hidden;
box-shadow: var(--shadow-sm);
}
.opel-mdi2-page .software-image-showcase img {
width: 100%;
height: auto;
display: block;
}
.opel-mdi2-page .software-content-showcase .software-title-showcase {
font-size: 28px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 12px;
}
.opel-mdi2-page .software-content-showcase .software-subtitle-showcase {
font-size: 16px;
font-weight: 600;
color: var(--primary);
margin-bottom: 20px;
}
.opel-mdi2-page .software-content-showcase .software-description-showcase {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 24px;
}
.opel-mdi2-page .software-features-showcase {
list-style: none;
padding: 0;
margin: 0 0 30px 0;
}
.opel-mdi2-page .software-features-showcase li {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
font-size: 15px;
}
.opel-mdi2-page .software-features-showcase li i {
color: var(--success);
}
.opel-mdi2-page .software-showcase-btn {
margin-top: 20px;
}
/* Responsive for new software showcase */
@media (max-width: 992px) {
.opel-mdi2-page .software-item-showcase {
grid-template-columns: 1fr;
gap: 30px;
padding: 30px;
}
.opel-mdi2-page .software-item-showcase .software-image-showcase {
order: 1;
}
.opel-mdi2-page .software-item-showcase .software-content-showcase {
order: 2;
}
}
/* 360 Video & Advantages Section */
.opel-mdi2-page .video-advantages {
padding: 100px 0;
background-color: var(--background);
}
.opel-mdi2-page .video-advantages-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.opel-mdi2-page .video-container-360 {
position: relative;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
overflow: hidden;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
}
.opel-mdi2-page .video-title {
position: absolute;
top: 20px;
left: 20px;
background-color: rgba(30, 58, 138, 0.9);
color: white;
padding: 10px 16px;
border-radius: var(--radius-md);
font-weight: 600;
font-size: 14px;
z-index: 5;
}
.opel-mdi2-page .video-container-360 iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.opel-mdi2-page .advantages-content .section-subtitle {
text-align: left;
}
.opel-mdi2-page .advantages-content .section-title {
text-align: left;
font-size: 32px;
margin-bottom: 40px;
}
.opel-mdi2-page .advantage-card {
display: flex;
align-items: flex-start;
gap: 24px;
margin-bottom: 30px;
}
.opel-mdi2-page .advantage-card:last-child {
margin-bottom: 0;
}
.opel-mdi2-page .advantage-icon {
flex-shrink: 0;
width: 60px;
height: 60px;
background-color: var(--primary-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.opel-mdi2-page .advantage-icon i {
font-size: 24px;
color: var(--primary);
}
.opel-mdi2-page .advantage-number {
position: absolute;
top: -8px;
right: -8px;
width: 28px;
height: 28px;
background-color: var(--primary);
color: white;
border-radius: 50%;
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid var(--background);
}
.opel-mdi2-page .advantage-text h4 {
font-size: 20px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.opel-mdi2-page .advantage-text p {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
}
/* Responsive for 360 Video & Advantages Section */
@media (max-width: 992px) {
.opel-mdi2-page .video-advantages-grid {
grid-template-columns: 1fr;
gap: 50px;
}
.opel-mdi2-page .advantages-content .section-subtitle,
.opel-mdi2-page .advantages-content .section-title {
text-align: center;
}
}
/* Device Review Section Styles */
.opel-mdi2-page .device-review {
padding: 100px 0;
background-color: var(--background-light);
}
.opel-mdi2-page .review-header {
text-align: center;
max-width: 800px;
margin: 0 auto 60px;
}
.opel-mdi2-page .review-badge {
display: inline-block;
padding: 8px 16px;
background-color: var(--primary-light);
color: var(--primary);
border-radius: var(--radius-sm);
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 20px;
}
.opel-mdi2-page .review-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 12px;
line-height: 1.3;
}
.opel-mdi2-page .review-subtitle {
font-size: 24px;
font-weight: 600;
color: var(--primary);
margin-bottom: 20px;
}
.opel-mdi2-page .review-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
}
.opel-mdi2-page .visual-review-section {
text-align: center;
margin-bottom: 60px;
}
.opel-mdi2-page .visual-review-title {
font-size: 24px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 12px;
}
.opel-mdi2-page .visual-review-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
max-width: 600px;
margin: 0 auto 30px;
}
.opel-mdi2-page .review-video-container {
position: relative;
padding-bottom: 35%; /* Daha düşük aspect ratio */
height: 0;
overflow: hidden;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
width: 100%;
max-width: 900px; /* Wider for video */
margin: 0 auto;
background-color: #000;
}
.opel-mdi2-page .review-video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.opel-mdi2-page .review-content-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
margin-top: 60px;
}
.opel-mdi2-page .column-title {
font-size: 22px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 16px;
text-align: center;
}
.opel-mdi2-page .column-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 30px;
}
/* Feature List Styles */
.opel-mdi2-page .feature-list {
display: flex;
flex-direction: column;
gap: 20px;
}
.opel-mdi2-page .feature-item {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 20px;
background-color: var(--background);
border-radius: var(--radius-md);
border: 1px solid var(--border);
transition: all 0.3s ease;
}
.opel-mdi2-page .feature-item:hover {
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
}
.opel-mdi2-page .feature-icon-wrapper {
width: 24px;
height: 24px;
background-color: var(--primary-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-top: 2px;
}
.opel-mdi2-page .feature-icon-wrapper i {
font-size: 12px;
color: var(--primary);
}
.opel-mdi2-page .feature-content h5 {
font-size: 16px;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 6px;
}
.opel-mdi2-page .feature-content p {
font-size: 14px;
color: var(--text-light);
line-height: 1.5;
margin: 0;
}
/* Function Items Styles */
.opel-mdi2-page .function-item {
display: flex;
align-items: center;
gap: 16px;
padding: 16px;
background-color: var(--background);
border-radius: var(--radius-md);
border: 1px solid var(--border);
margin-bottom: 12px;
transition: all 0.3s ease;
}
.opel-mdi2-page .function-item:hover {
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
}
.opel-mdi2-page .function-icon {
width: 40px;
height: 40px;
background-color: var(--primary-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.opel-mdi2-page .function-icon i {
font-size: 16px;
color: var(--primary);
}
.opel-mdi2-page .function-content h5 {
font-size: 16px;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 4px;
}
.opel-mdi2-page .function-content p {
font-size: 14px;
color: var(--text-light);
margin: 0;
line-height: 1.4;
}
/* Centering for Device Review Section Columns as per request */
.opel-mdi2-page .review-column-left .column-description,
.opel-mdi2-page .review-column-right .column-description {
text-align: center;
}
/* Center content in the 'Why Choose' column */
.opel-mdi2-page .review-column-left .feature-item {
flex-direction: column;
align-items: center;
}
.opel-mdi2-page .review-column-left .feature-content {
text-align: center;
}
/* Center content in the 'Most Used Functions' column */
.opel-mdi2-page .review-column-right .function-item {
flex-direction: column;
/* align-items is already center from the base style */
}
.opel-mdi2-page .review-column-right .function-content {
text-align: center;
}
/* Responsive Design for Device Review */
@media (max-width: 768px) {
.opel-mdi2-page .device-review {
padding: 60px 0;
}
.opel-mdi2-page .review-title {
font-size: 28px;
}
.opel-mdi2-page .review-subtitle {
font-size: 20px;
}
.opel-mdi2-page .review-content-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.opel-mdi2-page .review-video-container {
max-width: 100%;
}
.opel-mdi2-page .feature-item,
.opel-mdi2-page .function-item {
padding: 16px;
}
.opel-mdi2-page .feature-icon-wrapper {
width: 20px;
height: 20px;
}
.opel-mdi2-page .function-icon {
width: 35px;
height: 35px;
}
}
@media (max-width: 576px) {
.opel-mdi2-page .review-title {
font-size: 24px;
}
.opel-mdi2-page .visual-review-title {
font-size: 20px;
}
.opel-mdi2-page .column-title {
font-size: 18px;
}
.opel-mdi2-page .review-video-container {
max-width: 100%;
}
}
Opel ve Chevrolet Uyumlu
Opel ve Chevrolet İçin Yetkili Servis Düzeyinde Arıza Tespit Cihazı: MDI 2
Opel Chevrolet MDI 2, yetkili servisin kullandığı Opel, Chevrolet ve Saab marka araçlarda arıza tespit yapabilmeniz için imal edilmiş profesyonel bir arayüzdür. Tech2 cihazından sonra servislerin kullanıma geçtikleri en güncel diagnostik cihaz olan Multiple Diagnostic Interface 2, GDS2 ve Tech2Win yazılımları ile sistem tanılama ve programlama imkanı sunar.
Detaylı Bilgi Alın
Hemen Satın Al
360° Görünüm

OPEL & CHEVROLET UYUMLU
MDI 2 Profesyonel Arıza Tespit ve Programlama Cihazı
Opel Chevrolet MDI 2, otomatik araç tanıma sistemi sayesinde araç marka ve model bilgilerini çekip size sunar. Araç üzerindeki elektronik beyinlerde bulunan arızaları listeleyip, arızanın hangi parçada oluştuğunu teknik şemaları ile birlikte detaylı olarak gösterir.
Yazılım Entegrasyonu: GDS2, Tech2Win ve Global TIS ile yetkili servis fonksiyonlarına erişim.
Temel Ayar ve Testler: Sensör testleri, basit kalibrasyon ve sistem kontrolleri.
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ı.
Otomatik Araç Tanıma: Şasi numarası otomatik tarayarak bağlantı yapabilme ve araç bilgilerini çekme.
CİHAZ İNCELEMESİ
Opel & Chevrolet MDI 2
Profesyonel Diagnostik Arayüzü
Opel ve Chevrolet araçlar için yetkili servis standardında tasarlanan MDI 2 arayüzünü keşfedin. Profesyonel otomotiv diagnostiği dünyasında neden vazgeçilmez bir çözüm olduğunu öğrenin.
Ürün Tanıtım Videosu
Opel MDI 2 cihazının kutu açılımını, fiziksel özelliklerini ve temel kullanımını gösteren tanıtım videomuzu izleyin. Cihazın önemli detaylarını yakından görün.
Neden Opel MDI 2 Tercih Edilmeli?
Opel MDI 2, GDS2 ve Tech2Win yazılımlarıyla entegrasyon sağlayarak eski ve yeni nesil Opel/Chevrolet araçlarında kapsamlı işlemler yapmanıza olanak tanıyan yüksek kaliteli bir diagnostik arayüzüdür.
Yüksek Kalite Arayüz
Yetkili servis standardında, A+ kalite çiplerle donatılmış donanım ile %100 güvenilir ve stabil bağlantı.
Geniş Protokol Desteği
CAN, K-Line, J1850 ve diğer GM protokollerini destekleyerek 1996'dan günümüze GM araçlarıyla uyumluluk.
Yazılım Entegrasyonu
GDS2, Tech2Win ve GlobalTIS/SPS yazılımları ile online programlama ve SCN kodlama yapın.
Gerçek Zamanlı Veri İzleme
Motor, şanzıman ve diğer kritik sistemlerin sensör verilerini anlık olarak izleyerek detaylı analiz yapın.
Dayanıklı ve Güvenilir
Zorlu atölye koşulları için tasarlanmış, kauçuk korumalı, yüksek kaliteli ve dayanıklı yapı ile uzun ömürlü kullanım.
En Çok Kullanılan Fonksiyonlar
MDI 2, arıza kodlarını okuyup silmekten, servis bakım işlemlerine ve karmaşık modül programlamalarına kadar geniş bir yelpazede hizmet sunar. İşte en sık kullanılan temel fonksiyonlar:
Arıza Kodları Okuma/Silme
Araçtaki modüllerdeki (Motor, Şanzıman, ABS, Airbag vb.) arıza kodlarını detaylı açıklamalarıyla okur ve siler.
Servis Sıfırlama
Yağ, fren, DPF, AdBlue ve bakım periyotlarını sıfırlama işlemleri.
Adaptasyon & Kodlama
Yeni parça tanıtma, enjektör kodlama, gaz kelebeği adaptasyonu ve araç konfigürasyon ayarları.
Canlı Veri Görüntüleme
Araçtaki sensör değerlerini, motor parametrelerini ve sistem verilerini anlık olarak grafiksel veya metinsel izleme.
ECU Programlama (SPS)
Online GM aboneliği ile araç beyinlerini (ECU) yeniden programlama, yazılım güncelleme ve versiyon yükseltme.
MDI 2 AVANTAJLARI
Opel ve Chevrolet Araçlar İçin Kapsamlı Diagnostik Çözümü
Opel Chevrolet MDI 2, eski nesil Tech 2 cihazından çok daha fonksiyonel ve işlevsel olup, GDS2 ve Tech2Win yazılımları ile bakım bilgi sistemleri, teknik brifingler, devre şemaları ve bileşen testleri dahil olmak üzere kapsamlı diagnostik çözümü sunar.
Yetkili Servis Düzeyinde Teşhis
Motor, Şanzıman, ABS, BCM gibi ECU modüllerinde detaylı arıza tespiti ve canlı veri görüntüleme.
Canlı Veri İzleme
Motor devri, sıcaklık, basınç gibi araç sensörlerinden gelen verileri gerçek zamanlı izleme.
Kodlama ve Adaptasyon
Araç konfigürasyonu, parça tanıtma, enjektör kodlama ve servis fonksiyonları.
Servis Fonksiyonları
Yağ değişim sıfırlama, servis ışığı sıfırlama ve temel bakım işlemleri.
Geniş Araç Desteği
Opel ve Chevrolet 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.
KAPSAMLI FONKSİYONLAR
MDI 2 ile Yapabileceğiniz Detaylı İşlemler
Cihaz, enjektör basınç değerleri, turbo basınç değerleri, yağ sıcaklığı, gaz pedal konum sensör değerleri gibi araç üzerinde sensörlerin kayıt ettiği değerlerin tamamını görüntüleyebilir ve kapsamlı işlemler yapabilir.
Diagnostik İşlemleri
- Araç Yapılandırmasını Okuma
- Modüllerden Hata Kodlarını Okuma ve Silme
- Canlı Verileri Görüntüleme
- Bütün Sistem Parçalarını Aktifleştirme
Temel Ayarlar ve Testler
- Sensör Değerlerini Okuma ve Test
- Temel Sistem Ayarları
- Parça Fonksiyon Testleri
- Basit Kalibrasyon İşlemleri
Servis ve Bakım
- DPF (Dizel Partikül Filtre) Rejenerasyonu
- Gaz Kelebeği Adaptasyonu ve Hassaslık Testi
- Elektrikli Direksiyon Adaptasyonu
- Servis Tarih ve Bakım Sıfırlama
YAZILIM SEÇENEKLERİ
MDI 2 İçin Profesyonel Yazılım Çözümleri
Opel Chevrolet MDI 2 cihazı ile birlikte kullanabileceğiniz üç farklı yazılım seçeneği. Her biri farklı ihtiyaçlara yönelik olarak tasarlanmış profesyonel çözümler.

GDS2 (Global Diagnostic System 2)
Yeni Nesil Diagnostik Yazılımı
GDS2, 2012 ve sonrası modern GM (Opel, Chevrolet) araçlar için tasarlanmış, yetkili servislerin kullandığı ana diagnostik yazılımıdır. CAN-Bus protokolü üzerinden araçla iletişim kurar.
- 2012- günümüz yeni nesil GM araçları
- Gelişmiş ECU programlama ve konfigürasyon
- Detaylı arıza kodu analizi ve canlı veri
- Modül kurulumu ve adaptasyon işlemleri
GDS2 Detayları

Tech2Win
Tech2 Cihazı Emülatörü
Tech2Win, eski nesil Tech2 el cihazının fonksiyonlarının tamamını bilgisayar ortamına taşıyan bir emülatör yazılımıdır. MDI 2 arayüzü ile 1998-2012 model arası araçlara tam destek sağlar.
- 1998-2012 arası GM araçları destekler
- Tech2 cihazının diagnostik yetenekleri
- Temel programlama ve adaptasyon
- OBD-II üzerinden kapsamlı erişim
Tech2Win Detayları

Global TIS / TIS2WEB
Teknik Bilgi ve Servis Programlama Sistemi
Global TIS, araçların onarım ve bakımı için gerekli olan bütün teknik dokümanları, servis bültenlerini, elektrik şemalarını ve parça kataloglarını içeren kapsamlı bir bilgi sistemidir.
- 2012'ye kadar olan araçları destekler
- SPS (Service Programming System) ile online programlama
- Detaylı onarım kılavuzları ve prosedürler
- Devre şemaları ve bileşen konumları
Global TIS Detayları
Yazılım Lisans Bilgileri
İlan fiyatı sadece MDI 2 donanımı içindir. Yukarıda belirtilen yazılımlar opsiyoneldir ve ayrı lisanslanmalıdır. Full Paket seçeneği ile bu yazılımları daha uygun fiyata edinebilirsiniz. Yazılımlar Türkçe dil desteği ile gelir.
SIKÇA SORULAN SORULAR
Opel Chevrolet MDI 2 Hakkında Bilmeniz Gerekenler
Opel Chevrolet MDI 2 Arıza Tespit Cihazı ile ilgili en çok merak edilen soruları ve detaylı cevaplarını derledik.
MDI 2 hangi yazılımlarla çalışır?
MDI 2, GM'in resmi GDS2 (Global Diagnostic System 2), Tech2Win ve Global TIS yazılımları ile tam uyumludur. GDS2 ve Tech2Win diagnostik tanılama için kullanılırken, Global TIS tamir ve kodlama işlemleri için gereklidir.
Yazılım fiyata dahil mi?
Hayır, ilandaki fiyat yalnızca MDI 2 donanımı içindir. GDS2, Tech2Win ve Global TIS yazılımları opsiyoneldir ve ayrı olarak lisanslanmalıdır. Bu yazılımları Full Paket halinde de kurdurabilirsiniz, bu durumda daha uygun fiyata gelecektir.
Online programlama için ne gereklidir?
Programlama, kodlama gibi gelişmiş fonksiyonlar için GDS2, Tech2Win ve Global TIS yazılımlarına ihtiyaç vardır. Bu yazılımlar ile dinamik veri akışı, adaptasyon, kalibrasyon, fren çektirme, DPF rejenerasyonu ve şanzıman yapılandırması yapabilirsiniz.
MDI 2 bilgisayara nasıl bağlanır?
Opel Chevrolet MDI 2, 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.
Cihazın garantisi ve teknik desteği var mı?
Evet, sattığımız Opel Chevrolet MDI 2 cihazları üretim hatalarına karşı 6 ay garantilidir. Ayrıca, kurulum, kullanım ve arıza durumlarında teknik destek ekibimizden yardım alabilirsiniz.
Kutu içeriğinde neler var?
Opel Chevrolet MDI 2 kutu içeriği genellikle şunları içerir: MDI 2 ana ünite, OBD2 bağlantı kablosu ve USB bilgisayar bağlantı kablosu.
Teknik Destek ve İletişim
Opel Chevrolet MDI 2 cihazı hakkında sorularınız için teknik destek ekibimizle iletişime geçebilirsiniz.
Telefon
0850 532 05 50
E-posta
info@otoeko.com
WhatsApp
WhatsApp Destek Hattı