/* Zusatz-Komponenten für Standort-Landingpages & Übersicht.
   Ergänzt style.css (dunkles Anthrazit + Silber-Akzent), ohne diese zu verändern. */

/* Entwurf-Hinweis (nur Draft/noindex) */
.draft-banner {
  margin: 96px var(--pad) 0; padding: 12px 16px; border-radius: 10px;
  background: rgba(255,255,255,.05); border-left: 3px solid var(--accent);
  color: var(--muted); font-size: .85rem;
}

/* Standort-Hero: kein Breadcrumb mehr -> Hero muss den fixierten Header freihalten */
.hero-standort { min-height: 62vh; padding: 128px var(--pad) 72px; }
@media (max-width: 640px) { .hero-standort { min-height: auto; padding: 104px var(--pad) 48px; } }

/* Erste Section ohne Hero (Übersicht) unter dem fixierten Header freihalten */
.section.below-fixed-header { padding-top: 140px; }
@media (max-width: 720px) { .section.below-fixed-header { padding-top: 112px; } }

/* Vertrauensleiste */
.trust-strip { padding: 20px var(--pad); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 26px; justify-content: center; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: .85rem; font-weight: 700; color: var(--muted); }
.trust-item svg { width: 19px; height: 19px; color: var(--accent); flex: none; }

/* Schnell-Links zu Leistungen (in section-head) */
.service-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.service-links a { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700;
  color: var(--accent); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 15px; transition: border-color var(--dur), background var(--dur); }
.service-links a:hover { border-color: var(--accent); background: rgba(194,203,210,.08); }

/* Leistungs-Bänder (Pflaster/Entwässerung): vollbreites Hintergrundbild + Overlay */
.image-band { position: relative; background: center / cover no-repeat; color: #fff; }
.image-band .section-head h2 { color: #fff; }
.image-band .eyebrow { color: var(--accent); }
.image-band .text { color: rgba(255,255,255,.9); max-width: 760px; }
.image-band .band-list { max-width: 760px; }
.image-band .band-list li { color: #fff; }

/* Intro-Bild: nur das Bild – keine Box, kein Schatten, kein Overlay */
.intro-img { width: 100%; height: auto; display: block; }

/* Moderner, dünner Trenner zwischen den beiden Bild-Bändern */
.band-divider { background: var(--anthracite); display: flex; align-items: center; justify-content: center; gap: 18px; padding: 24px var(--pad); }
.band-divider .bd-line { height: 1px; flex: 0 1 170px; max-width: 24vw; background: linear-gradient(90deg, transparent, rgba(194,203,210,.55)); }
.band-divider .bd-line:last-child { background: linear-gradient(90deg, rgba(194,203,210,.55), transparent); }
.band-divider .bd-mark { flex: none; width: 11px; height: 11px; transform: rotate(45deg); border: 1.5px solid var(--accent); box-shadow: 0 0 12px rgba(194,203,210,.35); }

/* Leistungen/Fakten */
.fact-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.fact-chip { font-size: .85rem; color: var(--muted); background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 8px 13px; }

/* Einsatzfälle */
.usecase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.usecase { background: linear-gradient(145deg, var(--anthracite-2), #0c1010); border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.usecase h3 { font-size: 1.1rem; margin-bottom: 8px; }
.usecase p { color: var(--muted); font-size: .92rem; margin: 0; }
@media (max-width: 860px) { .usecase-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq .faq-item { border: 1px solid rgba(255,255,255,.1); border-radius: 12px; margin-bottom: 10px; background: rgba(255,255,255,.03); overflow: hidden; }
.faq summary { cursor: pointer; padding: 15px 18px; font-weight: 700; color: #fff; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--accent); font-weight: 900; }
.faq details[open] summary::after { content: "–"; }
.faq details[open] summary { color: var(--accent); }
.faq .faq-a { padding: 0 18px 16px; color: var(--muted); }
.faq .faq-a p { margin: 0 0 10px; }

/* Angrenzende Orte */
.nearby-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.nearby-item { padding: 12px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: var(--text); font-weight: 600; transition: border-color var(--dur), color var(--dur), transform var(--dur); }
.nearby-item:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }

/* Referenz-Zitat */
.testimonial { border-left: 3px solid var(--accent); padding: 8px 0 8px 18px; color: var(--muted); font-style: italic; margin: 14px 0; }
.testimonial cite { display: block; margin-top: 8px; color: var(--text); font-style: normal; font-weight: 700; }

/* Standort-Übersicht */
.loc-cluster { margin-bottom: 30px; }
.loc-cluster h3 { font-size: 1.1rem; letter-spacing: -.02em; margin-bottom: 14px; color: #fff; border-left: 3px solid var(--accent); padding-left: 12px; }
.loc-list { display: flex; flex-wrap: wrap; gap: 10px; }
.loc-link { padding: 10px 16px; border-radius: 10px; border: 1px solid rgba(255,255,255,.1); font-weight: 600; font-size: .92rem; }
.loc-link.published { color: var(--text); transition: border-color var(--dur), color var(--dur), transform var(--dur); }
.loc-link.published:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.loc-link.soon { color: var(--muted); opacity: .55; cursor: default; }
