Wabco Abs Ebs Fren Arıza Tespit Cihazı / Orjinal
Wabco Abs Ebs Fren Arıza Tespit Cihazı, Yetkili servisin kullandığı Wabco Fren Sistemini kullanan araçlarda Arıza Tespit yapabilmeniz için imal edilmiş bir Arıza Tespit Cihazıdır.
WABCO Fren Arıza Tespit Cihazı | Orijinal Diagnostik Sistemi
.wabco {
--primary-color: #2f65ad;
--secondary-color: #4a7bc8;
--accent-color: #6b9bd2;
--text-dark: #1f2937;
--text-light: #6b7280;
--bg-light: #f8fafc;
--bg-white: #ffffff;
--border-light: #e5e7eb;
--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
font-family: 'Outfit', sans-serif;
background: var(--bg-light);
color: var(--text-dark);
line-height: 1.6;
}
.wabco * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.wabco .container {
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
}
/* Hero Section */
.wabco .hero {
padding: 4rem 0 6rem;
background: linear-gradient(135deg, var(--bg-white) 0%, #f1f5f9 100%);
position: relative;
overflow: hidden;
}
.wabco .hero-logo {
text-align: center;
margin-bottom: 3rem;
position: relative;
z-index: 3;
}
.wabco .hero-logo img {
max-width: 200px;
height: auto;
}
.wabco .hero::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: url('data:image/svg+xml,');
opacity: 0.3;
}
.wabco .hero-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: center;
position: relative;
z-index: 2;
}
.wabco .hero-text {
max-width: 600px;
}
.wabco .hero-badge {
display: flex;
align-items: center;
justify-content: center;
gap: 0.375rem;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
color: white;
padding: 0.5rem 1rem;
border-radius: 50px;
font-weight: 700;
font-size: 0.75rem;
margin: 0 auto 1.5rem auto;
box-shadow: var(--shadow-lg);
border: 2px solid rgba(255, 255, 255, 0.2);
position: relative;
overflow: hidden;
width: fit-content;
}
.wabco .hero-badge::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: left 0.5s;
}
.wabco .hero-badge:hover::before {
left: 100%;
}
.wabco .hero-badge i {
font-size: 1rem;
color: #fbbf24;
filter: drop-shadow(0 0 4px rgba(251, 191, 36, 0.5));
}
.wabco .badge-text {
font-weight: 800;
letter-spacing: 0.5px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wabco .badge-brand {
font-weight: 600;
opacity: 0.95;
}
.wabco .hero-title {
font-family: 'Outfit', sans-serif;
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, var(--text-dark), var(--primary-color));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.wabco .hero-subtitle {
font-size: 1.25rem;
color: var(--text-light);
margin-bottom: 2rem;
line-height: 1.6;
}
.wabco .hero-features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
margin-bottom: 2.5rem;
}
.wabco .feature-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
padding: 1rem;
background: var(--bg-white);
border-radius: 12px;
border: 1px solid var(--border-light);
box-shadow: var(--shadow-sm);
text-align: center;
}
.wabco .feature-icon {
width: 40px;
height: 40px;
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.125rem;
}
.wabco .feature-text {
font-weight: 600;
color: var(--text-dark);
font-size: 0.875rem;
}
.wabco .hero-buttons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
justify-content: center;
}
.wabco .btn {
padding: 1rem 2rem;
border-radius: 12px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
border: none;
cursor: pointer;
font-family: inherit;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.wabco .btn-primary {
background: var(--primary-color);
color: white;
box-shadow: var(--shadow-md);
}
.wabco .btn-primary:hover {
background: #1e4d72;
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.wabco .btn-secondary {
background: var(--bg-white);
color: var(--text-dark);
border: 1px solid var(--border-light);
box-shadow: var(--shadow-sm);
}
.wabco .btn-secondary:hover {
background: var(--bg-light);
transform: translateY(-1px);
}
/* 360° Product Showcase */
.wabco .product-showcase {
background: var(--bg-white);
border-radius: 24px;
padding: 2rem;
box-shadow: var(--shadow-xl);
border: 1px solid var(--border-light);
position: relative;
overflow: hidden;
}
.wabco .showcase-header {
text-align: center;
margin-bottom: 2rem;
}
.wabco .showcase-title {
font-family: 'Outfit', sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 0.5rem;
}
.wabco .showcase-subtitle {
color: var(--text-light);
font-size: 0.875rem;
}
.wabco .spinzam-container {
width: 100%;
height: 400px;
border-radius: 16px;
overflow: hidden;
background: var(--bg-light);
border: 1px solid var(--border-light);
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
/* Features Section */
.wabco .features-section {
padding: 6rem 0;
background: var(--bg-white);
}
.wabco .section-header {
text-align: center;
margin-bottom: 4rem;
}
.wabco .section-badge {
display: inline-block;
background: var(--bg-light);
color: var(--primary-color);
padding: 0.5rem 1rem;
border-radius: 50px;
font-size: 0.875rem;
font-weight: 600;
margin-bottom: 1rem;
}
.wabco .section-title {
font-family: 'Outfit', sans-serif;
font-size: 2.5rem;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 1rem;
}
.wabco .section-description {
font-size: 1.125rem;
color: var(--text-light);
max-width: 600px;
margin: 0 auto;
}
.wabco .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.wabco .feature-card {
background: var(--bg-white);
border: 1px solid var(--border-light);
border-radius: 16px;
padding: 2rem;
text-align: center;
transition: all 0.3s ease;
box-shadow: var(--shadow-sm);
}
.wabco .feature-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-color);
}
.wabco .feature-card-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
color: white;
font-size: 1.5rem;
}
.wabco .feature-card-title {
font-family: 'Outfit', sans-serif;
font-size: 1.25rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 1rem;
}
.wabco .feature-card-description {
color: var(--text-light);
line-height: 1.6;
margin-bottom: 1.5rem;
}
.wabco .feature-list {
list-style: none;
padding: 0;
margin: 0;
text-align: left;
}
.wabco .feature-list li {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.5rem 0;
color: var(--text-dark);
font-size: 0.9rem;
line-height: 1.5;
}
.wabco .feature-list li i {
color: #10b981;
font-size: 0.875rem;
width: 16px;
height: 16px;
display: flex;
align-items: center;
justify-content: center;
background: #ecfdf5;
border-radius: 50%;
padding: 2px;
flex-shrink: 0;
}
/* Specs Section */
.wabco .specs-section {
padding: 6rem 0;
background: var(--bg-light);
}
.wabco .specs-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: center;
}
.wabco .specs-text h2 {
font-family: 'Outfit', sans-serif;
font-size: 2.5rem;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 1.5rem;
}
.wabco .specs-text p {
font-size: 1.125rem;
color: var(--text-light);
margin-bottom: 2rem;
}
.wabco .specs-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.wabco .spec-item {
background: var(--bg-white);
padding: 1.5rem;
border-radius: 12px;
border: 1px solid var(--border-light);
box-shadow: var(--shadow-sm);
}
.wabco .spec-label {
font-size: 0.875rem;
color: var(--text-light);
margin-bottom: 0.5rem;
}
.wabco .spec-value {
font-weight: 700;
color: var(--text-dark);
font-size: 1.125rem;
}
/* Product Information Section */
.wabco .product-info-section {
padding: 6rem 0;
background: var(--bg-light);
}
.wabco .product-info-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
margin-top: 4rem;
}
.wabco .product-images {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.wabco .main-image {
border-radius: 16px;
overflow: hidden;
box-shadow: var(--shadow-lg);
border: 1px solid var(--border-light);
}
.wabco .main-image img {
width: 100%;
height: 400px;
object-fit: contain;
transition: transform 0.3s ease;
background: var(--bg-white);
padding: 8px;
}
.wabco .main-image:hover img {
transform: scale(1.05);
}
.wabco .image-gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
.wabco .gallery-item {
border-radius: 12px;
overflow: hidden;
box-shadow: var(--shadow-sm);
border: 1px solid var(--border-light);
cursor: pointer;
transition: all 0.3s ease;
}
.wabco .gallery-item:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.wabco .gallery-item img {
width: 100%;
height: 80px;
object-fit: contain;
object-position: center;
background: var(--bg-white);
padding: 4px;
}
.wabco .product-details {
display: flex;
flex-direction: column;
gap: 2rem;
}
.wabco .detail-card {
background: var(--bg-white);
border-radius: 16px;
padding: 2rem;
box-shadow: var(--shadow-sm);
border: 1px solid var(--border-light);
}
.wabco .detail-title {
font-family: 'Outfit', sans-serif;
font-size: 1.25rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 1.5rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.wabco .detail-title::before {
content: '';
width: 4px;
height: 20px;
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
border-radius: 2px;
}
.wabco .detail-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
.wabco .detail-item {
display: flex;
flex-direction: column;
gap: 0.25rem;
padding: 1rem;
background: var(--bg-light);
border-radius: 8px;
border: 1px solid var(--border-light);
}
.wabco .detail-label {
font-size: 0.75rem;
color: var(--text-light);
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.wabco .detail-value {
font-size: 0.875rem;
color: var(--text-dark);
font-weight: 600;
}
.wabco .system-list {
display: flex;
flex-direction: column;
gap: 1rem;
}
.wabco .system-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
padding: 1rem;
background: var(--bg-light);
border-radius: 12px;
border: 1px solid var(--border-light);
transition: all 0.3s ease;
text-align: center;
}
.wabco .system-item:hover {
background: var(--bg-white);
box-shadow: var(--shadow-sm);
}
.wabco .system-icon {
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.25rem;
flex-shrink: 0;
}
.wabco .system-info h4 {
font-family: 'Outfit', sans-serif;
font-size: 1rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 0.25rem;
}
.wabco .system-info p {
font-size: 0.875rem;
color: var(--text-light);
line-height: 1.4;
}
.wabco .package-list {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.wabco .package-item {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.75rem;
background: var(--bg-light);
border-radius: 8px;
border: 1px solid var(--border-light);
transition: all 0.3s ease;
}
.wabco .package-item:hover {
background: var(--bg-white);
box-shadow: var(--shadow-sm);
}
.wabco .package-item i {
color: #10b981;
font-size: 1rem;
flex-shrink: 0;
}
.wabco .package-item span {
font-size: 0.875rem;
color: var(--text-dark);
font-weight: 500;
}
/* Detail Cards Row for Side-by-Side Layout */
.wabco .detail-cards-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
/* Why Choose Section */
.wabco .why-choose-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
margin-top: 4rem;
align-items: center;
}
.wabco .video-container {
background: var(--bg-white);
border-radius: 16px;
padding: 2rem;
box-shadow: var(--shadow-lg);
border: 1px solid var(--border-light);
}
.wabco .video-header {
text-align: center;
margin-bottom: 2rem;
}
.wabco .video-title {
font-family: 'Outfit', sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 0.5rem;
}
.wabco .video-subtitle {
color: var(--text-light);
font-size: 0.875rem;
}
.wabco .youtube-embed {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
border-radius: 12px;
overflow: hidden;
box-shadow: var(--shadow-md);
}
.wabco .youtube-embed iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.wabco .reasons-container {
background: var(--bg-white);
border-radius: 16px;
padding: 2rem;
box-shadow: var(--shadow-lg);
border: 1px solid var(--border-light);
}
.wabco .reasons-header {
margin-bottom: 2rem;
text-align: center;
}
.wabco .reasons-title {
font-family: 'Outfit', sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 0.5rem;
text-align: center;
}
.wabco .reasons-subtitle {
color: var(--text-light);
font-size: 0.875rem;
text-align: center;
}
.wabco .reasons-list {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.wabco .reason-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 1rem;
padding: 1.5rem;
background: var(--bg-light);
border-radius: 12px;
border: 1px solid var(--border-light);
transition: all 0.3s ease;
}
.wabco .reason-item:hover {
background: var(--bg-white);
box-shadow: var(--shadow-sm);
transform: translateY(-2px);
}
.wabco .reason-icon {
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.25rem;
flex-shrink: 0;
}
.wabco .reason-content {
text-align: center;
}
.wabco .reason-content h4 {
font-family: 'Outfit', sans-serif;
font-size: 1rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 0.5rem;
text-align: center;
}
.wabco .reason-content p {
font-size: 0.875rem;
color: var(--text-light);
line-height: 1.5;
text-align: center;
}
/* Software Gallery Styles */
.wabco .software-gallery {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.wabco .software-main-image {
border-radius: 16px;
overflow: hidden;
box-shadow: var(--shadow-lg);
border: 1px solid var(--border-light);
}
.wabco .software-main-image img {
width: 100%;
height: 400px;
object-fit: contain;
transition: transform 0.3s ease;
background: var(--bg-white);
padding: 8px;
}
.wabco .software-main-image:hover img {
transform: scale(1.05);
}
.wabco .software-image-gallery {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
justify-content: center;
max-width: 400px;
margin: 0 auto;
}
.wabco .software-gallery-item {
border-radius: 12px;
overflow: hidden;
box-shadow: var(--shadow-sm);
border: 1px solid var(--border-light);
cursor: pointer;
transition: all 0.3s ease;
}
.wabco .software-gallery-item:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.wabco .software-gallery-item.active {
border-color: var(--primary-color);
box-shadow: var(--shadow-md);
}
.wabco .software-gallery-item img {
width: 100%;
height: 80px;
object-fit: contain;
object-position: center;
background: var(--bg-white);
padding: 4px;
}
/* Software Features Container */
.wabco .software-features-container {
display: flex;
flex-direction: column;
}
.wabco .software-features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
/* Responsive Design */
@media (max-width: 1024px) {
.wabco .why-choose-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.wabco .hero-content {
grid-template-columns: 1fr;
gap: 3rem;
text-align: center;
}
.wabco .specs-content {
grid-template-columns: 1fr;
gap: 3rem;
}
.wabco .software-features-grid {
grid-template-columns: 1fr;
}
.wabco .software-gallery-section {
grid-template-columns: 1fr;
gap: 3rem;
}
}
@media (max-width: 768px) {
.wabco .container {
padding: 0 1rem;
}
.wabco .hero-features {
grid-template-columns: 1fr;
}
.wabco .hero-buttons {
justify-content: center;
}
.wabco .btn {
width: 100%;
justify-content: center;
}
.wabco .features-grid {
grid-template-columns: 1fr;
}
.wabco .specs-grid {
grid-template-columns: 1fr;
}
.wabco .spinzam-container {
height: 300px;
}
.wabco .product-info-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.wabco .image-gallery {
grid-template-columns: repeat(2, 1fr);
}
.wabco .detail-grid {
grid-template-columns: 1fr;
}
.wabco .detail-cards-row {
grid-template-columns: 1fr;
}
.wabco .software-image-gallery {
grid-template-columns: repeat(2, 1fr);
}
/* Software gallery mobile improvements */
.wabco .software-main-image img {
height: 250px;
}
.wabco .software-gallery-section {
grid-template-columns: 1fr !important;
gap: 2rem;
}
/* Software features mobile improvements */
.wabco .software-features-container h3 {
font-size: 1.5rem;
margin-bottom: 1.5rem;
}
.wabco .software-features-grid {
gap: 1rem;
}
/* Additional software features mobile improvements */
.wabco .features-grid[style*="minmax(400px"] {
grid-template-columns: 1fr !important;
}
}
@media (max-width: 480px) {
.wabco .software-main-image img {
height: 200px;
}
.wabco .software-image-gallery {
grid-template-columns: 1fr;
gap: 0.5rem;
}
.wabco .software-gallery-item img {
height: 60px;
}
.wabco .software-features-container h3 {
font-size: 1.25rem;
}
.wabco .feature-card {
padding: 1.5rem;
}
.wabco .feature-card-title {
font-size: 1.125rem;
}
.wabco .feature-card-description {
font-size: 0.875rem;
}
}
/* Software Gallery and Features Grid */
.wabco .software-gallery-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
margin-bottom: 4rem;
align-items: center;
}
/* Communication Protocols Grid */
.wabco .communication-protocols-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
max-width: 1400px;
margin: 0 auto;
}
/* Mobile responsive for communication protocols */
@media (max-width: 768px) {
.wabco .communication-protocols-grid {
grid-template-columns: 1fr !important;
gap: 1.5rem;
}
/* Why Choose Section mobile improvements */
.wabco .why-choose-grid {
gap: 2rem;
}
.wabco .video-container,
.wabco .reasons-container {
padding: 1.5rem;
}
.wabco .video-title,
.wabco .reasons-title {
font-size: 1.25rem;
}
.wabco .video-subtitle,
.wabco .reasons-subtitle {
font-size: 0.8rem;
}
.wabco .reason-item {
padding: 1rem;
gap: 0.75rem;
}
.wabco .reason-icon {
width: 40px;
height: 40px;
font-size: 1rem;
}
.wabco .reason-content h4 {
font-size: 0.9rem;
line-height: 1.3;
}
.wabco .reason-content p {
font-size: 0.8rem;
line-height: 1.4;
}
.wabco .reasons-list {
gap: 1rem;
}
}
@media (max-width: 480px) {
.wabco .communication-protocols-grid {
grid-template-columns: 1fr !important;
gap: 1rem;
}
/* Why Choose Section mobile improvements for very small screens */
.wabco .video-container,
.wabco .reasons-container {
padding: 1rem;
}
.wabco .video-title,
.wabco .reasons-title {
font-size: 1.125rem;
}
.wabco .reason-item {
padding: 0.75rem;
gap: 0.5rem;
}
.wabco .reason-icon {
width: 36px;
height: 36px;
font-size: 0.9rem;
}
.wabco .reason-content h4 {
font-size: 0.85rem;
margin-bottom: 0.25rem;
}
.wabco .reason-content p {
font-size: 0.75rem;
}
.wabco .reasons-list {
gap: 0.75rem;
}
.wabco .why-choose-grid {
gap: 1.5rem;
}
}
/* FAQ Styles */
.wabco .faq-container {
display: flex;
flex-direction: column;
gap: 1rem;
}
.wabco .faq-item {
background: var(--bg-white);
border: 1px solid var(--border-light);
border-radius: 12px;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: var(--shadow-sm);
}
.wabco .faq-item:hover {
box-shadow: var(--shadow-md);
border-color: var(--primary-color);
}
.wabco .faq-question {
padding: 1.5rem;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
transition: all 0.3s ease;
}
.wabco .faq-question:hover {
background: var(--bg-light);
}
.wabco .faq-question h3 {
font-family: 'Outfit', sans-serif;
font-size: 1.125rem;
font-weight: 600;
color: var(--text-dark);
margin: 0;
line-height: 1.4;
}
.wabco .faq-question i {
color: var(--primary-color);
font-size: 1rem;
transition: transform 0.3s ease;
flex-shrink: 0;
}
.wabco .faq-item.active .faq-question i {
transform: rotate(180deg);
}
.wabco .faq-answer {
padding: 0 1.5rem;
max-height: 0;
overflow: hidden;
transition: all 0.3s ease;
}
.wabco .faq-item.active .faq-answer {
padding: 0 1.5rem 1.5rem 1.5rem;
max-height: 500px;
}
.wabco .faq-answer p {
color: var(--text-light);
line-height: 1.6;
margin: 0;
font-size: 0.95rem;
}
/* Contact and Support Styles */
.wabco .contact-card {
background: var(--bg-white);
border: 1px solid var(--border-light);
border-radius: 16px;
padding: 2rem;
text-align: center;
transition: all 0.3s ease;
box-shadow: var(--shadow-sm);
}
.wabco .contact-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-color);
}
.wabco .contact-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
color: white;
font-size: 1.5rem;
}
.wabco .contact-title {
font-family: 'Outfit', sans-serif;
font-size: 1.25rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 1rem;
}
.wabco .contact-description {
color: var(--text-light);
margin-bottom: 1.5rem;
line-height: 1.5;
}
.wabco .contact-info {
margin-bottom: 2rem;
}
.wabco .contact-info p {
margin-bottom: 0.5rem;
color: var(--text-dark);
font-size: 0.9rem;
}
.wabco .contact-button {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: var(--primary-color);
color: white;
padding: 0.75rem 1.5rem;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
box-shadow: var(--shadow-sm);
}
.wabco .contact-button:hover {
background: #1e4d72;
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.wabco .support-service-card {
background: var(--bg-white);
border: 1px solid var(--border-light);
border-radius: 16px;
padding: 2rem;
transition: all 0.3s ease;
box-shadow: var(--shadow-sm);
}
.wabco .support-service-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-color);
}
.wabco .service-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
color: white;
font-size: 1.5rem;
}
.wabco .service-title {
font-family: 'Outfit', sans-serif;
font-size: 1.25rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 1.5rem;
}
.wabco .service-list {
list-style: none;
padding: 0;
margin: 0;
}
.wabco .service-list li {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.5rem 0;
color: var(--text-dark);
font-size: 0.9rem;
line-height: 1.5;
}
.wabco .service-list li i {
color: #10b981;
font-size: 0.875rem;
width: 16px;
height: 16px;
display: flex;
align-items: center;
justify-content: center;
background: #ecfdf5;
border-radius: 50%;
padding: 2px;
flex-shrink: 0;
}
/* Mobile responsive for FAQ and Contact sections */
@media (max-width: 768px) {
.wabco .faq-question {
padding: 1rem;
}
.wabco .faq-question h3 {
font-size: 1rem;
}
.wabco .faq-item.active .faq-answer {
padding: 0 1rem 1rem 1rem;
}
.wabco .contact-card,
.wabco .support-service-card {
padding: 1.5rem;
}
.wabco .contact-icon,
.wabco .service-icon {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.wabco .contact-title,
.wabco .service-title {
font-size: 1.125rem;
}
}
@media (max-width: 480px) {
.wabco .faq-question {
padding: 0.75rem;
}
.wabco .faq-question h3 {
font-size: 0.9rem;
}
.wabco .faq-item.active .faq-answer {
padding: 0 0.75rem 0.75rem 0.75rem;
}
.wabco .contact-card,
.wabco .support-service-card {
padding: 1rem;
}
.wabco .contact-icon,
.wabco .service-icon {
width: 40px;
height: 40px;
font-size: 1rem;
}
.wabco .contact-title,
.wabco .service-title {
font-size: 1rem;
}
.wabco .contact-button {
padding: 0.5rem 1rem;
font-size: 0.875rem;
}
}

100% ORİJİNAL
WABCO ÜRÜNÜ
WABCO Fren Arıza Tespit Cihazı
Dünya lideri ticari araç teknolojileri üreticisi WABCO'nun gelişmiş mühendislik çözümleri ile tasarlanmış bu profesyonel diagnostik sistemi, yetkili servis merkezleri ve uzman teknisyenlerin güvenle tercih ettiği orijinal WABCO teknolojisini temsil eder. Kamyon, otobüs ve treyler araçlarında bulunan tüm WABCO fren standartlarını destekleyerek, ABS (Anti-lock Braking System), EBS (Electronic Braking System), TEBS (Trailer Electronic Braking System) ve ECAS (Electronic Controlled Air Suspension) sistemleri için kapsamlı tanılama, hassas kalibrasyon, gelişmiş programlama ve detaylı performans analizi çözümleri sunar. Gerçek zamanlı veri izleme ve proaktif bakım yönetimi özellikleri ile operasyonel verimliliği maksimize eder.
Orijinal WABCO
ABS, EBS, ECAS Desteği
Canlı Veri Analizi
Profesyonel Kalibrasyon
Satın Al
Detaylı Bilgi
360° Ürün Görünümü
Cihazı her açıdan inceleyin
WABCO Fren Arıza Tespit Cihazının Kapsamlı Özellikleri
Dünya lideri ticari araç teknolojileri üreticisi WABCO'nun gelişmiş diagnostik sistemi, kamyon, otobüs ve treyler araçları için kapsamlı arıza tespit, analiz yetenekleri ve detaylı sistem özellikleri sunar. Profesyonel servis merkezleri için tasarlanan bu sistem, hızlı ve doğru teşhis ile operasyonel verimliliği artırır.
Gelişmiş Arıza Tespit
Elektronik kontrol ünitelerinde (ECU) detaylı arıza tespit ve yönlendirme sistemi.
- Gerçek zamanlı canlı veri görüntüleme
- Hata kodları analizi ve silme
- Sensör değerleri izleme
Sistem Kalibrasyonu
ABS, EBS ve ECAS sistemleri için profesyonel kalibrasyon ve ayarlama.
- ABS sistem kalibrasyonu
- EBS fren sistemi ayarları
- ECAS hava süspansiyon
Veri Analizi
Kapsamlı veri analizi ve raporlama sistemi ile performans takibi.
- Detaylı performans raporları
- Trend analizi ve grafikler
- Geçmiş veri karşılaştırması
Bakım Yönetimi
Proaktif bakım planlaması ve servis takip sistemi.
- Otomatik bakım hatırlatıcıları
- Parça değişim önerileri
- Servis geçmişi takibi
Güvenlik Kontrolleri
Kapsamlı güvenlik testleri ve sertifikasyon süreçleri.
- Fren sistemi güvenlik testleri
- Elektronik sistem doğrulama
- Sertifikasyon raporları
Otomatik Testler
Kapsamlı otomatik test rutinleri ile hızlı ve güvenilir sistem kontrolü.
- Otomatik fren sistemi testi
- Sensör kalibrasyonu kontrolü
- Sistem performans analizi
Araç Yapılandırmasını Okumak
Araç konfigürasyonu ve sistem bilgilerini detaylı olarak okuma.
- Sistem konfigürasyon bilgileri
- Donanım versiyonu tespiti
- Yazılım versiyonu kontrolü
Modüllerden Hata Kodlarını Okuma ve Silme
Tüm modüllerden hata kodlarını okuma ve temizleme işlemleri.
- Aktif hata kodları
- Geçmiş hata kayıtları
- Hata kodu açıklamaları
Canlı Verileri Görüntüleme
Gerçek zamanlı sistem verilerini izleme ve analiz etme.
- Sensör değerleri
- Basınç ölçümleri
- Sistem durumu
Aktif Gövde Kontrol Süspansiyon Sistemleri
ECAS ve diğer süspansiyon sistemlerinin kontrolü.
- ECAS kalibrasyon
- Yükseklik ayarları
- Sertlik kontrolü
Çekiş Kontrol – ABS / EBS Fren Sistemleri
Fren ve çekiş kontrol sistemlerinin tam kontrolü.
- ABS sistem testi
- EBS kalibrasyon
- Çekiş kontrol ayarları
ABS (Antilock Brake System) Testi
Kapsamlı ABS sistem test rutinleri ve doğrulama.
- Sistem fonksiyon testi
- Sensör doğrulama
- Performans analizi
ECU Yazılımının Değiştirilmesi ve Yeniden Yazılması
ECU yazılım güncelleme ve yeniden programlama.
- Yazılım güncelleme
- Firmware yükleme
- Sistem yeniden programlama
Adaptasyon, Kalibrasyon Yapmak
Sistem adaptasyonu ve hassas kalibrasyon işlemleri.
- Sistem adaptasyonu
- Hassas kalibrasyon
- Parametre optimizasyonu
Parametre Yükleme
Sistem parametrelerinin yüklenmesi ve yapılandırılması.
- Parametre dosyası yükleme
- Konfigürasyon ayarları
- Sistem optimizasyonu
Fren ve Körük Basıncı Analizi
Fren ve hava körüğü basınç değerlerinin analizi.
- Basınç ölçümü
- Kaçak testi
- Performans değerlendirmesi
Fren Süresi Tepki Kalibrasyonu
Fren pedalının tepki süresinin kalibrasyonu ve optimizasyonu.
- Tepki süresi ölçümü
- Kalibrasyon ayarları
- Performans optimizasyonu
Fren Balatalarının Aşınma Yüzdesini Görüntüleme
Fren balata aşınma durumunun izlenmesi ve raporlanması.
- Aşınma yüzdesi
- Değişim önerileri
- Bakım planlaması
Ürün İncelemesi
WABCO Diagnostik Cihazı
Profesyonel fren sistemi diagnostik cihazının teknik özellikleri ve görsel detayları







Ürün Hakkında
WABCO ABS EBS Fren Arıza Tespit Cihazı, yetkili servisin kullandığı WABCO Fren Sistemini kullanan araçlarda arıza tespit yapabilmeniz için imal edilmiş bir arıza tespit cihazıdır. WABCO cihazı, geçmişten günümüze tüm WABCO fren normlarını destekler.
ABS, EBS, TEBS, ECAS yazılımları ile araca tam sistem tanılama ve programlama arabirimi olup, canlı değerlerin ölçümü, parametre değişimi ve kalibrasyon yapabilirsiniz. WABCO cihazı, fren sistemlerindeki arızaların çözümlerini, fren basınçlarını, körük basınçlarını, fren pedalının tepki süresini ve hangi tekere kaç bar basınç uygulanmasını gerektiğini ayarlayabileceğiniz profesyonel bir arıza tespit cihazıdır.
WABCO firması diğer fren sistemlerinden farklı olarak her model araca özgü özel bir ECU/Beyin üretmiştir. Bu durum WABCO fren sistemlerini diğer firmaların sistemlerinden daha ön plana çıkardığı için günümüz fren sistemlerinin %90'ı WABCO markası ile çalışmaktadır.
Otobüs, çekici ve dorsenin fren ayarlarını aracın üzerindeki yüke göre en ideal şekle getirip şöförün araç kullanımındaki frenlerden doğacak risklerini en aza indirebilirsiniz. WABCO Diagnostic Kit, neredeyse tüm gerekli elektronik, hidrolik ve pnömatik sistemlere ve modüllere bağlanmanızı sağlayan eksiksiz teşhis setiyle birlikte gelir.
Yazılım dili Türkçedir. Tüm Windows sürümleri ile uyumludur. WABCO yazılımı modüler bir yazılımdır. Kurulan yazılımlar opsiyoneldir. İlandaki fiyat sadece donanım içindir.
Desteklenen WABCO Fren Sistemleri
WABCO Fren Sistemleri
WABCO Fren Arıza Tespit Cihazının desteklediği kapsamlı fren sistemi listesi. Cihaz, aşağıdaki tüm WABCO fren sistemleri ile tam uyumlu çalışır ve her sistem için özel diagnostik ve kalibrasyon işlemleri sunar.
ABS C
Anti-lock Braking System
ABS D Hydraulic
Hydraulic ABS System
ABS D+
Advanced ABS System
ABS E+
Enhanced ABS System
ABS HPB
High Performance Brake
ABS SAE
SAE Standard ABS
ABS EAPU
Electronic Air Processing Unit
ATC CAN
Automatic Traction Control
ATC COACH
Coach Traction Control
ATC KWP
KWP Protocol Traction Control
CAN VIEWER
CAN Bus Data Viewer
CDC
Continuous Damping Control
EBS 3
Electronic Braking System 3
EBS BUS TD
Bus EBS Trailer Detection
EBS CBU MAN
MAN Central Brake Unit
EBS EURO
European EBS Standard
EBS EPB TRUCK
Electronic Parking Brake Truck
ECAS 4×2 S2000
Electronic Controlled Air Suspension
ECAS BUS A
Bus Air Suspension System
ECAS BUS CITERO
Citero Bus Suspension
ECAS CAN2
CAN2 Protocol ECAS
ECAS ENR MB TRUCK
Mercedes-Benz Truck ECAS
ECAS TRUCK JED
Truck JED ECAS System
ECAS TRUCK KWP K
KWP-K Protocol ECAS
EPB BUS
Electronic Parking Brake Bus
EPS
Electronic Power Steering
GATEWAY
Communication Gateway
HVAC
Heating Ventilation Air Conditioning
HBS ADDON E
Hydraulic Brake System Add-on
IVTM
Integrated Vehicle Telematics Module
IDW
Intelligent Driver Workstation
MTS
Mobile Telematics System
ODR TRACKER
On-board Diagnostic Recorder
ONGUARD PLUS
Advanced Driver Assistance System
OPTIDRIVE FAST
Optimized Drive System
SD MANAGER
System Data Manager
SMART BOARD
Intelligent Control Board
TCE
Transmission Control Electronic
TEBS-E
Trailer Electronic Braking System
TECAS
Trailer Electronic Controlled Air Suspension
TRAILER CAN ROUTER REPEATER
CAN Communication Router
TTU
Trailer Telematics Unit
VCS
Vehicle Control System
VCS 2
Vehicle Control System 2
ZBR 2
Central Brake Recorder 2
Neden Tercih Edilmeli
Neden WABCO Fren Arıza Tespit Cihazı Tercih Edilmeli?
Dünya lideri WABCO'nun profesyonel diagnostik cihazını tercih etmenizin güçlü sebepleri ve avantajları
Ürün Tanıtım Videosu
Cihazın dış görünüşünün 360 derece profesyonel görünümü ve detaylı incelemesi
Tercih Sebepleri
Profesyonel servis merkezleri için ideal çözüm
Orijinal WABCO Kalitesi
Dünya lideri ticari araç teknolojileri üreticisinin orijinal ürünü ile %100 güvenilir sonuçlar
Hızlı ve Doğru Teşhis
Gelişmiş algoritmaları sayesinde dakikalar içinde kesin arıza tespiti ve çözüm önerileri
Kapsamlı Sistem Desteği
ABS, EBS, ECAS ve tüm modern fren sistemleri için tam uyumluluk
Gelişmiş Raporlama
Detaylı analiz raporları ve müşteri sunumları için profesyonel dokümantasyon
WABCO Diagnostic Kit Yazılımı
WABCO Diagnostic Kit Yazılımı
WABCO Diagnostic Kit, kamyon, otobüs ve treyler araçlarındaki WABCO elektronik fren sistemlerini (ABS, EBS, ECAS, AEBS) ve ilgili kontrol modüllerini teşhis etmek için tasarlanmış profesyonel PC yazılımıdır. Kontrol ünitesine ait arıza kodlarını okuma/silme, sistem parametrelerini yapılandırma, canlı veri görüntüleme ve kapsamlı test işlemleri sunar.
Yazılım Görselleri
WABCO Diagnostic Kit yazılımının arayüz görünümleri



Yazılım Özellikleri
Arıza Kodları Okuma/Silme
Kontrol ünitesine ait arıza kodlarını okuma, analiz etme ve silme işlemleri.
- Detaylı arıza tanısı ve teşhis
- Hata kayıtlarına erişim
- Arıza kodlarını temizleme
- Sistem durumu kontrolü
Sistem Parametreleri Yapılandırma
ABS tekerlek/disk konfigürasyonları ve ikincil fonksiyonları değiştirme.
- ABS konfigürasyon ayarları
- EBS modülü baskı değerleri
- İkincil fonksiyon ayarları
- Sistem kalibrasyon onayı
Canlı Veri Görüntüleme
Sistem bileşenlerini kontrol etme ve canlı veri izleme.
- Gerçek zamanlı sensör değerleri
- Sistem bileşeni kontrolü
- İşletim verisi okuma
- Performance data analizi
Kalibrasyon ve Ayarlama
Fren sistemlerinin hassas kalibrasyonu ve performans optimizasyonu.
- ABS sensör kalibrasyonu
- EBS basınç ayarları
- ECAS yükseklik kalibrasyonu
- Sistem performans optimizasyonu
Opsiyonel Yazılım Paketleri
Kurulabilen Opsiyonel Yazılımlar
WABCO yazılımı modüler bir yazılımdır. Kurulan yazılımlar opsiyoneldir. İlandaki fiyat sadece donanım içindir. İhtiyacınıza göre aşağıdaki yazılım paketlerini ekleyebilirsiniz.
WABCO Otobüs Paketi
Otobüs araçları için özel olarak geliştirilmiş diagnostik tanılama yazılımıdır.
- Otobüs fren sistemleri tanılaması
- Yolcu güvenlik sistemleri
- Kapı kontrol sistemleri
- Hava süspansiyon ayarları
Detaylı Bilgi İçin Tıklayın
WABCO Treyler Dorse Paketi
Treyler ve dorse araçları için özel diagnostik tanılama yazılımıdır.
- TEBS sistem tanılaması
- Treyler fren kontrolü
- Elektriksel bağlantı testleri
- Yük dağılım analizi
Detaylı Bilgi İçin Tıklayın
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.
Özel İndirimler
Toplu alımlarda özel indirim fırsatları
Fiyat Hesaplama
Detaylı fiyat teklifi ve hesaplama
Kişisel Destek
7/24 teknik destek ve danışmanlık
Sıkça Sorulan Sorular
Merak Edilenler
WABCO Fren Arıza Tespit Cihazı hakkında en çok merak edilen sorular ve detaylı yanıtları
WABCO Fren Arıza Tespit Cihazı hangi araç tiplerinde kullanılabilir?
Cihaz, WABCO fren sistemleri bulunan tüm ticari araçlarda kullanılabilir. Bunlar arasında kamyonlar, otobüsler, treylerlər və yarı treylerlər yer alır. ABS, EBS, TEBS və ECAS sistemleri olan tüm araçlarla uyumludur. Özellikle Mercedes-Benz, MAN, Volvo, Scania, DAF, Iveco gibi Avrupa menşeli ticari araçlarda yaygın olarak kullanılır.
Cihazın garanti süresi ne kadardır? Teknik destek nasıl alınır?
Ürünlerimiz 6 ay fabrikasyon garantisi ile sunulmaktadır. Garanti kapsamı yalnızca üretim hatalarından kaynaklanan arızaları içermekte olup, kullanıcı kaynaklı hatalar, yanlış kullanım, fiziksel darbe veya çevresel faktörlerden kaynaklanan hasarlar garanti kapsamı dışındadır. Teknik destek ve garanti işlemleri için 0850 532 0550 numaralı telefonu arayabilir, WhatsApp üzerinden iletişime geçebilir veya info@otoeko.com adresine e-posta gönderebilirsiniz.
Cihazın temel fonksiyonları nelerdir ve nasıl kullanılır?
WABCO diagnostik cihazı, fren sistemlerinin kapsamlı analizi için geliştirilmiş çok fonksiyonlu bir araçtır. Temel fonksiyonları: Hata kodları okuma ve silme, gerçek zamanlı sensör verilerini izleme, ABS/EBS/ECAS sistemlerinin kalibrasyonu, sistem parametrelerini yapılandırma, EOL testleri gerçekleştirme ve detaylı raporlama. Kullanımı oldukça basittir: Cihazı araca bağlayın, WABCO Diagnostic Kit yazılımını başlatın ve menüden istediğiniz işlemi seçin. Sezgisel arayüzü sayesinde hem deneyimli teknisyenler hem de yeni kullanıcılar kolayca işlem yapabilir.
Cihazın kapsamlı yetenekleri hangi avantajları sağlar?
WABCO diagnostik cihazının kapsamlı yetenekleri, servis merkezlerine çok boyutlu avantajlar sunar. Çoklu sistem desteği ile ABS, EBS, TEBS ve ECAS sistemlerini tek cihazla yönetebilirsiniz. Gelişmiş veri analizi ve trend takibi sayesinde proaktif bakım planlayabilir, arıza öncesi müdahale edebilirsiniz. Otomatik test rutinleri ve kalibrasyon işlemleri ile iş gücü verimliliğini artırır, hata riskini minimize edersiniz. Detaylı raporlama ve dokümantasyon özellikleri müşteri güvenini artırır ve profesyonel hizmet kalitesi sunar. Ayrıca sürekli yazılım güncellemeleri ile gelecekteki araç modellerine uyumluluk garantisi sağlar.
Destek ve İletişim
Destek ve İletişim
WABCO Fren Arıza Tespit Cihazı için kapsamlı destek hizmetleri ve iletişim kanalları
WhatsApp Destek
Hızlı destek ve doğrudan iletişim
0850 532 0550
Telefon Desteği
Doğrudan telefon ile teknik destek
0850 532 0550
E-posta Desteği
Doğrudan e-posta ile destek
info@otoeko.com
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
العربية