Autocom Universal Arıza Tespit Cihazı / Binek Araç Kablo Seti
AutoCom CDP+ Binek Araç Kablo Seti, 60+ araç markasıyla uyumlu, ECU kodlama ve programlama yeteneklerine sahip profesyonel bir diagnostik çözümüdür. Hata kodlarını okuma/silme, canlı veri akışı izleme, servis sıfırlama ve gelişmiş teşhis özellikleriyle servisinizin kalitesini ve verimliliğini artırır.
Binek Araç Kablo Seti
60+ Marka Desteği
Canlı Veri Akışı
Autocom CDP+ Binek Araç Arıza Tespit Seti | otoeko.com
/* Base Styles and Variables */
#autocom-product-showcase {
--primary: #0062e3;
--primary-dark: #004db8;
--primary-light: #4d94ff;
--secondary: #00d2c6;
--accent: #ff3366;
--dark: #0a1f44;
--gray: #556b8b;
--light-gray: #8798ad;
--lighter-gray: #edf2f9;
--off-white: #f5f8fc;
--white: #ffffff;
--box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
--gradient-primary: linear-gradient(135deg, #0062e3, #00d2c6);
--gradient-dark: linear-gradient(135deg, #004db8, #00a69d);
--border-radius-sm: 8px;
--border-radius: 12px;
--border-radius-lg: 20px;
--transition: all 0.3s ease;
font-family: 'Outfit';
color: var(--dark);
line-height: 1.6;
font-size: 19px;
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden;
}
#autocom-product-showcase * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#autocom-product-showcase .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
#autocom-product-showcase a {
text-decoration: none;
color: inherit;
}
#autocom-product-showcase ul {
list-style: none;
}
#autocom-product-showcase img {
max-width: 100%;
height: auto;
display: block;
}
/* Strong Text Styling */
#autocom-product-showcase strong {
font-weight: normal;
color: var(--primary);
}
/* Typography */
#autocom-product-showcase h1,
#autocom-product-showcase h2,
#autocom-product-showcase h3,
#autocom-product-showcase h4,
#autocom-product-showcase h5,
#autocom-product-showcase h6 {
font-weight: 700;
line-height: 1.3;
color: var(--dark);
}
/* Hero title: 76px */
#autocom-product-showcase .hero-title {
font-size: 76px;
}
/* Section headers: 60px */
#autocom-product-showcase .section-title {
font-size: 60px;
}
/* Main headings: 46px */
#autocom-product-showcase h2 {
font-size: 46px;
}
/* Sub headings: 40px */
#autocom-product-showcase h3 {
font-size: 40px;
}
/* Card titles: 26px */
#autocom-product-showcase .feature-card h3,
#autocom-product-showcase .function-details h4 {
font-size: 26px;
}
/* Button text: 18px */
#autocom-product-showcase .btn-primary,
#autocom-product-showcase .btn-outline,
#autocom-product-showcase .btn-primary-soft {
font-size: 18px;
}
/* Small text: 16px */
#autocom-product-showcase .tag,
#autocom-product-showcase .hero-badge,
#autocom-product-showcase .section-tag {
font-size: 16px;
}
/* Buttons */
#autocom-product-showcase .btn-primary,
#autocom-product-showcase .btn-outline,
#autocom-product-showcase .btn-primary-soft {
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 600;
border-radius: var(--border-radius);
padding: 14px 32px;
transition: var(--transition);
cursor: pointer;
font-size: 15px;
gap: 12px;
}
#autocom-product-showcase .btn-primary {
background: var(--gradient-primary);
color: var(--white);
box-shadow: 0 8px 15px rgba(0, 98, 227, 0.2);
border: none;
}
#autocom-product-showcase .btn-primary:hover {
background: var(--gradient-dark);
box-shadow: 0 12px 20px rgba(0, 98, 227, 0.3);
transform: translateY(-2px);
}
#autocom-product-showcase .btn-outline {
background: var(--white);
color: var(--primary);
border: 2px solid var(--primary-light);
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
#autocom-product-showcase .btn-outline:hover {
background: var(--primary);
border-color: var(--primary);
color: var(--white);
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 98, 227, 0.25);
}
#autocom-product-showcase .btn-primary-soft {
background: rgba(0, 98, 227, 0.1);
color: var(--primary);
border: none;
}
#autocom-product-showcase .btn-primary-soft:hover {
background: rgba(0, 98, 227, 0.2);
transform: translateY(-2px);
}
/* Hero Section */
#autocom-product-showcase .hero {
position: relative;
padding: 100px 0 80px;
overflow: hidden;
background: var(--off-white);
}
#autocom-product-showcase .hero-backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
#autocom-product-showcase .hero-particles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
radial-gradient(circle at 20% 20%, rgba(0, 98, 227, 0.03) 0%, transparent 70%),
radial-gradient(circle at 80% 80%, rgba(0, 210, 198, 0.03) 0%, transparent 70%);
}
#autocom-product-showcase .hero-glow-1 {
position: absolute;
top: -150px;
right: -100px;
width: 500px;
height: 500px;
border-radius: 50%;
background: radial-gradient(circle, rgba(0, 98, 227, 0.1) 0%, transparent 70%);
filter: blur(60px);
}
#autocom-product-showcase .hero-glow-2 {
position: absolute;
bottom: -150px;
left: -100px;
width: 500px;
height: 500px;
border-radius: 50%;
background: radial-gradient(circle, rgba(0, 210, 198, 0.1) 0%, transparent 70%);
filter: blur(60px);
}
#autocom-product-showcase .hero-content {
position: relative;
z-index: 10;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
#autocom-product-showcase .hero-badge {
display: inline-flex;
align-items: center;
gap: 10px;
background: rgba(0, 98, 227, 0.08);
color: var(--primary);
padding: 8px 16px;
border-radius: 100px;
font-weight: 600;
font-size: 14px;
margin-bottom: 24px;
}
#autocom-product-showcase .hero-title {
font-size: 48px;
margin-bottom: 12px;
color: var(--dark);
line-height: 1.2;
}
#autocom-product-showcase .hero-subtitle {
display: block;
font-size: 18px;
color: var(--primary);
margin-top: 5px;
}
#autocom-product-showcase .hero-description {
font-size: 18px;
color: var(--gray);
margin-bottom: 32px;
max-width: 500px;
}
#autocom-product-showcase .hero-cta-group {
display: flex;
gap: 16px;
margin-bottom: 32px;
}
#autocom-product-showcase .compatibility-tags {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
}
#autocom-product-showcase .tag {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 12px;
background: var(--white);
border-radius: 100px;
font-size: 13px;
font-weight: 500;
color: var(--gray);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#autocom-product-showcase .product-display {
position: relative;
width: 100%;
max-width: 500px;
margin: 0 auto;
}
#autocom-product-showcase .product-image-wrapper {
position: relative;
background: var(--white);
border-radius: var(--border-radius-lg);
box-shadow: var(--box-shadow);
padding: 40px;
margin-bottom: 30px;
overflow: hidden;
}
#autocom-product-showcase .product-badge {
position: absolute;
top: 20px;
right: 20px;
background: var(--accent);
color: var(--white);
padding: 6px 12px;
border-radius: 100px;
font-size: 12px;
font-weight: 600;
z-index: 10;
}
#autocom-product-showcase .product-image {
position: relative;
z-index: 5;
transition: var(--transition);
}
#autocom-product-showcase .product-image:hover {
transform: scale(1.03);
}
#autocom-product-showcase .product-360-viewer {
position: relative;
width: 100%;
max-width: 480px;
margin: 0 auto;
border-radius: var(--border-radius-lg);
box-shadow: var(--box-shadow);
overflow: hidden;
}
#autocom-product-showcase .product-360-viewer::before {
content: '';
display: block;
padding-top: 100%;
}
#autocom-product-showcase .product-360-viewer iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
#autocom-product-showcase .product-reflections {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
z-index: 2;
}
#autocom-product-showcase .product-controls {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
#autocom-product-showcase .product-control-item {
background: var(--white);
border-radius: var(--border-radius);
padding: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
transition: var(--transition);
cursor: pointer;
border: 1px solid transparent;
}
#autocom-product-showcase .product-control-item.active {
border-color: var(--primary-light);
box-shadow: 0 8px 20px rgba(0, 98, 227, 0.15);
transform: translateY(-5px);
}
#autocom-product-showcase .product-control-item:hover:not(.active) {
transform: translateY(-3px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}
#autocom-product-showcase .control-icon {
color: var(--primary);
font-size: 20px;
margin-bottom: 10px;
}
#autocom-product-showcase .control-info h4 {
font-size: 14px;
margin-bottom: 4px;
}
#autocom-product-showcase .control-info p {
font-size: 12px;
color: var(--light-gray);
}
#autocom-product-showcase .hero-bottom-wave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
line-height: 0;
}
/* Brands Section */
#autocom-product-showcase .brands-section {
padding: 40px 0;
background: var(--white);
position: relative;
overflow: hidden;
}
#autocom-product-showcase .brands-title {
text-align: center;
font-weight: 600;
font-size: 14px;
color: var(--light-gray);
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 1px;
}
#autocom-product-showcase .brands-slider {
position: relative;
overflow: hidden;
padding: 20px 0;
-webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
#autocom-product-showcase .brands-track {
display: flex;
animation: brandScroll 20s linear infinite;
}
@keyframes brandScroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
#autocom-product-showcase .brand-logo {
flex: 0 0 auto;
width: 120px;
height: 60px;
margin: 0 30px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.7;
transition: var(--transition);
}
#autocom-product-showcase .brand-logo:hover {
opacity: 1;
}
#autocom-product-showcase .brand-logo img {
max-width: 100%;
max-height: 40px;
transition: var(--transition);
}
/* Section Headers */
#autocom-product-showcase .section-header {
margin-bottom: 60px;
max-width: 800px;
}
#autocom-product-showcase .section-header.center-aligned {
text-align: center;
margin-left: auto;
margin-right: auto;
}
#autocom-product-showcase .section-tag {
display: inline-block;
background: rgba(0, 98, 227, 0.08);
color: var(--primary);
padding: 6px 14px;
border-radius: 100px;
font-weight: 600;
font-size: 13px;
margin-bottom: 16px;
text-transform: uppercase;
letter-spacing: 1px;
}
#autocom-product-showcase .section-title {
font-size: 36px;
margin-bottom: 16px;
color: var(--dark);
}
#autocom-product-showcase .section-title span {
color: var(--primary);
position: relative;
display: inline-block;
}
#autocom-product-showcase .section-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: rgba(0, 98, 227, 0.1);
z-index: -1;
border-radius: 4px;
}
#autocom-product-showcase .section-subtitle {
font-size: 18px;
color: var(--gray);
}
/* Features Section */
#autocom-product-showcase .features-section {
padding: 100px 0;
background: var(--white);
}
#autocom-product-showcase .features-layout {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 50px;
align-items: center;
}
#autocom-product-showcase .features-gallery-container {
display: flex;
flex-direction: column;
gap: 20px;
}
#autocom-product-showcase .main-feature-image {
background: var(--white);
border-radius: var(--border-radius-lg);
box-shadow: var(--box-shadow);
padding: 20px;
overflow: hidden;
}
#autocom-product-showcase #feature-gallery-image {
width: 100%;
border-radius: var(--border-radius);
transition: transform 0.3s ease, opacity 0.3s ease;
}
#autocom-product-showcase #feature-gallery-image:hover {
transform: scale(1.05);
}
#autocom-product-showcase .feature-thumbnails {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
}
#autocom-product-showcase .feature-thumb {
width: 100%;
border-radius: var(--border-radius-sm);
cursor: pointer;
border: 2px solid transparent;
transition: var(--transition);
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
#autocom-product-showcase .feature-thumb:hover {
border-color: var(--primary-light);
transform: translateY(-3px);
}
#autocom-product-showcase .feature-thumb.active {
border-color: var(--primary);
box-shadow: 0 6px 15px rgba(0, 98, 227, 0.2);
}
#autocom-product-showcase .features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
#autocom-product-showcase .feature-card {
background: var(--off-white);
padding: 25px;
border-radius: var(--border-radius);
transition: var(--transition);
border: 1px solid transparent;
text-align: center;
}
#autocom-product-showcase .feature-card:hover {
transform: translateY(-10px);
box-shadow: var(--box-shadow);
border-color: var(--lighter-gray);
background: var(--white);
}
#autocom-product-showcase .feature-icon {
width: 50px;
height: 50px;
background: var(--gradient-primary);
color: var(--white);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
margin-bottom: 15px;
box-shadow: 0 8px 15px rgba(0, 98, 227, 0.2);
margin-left: auto;
margin-right: auto;
}
#autocom-product-showcase .feature-card h3 {
font-size: 18px;
margin-bottom: 10px;
}
#autocom-product-showcase .feature-card p {
color: var(--gray);
font-size: 14px;
}
/* MultiEcuScan Software Info Section */
#autocom-product-showcase .software-info-section {
padding: 60px 0;
background-color: #FFFFFF;
}
#autocom-product-showcase .software-info-section .section-header {
text-align: center;
max-width: 800px;
margin: 0 auto 60px;
}
#autocom-product-showcase .software-info-section .section-badge {
display: inline-block;
background: rgba(30, 136, 229, 0.1);
color: #1E88E5;
border-radius: 100px;
padding: 8px 16px;
font-size: 14px;
font-weight: 600;
margin-bottom: 20px;
border: 1px solid rgba(30, 136, 229, 0.2);
}
#autocom-product-showcase .software-info-section .section-title {
font-size: 40px;
font-weight: 800;
color: var(--dark);
margin-bottom: 20px;
line-height: 1.2;
}
#autocom-product-showcase .software-info-section .section-title span {
color: var(--primary);
}
#autocom-product-showcase .software-info-section .section-subtitle {
font-size: 18px;
line-height: 1.6;
color: var(--text-light);
}
#autocom-product-showcase .software-info-content-area {
text-align: center;
max-width: 800px;
margin: 40px auto 0 auto;
}
#autocom-product-showcase .info-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #1E88E5, #26C6DA);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
color: white;
font-size: 30px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.3);
}
#autocom-product-showcase .info-title {
font-size: 24px;
font-weight: 700;
color: var(--dark);
margin-bottom: 15px;
}
#autocom-product-showcase .info-text {
font-size: 15px;
color: var(--text-light);
line-height: 1.7;
margin-bottom: 15px;
}
#autocom-product-showcase .info-text strong {
color: var(--primary);
font-weight: 600;
}
#autocom-product-showcase .software-download-prompt {
background-color: #FFFFFF;
padding: 25px 30px;
border-radius: 10px;
text-align: center;
max-width: 780px;
margin: 40px auto 0 auto;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
border-left: 4px solid var(--primary);
}
#autocom-product-showcase .software-access-icon {
color: var(--primary);
font-size: 30px;
margin-bottom: 15px;
}
#autocom-product-showcase .software-access-title {
font-size: 22px;
font-weight: 700;
color: var(--dark);
margin-bottom: 12px;
}
#autocom-product-showcase .software-access-text {
font-size: 15px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 25px;
max-width: 520px;
margin-left: auto;
margin-right: auto;
}
#autocom-product-showcase .btn-software-access {
background: linear-gradient(135deg, #1E88E5, #26C6DA);
color: white;
padding: 12px 28px;
font-weight: 700;
border-radius: 50px;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
border: none;
cursor: pointer;
}
#autocom-product-showcase .btn-software-access:hover {
background: linear-gradient(135deg, #1976D2, #00ACC1);
box-shadow: 0 6px 18px rgba(30, 136, 229, 0.4);
transform: translateY(-1px);
}
#autocom-product-showcase .bonus-content {
margin-top: 40px;
padding: 20px;
background: rgba(0, 98, 227, 0.05);
border-radius: var(--border-radius);
text-align: center;
}
#autocom-product-showcase .bonus-content .bonus-icon {
color: var(--accent);
margin-bottom: 10px;
display: inline-block;
font-size: 24px;
}
#autocom-product-showcase .bonus-content h4 {
font-size: 18px;
color: var(--dark);
margin-bottom: 8px;
}
#autocom-product-showcase .bonus-content p {
font-size: 15px;
color: var(--gray);
line-height: 1.5;
max-width: 600px;
margin: 0 auto;
}
#autocom-product-showcase .bonus-content p strong {
font-weight: 600;
color: var(--primary);
}
/* Software Comparison Grid */
#autocom-product-showcase .software-comparison-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-top: 40px;
}
#autocom-product-showcase .software-card {
background: var(--white);
border-radius: var(--border-radius-lg);
padding: 30px;
box-shadow: var(--box-shadow);
border: 1px solid var(--lighter-gray);
transition: var(--transition);
position: relative;
overflow: hidden;
}
#autocom-product-showcase .software-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 98, 227, 0.15);
}
#autocom-product-showcase .software-badge {
position: absolute;
top: 20px;
right: 20px;
background: var(--primary);
color: var(--white);
padding: 6px 12px;
border-radius: 100px;
font-size: 12px;
font-weight: 600;
z-index: 10;
}
#autocom-product-showcase .software-badge.premium {
background: linear-gradient(135deg, #28a745, #20c997);
}
#autocom-product-showcase .software-image {
width: 100%;
height: 250px;
border-radius: var(--border-radius);
overflow: hidden;
margin-bottom: 25px;
border: 2px solid var(--lighter-gray);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#autocom-product-showcase .software-interface-img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
transition: var(--transition);
}
#autocom-product-showcase .software-interface-img:hover {
transform: scale(1.05);
}
#autocom-product-showcase .software-content {
text-align: center;
}
#autocom-product-showcase .software-icon {
width: 60px;
height: 60px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 24px;
margin: 0 auto 20px;
box-shadow: 0 8px 20px rgba(0, 98, 227, 0.25);
}
#autocom-product-showcase .software-icon.premium {
background: linear-gradient(135deg, #28a745, #20c997);
box-shadow: 0 8px 20px rgba(40, 167, 69, 0.25);
}
#autocom-product-showcase .software-title {
font-size: 20px;
font-weight: 700;
color: var(--dark);
margin-bottom: 15px;
line-height: 1.3;
}
#autocom-product-showcase .software-description {
font-size: 15px;
color: var(--gray);
line-height: 1.6;
margin-bottom: 20px;
}
#autocom-product-showcase .software-features {
list-style: none;
margin-bottom: 25px;
text-align: center;
}
#autocom-product-showcase .software-features li {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-bottom: 10px;
font-size: 14px;
color: var(--gray);
}
#autocom-product-showcase .software-features li i {
color: var(--primary);
font-size: 12px;
width: 16px;
}
#autocom-product-showcase .btn-software-download {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--gradient-primary);
color: var(--white);
padding: 12px 24px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: var(--transition);
font-size: 14px;
box-shadow: 0 4px 12px rgba(0, 98, 227, 0.3);
border: none;
cursor: pointer;
}
#autocom-product-showcase .btn-software-download:hover {
background: var(--gradient-dark);
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0, 98, 227, 0.4);
}
#autocom-product-showcase .btn-software-download.premium {
background: linear-gradient(135deg, #28a745, #20c997);
box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
#autocom-product-showcase .btn-software-download.premium:hover {
background: linear-gradient(135deg, #218838, #1ea085);
box-shadow: 0 6px 18px rgba(40, 167, 69, 0.4);
}
/* Mobile Responsive for Software Grid */
@media (max-width: 768px) {
#autocom-product-showcase .software-comparison-grid {
grid-template-columns: 1fr;
gap: 20px;
padding: 0 10px;
}
#autocom-product-showcase .software-card {
padding: 20px;
margin: 0 auto;
max-width: 400px;
}
#autocom-product-showcase .software-image {
height: 180px;
margin-bottom: 20px;
border-radius: var(--border-radius);
}
#autocom-product-showcase .software-interface-img {
object-fit: contain;
object-position: center;
}
#autocom-product-showcase .software-title {
font-size: 18px;
line-height: 1.4;
}
#autocom-product-showcase .software-description {
font-size: 14px;
line-height: 1.5;
}
#autocom-product-showcase .software-badge {
top: 15px;
right: 15px;
padding: 4px 8px;
font-size: 11px;
}
}
/* Extra Mobile Responsive for Very Small Screens */
@media (max-width: 480px) {
#autocom-product-showcase .software-comparison-grid {
grid-template-columns: 1fr;
gap: 15px;
padding: 0 5px;
}
#autocom-product-showcase .software-card {
padding: 15px;
margin: 0 auto;
max-width: 350px;
}
#autocom-product-showcase .software-image {
height: 160px;
margin-bottom: 15px;
border-radius: 8px;
}
#autocom-product-showcase .software-interface-img {
object-fit: cover;
object-position: center top;
border-radius: 8px;
}
#autocom-product-showcase .software-icon {
width: 50px;
height: 50px;
font-size: 20px;
margin-bottom: 15px;
}
#autocom-product-showcase .software-title {
font-size: 16px;
line-height: 1.3;
margin-bottom: 12px;
}
#autocom-product-showcase .software-description {
font-size: 13px;
line-height: 1.4;
margin-bottom: 15px;
}
#autocom-product-showcase .software-features {
margin-bottom: 20px;
text-align: center;
}
#autocom-product-showcase .software-features li {
font-size: 13px;
margin-bottom: 8px;
line-height: 1.3;
}
#autocom-product-showcase .btn-software-download {
padding: 10px 20px;
font-size: 13px;
width: 100%;
justify-content: center;
}
#autocom-product-showcase .software-badge {
top: 10px;
right: 10px;
padding: 3px 6px;
font-size: 10px;
}
}
/* Landscape Mobile Responsive */
@media (max-width: 768px) and (orientation: landscape) {
#autocom-product-showcase .software-comparison-grid {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
max-width: 700px;
margin: 0 auto;
}
#autocom-product-showcase .software-card {
padding: 15px;
}
#autocom-product-showcase .software-image {
height: 120px;
margin-bottom: 15px;
}
#autocom-product-showcase .software-title {
font-size: 16px;
}
#autocom-product-showcase .software-description {
font-size: 12px;
margin-bottom: 10px;
}
#autocom-product-showcase .software-features li {
font-size: 12px;
margin-bottom: 6px;
}
#autocom-product-showcase .btn-software-download {
padding: 8px 16px;
font-size: 12px;
}
}
/* Product Showcase Section */
#autocom-product-showcase .product-showcase-section {
padding: 100px 0;
background: var(--white);
}
#autocom-product-showcase .showcase-content {
margin-top: 40px;
}
#autocom-product-showcase .showcase-main-area {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: stretch;
margin-bottom: 80px;
}
/* Sol Taraf - 360° Video ve Teknik Özellikler */
#autocom-product-showcase .showcase-left {
display: flex;
flex-direction: column;
gap: 30px;
}
#autocom-product-showcase .video-360-container {
background: var(--white);
border-radius: var(--border-radius-lg);
padding: 20px;
box-shadow: var(--box-shadow);
border: 1px solid var(--lighter-gray);
}
#autocom-product-showcase .video-360-header {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
margin-bottom: 20px;
padding: 15px;
background: rgba(0, 98, 227, 0.05);
border-radius: var(--border-radius);
text-align: center;
}
#autocom-product-showcase .video-360-icon {
width: 50px;
height: 50px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 20px;
flex-shrink: 0;
animation: rotate360 3s linear infinite;
}
@keyframes rotate360 {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
#autocom-product-showcase .video-360-details h3 {
font-size: 18px;
margin-bottom: 5px;
color: var(--dark);
}
#autocom-product-showcase .video-360-details p {
font-size: 14px;
color: var(--gray);
margin: 0;
}
#autocom-product-showcase .video-360-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
border-radius: var(--border-radius);
}
#autocom-product-showcase .video-360-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: var(--border-radius);
}
/* İnteraktif Kurulum Videosu */
#autocom-product-showcase .installation-video-container {
background: var(--white);
border-radius: var(--border-radius-lg);
padding: 20px;
box-shadow: var(--box-shadow);
border: 1px solid var(--lighter-gray);
}
#autocom-product-showcase .installation-video-header {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
margin-bottom: 20px;
padding: 15px;
background: rgba(255, 51, 102, 0.05);
border-radius: var(--border-radius);
text-align: center;
}
#autocom-product-showcase .installation-video-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #ff3366, #ff6b9d);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 20px;
flex-shrink: 0;
box-shadow: 0 8px 20px rgba(255, 51, 102, 0.3);
}
#autocom-product-showcase .installation-video-details h3 {
font-size: 18px;
margin-bottom: 5px;
color: var(--dark);
}
#autocom-product-showcase .installation-video-details p {
font-size: 14px;
color: var(--gray);
margin: 0;
}
#autocom-product-showcase .installation-video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
border-radius: var(--border-radius);
}
#autocom-product-showcase .installation-video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: var(--border-radius);
}
/* Sağ Taraf - Paket İçeriği ve Avantajlar */
#autocom-product-showcase .showcase-right {
display: flex;
flex-direction: column;
gap: 30px;
}
#autocom-product-showcase .package-contents {
background: var(--white);
border-radius: var(--border-radius-lg);
padding: 30px;
box-shadow: var(--box-shadow);
border: 1px solid var(--lighter-gray);
}
#autocom-product-showcase .package-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 25px;
padding-bottom: 20px;
border-bottom: 2px solid var(--lighter-gray);
}
#autocom-product-showcase .package-icon {
width: 50px;
height: 50px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 22px;
flex-shrink: 0;
}
#autocom-product-showcase .package-header h4 {
font-size: 20px;
color: var(--dark);
margin: 0;
}
#autocom-product-showcase .package-items {
display: flex;
flex-direction: column;
gap: 15px;
}
#autocom-product-showcase .package-item {
display: flex;
align-items: center;
gap: 15px;
padding: 15px;
background: var(--off-white);
border-radius: var(--border-radius);
transition: var(--transition);
border: 1px solid transparent;
}
#autocom-product-showcase .package-item:hover {
background: var(--white);
border-color: var(--primary-light);
}
#autocom-product-showcase .item-icon {
width: 40px;
height: 40px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 16px;
flex-shrink: 0;
}
#autocom-product-showcase .item-details h6 {
font-size: 15px;
margin-bottom: 5px;
color: var(--dark);
line-height: 1.3;
}
#autocom-product-showcase .item-details p {
font-size: 13px;
color: var(--gray);
line-height: 1.4;
margin: 0;
}
#autocom-product-showcase .product-advantages {
background: var(--white);
border-radius: var(--border-radius-lg);
padding: 30px;
box-shadow: var(--box-shadow);
border: 1px solid var(--lighter-gray);
}
#autocom-product-showcase .advantages-header {
text-align: center;
margin-bottom: 30px;
}
#autocom-product-showcase .advantages-icon {
width: 60px;
height: 60px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 24px;
margin: 0 auto 20px;
box-shadow: 0 8px 20px rgba(0, 98, 227, 0.25);
}
#autocom-product-showcase .advantages-header h3 {
font-size: 22px;
margin-bottom: 10px;
color: var(--dark);
}
#autocom-product-showcase .advantages-header p {
font-size: 15px;
color: var(--gray);
margin: 0;
}
#autocom-product-showcase .advantages-list {
display: flex;
flex-direction: column;
gap: 20px;
}
#autocom-product-showcase .advantage-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
padding: 20px;
background: var(--off-white);
border-radius: var(--border-radius);
transition: var(--transition);
border: 1px solid transparent;
text-align: center;
}
#autocom-product-showcase .advantage-item:hover {
background: var(--white);
border-color: var(--primary-light);
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 98, 227, 0.15);
}
#autocom-product-showcase .advantage-icon {
width: 45px;
height: 45px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 18px;
flex-shrink: 0;
box-shadow: 0 6px 12px rgba(0, 98, 227, 0.2);
}
#autocom-product-showcase .advantage-content h5 {
font-size: 16px;
margin-bottom: 8px;
color: var(--dark);
line-height: 1.3;
text-align: center;
}
#autocom-product-showcase .advantage-content p {
font-size: 14px;
color: var(--gray);
line-height: 1.5;
margin: 0;
text-align: center;
}
/* Kurulum Adımları */
#autocom-product-showcase .installation-steps-container {
background: var(--white);
border-radius: var(--border-radius-lg);
padding: 30px;
box-shadow: var(--box-shadow);
border: 1px solid var(--lighter-gray);
}
#autocom-product-showcase .steps-header {
text-align: center;
margin-bottom: 30px;
}
#autocom-product-showcase .steps-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #ff3366, #ff6b9d);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 24px;
margin: 0 auto 20px;
box-shadow: 0 8px 20px rgba(255, 51, 102, 0.25);
}
#autocom-product-showcase .steps-header h3 {
font-size: 22px;
margin-bottom: 10px;
color: var(--dark);
}
#autocom-product-showcase .steps-header p {
font-size: 15px;
color: var(--gray);
margin: 0;
}
#autocom-product-showcase .steps-list {
display: flex;
flex-direction: column;
gap: 15px;
}
#autocom-product-showcase .steps-list .step-item {
display: flex;
align-items: center;
gap: 15px;
padding: 15px;
background: var(--off-white);
border-radius: var(--border-radius);
transition: var(--transition);
border: 1px solid transparent;
}
#autocom-product-showcase .steps-list .step-item:hover {
background: var(--white);
border-color: var(--primary-light);
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(255, 51, 102, 0.15);
}
#autocom-product-showcase .steps-list .step-number {
width: 40px;
height: 40px;
background: linear-gradient(135deg, #ff3366, #ff6b9d);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-weight: 700;
font-size: 16px;
flex-shrink: 0;
box-shadow: 0 4px 10px rgba(255, 51, 102, 0.3);
}
#autocom-product-showcase .steps-list .step-content h5 {
font-size: 15px;
margin-bottom: 5px;
color: var(--dark);
line-height: 1.3;
}
#autocom-product-showcase .steps-list .step-content p {
font-size: 13px;
color: var(--gray);
line-height: 1.4;
margin: 0;
}
/* Mobile Responsive for Product Showcase */
@media (max-width: 991px) {
#autocom-product-showcase .showcase-main-area {
grid-template-columns: 1fr;
gap: 30px;
}
}
@media (max-width: 768px) {
#autocom-product-showcase .product-showcase-section {
padding: 60px 0;
}
#autocom-product-showcase .showcase-left,
#autocom-product-showcase .showcase-right {
gap: 20px;
}
/* Mobilde 360 interaktif inceleme en yukarıda olsun */
#autocom-product-showcase .video-360-container {
order: 1;
}
#autocom-product-showcase .product-advantages {
order: 2;
}
#autocom-product-showcase .installation-video-container {
order: 3;
}
#autocom-product-showcase .installation-steps-container {
order: 4;
}
}
@media (max-width: 480px) {
#autocom-product-showcase .video-360-container,
#autocom-product-showcase .installation-video-container,
#autocom-product-showcase .product-advantages,
#autocom-product-showcase .installation-steps-container {
padding: 20px;
}
#autocom-product-showcase .advantages-list {
gap: 15px;
}
#autocom-product-showcase .advantage-item {
padding: 15px;
}
#autocom-product-showcase .steps-list {
gap: 12px;
}
#autocom-product-showcase .steps-list .step-item {
padding: 12px;
}
}
/* Installation Guide Section */
#autocom-product-showcase .installation-section {
padding: 100px 0;
background: var(--off-white);
}
#autocom-product-showcase .installation-content {
margin-top: 40px;
}
#autocom-product-showcase .installation-layout {
display: flex;
flex-direction: column;
gap: 60px;
}
#autocom-product-showcase .installation-video-section {
width: 100%;
max-width: 900px;
margin: 0 auto;
}
#autocom-product-showcase .video-container {
background: var(--white);
border-radius: var(--border-radius-lg);
padding: 20px;
box-shadow: var(--box-shadow);
margin-bottom: 20px;
}
#autocom-product-showcase .video-info {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
margin-bottom: 20px;
padding: 15px;
background: rgba(0, 98, 227, 0.05);
border-radius: var(--border-radius);
text-align: center;
}
#autocom-product-showcase .video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
border-radius: var(--border-radius);
}
#autocom-product-showcase .video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: var(--border-radius);
}
#autocom-product-showcase .video-icon {
width: 50px;
height: 50px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 20px;
flex-shrink: 0;
}
#autocom-product-showcase .video-details h3 {
font-size: 18px;
margin-bottom: 5px;
color: var(--dark);
}
#autocom-product-showcase .video-details p {
font-size: 14px;
color: var(--gray);
margin: 0;
}
#autocom-product-showcase .steps-header {
text-align: center;
margin-bottom: 40px;
}
#autocom-product-showcase .steps-icon {
width: 60px;
height: 60px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 24px;
margin: 0 auto 20px;
box-shadow: 0 8px 15px rgba(0, 98, 227, 0.2);
}
#autocom-product-showcase .steps-header h3 {
font-size: 24px;
margin-bottom: 10px;
color: var(--dark);
}
#autocom-product-showcase .steps-header p {
font-size: 16px;
color: var(--gray);
}
#autocom-product-showcase .installation-steps {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 20px;
margin-bottom: 30px;
position: relative;
}
#autocom-product-showcase .installation-steps::before {
content: '';
position: absolute;
top: 50px;
left: 60px;
right: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary), var(--secondary));
z-index: 1;
border-radius: 2px;
}
#autocom-product-showcase .step-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 15px;
background: var(--white);
padding: 30px 20px;
border-radius: var(--border-radius-lg);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
border: 1px solid transparent;
transition: var(--transition);
position: relative;
z-index: 2;
}
#autocom-product-showcase .step-item:hover {
border-color: var(--primary-light);
transform: translateY(-10px);
box-shadow: 0 12px 25px rgba(0, 98, 227, 0.2);
}
#autocom-product-showcase .step-number {
width: 60px;
height: 60px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-weight: 700;
font-size: 24px;
flex-shrink: 0;
box-shadow: 0 8px 20px rgba(0, 98, 227, 0.3);
border: 4px solid var(--white);
}
#autocom-product-showcase .step-content h4 {
font-size: 16px;
margin-bottom: 8px;
color: var(--dark);
line-height: 1.3;
}
#autocom-product-showcase .step-content p {
font-size: 13px;
color: var(--gray);
line-height: 1.5;
margin: 0;
}
#autocom-product-showcase .installation-notes {
background: var(--white);
border-radius: var(--border-radius);
padding: 30px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
border-left: 4px solid var(--primary);
}
#autocom-product-showcase .note-header {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
margin-bottom: 25px;
text-align: center;
}
#autocom-product-showcase .note-icon {
width: 50px;
height: 50px;
background: var(--primary);
border-radius: var(--border-radius-sm);
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 22px;
flex-shrink: 0;
}
#autocom-product-showcase .note-header h4 {
font-size: 22px;
color: var(--dark);
margin: 0;
font-weight: 700;
}
@media (max-width: 768px) {
#autocom-product-showcase .installation-steps {
grid-template-columns: 1fr;
gap: 15px;
}
#autocom-product-showcase .installation-steps::before {
display: none;
}
#autocom-product-showcase .step-item {
flex-direction: row;
text-align: left;
padding: 20px;
}
#autocom-product-showcase .step-number {
width: 50px;
height: 50px;
font-size: 18px;
}
}
/* Diagnostic Functions Section */
#autocom-product-showcase .diagnostic-functions {
padding: 100px 0;
background: var(--off-white);
}
#autocom-product-showcase .functions-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
#autocom-product-showcase .function-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 15px;
padding: 30px;
background: var(--white);
border-radius: var(--border-radius-lg);
transition: var(--transition);
box-shadow: var(--box-shadow);
border: 1px solid transparent;
}
#autocom-product-showcase .function-item:hover {
transform: translateY(-10px);
border-color: var(--primary-light);
}
#autocom-product-showcase .function-icon {
width: 70px;
height: 70px;
min-width: 70px;
background: var(--gradient-primary);
color: var(--white);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
box-shadow: 0 10px 20px rgba(0, 98, 227, 0.25);
}
#autocom-product-showcase .function-details h4 {
font-size: 20px;
margin-bottom: 10px;
}
#autocom-product-showcase .function-details p {
color: var(--gray);
font-size: 15px;
line-height: 1.6;
}
#autocom-product-showcase .tab-note {
background: rgba(255, 51, 102, 0.1);
border-left: 4px solid var(--accent);
padding: 15px 20px;
margin-top: 30px;
border-radius: var(--border-radius-sm);
}
#autocom-product-showcase .tab-note p {
color: var(--gray);
font-size: 14px;
font-style: italic;
}
/* FAQ Section */
#autocom-product-showcase .faq-section {
padding: 100px 0;
background: var(--white);
}
#autocom-product-showcase .faq-container {
max-width: 800px;
margin: 0 auto;
}
#autocom-product-showcase .faq-item {
background: var(--off-white);
border-radius: var(--border-radius);
margin-bottom: 20px;
overflow: hidden;
border: 1px solid transparent;
transition: var(--transition);
}
#autocom-product-showcase .faq-item.active {
background: var(--white);
box-shadow: var(--box-shadow);
border-color: var(--lighter-gray);
}
#autocom-product-showcase .faq-question {
padding: 20px 30px;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
#autocom-product-showcase .faq-question h3 {
font-size: 18px;
font-weight: 600;
}
#autocom-product-showcase .faq-toggle {
background: transparent;
border: none;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--primary);
font-size: 16px;
}
#autocom-product-showcase .faq-toggle .fa-minus {
display: none;
}
#autocom-product-showcase .faq-item.active .faq-toggle .fa-plus {
display: none;
}
#autocom-product-showcase .faq-item.active .faq-toggle .fa-minus {
display: block;
}
#autocom-product-showcase .faq-answer {
padding: 0 30px 20px;
display: none;
}
#autocom-product-showcase .faq-item.active .faq-answer {
display: block;
}
#autocom-product-showcase .faq-answer p {
color: var(--gray);
line-height: 1.7;
}
/* Contact Section */
#autocom-product-showcase .contact-section {
padding: 100px 0;
background: var(--off-white);
}
#autocom-product-showcase .contact-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
#autocom-product-showcase .contact-card {
background: var(--white);
border-radius: var(--border-radius-lg);
padding: 40px;
text-align: center;
box-shadow: var(--box-shadow);
transition: var(--transition);
border: 1px solid transparent;
}
#autocom-product-showcase .contact-card:hover {
transform: translateY(-10px);
border-color: var(--primary-light);
}
#autocom-product-showcase .contact-icon {
width: 70px;
height: 70px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px;
font-size: 28px;
color: var(--white);
}
#autocom-product-showcase .contact-icon.phone {
background: var(--gradient-primary);
box-shadow: 0 10px 20px rgba(0, 98, 227, 0.25);
}
#autocom-product-showcase .contact-icon.email {
background: var(--gradient-primary);
box-shadow: 0 10px 20px rgba(0, 98, 227, 0.25);
}
#autocom-product-showcase .contact-icon.whatsapp {
background: #25D366;
box-shadow: 0 10px 20px rgba(37, 211, 102, 0.25);
}
#autocom-product-showcase .contact-card h3 {
font-size: 22px;
margin-bottom: 15px;
color: var(--dark);
}
#autocom-product-showcase .contact-card p {
color: var(--gray);
font-size: 15px;
line-height: 1.6;
margin-bottom: 30px;
min-height: 72px; /* To align buttons */
}
#autocom-product-showcase .contact-button {
display: inline-block;
padding: 14px 32px;
border-radius: 50px;
font-weight: 600;
transition: var(--transition);
font-size: 15px;
text-decoration: none;
border: none;
cursor: pointer;
}
#autocom-product-showcase .contact-button.phone-btn {
background: var(--primary);
color: var(--white);
}
#autocom-product-showcase .contact-button.email-btn {
background: var(--primary);
color: var(--white);
}
#autocom-product-showcase .contact-button.whatsapp-btn {
background: #25D366;
color: var(--white);
}
#autocom-product-showcase .contact-button:hover {
transform: translateY(-3px);
filter: brightness(1.1);
}
/* Responsive Design */
@media (max-width: 1200px) {
#autocom-product-showcase .container {
padding: 0 40px;
}
#autocom-product-showcase .hero-title {
font-size: 42px;
}
}
@media (max-width: 991px) {
#autocom-product-showcase .contact-grid {
grid-template-columns: 1fr;
}
#autocom-product-showcase .hero-content {
grid-template-columns: 1fr;
gap: 40px;
}
#autocom-product-showcase .hero-left {
text-align: center;
}
#autocom-product-showcase .hero-description {
margin-left: auto;
margin-right: auto;
}
#autocom-product-showcase .hero-cta-group {
justify-content: center;
}
#autocom-product-showcase .compatibility-tags {
justify-content: center;
}
#autocom-product-showcase .features-grid {
grid-template-columns: repeat(2, 1fr);
}
#autocom-product-showcase .functions-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
#autocom-product-showcase .container {
padding: 0 20px;
}
#autocom-product-showcase .hero {
padding: 80px 0 60px;
}
#autocom-product-showcase .hero-title {
font-size: 36px;
}
#autocom-product-showcase .hero-cta-group {
flex-direction: column;
}
#autocom-product-showcase .features-layout {
grid-template-columns: 1fr;
}
#autocom-product-showcase .features-grid {
grid-template-columns: 1fr;
}
#autocom-product-showcase .section-title {
font-size: 30px;
}
#autocom-product-showcase .features-section,
#autocom-product-showcase .diagnostic-functions,
#autocom-product-showcase .faq-section {
padding: 60px 0;
}
#autocom-product-showcase .faq-question h3 {
font-size: 16px;
}
}
@media (max-width: 480px) {
#autocom-product-showcase .hero-title {
font-size: 30px;
}
#autocom-product-showcase .hero-subtitle {
font-size: 16px;
}
#autocom-product-showcase .section-title {
font-size: 26px;
}
#autocom-product-showcase .product-controls {
grid-template-columns: 1fr;
}
}
Autocom CDP+ Binek Araç Seti
Tüm Binek Araçlar İçin Kapsamlı Çözüm
Autocom CDP+ Binek Araç Seti, binek ve hafif ticari araçlar için özel olarak tasarlanmış arıza tespit kabloları ile birlikte gelir. Servisinizde ihtiyaç duyacağınız çoğu bağlantı tipini kapsar.
BİNEK SETİ SATIN AL
ÖZELLİKLERİ İNCELE
BİNEK ARAÇLAR
HAFİF TİCARİ
360° GÖRÜNÜM
60+ ARAÇ MARKASI DESTEĞİ
















BİNEK ARAÇ SETİ ÖZELLİKLERİ
Autocom CDP+ Binek Araç Seti
Bu set, Autocom CDP+ cihazına ek olarak, eski ve yeni model binek araçların büyük çoğunluğuyla uyumluluk sağlayan 8'li kablo setini içerir.





Geniş Uyumluluk
PSA, Fiat, Mercedes, BMW, Opel, VAG Grubu ve daha birçok marka için özel soketler.
Tam Bağlantı
Eski tip OBD1 soketlerine sahip araçlara dahi sorunsuz bağlantı imkanı.
Eksiksiz Teşhis
Kablo uyumsuzluğu yaşamadan tüm sistemlere eksiksiz erişim sağlayın.
Profesyonel Çözüm
Servisinizde karşılaştığınız tüm binek araçlar için profesyonel bir çözüm sunar.
TEŞHİS FONKSİYONLARI
Autocom CDP+ Binek Araç Seti Diagnostik Fonksiyonları
Autocom CDP+ Arıza Tespit Cihazı, temel bakım işlemlerinden karmaşık onarımlara kadar geniş bir yelpazede, her seviyeden teknisyenin ihtiyaç duyduğu profesyonel araçları sunar.
Hata Kodu Okuma/Silme
Tüm modüllerden hata kodlarını okuma ve silme.
Araç Yapılandırması
Aracın mevcut yapılandırmasını okuma ve analiz etme.
Direksiyon Adaptasyonu
Elektrikli direksiyon sisteminin adaptasyonunu yapma.
Akü Gücü Testi
Akü voltajını ve sağlık durumunu test edebilme.
Canlı Veri Görüntüleme
Sensör verilerini ve sistem parametrelerini anlık olarak izleme.
Otomatik Vites Adaptasyonu
Şanzıman ayarlarını ve adaptasyonunu gerçekleştirme.
Enjektör Kodlama
Yeni enjektörlerin ECU'ya tanıtılması ve kodlanması.
Gaz Kelebeği Adaptasyonu
Gaz kelebeği konumunu sıfırlama ve yeniden ayarlama.
Servis Prosedürleri
Adım adım onarım ve bakım prosedürlerini inceleme.
Adaptasyon ve Kalibrasyon
Çeşitli sensör ve bileşenlerin kalibrasyonunu yapma.
Ayarlama ve Kodlama
Araç özelliklerini kişiselleştirme ve ECU ayarları yapma.
DPF Rejenerasyonu
Dizel partikül filtresini temizleme ve yeniden oluşturma.
Servis Bakım Sıfırlama
Yağ, bakım ve servis aralıklarını sıfırlama.
Oto Öğrenim Sıfırlama
Adaptif sistemlerin öğrenim değerlerini sıfırlama.
Elektronik Park Freni
Fren balatası değişimi için servis moduna alma ve çektirme.
Ve Daha Fazla Özellik
Autocom ile daha birçok gelişmiş fonksiyona erişin.
Lütfen dikkat: Belirtilen fonksiyonların kullanılabilirliği, aracın marka, model, üretim yılı ve donanım seviyesine göre değişiklik gösterebilir.
ÜRÜN İNCELEMESİ
Autocom CDP+ Binek Araç Seti Detaylı İnceleme
Autocom CDP+ Binek Araç Setini 360° görüntüleyerek detaylı inceleyin ve teknik özelliklerini keşfedin.
360° İnteraktif İnceleme
Cihazı her açıdan inceleyin ve detayları keşfedin
Neden Autocom Binek Araç Seti Tercih Edilmelidir?
Binek araçlarda profesyonel çözüm
Geniş Uyumluluk
Çeşitli marka ve modellerdeki araçlarda güvenilir bağlantı sağlar
Eksiksiz Teşhis
Kablo eksikliği yaşamadan erişim
Zaman Tasarrufu
Tüm gerekli kablolar bir sette, hızlı ve verimli teşhis imkanı
Güvenilir Performans
Profesyonel kalitede, tutarlı ve hatasız teşhis sonuçları
İnteraktif Kurulum Videosu
Adım adım kurulum ve kullanım rehberi
Kolay Kurulum Rehberi
4 basit adımda kurulum ve kullanıma hazırlık
1
Yazılım İndirme
Web sitemizin sipariş durumu sorgulama bölümünden Autocom yazılımınızı güvenli şekilde indirin
2
Kurulum İşlemi
İndirdiğiniz yazılım dosyasını çalıştırın ve kurulum talimatlarını takip ederek sisteminize kurun
3
Bağlantı Kurma
CDP+ cihazını USB ile bilgisayara, uygun kabloyu da aracın OBD portuna aynı anda bağlayın
4
Teşhise Başlama
Autocom yazılımını açın ve profesyonel arıza tespit işlemlerinizi gerçekleştirin
YAZILIM BİLGİSİAutocom CDP+ Arıza Tespit Cihazı Yazılımı
Autocom CDP+ Arıza Tespit Cihazı donanımınız, ihtiyaçlarınıza yönelik farklı yazılım seçenekleriyle potansiyeline ulaşır. Standart sürümle başlayın veya en güncel araç desteği için son sürüme yükseltin.
ÜCRETSİZ HEDİYE

Hediye Paketiniz: Autocom 2017
Ürün ile birlikte ücretsiz olarak Autocom 2017 yazılımı, Radyo Kod Çözme paket yazılımları ve Autodata yazılımı hediye edilmektedir.
- 2017'ye kadar araç desteği
- Kapsamlı teşhis fonksiyonları
- Radyo Kod Çözme yazılımları
- Autodata teknik veri tabanı
Hediye Yazılım Paketini İndir
PREMİUM SÜRÜM

Opsiyonel: Autocom 2021
2017 sonrası model araçlarda tam uyumluluk ve en yeni özellikler için son sürüm 2021 yazılımı. Bu sürüm son sürümdür ve sürekli güncelleme almaz.
- 2021'e kadar araç desteği
- Gelişmiş ECU kodlama özellikleri
- En güncel teşhis protokolleri
- Uzak kurulum desteği dahil
SIKÇA SORULAN SORULAR
Sıkça Sorulan Sorular
Autocom CDP+ cihazı, yazılımı ve kullanımı hakkında aklınıza takılabilecek soruların yanıtlarını burada bulabilirsiniz.
Autocom CDP+ nedir ve ne işe yarar?
Autocom CDP+ profesyonel bir araç arıza tespit cihazıdır. Bu cihaz ile araçlarınızın elektronik sistemlerindeki hataları okuyabilir, silebilir, canlı veri takibi yapabilir, servis sıfırlamalarını gerçekleştirebilir ve ECU kodlama işlemlerini yapabilirsiniz. Binek araçlardan ağır vasıtalara kadar geniş bir araç yelpazesinde kullanılabilen bu cihaz, otomotiv sektöründe çalışan profesyoneller için vazgeçilmez bir araçtır.
Autocom CDP+ Binek Araç Seti hangi markaları destekler?
Autocom CDP+ Binek Araç Seti, 60'tan fazla binek araç markasını desteklemektedir. Volkswagen Grubu (VW, Audi, Seat, Skoda), BMW Grubu, Mercedes-Benz, Ford, Renault, Peugeot, Citroen, Toyota, Hyundai, Kia ve daha birçok Avrupa, Asya ve Amerikan marka araçlarda kullanılabilir.
Cihazı kullanmak için teknik bilgiye ihtiyacım var mı?
Autocom CDP+, kullanıcı dostu bir arayüze sahiptir ancak verimli kullanım için temel otomotiv bilgisi gereklidir. Hata kodu okuma/silme ve veri akışı gibi temel fonksiyonlar için özel bir eğitim gerekmezken, kodlama ve programlama gibi ileri düzey işlemler için otomotiv elektroniği konusunda bilgi sahibi olmanız önerilir.
Autocom CDP+ Binek Araç Seti hangi işletim sistemlerinde çalışır?
Autocom CDP+ yazılımı Windows 10, Windows 11 ve Windows 7 (32-bit ve 64-bit) işletim sistemlerinde sorunsuz çalışmaktadır.
Kablo setindeki 8 kablo hangi markaları kapsar?
8'li kablo setinde BMW 20 Pin, Fiat 3 Pin, Audi 2+2 Pin, Mercedes 38 Pin, Opel 10 Pin, PSA 3 Pin, PSA 30 Pin ve Maşalı Akü Güç Kablosu bulunmaktadır. Bu özel kablolar sayesinde çeşitli marka ve model araçlara uygun bağlantı sağlayabilirsiniz.
Cihazın garantisi var mı ve ne kadar süreyle geçerli?
Autocom CDP+ cihazı 6 ay garantili olarak satılmaktadır. Garanti kapsamına üretim hatalarından kaynaklanan arızalar dahildir. Normal kullanım koşullarında oluşabilecek sorunlarda cihaz değişimi veya onarımı yapılmaktadır. Fiziksel darbeler ve kullanıcı hatasından kaynaklanan arızalar garanti kapsamı dışındadır.
DESTEK VE İLETİŞİM
Her Zaman Yanınızdayız
Autocom CDP+ ile ilgili her türlü soru ve destek talebiniz için bize ulaşın. 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
العربية