
:root{--red:#e30613;--dark:#15191d;--line:#34383c}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#0b0d0f;color:#fff;line-height:1.5}
.topbar{height:80px;background:#050607;display:flex;align-items:center;justify-content:space-between;padding:0 3.2%;position:sticky;top:0;z-index:30;border-bottom:1px solid #1b1e21}
.logo-link img{height:56px;max-width:410px}.topbar nav{display:flex;gap:32px}.topbar nav a{color:#eee;text-decoration:none;font-size:13px;font-weight:800}.top-actions{display:flex;gap:12px}.call,.wa{padding:13px 20px;text-decoration:none;font-size:13px;font-weight:900}.call{background:var(--red);color:white}.wa{border:1px solid #888;color:white}
.hero{min-height:500px;background:url("images/hero.jpg") center/cover no-repeat;position:relative;display:flex;align-items:center}.overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.78) 38%,rgba(0,0,0,.15) 70%)}.hero-copy{position:relative;margin-left:4.5%;max-width:650px}
.hero h1{font-size:62px;line-height:.92;margin:0 0 17px}.hero h1 span{color:var(--red)}.redline{height:5px;width:170px;background:var(--red);margin:12px 0 22px}.hero h2{font-size:19px}.hero p{font-size:16px;color:#ddd}.saving{display:inline-flex;align-items:center;gap:18px;border:2px solid var(--red);border-radius:8px;padding:10px 18px;background:rgba(0,0,0,.55)}.saving>b{width:60px;height:60px;border-radius:50%;background:var(--red);display:grid;place-items:center;font-size:34px}.saving strong{display:block;font-size:33px;line-height:1}.saving span{font-size:14px;font-weight:900}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(#25292d,#171a1d);padding:0 4%}.benefits>div{display:flex;gap:16px;align-items:center;padding:22px;border-right:1px solid #4a4f53}.benefits i{font-size:34px;color:var(--red);font-style:normal}.benefits p{margin:0}.benefits b,.benefits span{display:block;font-size:14px}.benefits span{color:#ddd}
.dark-section,.before-after-section{background:#171b1f;padding:70px 4%}.heading{text-align:center;margin-bottom:30px}.heading small,.contact-copy small{color:var(--red);font-size:13px;font-weight:900}.heading h2,.contact h2{font-size:36px;margin:4px 0}.heading p{font-size:15px;color:#bfc3c5}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1420px;margin:auto}.service-grid article{background:#0e1012;border:1px solid #303438;padding:24px}.service-grid i{font-size:31px;color:var(--red);font-style:normal}.service-grid h3{font-size:16px}.service-grid p{font-size:14px;color:#bfc3c5}
.prices{background:linear-gradient(#f5f6f7,#eceeef);color:#16181a;padding:45px 4%}.heading.light h2{color:#222}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1450px;margin:auto}.price-grid article{background:white;border:1px solid #c9cdd0;border-radius:8px;overflow:hidden;box-shadow:0 5px 16px rgba(0,0,0,.1)}.price-grid h3{margin:0;background:#16191c;color:white;padding:14px 18px;font-size:15px}.price-grid p{display:flex;justify-content:space-between;margin:0;padding:11px 20px;border-bottom:1px solid #d7dadd;font-size:15px}.price-grid p:last-child{border-bottom:0}.price-grid b{color:var(--red);font-size:17px}
.notes{display:grid;grid-template-columns:repeat(3,1fr);max-width:1450px;margin:20px auto 0;background:#fff;border-radius:8px;overflow:hidden}.notes div{padding:20px;border-right:1px solid #d0d3d6;font-size:14px}.notes div:last-child{border-right:0}
.before-after{display:grid;grid-template-columns:1fr 1fr;max-width:1450px;height:520px;margin:auto;border:1px solid var(--line);overflow:hidden}.before,.after{position:relative;background-size:cover;background-position:center}.before{background-image:url("images/vorher.jpg");border-right:2px solid var(--red)}.after{background-image:url("images/nachher.jpg")}.before span,.after span{position:absolute;top:18px;padding:8px 14px;font-size:13px;font-weight:900}.before span{left:18px;background:#050607}.after span{right:18px;background:var(--red)}
.contact{background:#0e1113;padding:70px 4%;display:grid;grid-template-columns:1.05fr .95fr;gap:50px}.contact-copy p{font-size:15px;color:#bfc3c5}.contact-btns{display:flex;gap:12px;margin-top:20px}.primary,.secondary{padding:14px 20px;text-decoration:none;font-size:13px;font-weight:900}.primary{background:var(--red);color:#fff}.secondary{border:1px solid #666;color:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-grid a{background:#15191d;border:1px solid #34383c;color:white;text-decoration:none;padding:18px}.contact-grid b{display:block;color:var(--red);font-size:11px}.contact-grid span{display:block;font-size:14px;margin-top:4px}
footer{background:#050607;padding:18px 4%;color:#999;font-size:12px;text-align:center}.mobile-actions{display:none}
@media(max-width:1000px){.top-actions{display:none}.topbar nav{gap:16px}.benefits,.service-grid{grid-template-columns:1fr 1fr}.price-grid,.notes{grid-template-columns:1fr}.notes div{border-right:0;border-bottom:1px solid #d0d3d6}.contact{grid-template-columns:1fr}}
@media(max-width:700px){body{padding-bottom:58px}.topbar{height:70px}.logo-link img{height:42px;max-width:280px}.topbar nav{display:none}.hero{min-height:570px;background-position:62% center}.hero h1{font-size:43px}.hero-copy{margin:0 6%}.benefits,.service-grid,.contact-grid{grid-template-columns:1fr}.before-after{grid-template-columns:1fr;height:660px}.before{border-right:0;border-bottom:2px solid var(--red)}.contact-btns{flex-direction:column;align-items:flex-start}.mobile-actions{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;height:58px;z-index:50}.mobile-actions a{display:grid;place-items:center;background:#111;color:#fff;text-decoration:none;font-size:12px;font-weight:900}.mobile-actions a:last-child{background:var(--red)}}

footer a{color:#ccc;text-decoration:none}footer a:hover{color:#e30613}

.site-footer{
  background:#050607;
  padding:24px 4%;
  color:#b8b8b8;
  font-size:14px;
  text-align:center;
  border-top:1px solid #34383c;
}
.site-footer .legal-links{
  margin-top:12px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
}
.site-footer .legal-links a{
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.5px;
  text-decoration:none;
  padding:7px 10px;
}
.site-footer .legal-links a:hover{color:#e30613}

/* Finaler Mobile-Feinschliff */
img{max-width:100%}
section{scroll-margin-top:80px}
a:focus-visible{outline:3px solid #e30613;outline-offset:3px}
@media(max-width:700px){
  section{scroll-margin-top:70px}
  .heading{margin-bottom:24px}
  .heading p{max-width:92%;margin:8px auto 0;line-height:1.55}
  .dark-section,.before-after-section,.contact{padding-left:5%;padding-right:5%}
  .price-grid p{padding:13px 17px}
  .notes div{font-size:14px;line-height:1.55}
  .contact-grid a{min-height:76px}
  .site-footer{padding-bottom:28px}
}


/* ===== Mobile Breitenkorrektur FELGEN-TECH ===== */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

@media(max-width:700px){

  .topbar{
    width:100%;
    max-width:100%;
    padding-left:14px;
    padding-right:14px;
    overflow:hidden;
  }

  .logo-link{
    display:block;
    width:100%;
    max-width:100%;
    min-width:0;
  }

  .logo-link img{
    display:block;
    width:auto;
    height:auto;
    max-width:min(88vw,340px);
    max-height:48px;
    object-fit:contain;
  }

  .hero{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
  }

  .hero-copy{
    width:100%;
    max-width:100%;
    min-width:0;
    margin:0;
    padding-left:6vw;
    padding-right:6vw;
  }

  .hero h1{
    width:100%;
    max-width:100%;
    font-size:clamp(34px,9.5vw,44px);
    line-height:.98;
    letter-spacing:-1px;
    overflow-wrap:break-word;
    word-break:normal;
  }

  .hero h2{
    width:100%;
    max-width:100%;
    font-size:clamp(17px,4.6vw,21px);
    line-height:1.3;
    overflow-wrap:break-word;
  }

  .hero p{
    width:100%;
    max-width:100%;
    font-size:16px;
    line-height:1.5;
    overflow-wrap:break-word;
  }

  .redline{
    width:42vw;
    max-width:170px;
  }

  .saving{
    width:100%;
    max-width:100%;
    min-width:0;
    display:flex;
    gap:12px;
    padding:10px 12px;
  }

  .saving>b{
    flex:0 0 56px;
    width:56px;
    height:56px;
    font-size:30px;
  }

  .saving div{
    min-width:0;
  }

  .saving strong{
    font-size:clamp(27px,8.2vw,38px);
    white-space:nowrap;
  }

  .saving span{
    font-size:clamp(12px,3.4vw,15px);
    white-space:normal;
  }

  .benefits,
  .service-grid,
  .price-grid,
  .notes,
  .before-after,
  .contact,
  .contact-grid,
  .site-footer{
    width:100%;
    max-width:100%;
    min-width:0;
  }

  .service-grid article,
  .price-grid article,
  .notes div,
  .contact-grid a{
    min-width:0;
    max-width:100%;
    overflow-wrap:break-word;
  }

  .price-grid p{
    gap:12px;
  }

  .price-grid p span,
  .price-grid p b{
    min-width:0;
  }

  .mobile-actions{
    width:100%;
    max-width:100%;
    left:0;
    right:0;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  }

  .mobile-actions a{
    min-width:0;
  }
}
