
: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;
  }
}


/* Datenschutzhinweis unten */
.privacy-notice{
  position:fixed;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:1000;
  max-width:980px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 20px;
  background:rgba(18,21,24,.98);
  color:#fff;
  border:1px solid #3b3f43;
  border-left:4px solid var(--red);
  border-radius:8px;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.privacy-notice__text{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.privacy-notice__text strong{font-size:15px}
.privacy-notice__text span{font-size:14px;line-height:1.45;color:#d7d9da}
.privacy-notice__text a{color:#fff;font-weight:700;text-decoration:underline}
.privacy-notice button{
  flex:0 0 auto;
  border:0;
  background:var(--red);
  color:#fff;
  font-weight:900;
  font-size:14px;
  padding:11px 22px;
  border-radius:5px;
  cursor:pointer;
}
.privacy-notice button:hover{filter:brightness(1.08)}
.privacy-notice--hidden{display:none}
@media(max-width:700px){
  .privacy-notice{
    left:10px;
    right:10px;
    bottom:68px;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    padding:16px;
  }
  .privacy-notice button{width:100%}
}

/* Google-Bewertung */
.review-section{background:#111417;border-top:1px solid #34383c;padding:34px 4%}
.review-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.review-label{display:block;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.8px;margin-bottom:4px}
.review-section h2{margin:0 0 8px;font-size:28px}
.review-section p{margin:0;max-width:720px;color:#c6c9cb;font-size:14px;line-height:1.55}
.review-button{flex:0 0 auto;background:var(--red);color:#fff;text-decoration:none;font-size:13px;font-weight:900;padding:14px 20px;border-radius:5px;white-space:nowrap}
.review-button:hover{filter:brightness(1.08)}
@media(max-width:700px){
  .review-section{padding:30px 5%}
  .review-inner{flex-direction:column;align-items:stretch;gap:18px}
  .review-section h2{font-size:24px}
  .review-button{text-align:center;white-space:normal}
}


/* SEO-Unterseite Felgenaufbereitung Gütersloh */
.seo-more-link{display:inline-block;margin-top:13px;color:#fff;text-decoration:none;font-size:13px;font-weight:900;border-bottom:2px solid var(--red);padding-bottom:3px}
.seo-hero{min-height:520px;background:url("images/hero.jpg") center/cover no-repeat;position:relative;display:flex;align-items:center}
.seo-hero-copy{position:relative;z-index:2;margin-left:4.5%;max-width:760px}
.seo-hero-copy>small,.seo-copy>small{color:var(--red);font-weight:900;font-size:13px;letter-spacing:.8px}
.seo-hero h1{font-size:62px;line-height:.94;margin:8px 0 17px}
.seo-hero h1 span{color:var(--red)}
.seo-hero p{font-size:17px;max-width:680px;color:#e1e3e4}
.seo-hero-actions{display:flex;gap:12px;margin-top:24px}
.seo-intro{display:grid;grid-template-columns:1.5fr .65fr;gap:55px;align-items:center;padding:70px 6%;background:#171b1f}
.seo-copy h2{font-size:36px;margin:6px 0 18px}
.seo-copy p{font-size:16px;color:#c5c9cb;line-height:1.65}
.seo-highlight{border-left:4px solid var(--red);padding:24px 28px;background:#0e1012}
.seo-highlight strong{display:block;color:var(--red);font-size:52px;line-height:1}
.seo-highlight span{display:block;font-size:15px;color:#ddd;margin-top:10px;line-height:1.5}
.seo-light-section{background:#f2f3f4;color:#17191b;padding:65px 4%}
.seo-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;max-width:1450px;margin:auto}
.seo-steps article{background:#fff;border:1px solid #d2d5d7;padding:20px;min-height:190px}
.seo-steps article>b{color:var(--red);font-size:24px}
.seo-steps h3{font-size:14px;margin:10px 0 6px}
.seo-steps p{font-size:13px;line-height:1.5;color:#555}
.seo-faq{padding:70px 4%;background:#101316}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:1200px;margin:auto}
.faq-grid article{background:#171b1f;border:1px solid #34383c;padding:24px}
.faq-grid h3{font-size:17px;margin:0 0 9px}
.faq-grid p{font-size:14px;color:#c4c8ca;line-height:1.6;margin:0}
@media(max-width:1000px){
  .seo-steps{grid-template-columns:1fr 1fr 1fr}
  .seo-intro{grid-template-columns:1fr}
}
@media(max-width:700px){
  .seo-hero{min-height:590px;background-position:62% center;overflow:hidden}
  .seo-hero-copy{width:100%;max-width:100%;margin:0;padding:0 6vw}
  .seo-hero h1{font-size:clamp(34px,9.5vw,44px);overflow-wrap:break-word}
  .seo-hero p{font-size:16px}
  .seo-hero-actions{flex-direction:column;align-items:flex-start}
  .seo-intro{padding:55px 5%;gap:28px}
  .seo-copy h2{font-size:29px}
  .seo-highlight strong{font-size:44px}
  .seo-steps{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
}


/* CNC SEO Seite */
.cnc-hero{background-position:center 48%}
.cnc-price-grid{grid-template-columns:1fr 1fr;max-width:1000px}
.cnc-notes{max-width:1300px}
@media(max-width:700px){
  .cnc-price-grid{grid-template-columns:1fr}
}

/* Pulver SEO Seite */
.pulver-price-grid{grid-template-columns:1fr;max-width:560px}
@media(max-width:700px){.pulver-price-grid{grid-template-columns:1fr}}


/* Mobile Feinschliff 03.09.2026 */
@media (max-width: 700px){
  .topbar{
    min-height:72px;
    padding:10px 14px;
  }
  .logo-link img{
    width:min(190px,68vw);
    height:auto;
  }

  .hero{
    min-height:560px;
    padding-top:82px;
    background-position:center center;
  }
  .hero-content{
    width:100%;
    max-width:none;
    padding:34px 20px 42px;
  }
  .hero h1{
    font-size:clamp(38px,11vw,56px);
    line-height:.94;
    letter-spacing:-1.5px;
  }
  .hero .eyebrow,
  .hero small{
    font-size:13px;
    letter-spacing:1.5px;
  }
  .hero p{
    font-size:18px;
    line-height:1.45;
    max-width:34ch;
  }
  .hero .redline{
    width:150px;
    height:5px;
    margin:18px 0 22px;
  }
  .discount-card{
    margin-top:24px;
    padding:16px 18px;
  }
  .discount-card strong{
    font-size:34px;
  }

  .heading h2,
  .seo-copy h2,
  .contact-copy h2{
    font-size:30px;
    line-height:1.02;
  }

  .price-grid article p{
    font-size:15px;
    padding:13px 0;
  }
  .price-grid article p b{
    font-size:16px;
    white-space:nowrap;
  }

  .contact-copy p{
    font-size:17px;
    line-height:1.5;
  }
  .contact-btns .primary{
    font-size:15px;
    padding:16px 18px;
  }

  body{
    padding-bottom:68px;
  }
  .mobile-actions{
    height:64px;
  }
  .mobile-actions a{
    font-size:15px;
    font-weight:800;
  }
}


/* Mobile Überschrift: Felgenaufbereitung in einer Zeile */
@media (max-width: 700px){
  .hero h1{
    font-size:clamp(29px,8.1vw,38px);
    line-height:.98;
    letter-spacing:-1px;
    white-space:normal;
  }
  .hero h1 span{
    white-space:nowrap;
  }
}


/* ===== FINALER MOBILE-FIX: HERO + PREISE ===== */
@media (max-width: 700px){

  /* HERO: genau zwei saubere Zeilen */
  .hero-copy{
    width:100%;
    max-width:100%;
    padding-left:5vw;
    padding-right:5vw;
  }

  .hero h1{
    display:block;
    width:100%;
    max-width:100%;
    margin:0 0 16px;
    font-size:clamp(24px,6.8vw,30px) !important;
    line-height:1.02 !important;
    letter-spacing:-0.6px !important;
    white-space:nowrap !important;
    overflow:visible !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  .hero h1 span{
    display:block;
    margin-top:4px;
    font-size:1.14em;
    line-height:1.02;
    white-space:nowrap !important;
  }

  .hero h2{
    font-size:clamp(17px,4.4vw,20px);
    line-height:1.32;
  }

  .hero p{
    font-size:16px;
    line-height:1.5;
  }

  /* PREISBEREICH */
  .prices{
    padding:38px 4% !important;
  }

  .prices .heading{
    margin-bottom:22px;
  }

  .prices .heading h2{
    font-size:26px !important;
    line-height:1.05;
  }

  .prices .price-grid{
    width:100%;
    max-width:100%;
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .prices .price-grid article{
    width:100%;
    max-width:100%;
    margin:0;
    border-radius:9px;
    overflow:hidden;
  }

  .prices .price-grid h3{
    padding:15px 18px !important;
    font-size:14px !important;
    line-height:1.25;
    white-space:normal;
  }

  .prices .price-grid p{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center;
    width:100%;
    margin:0;
    padding:14px 18px !important;
    gap:14px;
    font-size:15px !important;
    line-height:1.25;
  }

  .prices .price-grid p span{
    min-width:0;
    padding:0;
    text-align:left;
  }

  .prices .price-grid p b{
    min-width:max-content;
    padding:0;
    font-size:17px !important;
    text-align:right;
    white-space:nowrap !important;
  }

  .prices .notes{
    width:100%;
    max-width:100%;
    margin-top:18px;
  }

  .prices .notes div{
    padding:17px 18px !important;
    font-size:14px;
    line-height:1.55;
  }

  /* feste Kontaktleiste */
  .mobile-actions{
    height:62px;
  }

  .mobile-actions a{
    font-size:14px;
  }
}


/* WhatsApp-Button mobil grün */
@media (max-width: 700px){
  .mobile-actions a:last-child{
    background:#25D366 !important;
    color:#fff !important;
  }
}
