Nexiq USB Link 2 Arıza Tespit Cihazı
Ağır vasıta teşhisinde güvenilir çözüm sunan NEXIQ USB Link 2, J1708/J1587 ve CAN/J1939 protokollerini destekleyerek geniş kapsamlı diagnostik işlemleri sağlar. Yılların deneyimiyle kanıtlanmış güvenilir performansıyla atölyelerin vazgeçilmez teşhis ekipmanıdır.
OEM Yazılım Uyumluluğu
Çok çeşitli yazılımla çalışır
Çoklu Protokol Desteği
J1708/J1587 ve CAN/J1939
Geniş Araç Desteği
Kamyon, otobüs ve daha fazlası
NEXIQ USB Link 2 Arıza Tespit Cihazı | Profesyonel Çözüm
.nexiq-2 {
--primary: #353d9d;
--primary-dark: #282e78;
--primary-light: #4c54b8;
--primary-gradient: linear-gradient(135deg, var(--primary), #4c54b8);
--secondary: #ff5757;
--dark: #121826;
--gray-dark: #363e50;
--gray: #6e7891;
--gray-light: #e6e9f0;
--light: #f8fafc;
--white: #ffffff;
--shadow-sm: 0 4px 10px rgba(53, 61, 157, 0.05);
--shadow-md: 0 10px 30px rgba(53, 61, 157, 0.1);
--shadow-lg: 0 20px 40px rgba(53, 61, 157, 0.15);
--border-radius-sm: 0.5rem;
--border-radius: 0.75rem;
--border-radius-lg: 1.5rem;
--transition: all 0.3s ease;
}
.nexiq-2 * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.nexiq-2 {
font-family: 'Plus Jakarta Sans', sans-serif;
color: var(--gray-dark);
background-color: var(--white);
line-height: 1.6;
overflow-x: hidden;
}
.nexiq-2 .container {
width: 100%;
padding: 0 2rem;
max-width: 1400px;
margin: 0 auto;
}
.nexiq-2 .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 1rem 2rem;
border-radius: 0.5rem;
font-weight: 600;
font-size: 1rem;
transition: var(--transition);
text-decoration: none;
cursor: pointer;
}
.nexiq-2 .btn-primary {
background: var(--primary);
color: var(--white);
box-shadow: 0 8px 20px rgba(53, 61, 157, 0.3);
}
.nexiq-2 .btn-primary:hover {
background: var(--primary-dark);
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(53, 61, 157, 0.4);
color: var(--white);
}
/* Hero Section */
.nexiq-2 .hero {
background: linear-gradient(180deg, var(--white) 0%, #eceeff 100%);
padding: 9rem 0;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.nexiq-2 .hero::before {
content: '';
position: absolute;
width: 120%;
height: 120%;
top: -10%;
right: -10%;
background: radial-gradient(ellipse at center, rgba(53, 61, 157, 0.05) 0%, rgba(53, 61, 157, 0) 70%);
z-index: 1;
}
.nexiq-2 .hero-content {
position: relative;
z-index: 2;
text-align: center;
width: 100%;
}
.nexiq-2 .hero-badge {
display: inline-block;
background: rgba(53, 61, 157, 0.08);
color: var(--primary);
font-weight: 600;
font-size: 0.875rem;
padding: 0.5rem 1rem;
border-radius: 2rem;
margin-bottom: 1.5rem;
}
.nexiq-2 .hero-title {
font-size: 4rem;
font-weight: 800;
line-height: 1.1;
margin-bottom: 1.5rem;
color: var(--dark);
}
.nexiq-2 .hero-title span {
background: var(--primary-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.nexiq-2 .hero-description {
font-size: 1.25rem;
color: var(--gray);
margin-bottom: 2.5rem;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.nexiq-2 .hero-features {
display: flex;
justify-content: center;
margin-top: 3rem;
gap: 3rem;
}
.nexiq-2 .hero-feature {
display: flex;
align-items: center;
gap: 0.75rem;
}
.nexiq-2 .hero-feature-icon {
width: 42px;
height: 42px;
border-radius: 50%;
background: var(--white);
display: flex;
align-items: center;
justify-content: center;
box-shadow: var(--shadow-sm);
color: var(--primary);
font-size: 1.25rem;
}
.nexiq-2 .hero-feature-text {
font-weight: 600;
color: var(--gray-dark);
}
/* Product Gallery & Description Section */
.nexiq-2 .product-gallery-description {
padding: 6rem 0;
background: linear-gradient(180deg, var(--white) 0%, #f8f9ff 100%);
}
.nexiq-2 .section-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--dark);
margin-bottom: 1rem;
text-align: center;
}
.nexiq-2 .section-subtitle {
font-size: 1.125rem;
color: var(--gray);
max-width: 700px;
margin: 0 auto 3rem;
text-align: center;
}
.nexiq-2 .gallery-description-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: center;
}
.nexiq-2 .gallery-container {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.nexiq-2 .gallery-main {
position: relative;
overflow: hidden;
border-radius: var(--border-radius);
box-shadow: var(--shadow-md);
background-color: white;
height: 500px; /* Height for the main image/iframe container */
display: flex;
align-items: center;
justify-content: center;
}
.nexiq-2 .gallery-main-img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
transition: transform 0.5s ease;
}
.nexiq-2 .gallery-iframe-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: white;
position: relative;
overflow: hidden;
}
.nexiq-2 .gallery-iframe {
width: 100%;
height: 120%; /* Increased height to show the product better */
border: none;
display: block;
position: absolute;
top: -80px; /* Move iframe up to focus more on product */
left: 0;
}
.nexiq-2 .gallery-main:hover .gallery-main-img {
transform: scale(1.03);
}
.nexiq-2 #gallery-content-host {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.nexiq-2 .gallery-thumbnails {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 1rem;
}
.nexiq-2 .gallery-thumb {
position: relative;
overflow: hidden;
border-radius: var(--border-radius-sm);
cursor: pointer;
box-shadow: var(--shadow-sm);
background-color: white;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
}
.nexiq-2 .gallery-thumb.active {
border: 2px solid var(--primary);
box-shadow: 0 0 0 3px rgba(53, 61, 157, 0.3);
}
.nexiq-2 .gallery-thumb-img {
max-width: 90%;
max-height: 90%;
object-fit: contain;
display: block;
transition: transform 0.3s ease;
}
.nexiq-2 .gallery-thumb:hover .gallery-thumb-img {
transform: scale(1.05);
}
.nexiq-2 .gallery-thumb:hover {
box-shadow: var(--shadow-md);
}
.nexiq-2 .description-content h2 {
font-size: 2.25rem;
font-weight: 700;
color: var(--dark);
margin-bottom: 1.5rem;
}
.nexiq-2 .description-text {
color: var(--gray);
margin-bottom: 2rem;
line-height: 1.7;
}
.nexiq-2 .description-highlight {
color: var(--primary-dark);
font-weight: 600;
}
.nexiq-2 .description-features {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
}
.nexiq-2 .description-feature {
display: flex;
align-items: flex-start;
gap: 0.75rem;
}
.nexiq-2 .description-feature-icon {
min-width: 22px;
color: var(--primary);
font-size: 1rem;
margin-top: 0.25rem;
}
.nexiq-2 .description-feature-text {
font-weight: 500;
color: var(--gray-dark);
}
.nexiq-2 .gallery-badge {
position: absolute;
top: 15px;
right: 15px;
background: var(--primary-gradient);
color: var(--white);
font-weight: 700;
padding: 0.75rem;
border-radius: 50%;
box-shadow: var(--shadow-md);
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
line-height: 1.2;
text-align: center;
z-index: 10;
}
.nexiq-2 .badge-title {
font-size: 1.25rem;
}
.nexiq-2 .badge-text {
font-size: 0.7rem;
font-weight: 500;
}
.nexiq-2 .gallery-360-icon {
font-size: 1.5rem;
color: var(--primary);
margin-bottom: 0.3rem;
}
.nexiq-2 .gallery-360-text {
font-size: 0.75rem;
font-weight: 600;
color: var(--primary);
}
/* Responsive */
@media (max-width: 1200px) {
.nexiq-2 .gallery-description-container {
grid-template-columns: 1fr;
gap: 3rem;
}
.nexiq-2 .gallery-container {
max-width: 600px;
margin: 0 auto;
}
.nexiq-2 .gallery-main {
height: 400px;
}
.nexiq-2 .description-features {
max-width: 600px;
margin: 0 auto;
}
.nexiq-2 .gallery-iframe {
top: -60px; /* Adjust for medium screens */
}
}
@media (max-width: 768px) {
.nexiq-2 .hero {
padding: 6rem 0;
}
.nexiq-2 .hero-title,
.nexiq-2 .section-title {
font-size: 2.5rem;
}
.nexiq-2 .hero-features {
flex-direction: column;
gap: 1rem;
align-items: center;
}
.nexiq-2 .gallery-main {
height: 350px;
}
.nexiq-2 .description-features {
grid-template-columns: 1fr;
}
.nexiq-2 .gallery-thumbnails {
grid-template-columns: repeat(4, 1fr); /* 4 columns on tablet, 360 butonu kaldırıldı */
}
/* Mobilde 360 görünüm butonu gizleme */
.nexiq-2 .gallery-thumb.thumb-360 {
display: none;
}
/* Mobilde statik görsel gösterme */
.nexiq-2 .mobile-fallback-img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
/* İkinci thumbnail'i otomatik aktif hale getirme için eklendi */
.nexiq-2 .gallery-thumb:nth-child(2) {
order: -1; /* İlk sıraya yerleştirir */
}
}
@media (max-width: 576px) {
.nexiq-2 .gallery-thumbnails {
grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
}
.nexiq-2 .gallery-main {
height: 300px;
}
.nexiq-2 .description-content h2 {
font-size: 1.75rem;
}
}
/* General Features Section */
.nexiq-2 .general-features-section {
padding: 6rem 0;
background-color: var(--white); /* Changed background to white for more contrast */
border-top: 1px solid var(--gray-light); /* Added top border for separation */
}
.nexiq-2 .features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr); /* Desktop: 4 columns */
gap: 2.5rem;
margin-top: 3rem;
}
.nexiq-2 .feature-item {
background-color: var(--white);
padding: 1.5rem 1.2rem; /* Further reduced padding */
border-radius: var(--border-radius);
box-shadow: var(--shadow-md);
text-align: center;
transition: var(--transition);
}
.nexiq-2 .feature-item:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
}
.nexiq-2 .feature-icon {
font-size: 2.2rem; /* Further reduced icon size */
color: var(--primary);
margin-bottom: 0.8rem; /* Further reduced margin */
display: inline-block;
}
.nexiq-2 .feature-icon i {
background: var(--primary-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.nexiq-2 .feature-title {
font-size: 1.1rem; /* Further reduced title size */
font-weight: 700;
color: var(--dark);
margin-bottom: 0.4rem; /* Further reduced margin */
}
.nexiq-2 .feature-description {
font-size: 0.8rem; /* Further reduced description size */
color: var(--gray);
line-height: 1.5; /* Adjusted line height */
}
/* Responsive for General Features */
@media (max-width: 1200px) { /* Large tablets / Smaller Desktops */
.nexiq-2 .features-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) { /* Tablets and Mobile */
.nexiq-2 .features-grid {
grid-template-columns: repeat(2, 1fr); /* Mobile: 2 columns */
gap: 1.5rem;
}
.nexiq-2 .feature-item {
padding: 1.2rem 0.8rem; /* Adjusted padding for tablets/mobile */
}
.nexiq-2 .feature-title {
font-size: 1rem; /* Adjusted for tablets/mobile */
}
.nexiq-2 .feature-description {
font-size: 0.75rem; /* Adjusted for tablets/mobile */
}
}
@media (max-width: 576px) { /* Small Mobile devices */
.nexiq-2 .features-grid {
gap: 0.8rem; /* Further reduce gap */
}
.nexiq-2 .feature-item {
padding: 1rem 0.6rem; /* Further reduced padding for small mobile */
}
.nexiq-2 .feature-title {
font-size: 0.9rem; /* Further reduced for small mobile */
}
.nexiq-2 .feature-description {
font-size: 0.7rem; /* Further reduced for small mobile */
}
}
/* Combined Technical Details & Protocols Section (Tabs) */
.nexiq-2 .technical-details-section {
padding: 6rem 0;
background-color: var(--white); /* Keep it clean */
border-top: 1px solid var(--gray-light);
}
.nexiq-2 .tabs-container {
display: flex;
justify-content: center;
margin-bottom: 2.5rem;
border-bottom: 2px solid var(--gray-light);
}
.nexiq-2 .tab-button {
display: inline-flex; /* For icon and text alignment */
align-items: center;
justify-content: center;
gap: 0.75rem; /* Space between icon and text */
padding: 1rem 2rem; /* Adjusted padding */
cursor: pointer;
background-color: transparent;
border: none;
font-size: 1.1rem; /* Slightly adjusted font size */
font-weight: 600;
color: var(--gray);
position: relative;
transition: color 0.3s ease, background-color 0.3s ease;
}
.nexiq-2 .tab-button i { /* Icon styling within tab */
font-size: 1em; /* Relative to button's font size */
}
.nexiq-2 .tab-button.active {
color: var(--primary);
}
.nexiq-2 .tab-button.active::after {
content: '';
position: absolute;
bottom: -2px; /* Align with the container's border */
left: 0;
width: 100%;
height: 3px;
background-color: var(--primary);
border-radius: 3px 3px 0 0;
}
.nexiq-2 .tab-content {
display: none; /* Hidden by default */
animation: fadeIn 0.5s ease-in-out;
}
.nexiq-2 .tab-content.active {
display: block;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
/* Styles for Protocols List within Tabs */
.nexiq-2 .protocols-list-tab {
list-style: none;
padding: 0;
column-count: 2;
column-gap: 2.5rem;
margin-top: 1.5rem; /* Space above the list */
}
.nexiq-2 .protocols-list-tab li {
display: flex;
align-items: flex-start;
gap: 0.75rem;
padding: 0.7rem 0; /* Adjusted padding */
font-size: 0.9rem; /* Slightly smaller for better fit */
color: var(--gray-dark);
border-bottom: 1px dashed var(--gray-light); /* Dashed for a softer look */
break-inside: avoid-column;
}
.nexiq-2 .protocols-list-tab li:last-child {
border-bottom: none;
}
.nexiq-2 .protocols-list-tab li i {
color: var(--primary-light); /* Lighter primary for icons */
font-size: 1rem;
margin-top: 0.1rem;
min-width: 18px;
}
/* Responsive for Tabs */
@media (max-width: 768px) {
.nexiq-2 .technical-details-section .container { /* Make tabs container full width on mobile */
padding-left: 0;
padding-right: 0;
}
.nexiq-2 .tabs-container {
flex-direction: column; /* Stack tab buttons */
border-bottom: none;
/* border-radius: var(--border-radius-sm); /* Remove radius if it's full width edge to edge */
/* overflow: hidden; /* Remove if no radius */
/* box-shadow: var(--shadow-sm); /* Remove shadow if it's full width edge to edge */
/* The above were for a contained look, now it's edge-to-edge */
}
.nexiq-2 .tab-button {
width: 100%;
padding: 1.25rem 0; /* Remove horizontal padding for edge-to-edge content */
border-bottom: 1px solid var(--gray-light);
font-weight: 600;
color: var(--primary-dark);
border-radius: 0; /* Ensure no radius on individual buttons if container is edge-to-edge */
}
.nexiq-2 .tab-button:last-child {
border-bottom: none; /* Remove border from the last tab button */
}
.nexiq-2 .tab-button.active::after {
display: none;
}
.nexiq-2 .tab-button.active {
background-color: var(--primary); /* Prominent background for active tab */
color: var(--white); /* White text for active tab */
font-weight: 700; /* Even bolder for active tab */
}
.nexiq-2 .protocols-list-tab {
column-count: 1;
}
}
@media (max-width: 576px) {
.nexiq-2 .tab-button {
font-size: 1.05rem;
padding: 0.9rem 1.2rem;
}
}
/* Why Choose Us Section - Redesigned with Image and Points */
.nexiq-2 .why-choose-section {
padding: 6rem 0;
background-color: var(--light); /* Light background for contrast */
}
.nexiq-2 .why-choose-container {
display: grid;
grid-template-columns: 1fr 1.2fr; /* Image column and content column */
gap: 4rem; /* Increased gap */
align-items: center;
margin-top: 3rem;
}
.nexiq-2 .why-choose-image-placeholder {
background-color: var(--gray-light);
border-radius: var(--border-radius-lg);
min-height: 450px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: var(--gray);
text-align: center;
box-shadow: var(--shadow-md);
overflow: hidden; /* Ensure image fits */
}
.nexiq-2 .why-choose-image-placeholder img {
width: 100%;
height: 100%;
object-fit: cover; /* Make image cover the placeholder */
}
.nexiq-2 .why-choose-points {
display: flex;
flex-direction: column;
gap: 2rem; /* Gap between each point */
}
.nexiq-2 .why-choose-point-item {
display: flex;
align-items: flex-start; /* Align icon to the top of text */
gap: 1.5rem;
}
.nexiq-2 .why-choose-point-icon {
font-size: 2rem; /* Icon size */
color: var(--primary);
margin-top: 0.25rem; /* Slight top margin for alignment */
flex-shrink: 0; /* Prevent icon from shrinking */
width: 40px; /* Fixed width for icon container */
text-align: center;
}
.nexiq-2 .why-choose-point-icon i {
background: var(--primary-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.nexiq-2 .why-choose-point-content h3 {
font-size: 1.3rem;
font-weight: 700;
color: var(--dark);
margin-bottom: 0.5rem;
}
.nexiq-2 .why-choose-point-content p {
font-size: 0.95rem;
color: var(--gray-dark);
line-height: 1.7;
}
/* Responsive for Why Choose Us - Redesigned */
@media (max-width: 992px) {
.nexiq-2 .why-choose-container {
grid-template-columns: 1fr; /* Stack image and content */
gap: 3rem;
}
.nexiq-2 .why-choose-image-placeholder {
min-height: 350px;
margin-bottom: 2rem; /* Add space when stacked */
}
}
@media (max-width: 768px) {
.nexiq-2 .why-choose-point-content h3 {
font-size: 1.2rem;
}
.nexiq-2 .why-choose-point-content p {
font-size: 0.9rem;
}
}
/* FAQ Section - Enhanced Design */
.nexiq-2 .faq-section {
padding: 6rem 0;
background-color: #f9faff; /* Slightly off-white background for the section */
border-top: 1px solid var(--gray-light);
}
.nexiq-2 .faq-item {
background-color: var(--white); /* White background for each item */
border: 1px solid var(--gray-light);
border-radius: var(--border-radius);
margin-bottom: 1.5rem;
box-shadow: var(--shadow-md); /* Enhanced shadow for depth */
overflow: hidden;
transition: box-shadow 0.3s ease;
}
.nexiq-2 .faq-item:hover {
box-shadow: var(--shadow-lg);
}
.nexiq-2 .faq-question {
padding: 1.75rem 2.25rem; /* Increased padding */
font-size: 1.2rem; /* Slightly larger font */
font-weight: 700; /* Bolder */
color: var(--primary-dark); /* Primary dark color for question */
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: background-color 0.3s ease;
position: relative;
}
.nexiq-2 .faq-question:hover {
background-color: var(--primary-light);
color: var(--white);
}
.nexiq-2 .faq-question:hover i {
color: var(--white);
}
.nexiq-2 .faq-question i {
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), color 0.3s ease; /* Smoother transition, added color transition */
color: var(--primary);
font-size: 1.3rem; /* Slightly larger icon */
margin-left: 1rem; /* Ensure some space if text is long */
}
.nexiq-2 .faq-question span { /* For centering the question text */
flex-grow: 1;
text-align: center;
/* margin-right: 1rem; /* Space before the icon, handled by icon's margin-left now */
}
.nexiq-2 .faq-answer {
padding: 0 2.25rem;
max-height: 0;
overflow: hidden;
transition: max-height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), padding 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); /* Smoother and slightly longer transition */
color: var(--gray-dark);
line-height: 1.8; /* Increased line height for readability */
background-color: var(--white); /* Ensure answer area is white */
}
.nexiq-2 .faq-answer p {
padding-top: 1rem; /* Add padding top to the paragraph itself */
padding-bottom: 1.75rem; /* Increased bottom padding */
margin: 0;
}
.nexiq-2 .faq-item.active .faq-question {
background-color: var(--primary); /* Active question background */
color: var(--white); /* Active question text color */
}
.nexiq-2 .faq-item.active .faq-question i {
transform: rotate(135deg); /* Changed icon rotation for a different look */
color: var(--white); /* Active icon color */
}
.nexiq-2 .faq-item.active .faq-answer {
max-height: 600px; /* Increased max-height for potentially longer answers */
/* padding top/bottom is handled by p element now */
}
/* YouTube Video Section */
.nexiq-2 .youtube-video-section {
padding: 6rem 0;
background-color: var(--light); /* Light background for contrast */
border-top: 1px solid var(--gray-light);
}
.nexiq-2 .video-container {
position: relative;
width: 100%;
max-width: 800px;
margin: 0 auto;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
overflow: hidden;
border-radius: var(--border-radius-lg);
box-shadow: var(--shadow-lg);
background-color: var(--dark);
}
.nexiq-2 .video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: var(--border-radius-lg);
}
/* Responsive for YouTube Video */
@media (max-width: 768px) {
.nexiq-2 .video-container {
max-width: 100%;
margin: 0 1rem;
border-radius: var(--border-radius);
}
.nexiq-2 .video-container iframe {
border-radius: var(--border-radius);
}
}
/* Support Contact Section - Design from Image */
.nexiq-2 .support-contact-section {
padding: 6rem 0;
background-color: var(--white); /* White background for the section */
color: var(--dark); /* Default text color to dark */
}
.nexiq-2 .section-header-centered { /* New wrapper for centering title and subtitle */
text-align: center;
margin-bottom: 3rem; /* Spacing before the grid */
}
.nexiq-2 .support-contact-section .section-title {
color: var(--dark); /* Dark title */
position: relative;
display: inline-block; /* To make the ::after work correctly with text-align: center on parent */
padding-bottom: 0.75rem; /* Space for the accent line */
/* text-align: center; is already on .section-title globally */
}
.nexiq-2 .support-contact-section .section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px; /* Width of the accent line */
height: 4px; /* Thickness of the accent line */
background-color: var(--primary); /* MAIN color accent line */
border-radius: 2px;
}
.nexiq-2 .support-contact-section .section-subtitle {
color: var(--gray); /* Lighter gray for subtitle */
font-size: 1.125rem;
max-width: 700px;
margin: 1rem auto 0; /* Bottom margin handled by .section-header-centered */
}
.nexiq-2 .contact-info-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem; /* Gap from image */
margin-top: 3rem;
}
.nexiq-2 .contact-info-item {
background: rgba(53, 61, 157, 0.03); /* Very subtle tint of var(--primary) */
padding: 2rem 1.5rem;
border-radius: var(--border-radius-lg); /* Consistent rounded corners */
text-align: center;
transition: var(--transition);
box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* Soft shadow */
}
/* Mobile Responsive for Support Contact Section */
@media (max-width: 768px) {
.nexiq-2 .contact-info-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
margin-top: 2rem;
}
.nexiq-2 .contact-info-item {
padding: 1.5rem 1rem;
margin: 0 0.5rem; /* Add small side margins */
}
.nexiq-2 .support-contact-section {
padding: 4rem 0;
}
}
@media (max-width: 576px) {
.nexiq-2 .contact-info-grid {
gap: 1rem;
}
.nexiq-2 .contact-info-item {
padding: 1.25rem 0.75rem;
margin: 0 0.25rem; /* Smaller margins for very small screens */
}
.nexiq-2 .contact-info-icon {
font-size: 1.5rem;
width: 50px;
height: 50px;
line-height: 50px;
}
.nexiq-2 .contact-info-item h3 {
font-size: 1.1rem;
}
.nexiq-2 .contact-info-item p,
.nexiq-2 .contact-info-item a {
font-size: 0.9rem;
}
}
.nexiq-2 .contact-info-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.nexiq-2 .contact-info-icon {
font-size: 1.8rem; /* Icon size from image */
width: 60px; /* Circle size */
height: 60px;
line-height: 60px; /* Vertically center icon */
border-radius: 50%;
background-color: rgba(53, 61, 157, 0.1); /* Light tint of var(--primary) */
color: var(--primary); /* MAIN color icon color */
margin-bottom: 1rem;
display: inline-block; /* To center it */
}
/* .nexiq-2 .contact-info-item:hover .contact-info-icon {
Removed hover effect for icon as per image
} */
.nexiq-2 .contact-info-item h3 { /* Telefon, E-posta, WhatsApp */
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 0.5rem;
color: var(--dark); /* Dark color for card titles */
}
.nexiq-2 .contact-info-item p,
.nexiq-2 .contact-info-item a {
font-size: 1rem;
color: var(--primary); /* MAIN color for contact details */
text-decoration: none;
line-height: 1.6;
font-weight: 500; /* Slightly bolder for red text */
}
.nexiq-2 .contact-info-item a:hover {
text-decoration: underline; /* Underline on hover for links */
color: var(--primary-dark); /* Darker shade of main on hover */
}
.nexiq-2 .contact-info-item p.contact-detail-secondary { /* For non-link text like "Hafta içi..." */
color: var(--gray); /* Gray for secondary details if any */
font-size: 0.9rem;
margin-top: 0.25rem;
}
/* VAT Information Section */
.nexiq-2 .vat-info-section {
padding: 4rem 0;
background: linear-gradient(135deg, #f8f9ff 0%, #eceeff 100%);
border-top: 1px solid var(--gray-light);
}
.nexiq-2 .vat-info-container {
max-width: 1200px;
margin: 0 auto;
}
.nexiq-2 .vat-info-header {
text-align: center;
margin-bottom: 3rem;
}
.nexiq-2 .vat-info-title {
font-size: 2.25rem;
font-weight: 700;
color: var(--dark);
margin-bottom: 1rem;
position: relative;
display: inline-block;
padding-bottom: 0.75rem;
}
.nexiq-2 .vat-info-title::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 4px;
background: var(--primary-gradient);
border-radius: 2px;
}
.nexiq-2 .vat-info-subtitle {
font-size: 1.125rem;
color: var(--gray);
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}
.nexiq-2 .vat-services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-bottom: 3rem;
margin-top: 2rem;
}
.nexiq-2 .vat-service-item {
background: var(--white);
padding: 2rem 1.5rem;
border-radius: var(--border-radius-lg);
text-align: center;
box-shadow: var(--shadow-md);
transition: var(--transition);
border: 2px solid transparent;
position: relative;
overflow: hidden;
}
.nexiq-2 .vat-service-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: var(--primary-gradient);
}
.nexiq-2 .vat-service-item:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-light);
}
.nexiq-2 .vat-service-icon {
width: 70px;
height: 70px;
border-radius: 50%;
background: var(--primary-gradient);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
color: var(--white);
font-size: 1.8rem;
box-shadow: 0 8px 20px rgba(53, 61, 157, 0.3);
}
.nexiq-2 .vat-service-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--dark);
margin-bottom: 1rem;
}
.nexiq-2 .vat-service-description {
font-size: 0.95rem;
color: var(--gray);
line-height: 1.6;
}
.nexiq-2 .vat-whatsapp-container {
text-align: center;
}
.nexiq-2 .vat-whatsapp-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 1rem;
background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
color: var(--white);
padding: 1.25rem 2.5rem;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
transition: var(--transition);
border: none;
cursor: pointer;
}
.nexiq-2 .vat-whatsapp-button:hover {
transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
color: var(--white);
}
.nexiq-2 .vat-whatsapp-button i {
font-size: 1.3rem;
}
.nexiq-2 .vat-notice {
background: rgba(255, 255, 255, 0.8);
border: 2px solid var(--primary-light);
border-radius: var(--border-radius);
padding: 1.5rem;
margin-top: 2rem;
text-align: center;
backdrop-filter: blur(10px);
}
.nexiq-2 .vat-notice p {
margin: 0;
font-size: 0.95rem;
color: var(--primary-dark);
font-weight: 600;
line-height: 1.6;
}
.nexiq-2 .vat-notice i {
color: var(--primary);
margin-right: 0.5rem;
font-size: 1.1rem;
}
/* Mobile Responsive for VAT Section */
@media (max-width: 992px) {
.nexiq-2 .vat-services-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.nexiq-2 .vat-info-title {
font-size: 2rem;
}
}
@media (max-width: 768px) {
.nexiq-2 .vat-info-section {
padding: 3rem 0;
}
.nexiq-2 .vat-info-title {
font-size: 1.8rem;
}
.nexiq-2 .vat-info-subtitle {
font-size: 1rem;
}
.nexiq-2 .vat-service-item {
padding: 1.5rem 1rem;
}
.nexiq-2 .vat-service-icon {
width: 60px;
height: 60px;
font-size: 1.5rem;
}
.nexiq-2 .vat-service-title {
font-size: 1.1rem;
}
.nexiq-2 .vat-service-description {
font-size: 0.9rem;
}
.nexiq-2 .vat-whatsapp-button {
padding: 1rem 2rem;
font-size: 1rem;
}
}
@media (max-width: 576px) {
.nexiq-2 .vat-info-header {
margin-bottom: 2rem;
}
.nexiq-2 .vat-service-item {
padding: 1.25rem 0.75rem;
}
.nexiq-2 .vat-whatsapp-button {
padding: 0.875rem 1.5rem;
font-size: 0.95rem;
gap: 0.75rem;
}
.nexiq-2 .vat-notice {
padding: 1.25rem;
}
.nexiq-2 .vat-notice p {
font-size: 0.875rem;
}
}
NEXIQ USB Link 2 Arıza Tespit Cihazı
Ağır vasıta araçlar için geliştirilmiş, selefinden beş kat daha hızlı işlemciye sahip ve geniş protokol desteği sunan profesyonel bir arıza tespit çözümüdür.
Hemen Sipariş Ver
5 Kat Daha Hızlı
Geniş Araç Desteği
Sağlam Endüstriyel Tasarım
Yeni Nesil Arıza Tespit Teknolojisi
NEXIQ USB Link 2'nin üstün özelliklerini ve endüstriyel avantajlarını keşfedin
5x
daha hızlı
360°




Üstün Performans, Maksimum Verimlilik
NEXIQ USB Link 2, ağır vasıta teşhis ekosisteminde endüstriyel standartları yeniden tanımlayan yeni nesil bir teşhis aracıdır. RP1210 ve J2534 protokollerini entegre eden gelişmiş yapısıyla, kapsamlı OEM yazılım uyumluluğu sağlar.
Önceki nesle kıyasla 5 kat daha yüksek işlemci gücü ve genişletilmiş RAM kapasitesi ile donatılan bu yenilikçi cihaz, eş zamanlı kanallarda ağır veri yüklerini işleyebilme ve karmaşık tanılama görevlerini hızla tamamlama yeteneğine sahiptir. -40°C ila +85°C arasındaki çalışma sıcaklığı aralığıyla, en zorlu çevresel koşullarda bile güvenilir performans sunar.
Euro 3 - Euro 6 norm uyumluluğu
Gelişmiş hata teşhis sistemi
Aktüatör testleri ve kalibrasyonlar
Gerçek zamanlı veri akışı analizi
ECU programlama ve güncelleme
Endüstriyel dayanıklılık standardı
Teknik Detaylar ve Protokoller
NEXIQ USB Link 2'nin öne çıkan özelliklerini ve desteklediği geniş protokol yelpazesini keşfedin.
Genel Özellikler
Desteklenen Protokoller
Uyumlu Yazılımlar
Araç Yapılandırması
Araç yapılandırmasını okuma ve detaylı analiz.
Sistem Aktivasyonu
Tüm sistem parçalarını aktifleştirme ve adaptasyon yapma.
Hata Kodu Yönetimi
Modüllerden hata kodlarını okuma ve silme.
Canlı Veri İzleme
Araçtan gelen canlı verileri anlık olarak görüntüleme.
Geniş Motor Desteği
Cummins motorlu tüm Euro 3,4,5,6 araçları destekler.
Parametre & Kalibrasyon
Parametre ve kalibrasyon dosyalarını yükleme.
Derinlemesine Diagnostik
Kapsamlı ve derinlemesine diagnostik yapabilme.
Şema Görüntüleme
Tesisat şemalarını ve parça yerlerini görüntüleme.
Hata Kodu Açıklama
Hata kodlarını ve olası sebeplerini detaylı açıklama.
Motor Dyno Testleri
Motor performansını ölçmek için dyno testleri.
Sürüş Bilgi Kaydı
Sürüş bilgilerini kaydetme ve analiz etme sistemi.
Yakıt Tüketim Testi
Araç yakıt tüketimini test etme ve raporlama.
ECM Güvenliği
Geliştirilmiş ECM güvenliği ve beyin programlama.
Motor Diagnostik Testleri
Silindir sıkıştırma, kapatma, turbo gibi motor testleri.
Çevresel Test Uyumu
Çevresel test gereksinimlerini karşılama.
Ve Daha Fazlası...
NEXIQ USB Link 2'nin tüm yeteneklerini keşfedin.
- CAN / J1939 / ISO15765 – 250K, 500K, 1M b/s (Otomatik Baud Tespiti)
- Single Wire CAN (SWCAN)
- ISO 11898-3 Fault Tolerant CAN (FTCAN)
- Diagnostics Over Internet Protocol (DoIP)
- J1708
- J1850 VPW (Class 2)
- ISO PWM (SCP)
- ISO 9141 / KWP2000 (ISO 14230) K/L Hattı
- ALDL 9600 ve 8192 Baud
- ATEC 160 Baud
- RP1210A, RP1210B, RP1210C, RP1227 API Desteği
- J2534 API Desteği
- J2534 (2004 Taslağı)
- J2534-1 Kısmi Uygulama (Ticari Araç Odaklı)
- CAN – J1939/CAN125/CAN250/CAN500/CAN1000
- 2. CAN – J1939/CAN125/CAN250/CAN500/CAN1000
- J1587/J1708
- ISO 15765 (Diagnostik CAN)
- ISO 14230 (ISO9141 üzerinden KWP2000)
- ALDL ATEC 160 (160 baud)
Kurulan yazılımlar opsiyoneldir. İlandaki fiyat sadece donanım içindir.
- Allison DOC
- Bendix ACom
- Caterpillar Electronic Technician (ET)
- Cummins Insite
- Cummins PowerSpec
- Detroit Diesel Diagnostic Link (DDDL)
- Eaton ServiceRanger
- Freightliner ServiceLink
- International Diamond Logic Builder (DLB)
- International InTune
- International Master Diagnostics (MD)
- Mack/Volvo V-MAC Service Tools
- Meritor WABCO Toolbox
- PACCAR DAVIE4
- Volvo Premium Tech Tool (PTT)
- Ve daha birçok RP1210/J2534 uyumlu yazılım
Neden NEXIQ 2 Tercih Edilmelidir?
NEXIQ USB Link 2'yi rakiplerinden ayıran ve profesyoneller için ideal kılan temel nedenler.
Yüksek Performans ve Hız
Selefine göre 5 kat daha hızlı işlemci ve artırılmış RAM kapasitesi sayesinde, en karmaşık teşhis görevlerini ve veri yoğun uygulamaları bile saniyeler içinde tamamlayarak atölye verimliliğinizi maksimize eder.
Geniş Kapsamlı Uyumluluk
J1939, J1708, CAN, ISO15765, RP1210, J2534 ve en yeni DoIP dahil olmak üzere tüm kritik ağır vasıta protokollerini destekler. Bu, Cummins, Detroit, CAT, Volvo gibi lider markalarla tam uyumluluk anlamına gelir.
Endüstriyel Dayanıklılık
En zorlu atölye koşullarına bile dayanacak şekilde endüstriyel sınıf malzemelerle üretilmiştir. -40°C ila +85°C gibi ekstrem sıcaklık aralıklarında bile kesintisiz ve güvenilir performans sunar.
Gelişmiş Diagnostik Fonksiyonlar
Arıza kodu okuma/silmenin ötesinde; canlı veri akışı, aktüatör testleri, parametre ayarlama, kalibrasyon ve ECU programlama gibi OEM düzeyinde derinlemesine teşhis yetenekleri sunar.
Fiyat Bilgilendirme
Profesyonel hizmetlerimiz ve özel fiyat tekliflerimiz hakkında bilgi almak için bizimle iletişime geçin.
Fiyatlara KDV dahil değildir. Güncel fiyat bilgileri ve özel teklifler için lütfen bizimle iletişime geçiniz.
Özel İndirimler
Toplu alımlarda ve kurumsal müşterilerimize özel indirim fırsatları sunuyoruz. Size özel fiyat teklifimizi alın.
Fiyat Hesaplama
KDV dahil net fiyatlar, taksit seçenekleri ve ödeme koşulları hakkında detaylı bilgi alabilirsiniz.
Kişisel Destek
Uzman ekibimizden ürün seçimi, teknik özellikler ve satış sonrası destek konularında yardım alın.
Merak Edilenler (Sıkça Sorulan Sorular)
NEXIQ USB Link 2 hakkında en çok merak edilen sorular ve yanıtları.
NEXIQ USB Link 2 hangi araçlarla uyumludur?
NEXIQ USB Link 2, Cummins, Detroit Diesel, Caterpillar, Volvo, Mack, PACCAR, Navistar International gibi önde gelen ağır vasıta üreticilerinin yanı sıra birçok orta ve hafif ticari araçla da uyumludur. Geniş protokol desteği (J1939, J1708, CAN, DoIP vb.) sayesinde çok çeşitli OEM yazılımlarıyla sorunsuz çalışır.
NEXIQ USB Link 2'nin garanti süresi nedir ve neleri kapsar?
NEXIQ USB Link 2, standart olarak 6 ay süreyle üretimden kaynaklanan hatalara karşı üretici garantisi altındadır. Garanti koşulları, kapsamı ve geçerlilik detayları hakkında ayrıntılı bilgi için lütfen ürünü tedarik ettiğiniz yetkili satıcı ile irtibata geçiniz.
NEXIQ USB Link 2 zorlu şartlara dayanıklı mıdır?
Evet, NEXIQ USB Link 2 endüstriyel standartlarda tasarlanmış olup, -40°C ile +85°C arasında geniş bir çalışma sıcaklığı aralığına sahiptir. Bu sayede zorlu atölye ve saha koşullarında bile güvenilir performans ve dayanıklılık sunar.
Cihazı kullanmak için bilgisayar gerekli mi?
Evet, NEXIQ USB Link 2 bir arayüz cihazıdır ve teşhis yazılımlarını çalıştırmak için uyumlu bir Windows tabanlı bilgisayar (genellikle Windows 7, 8, 10 veya 11) gerektirir. Teşhis yazılımları bu bilgisayar üzerinde çalışır ve cihaz, araç ile bilgisayar arasında iletişimi sağlar.
Destek ve İletişim
Ürünlerimiz veya hizmetlerimiz hakkında sorularınız mı var? Bizimle iletişime geçmekten çekinmeyin.
Telefon
E-posta
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية