Man T427 (CATS 3) Arıza Tespit Cihazı / Orijinal
Man T427 (CATS 3) Arıza Tespit Cihazı, Man yetkili servislerine özel DSA tarafından üretilen Ağır Vasıta, Otobüs, İş Makinesi ve Endüstriyel Araçlar da Arıza Tespiti yapabileceğiniz Orijinal servis cihazıdır.
MAN T427 Arıza Tespit Cihazı - CATS 3 Destekli Servis Ekipmanı
/* MAN T427 Arıza Tespit Cihazı sayfası için özel stiller - Renksiz Tasarım */
.man-t427-page {
/* Renksiz (gri tonları) renk paleti */
--primary: #495057; /* Koyu gri */
--primary-dark: #343a40;
--primary-light: #6c757d;
--secondary: #212529; /* Çok koyu gri */
--accent: #868e96; /* Orta gri */
--light-bg: #f8f9fa;
--gradient-bg: linear-gradient(135deg, #f8f9fa, #e9ecef);
--text-dark: #212529;
--text-light: #6c757d;
--shadow-color: rgba(0, 0, 0, 0.15);
--success: #6c757d;
--success-dark: #495057;
--danger: #dc3545;
font-family: 'Outfit', sans-serif !important;
font-size: 20px !important;
color: var(--text-dark);
margin: 0;
padding: 0;
text-align: center;
}
.man-t427-page * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.man-t427-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;
}
.man-t427-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;
}
.man-t427-page .banner-text {
flex: 0 0 45%;
padding-right: 3rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
max-width: 600px;
}
.man-t427-page .banner-image {
flex: 0 0 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}
.man-t427-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;
}
.man-t427-page .product-img:hover {
transform: perspective(1000px) rotateY(0deg) scale(1.05);
}
.man-t427-page .gallery-thumbs {
display: flex;
gap: 10px;
justify-content: center;
margin-top: 15px;
flex-wrap: wrap;
max-width: 450px;
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;
}
.man-t427-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);
}
.man-t427-page .gallery-thumb:hover {
opacity: 1;
transform: translateY(-2px);
border-color: var(--primary);
}
.man-t427-page .gallery-thumb.active {
border-color: var(--primary);
opacity: 1;
}
.man-t427-page .gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.man-t427-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;
}
.man-t427-page .highlight {
color: var(--primary);
position: relative;
display: inline-block;
}
.man-t427-page .highlight:after {
content: "";
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background-color: rgba(73, 80, 87, 0.1);
z-index: -1;
}
.man-t427-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;
}
.man-t427-page .features-list {
display: flex;
flex-wrap: wrap;
margin-bottom: 2.5rem;
gap: 1.2rem;
width: 100%;
justify-content: center;
}
.man-t427-page .feature-item {
display: flex;
align-items: center;
width: 100%;
margin-bottom: 0.7rem;
justify-content: center;
text-align: center;
}
.man-t427-page .feature-icon {
color: var(--primary);
margin-right: 1rem;
font-size: 1.2rem;
}
.man-t427-page .feature-text {
font-size: 1rem;
color: var(--text-light);
font-weight: 500;
}
.man-t427-page .cta-container {
display: flex;
gap: 1.5rem;
align-items: center;
width: 100%;
justify-content: center;
margin-top: 1rem;
}
.man-t427-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;
}
.man-t427-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;
}
.man-t427-page .cta-button:hover {
background-color: var(--primary-dark);
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.man-t427-page .cta-button:hover:before {
left: 100%;
}
.man-t427-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(108, 117, 125, 0.3);
position: relative;
overflow: hidden;
}
.man-t427-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;
}
.man-t427-page .cta-secondary:hover {
background-color: var(--success-dark);
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(108, 117, 125, 0.4);
}
.man-t427-page .cta-secondary:hover:before {
left: 100%;
}
.man-t427-page .cta-secondary i {
margin-left: 0.5rem;
}
.man-t427-page .decor-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(73, 80, 87, 0.07), rgba(255, 255, 255, 0));
z-index: 0;
}
.man-t427-page .circle-1 {
width: 500px;
height: 500px;
top: -150px;
left: -150px;
}
.man-t427-page .circle-2 {
width: 700px;
height: 700px;
bottom: -250px;
right: -250px;
background: linear-gradient(135deg, rgba(73, 80, 87, 0.04), rgba(255, 255, 255, 0));
}
.man-t427-page .circle-3 {
width: 300px;
height: 300px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, rgba(73, 80, 87, 0.02) 0%, rgba(255, 255, 255, 0) 70%);
}
.man-t427-page .product-info {
margin-top: 25px;
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}
.man-t427-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;
}
.man-t427-page .product-info-item i {
color: var(--primary);
font-size: 1rem;
}
.man-t427-page .product-info-item.original {
background: linear-gradient(135deg, rgba(73, 80, 87, 0.1), rgba(255, 255, 255, 0.8));
border: 1px solid rgba(73, 80, 87, 0.2);
padding: 10px 20px;
font-weight: 600;
box-shadow: 0 5px 15px rgba(73, 80, 87, 0.15);
}
.man-t427-page .product-info-item.original i {
color: var(--accent);
font-size: 1.1rem;
}
.man-t427-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(73, 80, 87, 0.1);
box-shadow: 0 4px 15px rgba(73, 80, 87, 0.08);
position: relative;
z-index: 20;
}
.man-t427-page .software-notice i {
font-size: 1.8rem;
color: var(--primary);
}
.man-t427-page .software-notice p {
font-size: 0.9rem;
color: var(--text-dark);
line-height: 1.5;
margin: 0;
}
.man-t427-page .software-notice p strong {
font-weight: 700;
}
.man-t427-page .vat-notice {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: 100%;
text-align: center;
z-index: 15;
}
.man-t427-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 */
.man-t427-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;
}
.man-t427-lightbox.active {
display: flex;
}
.man-t427-lightbox .lightbox-img {
max-width: 80%;
max-height: 80vh;
object-fit: contain;
}
.man-t427-lightbox .lightbox-close {
position: absolute;
top: 20px;
right: 20px;
color: white;
font-size: 2rem;
cursor: pointer;
}
.man-t427-lightbox .lightbox-nav {
display: flex;
justify-content: space-between;
width: 80%;
margin-top: 20px;
}
.man-t427-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;
}
.man-t427-lightbox .lightbox-nav button:hover {
opacity: 1;
}
/* Ürün Detayları Bölümü */
.product-details-modern {
background-color: #fff;
font-family: 'Outfit', sans-serif;
color: var(--text-dark);
padding: 0;
overflow: hidden;
text-align: center;
}
.product-details-section {
background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%);
padding: 100px 0;
position: relative;
}
.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, var(--primary), var(--primary-dark));
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 var(--shadow-color);
}
.details-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 20px;
line-height: 1.2;
text-align: center;
}
.details-title span {
color: var(--primary);
position: relative;
}
.details-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background-color: rgba(73, 80, 87, 0.1);
z-index: -1;
}
.details-desc {
font-size: 1rem;
line-height: 1.7;
color: var(--text-light);
margin-bottom: 30px;
text-align: center;
}
.details-features {
margin-bottom: 40px;
}
.details-feature-item {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
text-align: center;
}
.details-feature-icon {
width: 36px;
height: 36px;
background-color: rgba(73, 80, 87, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
flex-shrink: 0;
}
.details-feature-icon i {
color: var(--primary);
font-size: 16px;
}
.details-feature-text {
font-size: 1rem;
color: var(--text-dark);
font-weight: 500;
}
.details-3d-container {
background-color: white;
border-radius: 15px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
padding: 0;
padding-top: 100%;
height: 0;
}
.details-3d-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 8px;
border: none;
}
.details-3d-badge {
position: absolute;
top: 15px;
right: 15px;
background: rgba(73, 80, 87, 0.8);
color: white;
font-size: 12px;
font-weight: 700;
padding: 5px 10px;
border-radius: 20px;
z-index: 2;
backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.details-3d-label {
display: flex;
align-items: center;
justify-content: center;
margin-top: 15px;
font-size: 14px;
font-weight: 600;
color: var(--text-dark);
}
.details-3d-label i {
margin-right: 8px;
color: var(--primary);
animation: spin 2s linear infinite;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.highlight-primary {
color: var(--primary) !important;
font-weight: 700 !important;
}
/* Teknik Özellikler 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-container {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 10;
padding: 0 20px;
}
.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(73,80,87,0), var(--primary), rgba(73,80,87,0));
}
.tech-specs-subtitle {
font-size: 1.1rem;
color: var(--text-light);
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}
.tech-specs-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 35px;
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;
}
.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;
height: 100px;
background: linear-gradient(135deg, rgba(73,80,87,0.3), rgba(73,80,87,0.1));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
position: relative;
}
.tech-spec-icon {
font-size: 40px;
color: var(--primary);
}
.tech-spec-title {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 18px;
color: var(--text-dark);
}
.tech-spec-subtitle {
font-size: 1rem;
color: var(--text-light);
margin-bottom: 22px;
}
.tech-spec-back-title {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 25px;
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: var(--primary);
}
.tech-spec-details {
list-style: none;
}
.tech-spec-detail-item {
margin-bottom: 18px;
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: var(--primary);
font-size: 12px;
}
/* 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;
}
.section-subtitle {
color: var(--primary);
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 0.9rem;
}
.section-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-top: 10px;
margin-bottom: 25px;
position: relative;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: linear-gradient(90deg, rgba(73,80,87,0), var(--primary), rgba(73,80,87,0));
}
.section-desc {
color: var(--text-light);
max-width: 700px;
margin: 40px auto 0;
font-size: 1.1rem;
line-height: 1.7;
}
.usage-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.usage-item {
background-color: #ffffff;
border-radius: 15px;
padding: 35px 30px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
text-align: center;
border: 1px solid rgba(73, 80, 87, 0.1);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.usage-item:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.usage-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, rgba(73, 80, 87, 0.1), rgba(73, 80, 87, 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;
}
.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;
}
/* FAQ 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, 0, 0, 0.1);
overflow: hidden;
border: 1px solid rgba(73, 80, 87, 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(73, 80, 87, 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: 500px;
}
/* Fiyat Bilgilendirme */
.price-info-section {
padding: 100px 0;
background: #f8f9fa;
}
.price-info-container {
max-width: 900px;
margin: 0 auto;
padding: 40px;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
text-align: center;
}
.vat-warning {
background-color: #fffbe6;
border: 1px solid #ffe58f;
border-radius: 8px;
padding: 25px;
display: flex;
align-items: center;
gap: 15px;
}
.vat-warning i {
color: #faad14;
font-size: 22px;
}
.vat-warning p {
margin: 0;
color: var(--text-light);
font-size: 1rem;
line-height: 1.6;
font-weight: 500;
}
.whatsapp-button {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #25D366;
color: white;
padding: 15px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s ease;
box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
width: 100%;
}
.whatsapp-button:hover {
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(37, 211, 102, 0.4);
}
.whatsapp-button i {
margin-right: 10px;
font-size: 1.3rem;
}
/* Paket İçeriği */
.product-package-section {
padding: 100px 0;
background: var(--gradient-bg);
}
.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, 0, 0, 0.15);
overflow: hidden;
align-items: stretch;
border: 1px solid rgba(73, 80, 87, 0.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;
}
/* Destek ve İletişim Bölümü */
.support-contact-section {
padding: 120px 0;
background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}
.support-contact-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.support-contact-heading {
text-align: center;
margin-bottom: 70px;
}
.support-contact-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 20px;
position: relative;
display: inline-block;
}
.support-contact-title::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: linear-gradient(90deg, rgba(73,80,87,0), var(--primary), rgba(73,80,87,0));
}
.support-contact-subtitle {
font-size: 1.1rem;
color: var(--text-light);
max-width: 700px;
margin: 40px auto 0;
line-height: 1.7;
}
.support-contact-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 50px;
}
.support-contact-card {
background-color: #ffffff;
border-radius: 15px;
padding: 40px 30px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
text-align: center;
border: 1px solid rgba(73, 80, 87, 0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.support-contact-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.support-contact-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, rgba(73, 80, 87, 0.1), rgba(73, 80, 87, 0.05));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
flex-shrink: 0;
}
.support-contact-icon i {
font-size: 32px;
color: var(--primary);
}
.support-contact-card-title {
font-size: 1.3rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 15px;
}
.support-contact-card-desc {
font-size: 1rem;
color: var(--text-light);
line-height: 1.7;
margin-bottom: 20px;
}
.support-contact-link {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 25px;
background-color: var(--primary);
color: white;
text-decoration: none;
border-radius: 50px;
font-weight: 600;
font-size: 1rem;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(73, 80, 87, 0.2);
}
.support-contact-link:hover {
background-color: var(--primary-dark);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(73, 80, 87, 0.3);
}
.support-contact-link i {
margin-right: 8px;
}
.support-contact-link.whatsapp {
background-color: #25D366;
}
.support-contact-link.whatsapp:hover {
background-color: #20ba5a;
}
.support-contact-link.phone {
background-color: var(--success);
}
.support-contact-link.phone:hover {
background-color: var(--success-dark);
}
.support-hours {
background-color: #ffffff;
border-radius: 15px;
padding: 40px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
text-align: center;
border: 1px solid rgba(73, 80, 87, 0.1);
}
.support-hours-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 25px;
}
.support-hours-list {
list-style: none;
padding: 0;
margin: 0;
}
.support-hours-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 0;
border-bottom: 1px solid rgba(73, 80, 87, 0.1);
font-size: 1rem;
}
.support-hours-item:last-child {
border-bottom: none;
}
.support-hours-day {
font-weight: 600;
color: var(--text-dark);
}
.support-hours-time {
color: var(--text-light);
}
/* Yazılım Bölümü */
.software-section {
padding: 120px 0;
background: linear-gradient(135deg, #eef2f7, #ffffff);
}
.software-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.software-heading {
text-align: center;
margin-bottom: 70px;
}
.software-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 20px;
position: relative;
display: inline-block;
}
.software-title::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: linear-gradient(90deg, rgba(73,80,87,0), var(--primary), rgba(73,80,87,0));
}
.software-subtitle {
font-size: 1.1rem;
color: var(--text-light);
max-width: 700px;
margin: 40px auto 0;
line-height: 1.7;
}
.software-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.software-card {
background-color: #ffffff;
border-radius: 15px;
padding: 40px 30px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
text-align: center;
border: 1px solid rgba(73, 80, 87, 0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.software-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.software-card-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, rgba(73, 80, 87, 0.1), rgba(73, 80, 87, 0.05));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
flex-shrink: 0;
}
.software-card-icon i {
font-size: 32px;
color: var(--primary);
}
.software-card-title {
font-size: 1.4rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 15px;
}
.software-card-subtitle {
font-size: 0.9rem;
color: var(--primary);
font-weight: 600;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.software-card-desc {
font-size: 1rem;
color: var(--text-light);
line-height: 1.7;
margin-bottom: 25px;
flex-grow: 1;
}
.software-card-features {
list-style: none;
padding: 0;
margin: 0 0 25px 0;
text-align: left;
width: 100%;
}
.software-card-features li {
padding: 8px 0;
padding-left: 25px;
position: relative;
color: var(--text-light);
font-size: 0.95rem;
}
.software-card-features li::before {
content: 'f00c';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
left: 0;
top: 8px;
color: var(--primary);
font-size: 12px;
}
.software-card-note {
background-color: rgba(73, 80, 87, 0.05);
border-radius: 8px;
padding: 15px;
font-size: 0.9rem;
color: var(--text-light);
font-style: italic;
width: 100%;
margin-top: auto;
}
/* Responsive Design */
@media (max-width: 992px) {
.man-t427-page .banner-content-wrapper {
flex-direction: column;
gap: 3rem;
padding-bottom: 80px;
}
.man-t427-page .banner-text,
.man-t427-page .banner-image {
flex: 0 0 100%;
width: 100%;
max-width: 600px;
padding-right: 0;
}
.man-t427-page .banner-title {
font-size: 2.5rem;
}
.details-container {
flex-direction: column;
gap: 50px;
}
.details-3d-view, .details-content {
flex: 0 0 100%;
width: 100%;
margin-right: 0;
}
.tech-specs-grid {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.usage-grid {
grid-template-columns: 1fr;
}
.package-card {
flex-direction: column;
}
.support-contact-grid {
grid-template-columns: 1fr;
}
.software-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.man-t427-page .banner-title {
font-size: 2.2rem;
}
.man-t427-page .banner-subtitle {
font-size: 1rem;
}
.tech-specs-grid {
grid-template-columns: 1fr;
}
}
MAN T427
Arıza Tespit Cihazı
MAN T427 (CATS 3) Arıza Tespit Cihazı, MAN yetkili servislerine özel olarak DSA tarafından üretilen, ağır vasıta, otobüs, iş makinesi ve endüstriyel araçlarda kapsamlı arıza tespiti gerçekleştirebileceğiniz orijinal servis cihazıdır. MAN T427 (WDI-2), CATS 3 yazılımı ile tüm sistemlerde tanılama ve programlama arabirimi sunarak, adaptasyon, kalibrasyon, DPF jenerasyonu, programlama, şanzıman yapılandırması, servis bakım sıfırlama, fren sistemleri (ABS, EBS, EBS5, ECAS), bakım bilgi sistemleri, teknik brifingler, bileşen testleri ve dinamik veri akışı dahil olmak üzere geniş bir yelpazede işlem desteği sağlar.
Tüm MAN modelleriyle tam uyumluluk
CATS 3 ile gelişmiş ECU programlama
Yetkili servis standartlarında teşhis
Orjinal Ürün
6 Ay Garanti
Servis Tipi Cihaz







Önemli Not: MAN T427 için opsiyonel yazılımlar: CATS 3 (Diagnostik tanılama yazılımı), MAN Mantis EPC (Yedek parça katalog yazılımı) ve MAN WIS (Atölye tamir kitabı) ayrı olarak temin edilebilir.
360°
Cihazı 360° İnceleyin
ORJİNAL ÜRÜN
CATS 3 Destekli Arıza Tespit Cihazı T427
MAN T427 (CATS 3) Arıza Tespit Cihazı, MAN yetkili servislerine özel olarak DSA tarafından üretilen, ağır vasıta, otobüs, iş makinesi ve endüstriyel araçlarda kapsamlı arıza tespiti gerçekleştirebileceğiniz orijinal servis cihazıdır. Cihaz, araç üzerindeki tüm elektronik modülleri otomatik olarak tespit ederek kapsamlı bir liste sunar. Enjektör basınç değerleri, turbo basınç değerleri, yağ sıcaklığı, gaz pedal konum sensör değerleri, yağ seviyesi gibi araç üzerindeki tüm sensör verilerini gerçek zamanlı olarak görüntüleme imkanı sağlar. Bilgisayarınıza kurulacak program içerisinde yer alan Enformasyon Portal üzerinden, araç üzerindeki herhangi bir arıza ile ilgili detaylı bilgilere, parça konumlarına ve hatta arızanın oluşum nedenlerine erişebilirsiniz. Bu sistem, bayiler, atölyeler ve mobil teknisyenler için ideal bir çözümdür. Özel bayi seviyesi teşhis aracı olarak tasarlanmış olup, MAN kamyonlar için hem teşhis hem de çevrimdışı programlama desteği sunar. DSA tarafından üretilen bu orijinal cihaz, 8-32V/DC 250mA giriş değerlerinde çalışmaktadır. MAN T427 Arıza Tespit Cihazı, kablolu veya kablosuz bağlantı seçenekleri ile esnek kullanım imkanı sunar.
Yetkili servis cihazının tüm özelliklerini sunan üstün kalite standartlarına sahiptir
CATS 3 desteği ile yüksek hızlı veri transferi ve optimize edilmiş performans sunar
ECU'larda programlama, kodlama ve adaptasyon işlemlerini güvenli şekilde gerçekleştirme imkanı sağlar
MAN kamyon ve otobüs modelleriyle tam uyumlu ve sorunsuz çalışma garantisi sunar
MAN T427 Teknik Özellikleri
MAN T427 cihazının fiziksel özellikleri, tasarım detayları ve teknik spesifikasyonları hakkında detaylı bilgiler.
Bağlantı Teknolojisi
OBD-II ve CAN Bus protokolleri ile esnek ve güvenilir bağlantı seçenekleri.
Desteklenen Protokoller
- CAN üzerinde UDS
- CAN ve K hattı üzerinde OBD
- ISO-TP, TP2.0, TP1.6 ve K hattı üzerinde KWP2000
- TP1.6 ve K hattı üzerinde KW1281
- SAE J1939
- DoIP
Sistem Uyumluluğu
Windows 10/11 (64-bit) işletim sistemi desteği.
CATS3 Yazılımı Desteklenen Diller
- Türkçe, English, German, French
- Italian, Spanish, Russian, Dutch
- Polish, Swedish, Czech
- Portuguese, Romanian, Norwegian
Araç Uyumluluğu
MAN kamyon ve otobüs modelleri için geniş model desteği.
Desteklenen Modüller ve Özellikler
- Motor Regülasyonu (EDC), Retarder
- Klima Sistemleri, Enstrümantasyon
- DPF Rejenerasyonu, Enjektör Kodlama
- ABS, EBS, EBS5, ECAS Sistemleri
- Vites Kutusu (Şanzıman) Testi
- Canlı Verileri Görüntüleme
CİHAZIN YETENEKLERİ
Profesyonel Çözümler ve Avantajlar
MAN T427 (CATS 3) Arıza Tespit Cihazı, bayiler, atölyeler ve mobil teknisyenler için ideal bir çözümdür. Özel bayi seviyesi teşhis aracı olarak tasarlanmış olup, MAN kamyonlar için hem teşhis hem de çevrimdışı programlama desteği sunar.
Kapsamlı Arıza Tespiti
Araç üzerindeki tüm elektronik modülleri otomatik olarak tespit ederek kapsamlı bir liste sunar. Enjektör basınç değerleri, turbo basınç değerleri, yağ sıcaklığı, gaz pedal konum sensör değerleri, yağ seviyesi gibi tüm sensör verilerini gerçek zamanlı olarak görüntüleme imkanı sağlar.
Adaptasyon ve Kalibrasyon
Tüm motor, şase, gövde ve gösterge modüllerinde kodlama, adaptasyon ve kalibrasyon işlemlerini gerçekleştirebilir, servis ve bakım sıfırlama işlemlerini güvenli şekilde yapabilirsiniz.
Geniş Araç Desteği
Ağır vasıta, otobüs, iş makinesi ve endüstriyel araçlarda kapsamlı arıza tespiti gerçekleştirebileceğiniz orijinal servis cihazıdır.
DPF Rejenerasyonu
DPF (Dizel Partikül Filtre) rejenerasyonu, enjektör kodlama ve enjektör testi gibi kritik işlemleri güvenli ve etkili şekilde gerçekleştirme imkanı sunar.
Fren ve Süspansiyon Sistemleri
Elektronik fren sistemleri (ABS, EBS, EBS5) ve elektronik kontrollü hava süspansiyonu (ECAS) sistemlerinde kapsamlı test ve yapılandırma işlemleri gerçekleştirebilirsiniz.
Şanzıman ve Motor Sistemleri
Vites kutusu (şanzıman) testi, motor regülasyonu (EDC), retarder ve otomatik şanzıman adaptasyonu gibi gelişmiş işlemleri destekler.
Canlı Veri Akışı
Dinamik veri akışı özelliği ile araç üzerindeki tüm sistemlerin gerçek zamanlı verilerini görüntüleme ve analiz etme imkanı sağlar.
Enformasyon Portal
Araç üzerindeki herhangi bir arıza ile ilgili detaylı bilgilere, parça konumlarına ve arızanın oluşum nedenlerine kapsamlı erişim sağlar.
Kablolu ve Kablosuz Kullanım
MAN T427 Arıza Tespit Cihazı, kablolu veya kablosuz bağlantı seçenekleri ile esnek kullanım imkanı sunar. 8-32V/DC 250mA giriş değerlerinde çalışmaktadır.
Opsiyonel Yazılımlar
MAN T427 Arıza Tespit Cihazı için opsiyonel olarak temin edilebilecek profesyonel yazılım paketleri. Her yazılım, farklı ihtiyaçlarınıza yönelik özel çözümler sunar.
Diagnostik Yazılım
CATS 3
MAN araçlarında kullanılan gelişmiş teşhis yazılımı. Tüm sistemlerde tanılama ve programlama arabirimi sunarak, adaptasyon, kalibrasyon, DPF jenerasyonu, programlama ve daha birçok işlemi destekler.
- Tanılama ve programlama arabirimi
- Adaptasyon ve kalibrasyon desteği
- DPF jenerasyonu
- Şanzıman yapılandırması
- 13 farklı dil desteği
Not: Ayrı olarak temin edilebilir
Yedek Parça Katalog
MAN Mantis EPC
MAN araçları için kapsamlı yedek parça katalog yazılımı. Tüm parça bilgilerine, teknik özelliklerine ve uyumluluk detaylarına hızlı erişim sağlar.
- Kapsamlı parça kataloğu
- Teknik özellik bilgileri
- Uyumluluk kontrolü
- Parça numarası arama
- Güncel fiyat bilgileri
Not: Ayrı olarak temin edilebilir
Atölye Tamir Kitabı
MAN WIS
MAN araçları için detaylı atölye tamir kitabı. Bakım, onarım ve servis işlemleri için gerekli tüm teknik bilgilere, adım adım talimatlara ve şemalara erişim sağlar.
- Detaylı tamir talimatları
- Adım adım servis kılavuzu
- Teknik şemalar ve diyagramlar
- Bakım planları
- Güncel servis bilgileri
Not: Ayrı olarak temin edilebilir
Fiyat Bilgilendirme
ÜRÜN FİYATINA KDV DAHİL DEĞİLDİR. KDV SEPET AŞAMASINDA KARŞINIZA ÇIKACAKTIR. BU FİYAT NAKİT ÖDEME İÇİN GEÇERLİDİR
Sıkça Sorulan Sorular
MAN T427 Arıza Tespit Cihazı hakkında sıkça sorulan sorular ve detaylı cevaplar.
Yazılım Pakete Dahil midir?
MAN T427 için opsiyonel olarak temin edilebilecek yazılımlar şunlardır: CATS 3 (Diagnostik tanılama yazılımı), MAN Mantis EPC (Yedek parça katalog yazılımı) ve MAN WIS (Atölye tamir kitabı). Bu yazılımlar ayrı olarak satın alınabilir.
CATS 3 Desteği Nedir ve Ne İşe Yarar?
CATS 3 (Computer Aided Test System 3), MAN araçlarında kullanılan gelişmiş bir teşhis yazılımıdır. MAN T427 (WDI-2), CATS 3 yazılımı ile tüm sistemlerde tanılama ve programlama arabirimi sunarak, adaptasyon, kalibrasyon, DPF jenerasyonu, programlama, şanzıman yapılandırması, servis bakım sıfırlama, fren sistemleri (ABS, EBS, EBS5, ECAS), bakım bilgi sistemleri, teknik brifingler, bileşen testleri ve dinamik veri akışı dahil olmak üzere geniş bir yelpazede işlem desteği sağlar. CATS 3 yazılımı 13 farklı dil desteği sunmaktadır.
Hangi MAN Modelleriyle Uyumludur?
MAN T427 (CATS 3) Arıza Tespit Cihazı, MAN yetkili servislerine özel olarak DSA tarafından üretilen, ağır vasıta, otobüs, iş makinesi ve endüstriyel araçlarda kapsamlı arıza tespiti gerçekleştirebileceğiniz orijinal servis cihazıdır. Cihaz, araç üzerindeki tüm elektronik modülleri otomatik olarak tespit ederek kapsamlı bir liste sunar. Motor regülasyonu (EDC), retarder, klima sistemleri, enstrümantasyon, kapı modülü, tüm sistem parçalarını aktifleştirme ve adaptasyon, tüm motor, şase, gövde ve gösterge modüllerini kodlama, modüllerden hata kodlarını okuma ve silme, elektrikli direksiyon adaptasyonu, canlı verileri görüntüleme, DPF (Dizel Partikül Filtre) rejenerasyonu, enjektör kodlama ve enjektör testi, hava yastığı modülü, vites kutusu (şanzıman) testi, elektronik fren sistemleri (ABS, EBS, EBS5), elektronik kontrollü hava süspansiyonu (ECAS) ve daha birçok modülde işlem gerçekleştirebilirsiniz.
Cihazın Garanti Koşulları Nelerdir?
Cihazımız, fabrikasyon hatalarına karşı 6 ay boyunca garantilidir. Garanti kapsamı, kullanıcı hatasından kaynaklanan durumları (düşürme, sıvı teması, yanlış voltaj uygulama vb.) kapsamamaktadır.
Destek ve İletişim
MAN T427 Arıza Tespit Cihazı ile ilgili sorularınız, teknik destek talepleriniz veya satış danışmanlığı için bizimle iletişime geçebilirsiniz. Uzman ekibimiz size yardımcı olmaya hazırdır.
WhatsApp Destek
Hızlı yanıt için WhatsApp üzerinden bizimle iletişime geçin. Teknik destek ve satış danışmanlığı için anında yardımcı oluyoruz.
Telefon Desteği
Telefon üzerinden detaylı bilgi almak ve teknik destek taleplerinizi iletmek için bizi arayabilirsiniz.
E-posta Desteği
Detaylı sorularınız ve teknik destek talepleriniz için e-posta gönderebilirsiniz. En kısa sürede size dönüş yapıyoruz.
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية