Kess v2 v5.017 Ecu Chip Tuning Cihazı / Master Versiyon
Kess V2 Ecu Chip Tuning Cihazı, AlienTech firmasının üretmiş olduğu Kess v2 ürünün klon bir Ecu Chip Tuning cihazıdır.
KESS V2 V5.017 ECU Chip Tuning Cihazı
.kess-v2-wrapper {
width: 100%;
min-height: 100vh;
font-family: 'Outfit', sans-serif;
background: #ffffff;
color: #333333;
line-height: 1.6;
overflow-x: hidden;
}
.kess-v2-wrapper * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.kess-v2-wrapper .hero {
background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
min-height: 100vh;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
}
.kess-v2-wrapper .hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 30% 70%, rgba(220, 38, 38, 0.1) 0%, transparent 50%),
radial-gradient(circle at 70% 30%, rgba(220, 38, 38, 0.05) 0%, transparent 50%);
}
.kess-v2-wrapper .hero-container {
width: 100%;
margin: 0;
padding: 0 20px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
position: relative;
z-index: 2;
}
.kess-v2-wrapper .hero-content {
padding: 60px 0;
text-align: center;
}
.kess-v2-wrapper .version-badge {
display: inline-block;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
padding: 12px 24px;
border-radius: 30px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 8px 32px rgba(220, 38, 38, 0.4);
}
.kess-v2-wrapper .hero h1 {
font-size: 4.5rem;
font-weight: 900;
margin-bottom: 20px;
background: linear-gradient(135deg, #1f2937 0%, #dc2626 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.1;
}
.kess-v2-wrapper .hero-subtitle {
font-size: 1.4rem;
color: #6b7280;
margin-bottom: 30px;
font-weight: 400;
}
.kess-v2-wrapper .hero-description {
margin-bottom: 40px;
}
.kess-v2-wrapper .hero-description p {
font-size: 1.1rem;
color: #4b5563;
line-height: 1.8;
text-align: justify;
}
.kess-v2-wrapper .hero-features {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 50px;
}
.kess-v2-wrapper .hero-feature {
display: flex;
align-items: center;
gap: 10px;
background: rgba(220, 38, 38, 0.1);
padding: 12px 20px;
border-radius: 25px;
backdrop-filter: blur(10px);
border: 1px solid rgba(220, 38, 38, 0.2);
color: #374151;
}
.kess-v2-wrapper .hero-feature i {
color: #dc2626;
font-size: 1.1rem;
}
.kess-v2-wrapper .hero-cta {
display: inline-flex;
align-items: center;
gap: 12px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
padding: 18px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 1.1rem;
box-shadow: 0 10px 40px rgba(220, 38, 38, 0.4);
text-transform: uppercase;
letter-spacing: 1px;
}
.kess-v2-wrapper .product-showcase {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.kess-v2-wrapper .product-360 {
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.kess-v2-wrapper .product-360 iframe {
width: 100%;
height: 100%;
max-width: 500px;
max-height: 500px;
}
.kess-v2-wrapper .rotate-indicator-overlay {
position: absolute;
top: 20px;
right: 20px;
display: flex;
align-items: center;
gap: 8px;
background: rgba(0, 0, 0, 0.7);
color: white;
padding: 8px 12px;
border-radius: 20px;
font-size: 0.85rem;
font-weight: 600;
backdrop-filter: blur(10px);
z-index: 10;
}
.kess-v2-wrapper .rotate-indicator-overlay i {
animation: rotate 2s linear infinite;
font-size: 0.9rem;
}
.kess-v2-wrapper .product-image {
width: 350px;
height: 350px;
background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
border: 2px solid #dc2626;
position: relative;
overflow: hidden;
}
.kess-v2-wrapper .product-image::before {
content: 'KESS V2';
font-size: 2rem;
font-weight: 900;
color: #dc2626;
text-align: center;
}
.kess-v2-wrapper .rotate-indicator {
position: absolute;
bottom: -60px;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
gap: 10px;
color: #888;
font-size: 0.9rem;
}
.kess-v2-wrapper .rotate-indicator i {
animation: rotate 2s linear infinite;
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.kess-v2-wrapper .container {
width: 100%;
margin: 0;
padding: 0 20px;
}
.kess-v2-wrapper .section {
padding: 120px 0;
position: relative;
}
.kess-v2-wrapper .section-header {
text-align: center;
margin-bottom: 80px;
}
.kess-v2-wrapper .section-title {
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 20px;
background: linear-gradient(135deg, #1f2937 0%, #dc2626 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.kess-v2-wrapper .section-subtitle {
font-size: 1.3rem;
color: #6b7280;
max-width: 600px;
margin: 0 auto;
}
.kess-v2-wrapper .product-info-section {
background: #ffffff;
padding: 80px 60px;
margin: 80px 0;
position: relative;
}
.kess-v2-wrapper .product-info-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
position: relative;
z-index: 2;
align-items: start;
}
.kess-v2-wrapper .product-gallery .gallery-title {
text-align: left;
font-size: 2.8rem;
font-weight: 800;
margin-bottom: 40px;
color: #1f2937;
}
.kess-v2-wrapper .main-product-display {
background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
border-radius: 20px;
padding: 40px;
border: 2px solid #e5e7eb;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.kess-v2-wrapper .product-image-large {
width: 100%;
height: 300px;
background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border: 2px solid #e5e7eb;
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.kess-v2-wrapper .product-image-large img {
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 13px;
}
.kess-v2-wrapper .gallery-indicators {
display: flex;
justify-content: center;
gap: 10px;
}
.kess-v2-wrapper .indicator {
width: 12px;
height: 12px;
border-radius: 50%;
background: #d1d5db;
cursor: pointer;
transition: all 0.3s ease;
}
.kess-v2-wrapper .indicator.active {
background: #dc2626;
transform: scale(1.2);
}
.kess-v2-wrapper .gallery-thumbnails {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 15px;
}
.kess-v2-wrapper .thumbnail-item {
background: rgba(255, 255, 255, 0.8);
border: 2px solid #e5e7eb;
border-radius: 12px;
padding: 8px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
overflow: hidden;
}
.kess-v2-wrapper .thumbnail-item.active {
border-color: #dc2626;
background: rgba(220, 38, 38, 0.05);
transform: translateY(-2px);
}
.kess-v2-wrapper .thumbnail-item img {
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 8px;
}
.kess-v2-wrapper .product-details {
padding: 20px 0;
}
.kess-v2-wrapper .product-header {
margin-bottom: 40px;
}
.kess-v2-wrapper .product-badge {
display: inline-block;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
padding: 8px 20px;
border-radius: 20px;
font-weight: 600;
font-size: 0.85rem;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 1px;
}
.kess-v2-wrapper .product-title {
font-size: 3rem;
font-weight: 900;
margin-bottom: 10px;
background: linear-gradient(135deg, #1f2937 0%, #dc2626 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.kess-v2-wrapper .product-subtitle {
font-size: 1.3rem;
color: #6b7280;
font-weight: 500;
}
.kess-v2-wrapper .product-highlights {
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 40px;
}
.kess-v2-wrapper .highlight-item {
display: flex;
align-items: center;
gap: 15px;
padding: 20px;
background: rgba(255, 255, 255, 0.8);
border: 2px solid #e5e7eb;
border-radius: 15px;
}
.kess-v2-wrapper .highlight-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
flex-shrink: 0;
}
.kess-v2-wrapper .highlight-content h4 {
font-size: 1.2rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 5px;
}
.kess-v2-wrapper .highlight-content p {
font-size: 0.95rem;
color: #6b7280;
}
.kess-v2-wrapper .highlight-text-item {
padding: 25px;
background: rgba(255, 255, 255, 0.9);
border: 2px solid #e5e7eb;
border-radius: 15px;
border-left: 4px solid #dc2626;
}
.kess-v2-wrapper .highlight-text-item h4 {
font-size: 1.3rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
}
.kess-v2-wrapper .highlight-text-item h4::before {
content: '✓';
display: inline-flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
border-radius: 50%;
font-size: 0.9rem;
font-weight: 900;
flex-shrink: 0;
}
.kess-v2-wrapper .highlight-text-item p {
font-size: 1rem;
color: #4b5563;
line-height: 1.7;
text-align: justify;
}
.kess-v2-wrapper .product-features-list {
margin-bottom: 40px;
}
.kess-v2-wrapper .product-features-list h3 {
font-size: 1.5rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 20px;
}
.kess-v2-wrapper .features-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 12px;
}
.kess-v2-wrapper .features-list li {
display: flex;
align-items: center;
gap: 12px;
font-size: 1rem;
color: #374151;
}
.kess-v2-wrapper .features-list li i {
color: #dc2626;
font-size: 1.1rem;
}
.kess-v2-wrapper .product-capabilities {
margin-bottom: 40px;
}
.kess-v2-wrapper .product-capabilities h3 {
font-size: 1.5rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 20px;
}
.kess-v2-wrapper .capability-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
.kess-v2-wrapper .capability-item {
display: flex;
align-items: center;
gap: 12px;
padding: 15px;
background: rgba(220, 38, 38, 0.05);
border-radius: 12px;
border-left: 4px solid #dc2626;
}
.kess-v2-wrapper .capability-item i {
color: #dc2626;
font-size: 1.2rem;
}
.kess-v2-wrapper .capability-item span {
font-size: 0.95rem;
font-weight: 600;
color: #374151;
}
.kess-v2-wrapper .product-action {
padding: 30px;
background: rgba(255, 255, 255, 0.9);
border: 2px solid #e5e7eb;
border-radius: 20px;
text-align: center;
}
.kess-v2-wrapper .price-info {
margin-bottom: 20px;
}
.kess-v2-wrapper .price-label {
display: block;
font-size: 1.3rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 5px;
}
.kess-v2-wrapper .price-note {
font-size: 1rem;
color: #6b7280;
}
.kess-v2-wrapper .product-cta-btn {
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
border: none;
padding: 15px 40px;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 700;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.kess-v2-wrapper .brands-section {
background: #f8fafc;
padding: 80px 60px;
margin: 80px 0;
}
.kess-v2-wrapper .brands-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: 30px;
}
.kess-v2-wrapper .brand-item {
background: rgba(255, 255, 255, 0.8);
border: 2px solid #e5e7eb;
border-radius: 15px;
padding: 20px;
text-align: center;
font-weight: 700;
color: #4b5563;
font-size: 1.2rem;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 15px;
min-height: 120px;
}
.kess-v2-wrapper .brand-logo {
width: 60px;
height: 60px;
object-fit: contain;
filter: grayscale(100%);
}
.kess-v2-wrapper .cta-section {
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
padding: 120px 40px;
text-align: center;
margin-top: 120px;
position: relative;
overflow: hidden;
}
.kess-v2-wrapper .cta-section::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
background-size: 50px 50px;
animation: float 20s ease-in-out infinite;
}
.kess-v2-wrapper .cta-content {
position: relative;
z-index: 2;
}
.kess-v2-wrapper .cta-section h2 {
font-size: 3.5rem;
font-weight: 900;
margin-bottom: 30px;
color: white;
}
.kess-v2-wrapper .cta-section p {
font-size: 1.4rem;
margin-bottom: 50px;
color: rgba(255, 255, 255, 0.9);
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.kess-v2-wrapper .cta-button {
display: inline-flex;
align-items: center;
gap: 15px;
background: white;
color: #dc2626;
padding: 25px 50px;
border-radius: 50px;
text-decoration: none;
font-weight: 800;
font-size: 1.3rem;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
text-transform: uppercase;
letter-spacing: 1px;
}
.kess-v2-wrapper .scroll-reveal {
opacity: 1;
transform: translateY(0);
transition: all 0.8s ease;
}
.kess-v2-wrapper .scroll-reveal.revealed {
opacity: 1;
transform: translateY(0);
}
.kess-v2-wrapper .modern-specs-container {
background: #ffffff;
padding: 0;
margin: 0;
position: relative;
}
.kess-v2-wrapper .specs-intro {
text-align: center;
margin-bottom: 60px;
}
.kess-v2-wrapper .specs-highlight {
max-width: 800px;
margin: 0 auto;
padding: 40px;
background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
border-radius: 20px;
border: 1px solid #e5e7eb;
}
.kess-v2-wrapper .highlight-badge {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
padding: 12px 24px;
border-radius: 25px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}
.kess-v2-wrapper .specs-highlight h3 {
font-size: 2.2rem;
font-weight: 800;
color: #1f2937;
margin-bottom: 15px;
background: linear-gradient(135deg, #1f2937 0%, #dc2626 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.kess-v2-wrapper .specs-highlight p {
font-size: 1.1rem;
color: #4b5563;
line-height: 1.7;
text-align: center;
}
.kess-v2-wrapper .specs-grid-modern {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 40px;
margin-top: 60px;
}
.kess-v2-wrapper .spec-category {
background: #ffffff;
border: 2px solid #e5e7eb;
border-radius: 20px;
padding: 40px;
position: relative;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.kess-v2-wrapper .spec-category::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}
.kess-v2-wrapper .category-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px solid #f1f5f9;
}
.kess-v2-wrapper .category-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
border: 2px solid rgba(220, 38, 38, 0.2);
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
color: #dc2626;
flex-shrink: 0;
}
.kess-v2-wrapper .category-header h4 {
font-size: 1.5rem;
font-weight: 700;
color: #1f2937;
margin: 0;
}
.kess-v2-wrapper .spec-list {
display: flex;
flex-direction: column;
gap: 20px;
}
.kess-v2-wrapper .spec-row {
display: flex;
align-items: center;
padding: 15px 0;
border-bottom: 1px solid #f1f5f9;
}
.kess-v2-wrapper .spec-row:last-child {
border-bottom: none;
}
.kess-v2-wrapper .spec-name {
font-size: 1rem;
font-weight: 600;
color: #374151;
flex-shrink: 0;
}
.kess-v2-wrapper .spec-dots {
flex: 1;
height: 1px;
background: repeating-linear-gradient(
to right,
#d1d5db 0px,
#d1d5db 4px,
transparent 4px,
transparent 8px
);
margin: 0 15px;
}
.kess-v2-wrapper .spec-val {
font-size: 1rem;
font-weight: 700;
color: #dc2626;
background: rgba(220, 38, 38, 0.1);
padding: 6px 12px;
border-radius: 12px;
flex-shrink: 0;
}
.kess-v2-wrapper .modern-features-container {
background: #ffffff;
padding: 0;
margin: 0;
position: relative;
}
.kess-v2-wrapper .features-intro {
text-align: center;
margin-bottom: 60px;
}
.kess-v2-wrapper .features-highlight {
max-width: 800px;
margin: 0 auto;
padding: 40px;
background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
border-radius: 20px;
border: 1px solid #e5e7eb;
}
.kess-v2-wrapper .features-highlight h3 {
font-size: 2.2rem;
font-weight: 800;
color: #1f2937;
margin-bottom: 15px;
background: linear-gradient(135deg, #1f2937 0%, #dc2626 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.kess-v2-wrapper .features-highlight p {
font-size: 1.1rem;
color: #4b5563;
line-height: 1.7;
text-align: center;
}
.kess-v2-wrapper .features-grid-modern {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
gap: 40px;
margin-top: 60px;
}
.kess-v2-wrapper .feature-category {
background: #ffffff;
border: 2px solid #e5e7eb;
border-radius: 20px;
padding: 40px;
position: relative;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.kess-v2-wrapper .feature-category::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}
.kess-v2-wrapper .feature-category-header {
display: flex;
align-items: flex-start;
gap: 20px;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px solid #f1f5f9;
}
.kess-v2-wrapper .feature-category-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
border: 2px solid rgba(220, 38, 38, 0.2);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: #dc2626;
flex-shrink: 0;
}
.kess-v2-wrapper .feature-category-content h4 {
font-size: 1.6rem;
font-weight: 700;
color: #1f2937;
margin: 0 0 10px 0;
}
.kess-v2-wrapper .feature-category-content p {
font-size: 1rem;
color: #6b7280;
line-height: 1.6;
margin: 0;
}
.kess-v2-wrapper .feature-list {
display: flex;
flex-direction: column;
gap: 20px;
}
.kess-v2-wrapper .feature-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 20px;
background: rgba(248, 250, 252, 0.8);
border: 1px solid #e5e7eb;
border-radius: 15px;
}
.kess-v2-wrapper .feature-item-icon {
width: 45px;
height: 45px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
flex-shrink: 0;
box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
.kess-v2-wrapper .feature-item-content h5 {
font-size: 1.1rem;
font-weight: 700;
color: #1f2937;
margin: 0 0 8px 0;
}
.kess-v2-wrapper .feature-item-content p {
font-size: 0.95rem;
color: #6b7280;
line-height: 1.6;
margin: 0;
}
.kess-v2-wrapper .features-grid-3x3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: 60px;
}
/* Mobile responsive features grid */
@media (max-width: 1024px) {
.kess-v2-wrapper .features-grid-3x3 {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
}
@media (max-width: 768px) {
.kess-v2-wrapper .features-grid-3x3 {
grid-template-columns: 1fr;
gap: 20px;
margin-top: 40px;
}
.kess-v2-wrapper .feature-card-simple {
padding: 30px 25px;
}
.kess-v2-wrapper .feature-icon-simple {
width: 70px;
height: 70px;
font-size: 1.8rem;
margin-bottom: 20px;
}
.kess-v2-wrapper .feature-card-simple h4 {
font-size: 1.2rem;
margin-bottom: 12px;
}
.kess-v2-wrapper .feature-card-simple p {
font-size: 0.95rem;
}
}
@media (max-width: 480px) {
.kess-v2-wrapper .features-grid-3x3 {
gap: 15px;
margin-top: 30px;
}
.kess-v2-wrapper .feature-card-simple {
padding: 25px 20px;
}
.kess-v2-wrapper .feature-icon-simple {
width: 60px;
height: 60px;
font-size: 1.6rem;
margin-bottom: 15px;
}
.kess-v2-wrapper .feature-card-simple h4 {
font-size: 1.1rem;
margin-bottom: 10px;
}
.kess-v2-wrapper .feature-card-simple p {
font-size: 0.9rem;
}
}
.kess-v2-wrapper .feature-card-simple {
background: #ffffff;
border: 2px solid #e5e7eb;
border-radius: 20px;
padding: 40px 30px;
text-align: center;
position: relative;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.kess-v2-wrapper .feature-card-simple::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}
.kess-v2-wrapper .feature-icon-simple {
width: 80px;
height: 80px;
background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
border: 2px solid rgba(220, 38, 38, 0.2);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: #dc2626;
margin: 0 auto 25px auto;
}
.kess-v2-wrapper .feature-card-simple h4 {
font-size: 1.3rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 15px;
line-height: 1.3;
}
.kess-v2-wrapper .feature-card-simple p {
font-size: 1rem;
color: #6b7280;
line-height: 1.6;
margin: 0;
}
/* Unified Content Section Styles */
.kess-v2-wrapper .unified-content-section {
background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
border-radius: 30px;
padding: 80px 60px;
margin: 80px 0;
position: relative;
overflow: hidden;
border: 1px solid #e5e7eb;
}
.kess-v2-wrapper .unified-content-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 70% 30%, rgba(220, 38, 38, 0.05) 0%, transparent 50%),
radial-gradient(circle at 30% 70%, rgba(220, 38, 38, 0.03) 0%, transparent 50%);
}
.kess-v2-wrapper .unified-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
position: relative;
z-index: 2;
}
/* Video Content Area */
.kess-v2-wrapper .video-content-area {
display: flex;
flex-direction: column;
gap: 30px;
}
.kess-v2-wrapper .video-wrapper-unified {
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
background: #000;
}
.kess-v2-wrapper .video-frame-unified {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
.kess-v2-wrapper .video-frame-unified iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.kess-v2-wrapper .video-overlay-unified {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.3s ease;
pointer-events: none;
}
.kess-v2-wrapper .play-button-unified {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 2rem;
box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
transform: scale(0.8);
transition: all 0.3s ease;
}
.kess-v2-wrapper .video-info-unified {
padding: 0;
}
.kess-v2-wrapper .video-badge-unified {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
padding: 8px 16px;
border-radius: 20px;
font-weight: 600;
font-size: 0.85rem;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}
.kess-v2-wrapper .video-info-unified h3 {
font-size: 2rem;
font-weight: 800;
color: #1f2937;
margin-bottom: 15px;
background: linear-gradient(135deg, #1f2937 0%, #dc2626 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.3;
}
.kess-v2-wrapper .video-info-unified p {
font-size: 1rem;
color: #4b5563;
line-height: 1.7;
margin: 0;
}
/* Advantages Content Area */
.kess-v2-wrapper .advantages-content-area {
display: flex;
flex-direction: column;
}
.kess-v2-wrapper .advantage-cards {
display: flex;
flex-direction: column;
gap: 25px;
}
.kess-v2-wrapper .advantage-card {
display: flex;
gap: 20px;
padding: 25px;
background: rgba(255, 255, 255, 0.9);
border: 2px solid #e5e7eb;
border-radius: 20px;
transition: all 0.3s ease;
border-left: 4px solid #dc2626;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.kess-v2-wrapper .advantage-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
flex-shrink: 0;
box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}
.kess-v2-wrapper .advantage-content h4 {
font-size: 1.3rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 10px;
line-height: 1.3;
}
.kess-v2-wrapper .advantage-content p {
font-size: 0.95rem;
color: #4b5563;
line-height: 1.7;
margin: 0;
text-align: justify;
}
/* Enhanced Video and Advantages Section Styles */
.kess-v2-wrapper .video-header-section {
margin-bottom: 30px;
text-align: center;
}
.kess-v2-wrapper .video-wrapper-enhanced {
position: relative;
border-radius: 25px;
overflow: hidden;
box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
background: #000;
border: 3px solid rgba(220, 38, 38, 0.3);
transition: all 0.4s ease;
}
.kess-v2-wrapper .video-frame-enhanced {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
.kess-v2-wrapper .video-frame-enhanced iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 22px;
}
.kess-v2-wrapper .video-overlay-enhanced {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(220, 38, 38, 0.8) 0%, rgba(185, 28, 28, 0.9) 100%);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.4s ease;
pointer-events: none;
border-radius: 22px;
}
.kess-v2-wrapper .play-button-enhanced {
width: 100px;
height: 100px;
background: rgba(255, 255, 255, 0.95);
color: #dc2626;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.5rem;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
transform: scale(0.8);
transition: all 0.4s ease;
backdrop-filter: blur(10px);
}
/* Advantages Header */
.kess-v2-wrapper .advantages-header {
text-align: center;
margin-bottom: 40px;
}
.kess-v2-wrapper .advantages-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
color: white;
padding: 8px 16px;
border-radius: 20px;
font-weight: 600;
font-size: 0.85rem;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4);
}
.kess-v2-wrapper .advantages-header h3 {
font-size: 2rem;
font-weight: 800;
color: #1f2937;
margin: 0;
background: linear-gradient(135deg, #1f2937 0%, #dc2626 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* Enhanced Advantage Cards */
.kess-v2-wrapper .advantage-cards-enhanced {
display: flex;
flex-direction: column;
gap: 20px;
}
.kess-v2-wrapper .advantage-card-enhanced {
display: flex;
align-items: center;
gap: 20px;
padding: 25px;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
border: 2px solid rgba(220, 38, 38, 0.1);
border-radius: 20px;
transition: all 0.4s ease;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
position: relative;
overflow: hidden;
}
.kess-v2-wrapper .advantage-card-enhanced::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
transition: all 0.3s ease;
}
.kess-v2-wrapper .advantage-icon-enhanced {
width: 55px;
height: 55px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.6rem;
flex-shrink: 0;
box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
transition: all 0.3s ease;
}
.kess-v2-wrapper .advantage-card-enhanced:hover .advantage-icon-enhanced {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 35px rgba(220, 38, 38, 0.6);
}
.kess-v2-wrapper .advantage-content-enhanced h4 {
font-size: 1.2rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 8px;
line-height: 1.3;
}
.kess-v2-wrapper .advantage-content-enhanced p {
font-size: 0.95rem;
color: #4b5563;
line-height: 1.6;
margin: 0;
}
@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(180deg); }
}
/* Contact Section Styles */
.kess-v2-wrapper .contact-section {
background: #ffffff;
padding: 0;
margin: 0;
position: relative;
}
.kess-v2-wrapper .contact-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 40px;
max-width: 1200px;
margin: 0 auto;
}
.kess-v2-wrapper .contact-card {
background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
border: 2px solid #e5e7eb;
border-radius: 25px;
padding: 40px 30px;
text-align: center;
position: relative;
overflow: hidden;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
transition: all 0.4s ease;
}
.kess-v2-wrapper .contact-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}
.kess-v2-wrapper .contact-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
border-color: rgba(220, 38, 38, 0.3);
}
.kess-v2-wrapper .contact-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
border: 3px solid rgba(220, 38, 38, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.2rem;
color: #dc2626;
margin: 0 auto 25px auto;
transition: all 0.4s ease;
}
.kess-v2-wrapper .contact-card:hover .contact-icon {
background: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, rgba(220, 38, 38, 0.08) 100%);
border-color: rgba(220, 38, 38, 0.4);
transform: scale(1.1) rotate(5deg);
}
.kess-v2-wrapper .contact-card h4 {
font-size: 1.5rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 15px;
line-height: 1.3;
}
.kess-v2-wrapper .contact-card p {
font-size: 1rem;
color: #6b7280;
line-height: 1.6;
margin-bottom: 30px;
}
.kess-v2-wrapper .contact-btn {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 15px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 1rem;
transition: all 0.4s ease;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.kess-v2-wrapper .whatsapp-btn {
background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
color: white;
}
.kess-v2-wrapper .whatsapp-btn:hover {
background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}
.kess-v2-wrapper .email-btn {
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
color: white;
}
.kess-v2-wrapper .email-btn:hover {
background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}
.kess-v2-wrapper .phone-btn {
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
}
.kess-v2-wrapper .phone-btn:hover {
background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
}
/* Contact Section Responsive Design */
@media (max-width: 768px) {
.kess-v2-wrapper .contact-container {
grid-template-columns: 1fr;
gap: 30px;
}
.kess-v2-wrapper .contact-card {
padding: 30px 25px;
}
.kess-v2-wrapper .contact-icon {
width: 70px;
height: 70px;
font-size: 2rem;
margin-bottom: 20px;
}
.kess-v2-wrapper .contact-card h4 {
font-size: 1.3rem;
margin-bottom: 12px;
}
.kess-v2-wrapper .contact-card p {
font-size: 0.95rem;
margin-bottom: 25px;
}
.kess-v2-wrapper .contact-btn {
padding: 12px 25px;
font-size: 0.9rem;
gap: 10px;
}
}
@media (max-width: 480px) {
.kess-v2-wrapper .contact-container {
gap: 25px;
}
.kess-v2-wrapper .contact-card {
padding: 25px 20px;
}
.kess-v2-wrapper .contact-icon {
width: 60px;
height: 60px;
font-size: 1.8rem;
margin-bottom: 15px;
}
.kess-v2-wrapper .contact-card h4 {
font-size: 1.2rem;
margin-bottom: 10px;
}
.kess-v2-wrapper .contact-card p {
font-size: 0.9rem;
margin-bottom: 20px;
}
.kess-v2-wrapper .contact-btn {
padding: 10px 20px;
font-size: 0.85rem;
gap: 8px;
}
}
/* FAQ Section Styles */
.kess-v2-wrapper .faq-section {
background: #ffffff;
padding: 0;
margin: 0;
position: relative;
}
.kess-v2-wrapper .faq-container {
max-width: 900px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 20px;
}
.kess-v2-wrapper .faq-item {
background: rgba(255, 255, 255, 0.9);
border: 2px solid #e5e7eb;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
}
.kess-v2-wrapper .faq-item:hover {
transform: translateY(-2px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
border-color: rgba(220, 38, 38, 0.3);
}
.kess-v2-wrapper .faq-question {
display: flex;
align-items: center;
gap: 20px;
padding: 25px 30px;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
}
.kess-v2-wrapper .faq-question:hover {
background: rgba(220, 38, 38, 0.02);
}
.kess-v2-wrapper .faq-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
border: 2px solid rgba(220, 38, 38, 0.2);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: #dc2626;
flex-shrink: 0;
transition: all 0.3s ease;
}
.kess-v2-wrapper .faq-item:hover .faq-icon {
background: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, rgba(220, 38, 38, 0.08) 100%);
border-color: rgba(220, 38, 38, 0.3);
transform: scale(1.05);
}
.kess-v2-wrapper .faq-question h4 {
font-size: 1.3rem;
font-weight: 700;
color: #1f2937;
margin: 0;
flex: 1;
line-height: 1.4;
}
.kess-v2-wrapper .faq-toggle {
width: 35px;
height: 35px;
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
flex-shrink: 0;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
.kess-v2-wrapper .faq-item.active .faq-toggle {
transform: rotate(45deg);
background: linear-gradient(135deg, #059669 0%, #047857 100%);
box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}
.kess-v2-wrapper .faq-answer {
max-height: 0;
overflow: hidden;
transition: all 0.4s ease;
background: rgba(248, 250, 252, 0.8);
}
.kess-v2-wrapper .faq-item.active .faq-answer {
max-height: 500px;
padding: 0 30px 25px 100px;
}
.kess-v2-wrapper .faq-answer p {
font-size: 1rem;
color: #4b5563;
line-height: 1.7;
margin: 0;
text-align: justify;
padding-top: 20px;
}
/* FAQ Responsive Design */
@media (max-width: 768px) {
.kess-v2-wrapper .faq-container {
gap: 15px;
}
.kess-v2-wrapper .faq-question {
padding: 20px;
gap: 15px;
}
.kess-v2-wrapper .faq-icon {
width: 45px;
height: 45px;
font-size: 1.3rem;
}
.kess-v2-wrapper .faq-question h4 {
font-size: 1.1rem;
}
.kess-v2-wrapper .faq-toggle {
width: 30px;
height: 30px;
font-size: 0.9rem;
}
.kess-v2-wrapper .faq-item.active .faq-answer {
padding: 0 20px 20px 80px;
}
.kess-v2-wrapper .faq-answer p {
font-size: 0.95rem;
text-align: left;
}
}
@media (max-width: 480px) {
.kess-v2-wrapper .faq-question {
padding: 15px;
gap: 12px;
flex-direction: column;
text-align: center;
}
.kess-v2-wrapper .faq-icon {
width: 40px;
height: 40px;
font-size: 1.2rem;
margin: 0 auto;
}
.kess-v2-wrapper .faq-question h4 {
font-size: 1rem;
text-align: center;
}
.kess-v2-wrapper .faq-toggle {
width: 28px;
height: 28px;
font-size: 0.8rem;
margin: 0 auto;
}
.kess-v2-wrapper .faq-item.active .faq-answer {
padding: 0 15px 15px 15px;
}
.kess-v2-wrapper .faq-answer p {
font-size: 0.9rem;
padding-top: 15px;
}
}
/* Enhanced Responsive Design */
@media (max-width: 1200px) {
.kess-v2-wrapper .video-wrapper-enhanced {
border-radius: 20px;
}
.kess-v2-wrapper .video-frame-enhanced iframe {
border-radius: 17px;
}
.kess-v2-wrapper .video-overlay-enhanced {
border-radius: 17px;
}
}
@media (max-width: 768px) {
.kess-v2-wrapper .video-wrapper-enhanced {
border-radius: 15px;
border-width: 2px;
}
.kess-v2-wrapper .video-frame-enhanced iframe {
border-radius: 13px;
}
.kess-v2-wrapper .video-overlay-enhanced {
border-radius: 13px;
}
.kess-v2-wrapper .play-button-enhanced {
width: 70px;
height: 70px;
font-size: 2rem;
}
.kess-v2-wrapper .advantages-header h3 {
font-size: 1.6rem;
}
.kess-v2-wrapper .advantage-card-enhanced {
flex-direction: column;
text-align: center;
padding: 20px;
gap: 15px;
}
.kess-v2-wrapper .advantage-card-enhanced:hover {
transform: translateY(-3px);
}
.kess-v2-wrapper .advantage-icon-enhanced {
width: 50px;
height: 50px;
font-size: 1.4rem;
margin: 0 auto;
}
.kess-v2-wrapper .advantage-content-enhanced h4 {
font-size: 1.1rem;
margin-bottom: 6px;
}
.kess-v2-wrapper .advantage-content-enhanced p {
font-size: 0.9rem;
text-align: center;
}
}
@media (max-width: 480px) {
.kess-v2-wrapper .video-wrapper-enhanced {
border-radius: 12px;
}
.kess-v2-wrapper .video-frame-enhanced iframe {
border-radius: 10px;
}
.kess-v2-wrapper .video-overlay-enhanced {
border-radius: 10px;
}
.kess-v2-wrapper .play-button-enhanced {
width: 60px;
height: 60px;
font-size: 1.8rem;
}
.kess-v2-wrapper .advantages-header h3 {
font-size: 1.4rem;
}
.kess-v2-wrapper .advantage-cards-enhanced {
gap: 15px;
}
.kess-v2-wrapper .advantage-card-enhanced {
padding: 15px;
}
.kess-v2-wrapper .advantage-icon-enhanced {
width: 45px;
height: 45px;
font-size: 1.2rem;
}
.kess-v2-wrapper .advantage-content-enhanced h4 {
font-size: 1rem;
}
.kess-v2-wrapper .advantage-content-enhanced p {
font-size: 0.85rem;
}
}
/* Responsive Design for Unified Section */
@media (max-width: 1200px) {
.kess-v2-wrapper .unified-container {
grid-template-columns: 1fr;
gap: 50px;
}
.kess-v2-wrapper .video-info-unified {
text-align: center;
}
}
@media (max-width: 768px) {
.kess-v2-wrapper .unified-content-section {
padding: 50px 20px;
margin: 50px 0;
}
.kess-v2-wrapper .unified-container {
gap: 40px;
}
.kess-v2-wrapper .video-info-unified h3 {
font-size: 1.6rem;
margin-bottom: 12px;
}
.kess-v2-wrapper .video-info-unified p {
font-size: 0.95rem;
text-align: center;
}
.kess-v2-wrapper .advantage-card {
flex-direction: column;
text-align: center;
padding: 20px;
gap: 15px;
}
.kess-v2-wrapper .advantage-icon {
width: 50px;
height: 50px;
font-size: 1.5rem;
margin: 0 auto;
}
.kess-v2-wrapper .advantage-content h4 {
font-size: 1.2rem;
margin-bottom: 8px;
}
.kess-v2-wrapper .advantage-content p {
font-size: 0.9rem;
text-align: center;
}
}
@media (max-width: 480px) {
.kess-v2-wrapper .unified-content-section {
padding: 40px 15px;
margin: 40px 0;
}
.kess-v2-wrapper .unified-container {
gap: 30px;
}
.kess-v2-wrapper .video-info-unified h3 {
font-size: 1.4rem;
}
.kess-v2-wrapper .advantage-cards {
gap: 20px;
}
.kess-v2-wrapper .advantage-card {
padding: 15px;
}
.kess-v2-wrapper .advantage-icon {
width: 45px;
height: 45px;
font-size: 1.3rem;
}
.kess-v2-wrapper .advantage-content h4 {
font-size: 1.1rem;
}
.kess-v2-wrapper .advantage-content p {
font-size: 0.85rem;
}
}
@media (max-width: 1200px) {
.kess-v2-wrapper .hero-container {
grid-template-columns: 1fr;
text-align: center;
gap: 40px;
padding: 0 20px;
}
.kess-v2-wrapper .hero-content {
padding: 40px 0;
}
.kess-v2-wrapper .product-360 {
width: 400px;
height: 400px;
}
.kess-v2-wrapper .product-image {
width: 280px;
height: 280px;
}
.kess-v2-wrapper .product-info-container {
grid-template-columns: 1fr;
gap: 60px;
}
.kess-v2-wrapper .product-gallery .gallery-title {
text-align: center;
}
.kess-v2-wrapper .product-title {
font-size: 2.5rem;
}
.kess-v2-wrapper .capability-grid {
grid-template-columns: 1fr;
}
.kess-v2-wrapper .features-container {
padding: 60px 40px;
}
.kess-v2-wrapper .features-grid {
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px;
}
.kess-v2-wrapper .feature-card {
padding: 40px 30px;
}
.kess-v2-wrapper .feature-header {
gap: 15px;
}
.kess-v2-wrapper .feature-number {
width: 50px;
height: 50px;
font-size: 1.5rem;
}
.kess-v2-wrapper .feature-icon {
width: 70px;
height: 70px;
font-size: 2rem;
}
.kess-v2-wrapper .feature-title {
font-size: 1.8rem;
}
}
@media (max-width: 1200px) {
.kess-v2-wrapper .video-container {
grid-template-columns: 1fr;
gap: 40px;
}
.kess-v2-wrapper .video-info {
text-align: center;
}
.kess-v2-wrapper .video-stats {
justify-content: center;
}
}
@media (max-width: 768px) {
.kess-v2-wrapper .hero {
padding: 20px 15px;
min-height: auto;
}
.kess-v2-wrapper .hero-container {
padding: 0 15px;
gap: 30px;
grid-template-columns: 1fr;
text-align: center;
}
.kess-v2-wrapper .video-section {
padding: 50px 20px;
margin: 50px 0;
}
.kess-v2-wrapper .video-container {
gap: 30px;
}
.kess-v2-wrapper .video-wrapper {
border: 2px solid #dc2626;
}
.kess-v2-wrapper .play-button {
width: 60px;
height: 60px;
font-size: 1.5rem;
}
.kess-v2-wrapper .video-info h3 {
font-size: 1.8rem;
margin-bottom: 15px;
}
.kess-v2-wrapper .video-info p {
font-size: 1rem;
margin-bottom: 25px;
text-align: center;
}
.kess-v2-wrapper .video-stats {
gap: 20px;
justify-content: center;
}
.kess-v2-wrapper .stat-item {
font-size: 0.9rem;
}
.kess-v2-wrapper .hero-content {
padding: 30px 0;
order: 1;
}
.kess-v2-wrapper .product-showcase {
order: 2;
margin-bottom: 20px;
}
.kess-v2-wrapper .hero h1 {
font-size: 2.5rem;
line-height: 1.2;
}
.kess-v2-wrapper .hero-subtitle {
font-size: 1.2rem;
margin-bottom: 20px;
}
.kess-v2-wrapper .hero-description {
margin-bottom: 30px;
}
.kess-v2-wrapper .hero-description p {
font-size: 1rem;
text-align: center;
line-height: 1.6;
}
.kess-v2-wrapper .hero-features {
justify-content: center;
gap: 10px;
margin-bottom: 30px;
flex-wrap: wrap;
}
.kess-v2-wrapper .hero-feature {
font-size: 0.9rem;
padding: 10px 16px;
flex: 0 0 auto;
}
.kess-v2-wrapper .product-360 {
width: 300px;
height: 300px;
}
.kess-v2-wrapper .product-image {
width: 220px;
height: 220px;
}
.kess-v2-wrapper .product-image::before {
font-size: 1.4rem;
}
.kess-v2-wrapper .rotate-indicator {
bottom: -40px;
font-size: 0.8rem;
}
.kess-v2-wrapper .container {
padding: 0 15px;
}
.kess-v2-wrapper .section {
padding: 50px 0;
}
.kess-v2-wrapper .section-title {
font-size: 2rem;
}
.kess-v2-wrapper .section-subtitle {
font-size: 1rem;
}
.kess-v2-wrapper .product-info-section {
padding: 50px 20px;
margin: 50px 0;
}
.kess-v2-wrapper .product-info-container {
gap: 40px;
}
.kess-v2-wrapper .product-title {
font-size: 2.2rem;
}
.kess-v2-wrapper .product-subtitle {
font-size: 1.1rem;
}
.kess-v2-wrapper .highlight-text-item {
padding: 20px;
}
.kess-v2-wrapper .highlight-text-item h4 {
font-size: 1.2rem;
}
.kess-v2-wrapper .highlight-text-item p {
font-size: 0.95rem;
}
.kess-v2-wrapper .specs-grid-modern {
grid-template-columns: 1fr;
gap: 25px;
margin-top: 40px;
}
.kess-v2-wrapper .spec-category {
padding: 30px 20px;
}
.kess-v2-wrapper .category-header {
gap: 12px;
margin-bottom: 25px;
padding-bottom: 15px;
}
.kess-v2-wrapper .category-icon {
width: 50px;
height: 50px;
font-size: 1.5rem;
}
.kess-v2-wrapper .category-header h4 {
font-size: 1.3rem;
}
.kess-v2-wrapper .spec-row {
padding: 12px 0;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.kess-v2-wrapper .spec-dots {
display: none;
}
.kess-v2-wrapper .spec-name {
font-size: 0.95rem;
}
.kess-v2-wrapper .spec-val {
font-size: 0.9rem;
padding: 4px 10px;
}
.kess-v2-wrapper .features-grid-modern {
grid-template-columns: 1fr;
gap: 25px;
margin-top: 40px;
}
.kess-v2-wrapper .feature-category {
padding: 30px 20px;
}
.kess-v2-wrapper .feature-category-header {
gap: 15px;
margin-bottom: 25px;
padding-bottom: 15px;
}
.kess-v2-wrapper .feature-category-icon {
width: 60px;
height: 60px;
font-size: 1.8rem;
}
.kess-v2-wrapper .feature-category-content h4 {
font-size: 1.4rem;
}
.kess-v2-wrapper .feature-category-content p {
font-size: 0.95rem;
}
.kess-v2-wrapper .feature-item {
padding: 15px;
gap: 12px;
}
.kess-v2-wrapper .feature-item-icon {
width: 40px;
height: 40px;
font-size: 1.1rem;
}
.kess-v2-wrapper .feature-item-content h5 {
font-size: 1rem;
}
.kess-v2-wrapper .feature-item-content p {
font-size: 0.9rem;
}
.kess-v2-wrapper .brands-section {
padding: 50px 20px;
margin: 50px 0;
}
.kess-v2-wrapper .brands-grid {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: 15px;
}
.kess-v2-wrapper .brand-item {
padding: 15px 10px;
font-size: 0.95rem;
}
.kess-v2-wrapper .advantages-section {
padding: 50px 20px;
margin: 50px 0;
}
.kess-v2-wrapper .advantage-text h3 {
font-size: 1.5rem;
}
.kess-v2-wrapper .advantage-text p {
font-size: 1rem;
text-align: left;
}
}
@media (max-width: 480px) {
.kess-v2-wrapper .hero {
padding: 10px 5px;
min-height: auto;
}
.kess-v2-wrapper .hero-container {
padding: 0 5px;
gap: 20px;
grid-template-columns: 1fr;
}
.kess-v2-wrapper .hero-content {
padding: 15px 0;
order: 1;
}
.kess-v2-wrapper .product-showcase {
order: 2;
margin-bottom: 15px;
}
.kess-v2-wrapper .hero h1 {
font-size: 2rem;
margin-bottom: 12px;
line-height: 1.1;
}
.kess-v2-wrapper .hero-subtitle {
font-size: 1rem;
margin-bottom: 15px;
line-height: 1.3;
}
.kess-v2-wrapper .version-badge {
font-size: 0.75rem;
padding: 6px 12px;
margin-bottom: 15px;
}
.kess-v2-wrapper .hero-description {
margin-bottom: 20px;
}
.kess-v2-wrapper .hero-description p {
font-size: 0.9rem;
line-height: 1.4;
text-align: center;
}
.kess-v2-wrapper .hero-features {
gap: 6px;
margin-bottom: 20px;
justify-content: center;
flex-wrap: wrap;
}
.kess-v2-wrapper .hero-feature {
font-size: 0.75rem;
padding: 6px 10px;
flex: 0 0 auto;
min-width: fit-content;
}
.kess-v2-wrapper .hero-feature i {
font-size: 0.9rem;
}
.kess-v2-wrapper .hero-cta {
padding: 12px 24px;
font-size: 0.9rem;
gap: 8px;
}
.kess-v2-wrapper .product-360 {
width: 240px;
height: 240px;
}
.kess-v2-wrapper .product-360 iframe {
max-width: 240px;
max-height: 240px;
}
.kess-v2-wrapper .product-image {
width: 180px;
height: 180px;
}
.kess-v2-wrapper .product-image::before {
font-size: 1.2rem;
}
.kess-v2-wrapper .rotate-indicator {
bottom: -30px;
font-size: 0.7rem;
}
.kess-v2-wrapper .rotate-indicator-overlay {
top: 10px;
right: 10px;
padding: 6px 10px;
font-size: 0.75rem;
}
.kess-v2-wrapper .rotate-indicator-overlay i {
font-size: 0.8rem;
}
.kess-v2-wrapper .section-title {
font-size: 1.8rem;
}
.kess-v2-wrapper .section-subtitle {
font-size: 1rem;
}
.kess-v2-wrapper .gallery-section,
.kess-v2-wrapper .specs-section,
.kess-v2-wrapper .brands-section {
padding: 40px 20px;
margin: 40px 0;
}
.kess-v2-wrapper .gallery-title {
font-size: 1.8rem;
}
.kess-v2-wrapper .gallery-grid {
grid-template-rows: repeat(5, 180px);
}
.kess-v2-wrapper .gallery-item-content {
padding: 15px;
}
.kess-v2-wrapper .gallery-icon {
font-size: 2rem;
}
.kess-v2-wrapper .features-container {
gap: 20px;
}
.kess-v2-wrapper .feature-row {
gap: 20px;
}
.kess-v2-wrapper .feature-visual {
height: 150px;
}
.kess-v2-wrapper .feature-icon-large {
font-size: 3rem;
}
.kess-v2-wrapper .feature-content {
padding: 10px;
}
.kess-v2-wrapper .feature-title {
font-size: 1.5rem;
}
.kess-v2-wrapper .feature-description {
font-size: 1rem;
}
.kess-v2-wrapper .feature-point {
padding: 10px 12px;
}
.kess-v2-wrapper .feature-point-text {
font-size: 0.9rem;
}
.kess-v2-wrapper .brands-grid {
grid-template-columns: repeat(2, 1fr);
}
.kess-v2-wrapper .brand-item {
padding: 15px 10px;
font-size: 0.9rem;
}
.kess-v2-wrapper .cta-section {
padding: 60px 15px;
}
.kess-v2-wrapper .cta-section h2 {
font-size: 2rem;
}
.kess-v2-wrapper .cta-section p {
font-size: 1.1rem;
}
.kess-v2-wrapper .cta-button {
padding: 18px 35px;
font-size: 1rem;
}
}
V5.017 Master Edition
KESS V2
AlienTech Klon - ECU Yazılım Yeniden Düzenleme Cihazı
KESS V2 V5.017, otomotiv sektöründe ECU programlama ve chip tuning işlemleri için geliştirilmiş profesyonel bir klon cihazdır. AlienTech KESS V2'nin uyumlu versiyonu olan bu cihaz, limitsiz token kullanımı ile size sınırsız çalışma imkanı sunar. Benzinli ve dizel motorlarda performans optimizasyonu, yakıt ekonomisi iyileştirmesi ve emisyon sistemi müdahaleleri gerçekleştirebilirsiniz.
AlienTech Klon
Limitsiz Kullanım
OBD2 Desteği
Keşfet
360° Görünüm







Profesyonel Seri
KESS V2 V5.017
ECU Chip Tuning Master Cihazı
Profesyonel ECU Programlama Çözümü
KESS V2 V5.017, otomotiv endüstrisinde ECU kalibrasyonu ve performans optimizasyonu alanında faaliyet gösteren profesyoneller için tasarlanmış klon bir cihazdır. AlienTech KESS V2 ile uyumlu olan bu sistem, limitsiz token kullanımı ile operasyonel maliyetleri minimize ederken maksimum verimlilik sağlar.
Özellikler
Profesyonel chip tuning işlemleri için gelişmiş özellikler ve limitsiz kullanım imkanı
ECU Yazılım Yeniden Düzenleme
Profesyonel kalibrasyon araçları ile güvenli yazılım modifikasyonu
Motor Performans Optimizasyonu
Güç ve tork değerlerini optimize ederek maksimum performans
Yakıt Tüketim İyileştirmesi
Akıllı yakıt haritaları ile ekonomik sürüş deneyimi
ECU Okuma ve Yazma
Hızlı ve güvenli ECU veri transferi işlemleri
Hata Kodu Temizleme
Sistem hatalarını tespit etme ve temizleme
Adaptasyon Değerleri
Motor parametrelerini fine-tuning ile ayarlama
EGR İptal İşlemi
Egzoz gaz resirkülasyon sistemini devre dışı bırakma
DPF Filtre İptali
Dizel partikül filtresini yazılımsal olarak iptal etme
AdBlue Sistem İptali
SCR sistemi ve AdBlue enjeksiyonunu devre dışı bırakma
Teknik Özellikler
En güncel teknoloji ile donatılmış profesyonel ECU programlama cihazı
Donanım Özellikleri
Hardware Versiyonu
V5.017
Software Versiyonu
V2.80
Bağlantı Türü
OBD2 Port
USB Bağlantısı
USB 2.0/3.0
Lisans & Destek
Lisans Türü
Limitsiz Token
İşletim Sistemi
Windows 10/11
Garanti Süresi
6 Ay
Teknik Destek
7/24
Araç Uyumluluğu
KESS V2 V5.017, otomotiv endüstrisinin önde gelen markalarıyla geniş uyumluluk sunar. Hem benzinli hem de dizel motorlarda etkili performans optimizasyonu gerçekleştirebilirsiniz.

Audi

BMW

Mercedes

Volkswagen

Ford

Opel

Peugeot

Renault

Fiat

Seat

Skoda

Volvo
Uyumluluk ve Satın Alma Öncesi Bilgilendirme
Araç uyumluluğu marka, model, üretim yılı, motor kodu ve ECU donanım seviyesine göre değişiklik gösterebilir. KESS V2 V5.017 geniş araç desteği sunmasına rağmen, satın alma öncesi aracınızın tam uyumluluğu için detaylı araştırma yapmanızı ve teknik ekibimizle iletişime geçmenizi önemle tavsiye ederiz. Profesyonel destek hattımızdan araç spesifik uyumluluk bilgilerini alabilir ve güvenli bir satın alma süreci yaşayabilirsiniz.
Tanıtım Videosu & Üstün Avantajlar
KESS V2 V5.017'nin profesyonel tanıtım videosunu izleyin ve neden tercih edilmesi gerektiğini keşfedin
Profesyonel Tanıtım
KESS V2 Cihaz İncelemesi
Bu videoda KESS V2 cihazının dış görünüşü, tasarım detayları ve fiziksel özelliklerini yakından inceleyebilirsiniz.
Üstün Avantajlar
Neden KESS V2?
Limitsiz Token
Hiçbir ek maliyet ödemeden sınırsız ECU programlama işlemi gerçekleştirin.
Kolay Kurulum
Plug-and-play teknolojisi ile anında kullanıma hazır, kullanıcı dostu arayüz.
Geniş ECU Desteği
Bosch, Continental, Siemens ve daha birçok marka ECU ile tam uyumluluk.
Merak Edilenler
KESS V2 V5.017 hakkında en çok merak edilen sorular ve detaylı cevapları
KESS V2 V5.017 orijinal AlienTech cihazı ile aynı mı?
KESS V2 V5.017, AlienTech KESS V2'nin klon versiyonudur. Orijinal cihazla aynı değil klon cihazdır. Limitsiz token kullanımı ile daha ekonomik bir çözüm sağlar.
Limitsiz token kullanımı nasıl çalışır?
Orijinal AlienTech cihazlarında her ECU programlama işlemi için token satın almanız gerekir. KESS V2 V5.017 klon cihazında ise hiçbir ek maliyet ödemeden sınırsız sayıda ECU programlama işlemi gerçekleştirebilirsiniz. Bu özellik özellikle profesyonel kullanıcılar için büyük maliyet avantajı sağlar.
Hangi araç markalarında kullanabilirim?
KESS V2 V5.017, Audi, BMW, Mercedes, Volkswagen, Ford, Opel, Peugeot, Renault, Fiat, Seat, Skoda, Volvo ve daha birçok Avrupa, Amerikan ve Asya menşeli araç markasında kullanılabilir. Ancak araç uyumluluğu model, yıl ve ECU tipine göre değişebilir. Satın alma öncesi uyumluluk kontrolü yapmanızı öneririz.
Garanti kapsamı nedir?
KESS V2 V5.017 cihazı 6 ay kapsamlı garanti ile birlikte sunulmaktadır. Garanti için sadece fabrikasyon hatalara karşı garanti mevcuttur. Ayrıca 7/24 teknik destek hizmeti ile tüm sorularınıza anında yanıt alabilirsiniz.
Hangi işletim sistemlerinde çalışır?
KESS V2 V5.017, Windows 10 ve Windows 11 işletim sistemlerinde sorunsuz çalışır. 32-bit ve 64-bit sistemlerde uyumludur.
Kurulum ve kullanım zor mu?
KESS V2 V5.017, gelişmiş plug-and-play teknolojisi ile profesyonel düzeyde kolay kurulum imkanı sunar. Yazılım paketini sipariş durumu sorgulama alanından güvenli bir şekilde indirebilir ve tek tıkla otomatik kurulum gerçekleştirebilirsiniz. Sistem, ayrı driver kurulumu gerektirmeden anında kullanıma hazır hale gelir. Kullanıcı dostu profesyonel arayüz tasarımı sayesinde temel ECU programlama işlemlerinden ileri seviye kalibrasyonlara kadar tüm süreçleri etkin bir şekilde yönetebilirsiniz.
Destek & İletişim
KESS V2 V5.017 için profesyonel destek ve iletişim kanallarımız
WhatsApp Destek
7/24 anlık destek için WhatsApp üzerinden bizimle iletişime geçin
E-posta Desteği
Detaylı sorularınız için e-posta ile bizimle iletişime geçebilirsiniz
Telefon Desteği
Acil durumlar ve teknik destek için telefon ile ulaşabilirsiniz
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية