BDM Metal Led Tezgahı Ecu Chip Tuning Standı + Problu | Otoeko
/* İzole edilen tüm stiller - sadece bu bölüm için geçerli */
.bdm-sehpa {
--primary: #1E40AF; /* BDM Blue */
--primary-light: #EFF6FF;
--secondary: #374151; /* Dark Gray */
--accent: #3B82F6; /* Light Blue */
--text-dark: #1A202C;
--text-light: #718096;
--background: #FFFFFF;
--background-light: #F7FAFC;
--background-dark: #2D3748;
--border: #E2E8F0;
--success: #48BB78;
--warning: transparent;
--info: #4299E1;
--gradient-primary: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
--gradient-secondary: linear-gradient(135deg, #374151 0%, #4B5563 100%);
--gradient-dark: linear-gradient(135deg, #374151 0%, #1F2937 100%);
--radius-sm: 8px;
--radius-md: 16px;
--radius-lg: 24px;
--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
--shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.1);
color: var(--text-dark);
background-color: var(--background);
overflow-x: hidden;
position: relative;
width: 100%;
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
font-size: 115%;
}
.bdm-sehpa * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Outfit', sans-serif;
}
.bdm-sehpa .container {
max-width: 100%;
margin: 0 auto;
padding: 0 16px;
position: relative;
z-index: 2;
box-sizing: border-box;
overflow-x: hidden;
}
.bdm-sehpa .btn {
padding: 12px 24px;
border-radius: var(--radius-md);
font-weight: 600;
font-size: 17px;
transition: all 0.3s ease;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
white-space: nowrap;
}
.bdm-sehpa .btn-primary {
background: var(--gradient-primary);
color: white;
border: none;
box-shadow: var(--shadow-sm);
position: relative;
overflow: hidden;
}
.bdm-sehpa .btn-primary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
background: var(--gradient-secondary);
}
.bdm-sehpa .btn-secondary {
background-color: var(--primary-light);
color: var(--primary);
border: none;
}
.bdm-sehpa .btn-secondary:hover {
background-color: #fddddd;
}
/* Background Shapes */
.bdm-sehpa .bg-shape {
position: absolute;
z-index: 1;
border-radius: 50%;
}
.bdm-sehpa .bg-shape-1 {
top: -80px;
right: -80px;
width: 250px;
height: 250px;
background-color: var(--primary-light);
opacity: 0.5;
}
.bdm-sehpa .bg-shape-2 {
bottom: 10%;
left: -120px;
width: 200px;
height: 200px;
background-color: var(--primary-light);
opacity: 0.4;
}
/* Hero Section */
.bdm-sehpa .hero {
padding-top: 80px;
padding-bottom: 100px;
position: relative;
overflow: hidden;
}
.bdm-sehpa .hero-grid {
display: flex;
justify-content: center;
align-items: center;
gap: 60px;
}
.bdm-sehpa .hero-content {
max-width: 800px;
text-align: center;
padding: 0 20px;
box-sizing: border-box;
margin: 0 auto;
}
.bdm-sehpa .hero-eyebrow {
display: inline-flex;
align-items: center;
padding: 8px 16px;
background-color: var(--primary-light);
color: var(--primary);
border-radius: var(--radius-sm);
font-weight: 600;
font-size: 16px;
margin-bottom: 24px;
}
.bdm-sehpa .hero-title {
font-size: clamp(28px, 5vw, 55px);
font-weight: 800;
line-height: 1.2;
margin-bottom: 24px;
color: var(--text-dark);
word-wrap: break-word;
overflow-wrap: break-word;
}
.bdm-sehpa .hero-title span {
color: var(--primary);
position: relative;
display: inline-block;
}
.bdm-sehpa .hero-title span::after {
content: '';
position: absolute;
bottom: 8px;
left: 0;
width: 100%;
height: 10px;
background-color: rgba(30, 64, 175, 0.2);
z-index: -1;
border-radius: 10px;
}
.bdm-sehpa .hero-description {
font-size: clamp(16px, 2.5vw, 18px);
line-height: 1.6;
color: var(--text-light);
margin-bottom: 32px;
word-wrap: break-word;
overflow-wrap: break-word;
}
.bdm-sehpa .hero-buttons {
display: flex;
gap: 16px;
margin-top: 40px;
justify-content: center;
}
@media (min-width: 768px) {
.bdm-sehpa .hero-buttons {
justify-content: center;
}
}
.bdm-sehpa .hero-image-container {
position: relative;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.bdm-sehpa .hero-image-wrapper {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
background-color: white;
width: 100%;
max-width: 500px;
aspect-ratio: 1 / 1;
display: flex;
align-items: center;
justify-content: center;
}
.bdm-sehpa .hero-image-wrapper img {
width: 100%;
height: auto;
object-fit: contain;
}
/* Features Section */
.bdm-sehpa .features {
padding: 100px 0;
position: relative;
overflow: hidden;
background-color: var(--background-light);
}
.bdm-sehpa .section-header {
text-align: center;
max-width: 700px;
margin: 0 auto 80px;
}
.bdm-sehpa .section-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.bdm-sehpa .section-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
}
.bdm-sehpa .section-description {
font-size: 18px;
color: var(--text-light);
line-height: 1.6;
}
.bdm-sehpa .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
justify-content: center;
}
.bdm-sehpa .feature-card {
background-color: var(--background);
border-radius: var(--radius-lg);
padding: 40px;
transition: all 0.3s ease;
border: 1px solid var(--border);
position: relative;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
}
.bdm-sehpa .feature-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-md);
border-color: var(--primary-light);
}
.bdm-sehpa .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 60px;
background-color: var(--primary);
border-radius: 0 2px 2px 0;
}
.bdm-sehpa .feature-icon {
margin-bottom: 24px;
width: 60px;
height: 60px;
border-radius: var(--radius-md);
background-color: var(--primary-light);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--primary);
align-self: center;
}
.bdm-sehpa .feature-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 16px;
color: var(--text-dark);
text-align: center;
}
.bdm-sehpa .feature-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
flex-grow: 1;
text-align: center;
}
/* Product Section */
.bdm-sehpa .product {
padding: 100px 0;
background-color: var(--background);
position: relative;
overflow: hidden;
}
.bdm-sehpa .product-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.bdm-sehpa .product-image-container {
position: relative;
}
.bdm-sehpa .product-image-card {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
background-color: white;
padding: 20px;
}
.bdm-sehpa .gallery-container {
width: 100%;
}
.bdm-sehpa .gallery-main {
width: 100%;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
background-color: #f8f9fa;
border-radius: var(--radius-md);
margin-bottom: 20px;
}
.bdm-sehpa .gallery-main img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.bdm-sehpa .gallery-thumbs {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
.bdm-sehpa .gallery-thumb {
width: 80px;
height: 80px;
border-radius: var(--radius-sm);
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
}
.bdm-sehpa .gallery-thumb.active {
border-color: var(--primary);
}
.bdm-sehpa .gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bdm-sehpa .product-badges {
position: absolute;
top: 40px;
left: 40px;
display: flex;
flex-direction: column;
gap: 12px;
z-index: 5;
}
.bdm-sehpa .hero-image-wrapper .product-badges {
top: 20px;
right: 40px;
left: auto;
}
.bdm-sehpa .product-badge {
padding: 8px 16px;
border-radius: var(--radius-sm);
font-size: 14px;
font-weight: 600;
}
.bdm-sehpa .badge-full-chip {
background-color: var(--primary);
color: white;
}
.bdm-sehpa .badge-360 {
background-color: var(--primary);
color: white;
display: flex;
align-items: center;
gap: 8px;
}
.bdm-sehpa .product-content {
max-width: 480px;
}
.bdm-sehpa .product-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
text-align: center;
}
.bdm-sehpa .product-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
text-align: center;
}
.bdm-sehpa .product-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
text-align: center;
}
.bdm-sehpa .product-features {
margin-bottom: 40px;
display: inline-block;
text-align: left;
}
.bdm-sehpa .product-feature {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.bdm-sehpa .feature-check {
min-width: 22px;
height: 22px;
background-color: var(--success);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 12px;
margin-top: 4px;
}
.bdm-sehpa .feature-text {
font-size: 16px;
color: var(--text-dark);
line-height: 1.5;
}
.bdm-sehpa .feature-text strong {
font-weight: 600;
}
/* Software Section */
.bdm-sehpa .software {
padding: 100px 0 60px;
background-color: var(--background-light);
}
.bdm-sehpa .software-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.bdm-sehpa .software-image img {
width: 100%;
height: auto;
display: block;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
}
.bdm-sehpa .software-content {
max-width: 520px;
margin: 0 auto;
}
.bdm-sehpa .software-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
text-align: center;
}
.bdm-sehpa .software-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
text-align: center;
}
.bdm-sehpa .software-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
text-align: center;
}
.bdm-sehpa .software-list {
margin-bottom: 32px;
}
.bdm-sehpa .software-item {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.bdm-sehpa .software-icon {
width: 24px;
height: 24px;
background-color: var(--primary-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
font-size: 12px;
flex-shrink: 0;
margin-top: 2px;
}
.bdm-sehpa .software-text {
font-size: 16px;
color: var(--text-light);
line-height: 1.5;
}
.bdm-sehpa .software-text strong {
color: var(--text-dark);
font-weight: 600;
}
.bdm-sehpa .software-note {
margin-top: 24px;
padding: 16px;
background-color: transparent;
border-radius: var(--radius-md);
font-size: 14px;
color: var(--text-dark);
line-height: 1.5;
border: 1px solid var(--border);
}
.bdm-sehpa .software-bottom-note {
margin-top: 35px;
padding: 18px 24px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: var(--radius-md);
border: 1px solid #dee2e6;
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.bdm-sehpa .software-note-icon {
color: var(--primary);
font-size: 20px;
margin-bottom: 8px;
display: block;
}
.bdm-sehpa .software-note-content {
color: var(--text-dark);
font-size: 15px;
line-height: 1.6;
}
.bdm-sehpa .software-note-content a {
color: var(--primary);
text-decoration: underline;
font-weight: 600;
}
.bdm-sehpa .software-note-content a:hover {
text-decoration: none;
}
/* Detailed Features Section */
.bdm-sehpa .detailed-features {
padding: 100px 0;
background-color: var(--background);
}
.bdm-sehpa .detailed-features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-top: 60px;
}
.bdm-sehpa .detailed-feature-item {
display: flex;
align-items: center;
gap: 16px;
padding: 20px;
background-color: var(--background-light);
border-radius: var(--radius-md);
border: 1px solid var(--border);
transition: all 0.3s ease;
cursor: pointer;
}
.bdm-sehpa .detailed-feature-item:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
background-color: var(--primary-light);
}
.bdm-sehpa .detailed-feature-icon {
width: 40px;
height: 40px;
background-color: var(--primary);
color: white;
border-radius: var(--radius-sm);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
flex-shrink: 0;
}
.bdm-sehpa .detailed-feature-text {
font-size: 15px;
font-weight: 500;
color: var(--text-dark);
line-height: 1.4;
}
/* Supported Models Section */
.bdm-sehpa .supported-models {
padding: 80px 0;
background-color: var(--background);
}
.bdm-sehpa .logo-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: 20px;
justify-items: center;
max-width: 800px;
margin: 40px auto 0;
}
.bdm-sehpa .brand-logo-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: transform 0.3s ease;
}
.bdm-sehpa .brand-logo-item:hover {
transform: scale(1.1);
}
.bdm-sehpa .brand-logo-item img {
max-height: 60px;
max-width: 120px;
object-fit: contain;
margin-bottom: 12px;
}
.bdm-sehpa .brand-logo-item p {
font-size: 16px;
font-weight: 600;
color: var(--text-dark);
}
.bdm-sehpa .compatibility-note {
text-align: center;
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
max-width: 700px;
margin: 40px auto 0;
padding: 20px;
background-color: var(--primary-light);
border-radius: var(--radius-md);
border-left: 4px solid var(--primary);
}
/* FAQ Section */
.bdm-sehpa .faq {
padding: 100px 0;
background-color: var(--background-light);
}
.bdm-sehpa .faq-container {
max-width: 900px;
margin: 0 auto;
}
.bdm-sehpa .faq-wrapper {
margin-top: 60px;
}
.bdm-sehpa .faq-item {
background-color: var(--background);
border: 1px solid var(--border);
border-radius: var(--radius-md);
transition: all 0.3s ease;
overflow: hidden;
margin-bottom: 16px;
}
.bdm-sehpa .faq-item:hover {
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
}
.bdm-sehpa .faq-question {
padding: 24px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
color: var(--text-dark);
user-select: none;
}
.bdm-sehpa .faq-icon {
color: var(--primary);
transition: transform 0.3s ease;
}
.bdm-sehpa .faq-answer {
padding: 0 24px;
max-height: 0;
overflow: hidden;
color: var(--text-light);
line-height: 1.6;
transition: all 0.4s ease-in-out;
}
.bdm-sehpa .faq-item.active .faq-answer {
padding: 0 24px 24px;
max-height: 500px; /* Adjust as needed */
}
.bdm-sehpa .faq-item.active .faq-icon {
transform: rotate(180deg);
}
/* BDM Metal Sehpa Özel Tasarım Elementleri */
.bdm-sehpa .btn-primary::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.6s ease;
}
.bdm-sehpa .btn-primary:hover::before {
left: 100%;
}
/* Animated Background */
.bdm-sehpa::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
radial-gradient(circle at 20% 80%, rgba(30, 64, 175, 0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(30, 58, 138, 0.1) 0%, transparent 50%),
radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
z-index: -1;
animation: bdmBackgroundFloat 20s ease-in-out infinite;
}
@keyframes bdmBackgroundFloat {
0%, 100% { transform: translateY(0px) rotate(0deg); }
33% { transform: translateY(-20px) rotate(1deg); }
66% { transform: translateY(10px) rotate(-1deg); }
}
/* Glowing Effects */
.bdm-sehpa .feature-card:hover {
box-shadow:
var(--shadow-md),
0 0 30px rgba(30, 64, 175, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* Tech Grid Pattern */
.bdm-sehpa .hero::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(30, 64, 175, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(30, 64, 175, 0.03) 1px, transparent 1px);
background-size: 50px 50px;
z-index: 1;
pointer-events: none;
}
.bdm-sehpa .bdm-360-experience {
padding: 8rem 0;
background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
position: relative;
overflow: hidden;
color: var(--text-dark);
}
/* Contact Section Styling */
.bdm-sehpa .contact-section {
padding: 80px 0;
background-color: var(--background);
text-align: center;
}
.bdm-sehpa .contact-header {
margin-bottom: 60px;
}
.bdm-sehpa .contact-title {
font-size: 32px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 12px;
}
.bdm-sehpa .contact-title-underline {
width: 60px;
height: 4px;
background-color: var(--primary);
margin: 0 auto 24px;
border-radius: 2px;
}
.bdm-sehpa .contact-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
max-width: 600px;
margin: 0 auto;
}
.bdm-sehpa .contact-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1000px;
margin: 0 auto;
}
.bdm-sehpa .contact-card {
background-color: var(--background-light);
border-radius: var(--radius-lg);
padding: 30px;
box-shadow: var(--shadow-sm);
transition: all 0.3s ease;
border: 1px solid var(--border);
}
.bdm-sehpa .contact-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-md);
}
.bdm-sehpa .contact-icon {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--primary-light);
color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 auto 20px;
}
.bdm-sehpa .contact-card-title {
font-size: 18px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.bdm-sehpa .contact-card-detail {
font-size: 16px;
color: var(--primary);
text-decoration: none;
font-weight: 500;
}
.bdm-sehpa .contact-card-detail:hover {
text-decoration: underline;
}
/* Responsive */
@media (max-width: 1024px) {
.bdm-sehpa .hero-title {
font-size: 40px;
}
.bdm-sehpa .product-container,
.bdm-sehpa .software-container {
gap: 40px;
}
}
/* 360° Badge Animation */
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@media (max-width: 768px) {
.bdm-sehpa .container {
padding: 0 16px;
}
.bdm-sehpa .hero {
padding-top: 50px;
padding-bottom: 70px;
text-align: center;
overflow-x: hidden;
}
.bdm-sehpa .hero-grid {
grid-template-columns: 1fr;
gap: 0;
}
.bdm-sehpa .hero-content {
text-align: center;
max-width: 100%;
padding: 0;
box-sizing: border-box;
width: 100%;
}
.bdm-sehpa .hero-buttons {
flex-direction: column;
align-items: center;
gap: 15px;
width: 100%;
padding: 0;
}
.bdm-sehpa .hero-eyebrow {
margin: 0 auto 20px;
font-size: 17px;
max-width: 100%;
text-align: center;
display: block;
word-wrap: break-word;
}
.bdm-sehpa .hero-title {
font-size: clamp(32px, 8vw, 40px);
margin-bottom: 20px;
word-break: break-word;
hyphens: auto;
line-height: 1.2;
padding: 0;
}
.bdm-sehpa .hero-description {
font-size: clamp(17px, 4.5vw, 19px);
margin-bottom: 30px;
word-break: break-word;
hyphens: auto;
line-height: 1.5;
padding: 0;
}
.bdm-sehpa .product-container,
.bdm-sehpa .software-container {
grid-template-columns: 1fr;
}
.bdm-sehpa .product-content, .bdm-sehpa .software-content {
max-width: 100%;
}
.bdm-sehpa .product-content {
order: 2;
}
.bdm-sehpa .product-image-container {
order: 1;
}
/* For software section on mobile, content (order: 1) comes before image (order: 2) */
.bdm-sehpa .software-content {
order: 1;
}
.bdm-sehpa .software-image {
order: 2;
}
.bdm-sehpa .gallery-main {
height: 300px;
}
.bdm-sehpa .faq-columns {
display: block;
}
}
@media (max-width: 576px) {
.bdm-sehpa .container {
padding: 0 16px;
}
.bdm-sehpa .hero-title {
font-size: 32px;
}
.bdm-sehpa .hero-image-wrapper {
max-width: 300px;
}
.bdm-sehpa .section-title,
.bdm-sehpa .product-title,
.bdm-sehpa .software-title {
font-size: 28px;
}
.bdm-sehpa .feature-card {
padding: 30px;
}
.bdm-sehpa .gallery-thumb {
width: 60px;
height: 60px;
}
.bdm-sehpa .gallery-main {
height: 250px;
}
.bdm-sehpa .product-badges {
top: 20px;
left: 20px;
}
.bdm-sehpa .hero-image-container .product-badges {
right: 20px;
left: auto;
}
}
@media (min-width: 768px) {
.bdm-sehpa .hero-buttons {
justify-content: center;
}
.bdm-sehpa .faq-column {
flex: 0 0 calc(50% - 12px);
}
}
/* Ek Mobil Uyumluluk İyileştirmeleri */
@media (max-width: 480px) {
.bdm-sehpa .container {
padding: 0 12px;
}
.bdm-sehpa .hero {
padding: 40px 0 60px;
}
.bdm-sehpa .hero-content {
padding: 0;
width: 100%;
}
.bdm-sehpa .hero-title {
font-size: clamp(28px, 7vw, 36px);
line-height: 1.2;
margin-bottom: 18px;
padding: 0;
}
.bdm-sehpa .hero-description {
font-size: clamp(16px, 4.5vw, 18px);
line-height: 1.5;
margin-bottom: 25px;
padding: 0;
}
.bdm-sehpa .hero-eyebrow {
font-size: 15px;
padding: 8px 16px;
margin-bottom: 18px;
max-width: 100%;
}
.bdm-sehpa .btn {
padding: 14px 20px;
font-size: 16px;
width: calc(100% - 20px);
max-width: 300px;
justify-content: center;
margin: 0 auto;
box-sizing: border-box;
}
.bdm-sehpa .hero-buttons {
gap: 12px;
padding: 0;
width: 100%;
box-sizing: border-box;
}
.bdm-sehpa .features-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.bdm-sehpa .detailed-features-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.bdm-sehpa .detailed-feature-item {
padding: 15px;
flex-direction: column;
text-align: center;
gap: 12px;
}
.bdm-sehpa .detailed-feature-icon {
width: 35px;
height: 35px;
font-size: 16px;
}
.bdm-sehpa .detailed-feature-text {
font-size: 14px;
}
.bdm-sehpa .contact-cards-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.bdm-sehpa .faq-columns {
display: block;
}
.bdm-sehpa .faq-question {
padding: 18px;
font-size: 15px;
word-wrap: break-word;
overflow-wrap: break-word;
}
.bdm-sehpa .faq-answer {
font-size: 14px;
line-height: 1.5;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
/* Yazılım bölümü mobil düzeltmeleri */
.bdm-sehpa .software-subtitle,
.bdm-sehpa .software-description,
.bdm-sehpa .software-note {
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.bdm-sehpa .software-item {
word-wrap: break-word;
overflow-wrap: break-word;
min-height: 250px !important;
padding: 25px 20px !important;
}
.bdm-sehpa .software-text {
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
/* Yazılım grid mobil için */
.software div[style*="grid-template-columns"] {
grid-template-columns: 1fr !important;
gap: 20px !important;
padding: 0 15px !important;
}
}
/* Çok küçük ekranlar için özel yazılım düzeltmeleri */
@media (max-width: 480px) {
.bdm-sehpa .software-item {
min-height: 280px !important;
padding: 30px 20px !important;
}
.software div[style*="grid-template-columns"] {
grid-template-columns: 1fr !important;
gap: 25px !important;
padding: 0 10px !important;
}
}
/* Çok Küçük Ekranlar için */
@media (max-width: 360px) {
.bdm-sehpa .container {
padding: 0 8px;
}
.bdm-sehpa .hero {
padding: 30px 0 50px;
}
.bdm-sehpa .hero-title {
font-size: clamp(24px, 6.5vw, 30px);
line-height: 1.2;
margin-bottom: 15px;
padding: 0;
}
.bdm-sehpa .hero-description {
font-size: clamp(14px, 4vw, 16px);
line-height: 1.4;
margin-bottom: 20px;
padding: 0;
}
.bdm-sehpa .hero-eyebrow {
font-size: 13px;
padding: 6px 12px;
margin-bottom: 15px;
max-width: 100%;
}
.bdm-sehpa .btn {
padding: 12px 16px;
font-size: 14px;
width: calc(100% - 16px);
max-width: 250px;
}
.bdm-sehpa .hero-buttons {
gap: 10px;
}
.bdm-sehpa .section-title,
.bdm-sehpa .product-title,
.bdm-sehpa .software-title {
font-size: 18px;
}
.bdm-sehpa .feature-card {
padding: 12px;
}
.bdm-sehpa .feature-title {
font-size: 15px;
}
.bdm-sehpa .feature-description {
font-size: 12px;
}
}
/* Çok Küçük Ekranlar için */
@media (max-width: 360px) {
.bdm-sehpa .container {
padding: 0 12px;
}
.bdm-sehpa .hero-title {
font-size: 24px;
}
.bdm-sehpa .section-title,
.bdm-sehpa .product-title,
.bdm-sehpa .software-title {
font-size: 24px;
}
.bdm-sehpa .feature-card {
padding: 20px;
}
.bdm-sehpa .feature-title {
font-size: 18px;
}
.bdm-sehpa .feature-description {
font-size: 14px;
}
.bdm-sehpa .product-feature {
flex-direction: column;
text-align: center;
gap: 10px;
}
.bdm-sehpa .feature-check {
align-self: center;
}
}
/* Landscape Tablet Optimizasyonu */
@media (max-width: 1024px) and (orientation: landscape) {
.bdm-sehpa .hero-grid {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.bdm-sehpa .hero-content {
max-width: 100%;
}
.bdm-sehpa .features-grid {
grid-template-columns: repeat(2, 1fr);
}
}
/* Touch Optimizasyonu */
@media (hover: none) and (pointer: coarse) {
.bdm-sehpa .btn {
min-height: 44px;
padding: 12px 24px;
}
.bdm-sehpa .faq-question {
min-height: 44px;
padding: 20px;
}
.bdm-sehpa .gallery-thumb {
min-width: 60px;
min-height: 60px;
}
.bdm-sehpa .detailed-feature-item {
min-height: 60px;
padding: 20px;
}
}
/* Modern Vehicle Card Styles */
.bdm-sehpa .vehicle-card-modern {
cursor: pointer;
}
.bdm-sehpa .vehicle-card-modern:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0 20px 60px rgba(30, 64, 175, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1) !important;
border-color: rgba(30, 64, 175, 0.3) !important;
}
.bdm-sehpa .vehicle-card-modern::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(30, 64, 175, 0.05) 0%, rgba(59, 130, 246, 0.02) 100%);
opacity: 0;
transition: opacity 0.4s ease;
border-radius: 24px;
z-index: 0;
}
.bdm-sehpa .vehicle-card-modern:hover::before {
opacity: 1;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.1);
opacity: 0.8;
}
}
/* Brand Tab Styles */
.bdm-sehpa .brand-tab {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.bdm-sehpa .brand-tab:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(30, 64, 175, 0.25) !important;
}
.bdm-sehpa .brand-tab.active {
background: var(--gradient-primary) !important;
color: white !important;
box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3) !important;
}
BDM Metal Led Tezgahı Profesyonel ECU Chip Tuning Çözümü
BDM Metal Led Tezgahı Ecu Chip Tuning Standı + Problu
BDM Metal Led Tezgahı, yüksek kaliteli metal alaşım malzemeden üretilmiş olup Chip Tuning Cihazları ile ECU beynini okumak için imal edilmiştir. Dahili 4 adet hassas uçlu probları ve fonksiyonel asansör sistemi sayesinde kullanım alışkanlığınız baştan sona değişecektir. Dahili LED Modülü ile daha dikkatli odaklanma ve entegre okuma yapabileceksiniz.
Özel Avantaj: LED aydınlatma ile çalışma alanınızı aydınlatın, BDM prob ile profesyonel ECU işlemleri yapın!
Tezgah Standı Özelliklerini İnceleyin
LED Aydınlatma ve Teknik Özellikler

BDM METAL LED TEZGAHI | ECU CHIP TUNING STANDI + PROBLU
BDM Metal Led Tezgahı Ecu Chip Tuning Standı + Problu
BDM Metal Led Tezgahı, KT200, KT200 II, Flex, Kess v2, Ktag, Galletto v54 ve DimSport gibi daha pek çok Chip Tuning Cihazı ile uyumludur. Toplam ağırlığı 5.5kg olan bu profesyonel tezgah, dahili 4 adet hassas uçlu probları ve fonksiyonel asansör sistemi ile ECU okuma ve yazma işlemlerinde üstün performans sunar.
Yüksek Kaliteli Metal Alaşım: Yüksek kaliteli metal alaşım malzemeden üretilmiş, dayanıklı ve uzun ömürlü yapı.
Dahili 4 Adet Hassas Uçlu Prob: Dahili 4 adet hassas uçlu probları ile profesyonel ECU okuma işlemleri.
Fonksiyonel Asansör Sistemi: Fonksiyonel asansör sistemi ile kullanım kolaylığı ve ergonomi.
Dahili LED Modülü: Dahili LED modülü ile daha dikkatli odaklanma ve entegre okuma imkanı.
Geniş Cihaz Uyumluluğu: KT200, KT200 II, Flex, Kess v2, Ktag, Galletto v54 ve DimSport gibi pek çok cihaz ile uyumlu.
Hafif ve Taşınabilir: Toplam ağırlığı 5.5kg olan hafif ve taşınabilir yapı.
DETAYLI ÖZELLİKLER
BDM Metal Led Tezgahı ile Yapabilecekleriniz
ECU chip tuning işlemleri için profesyonel çözüm. LED aydınlatma, BDM prob desteği ve ergonomik tasarım ile ECU okuma ve yazma işlemlerini rahatça gerçekleştirin.
LED Aydınlatma Sistemi
Ayarlanabilir Aydınlatma
BDM Prob Desteği
ECU Okuma İşlemleri
ECU Yazma İşlemleri
Chip Tuning İşlemleri
Dayanıklı Metal Yapı
Ergonomik Tezgah Tasarımı
Güvenli Çalışma Ortamı
Profesyonel Kullanım
Kolay Montaj
Yüksek Kalite Malzeme
Dahili 4 Adet Hassas Uçlu Prob
Fonksiyonel Asansör Sistemi
Geniş Cihaz Uyumluluğu
5.5kg Hafif Yapı
SIKÇA SORULAN SORULAR
BDM Metal Led Tezgahı Hakkında Merak Edilenler
BDM Metal Led Tezgahı Ecu Chip Tuning Standı ve özellikleri ile ilgili en çok sorulan soruları ve cevaplarını derledik.
BDM Metal Led Tezgahı hangi işlemler için kullanılır?
BDM Metal Led Tezgahı, ECU chip tuning işlemleri için kullanılır. LED aydınlatma ile çalışma alanınızı aydınlatır ve BDM prob ile ECU okuma/yazma işlemlerini destekler.
LED aydınlatma nasıl çalışır?
BDM Metal Led Tezgahı, ayarlanabilir LED aydınlatma sistemi ile çalışma alanınızı mükemmel şekilde aydınlatır. LED aydınlatma ayarlanabilir ve profesyonel çalışma ortamı sağlar.
BDM prob ile hangi işlemleri yapabilir?
BDM Metal Led Tezgahı ile BDM prob desteği sayesinde ECU okuma, ECU yazma ve chip tuning işlemlerini güvenli ve rahat bir şekilde gerçekleştirebilirsiniz.
Metal yapı ne kadar dayanıklı?
BDM Metal Led Tezgahı, dayanıklı ve sağlam metal yapı ile üretilmiştir. Otomotiv standartlarında profesyonel kalite ile uzun ömürlü kullanım sağlar. ECU chip tuning işlemlerinde güvenli ve stabil çalışma ortamı sunar.
Destek ve İletişim
Ürünlerimizle veya donanım kullanımıyla ilgili her türlü sorunuz için bize ulaşabilirsiniz.
Telefon
0850 532 05 50
E-posta
info@otoeko.com
WhatsApp
WhatsApp Destek Hattı