/* ==========================================================================
   Lionsclean Gebäudereinigung — styles.css (v2)
   Struktur nach Vorlage "Clean and More": dunkle Autoritäts-Optik,
   Gold-Akzent, abwechselnd helle/dunkle Sektionen
   ========================================================================== */

:root {
  --dunkel: #0b0f14;
  --dunkel-2: #10161d;
  --dunkel-karte: #161d26;
  --dunkel-linie: rgba(255, 255, 255, 0.10);
  --akzent: #f2a413;
  --akzent-hell: #ffb92e;
  --akzent-dunkel: #9a6a06;
  --akzent-text: #191202;
  --hell: #ffffff;
  --hell-grau: #f4f6f8;
  --text: #202a34;
  --text-hell: #5a6771;
  --text-invers: #eef2f6;
  --text-invers-2: #aab6c2;
  --linie: #e2e8ee;
  --gruen: #2e9e57;
  --rot: #e05252;
  --radius: 12px;
  --container: 1200px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text);
  background: var(--hell);
}

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

h1, h2, h3 { line-height: 1.15; margin: 0 0 0.5em; font-weight: 800; letter-spacing: -0.01em; }
h1 { font-size: clamp(1.9rem, 4.4vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.1rem; font-weight: 700; }
p { margin: 0 0 1em; }
a { color: inherit; }

.container { max-width: var(--container); margin: 0 auto; padding-left: 22px; padding-right: 22px; }

.abschnitt { padding-top: 84px; padding-bottom: 84px; }
.abschnitt--hell { background: var(--hell); color: var(--text); }
.abschnitt--grau { background: var(--hell-grau); color: var(--text); }
.abschnitt--dunkel { background: var(--dunkel); color: var(--text-invers); }

.kicker {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--akzent-dunkel);
  margin-bottom: 12px;
}
.abschnitt--dunkel .kicker { color: var(--akzent); }

.abschnitt-kopf { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.abschnitt-kopf p { color: var(--text-hell); }
.abschnitt--dunkel .abschnitt-kopf p { color: var(--text-invers-2); }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 10px;
  border: 0;
  font-family: var(--font);
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--gold { background: var(--akzent); color: var(--akzent-text); }
.btn--gold:hover { background: var(--akzent-hell); }
.btn--dunkel { background: var(--dunkel-2); color: var(--hell); border: 1px solid var(--dunkel-2); }
.btn--dunkel:hover { background: #1c2530; }
.btn--kontur { background: transparent; color: var(--text); border: 1.5px solid #c6cfd7; }
.btn--kontur:hover { border-color: var(--text); }
.btn--kontur-invers { background: transparent; color: var(--hell); border: 1.5px solid rgba(255, 255, 255, 0.35); }
.btn--kontur-invers:hover { border-color: var(--hell); }
.btn--gross { padding: 16px 32px; font-size: 1.05rem; }
.btn--block { display: block; width: 100%; }

/* --------------------------------------------------------------------------
   Topbar
   -------------------------------------------------------------------------- */
.topbar {
  background: var(--dunkel);
  border-bottom: 1px solid var(--dunkel-linie);
  color: var(--text-invers-2);
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
}
.topbar a { color: var(--text-invers); text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--akzent); }
.topbar .haken { color: var(--akzent); font-weight: 800; margin-right: 6px; }
.topbar-rechts { display: flex; gap: 22px; white-space: nowrap; }

/* --------------------------------------------------------------------------
   Header / Navigation (dunkel)
   -------------------------------------------------------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(11, 15, 20, 0.97);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--dunkel-linie);
}
.header .container { max-width: 1340px; }
.header-innen { display: flex; align-items: center; gap: 26px; min-height: 76px; }

.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1.1; }
.logo-bild { width: 52px; height: auto; flex: none; mix-blend-mode: screen; }
.logo-text { display: flex; flex-direction: column; }
.logo-wort { font-size: 1.3rem; font-weight: 900; letter-spacing: 0.02em; color: var(--hell); }
.logo-wort span { color: var(--akzent); }
.logo-unterzeile { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-invers-2); }

.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav a.nav-link, .nav button.nav-link {
  display: inline-block;
  padding: 10px 13px;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-invers);
  text-decoration: none;
  background: none;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.nav a.nav-link:hover, .nav button.nav-link:hover { color: var(--akzent); }
.nav-gruppe { position: relative; }
.nav-gruppe > button .pfeil { font-size: 0.65em; margin-left: 4px; opacity: 0.7; }
.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 260px;
  background: var(--dunkel-2);
  border: 1px solid var(--dunkel-linie);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  padding: 8px;
  display: none;
  z-index: 950;
}
.nav-gruppe.offen .dropdown { display: block; }
.dropdown a {
  display: block;
  padding: 9px 12px;
  border-radius: 7px;
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--text-invers);
  text-decoration: none;
}
.dropdown a:hover { background: rgba(255, 255, 255, 0.06); color: var(--akzent); }
.dropdown a.dropdown-alle { font-weight: 700; color: var(--akzent); border-top: 1px solid var(--dunkel-linie); margin-top: 6px; padding-top: 11px; }

/* Großes Leistungs-Dropdown: 2 Spalten, scrollbar bei Bedarf */
.dropdown--gross { min-width: 580px; max-height: 70vh; overflow-y: auto; }
.nav-gruppe.offen .dropdown--gross {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
}

.header-kontakt { display: flex; align-items: center; gap: 16px; }
.header-telefon { font-weight: 800; font-size: 1rem; color: var(--hell); text-decoration: none; white-space: nowrap; }
.header-telefon small { display: block; font-size: 0.66rem; font-weight: 600; color: var(--text-invers-2); letter-spacing: 0.06em; text-transform: uppercase; }
.header-cta { white-space: nowrap; padding: 12px 20px; }

.nav-burger { display: none; margin-left: auto; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-burger span { display: block; width: 26px; height: 3px; background: var(--hell); border-radius: 2px; margin: 5px 0; }

/* Sticky-Mobile-Action-Bar (oben, unter dem Header — Chat sitzt unten rechts) */
.mobile-action-bar {
  display: none;
  position: sticky;
  top: 66px;
  z-index: 890;
  background: var(--dunkel-2);
  border-bottom: 1px solid var(--dunkel-linie);
  padding: 8px 10px;
  gap: 8px;
}
.mobile-action-bar .btn { flex: 1; padding: 11px 10px; font-size: 0.93rem; border-radius: 8px; }
.mobile-action-bar .btn--dunkel { border: 1px solid rgba(255, 255, 255, 0.25); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  background:
    linear-gradient(100deg, rgba(7, 10, 14, 0.96) 0%, rgba(7, 10, 14, 0.82) 45%, rgba(7, 10, 14, 0.62) 100%),
    url("/bilder/stock/hero-reinigung.jpg") center 30% / cover no-repeat;
  color: var(--text-invers);
}
.hero-innen {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 52px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 76px;
}
.hero .kicker { color: var(--akzent); }
.hero h1 { color: var(--hell); margin-bottom: 18px; }
.hero h1 .betont { color: var(--akzent); }
.hero-sub { font-size: 1.1rem; max-width: 580px; color: var(--text-invers-2); margin-bottom: 24px; }

.hero-haken {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 26px;
  margin: 0 0 28px;
  padding: 0;
}
.hero-haken li { font-size: 0.95rem; font-weight: 600; color: var(--text-invers); }
.hero-haken li::before { content: "✓"; color: var(--akzent); font-weight: 800; margin-right: 8px; }

.inhaber-chip { display: flex; align-items: center; gap: 12px; }
.inhaber-chip .avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--akzent);
  color: var(--akzent-text);
  font-weight: 900;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.inhaber-chip strong { display: block; font-size: 0.95rem; color: var(--hell); line-height: 1.3; }
.inhaber-chip span { font-size: 0.82rem; color: var(--text-invers-2); }

/* --------------------------------------------------------------------------
   Formular-Karte
   -------------------------------------------------------------------------- */
.formular-karte {
  background: var(--hell);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  padding: 26px 24px 22px;
  color: var(--text);
}
.formular-karte .formular-titel { font-size: 1.3rem; font-weight: 800; margin: 0 0 4px; color: var(--dunkel); }
.formular-hinweis { font-size: 0.9rem; color: var(--text-hell); margin-bottom: 16px; }

.anfrage-formular label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 4px; color: var(--dunkel); }
.anfrage-formular .feld { margin-bottom: 12px; }
.anfrage-formular input[type="text"],
.anfrage-formular input[type="tel"],
.anfrage-formular input[type="email"],
.anfrage-formular select,
.anfrage-formular textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1.5px solid var(--linie);
  border-radius: 8px;
  font-family: var(--font);
  font-size: 0.96rem;
  color: var(--text);
  background: #fbfcfd;
}
.anfrage-formular input:focus,
.anfrage-formular select:focus,
.anfrage-formular textarea:focus {
  outline: 2px solid var(--akzent);
  outline-offset: 0;
  border-color: var(--akzent);
}
.anfrage-formular textarea { resize: vertical; min-height: 70px; }
.feld-reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.datenschutz-feld { display: flex; align-items: flex-start; gap: 9px; margin: 4px 0 14px; }
.datenschutz-feld input { margin-top: 4px; width: 17px; height: 17px; flex: none; }
.datenschutz-feld label { font-size: 0.8rem; font-weight: 500; color: var(--text-hell); margin: 0; }
.datenschutz-feld a { color: var(--akzent-dunkel); }

.hp-feld {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}

.formular-status { font-size: 0.94rem; font-weight: 600; margin: 12px 0 0; display: none; }
.formular-status.sichtbar { display: block; }
.formular-status.erfolg { color: var(--gruen); }
.formular-status.fehler { color: var(--rot); }

/* --------------------------------------------------------------------------
   Stats-Leiste
   -------------------------------------------------------------------------- */
.stats { background: var(--dunkel); border-top: 1px solid var(--dunkel-linie); color: var(--text-invers); }
.stats .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.stat { text-align: center; padding: 0 10px; }
.stat strong { display: block; font-size: 1.25rem; font-weight: 800; color: var(--akzent); }
.stat span { font-size: 0.85rem; color: var(--text-invers-2); }

/* --------------------------------------------------------------------------
   Leistungs-Grid (4 Spalten)
   -------------------------------------------------------------------------- */
.leistungs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.leistung-karte {
  background: var(--hell);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.leistung-karte:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(15, 30, 45, 0.12); }
.leistung-bild { aspect-ratio: 16 / 11; overflow: hidden; background: var(--hell-grau); }
.leistung-bild img { width: 100%; height: 100%; object-fit: cover; }
.leistung-text { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.leistung-text h3 { margin-bottom: 5px; font-size: 1.02rem; }
.leistung-text p { font-size: 0.88rem; color: var(--text-hell); margin-bottom: 12px; }
.leistung-text .mehr { margin-top: auto; font-weight: 700; font-size: 0.88rem; text-decoration: none; color: var(--akzent-dunkel); }
.leistung-text .mehr:hover { color: var(--dunkel); }

.leistungen-auch { text-align: center; margin-top: 30px; font-size: 0.93rem; color: var(--text-hell); }
.leistungen-auch a { color: var(--akzent-dunkel); font-weight: 700; text-decoration: none; }
.leistungen-auch a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   Über uns (dunkel)
   -------------------------------------------------------------------------- */
.ueber-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; }
.ueber-bild { position: relative; border-radius: 14px; overflow: hidden; }
.ueber-bild img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 4.4; }
.ueber-bild .inhaber-chip {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(11, 15, 20, 0.88);
  border: 1px solid var(--dunkel-linie);
  border-radius: 12px;
  padding: 10px 16px 10px 10px;
}
.ueber-haken { list-style: none; margin: 20px 0 28px; padding: 0; }
.ueber-haken li { padding-left: 30px; position: relative; margin-bottom: 14px; }
.ueber-haken li::before { content: "✓"; position: absolute; left: 0; top: 0; font-weight: 800; color: var(--akzent); }
.ueber-haken strong { display: block; color: var(--hell); font-size: 0.98rem; }
.ueber-haken span { font-size: 0.88rem; color: var(--text-invers-2); }

/* --------------------------------------------------------------------------
   Prozess (4 Schritte)
   -------------------------------------------------------------------------- */
.prozess-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prozess-karte {
  background: var(--hell);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 24px 22px;
}
.prozess-karte .nummer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--akzent);
  color: var(--akzent-text);
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 14px;
}
.prozess-karte h3 { font-size: 1rem; margin-bottom: 6px; }
.prozess-karte p { font-size: 0.88rem; color: var(--text-hell); margin: 0; }

/* --------------------------------------------------------------------------
   Bewertungen & Embeds
   -------------------------------------------------------------------------- */
.embed-bereich iframe { width: 100%; border: 0; border-radius: var(--radius); }
.embed-platzhalter {
  border: 2px dashed var(--linie);
  border-radius: var(--radius);
  background: #fbfcfd;
  padding: 40px 26px;
  text-align: center;
  color: var(--text-hell);
  font-size: 0.95rem;
}
.embed-platzhalter strong { display: block; color: var(--dunkel); margin-bottom: 6px; font-size: 1.03rem; }
.embed-platzhalter .btn { margin-top: 14px; }
.abschnitt--dunkel .embed-platzhalter { background: var(--dunkel-karte); border-color: var(--dunkel-linie); color: var(--text-invers-2); }
.abschnitt--dunkel .embed-platzhalter strong { color: var(--hell); }

.bewertungs-cta { text-align: center; margin-top: 30px; }

/* --------------------------------------------------------------------------
   Referenzen (Masonry-Galerie)
   -------------------------------------------------------------------------- */
.masonry { columns: 3 300px; column-gap: 16px; }
.masonry img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  break-inside: avoid;
}

/* --------------------------------------------------------------------------
   Einsatzgebiete (dunkel, Chips)
   -------------------------------------------------------------------------- */
.gebiete-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: start; }
.gebiet-karte {
  background: var(--dunkel-karte);
  border: 1px solid var(--dunkel-linie);
  border-radius: 14px;
  padding: 28px 26px;
}
.gebiet-karte h3 { color: var(--hell); margin-bottom: 8px; }
.gebiet-karte p { font-size: 0.93rem; color: var(--text-invers-2); }
.gebiet-karte .embed-platzhalter { margin-top: 18px; padding: 26px 18px; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; }
.chips a {
  display: inline-block;
  padding: 9px 16px;
  background: var(--dunkel-karte);
  border: 1px solid var(--dunkel-linie);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-invers);
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.chips a:hover { border-color: var(--akzent); color: var(--akzent); }
.gebiete-hinweis { font-size: 0.9rem; color: var(--text-invers-2); margin-bottom: 22px; }
.gebiete-hinweis a { color: var(--akzent); font-weight: 700; text-decoration: none; }

/* --------------------------------------------------------------------------
   Vorteile (dunkel, 4 Karten)
   -------------------------------------------------------------------------- */
.vorteile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.vorteil-karte {
  background: var(--dunkel-karte);
  border: 1px solid var(--dunkel-linie);
  border-radius: var(--radius);
  padding: 26px 24px;
}
.vorteil-karte .symbol { font-size: 1.6rem; margin-bottom: 12px; }
.vorteil-karte h3 { color: var(--hell); font-size: 1rem; margin-bottom: 6px; }
.vorteil-karte p { font-size: 0.88rem; color: var(--text-invers-2); margin: 0; }
.vorteil-karte a { color: var(--akzent); font-weight: 700; text-decoration: none; }

/* --------------------------------------------------------------------------
   Abschluss-CTA (dunkel, Formular rechts)
   -------------------------------------------------------------------------- */
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.cta-haken { list-style: none; margin: 0 0 26px; padding: 0; }
.cta-haken li { padding-left: 30px; position: relative; margin-bottom: 10px; font-size: 0.97rem; color: var(--text-invers); }
.cta-haken li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; color: var(--akzent); }
.cta-kontakte { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer { background: var(--dunkel); border-top: 1px solid var(--dunkel-linie); color: var(--text-invers-2); font-size: 0.93rem; }
.footer a { color: var(--text-invers); text-decoration: none; }
.footer a:hover { color: var(--akzent); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding-top: 60px;
  padding-bottom: 44px;
}
.footer h3 { color: var(--hell); font-size: 0.95rem; margin-bottom: 14px; letter-spacing: 0.02em; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 8px; }
.footer .footer-logo { margin-bottom: 14px; }
.footer-unten {
  border-top: 1px solid var(--dunkel-linie);
  padding-top: 20px;
  padding-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
}
.footer-unten nav { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.footer-unten button {
  background: none;
  border: 0;
  color: var(--text-invers);
  font-family: var(--font);
  font-size: 0.82rem;
  cursor: pointer;
  padding: 0;
}
.footer-unten button:hover { color: var(--akzent); }

/* --------------------------------------------------------------------------
   Cookie-Banner
   -------------------------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  max-width: 560px;
  margin: 0 auto;
  background: var(--hell);
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  padding: 22px 22px 18px;
  display: none;
}
.cookie-banner.sichtbar { display: block; }
.cookie-banner h3 { font-size: 1.05rem; margin-bottom: 6px; }
.cookie-banner p { font-size: 0.87rem; color: var(--text-hell); margin-bottom: 14px; }
.cookie-banner p a { color: var(--akzent-dunkel); }
.cookie-aktionen { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-aktionen .btn { padding: 10px 16px; font-size: 0.9rem; flex: 1 1 auto; }
.cookie-einstellungen { display: none; margin: 6px 0 12px; }
.cookie-banner.zeige-einstellungen .cookie-einstellungen { display: block; }
.cookie-kategorie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--linie);
  font-size: 0.9rem;
}
.cookie-kategorie:last-child { border-bottom: 0; }
.cookie-kategorie .beschreibung { display: block; font-size: 0.77rem; color: var(--text-hell); }
.cookie-kategorie input { width: 20px; height: 20px; flex: none; }

/* --------------------------------------------------------------------------
   Seiten-Hero (Unterseiten: kein Foto, dunkler Verlauf)
   -------------------------------------------------------------------------- */
.hero--seite { background: linear-gradient(150deg, #070a0e 0%, var(--dunkel-2) 70%, #182029 100%); }

/* Unterseiten-Hero mit passendem Hintergrundbild (Scrim 55–95 %).
   Das Bild kommt als CSS-Variable aus dem style-Attribut der Seite;
   unter 1024 px greift der Gradient aus der Media-Query (Speed). */
.hero--bild {
  background:
    linear-gradient(105deg, rgba(7, 10, 14, 0.95) 0%, rgba(7, 10, 14, 0.82) 48%, rgba(7, 10, 14, 0.55) 100%),
    var(--hero-bild) center 30% / cover no-repeat;
}

/* --------------------------------------------------------------------------
   Leistungs-Details (2 Spalten, Icon-Karten)
   -------------------------------------------------------------------------- */
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.detail-karte {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--hell);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 22px;
}
.detail-karte .symbol {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(242, 164, 19, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.detail-karte h3 { font-size: 1rem; margin-bottom: 4px; }
.detail-karte p { font-size: 0.9rem; color: var(--text-hell); margin: 0 0 6px; }
.detail-karte a { font-size: 0.88rem; font-weight: 700; color: var(--akzent-dunkel); text-decoration: none; }
.detail-karte a:hover { color: var(--dunkel); }

/* --------------------------------------------------------------------------
   SEO-Textblock
   -------------------------------------------------------------------------- */
.textblock { max-width: 820px; margin: 0 auto; }
.textblock p { color: var(--text); }
.textblock .haken-liste { list-style: none; margin: 22px 0; padding: 0; }
.textblock .haken-liste li { padding-left: 30px; position: relative; margin-bottom: 12px; }
.textblock .haken-liste li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; color: var(--akzent-dunkel); }
.textblock .haken-liste strong { color: var(--dunkel); }
.textblock a { color: var(--akzent-dunkel); font-weight: 600; }

/* --------------------------------------------------------------------------
   Kosten-Faktoren
   -------------------------------------------------------------------------- */
.kosten-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.kosten-karte { background: var(--hell); border: 1px solid var(--linie); border-radius: var(--radius); padding: 22px 20px; }
.kosten-karte .symbol { font-size: 1.4rem; margin-bottom: 10px; }
.kosten-karte h3 { font-size: 0.98rem; margin-bottom: 5px; }
.kosten-karte p { font-size: 0.87rem; color: var(--text-hell); margin: 0; }
.hinweis-box {
  margin-top: 30px;
  background: rgba(242, 164, 19, 0.10);
  border: 1px solid rgba(242, 164, 19, 0.35);
  border-radius: var(--radius);
  padding: 20px 24px;
  font-size: 0.95rem;
}
.hinweis-box a { color: var(--akzent-dunkel); font-weight: 700; }

/* --------------------------------------------------------------------------
   FAQ (Accordion)
   -------------------------------------------------------------------------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq details {
  background: var(--hell);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 48px 18px 22px;
  font-weight: 700;
  font-size: 0.99rem;
  color: var(--dunkel);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--akzent-dunkel);
}
.faq details[open] summary::after { content: "–"; }
.faq .faq-antwort { padding: 0 22px 18px; font-size: 0.94rem; color: var(--text-hell); }
.faq .faq-antwort a { color: var(--akzent-dunkel); font-weight: 600; }

/* --------------------------------------------------------------------------
   Duo-Infokarten (dunkle Sektionen)
   -------------------------------------------------------------------------- */
.duo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }

/* --------------------------------------------------------------------------
   Vorher/Nachher (Galerie)
   -------------------------------------------------------------------------- */
.vn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 40px; }
.vn-paar { background: var(--hell); border: 1px solid var(--linie); border-radius: 14px; padding: 18px; }
.vn-paar h3 { margin-bottom: 12px; font-size: 1.05rem; }
.vn-bilder { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vn-bilder figure { margin: 0; position: relative; }
.vn-bilder img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 8px; }
.vn-bilder figcaption {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(11, 15, 20, 0.85);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 5px;
}
.vn-bilder figure.nachher figcaption { background: var(--akzent); color: var(--akzent-text); }

/* --------------------------------------------------------------------------
   Leistungen-vor-Ort: Stadt-Karten mit Kombi-Links
   -------------------------------------------------------------------------- */
.stadt-karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stadt-karte {
  background: var(--hell);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 24px 24px 20px;
}
.stadt-karte h2 { font-size: 1.15rem; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid var(--akzent); display: inline-block; }
.stadt-karte ul { list-style: none; margin: 0; padding: 0; }
.stadt-karte li { margin-bottom: 7px; }
.stadt-karte a { font-size: 0.92rem; font-weight: 500; color: var(--text); text-decoration: none; }
.stadt-karte a:hover { color: var(--akzent-dunkel); text-decoration: underline; }

/* --------------------------------------------------------------------------
   Breadcrumbs (Unterseiten)
   -------------------------------------------------------------------------- */
.breadcrumb { font-size: 0.84rem; color: var(--text-invers-2); padding: 16px 0 0; }
.breadcrumb a { color: var(--text-invers-2); text-decoration: none; }
.breadcrumb a:hover { color: var(--akzent); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1360px) {
  .header-cta { display: none; }
}

@media (max-width: 1024px) {
  .leistungs-grid { grid-template-columns: repeat(2, 1fr); }
  .prozess-grid, .vorteile-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats .container { grid-template-columns: 1fr 1fr; gap: 22px 12px; }

  .topbar { display: none; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--dunkel-2);
    border-bottom: 1px solid var(--dunkel-linie);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
    padding: 10px 14px 18px;
    gap: 0;
    max-height: calc(100vh - 66px);
    overflow-y: auto;
  }
  .nav.offen { display: flex; }
  .nav a.nav-link, .nav button.nav-link { width: 100%; text-align: left; padding: 13px 10px; font-size: 1.02rem; }
  .nav-gruppe .dropdown {
    position: static;
    display: none;
    box-shadow: none;
    border: 0;
    border-left: 3px solid var(--dunkel-linie);
    border-radius: 0;
    padding: 0 0 4px 10px;
    margin-left: 10px;
    background: transparent;
  }
  .nav-gruppe.offen .dropdown { display: block; }
  .nav-gruppe.offen .dropdown--gross { display: block; min-width: 0; max-height: none; }
  .header-kontakt { display: none; }
  .nav-burger { display: block; }
  .mobile-action-bar { display: flex; }
  .header-innen { min-height: 66px; }

  /* Hero: Bild raus, dunkler Verlauf rein (Speed) */
  .hero { background: linear-gradient(150deg, #070a0e 0%, var(--dunkel-2) 70%, #182029 100%); }
  .hero-innen { grid-template-columns: 1fr; gap: 40px; padding-top: 48px; padding-bottom: 56px; }

  .abschnitt { padding-top: 56px; padding-bottom: 56px; }
  .ueber-grid, .gebiete-grid, .cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .kosten-grid { grid-template-columns: 1fr 1fr; }
  .stadt-karten { grid-template-columns: 1fr 1fr; }
  .vn-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .leistungs-grid, .prozess-grid, .vorteile-grid { grid-template-columns: 1fr; }
  .hero-haken { grid-template-columns: 1fr; }
  .feld-reihe { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .formular-karte { padding: 22px 18px 18px; }
  .masonry { columns: 2 150px; column-gap: 10px; }
  .masonry img { margin-bottom: 10px; }
  .detail-grid, .kosten-grid, .duo-grid, .stadt-karten { grid-template-columns: 1fr; }
}
