
:root{
  --bg:#090a0c; --bg2:#11151c; --panel:#171c24; --panel2:#202733;
  --cream:#f4f0e8; --cream2:#ebe3d6; --white:#fff; --ink:#151515; --text:#fbfaf6;
  --muted:#c7c0b5; --mutedDark:#625c53; --orange:#ff5a1f; --red:#d63b2a; --gold:#d8b56d; --green:#25651d;
  --line:rgba(255,255,255,.13); --lineDark:rgba(0,0,0,.1); --shadow:0 28px 90px rgba(0,0,0,.34);
  --max:1380px; --wide:1520px; --radius:26px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.58}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max),calc(100% - 44px));margin-inline:auto}.wide{width:min(var(--wide),calc(100% - 28px));margin-inline:auto}
.topbar{background:#050506;color:#ddd6ca;font-size:14px;border-bottom:1px solid rgba(255,255,255,.08)}.topbar .wrap{display:flex;justify-content:space-between;gap:18px;padding:9px 0;flex-wrap:wrap}.topbar a{font-weight:850;color:#fff}
.header{position:sticky;top:0;z-index:60;background:rgba(9,10,12,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.09)}.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:12px 0}.brand{display:flex;align-items:center;gap:12px}.brand img{width:50px;height:50px;object-fit:contain}.brand strong{font-size:20px;letter-spacing:.01em}.brand span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.17em;margin-top:-2px}.menu{display:flex;align-items:center;gap:21px}.menu a{font-weight:800;font-size:14px}.menu a:hover{color:var(--gold)}.mobile-toggle{display:none;background:transparent;border:1px solid var(--line);border-radius:12px;color:#fff;padding:10px 12px;font-size:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 20px;border:1px solid transparent;font-weight:950;transition:.18s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn.orange{background:linear-gradient(135deg,var(--orange),#dc2d20);color:#fff;box-shadow:0 18px 44px rgba(255,90,31,.24)}.btn.dark{background:#111;color:#fff;border-color:rgba(255,255,255,.14)}.btn.light{background:#fff;color:#111}.btn.ghost{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18);color:#fff}.btn.slim{font-size:14px;padding:10px 14px}
.hero{min-height:820px;position:relative;overflow:hidden;display:flex;align-items:flex-end}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,3,4,.95) 0%,rgba(3,3,4,.76) 37%,rgba(3,3,4,.25) 72%,rgba(3,3,4,.07) 100%),linear-gradient(0deg,var(--bg) 0%,rgba(0,0,0,0) 25%),url('../assets/hero.jpg') center/cover no-repeat;transform:scale(1.01)}.hero:after{content:"";position:absolute;right:-10vw;top:8%;width:54vw;height:70vw;background:linear-gradient(135deg,rgba(255,90,31,.26),rgba(216,181,109,.05));filter:blur(90px);border-radius:999px}.hero-content{position:relative;z-index:2;max-width:890px;text-align:left;padding:135px 0 88px}.eyebrow{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);padding:8px 13px;border-radius:999px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.dot{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 20px var(--orange)}h1{font-size:clamp(45px,7.7vw,104px);line-height:.91;letter-spacing:-.07em;margin:24px 0 22px;text-align:left}h2{font-size:clamp(32px,4.3vw,62px);line-height:1;letter-spacing:-.045em;margin:0 0 18px;text-align:left}h3{font-size:25px;line-height:1.12;margin:0 0 12px}.lead{font-size:clamp(18px,2vw,23px);color:#e5dfd5;max-width:820px;margin:0 0 32px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:42px;max-width:900px}.trust{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:18px}.trust strong{display:block;font-size:27px;color:#fff}.trust span{font-size:14px;color:#d0c9bd}
.section{padding:88px 0}.section.light{background:var(--cream);color:var(--ink)}.section.alt{background:#11151c}.section .muted{color:var(--muted)}.section.light .muted{color:var(--mutedDark)}.kicker{font-size:13px;color:var(--orange);font-weight:950;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:54px;align-items:center}.grid{display:grid;gap:22px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{border-radius:var(--radius);overflow:hidden;background:var(--panel);border:1px solid rgba(255,255,255,.11);box-shadow:var(--shadow)}.card.light{background:#fff;color:#171717;border-color:#e4dccf;box-shadow:0 24px 70px rgba(43,35,22,.12)}.pad{padding:26px}.seo-copy{font-size:17px}.seo-copy p{margin:0 0 18px}.keyword-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.chip{display:inline-flex;border-radius:999px;background:#fff;border:1px solid var(--lineDark);padding:8px 12px;font-weight:850;font-size:13px;color:#2a2926}.section.alt .chip,.chip.dark{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#fff}.about-panel{background:#fff;color:#171717;border-radius:32px;padding:42px;box-shadow:0 28px 80px rgba(0,0,0,.18)}.checklist{display:grid;gap:12px;margin-top:22px}.check{display:flex;gap:11px}.check:before{content:"✓";width:25px;height:25px;border-radius:50%;background:#142018;color:#fff;display:grid;place-items:center;flex:0 0 auto;font-weight:900}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{position:relative;background:#fff;color:#171717;border:1px solid #e5ddcf;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(43,35,22,.12);display:flex;flex-direction:column}.product-img{height:280px;background:#f7f3ec;display:grid;place-items:center;padding:14px;position:relative}.product-img img{max-height:100%;object-fit:contain;margin:auto}.product-img.cover img{width:100%;height:100%;object-fit:cover}.tag{position:absolute;top:16px;left:16px;background:#111;color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950}.price{font-size:31px;font-weight:950;color:var(--green);letter-spacing:-.04em}.meta{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.pill{background:#f0ebe2;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:850;color:#3d3933}.features{padding-left:18px;margin:14px 0;color:#2c2b28}.features li{margin:5px 0}.card-actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.gallery img{height:72px;width:100%;object-fit:cover;border-radius:14px;background:#f7f3ec}.catalog-head{display:flex;justify-content:space-between;align-items:end;gap:22px;flex-wrap:wrap;margin-bottom:24px}.filters{display:flex;gap:10px;flex-wrap:wrap}.filter-btn{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:#111;color:#fff}.product-card.hide{display:none}
.feature-product{display:grid;grid-template-columns:1.08fr .92fr;gap:0;border-radius:34px;overflow:hidden;background:#fff;color:#171717;box-shadow:0 28px 90px rgba(0,0,0,.18)}.feature-media{min-height:520px;background:#111;position:relative}.feature-media img{width:100%;height:100%;object-fit:cover}.feature-content{padding:42px}.feature-content .price{margin:10px 0}.ebay-box{background:radial-gradient(circle at top right,rgba(255,90,31,.25),transparent 35%),linear-gradient(135deg,#171b22,#090a0c);border:1px solid rgba(255,255,255,.12);border-radius:34px;padding:38px;display:grid;grid-template-columns:1.12fr .88fr;gap:24px;align-items:center}.mini-browser{background:#fff;color:#171717;border-radius:22px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.25)}.browser-top{display:flex;gap:6px;background:#ebe7df;padding:12px}.browser-dot{width:10px;height:10px;border-radius:50%;background:#b7b0a4}.browser-content{padding:22px}.review-card{background:#fff;color:#171717;border-radius:22px;padding:23px;border:1px solid #eee}.stars{color:#f4b400;letter-spacing:1px}.google-line{display:flex;align-items:center;gap:9px;color:#67615b;font-weight:750;font-size:14px}.g{font-weight:950;font-family:Arial,sans-serif;color:#4285f4}.quote{font-size:18px;margin:16px 0;color:#252525}.avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#7726d6,#fa7a28);display:grid;place-items:center;color:#fff;font-weight:900}
.page-hero{padding:104px 0 58px;background:radial-gradient(circle at 82% 10%,rgba(255,90,31,.22),transparent 31%),linear-gradient(135deg,#141820,#090a0c);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(45px,6.5vw,82px)}.cta{background:linear-gradient(135deg,#20242c,#0b0c0e);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-box{max-width:900px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px}.info-list{display:grid;gap:15px}.info-item{background:#fff;color:#171717;border-radius:18px;padding:18px;border:1px solid #e7dfd4}.form{display:grid;gap:14px}.input,.textarea,select{width:100%;border:1px solid #ddd5c8;background:#fff;border-radius:15px;padding:15px 16px;font:inherit}.textarea{min-height:140px;resize:vertical}.map-wrap{border-radius:28px;overflow:hidden;border:1px solid #e4dccf;box-shadow:0 20px 60px rgba(43,35,22,.12);height:380px}.map-wrap iframe{width:100%;height:100%;border:0}.warning{border:1px solid #ead7a8;background:#fff8e8;color:#55451c;border-radius:16px;padding:14px;margin-top:13px}.legal{background:#fff;color:#171717;border-radius:28px;padding:34px}.notice{background:#fff8e8;border:1px solid #ead7a8;border-radius:18px;padding:18px;color:#51421f;margin-bottom:22px}.float-wa{position:fixed;right:18px;bottom:18px;z-index:80;background:#25D366;color:#fff;border-radius:999px;padding:14px 18px;font-weight:950;box-shadow:0 18px 45px rgba(0,0,0,.28);display:flex;gap:10px;align-items:center}.float-wa span{font-size:20px}.footer{background:#070708;padding:54px 0 24px;border-top:1px solid rgba(255,255,255,.09)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px}.footer a,.footer p{color:#bdb8af}.footer h4{margin:0 0 13px}.subfooter{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#8d887f}
@media(max-width:1120px){.menu{display:none;position:absolute;top:78px;left:20px;right:20px;background:#111;border:1px solid var(--line);border-radius:20px;padding:20px;flex-direction:column;align-items:flex-start}.menu.open{display:flex}.mobile-toggle{display:block}.trust-row,.grid.four,.grid.three,.grid.two,.split,.feature-product,.ebay-box,.contact-grid,.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.hero{min-height:720px}.hero:before{background:linear-gradient(0deg,var(--bg) 0%,rgba(0,0,0,.18) 42%,rgba(0,0,0,.88) 100%),url('../assets/hero.jpg') center/cover no-repeat}.feature-media{min-height:360px}.section{padding:64px 0}.brand strong{font-size:18px}.brand img{width:44px;height:44px}}
@media(max-width:680px){.wrap,.wide{width:min(100% - 24px,var(--max))}.topbar{display:none}.nav{padding:10px 0}.brand span{display:none}.hero-content{padding-top:105px}.hero-actions .btn{width:100%}.product-grid{grid-template-columns:1fr}.product-img{height:245px}.gallery{grid-template-columns:repeat(2,1fr)}.trust-row{grid-template-columns:1fr}.card-actions .btn{width:100%}.pad{padding:21px}.about-panel{padding:26px}.feature-content{padding:26px}h1{font-size:43px}.page-hero h1{font-size:42px}.eyebrow{font-size:11px}.float-wa{left:12px;right:12px;justify-content:center}.footer{padding-bottom:90px}.map-wrap{height:300px}}


/* FINAL FIX V2: einheitliche Produktkarten, keine Überlappungen, mobile sauber */
.hero-content,
.page-hero .wrap,
.catalog-head,
.cta-box {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.hero-content h1,
.page-hero h1,
.hero-content p,
.page-hero p,
.catalog-head h2,
.catalog-head p {
  text-align: left !important;
}

.product-grid {
  align-items: stretch !important;
}

.product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 28px !important;
}

.product-card .pad {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.product-img {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
  overflow: hidden !important;
  background: #f7f3ec !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px !important;
}

.product-img.cover img,
.product-img img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.product-card h3 {
  min-height: 58px !important;
  margin-bottom: 10px !important;
}

.product-card .price {
  line-height: 1 !important;
  margin: 2px 0 12px !important;
}

.product-card .muted {
  min-height: 110px !important;
}

.product-card .features {
  min-height: 120px !important;
  margin-bottom: 18px !important;
}

.product-card .gallery {
  margin-top: auto !important;
  margin-bottom: 18px !important;
}

.product-card .card-actions {
  margin-top: auto !important;
  padding-top: 10px !important;
}

.meta {
  min-height: 72px !important;
  align-content: flex-start !important;
}

.gallery img {
  object-fit: contain !important;
  background: #f7f3ec !important;
  padding: 4px !important;
}

.float-wa {
  background: #25D366 !important;
  color: #fff !important;
}

.wa-icon {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 auto !important;
  display: block !important;
}

.subfooter span:empty {
  display: none !important;
}

.subfooter {
  justify-content: flex-start !important;
}

/* Produktseiten: ruhigere Abstände */
.catalog-head {
  align-items: flex-start !important;
}

/* Ersatzteile auch exakt gleich */
body .product-card[data-cat="Zubehör"] .product-img {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

body .product-card[data-cat="Zubehör"] .muted {
  min-height: 135px !important;
}

body .product-card[data-cat="Zubehör"] .features {
  min-height: 0 !important;
}

@media (max-width: 1120px) {
  .product-img,
  body .product-card[data-cat="Zubehör"] .product-img {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }

  .product-card h3,
  .product-card .muted,
  .product-card .features,
  .meta,
  body .product-card[data-cat="Zubehör"] .muted {
    min-height: auto !important;
  }
}

@media (max-width: 680px) {
  .product-img,
  body .product-card[data-cat="Zubehör"] .product-img {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }

  .product-card .pad {
    padding: 20px !important;
  }

  .product-card h3 {
    font-size: 23px !important;
  }

  .product-card .price {
    font-size: 29px !important;
  }

  .float-wa {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    justify-content: center !important;
  }
}


/* FINAL MOBILE FIX V3: Badges raus aus Bildern, mobile sauberer und hochwertiger */

/* Badges/Tags nicht mehr im Bild überlagern */
.product-card .tag {
  position: static !important;
  display: inline-flex !important;
  align-self: flex-start !important;
  width: fit-content !important;
  margin: 0 0 14px 0 !important;
  background: #111 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

/* Falls irgendwo noch ein Tag im Bildbereich steckt: unsichtbare Überlagerung verhindern */
.product-img > .tag {
  display: none !important;
}

/* Produktbilder clean ohne Text im Bild */
.product-img {
  position: relative !important;
  background: #f7f3ec !important;
  border-bottom: 1px solid #ece3d5 !important;
}

/* Karten optisch stärker vereinheitlichen */
.product-card {
  background: #fff !important;
  color: #171717 !important;
}

.product-card .pad {
  background: #fff !important;
}

.product-card h3 {
  letter-spacing: -0.02em !important;
}

.product-card .muted {
  color: #625c53 !important;
}

/* Desktop bleibt linksbündig */
.hero-content,
.page-hero .wrap {
  text-align: left !important;
}

.hero-content h1,
.hero-content p,
.page-hero h1,
.page-hero p {
  text-align: left !important;
}

/* Mobile: Headerbereiche mittig, Produktkarten weiterhin lesbar links */
@media (max-width: 680px) {
  .hero {
    min-height: 700px !important;
    align-items: flex-end !important;
  }

  .hero-content,
  .page-hero .wrap {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-content h1,
  .hero-content p,
  .page-hero h1,
  .page-hero p,
  .hero-content .lead,
  .page-hero .lead {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-actions {
    justify-content: center !important;
  }

  .eyebrow {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .catalog-head,
  .catalog-head h2,
  .catalog-head p {
    text-align: center !important;
  }

  .catalog-head .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .filters {
    justify-content: center !important;
  }

  .product-card {
    border-radius: 24px !important;
  }

  .product-img {
    height: 230px !important;
    min-height: 230px !important;
    max-height: 230px !important;
    padding: 14px !important;
  }

  .product-card .pad {
    text-align: left !important;
  }

  .product-card h3 {
    min-height: auto !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    margin-bottom: 8px !important;
  }

  .product-card .price {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  .product-card .muted,
  .product-card .features,
  .meta {
    min-height: auto !important;
  }

  .product-card .muted {
    font-size: 15.5px !important;
  }

  .features {
    font-size: 15px !important;
    padding-left: 18px !important;
  }

  .meta {
    gap: 7px !important;
  }

  .pill {
    font-size: 12.5px !important;
    padding: 6px 9px !important;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .gallery img {
    height: 86px !important;
  }

  .card-actions {
    gap: 9px !important;
  }

  .card-actions .btn {
    width: 100% !important;
    padding: 13px 16px !important;
  }

  .seo-copy,
  .section.light .seo-copy,
  .about-panel {
    text-align: left !important;
  }

  .section.light .split > div:first-child h2,
  .section.light .split > div:first-child p {
    text-align: left !important;
  }
}

/* Sehr kleine Geräte */
@media (max-width: 390px) {
  .product-img {
    height: 210px !important;
    min-height: 210px !important;
    max-height: 210px !important;
  }

  h1 {
    font-size: 38px !important;
  }

  .page-hero h1 {
    font-size: 37px !important;
  }
}


/* FINAL MOBILE UX FIX V4: Topbar scrollt mit, Header bleibt bedienbar, WhatsApp klein als Ecke */

/* Topbar soll NICHT sticky sein */
.topbar {
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
}

/* Menüleiste bleibt sticky, damit Unterseiten mobil erreichbar bleiben */
.header {
  position: sticky !important;
  top: 0 !important;
  z-index: 70 !important;
}

/* WhatsApp Desktop normal als Button */
.float-wa {
  width: auto !important;
  max-width: max-content !important;
  border-radius: 999px !important;
}

/* Mobile: kein Balken über ganze Breite, sondern kompakter Button unten rechts */
@media (max-width: 680px) {
  .float-wa {
    left: auto !important;
    right: 14px !important;
    bottom: 14px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 56px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 0 !important; /* Text ausblenden, nur Icon + kurzer WA-Text per after */
    box-shadow: 0 16px 42px rgba(0,0,0,.32) !important;
  }

  .float-wa .wa-icon {
    width: 26px !important;
    height: 26px !important;
  }

  .float-wa::after {
    content: "WhatsApp";
    font-size: 13px;
    font-weight: 950;
    letter-spacing: -0.01em;
  }

  /* Footer braucht weniger extra Platz, weil kein Vollbreiten-Balken mehr unten liegt */
  .footer {
    padding-bottom: 42px !important;
  }

  /* Topbar komplett normal im Flow; wenn gewünscht auf Mobile weniger dominant */
  .topbar {
    position: relative !important;
    display: block !important;
  }

  .topbar .wrap {
    justify-content: center !important;
    text-align: center !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    padding: 7px 0 !important;
  }

  .topbar .wrap div:first-child {
    display: none !important; /* mobil weniger voll, nur Telefon/Adresse oben */
  }

  /* Header mobil kompakter und gut bedienbar */
  .header {
    position: sticky !important;
    top: 0 !important;
  }

  .nav {
    min-height: 64px !important;
  }

  .mobile-toggle {
    min-width: 46px !important;
    min-height: 42px !important;
  }

  .menu {
    top: 72px !important;
    max-height: calc(100vh - 92px) !important;
    overflow-y: auto !important;
  }
}

/* Sehr kleine Geräte: nur rundes Icon, damit nichts stört */
@media (max-width: 390px) {
  .float-wa {
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
  }

  .float-wa::after {
    content: "" !important;
    display: none !important;
  }
}
