:root {
  --asphalt: #0b0d10;
  --asphalt-2: #12151a;
  --asphalt-3: #1a1e25;
  --line: #262b33;
  --amber: #ffb400;
  --amber-deep: #e69e00;
  --wa: #22c15e;
  --ink: #f2f0ea;
  --ink-dim: #a7abb4;
  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Barlow", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }

body {
  background: var(--asphalt);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}

/* Grain / asphalt texture over the whole page */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap { max-width: 1060px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }

/* ---------- Hazard stripe motif ---------- */
.hazard {
  height: 12px;
  background: repeating-linear-gradient(-45deg, var(--amber) 0 22px, #14161a 22px 44px);
}
.hazard--thin { height: 6px; }

/* ---------- Skip / a11y ---------- */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------- Top bar ---------- */
header { position: relative; z-index: 40; }
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
  gap: 12px;
}
.brand {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.1;
}
.brand em { color: var(--amber); font-style: normal; }
.topbar-right { display: flex; align-items: center; gap: 10px; }
.topbar-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 16px;
  color: var(--asphalt);
  background: var(--amber);
  border-radius: 8px;
  padding: 9px 14px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 24px rgba(255,180,0,.25);
}
.topbar-phone:hover { background: var(--amber-deep); }

/* ---------- Language switcher ---------- */
.lang { position: relative; }
.lang > summary {
  list-style: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 8px;
  padding: 9px 11px;
  font-weight: 700; font-size: 14px;
  white-space: nowrap;
}
.lang > summary::-webkit-details-marker { display: none; }
.lang > summary:hover { border-color: var(--amber); color: var(--amber); }
.lang > summary .chev { font-size: 10px; opacity: .7; }
.lang ul {
  position: absolute; right: 0; top: calc(100% + 8px);
  list-style: none; margin: 0; padding: 6px;
  background: var(--asphalt-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  min-width: 168px;
  box-shadow: 0 12px 40px rgba(0,0,0,.5);
  z-index: 60;
}
.lang li { margin: 0; }
.lang li a {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 8px;
  color: var(--ink-dim); text-decoration: none;
  font-size: 15px; font-weight: 600;
}
.lang li a:hover { background: var(--asphalt-3); color: var(--ink); }
.lang li a.active { color: var(--amber); }
.lang li a .flag { font-size: 17px; line-height: 1; }

/* ---------- Hero ---------- */
.hero { padding: 40px 0 56px; position: relative; overflow: hidden; }
.hero::after {
  /* faint headlight glow */
  content: "";
  position: absolute; top: -140px; right: -180px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(255,180,0,.13) 0%, transparent 62%);
  pointer-events: none;
}
.badge-247 {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--amber);
  color: var(--amber);
  border-radius: 999px;
  font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 14px;
  margin-bottom: 22px;
}
.badge-247 .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--amber);
  animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .25; } }

h1 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(46px, 9vw, 96px);
  line-height: .96;
  letter-spacing: .01em;
  max-width: 11ch;
}
h1 .glow { color: var(--amber); text-shadow: 0 0 46px rgba(255,180,0,.45); }

.hero-sub {
  margin-top: 20px;
  font-size: clamp(17px, 2.4vw, 21px);
  color: var(--ink-dim);
  max-width: 560px;
}
.hero-sub strong { color: var(--ink); }

.hero-cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: stretch; }

.btn-call {
  display: inline-flex; flex-direction: column; justify-content: center;
  background: var(--amber);
  color: var(--asphalt);
  text-decoration: none;
  border-radius: 14px;
  padding: 16px 30px;
  box-shadow: 0 0 0 0 rgba(255,180,0,.5);
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,180,0,.45); }
  70% { box-shadow: 0 0 0 18px rgba(255,180,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,180,0,0); }
}
.btn-call .label { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.btn-call .number { font-family: var(--font-display); font-size: clamp(26px, 5vw, 34px); letter-spacing: .03em; line-height: 1.15; }
.btn-call:hover { background: var(--amber-deep); }

.btn-wa {
  display: inline-flex; align-items: center; gap: 11px;
  border: 2px solid var(--wa);
  color: var(--wa);
  border-radius: 14px;
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 700; font-size: 17px;
}
.btn-wa:hover { background: rgba(34,193,94,.1); }
.btn-wa svg { flex: none; }

/* Hinweis für fremdsprachige Seiten (FR/NL/IT/PL) */
.lang-note {
  margin-top: 18px;
  display: inline-flex; align-items: flex-start; gap: 10px;
  max-width: 560px;
  background: rgba(34,193,94,.07);
  border: 1px solid rgba(34,193,94,.35);
  border-radius: 12px;
  padding: 12px 16px;
  color: var(--ink-dim); font-size: 15px;
}
.lang-note strong { color: var(--ink); }

.hero-proof {
  margin-top: 26px;
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  color: var(--ink-dim); font-size: 15.5px; font-weight: 500;
}
.hero-proof .stars { color: var(--amber); letter-spacing: 2px; }
.hero-proof span strong { color: var(--ink); }

/* Staggered load-in */
.hero > .wrap > * { animation: rise .7s cubic-bezier(.2,.7,.3,1) both; }
.hero > .wrap > *:nth-child(1) { animation-delay: .05s; }
.hero > .wrap > *:nth-child(2) { animation-delay: .15s; }
.hero > .wrap > *:nth-child(3) { animation-delay: .28s; }
.hero > .wrap > *:nth-child(4) { animation-delay: .4s; }
.hero > .wrap > *:nth-child(5) { animation-delay: .52s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ---------- Sections ---------- */
section { padding: 68px 0; }
.section-kicker {
  font-weight: 700; font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 12px;
}
h2 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.05;
  margin-bottom: 18px;
}
.section-intro { color: var(--ink-dim); max-width: 640px; margin-bottom: 36px; }
.section-intro strong { color: var(--ink); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step {
  background: var(--asphalt-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 24px 28px;
  position: relative;
  overflow: hidden;
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 74px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,180,0,.5);
  position: absolute; top: 14px; right: 16px;
}
.step h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; max-width: 82%; }
.step p { color: var(--ink-dim); font-size: 15.5px; }
.step p strong { color: var(--ink); }
.step .tel-inline { color: var(--amber); font-weight: 700; text-decoration: none; white-space: nowrap; }

.adac-note {
  margin-top: 20px;
  background: rgba(255,180,0,.07);
  border: 1px dashed rgba(255,180,0,.45);
  border-radius: 14px;
  padding: 18px 22px;
  font-size: 16px;
}
.adac-note strong { color: var(--amber); }

/* ---------- Pricing ---------- */
.price-section { background: var(--asphalt-2); border-block: 1px solid var(--line); }
.price-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.price-card {
  background: var(--asphalt);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.price-card--main { border-color: var(--amber); box-shadow: 0 0 34px rgba(255,180,0,.12); }
.price-card .part { font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-dim); }
.price-card .value { font-family: var(--font-display); font-size: 40px; line-height: 1.05; }
.price-card--main .value { color: var(--amber); }
.price-card .value small { font-size: 20px; }
.price-card p { color: var(--ink-dim); font-size: 15px; }
.price-card p strong { color: var(--ink); }

.price-promise {
  margin-top: 24px;
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--asphalt);
  border: 1px solid var(--line);
  border-left: 4px solid var(--amber);
  border-radius: 12px;
  padding: 18px 22px;
  font-size: 16px;
}
.price-promise strong { color: var(--amber); }

.icon-chip {
  flex: none;
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  background: rgba(255,180,0,.12);
  color: var(--amber);
  font-size: 19px;
}

/* ---------- Werkstatt / wichtig zu wissen ---------- */
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fact {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  background: var(--asphalt-2);
}
.fact h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.fact h3 .mark { color: var(--amber); }
.fact p { color: var(--ink-dim); font-size: 15.5px; }
.fact p strong { color: var(--ink); }

/* ---------- Area ---------- */
.area-flex { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.radius-visual {
  aspect-ratio: 1;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px dashed rgba(255,180,0,.5);
  position: relative;
  display: grid; place-items: center;
  background:
    radial-gradient(circle, rgba(255,180,0,.1) 0%, transparent 58%),
    repeating-radial-gradient(circle at center, transparent 0 44px, rgba(255,255,255,.045) 44px 45px);
  width: 100%;
}
.radius-visual .center-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 6px rgba(255,180,0,.2), 0 0 30px rgba(255,180,0,.6);
}
.radius-visual .center-label {
  position: absolute; top: 52%; left: 50%; transform: translateX(-50%);
  font-weight: 700; font-size: 15px; margin-top: 10px; white-space: nowrap;
}
.radius-visual .radius-label {
  position: absolute; top: 12%; left: 50%; transform: translateX(-50%);
  font-family: var(--font-display); font-size: 22px; color: var(--amber); letter-spacing: .04em;
  text-transform: uppercase;
}
.towns { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.towns li {
  border: 1px solid var(--line);
  background: var(--asphalt-2);
  color: var(--ink-dim);
  border-radius: 999px;
  font-size: 14.5px; font-weight: 500;
  padding: 6px 14px;
}
.towns li.hl { color: var(--asphalt); background: var(--amber); border-color: var(--amber); font-weight: 700; }
.maps-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--amber); font-weight: 700; text-decoration: none; }
.maps-link:hover { text-decoration: underline; }

/* ---------- Trust ---------- */
.trust-section { background: var(--asphalt-2); border-block: 1px solid var(--line); }
.rating-banner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px 30px;
}
.rating-banner .big {
  font-family: var(--font-display);
  font-size: 74px; line-height: 1;
  color: var(--amber);
}
.rating-banner .stars { color: var(--amber); font-size: 26px; letter-spacing: 4px; }
.rating-banner .meta { color: var(--ink-dim); font-size: 15.5px; }
.rating-banner .meta strong { color: var(--ink); }

/* ---------- Review-Slider ---------- */
.review-slider { margin-top: 34px; }
.rs-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.rs-track::-webkit-scrollbar { display: none; }
.rs-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  background: var(--asphalt);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 12px;
}
@media (min-width: 720px) { .rs-card { flex-basis: calc(50% - 8px); } }
.rs-card .rs-stars { color: var(--amber); letter-spacing: 3px; font-size: 18px; }
.rs-card blockquote { color: var(--ink-dim); font-size: 15.5px; font-style: normal; border: 0; flex: 1; }
.rs-card .rs-meta { font-weight: 700; font-size: 14.5px; }
.rs-card .rs-meta span { color: var(--ink-dim); font-weight: 400; }
.rs-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 18px; }
.rs-btn {
  background: none; border: 1px solid var(--line); color: var(--ink);
  width: 42px; height: 42px; border-radius: 50%;
  font-size: 18px; cursor: pointer;
}
.rs-btn:hover { border-color: var(--amber); color: var(--amber); }
.rs-dots { display: flex; gap: 8px; }
.rs-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0;
  background: var(--line); cursor: pointer;
}
.rs-dots button.active { background: var(--amber); }

/* ---------- FAQ ---------- */
.faq details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--asphalt-2);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 700; font-size: 17px;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--font-display);
  color: var(--amber);
  font-size: 26px; line-height: 1;
  transition: transform .25s;
  flex: none;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 22px 20px; color: var(--ink-dim); font-size: 15.5px; }
.faq .answer strong { color: var(--ink); }
.faq .answer a { color: var(--amber); }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; padding: 84px 0; position: relative; }
.final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 100%, rgba(255,180,0,.12), transparent 70%);
  pointer-events: none;
}
.final-cta h2 { max-width: 16ch; margin-inline: auto; }
.final-cta .hero-cta { justify-content: center; }
.final-cta .sub { color: var(--ink-dim); margin-top: 14px; }

/* ---------- Footer ---------- */
footer {
  border-top: 1px solid var(--line);
  padding: 40px 0 120px; /* room for sticky bar */
  color: var(--ink-dim);
  font-size: 15px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
footer h4 {
  font-family: var(--font-display); font-weight: 400; text-transform: uppercase;
  color: var(--ink); font-size: 17px; letter-spacing: .05em; margin-bottom: 12px;
}
footer a { color: var(--ink-dim); }
footer a:hover { color: var(--amber); }
footer .tel { color: var(--amber); font-weight: 700; text-decoration: none; font-size: 17px; }
.footer-legal { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13.5px; display: flex; flex-wrap: wrap; gap: 8px 24px; }

/* ---------- Sticky call bar (mobile) ---------- */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  width: 100%; max-width: 100%;
  display: none;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(11,13,16,.92);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
}
.sticky-bar a {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: 12px;
  padding: 15px 10px;
  font-weight: 800; font-size: 17px;
  text-decoration: none;
}
.sticky-bar .call { background: var(--amber); color: var(--asphalt); flex: 1.15; }
.sticky-bar .wa { border: 2px solid var(--wa); color: var(--wa); background: rgba(34,193,94,.08); }

/* ---------- Scroll reveal (nur aktiv, wenn JS läuft — Inhalt bleibt sonst sichtbar) ---------- */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
html.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .steps, .price-grid { grid-template-columns: 1fr 1fr; }
  .facts { grid-template-columns: 1fr; }
  .area-flex { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  section { padding: 52px 0; }
  .steps, .price-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .sticky-bar { display: flex; }
  .topbar-phone .num-text { display: none; }
  .hero { padding-top: 26px; }
  .hero-cta .btn-call, .hero-cta .btn-wa { width: 100%; justify-content: center; text-align: center; }
  .btn-call { align-items: center; }
}
