Mercedes C6 Arıza Tespit Cihazı Orjinal + Laptop
Mercedes C6 Cihaz + Laptop + Yazılım + Plastik Taşıma Çantası şeklinde hazır set gönderilmektedir. Direk kullanıma hazırdır. Tak çalıştır sistemdir.
Orijinal Mercedes C6 Arıza Tespit Cihazı - Yetkili Servis Ekipmanı
/* Mercedes C6 Arıza Tespit Cihazı sayfası için özel stiller */
body, button, input, select, textarea {
font-family: 'Montserrat', sans-serif;
}
.mercedes-c6-laptop-page {
/* Daha modern ve premium renk paleti */
--primary: #0055a5; /* Mercedes mavi tonu */
--primary-dark: #004080;
--primary-light: #4a90e2;
--secondary: #242c3a; /* Koyu lacivert */
--accent: #ffb100; /* Altın/sarı aksan renk */
--light-bg: #f5f7fa;
--gradient-bg: linear-gradient(135deg, #f5f7fa, #e9edf5);
--text-dark: #1e2436;
--text-light: #5a6681;
--shadow-color: rgba(0, 85, 165, 0.25);
--success: #4caf50; /* Daha canlı ve açık bir yeşil renk */
--success-dark: #3b8c3f; /* Daha canlı yeşilin koyu tonu */
--danger: #ff0000; /* Uyarı rengi */
font-family: 'Montserrat', sans-serif;
color: var(--text-dark);
margin: 0;
padding: 0;
text-align: center; /* Tüm sayfa içeriğini ortalı yapar */
}
.mercedes-c6-laptop-page * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.mercedes-c6-laptop-page .banner-container {
position: relative;
width: 100%;
min-height: 100vh;
background: var(--gradient-bg);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem 0 5rem;
}
.mercedes-c6-laptop-page .banner-content-wrapper {
display: flex;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
position: relative;
z-index: 10;
justify-content: space-between;
align-items: flex-end;
}
.mercedes-c6-laptop-page .banner-text {
flex: 0 0 45%;
padding-right: 3rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
max-width: 600px;
}
.mercedes-c6-laptop-page .banner-image {
flex: 0 0 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}
.mercedes-c6-laptop-page .product-img {
max-width: 85%;
height: auto;
filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
transform: perspective(1000px) rotateY(-8deg);
transition: transform 0.3s ease;
margin-bottom: 20px;
cursor: pointer;
}
.mercedes-c6-laptop-page .product-img:hover {
transform: perspective(1000px) rotateY(0deg) scale(1.05);
}
.mercedes-c6-laptop-page .gallery-thumbs {
display: flex;
gap: 10px;
justify-content: center;
margin-top: 15px;
flex-wrap: wrap;
max-width: 320px;
margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 0.7);
padding: 10px;
border-radius: 10px;
box-shadow: 0 3px 12px rgba(0,0,0,0.08);
position: relative;
z-index: 20;
}
.mercedes-c6-laptop-page .gallery-thumb {
width: 60px;
height: 60px;
border-radius: 6px;
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.3s ease;
opacity: 0.7;
background-color: white;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.mercedes-c6-laptop-page .gallery-thumb:hover {
opacity: 1;
transform: translateY(-2px);
border-color: var(--primary);
}
.mercedes-c6-laptop-page .gallery-thumb.active {
border-color: var(--primary);
opacity: 1;
}
.mercedes-c6-laptop-page .gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.mercedes-c6-laptop-page .banner-title {
color: var(--text-dark);
font-size: 3.2rem;
font-weight: 800;
margin-bottom: 1.5rem;
letter-spacing: -1px;
line-height: 1.1;
width: 100%;
text-align: center;
}
.mercedes-c6-laptop-page .highlight {
color: var(--primary);
position: relative;
display: inline-block;
}
.mercedes-c6-laptop-page .highlight:after {
content: "";
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background-color: rgba(0, 85, 165, 0.1);
z-index: -1;
}
.mercedes-c6-laptop-page .banner-subtitle {
color: var(--text-light);
font-size: 1.1rem;
font-weight: 400;
margin-bottom: 2.5rem;
line-height: 1.6;
width: 100%;
text-align: center;
}
.mercedes-c6-laptop-page .features-list {
display: flex;
flex-wrap: wrap;
margin-bottom: 2.5rem;
gap: 1.2rem;
width: 100%;
justify-content: center;
}
.mercedes-c6-laptop-page .feature-item {
display: flex;
align-items: center;
width: 100%;
margin-bottom: 0.7rem;
justify-content: center;
text-align: center;
}
.mercedes-c6-laptop-page .feature-icon {
color: var(--primary);
margin-right: 1rem;
font-size: 1.2rem;
}
.mercedes-c6-laptop-page .feature-text {
font-size: 1rem;
color: var(--text-light);
font-weight: 500;
}
.mercedes-c6-laptop-page .cta-container {
display: flex;
gap: 1.5rem;
align-items: center;
width: 100%;
justify-content: center;
margin-top: 1rem;
}
.mercedes-c6-laptop-page .cta-button {
display: inline-block;
padding: 1.2rem 3rem;
background-color: var(--primary);
color: white;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
border-radius: 50px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.3s ease;
box-shadow: 0 8px 20px var(--shadow-color);
position: relative;
overflow: hidden;
}
.mercedes-c6-laptop-page .cta-button:before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: 0.5s;
}
.mercedes-c6-laptop-page .cta-button:hover {
background-color: var(--primary-dark);
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(0, 85, 165, 0.4);
}
.mercedes-c6-laptop-page .cta-button:hover:before {
left: 100%;
}
.mercedes-c6-laptop-page .cta-secondary {
display: inline-block;
padding: 1.2rem 3rem;
background-color: var(--success);
color: white;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
border-radius: 50px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.3s ease;
box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3);
position: relative;
overflow: hidden;
}
.mercedes-c6-laptop-page .cta-secondary:before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: 0.5s;
}
.mercedes-c6-laptop-page .cta-secondary:hover {
background-color: var(--success-dark);
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(76, 175, 80, 0.4);
}
.mercedes-c6-laptop-page .cta-secondary:hover:before {
left: 100%;
}
.mercedes-c6-laptop-page .cta-secondary i {
margin-left: 0.5rem;
}
.mercedes-c6-laptop-page .decor-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(0, 85, 165, 0.07), rgba(255, 255, 255, 0));
z-index: 0;
}
.mercedes-c6-laptop-page .circle-1 {
width: 500px;
height: 500px;
top: -150px;
left: -150px;
}
.mercedes-c6-laptop-page .circle-2 {
width: 700px;
height: 700px;
bottom: -250px;
right: -250px;
background: linear-gradient(135deg, rgba(0, 85, 165, 0.04), rgba(255, 255, 255, 0));
}
.mercedes-c6-laptop-page .circle-3 {
width: 300px;
height: 300px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, rgba(0, 85, 165, 0.02) 0%, rgba(255, 255, 255, 0) 70%);
}
/* Ürün bilgileri stili */
.mercedes-c6-laptop-page .product-info {
margin-top: 25px;
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}
.mercedes-c6-laptop-page .product-info-item {
display: flex;
align-items: center;
gap: 10px;
background-color: rgba(255, 255, 255, 0.7);
padding: 8px 15px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 500;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
white-space: nowrap;
}
.mercedes-c6-laptop-page .product-info-item i {
color: var(--primary);
font-size: 1rem;
}
/* Özel Orijinal Mercedes-Benz ürünü vurgusu */
.mercedes-c6-laptop-page .product-info-item.original {
background: linear-gradient(135deg, rgba(0, 85, 165, 0.1), rgba(255, 255, 255, 0.8));
border: 1px solid rgba(0, 85, 165, 0.2);
padding: 10px 20px;
font-weight: 600;
box-shadow: 0 5px 15px rgba(0, 85, 165, 0.15);
}
.mercedes-c6-laptop-page .product-info-item.original i {
color: var(--accent);
font-size: 1.1rem;
}
.mercedes-c6-laptop-page .software-notice {
margin-top: 20px;
padding: 15px 20px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
max-width: 450px;
text-align: left;
border: 1px solid rgba(0, 85, 165, 0.1);
box-shadow: 0 4px 15px rgba(0, 85, 165, 0.08);
position: relative;
z-index: 20;
}
.mercedes-c6-laptop-page .software-notice i {
font-size: 1.8rem;
color: var(--primary);
}
.mercedes-c6-laptop-page .software-notice p {
font-size: 0.9rem;
color: var(--text-dark);
line-height: 1.5;
margin: 0;
}
.mercedes-c6-laptop-page .software-notice p strong {
font-weight: 700;
}
.mercedes-c6-laptop-page .vat-notice {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: 100%;
text-align: center;
z-index: 15;
}
.mercedes-c6-laptop-page .vat-notice p {
font-size: 0.9rem;
color: var(--text-light);
font-weight: 500;
margin: 0;
line-height: 1.5;
background-color: rgba(255, 255, 255, 0.5);
display: inline-block;
padding: 0.5rem 1.5rem;
border-radius: 50px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
/* Lightbox styles */
.mercedes-c6-lightbox {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
align-items: center;
z-index: 100;
flex-direction: column;
}
.mercedes-c6-lightbox.active {
display: flex;
}
.mercedes-c6-lightbox .lightbox-img {
max-width: 80%;
max-height: 80vh;
object-fit: contain;
}
.mercedes-c6-lightbox .lightbox-close {
position: absolute;
top: 20px;
right: 20px;
color: white;
font-size: 2rem;
cursor: pointer;
}
.mercedes-c6-lightbox .lightbox-nav {
display: flex;
justify-content: space-between;
width: 80%;
margin-top: 20px;
}
.mercedes-c6-lightbox .lightbox-nav button {
background-color: transparent;
border: none;
color: white;
font-size: 2rem;
cursor: pointer;
padding: 0 15px;
opacity: 0.7;
transition: opacity 0.3s;
}
.mercedes-c6-lightbox .lightbox-nav button:hover {
opacity: 1;
}
/* YENİ MODERN ÜRÜN DETAY SAYFASI TASARIMI - GÜNCELLENEN DÜZEN */
.product-details-modern {
background-color: #fff;
color: #2c3e50;
padding: 0;
overflow: hidden;
text-align: center;
}
/* Ana Bölüm - 360 Görünüm Solda Metin Sağda */
.product-details-section {
background: linear-gradient(90deg, #f8f9fa 0%, #ebeef2 100%);
padding: 100px 0;
position: relative;
}
.product-details-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTQ0MCAxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiPjxwYXRoIGQ9Ik0wIDBoMTQ0MHYxMDI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE0NDAgMEwwIDEwMjRMMCAwaDE0NDB6IiBmaWxsPSJyZ2JhKDAsODUsMTY1LDAuMDIpIi8+PC9zdmc+');
opacity: 0.5;
z-index: 1;
}
.details-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 2;
padding: 0 20px;
}
.details-3d-view {
flex: 0 0 45%;
margin-right: 5%;
}
.details-content {
flex: 0 0 50%;
text-align: center;
}
.details-badge {
display: inline-block;
background: linear-gradient(90deg, #0055a5, #003d75);
color: white;
font-size: 12px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 8px 15px;
border-radius: 30px;
margin-bottom: 20px;
box-shadow: 0 4px 15px rgba(0, 85, 165, 0.2);
}
.details-title {
font-size: 2.2rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 20px;
line-height: 1.2;
text-align: center;
}
.details-title span {
color: #0055a5;
position: relative;
}
.details-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background-color: rgba(0, 85, 165, 0.1);
z-index: -1;
}
.details-desc {
font-size: 1rem;
line-height: 1.7;
color: #5a6681;
margin-bottom: 30px;
text-align: center;
}
.details-features {
margin-bottom: 40px;
}
.details-feature-item {
display: flex;
align-items: center;
margin-bottom: 15px;
justify-content: center;
text-align: center;
}
.details-feature-icon {
width: 36px;
height: 36px;
background-color: rgba(0, 85, 165, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
}
.details-feature-icon i {
color: #0055a5;
font-size: 16px;
}
.details-feature-text {
font-size: 1rem;
color: #2c3e50;
font-weight: 500;
text-align: center;
}
.details-3d-container {
background-color: white;
border-radius: 15px;
padding: 20px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
}
.details-3d-container::before {
content: '';
position: absolute;
top: -10px;
right: -10px;
width: 70px;
height: 70px;
background-color: #0055a5;
border-radius: 0 0 0 70px;
z-index: 0;
}
.details-3d-container iframe {
position: relative;
z-index: 1;
border-radius: 8px;
width: 100%;
height: 400px;
}
.details-3d-label {
display: flex;
align-items: center;
justify-content: center;
margin-top: 15px;
font-size: 14px;
font-weight: 600;
color: #2c3e50;
}
.details-3d-label i {
margin-right: 8px;
color: #0055a5;
animation: spin 2s linear infinite;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
/* YENİ ULTRA PREMIUM TEKNİK ÖZELLİKLER BÖLÜMÜ */
.tech-specs-section {
position: relative;
overflow: hidden;
padding: 120px 0;
background: linear-gradient(135deg, #eef2f7, #ffffff);
color: var(--text-dark);
}
.tech-specs-overlay {
display: none;
}
.tech-specs-container {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 10;
padding: 0 20px;
}
.tech-specs-mb-logo {
width: 80px;
height: 80px;
margin: 0 auto 30px;
position: relative;
}
.tech-specs-mb-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
.tech-specs-mb-logo::after {
content: '';
position: absolute;
width: 120px;
height: 120px;
border: 1px solid rgba(255,255,255,0.1);
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse-slow 3s infinite;
}
@keyframes pulse-slow {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.3;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.1;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.3;
}
}
.tech-specs-heading {
text-align: center;
margin-bottom: 70px;
position: relative;
}
.tech-specs-title {
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 25px;
position: relative;
display: inline-block;
color: var(--text-dark);
}
.tech-specs-title::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: linear-gradient(90deg, rgba(0,85,165,0), #0055a5, rgba(0,85,165,0));
}
.tech-specs-subtitle {
font-size: 1.1rem;
color: var(--text-light);
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}
.tech-specs-tabs {
display: flex;
justify-content: center;
margin-bottom: 50px;
gap: 10px;
flex-wrap: wrap;
}
.tech-specs-tab {
background: rgba(0, 85, 165, 0.05);
border: 1px solid rgba(0, 85, 165, 0.1);
color: var(--text-dark);
padding: 12px 25px;
border-radius: 50px;
font-size: 15px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.tech-specs-tab:hover {
background: rgba(0, 85, 165, 0.1);
transform: translateY(-3px);
}
.tech-specs-tab.active {
background: #0055a5;
border-color: #0055a5;
box-shadow: 0 10px 20px rgba(0,85,165,0.3);
color: white;
}
.tech-specs-tab.active::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
}
@keyframes shimmer {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(100%);
}
}
.tech-specs-tab-content {
display: none;
}
.tech-specs-tab-content.active {
display: block;
animation: fadeIn 0.5s forwards;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
/* Modern 3D Kart Tasarımı - Büyütülmüş boyutlar */
.tech-specs-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 35px; /* 30px'den 35px'e artırıldı */
margin-bottom: 70px;
}
.tech-spec-card {
position: relative;
perspective: 1500px;
display: flex;
flex-direction: column;
}
.tech-spec-card-inner {
position: relative;
width: 100%;
transition: transform 0.8s;
transform-style: preserve-3d;
border-radius: 15px;
box-shadow: 0 15px 35px rgba(0,0,0,0.2);
display: grid;
flex-grow: 1;
}
.tech-spec-card:hover .tech-spec-card-inner {
transform: rotateY(180deg);
}
.tech-spec-card-front, .tech-spec-card-back {
grid-area: 1 / 1;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border-radius: 15px;
overflow: hidden;
padding: 45px 35px; /* Dikey padding artırıldı */
}
.tech-spec-card-front {
background: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
border: 1px solid rgba(0,0,0,0.05);
}
.tech-spec-card-back {
background: #fdfdff;
transform: rotateY(180deg);
display: flex;
flex-direction: column;
justify-content: center;
border: 1px solid rgba(0,0,0,0.05);
}
.tech-spec-icon-wrap {
width: 100px; /* 90px'den 100px'e artırıldı */
height: 100px; /* 90px'den 100px'e artırıldı */
background: linear-gradient(135deg, rgba(0,85,165,0.3), rgba(0,85,165,0.1));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px; /* 25px'den 30px'e artırıldı */
position: relative;
}
.tech-spec-icon-wrap::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
border: 1px solid rgba(255,255,255,0.2);
border-radius: 50%;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
transform: scale(1);
opacity: 0.5;
}
50% {
transform: scale(1.2);
opacity: 0.2;
}
100% {
transform: scale(1);
opacity: 0.5;
}
}
.tech-spec-icon {
font-size: 40px; /* 36px'den 40px'e artırıldı */
color: #0055a5;
background: linear-gradient(135deg, #4a90e2, #0055a5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tech-spec-title {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 18px; /* 15px'den 18px'e artırıldı */
color: var(--text-dark);
}
.tech-spec-subtitle {
font-size: 1rem;
color: var(--text-light);
margin-bottom: 22px; /* 20px'den 22px'e artırıldı */
}
.tech-spec-data {
font-size: 14px;
color: var(--text-light);
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.tech-spec-data i {
color: #0055a5;
font-size: 16px;
}
.tech-spec-back-title {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 25px; /* 20px'den 25px'e artırıldı */
color: var(--text-dark);
position: relative;
padding-bottom: 15px;
text-align: center;
}
.tech-spec-back-title::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 2px;
background: #0055a5;
}
.tech-spec-details {
list-style: none;
}
.tech-spec-detail-item {
margin-bottom: 18px; /* 15px'den 18px'e artırıldı */
position: relative;
padding-left: 25px;
color: var(--text-light);
font-size: 1rem;
text-align: left;
}
.tech-spec-detail-item::before {
content: 'f00c';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
left: 0;
top: 2px;
color: #0055a5;
font-size: 12px;
}
.tech-spec-back-badge {
position: absolute;
top: 20px;
right: 20px;
background: rgba(0,85,165,0.2);
color: #4a90e2;
font-size: 11px;
font-weight: 600;
padding: 5px 10px;
border-radius: 20px;
border: 1px solid rgba(0,85,165,0.3);
}
/* Flip Hint Text - Varsayılan olarak görünür, hover'da kaybolacak şekilde */
.tech-spec-card::after {
content: 'Daha fazla bilgi için tıklayınız';
position: absolute;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
color: white;
font-size: 12px;
width: 90%;
text-align: center;
opacity: 1; /* Varsayılan olarak görünür */
transition: opacity 0.3s ease;
background: rgba(0, 85, 165, 0.7);
padding: 5px 0;
border-radius: 20px;
font-weight: 600;
text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.tech-spec-card:hover::after {
opacity: 0; /* Hover durumunda kaybolacak */
}
/* Teknik Özellik Slider - Alt Bölüm */
.tech-specs-highlights {
margin-top: 70px;
position: relative;
}
.tech-specs-slider-container {
overflow: hidden;
position: relative;
padding: 30px 0;
}
.tech-specs-slider {
display: flex;
gap: 30px;
position: relative;
animation: autoSlide 20s linear infinite;
}
@keyframes autoSlide {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}
.tech-specs-slider-container:hover .tech-specs-slider {
animation-play-state: paused;
}
.tech-spec-highlight-item {
flex: 0 0 auto;
background: #ffffff;
border: 1px solid rgba(0,0,0,0.05);
border-radius: 10px;
padding: 20px;
min-width: 250px;
display: flex;
align-items: center;
gap: 15px;
transition: all 0.3s ease;
}
.tech-spec-highlight-item:hover {
background: #ffffff;
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 85, 165, 0.1);
}
.tech-spec-highlight-icon {
width: 45px;
height: 45px;
background: linear-gradient(135deg, rgba(0,85,165,0.2), rgba(0,85,165,0.1));
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.tech-spec-highlight-icon i {
font-size: 20px;
color: #4a90e2;
}
.tech-spec-highlight-content {
text-align: left;
}
.tech-spec-highlight-title {
font-size: 1rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 5px;
}
.tech-spec-highlight-desc {
font-size: 0.9rem;
color: var(--text-light);
}
/* Neden C6 Bölümü - YENİ TASARIM */
.why-c6-section-new {
padding: 120px 0;
background: #ffffff;
}
.why-c6-container-new {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.why-c6-heading-new {
margin-bottom: 70px;
}
.why-c6-heading-new .section-subtitle {
color: var(--primary);
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 0.9rem;
}
.why-c6-heading-new .section-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-top: 10px;
margin-bottom: 25px;
position: relative;
display: inline-block;
}
.why-c6-heading-new .section-title::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: linear-gradient(90deg, rgba(0,85,165,0), #0055a5, rgba(0,85,165,0));
}
.why-c6-heading-new .section-desc {
color: var(--text-light);
max-width: 700px;
margin: 40px auto 0;
font-size: 1.1rem;
line-height: 1.7;
}
.why-c6-features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
margin-bottom: 70px;
/* text-align: left; kaldırıldı */
}
.why-c6-feature-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 25px;
}
.why-c6-feature-icon {
flex-shrink: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg, rgba(0, 85, 165, 0.1), rgba(0, 85, 165, 0.05));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.why-c6-feature-icon i {
font-size: 26px;
color: var(--primary);
}
.why-c6-feature-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 10px;
}
.why-c6-feature-desc {
font-size: 1rem;
color: var(--text-light);
line-height: 1.7;
}
.why-c6-summary {
max-width: 800px;
margin: 0 auto;
padding: 30px;
background: var(--gradient-bg);
border-radius: 15px;
border: 1px solid rgba(0, 85, 165, 0.1);
}
.why-c6-summary p {
font-size: 1.1rem;
line-height: 1.8;
color: var(--text-light);
margin: 0;
}
.why-c6-summary strong {
color: var(--text-dark);
font-weight: 700;
}
.section-separator {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
margin: 80px 0;
}
/* Kullanım Alanları */
.product-usage-section {
padding: 120px 0;
background: linear-gradient(135deg, #eef2f7, #ffffff);
}
.usage-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.usage-heading {
text-align: center;
margin-bottom: 70px;
}
.usage-heading .section-subtitle {
color: var(--primary);
font-weight: 600;
letter-spacing: 1px;
}
.usage-heading .section-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-top: 10px;
margin-bottom: 25px;
position: relative;
display: inline-block;
}
.usage-heading .section-title::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: linear-gradient(90deg, rgba(0,85,165,0), #0055a5, rgba(0,85,165,0));
}
.usage-heading .section-desc {
color: var(--text-light);
max-width: 700px;
margin: 40px auto 0;
}
.usage-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.general-features-section {
padding: 100px 0;
background: #ffffff;
}
.general-features-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.general-features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
@media (max-width: 1200px) {
.general-features-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 992px) {
.general-features-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.general-features-grid {
grid-template-columns: 1fr;
}
}
.feature-card {
background: #f5f7fa;
border-radius: 15px;
padding: 30px;
text-align: center;
transition: all 0.3s ease;
border: 1px solid rgba(0, 85, 165, 0.1);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 85, 165, 0.15);
}
.feature-card-header {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
margin-bottom: 15px;
}
.feature-card-icon {
font-size: 1.2rem;
color: var(--primary);
}
.feature-card-title {
font-size: 0.9rem;
font-weight: 600;
color: var(--text-dark);
}
.usage-item {
background-color: #ffffff;
border-radius: 15px;
padding: 35px 30px;
box-shadow: 0 10px 40px rgba(0, 85, 165, 0.08);
transition: all 0.3s ease;
text-align: center;
border: 1px solid rgba(0, 85, 165, 0.1);
}
.usage-item:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0, 85, 165, 0.15);
}
.usage-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, rgba(0, 85, 165, 0.1), rgba(0, 85, 165, 0.05));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px;
flex-shrink: 0;
}
.usage-icon i {
font-size: 28px;
color: var(--primary);
}
.usage-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 15px;
}
.usage-desc {
font-size: 1rem;
color: var(--text-light);
line-height: 1.7;
}
.support-grid {
display: grid;
gap: 30px;
margin-top: 50px;
grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
.support-grid {
grid-template-columns: 1fr;
}
}
/* Detaylı Açıklama Bölümü */
.product-description-section {
padding: 100px 0;
background: #f8f9fa;
}
.description-container {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}
.description-heading {
text-align: center;
margin-bottom: 50px;
}
.description-title {
font-size: 2.2rem;
font-weight: 700;
color: #1e2436;
margin-bottom: 20px;
text-align: center;
}
.price-notice {
background-color: #fff;
border: 2px solid #ff0000;
border-radius: 10px;
padding: 20px;
margin-bottom: 40px;
text-align: center;
}
.price-notice p {
color: #ff0000;
font-size: 18px;
font-weight: 700;
margin: 0;
text-align: center;
}
.hardware-notice {
background-color: #e9f5ff;
border: 2px solid #0055a5;
border-radius: 10px;
padding: 20px;
margin-bottom: 40px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.hardware-notice i {
font-size: 24px;
color: #0055a5;
}
.hardware-notice p {
color: #0055a5;
font-size: 16px;
font-weight: 600;
margin: 0;
}
.description-content {
background-color: #fff;
border-radius: 15px;
padding: 40px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
margin-bottom: 40px;
text-align: center;
}
.description-content p {
font-size: 1rem;
line-height: 1.8;
color: #5a6681;
margin-bottom: 20px;
text-align: center;
}
.description-content p:last-child {
margin-bottom: 0;
}
.description-content p strong {
color: #1e2436;
font-weight: 600;
}
.description-content a {
color: #0055a5;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.description-content a:hover {
color: #4caf50;
text-decoration: underline;
}
.features-section {
background-color: #fff;
border-radius: 15px;
padding: 40px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
text-align: center;
}
.features-title {
font-size: 1.5rem;
font-weight: 700;
color: #1e2436;
margin-bottom: 30px;
text-align: center;
}
.features-list-two-col {
column-count: 2;
column-gap: 40px;
list-style: none;
text-align: center;
}
.features-list-two-col li {
break-inside: avoid;
margin-bottom: 15px;
padding-left: 25px;
position: relative;
color: #5a6681;
font-size: 1rem;
line-height: 1.6;
text-align: center;
}
.features-list-two-col li::before {
content: '*';
position: absolute;
left: 0;
top: 0;
color: #0055a5;
font-weight: 700;
}
.features-list-two-col li strong {
color: #1e2436;
}
/* Paket İçeriği Bölümü - YENİ TASARIM */
.product-package-section {
padding: 100px 0;
background: var(--gradient-bg); /* Arka planı ana temayla uyumlu hale getir */
}
.package-container {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.package-heading {
margin-bottom: 60px;
}
.package-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 20px;
}
.package-subtitle {
font-size: 1.1rem;
color: var(--text-light);
max-width: 700px;
margin: 0 auto;
}
.package-card {
display: flex;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 20px 50px rgba(0, 85, 165, 0.15);
overflow: hidden;
align-items: stretch; /* Kolonların eşit yükseklikte olmasını sağlar */
border: 1px solid rgba(0, 85, 165, 0.1);
}
.package-image-container {
flex: 1;
padding: 30px;
background: linear-gradient(135deg, #f5f7fa, #e9edf5);
display: flex;
align-items: center;
justify-content: center;
}
.package-image-container img {
max-width: 100%;
height: auto;
border-radius: 15px;
object-fit: contain;
transform: scale(1.05);
transition: transform 0.3s ease;
}
.package-image-container img:hover {
transform: scale(1.1);
}
.package-list-container {
flex: 1;
padding: 50px 40px;
text-align: left;
display: flex;
flex-direction: column;
justify-content: center;
}
.package-list-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 30px;
position: relative;
padding-bottom: 10px;
}
.package-list-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 3px;
background-color: var(--primary);
}
.package-list {
list-style: none;
padding: 0;
}
.package-list li {
font-size: 1.1rem;
color: var(--text-dark);
margin-bottom: 1.5rem;
display: flex;
align-items: center;
font-weight: 500;
}
.package-list li:last-child {
margin-bottom: 0;
}
.package-list li i {
color: var(--primary);
font-size: 1.4rem;
margin-right: 15px;
width: 25px;
text-align: center;
}
/* Sıkça Sorulan Sorular Bölümü */
.faq-section {
padding: 120px 0;
background: var(--gradient-bg);
}
.faq-container {
max-width: 800px;
margin: 0 auto;
padding: 0 20px;
}
.faq-heading {
text-align: center;
margin-bottom: 60px;
}
.faq-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 20px;
}
.faq-subtitle {
font-size: 1.1rem;
color: var(--text-light);
}
.faq-accordion {
display: flex;
flex-direction: column;
gap: 20px;
}
.faq-item {
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0, 85, 165, 0.1);
overflow: hidden;
border: 1px solid rgba(0, 85, 165, 0.15);
}
.faq-question {
width: 100%;
padding: 20px 25px;
display: flex;
justify-content: space-between;
align-items: center;
background: none;
border: none;
text-align: left;
font-size: 1.1rem;
font-weight: 600;
color: var(--text-dark);
cursor: pointer;
transition: background-color 0.3s;
}
.faq-question:hover {
background-color: rgba(0, 85, 165, 0.05);
}
.faq-question i {
transition: transform 0.3s ease;
font-size: 1rem;
color: var(--primary);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease, padding 0.5s ease;
}
.faq-answer p {
padding: 0 25px 20px;
font-size: 1rem;
line-height: 1.7;
color: var(--text-light);
text-align: left;
}
.faq-item.active .faq-question i {
transform: rotate(180deg);
}
.faq-item.active .faq-answer {
max-height: 300px; /* Cevap uzunluğuna göre ayarlanabilir */
}
/* 360 Görüntü İyileştirmeleri - YENİ */
.details-3d-container iframe {
position: relative;
z-index: 1;
border-radius: 8px;
width: 100%;
height: 400px; /* Varsayılan yükseklik */
display: block; /* Tutarlılık için */
margin: 0 auto; /* Yatayda ortalamak için */
}
/* Tablet ve altı için */
@media (max-width: 992px) {
.details-3d-container iframe {
height: 350px;
}
}
/* Dikey tablet ve mobil için */
@media (max-width: 768px) {
.details-3d-container {
padding: 15px;
}
.details-3d-container iframe {
height: 300px;
}
}
/* Küçük mobil cihazlar için */
@media (max-width: 576px) {
.details-3d-container {
padding: 10px;
}
.details-3d-container iframe {
height: 250px;
}
}
/* Çok küçük mobil cihazlar için */
@media (max-width: 420px) {
.details-3d-container {
padding: 8px;
}
.details-3d-container iframe {
height: 220px;
}
}
/* Responsive Tasarım - Geliştirilmiş Mobil Uyumluluk */
@media (max-width: 1200px) {
.mercedes-c6-laptop-page .banner-title {
font-size: 2.8rem;
}
.details-container {
padding: 0 40px;
}
.features-list-two-col {
column-count: 1;
}
}
@media (max-width: 992px) {
.package-card {
flex-direction: column;
}
.mercedes-c6-laptop-page .banner-content-wrapper {
flex-direction: column;
gap: 3rem;
padding-bottom: 80px; /* Alttaki uyarı için boşluk artırıldı */
}
.mercedes-c6-laptop-page .banner-text,
.mercedes-c6-laptop-page .banner-image {
flex: 0 0 100%;
width: 100%;
max-width: 600px;
padding-right: 0;
}
.mercedes-c6-laptop-page .banner-title {
font-size: 2.5rem;
}
.mercedes-c6-laptop-page .banner-subtitle {
font-size: 1.1rem;
}
.details-container {
flex-direction: column;
gap: 50px;
}
.details-3d-view, .details-content {
flex: 0 0 100%;
width: 100%;
margin-right: 0;
}
.details-3d-view {
order: 1;
}
.details-content {
order: 2;
}
.usage-grid {
grid-template-columns: 1fr;
}
.tech-specs-grid {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.why-c6-features-grid {
grid-template-columns: 1fr;
gap: 30px;
}
}
/* İyileştirilmiş Mobil Görünüm için CSS Güncellemeleri */
@media (max-width: 768px) {
.mercedes-c6-laptop-page .banner-content-wrapper,
.details-container,
.usage-container,
.tech-specs-container,
.why-c6-container,
.package-container,
.faq-container,
.description-container {
padding-left: 1rem;
padding-right: 1rem;
}
.mercedes-c6-laptop-page .banner-container {
padding: 3rem 0 5rem;
}
.mercedes-c6-laptop-page .banner-title {
font-size: 2.2rem;
}
.mercedes-c6-laptop-page .banner-subtitle {
font-size: 1rem;
margin-bottom: 1.5rem;
}
.mercedes-c6-laptop-page .product-img {
max-width: 100%;
transform: none;
}
.mercedes-c6-laptop-page .product-img:hover {
transform: scale(1.03);
}
.mercedes-c6-laptop-page .gallery-thumbs {
max-width: 280px;
}
.mercedes-c6-laptop-page .gallery-thumb {
width: 50px;
height: 50px;
}
.mercedes-c6-laptop-page .product-info {
gap: 10px;
}
.mercedes-c6-laptop-page .product-info-item {
padding: 6px 12px;
font-size: 0.8rem;
}
.mercedes-c6-laptop-page .product-info-item.original {
padding: 8px 15px;
}
.product-details-section {
padding: 60px 0;
}
.details-title {
font-size: 2rem;
}
.section-title {
font-size: 1.8rem;
}
.description-content, .features-section {
padding: 25px 20px;
}
.product-usage-section,
.product-description-section {
padding: 60px 0;
}
.specs-details-title,
.features-title {
font-size: 1.4rem;
}
.description-title {
font-size: 1.8rem;
}
.description-content p {
font-size: 1rem;
text-align: center;
}
.package-list-container {
padding: 40px 30px;
}
.package-list-title {
font-size: 1.3rem;
}
.package-list li {
font-size: 1rem;
}
.mercedes-c6-laptop-page .software-notice {
max-width: 100%;
flex-direction: column;
text-align: center;
gap: 10px;
padding: 15px;
}
/* Mobilde teknik özellikler bölümü için iyileştirmeler */
.tech-specs-grid {
grid-template-columns: 1fr;
gap: 30px;
padding: 0;
}
.tech-spec-card {
height: auto;
min-height: 340px;
margin: 0 auto;
max-width: 450px;
}
.tech-spec-card-front, .tech-spec-card-back {
padding: 30px 25px;
}
.tech-spec-icon-wrap {
width: 85px;
height: 85px;
margin-bottom: 25px;
}
.tech-spec-title {
font-size: 1.4rem;
margin-bottom: 15px;
}
.tech-spec-subtitle {
font-size: 1rem;
margin-bottom: 18px;
line-height: 1.5;
}
.tech-spec-data {
margin-bottom: 12px;
}
.tech-spec-back-title {
font-size: 1.3rem;
margin-bottom: 20px;
}
.tech-spec-detail-item {
margin-bottom: 15px;
font-size: 1rem;
line-height: 1.4;
}
.tech-spec-card::after {
font-size: 11px;
padding: 4px 0;
width: 80%;
left: 50%;
transform: translateX(-50%);
bottom: 12px;
}
/* Mobilde slider daha geniş bir alanı kaplar */
.tech-specs-highlights {
display: none;
}
.tech-spec-highlight-icon {
width: 40px;
height: 40px;
}
.tech-spec-highlight-title {
font-size: 1rem;
}
.tech-spec-highlight-desc {
font-size: 0.9rem;
}
}
@media (max-width: 576px) {
.mercedes-c6-laptop-page .banner-title {
font-size: 2rem;
}
.mercedes-c6-laptop-page .feature-text {
font-size: 0.9rem;
}
.mercedes-c6-laptop-page .vat-notice p {
font-size: 0.8rem;
}
.details-title {
font-size: 1.8rem;
}
.details-desc {
font-size: 1rem;
}
.details-badge {
font-size: 10px;
padding: 6px 12px;
}
.details-feature-text {
font-size: 14px;
}
.section-title {
font-size: 1.6rem;
}
.section-desc {
font-size: 1rem;
}
.usage-item {
padding: 20px 15px;
}
.usage-icon {
width: 60px;
height: 60px;
}
.usage-icon i {
font-size: 24px;
}
.usage-title {
font-size: 1.2rem;
}
.usage-desc {
font-size: 0.9rem;
}
.features-list-two-col li {
font-size: 0.9rem;
margin-bottom: 12px;
text-align: center;
}
.price-notice p {
font-size: 1rem;
}
.mercedes-c6-lightbox .lightbox-img {
max-width: 90%;
}
.mercedes-c6-lightbox .lightbox-nav {
width: 90%;
}
.mercedes-c6-lightbox .lightbox-close {
top: 10px;
right: 10px;
font-size: 1.8rem;
}
.mercedes-c6-lightbox .lightbox-nav button {
font-size: 1.8rem;
}
/* Küçük ekranlar için teknik özellikler iyileştirmeleri */
.tech-specs-section {
padding: 70px 0;
}
.tech-spec-card {
min-height: 320px;
max-width: 90%;
}
.tech-spec-card-front, .tech-spec-card-back {
padding: 25px 20px;
}
.tech-spec-icon-wrap {
width: 75px;
height: 75px;
margin-bottom: 20px;
}
.tech-spec-icon {
font-size: 30px;
}
.tech-spec-title {
font-size: 1.3rem;
margin-bottom: 12px;
}
.tech-spec-subtitle {
font-size: 0.9rem;
margin-bottom: 15px;
}
.tech-spec-back-title {
font-size: 1.2rem;
margin-bottom: 18px;
padding-bottom: 12px;
}
.tech-spec-detail-item {
font-size: 0.9rem;
margin-bottom: 12px;
padding-left: 22px;
}
.tech-spec-detail-item::before {
font-size: 11px;
}
.tech-specs-tab {
padding: 8px 15px;
font-size: 13px;
margin-bottom: 5px;
}
/* Daha kompakt slider görünümü */
.tech-spec-highlight-item {
min-width: 200px;
padding: 12px;
gap: 10px;
}
.tech-spec-highlight-icon {
width: 35px;
height: 35px;
}
.tech-spec-highlight-icon i {
font-size: 16px;
}
}
/* Çok küçük ekranlar için */
@media (max-width: 420px) {
.mercedes-c6-laptop-page {
margin: 0;
}
.mercedes-c6-laptop-page .banner-title {
font-size: 1.8rem;
}
.mercedes-c6-laptop-page .banner-subtitle {
font-size: 0.9rem;
}
.mercedes-c6-laptop-page .gallery-thumbs {
max-width: 240px;
gap: 8px;
}
.mercedes-c6-laptop-page .gallery-thumb {
width: 45px;
height: 45px;
}
.mercedes-c6-laptop-page .product-info-item {
padding: 5px 10px;
font-size: 0.75rem;
}
/* Çok küçük ekranlar için teknik özellikler iyileştirmeleri */
.tech-spec-card {
min-height: 300px;
max-width: 100%;
}
.tech-spec-card-front, .tech-spec-card-back {
padding: 20px 15px;
}
.tech-spec-icon-wrap {
width: 65px;
height: 65px;
margin-bottom: 15px;
}
.tech-spec-icon {
font-size: 26px;
}
.tech-spec-title {
font-size: 1.2rem;
}
.tech-spec-subtitle {
font-size: 0.8rem;
}
.tech-spec-data {
font-size: 0.8rem;
}
.tech-spec-data i {
font-size: 14px;
}
.tech-spec-detail-item {
font-size: 0.8rem;
padding-left: 20px;
margin-bottom: 10px;
}
.tech-spec-detail-item::before {
font-size: 10px;
}
.tech-specs-tabs {
margin-bottom: 35px;
}
.tech-specs-tab {
padding: 6px 12px;
font-size: 12px;
}
/* Daha küçük ekranlar için daha kompakt slider */
.tech-spec-highlight-item {
min-width: 180px;
padding: 10px;
}
}
/* Destek ve İletişim Bölümü için Küçültme Stilleri */
.support-grid .usage-item {
padding: 20px 15px; /* İç boşluğu azalt */
}
.support-grid .usage-icon {
width: 50px; /* İkon genişliğini küçült */
height: 50px; /* İkon yüksekliğini küçült */
margin-bottom: 15px; /* Alt boşluğu azalt */
}
.support-grid .usage-icon i {
font-size: 22px; /* İkon yazı boyutunu küçült */
}
.support-grid .usage-title {
font-size: 1.1rem; /* Başlık yazı boyutunu küçült */
margin-bottom: 10px; /* Alt boşluğu azalt */
}
.support-grid .usage-desc {
font-size: 0.9rem; /* Açıklama yazı boyutunu küçült */
min-height: 50px; /* Minimum yükseklik ayarı */
}
.support-grid .cta-button {
padding: 0.8rem 1.5rem; /* Buton iç boşluğunu azalt */
font-size: 0.9rem; /* Buton yazı boyutunu küçült */
margin-top: 15px; /* Add space above the button */
}
/* Yazılım Uyumluluğu Bölümü için Özel Grid Stili */
.software-grid {
gap: 20px; /* Gap'i azalt */
}
@media (max-width: 992px) {
.software-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.software-grid {
grid-template-columns: 1fr;
}
}
/* Yazılım Uyumluluğu Bölümü için Küçültme ve Hizalama Stilleri */
.software-grid .usage-item {
padding: 20px 15px;
min-height: 210px;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.software-grid .usage-icon {
width: 50px;
height: 50px;
margin-bottom: 15px;
}
.software-grid .usage-icon i {
font-size: 22px;
}
.software-grid .usage-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
.software-grid .usage-desc {
font-size: 0.9rem;
flex-grow: 1;
}
/* YENİ Hazır Set Stilleri */
.ready-set-section-new {
padding: 100px 0;
background: var(--light-bg);
}
.page-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.section-heading-new {
text-align: center;
margin-bottom: 60px;
}
.section-subtitle-new {
display: block;
font-size: 0.9rem;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
}
.section-title-new {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 20px;
}
.section-description-new {
font-size: 1.1rem;
color: var(--text-light);
max-width: 700px;
margin: 0 auto;
line-height: 1.7;
}
.whats-in-box-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
.box-item {
background: #ffffff;
border-radius: 15px;
padding: 30px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 85, 165, 0.07);
transition: all 0.3s ease;
border: 1px solid rgba(0, 85, 165, 0.1);
}
.box-item:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 85, 165, 0.15);
}
.box-item-icon {
font-size: 2.5rem;
color: var(--primary);
margin-bottom: 20px;
}
.box-item-title {
font-size: 1.2rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 10px;
}
.box-item-desc {
font-size: 0.95rem;
color: var(--text-light);
line-height: 1.6;
}
/* YENİ Laptop Teknik Özellikleri Stilleri */
.laptop-specs-section-new {
padding: 100px 0;
background: #ffffff;
}
.laptop-specs-content {
display: flex;
align-items: center;
gap: 60px;
}
.laptop-specs-image {
flex: 1;
text-align: center;
}
.laptop-specs-image img {
max-width: 100%;
border-radius: 15px;
box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.laptop-specs-details {
flex: 1;
text-align: left;
}
.specs-list {
list-style: none;
padding: 0;
margin-top: 30px;
}
.specs-list li {
display: flex;
align-items: center;
font-size: 1.1rem;
color: var(--text-dark);
margin-bottom: 20px;
}
.specs-list li i {
color: var(--primary);
font-size: 1.5rem;
margin-right: 20px;
width: 30px;
text-align: center;
}
.laptop-image-notice {
font-size: 0.9rem;
color: var(--text-light);
margin-top: 20px;
font-weight: 500;
background-color: rgba(0, 85, 165, 0.05);
border: 1px dashed rgba(0, 85, 165, 0.2);
padding: 10px 15px;
border-radius: 8px;
display: inline-block;
max-width: 90%;
}
@media (max-width: 992px) {
.whats-in-box-grid {
grid-template-columns: repeat(2, 1fr);
}
.laptop-specs-content {
flex-direction: column;
gap: 40px;
text-align: center;
}
.laptop-specs-details {
text-align: center;
}
.specs-list li {
justify-content: center;
}
}
@media (max-width: 576px) {
.whats-in-box-grid {
grid-template-columns: 1fr;
}
.section-title-new {
font-size: 2rem;
}
}
Mercedes C6 Set
Arıza Tespit Cihazı
Mercedes-Benz'in orijinal C6 teşhis cihazı ile Mercedes araçlarınızda fabrika kalitesinde tanılama, kodlama ve programlama yapın. Servis kalitesini üst seviyeye taşıyan bu cihaz, en yeni araçlarla uyumludur.
Mercedes modelleriyle %100 uyumlu
ECU programlama ve kodlama desteği
Yetkili servis kalitesinde teşhis
Orijinal Mercedes Ürünü
6 Ay Garanti
Yetkili Servis Cihazı





* Belirtilen fiyata KDV dahil değildir ve nakit ödemelerde geçerlidir.
Cihazı 360° İnceleyin
MERCEDES-BENZ ORİJİNAL ÜRÜNÜ
Profesyonel Arıza Tespit C6 Cihazı
Mercedes-Benz ve Maybach yetkili servislerine özel Bosch firması tarafından üretilen orijinal arıza tespit cihazı. En yeni modeller dahil Mercedes araçlarla uyumlu çalışır.
Yetkili servis cihazıyla aynı özelliklere sahip orijinal teşhis cihazı
DoIP desteği ile yüksek hızda veri transferi sağlar
ECU'larda programlama, kodlama ve adaptasyon imkanı
Wi-Fi özelliği ile kablolu veya kablosuz çalışabilir
Euro 6 motora sahip araçlarla uyumlu çalışır
Cihazın Genel Özellikleri
Mercedes C6, aracınızın tüm sistemleriyle etkileşime geçerek kapsamlı teşhis ve programlama yetenekleri sunar.
Lütfen dikkat: Belirtilen özelliklerin kullanılabilirliği, aracın modeline, yılına ve donanım seviyesine göre değişiklik gösterebilir.
Araç Yapılandırmasını Okuma
Anahtar Kodlama ve Ecu (Beyin) Programlama
Tüm Sistem Parçalarını Aktifleştirme ve Adaptasyon Yapma
Tüm Motor, Şase, Gövde ve Gösterge Modüllerini Kodlama
Modüllerden Hata Kodlarını Okuma ve Silme
Canlı Verileri Görüntüleme
EGR Testi ve DPF (Dizel Partikül Filtre) Rejenerasyonu
Enjektör Kodlama ve Enjektör Testi
Hava Yastığı Modül Active-Deaktive Testi
Otomatik Şanzıman Adaptasyonu
Hız Limit İptali Yapabilme
Ve Daha Fazlası...
CİHAZIN YETENEKLERİ
Profesyonel Çözümler ve Avantajlar
Mercedes-Benz C6 teşhis cihazı, binek, hafif ticari ve ağır vasıta araçların bakım ve onarımında yetkili servis düzeyinde profesyonel çözümler sunar.
Yetkili Servis Düzeyinde Teşhis
Mercedes-Benz araçlarında arıza tespiti, onarım ve bakım işlemlerini fabrika standartlarında gerçekleştirin.
Gelişmiş Kodlama ve Programlama
ECU programlama, SCN kodlama ve adaptasyon gibi kritik işlemleri güvenle yapın.
Geniş Araç Desteği
En yeni binek, ticari ve ağır vasıta Mercedes modelleriyle tam uyumluluk.
Performans ve Emisyon
DPF rejenerasyonu, AdBlue sistemi yönetimi ve EGR testi gibi işlemleri kolayca yapın.
Kablosuz Esneklik
Wi-Fi ile kablosuz çalışarak hareket özgürlüğü ve verimlilik kazanın.
Kullanıcı Dostu Arayüz
Türkçe dil desteği ve sezgisel Xentry yazılımı ile işlemleri hızlı ve hatasız tamamlayın.
Teknik Özellikler
Mercedes-Benz C6 arıza tespit cihazı, en son teknoloji ile geliştirilmiş ve orijinal Mercedes yetki belgeli profesyonel bir tanılama sistemidir.
Donanım Özellikleri
Yazılım Özellikleri
Araç Uyumluluğu
Üretici Teknolojisi
Bosch tarafından üretilen premium donanım
Orijinal Mercedes-Benz Cihazı
Bosch Teknolojisi
- Mercedes-Benz için özel tasarlanmış donanım
- Yüksek kaliteli bileşenlerle oluşturulmuş dayanıklı yapı
- Bosch'un güvenilir teknolojisi ile %100 uyumlu
- Orijinal şifrelenmiş donanım aygıtıyla güvenli bağlantı
Bağlantı Özellikleri
Çoklu bağlantı seçeneği
Kablolu & Kablosuz Kullanım
Çoklu Bağlantı
- OBD-II port üzerinden kablolu bağlantı
- Wi-Fi üzerinden yüksek hızlı veri transferi
- Hareket özgürlüğü sağlayan kablosuz çalışma modu
İletişim Protokolleri
Kapsamlı protokol desteği
CAN & DoIP Destekli
Protokol Desteği
- CAN (Controller Area Network) protokolü desteği
- DoIP (Diagnostic over Internet Protocol) desteği
- Yeni nesil araçlar için ethernet desteği
- Mercedes modelleriyle sorunsuz iletişim
Xentry Yazılımı
Orijinal Mercedes-Benz yazılımı
Türkçe Dil Desteği
Xentry Arayüzü
- Türkçe dil desteği ile kolay kullanım
- Sezgisel kullanıcı arayüzü ve menü yapısı
- Kapsamlı teknik dokümantasyon desteği
- Yetkili servis ile aynı yazılım altyapısı
Programlama
Gelişmiş ECU programlama imkanı
SCN Kodlama Desteği
ECU Programlama
- ECU'larda programlama ve kodlama
- Online bayi hesabı ile SCN kodlama
- Kontrol ünitelerinde adaptasyon yapabilme
- Enjektör kodlama ve kalibrasyon işlemleri
İşletim Sistemi
Windows 10 64-Bit uyumluluğu
Windows 10 Pro Destekli
Windows Uyumluluğu
- Windows 10 64-Bit Pro ile uyumlu
- Optimum performans için tasarlanmış
- Düşük sistem gereksinimleri
- Stabil ve hızlı çalışan yazılım altyapısı
Binek Araç Desteği
Geniş model uyumluluğu
W206, W213, W212 ve Diğer Modeller
Binek Araçlar
- W206, W213, W212, W207 modelleri ile uyumlu
- W213FL ve W167 yeni nesil araçlar ile uyumlu
- X Şase modelleriyle sorunsuz çalışır
- C, E, S, A, B, ML ve diğer sınıf araçları destekler
Ticari Araç Desteği
Ağır vasıta uyumluluğu
Sprinter, Vito ve Ağır Vasıta
Ticari Araçlar
- Vito Metris 447/705/706 modelleri ile uyumlu
- Sprinter modellerinde teşhis imkanı
- Ağır vasıta kumanda kutuları aktif olarak gelir
- AdBlue yönetimi ve kontrolü yapabilme
Motor Uyumluluğu
Euro 6 motor desteği
Euro 6 ve Öncesi Tüm Motorlar
Motor Teknolojileri
- Euro 6 emisyon standartlı motorlarla uyumlu
- Benzinli ve dizel motor seçeneklerini destekler
- AdBlue sistemlerine erişim ve kontrol imkanı
- DPF rejenerasyon ve EGR testi yapabilme
Güvenli Teşhis
Orijinal Mercedes bağlantı protokolleri
Hızlı Bağlantı
DoIP ile yüksek hızlı veri transferi
Sistem Erişimi
Kontrol ünitelerine erişim
ECU Programlama
ECU birimlerini programlama
SCN Kodlama
Online bayi hesabı ile SCN kodlama
Türkçe Arayüz
Türkçe dil desteği ile kolay kullanım
Dayanıklı Donanım
Uzun ömürlü Bosch üretimi cihaz
Güvenli Teşhis
Orijinal Mercedes bağlantı protokolleri
Hızlı Bağlantı
DoIP ile yüksek hızlı veri transferi
Neden Mercedes-Benz C6 Tercih Edilmelidir?
Mercedes-Benz C6, sadece bir arıza tespit cihazı değil, yetkili servislerin gücünü ve hassasiyetini atölyenize taşıyan eksiksiz bir profesyonel teşhis platformudur.
Orijinal ve Güvenilir
Bosch tarafından Mercedes-Benz için üretilmiş, %100 orijinal donanım. Aracınızın hassas elektronik sistemleriyle tam uyumlu ve güvenli iletişim sağlar.
Geleceğe Yönelik Teknoloji
DoIP (Diagnostics over IP) desteği sayesinde en yeni nesil Mercedes modelleriyle (W206, W213, W167 vb.) bile yüksek hızda ve stabil bir bağlantı kurar.
Geniş Yazılım Uyumluluğu
Xentry, DAS, Vediamo ve DTS Monaco gibi tüm yetkili servis ve mühendislik yazılımlarıyla çalışarak size tam kontrol ve esneklik sunar.
Kapsamlı Onarım Yeteneği
Standart arıza okuma/silme işlemlerinin çok ötesinde; SCN kodlama, ECU programlama, adaptasyon ve kalibrasyon gibi ileri düzey işlemleri yapmanızı sağlar.
Piyasadaki klon veya standart multibrand cihazlar, aracınızın tüm sistemlerine erişemez ve kritik işlemlerde güvenlik riski oluşturabilir. Orijinal C6 ise, Mercedes-Benz mühendisliğinin bir parçası olarak, her işlemi fabrika standartlarında, doğru ve güvenli bir şekilde yapmanızı garanti eder. Atölyenizin prestijini ve müşteri memnuniyetini artırmak için en doğru yatırım Orijinal C6'dır.
YAZILIM UYUMLULUĞU
Geniş Yazılım Desteği
Mercedes C6 arıza tespit cihazı, aracınızla tam potensiyelde iletişim kurabilmeniz için en güncel ve kapsamlı yazılımlarla uyumlu çalışır.
Xentry Diagnosis
Yeni nesil Mercedes-Benz araçları için kullanılan, güncel ve detaylı teşhis yazılımıdır.
DAS
Daha eski model Mercedes-Benz araçları için kullanılan temel teşhis yazılımıdır.
WIS/ASRA
Onarım, bakım ve devre şeması bilgilerini içeren atölye bilgi sistemidir.
EPC
Mercedes-Benz araçlarının orijinal yedek parça katalogudur.
Vediamo
Mühendislik seviyesinde geliştirme ve kodlama için kullanılır.
DTS
Mühendislik seviyesinde geliştirme ve kodlama için kullanılır.
EKSİKSİZ ÇÖZÜM
Kutudan Çıkar, Hemen Kullan
Mercedes C4 Doip arıza tespit cihazınız, tüm bileşenleri kurulu ve yapılandırılmış, tamamen kullanıma hazır bir set halinde gelir.
Mercedes C4 Doip Cihaz
DoIP destekli, yüksek kaliteli arayüz ile en yeni Mercedes araçlarında bile tam yetki.
Yüksek Performanslı Laptop
Mercedes yazılımlarını sorunsuz çalıştıracak şekilde optimize edilmiş, güçlü bir dizüstü bilgisayar.
Kurulu Yazılım Paketi
En güncel Xentry, DAS ve diğer gerekli tüm Mercedes yazılımları kullanıma hazır.
Dayanıklı Taşıma Çantası
Tüm ekipmanınızı güvenle saklamanız ve taşımanız için tasarlanmış özel çanta.
Laptop Teknik Özellikleri

Görseldeki resim temsilidir. Satın almadan önce lütfen iletişime geçiniz.
GÜÇLÜ DONANIM
Performans İçin Optimize Edildi
Bu setle birlikte gelen dizüstü bilgisayar, Mercedes teşhis yazılımlarının gerektirdiği tüm teknik özelliklere sahiptir ve maksimum performans için özel olarak yapılandırılmıştır. Bu sayede, en karmaşık teşhis ve programlama işlemlerini bile hızlı ve kesintisiz bir şekilde gerçekleştirebilirsiniz.
- İşlemci: Intel Core i5
- RAM: 8GB DDR4 Bellek
- Depolama: 256GB SSD
- Ekran: 15.6" Full HD Ekran
- İşletim Sistemi: Windows 10 Pro 64-Bit
- Batarya: Uzun Ömürlü Batarya
Kutu İçeriği
Mercedes C6 Arıza Tespit Cihazı setinizde, profesyonel teşhis için gereken tüm donanımlar eksiksiz olarak yer almaktadır.

Setin İçindekiler:
- Orijinal Mercedes-Benz C6 Arayüzü
- Yüksek Performanslı Laptop
- OBD-II Bağlantı Kablosu
- USB Bağlantı Kablosu
- Dayanıklı Taşıma Çantası
Sıkça Sorulan Sorular
Mercedes C6 Set Arıza Tespit Cihazı hakkında merak edilenler.
Set içeriğinde ne var?
Set, Orijinal Mercedes C6 DoIP arayüzü, teşhis yazılımlarının kurulu olduğu yüksek performanslı bir laptop, gerekli tüm bağlantı kabloları ve dayanıklı bir taşıma çantası içerir. Kısacası, kutudan çıkarıp hemen kullanmaya başlayabileceğiniz eksiksiz bir çözümdür.
Bu cihaz orijinal Mercedes ürünü mü?
Evet, bu cihaz Bosch tarafından Mercedes-Benz için üretilmiş orijinal bir arıza tespit cihazıdır. Yetkili servislerde kullanılan cihazla birebir aynı donanım ve yazılım altyapısına sahiptir.
Cihaz hangi yazılımlarla uyumlu?
Mercedes C6, güncel Xentry, DAS, Vediamo ve DTS Monaco yazılımları ile uyumlu çalışır. Bu sayede hem standart teşhis işlemlerini hem de mühendislik seviyesinde kodlama ve programlama yapabilirsiniz.
Online SCN kodlama yapabilir miyim?
Evet, SCN kodlama yapabilirsiniz. Ancak, bu işlem için yetkili bir Mercedes online bayi hesabı (kullanıcı adı ve şifre) zorunludur. Orijinal C6 cihazı bu hesabı kullanarak online sunuculara güvenli bir şekilde bağlanmanızı sağlar.
Setin garantisi var mı?
Evet, C6 arayüzü 6 ay, laptop ise 3 ay garantilidir. Garanti, yalnızca fabrikasyon hatalarına karşı donanımsal arızaları kapsamaktadır. Kullanıcı kaynaklı hasarlar (düşürme, sıvı teması, yanlış kullanım vb.) garanti kapsamında değildir.
Destek ve İletişim
C6 ile ilgili her türlü soru ve destek talebiniz için otoeko.com yanınızda. Size yardımcı olmaktan mutluluk duyarız.
Telefon Desteği
Mesai saatleri içinde teknik destek ve sipariş için telefonla bize ulaşabilirsiniz.
E-posta Desteği
Tüm sorularınız için 7/24 e-posta gönderebilirsiniz, size en kısa sürede dönüş yapacağız.
WhatsApp Destek Hattı
Anlık sorularınız ve hızlı destek için WhatsApp üzerinden bize hemen yazabilirsiniz.
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
العربية