Redirecting to the appropriate version of GermanCarHub…

/* Desktop header */ .desktop-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; background: rgba(6, 8, 12, 0.58); -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px); padding: 14px 28px; display: flex; justify-content: space-between; align-items: center; z-index: 1200; border-bottom: 1px solid rgba(255,255,255,0.10); box-shadow: 0 8px 24px rgba(0,0,0,0.30); transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease; } .desktop-header.is-scrolled { background: rgba(6, 8, 12, 0.72); border-bottom-color: rgba(255,255,255,0.14); box-shadow: 0 10px 30px rgba(0,0,0,0.38); } .desktop-header .logo-container { display: flex; align-items: center; gap: 0px; } .desktop-header .site-title { font-size: 21px; color: #D1D5DB; margin: 0; font-weight: 800; } .logo-container { display: flex; align-items: center; } .logo { height: 36px; width: auto; margin-right: 0px; border-radius: 6px; } .desktop-nav { display: flex; gap: 48px; align-items: center; } .desktop-nav a { color: #BDC1CA; text-decoration: none; font-weight: 500; font-size: 15px; transition: all 0.3s ease; padding: 12px 20px; border-radius: 12px; position: relative; display: block; } .desktop-header .header-actions { display:flex; align-items:center; gap:10px; } .desktop-header .header-actions .icon-btn { padding: 6px; } .desktop-header .header-actions img { width:26px; height:26px; display:block; } /* Make avatar more visible */ .desktop-header .avatar-btn { padding: 4px; border-radius: 9999px; border: 2px solid rgba(59,130,246,0.70); background: rgba(59,130,246,0.14); box-shadow: 0 6px 16px rgba(59,130,246,0.25), 0 0 0 3px rgba(59,130,246,0.18) inset; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; } .desktop-header .avatar-btn:hover { transform: translateY(-1px); background: rgba(59,130,246,0.20); border-color: rgba(59,130,246,0.90); box-shadow: 0 10px 22px rgba(59,130,246,0.32), 0 0 0 3px rgba(59,130,246,0.22) inset; } .desktop-header .avatar-btn img { width: 30px; height: 30px; border-radius: 50%; display: block; } /* Make notifications bell more visible */ .desktop-header .bell-btn { padding: 4px; border-radius: 9999px; border: 2px solid rgba(59,130,246,0.70); background: rgba(59,130,246,0.14); box-shadow: 0 6px 16px rgba(59,130,246,0.25), 0 0 0 3px rgba(59,130,246,0.18) inset; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; } .desktop-header .bell-btn:hover { transform: translateY(-1px); background: rgba(59,130,246,0.20); border-color: rgba(59,130,246,0.90); box-shadow: 0 10px 22px rgba(59,130,246,0.32), 0 0 0 3px rgba(59,130,246,0.22) inset; } .desktop-header .bell-btn img { width: 30px; height: 30px; border-radius: 50%; display: block; } .desktop-nav a:hover { color: #E2E8F0; background: rgba(255, 255, 255, 0.08); transform: translateY(-1px); } .desktop-nav a.active { color: #3B82F6; background: rgba(59, 130, 246, 0.15); border: 1px solid rgba(59, 130, 246, 0.3); } .desktop-nav a.active:hover { background: rgba(59, 130, 246, 0.2); transform: translateY(-1px); } .desktop-hero { min-height: auto; /* content-driven */ background: linear-gradient(135deg, #0b0f14 0%, #1a1f2e 100%); display: flex; align-items: flex-start; padding: 8px 28px; position: relative; overflow: hidden; } /* Offset for fixed header */ main { padding-top: 78px; } .desktop-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('assets/cars/amir-hosseini-vT_d2gMI0ik-unsplash.jpg'); background-size: cover; background-position: center; opacity: 0.4; z-index: 1; } .desktop-hero-content { position: relative; z-index: 2; max-width: 600px; margin-left: 5px; } .desktop-hero h1 { font-size: 48px; font-weight: 800; margin: 0 0 24px; background: linear-gradient(135deg, #3892E5, #3aa6ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .desktop-hero p { font-size: 20px; color: #BDC1CA; margin: 0 0 40px; line-height: 1.6; } .desktop-cta-buttons { display: flex; gap: 24px; } .btn-desktop { padding: 16px 32px; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 18px; transition: all 0.3s ease; border: none; cursor: pointer; } .btn-primary-desktop { background: linear-gradient(135deg, #3892E5, #3aa6ff); color: white; box-shadow: 0 8px 32px rgba(56,146,229,0.3); } .btn-primary-desktop:hover { transform: translateY(-4px); box-shadow: 0 12px 48px rgba(56,146,229,0.4); } .btn-secondary-desktop { background: transparent; color: #3892E5; border: 2px solid #3892E5; } .btn-secondary-desktop:hover { background: #3892E5; color: white; transform: translateY(-2px); } /* Features section */ .features-section { padding: 120px 60px; background: #0b0f14; } .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; max-width: 1200px; margin: 0 auto; } .feature-card { background: #171A1F; padding: 40px; border-radius: 20px; text-align: center; transition: transform 0.3s ease; border: 1px solid rgba(255,255,255,0.1); } .feature-card:hover { transform: translateY(-8px); border-color: #3892E5; } .feature-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #3892E5, #3aa6ff); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; } .feature-card h3 { font-size: 24px; margin: 0 0 16px; color: white; } .feature-card p { color: #BDC1CA; line-height: 1.6; } /* Stats section */ .stats-section { padding: 80px 60px; background: linear-gradient(135deg, #171A1F 0%, #0b0f14 100%); } .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; max-width: 1200px; margin: 0 auto; text-align: center; } .stat-item h2 { font-size: 48px; font-weight: 800; color: #3892E5; margin: 0 0 8px; } .stat-item p { color: #BDC1CA; font-size: 18px; margin: 0; } /* Enhanced brands section */ .desktop-brands { padding: 120px 60px; background: #0b0f14; } .desktop-brands h2 { font-size: 48px; text-align: center; margin: 0 0 60px; color: white; } .desktop-brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 900px; margin: 0 auto; } .desktop-brand-card { background: #171A1F; border-radius: 20px; overflow: hidden; transition: transform 0.3s ease; border: 1px solid rgba(255,255,255,0.1); } .desktop-brand-card:hover { transform: translateY(-8px); border-color: #3892E5; } .desktop-brand-card img { width: 100%; height: 250px; object-fit: cover; object-position: center; image-rendering: auto; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); } .desktop-brand-card-content { padding: 24px; } .desktop-brand-card h3 { color: white; margin: 0 0 8px; font-size: 20px; } .desktop-brand-card p { color: #BDC1CA; margin: 0; font-size: 14px; } /* Desktop footer */ .desktop-footer { background: #000; padding: 60px; color: #BDC1CA; } .desktop-footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; } .desktop-footer h3 { color: white; margin: 0 0 24px; } .desktop-footer ul { list-style: none; padding: 0; margin: 0; } .desktop-footer li { margin: 0 0 12px; } .desktop-footer a { color: #BDC1CA; text-decoration: none; transition: color 0.3s ease; } .desktop-footer a:hover { color: #3892E5; } .desktop-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 40px; margin-top: 60px; text-align: center; }

GermanCarHub

Descoperă Pasiunea, Definește Performanța

GermanCarHub este destinația ta supremă pentru tuning-ul mașinilor germane. Conectează-te cu entuziaști, explorează piese premium și transformă-ți visul în realitate cu ajutorul comunității noastre de experți.

Reminders

Remindere

Nu mai uita niciodata de între?inerea mașinii tale! Primește notificari personalizate pentru service, schimbul de ulei, inspecții și alte operațiuni importante.

Car of the Month

Tuning-ul Lunii

Descopera cele mai impresionante proiecte de tuning din comunitate! În fiecare luna prezentam o ma?ina remarcabila și împarta?im pove?tile din spatele modificarilor.

Community

Comunitate activa

Conecteaza-te cu mii de pasionați de tuning din România și împarta?e?te experien?ele tale cu o comunitate pasionata și suportiva.

15,000+

Membri Activi

2,500+

Proiecte Completate

500+

Ghiduri Premium

98%

Satisfacție Client

Branduri și Modele Premium

BMW M4

BMW M4

Performanță extremă și design agresiv pentru cei care nu fac compromisuri.

Audi RS7

Audi RS7

Eleganța și putere combinate într-un sedan sport de excepție.

Mercedes-Benz

Mercedes-Benz

Eleganța și putere combinate într-un sedan sport de excepție.