Jaltest Ağır Vasıta Profesyonel Arıza Tespit Cihazı / IVECO + SGW
/* Jaltest Iveco+SGW sayfası için özel stiller */
.jaltest-iveco-page, .jaltest-iveco-page button, .jaltest-iveco-page input, .jaltest-iveco-page select, .jaltest-iveco-page textarea {
font-family: 'Outfit', sans-serif;
}
.jaltest-iveco-page {
--primary: #335d8d;
--primary-dark: #244368;
--primary-light: #5f88b8;
--secondary: #f37021; /* Jaltest Turuncu */
--accent: #ffb100;
--light-bg: #f5f7fa;
--gradient-bg: linear-gradient(135deg, #f5f7fa, #e9edf5);
--text-dark: #1e2436;
--text-light: #5a6681;
--shadow-color: rgba(0, 114, 198, 0.25);
--success: #4caf50;
--success-dark: #3b8c3f;
--danger: #ff0000;
color: var(--text-dark);
margin: 0;
padding: 0;
text-align: center;
}
.jaltest-iveco-page * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.jaltest-iveco-page .banner-container {
position: relative;
width: 100%;
min-height: 100vh;
background: var(--gradient-bg);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 10rem 0 5rem;
}
.jaltest-iveco-page .banner-content-wrapper {
display: flex;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
position: relative;
z-index: 10;
justify-content: space-between;
align-items: center;
}
.jaltest-iveco-page .banner-text {
flex: 0 0 45%;
padding-right: 3rem;
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
max-width: 600px;
}
.jaltest-iveco-page .banner-image {
flex: 0 0 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}
.jaltest-iveco-page .product-img {
max-width: 85%;
height: auto;
filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
transform: perspective(1000px) rotateY(-8deg);
transition: transform 0.3s ease;
margin-bottom: 20px;
cursor: pointer;
}
.jaltest-iveco-page .product-img:hover {
transform: perspective(1000px) rotateY(0deg) scale(1.05);
}
.jaltest-iveco-page .gallery-thumbs {
display: flex;
gap: 10px;
justify-content: center;
margin-top: 15px;
flex-wrap: wrap;
max-width: 320px;
margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 0.7);
padding: 10px;
border-radius: 10px;
box-shadow: 0 3px 12px rgba(0,0,0,0.08);
position: relative;
z-index: 20;
}
.jaltest-iveco-page .gallery-thumb {
width: 60px;
height: 60px;
border-radius: 6px;
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.3s ease;
opacity: 0.7;
background-color: white;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.jaltest-iveco-page .gallery-thumb:hover {
opacity: 1;
transform: translateY(-2px);
border-color: var(--primary);
}
.jaltest-iveco-page .gallery-thumb.active {
border-color: var(--primary);
opacity: 1;
}
.jaltest-iveco-page .gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.jaltest-iveco-page .banner-title {
color: var(--text-dark);
font-size: 3.2rem;
font-weight: 800;
margin-bottom: 1.5rem;
letter-spacing: -1px;
line-height: 1.1;
}
.jaltest-iveco-page .highlight {
color: var(--primary);
position: relative;
display: inline-block;
}
.jaltest-iveco-page .highlight:after {
content: "";
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background-color: rgba(0, 114, 198, 0.1);
z-index: -1;
}
.jaltest-iveco-page .banner-subtitle {
color: var(--text-light);
font-size: 1.1rem;
font-weight: 400;
margin-bottom: 2.5rem;
line-height: 1.6;
}
.jaltest-iveco-page .features-list {
list-style: none;
margin-bottom: 2.5rem;
padding-left: 0;
}
.jaltest-iveco-page .feature-item {
display: flex;
align-items: center;
margin-bottom: 0.7rem;
}
.jaltest-iveco-page .feature-icon {
color: var(--primary);
margin-right: 1rem;
font-size: 1.2rem;
}
.jaltest-iveco-page .feature-text {
font-size: 1rem;
color: var(--text-light);
font-weight: 500;
}
.jaltest-iveco-page .cta-container {
display: flex;
gap: 1.5rem;
align-items: center;
}
.jaltest-iveco-page .cta-button {
display: inline-block;
padding: 1.2rem 3rem;
background-color: var(--primary);
color: white;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
border-radius: 50px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.3s ease;
box-shadow: 0 8px 20px var(--shadow-color);
position: relative;
overflow: hidden;
}
.jaltest-iveco-page .cta-button:before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: 0.5s;
}
.jaltest-iveco-page .cta-button:hover {
background-color: var(--primary-dark);
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(0, 114, 198, 0.4);
}
.jaltest-iveco-page .cta-button:hover:before {
left: 100%;
}
.jaltest-iveco-page .cta-secondary {
display: inline-block;
padding: 1.2rem 3rem;
background-color: var(--secondary);
color: white;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
border-radius: 50px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.3s ease;
box-shadow: 0 8px 20px rgba(243, 112, 33, 0.3);
}
.jaltest-iveco-page .cta-secondary:hover {
background-color: #d15b10;
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(243, 112, 33, 0.4);
}
.jaltest-iveco-page .hero-logo {
position: absolute;
top: 4rem;
left: 50%;
transform: translateX(-50%);
width: 180px;
z-index: 20;
}
.jaltest-iveco-page .decor-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(0, 114, 198, 0.07), rgba(255, 255, 255, 0));
z-index: 0;
}
.jaltest-iveco-page .circle-1 { width: 500px; height: 500px; top: -150px; left: -150px; }
.jaltest-iveco-page .circle-2 { width: 700px; height: 700px; bottom: -250px; right: -250px; background: linear-gradient(135deg, rgba(0, 114, 198, 0.04), rgba(255, 255, 255, 0)); }
.jaltest-iveco-page .circle-3 { width: 300px; height: 300px; top: 50%; left: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(0, 114, 198, 0.02) 0%, rgba(255, 255, 255, 0) 70%); }
.jaltest-iveco-page .product-info {
margin-top: 25px;
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}
.jaltest-iveco-page .product-info-item {
display: flex;
align-items: center;
gap: 10px;
background-color: rgba(255, 255, 255, 0.7);
padding: 8px 15px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 500;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
white-space: nowrap;
}
.jaltest-iveco-page .product-info-item i {
color: var(--primary);
font-size: 1rem;
}
.jaltest-iveco-page .product-info-item.original {
background: linear-gradient(135deg, rgba(0, 114, 198, 0.1), rgba(255, 255, 255, 0.8));
border: 1px solid rgba(0, 114, 198, 0.2);
padding: 10px 20px;
font-weight: 600;
box-shadow: 0 5px 15px rgba(0, 114, 198, 0.15);
}
.jaltest-iveco-page .product-info-item.original i {
color: var(--accent);
font-size: 1.1rem;
}
.jaltest-iveco-page .software-notice {
margin-top: 20px;
padding: 15px 20px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
max-width: 450px;
text-align: left;
border: 1px solid rgba(0, 114, 198, 0.1);
box-shadow: 0 4px 15px rgba(0, 114, 198, 0.08);
position: relative;
z-index: 20;
}
.jaltest-iveco-page .software-notice i {
font-size: 1.8rem;
color: var(--primary);
}
.jaltest-iveco-page .software-notice p {
font-size: 0.9rem;
color: var(--text-dark);
line-height: 1.5;
margin: 0;
}
.jaltest-iveco-page .software-notice p strong {
font-weight: 700;
}
/* Lightbox styles */
.jaltest-iveco-lightbox {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
align-items: center;
z-index: 100;
flex-direction: column;
}
.jaltest-iveco-lightbox.active {
display: flex;
}
.jaltest-iveco-lightbox .lightbox-img {
max-width: 80%;
max-height: 80vh;
object-fit: contain;
}
.jaltest-iveco-lightbox .lightbox-close {
position: absolute;
top: 20px;
right: 20px;
color: white;
font-size: 2rem;
cursor: pointer;
}
.jaltest-iveco-lightbox .lightbox-nav {
display: flex;
justify-content: space-between;
width: 80%;
margin-top: 20px;
}
.jaltest-iveco-lightbox .lightbox-nav button {
background-color: transparent;
border: none;
color: white;
font-size: 2rem;
cursor: pointer;
padding: 0 15px;
opacity: 0.7;
transition: opacity 0.3s;
}
.jaltest-iveco-lightbox .lightbox-nav button:hover {
opacity: 1;
}
/* Genel Bölüm Stilleri */
.jaltest-iveco-page .section-separator {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
margin: 10px 0;
}
.jaltest-iveco-page .section-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 20px;
position: relative;
display: inline-block;
}
.jaltest-iveco-page .section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: linear-gradient(90deg, var(--primary-light), var(--secondary));
}
.jaltest-iveco-page .section-subtitle {
color: var(--primary);
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 0.9rem;
margin-bottom: 10px;
}
.jaltest-iveco-page .section-desc {
color: var(--text-light);
max-width: 700px;
margin: 0 auto 40px;
font-size: 1.1rem;
line-height: 1.7;
}
/* Neden Jaltest Bölümü */
.jaltest-iveco-page .why-jaltest-section {
padding: 80px 0;
background: #ffffff;
}
.jaltest-iveco-page .why-jaltest-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.jaltest-iveco-page .why-jaltest-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
margin-top: 50px;
}
.jaltest-iveco-page .why-jaltest-item {
background: var(--light-bg);
padding: 40px 30px;
border-radius: 15px;
border: 1px solid rgba(0, 114, 198, 0.1);
transition: all 0.3s ease;
flex: 1 1 250px;
max-width: 400px;
}
.jaltest-iveco-page .why-jaltest-item:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 114, 198, 0.15);
}
.jaltest-iveco-page .why-jaltest-icon {
font-size: 2.5rem;
color: var(--primary);
margin-bottom: 20px;
}
.jaltest-iveco-page .why-jaltest-title {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 15px;
}
.jaltest-iveco-page .why-jaltest-desc {
font-size: 1rem;
line-height: 1.6;
color: var(--text-light);
}
/* Teknik Özellikler Bölümü */
.jaltest-iveco-page .tech-specs-section {
padding: 80px 0;
background: var(--gradient-bg);
}
.jaltest-iveco-page .tech-specs-container {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.jaltest-iveco-page .tech-specs-list {
list-style: none;
padding: 0;
margin-top: 50px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
text-align: left;
}
.jaltest-iveco-page .tech-specs-item {
background: #fff;
padding: 25px;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 114, 198, 0.08);
display: flex;
align-items: center;
}
.jaltest-iveco-page .tech-specs-icon {
font-size: 1.8rem;
color: var(--primary);
margin-right: 20px;
width: 50px;
text-align: center;
}
.jaltest-iveco-page .tech-specs-text strong {
display: block;
font-weight: 600;
color: var(--text-dark);
font-size: 1.1rem;
}
.jaltest-iveco-page .tech-specs-text span {
color: var(--text-light);
}
/* Paket İçeriği Bölümü */
.jaltest-iveco-page .package-section {
padding: 80px 0;
background: #ffffff;
}
.jaltest-iveco-page .package-container {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.jaltest-iveco-page .package-card {
display: flex;
background: var(--gradient-bg);
border-radius: 20px;
box-shadow: 0 20px 50px rgba(0, 114, 198, 0.15);
overflow: hidden;
align-items: center;
margin-top: 50px;
}
.jaltest-iveco-page .package-image-container {
flex: 1;
padding: 30px;
}
.jaltest-iveco-page .package-image-container img {
max-width: 100%;
height: auto;
}
.jaltest-iveco-page .package-list-container {
flex: 1;
padding: 50px 40px;
text-align: left;
}
.jaltest-iveco-page .package-list-title {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 30px;
}
.jaltest-iveco-page .package-list {
list-style: none;
padding: 0;
}
.jaltest-iveco-page .package-list li {
font-size: 1.1rem;
color: var(--text-dark);
margin-bottom: 1.5rem;
display: flex;
align-items: center;
font-weight: 500;
}
.jaltest-iveco-page .package-list li i {
color: var(--primary);
font-size: 1.4rem;
margin-right: 15px;
}
/* SSS Bölümü */
.jaltest-iveco-page .faq-section {
padding: 80px 0;
background: var(--gradient-bg);
}
.jaltest-iveco-page .faq-container {
max-width: 800px;
margin: 0 auto;
padding: 0 20px;
}
.jaltest-iveco-page .faq-accordion {
display: flex;
flex-direction: column;
gap: 20px;
margin-top: 50px;
}
.jaltest-iveco-page .faq-item {
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0, 114, 198, 0.1);
overflow: hidden;
}
.jaltest-iveco-page .faq-question {
width: 100%;
padding: 20px 25px;
display: flex;
justify-content: space-between;
align-items: center;
background: none;
border: none;
text-align: left;
font-size: 1.1rem;
font-weight: 600;
color: var(--text-dark);
cursor: pointer;
}
.jaltest-iveco-page .faq-question i {
transition: transform 0.3s ease;
}
.jaltest-iveco-page .faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease, padding 0.5s ease;
}
.jaltest-iveco-page .faq-answer p {
padding: 0 25px 20px;
font-size: 1rem;
line-height: 1.7;
color: var(--text-light);
}
.jaltest-iveco-page .faq-item.active .faq-question i {
transform: rotate(180deg);
}
.jaltest-iveco-page .faq-item.active .faq-answer {
max-height: 300px;
}
/* Responsive Tasarım */
@media (max-width: 992px) {
.jaltest-iveco-page .banner-content-wrapper {
flex-direction: column;
text-align: center;
}
.jaltest-iveco-page .banner-text {
padding-right: 0;
align-items: center;
text-align: center;
margin-bottom: 40px;
}
.jaltest-iveco-page .package-card {
flex-direction: column;
}
.jaltest-iveco-page .technical-analysis-grid {
flex-direction: column;
}
}
@media (max-width: 768px) {
.jaltest-iveco-page .banner-title { font-size: 2.5rem; }
.jaltest-iveco-page .section-title { font-size: 1.8rem; }
.jaltest-iveco-page .cta-container { flex-direction: column; }
.jaltest-iveco-page .cta-button, .jaltest-iveco-page .cta-secondary {
padding: 1rem 2.2rem;
font-size: 1rem;
}
}
/* YENİ MODERN ÜRÜN DETAY SAYFASI TASARIMI */
.jaltest-iveco-page .product-details-modern {
background-color: #fff;
padding: 0;
overflow: hidden;
}
.jaltest-iveco-page .product-details-section {
background: linear-gradient(90deg, #f8f9fa 0%, #ebeef2 100%);
padding: 80px 0;
position: relative;
}
.jaltest-iveco-page .details-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
}
.jaltest-iveco-page .details-3d-view { flex: 0 0 45%; }
.jaltest-iveco-page .details-content { flex: 0 0 50%; text-align: left; margin-right: 5%; }
.jaltest-iveco-page .details-badge {
display: inline-block;
background: linear-gradient(90deg, var(--primary), var(--primary-dark));
color: white;
font-size: 12px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 8px 15px;
border-radius: 30px;
margin-bottom: 20px;
}
.jaltest-iveco-page .details-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 20px;
line-height: 1.2;
}
.jaltest-iveco-page .details-title span { color: var(--primary); }
.jaltest-iveco-page .details-desc {
font-size: 1rem;
line-height: 1.7;
color: var(--text-light);
margin-bottom: 30px;
}
.jaltest-iveco-page .details-features { margin-bottom: 40px; }
.jaltest-iveco-page .details-feature-item {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.jaltest-iveco-page .details-feature-icon {
width: 36px;
height: 36px;
background-color: rgba(51, 93, 141, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
}
.jaltest-iveco-page .details-feature-icon i { color: var(--primary); font-size: 16px; }
.jaltest-iveco-page .details-feature-text { font-size: 1rem; color: var(--text-dark); font-weight: 500; }
.jaltest-iveco-page .details-3d-container {
background-color: white;
border-radius: 15px;
padding: 20px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.jaltest-iveco-page .details-3d-label {
display: flex;
align-items: center;
justify-content: center;
margin-top: 15px;
font-size: 14px;
font-weight: 600;
color: var(--text-dark);
}
.jaltest-iveco-page .details-3d-label i { margin-right: 8px; color: var(--primary); }
/* Genel Özellikler Bölümü */
.jaltest-iveco-page .general-features-section { padding: 80px 0; background: #ffffff; }
.jaltest-iveco-page .general-features-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; }
.jaltest-iveco-page .usage-heading { text-align: center; margin-bottom: 40px; }
.jaltest-iveco-page .general-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.jaltest-iveco-page .feature-card {
background: var(--light-bg);
border-radius: 15px;
padding: 30px;
text-align: center;
transition: all 0.3s ease;
border: 1px solid rgba(51, 93, 141, 0.1);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.jaltest-iveco-page .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(51, 93, 141, 0.15);
}
.jaltest-iveco-page .feature-card-header { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.jaltest-iveco-page .feature-card-icon { font-size: 1.5rem; color: var(--primary); }
.jaltest-iveco-page .feature-card-title { font-size: 1rem; font-weight: 600; color: var(--text-dark); }
/* Fiyat Bilgilendirme Bölümü */
.jaltest-iveco-page .price-info-section { padding: 60px 0; background: #ffffff; }
.jaltest-iveco-page .price-info-container { max-width: 1000px; margin: 0 auto; padding: 0 20px; text-align: center; }
.jaltest-iveco-page .price-info-content {
display: flex;
align-items: center;
gap: 40px;
margin-top: 40px;
background: var(--gradient-bg);
padding: 40px;
border-radius: 15px;
border: 1px solid rgba(51, 93, 141, 0.1);
}
.jaltest-iveco-page .price-info-left { flex: 1; text-align: left; }
.jaltest-iveco-page .vat-warning {
background-color: rgba(255, 0, 0, 0.1);
border: 1px solid rgba(255, 0, 0, 0.2);
border-radius: 10px;
padding: 20px;
display: flex;
align-items: center;
gap: 15px;
}
.jaltest-iveco-page .vat-warning i { color: var(--danger); font-size: 1.5rem; }
.jaltest-iveco-page .vat-warning p { color: var(--text-dark); font-weight: 500; margin: 0; line-height: 1.6; }
.jaltest-iveco-page .price-info-right { flex: 1; }
.jaltest-iveco-page .whatsapp-button {
display: inline-flex;
align-items: center;
gap: 10px;
background-color: #25D366;
color: white;
padding: 15px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s ease;
}
.jaltest-iveco-page .whatsapp-button:hover { background-color: #128C7E; transform: translateY(-2px); }
.jaltest-iveco-page .whatsapp-button i { font-size: 1.3rem; }
/* Destek ve İletişim Bölümü */
.jaltest-iveco-page .support-section { padding: 80px 0; background: var(--light-bg); }
.jaltest-iveco-page .support-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; }
.jaltest-iveco-page .support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; }
.jaltest-iveco-page .support-item {
background: #ffffff;
border-radius: 15px;
padding: 40px;
box-shadow: 0 10px 40px rgba(51, 93, 141, 0.08);
transition: all 0.3s ease;
}
.jaltest-iveco-page .support-item:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(51, 93, 141, 0.15); }
.jaltest-iveco-page .support-icon {
width: 70px;
height: 70px;
background: var(--primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px;
color: white;
font-size: 2rem;
}
.jaltest-iveco-page .support-title { font-size: 1.4rem; font-weight: 600; margin-bottom: 15px; }
.jaltest-iveco-page .support-desc { font-size: 1rem; color: var(--text-light); line-height: 1.7; margin-bottom: 25px; }
/* Responsive Eklemeler */
@media (max-width: 992px) {
.jaltest-iveco-page .details-container { flex-direction: column; gap: 50px; }
.jaltest-iveco-page .details-content { text-align: center; }
.jaltest-iveco-page .details-feature-item { justify-content: center; }
}
@media (max-width: 768px) {
.jaltest-iveco-page .price-info-content { flex-direction: column; }
.jaltest-iveco-page .software-content-wrapper { flex-direction: column; }
.jaltest-iveco-page .support-grid {
grid-template-columns: 1fr;
}
.jaltest-iveco-page .support-item {
padding: 30px 25px;
}
}
/* Birleşik Yazılım Bölümü */
.jaltest-iveco-page .software-section-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.jaltest-iveco-page .software-content-wrapper {
display: flex;
gap: 40px;
margin-top: 50px;
align-items: center;
}
.jaltest-iveco-page .software-features-list {
flex: 1;
text-align: left;
}
.jaltest-iveco-page .software-gallery {
flex: 1.2; /* Make gallery slightly larger */
}
.jaltest-iveco-page .software-features-list h3 {
font-size: 1.5rem;
font-weight: 600;
color: var(--text-dark);
margin-bottom: 25px;
}
.jaltest-iveco-page .software-features-list ul {
list-style: none;
padding: 0;
}
.jaltest-iveco-page .software-features-list li {
display: flex;
align-items: center;
margin-bottom: 15px;
font-size: 1.05rem;
color: var(--text-light);
font-weight: 500;
}
.jaltest-iveco-page .software-features-list li i {
color: var(--primary);
font-size: 1.2rem;
margin-right: 15px;
width: 25px;
text-align: center;
}
/* Yazılım Arayüzü Galerisi */
.jaltest-iveco-page .software-gallery-section {
padding: 80px 0;
background: #ffffff;
}
.jaltest-iveco-page .software-gallery-container {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.jaltest-iveco-page .software-gallery-main-image {
margin-top: 50px;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 114, 198, 0.2);
margin-bottom: 20px;
border: 5px solid white;
background: #f0f2f5;
}
.jaltest-iveco-page .software-gallery-main-image img {
width: 100%;
height: auto;
display: block;
transition: opacity 0.3s ease;
}
.jaltest-iveco-page .software-gallery-thumbs {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}
.jaltest-iveco-page .software-gallery-thumb {
width: 120px;
height: 80px;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
border: 3px solid transparent;
transition: all 0.3s ease;
opacity: 0.6;
}
.jaltest-iveco-page .software-gallery-thumb:hover {
opacity: 1;
transform: scale(1.05);
}
.jaltest-iveco-page .software-gallery-thumb.active {
border-color: var(--primary);
opacity: 1;
box-shadow: 0 5px 15px rgba(0, 114, 198, 0.3);
}
.jaltest-iveco-page .software-gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.jaltest-iveco-page .software-gallery-caption {
margin-top: 15px;
font-size: 1.1rem;
font-weight: 600;
color: var(--text-dark);
min-height: 25px;
transition: opacity 0.3s ease;
}

Jaltest Iveco+SGW
Arıza Tespit Cihazı
Iveco'nun yeni nesil güvenlik duvarı (SGW) korumalı araçlarında tam yetki ile çalışın. Jaltest'in lider teknolojisi ile arıza tespiti, bakım ve onarım işlemlerini sorunsuzca gerçekleştirin.
- SGW Korumalı Araçlarla Tam Uyumluluk
- Kapsamlı Arıza Teşhisi ve Onarım Bilgileri
- Gelişmiş Bakım ve Kalibrasyon Fonksiyonları
Önemli Not: Bu ürün, Jaltest arayüzü ile birlikte Iveco ve SGW lisans yazılımını içerir.
JALTEST RESMİ ÜRÜNÜ
Iveco İçin Kapsamlı Teşhis Çözümü
Jaltest'in Iveco'ya özel çözümü, en yeni SGW korumalı araçlar dahil olmak üzere tüm Iveco yelpazesinde derinlemesine teşhis ve bakım işlemleri yapmanızı sağlar.
SGW (Güvenlik Ağ Geçidi) yetkilendirmesi
Gelişmiş bakım fonksiyonları (DPF, AdBlue vb.)
Kalibrasyon ve parametre ayarlama işlemleri
Entegre teknik bilgi ve onarım kılavuzları

Jaltest V9 Arayüzü
KAPSAMLI YAZILIM ÇÖZÜMÜ
Jaltest Yazılımı: Güç ve Kolaylık
Jaltest, kullanıcı dostu arayüzü ile en karmaşık teşhis görevlerini bile basitleştirir. Adım adım yönlendirmeler ve zengin teknik veritabanı ile onarımlarınızı hızlandırın.
Temel Yazılım Yetenekleri:
- Arıza Kodu Okuma / Silme
- Canlı Değerleri ve Sensör Verilerini İzleme
- Parça Aktivasyon ve Fonksiyon Testleri
- Sistem Parametrelerini Ayarlama
- Gelişmiş Kalibrasyon ve Adaptasyonlar
- Bakım ve Servis Işığı Sıfırlama
- DPF Rejenerasyonu ve AdBlue Testleri
- Enjektör Kodlama ve Tanıtma

Ana Sayfa





SERVİSİNİZ İÇİN EN DOĞRU TERCİH
Neden Jaltest Iveco+SGW?
Jaltest, Iveco'nun getirdiği yeni güvenlik önlemlerine karşı en kapsamlı ve güvenilir çözümü sunarak servisinizin rekabette bir adım önde olmasını sağlar.
SGW Güvenlik Duvarını Aşın
Yeni nesil Iveco araçlardaki SGW modülünü yasal ve güvenli bir şekilde aşarak arıza silme, kalibrasyon ve parametre değiştirme gibi işlemleri yapın.
Kapsamlı Teşhis Yeteneği
Motor, şanzıman, fren sistemleri, AdBlue ve daha fazlası... Aracın tüm elektronik kontrol ünitelerinde detaylı teşhis imkanı.
Entegre Teknik Bilgi
Arıza kodları için onarım talimatları, teknik veriler, devre şemaları ve bakım bilgileri gibi zengin bir teknik kütüphaneye erişim sağlayın.
CİHAZ VE YAZILIM
Teknik Özellikler
Jaltest Iveco+SGW çözümü, güçlü donanım ve kullanıcı dostu yazılımın birleşiminden oluşur.
-
Güçlü Donanım
Jaltest V9 arayüzü ile hızlı ve stabil bağlantı. -
Kablosuz Çalışma
Bluetooth bağlantısı ile kablo karmaşası olmadan rahat kullanım. -
Geniş Model Desteği
Iveco Daily, Eurocargo, Stralis, Trakker ve S-Way modelleriyle uyumlu. -
Kullanıcı Dostu Yazılım
Adım adım yönlendirmeler ve Türkçe dil desteği ile kolay kullanım. -
Sürekli Güncellemeler
Yılda 3 kez yayınlanan güncellemeler ile en yeni araçlara ve özelliklere erişim. -
Profesyonel Teknik Destek
Kurulum ve kullanım sırasında ihtiyaç duyacağınız teknik destek hizmeti.
TEKNİK ANALİZ
Iveco SGW: Sorun ve Çözüm
Modern Iveco araçlarındaki SGW modülünün teknik işlevini ve Jaltest'in bu güvenlik katmanını nasıl aştığını ayrıntılı olarak inceleyin.
SGW Modülü: Güvenlik Duvarı
SGW, aracın kritik sistemlerini (ECU, şanzıman vb.) koruyan bir firewall'dır. Yetkisiz cihazların erişimini engelleyerek aşağıdaki temel onarım fonksiyonlarını kilitler:
- Arıza Kodu (DTC) Temizleme
- Bileşen Aktivasyonu ve Testleri
- Kalibrasyon ve Adaptasyonlar
- Bakım ve Servis Sıfırlama
Jaltest: Yetkili Erişim
Jaltest, Iveco tarafından onaylanmış bir çözüm olarak SGW korumasını iki güvenli yöntemle aşar:
Online Yetkilendirme
Cihaz, internet üzerinden OEM sunucularına bağlanarak anında erişim izni alır.
Fiziksel Bypass Kablosu
Opsiyonel JDC221A kablosu ile SGW modülü atlanarak doğrudan bağlantı kurulur.
Desteklenen Modeller: Daily (Euro 4/5/6), S-Way, T-Way, X-Way ve daha fazlası.
EKSİKSİZ SET
Paket İçeriği
Iveco araçlarda profesyonel teşhis için ihtiyacınız olan her şey bu sette.

Setin İçindekiler:
- Jaltest Link V9 Arayüzü
- Jaltest Iveco Kamyon Lisans Yazılımı
- Jaltest SGW (Security Gateway) Lisansı
- OBD-II Teşhis Kablosu
- USB Bağlantı Kablosu
- Dayanıklı Taşıma Çantası
Fiyat Bilgilendirme
Fiyatlara KDV dahil değildir. KDV'siz özel fiyat ve ödeme seçenekleri için satış danışmanımızla iletişime geçin.
Sıkça Sorulan Sorular
Jaltest Iveco+SGW hakkında merak edilenler.
SGW nedir ve neden bu lisansa ihtiyacım var?
SGW (Security Gateway), yeni nesil Iveco araçlarda bulunan bir güvenlik modülüdür. Bu modül, yetkisiz erişimleri engelleyerek aracın elektronik sistemlerine müdahaleyi kısıtlar. Jaltest SGW lisansı olmadan arıza kodu silme, parça tanıtma veya kalibrasyon gibi işlemleri yapamazsınız. Bu lisans, bu güvenlik duvarını aşmanızı sağlar.
Bu cihaz sadece Iveco araçlarla mı çalışır?
Bu paket, Iveco kamyon, otobüs ve hafif ticari araçlar için özel olarak lisanslanmıştır. Ancak Jaltest multibrand bir cihazdır. Dilerseniz ek lisanslar satın alarak Mercedes, MAN, Scania, DAF, Renault gibi diğer ağır vasıta markalarıyla veya iş makinesi, traktör gibi farklı araç gruplarıyla da çalışabilirsiniz.
Yazılım güncellemeleri ücretli mi?
Jaltest lisansları yıllık olarak güncellenir. İlk yıl lisans ve güncellemeler fiyata dahildir. Sonraki yıllarda güncellemelerden ve yeni özelliklerden faydalanmaya devam etmek için yıllık lisans yenilemesi yapmanız gerekmektedir.
Kurulum ve eğitim desteği sağlıyor musunuz?
Evet, cihazı satın aldığınızda uzman ekibimiz tarafından bilgisayarınıza uzaktan bağlantı ile kurulum yapılır ve temel kullanım eğitimi verilir. Ayrıca takıldığınız noktalarda teknik destek ekibimizden yardım alabilirsiniz.
Destek ve İletişim
Jaltest ile ilgili her türlü soru ve destek talebiniz için otoeko.com yanınızda.
Telefon Desteği
Mesai saatleri içinde teknik destek ve sipariş için bize ulaşabilirsiniz.
E-posta Desteği
Tüm sorularınız için 7/24 e-posta gönderebilirsiniz, en kısa sürede dönüş yapacağız.
WhatsApp Destek
Anlık sorularınız ve hızlı destek için WhatsApp üzerinden bize hemen yazabilirsiniz.
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية






