:root {
            --primary-red: #E63946;
            --dark-red: #ba2d38;
            --light-bg: #FDFDFD;
            --white: #FFFFFF;
            --text-dark: #1D3557;
            --text-muted: #457B9D;
            --whatsapp-green: #25D366;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
        body { background-color: var(--light-bg); color: var(--text-dark); }

        /* HEADER */
        header {
            background: rgba(255,255,255,0.95);
            padding: 15px 5%;
            display: flex; justify-content: space-between; align-items: center;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
            position: sticky; top: 0; z-index: 1000;
        }
        .logo { font-size: 26px; font-weight: 800; text-decoration: none; color: var(--text-dark); }
        .logo span { color: var(--primary-red); }
        
        .nav-contact { display: flex; align-items: center; gap: 15px; }
        .wa-link { 
            background: var(--whatsapp-green); color: white; padding: 10px 18px; 
            border-radius: 50px; text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 8px;
        }

        /* NEUER BANNER (HERO) */
        .banner {
            position: relative;
            height: 500px;
            background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1562426509-5044a121aa49?q=80&w=2070&auto=format&fit=crop');
            background-size: cover; background-position: center;
            display: flex; align-items: center; justify-content: center; text-align: center; color: white;
            padding: 0 20px;
        }
        .banner-content h1 { font-size: 3.5rem; font-weight: 800; margin-bottom: 15px; text-transform: uppercase; }
        .banner-content p { font-size: 1.4rem; margin-bottom: 30px; font-weight: 300; }
        .highlight-box { 
            background: var(--primary-red); padding: 10px 20px; display: inline-block; 
            font-weight: 700; border-radius: 5px; margin-bottom: 20px;
        }

        /* ABLAUF SEKTION */
        .process-section { padding: 80px 5%; text-align: center; background: #fff; }
        .process-grid { 
            display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
            gap: 40px; margin-top: 50px; 
        }
        .step { position: relative; }
        .step-number { 
            font-size: 5rem; font-weight: 800; color: rgba(230, 57, 70, 0.1); 
            position: absolute; top: -40px; left: 50%; transform: translateX(-50%); z-index: 1;
        }
        .step-content { position: relative; z-index: 2; }
        .step i { font-size: 40px; color: var(--primary-red); margin-bottom: 15px; }

        /* MOBIL-PROMO BOX */
        .mobile-promo {
            background: var(--text-dark); color: white; padding: 60px 5%; margin: 40px 5%;
            border-radius: 20px; text-align: center; border-left: 10px solid var(--primary-red);
        }
        .mobile-promo h2 { font-size: 2.2rem; margin-bottom: 15px; }
        .mobile-promo p { font-size: 1.1rem; opacity: 0.9; max-width: 800px; margin: 0 auto; }

        /* SERVICES & PREISE */
        .services { padding: 60px 5%; }
        .service-card { 
            background: white; border-radius: 15px; padding: 30px; 
            box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #eee; text-align: center;
        }
        .price-tag { font-size: 2rem; font-weight: 800; color: var(--primary-red); margin: 15px 0; }
        .anfahrt-badge { background: #f1f1f1; padding: 5px 15px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; }

        /* FOOTER */
        footer { background: #111; color: white; padding: 50px 5%; text-align: center; }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .banner-content h1 { font-size: 2.2rem; }
            .banner { height: 400px; }
        }

        .cars-main {
    padding: 70px 5%;
    background: #f7f7f7;
}
.cars-main h2 {
    text-align: center;
    font-size: 2.7rem;
    margin-bottom: 10px;
}
.cars-main .subline {
    text-align: center;
    color: #777;
    margin-bottom: 35px;
}
.car-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    align-items: stretch;
}
.car-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}
.car-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.car-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.car-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-dark);
}
.car-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    color: #555;
    font-size: 0.95rem;
}
.meta-pill {
    background: #f2f2f2;
    padding: 7px 10px;
    border-radius: 10px;
    font-weight: 600;
}
.car-price {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--primary-red);
}
.car-cta {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.car-cta a {
    text-decoration: none;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.car-cta .cta-wa {
    background: var(--whatsapp-green);
    color: white;
}
.car-cta .cta-wa small {
    font-weight: 600;
    opacity: 0.9;
}

/* =========================
   ERGÄNZUNG: SERVICE-DETAIL SEKTIONEN
   ========================= */
/* =========================
   FIX: SERVICE-DETAILS RESPONSIVE
   ========================= */

/* Optional: insgesamt etwas enger/cleaner */
.service-details {
  padding: 70px 5%;
  background: #fff;
}

.service-details h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 35px;
}

/* Card-Layout */
.detail {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  overflow: hidden;

  margin: 40px auto;
  padding: 0;

  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

/* Textbereich */
.detail .left {
  flex: 1;
  min-width: 320px;
  padding: 40px;
  margin-left: 0; /* wichtig: dein margin-left killt mobile */
  width: auto;
}

/* Bildbereich */
.detail img,
.detail .detail-img {
  flex: 1;
  min-width: 320px;

  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

/* Typo */
.detail h3 {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.detail p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Badges nicer */
.detail-badges span {
  background: #f2f2f2;
  padding: 9px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
}

/* WhatsApp Button */
.detail .wa-mini {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: var(--whatsapp-green);
  color: white;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 900;
}

/* ===== Responsive Breakpoints ===== */

/* Tablet: stapeln, aber mit nice spacing */
@media (max-width: 980px) {
  .detail {
    flex-direction: column;
  }

  .detail img,
  .detail .detail-img {
    min-height: 260px;
    max-height: 420px;
  }

  .detail .left {
    padding: 28px;
  }

  .detail h3 {
    font-size: 1.9rem;
  }
}

/* Handy: alles kompakter */
@media (max-width: 520px) {
  .service-details {
    padding: 55px 5%;
  }

  .service-details h2 {
    font-size: 2rem;
  }

  .detail .left {
    padding: 22px;
    min-width: unset;
  }

  .detail img,
  .detail .detail-img {
    min-width: unset;
    min-height: 220px;
  }

  .detail-badges span {
    font-size: 0.85rem;
    padding: 8px 10px;
  }
}

.detail.reverse { flex-direction: row-reverse; }
@media (max-width: 980px) { .detail.reverse { flex-direction: column; } }

/* Vorher/Nachher */
.before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 14px 0 12px;
}
.ba-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fafafa;
}
.ba-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.ba-cap {
    padding: 10px 12px;
    font-weight: 800;
    color: var(--text-dark);
}

/* Responsive */
@media (max-width: 900px) {
    .detail { grid-template-columns: 1fr; }
    .detail-img { min-height: 220px; }
}
@media (max-width: 520px) {
    .before-after { grid-template-columns: 1fr; }
}

/* =========================
   NEU: PRODUKT SEKTION 
   ========================= */
.new-product-section {
    background-color: #0f0f0f; /* Tiefschwarz/Dunkelgrau */
    padding: 80px 5%;
    color: white;
    text-align: center;
}

.new-badge {
    background: var(--primary-red);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.new-product-section h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.new-product-section p {
    color: #aaa;
    margin-bottom: 40px;
}

.product-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-product-card {
    background: #1a1a1a;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: row; /* Nebeneinander auf Desktop */
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #333;
}

.featured-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(230, 57, 70, 0.15);
    border-color: var(--primary-red);
}

.product-image {
    flex: 1;
    min-height: 350px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    flex: 1;
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-tag {
    color: var(--primary-red);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-details h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.product-details p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ccc;
}

.product-price {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 25px;
}

.btn-more-info {
    display: inline-block;
    background: transparent;
    border: 2px solid var(--primary-red);
    color: white;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.featured-product-card:hover .btn-more-info {
    background: var(--primary-red);
}

/* Responsive Anpassung für Handys */
@media (max-width: 768px) {
    .featured-product-card {
        flex-direction: column;
    }
    .product-image {
        height: 250px;
        min-height: auto;
    }
    .product-details {
        padding: 30px;
    }
}




/* =========================
   KONTAKTSEKTION (FORMULAR)
   ========================= */
.contact-section {
  padding: 80px 5%;
  background: #f9f9f9;
}

.contact-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-head {
  text-align: center;
  margin-bottom: 35px;
}

.contact-head h2 {
  font-size: 2.6rem;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.contact-head p {
  color: #777;
}

/* Grid: Info + Formular */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 25px;
  align-items: stretch;
}

/* Left Info Card */
.contact-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.contact-card h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.contact-sub {
  color: #666;
  line-height: 1.6;
  margin-bottom: 18px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}

.contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.contact-item i {
  color: var(--primary-red);
  font-size: 18px;
  margin-top: 3px;
}

.contact-item .label {
  font-size: 0.85rem;
  color: #888;
  font-weight: 700;
}

.contact-item .value {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
  text-decoration: none;
}

.contact-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  background: var(--whatsapp-green);
  color: #fff;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 900;
  width: 100%;
}

/* Form Card */
.contact-form {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.form-field label {
  font-weight: 900;
  font-size: 0.95rem;
  color: var(--text-dark);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid #e6e6e6;
  background: #fafafa;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(230, 57, 70, 0.6);
  box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.12);
  background: #fff;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: #666;
  margin: 6px 0 16px;
}

.consent input {
  margin-top: 3px;
}

.btn-submit {
  width: 100%;
  background: var(--primary-red);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 16px;
  font-weight: 1000;
  font-size: 1.05rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.12s ease, box-shadow 0.2s ease;
}

.btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(230, 57, 70, 0.25);
}

.form-note {
  text-align: center;
  margin-top: 12px;
  color: #777;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .contact-head h2 {
    font-size: 2.1rem;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}