/* Ergänzung zu rechtliches.css für die Leistungsseiten (/leistungen/…).
   Gleiche Hülle wie die Rechtstexte, dazu: Pfadzeile, Einleitung, FAQ als
   details/summary, ein ruhiger Fenster-Kasten für den Kontakt und die
   Liste der weiteren Seiten. Farben wie in rechtliches.css: Tokens, wo es
   sie dort gibt, Ink mit Alpha für Linien und gedämpften Text. */

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 28px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #14141096;
}

.crumbs a {
  color: #141410a8;
  text-decoration: none;
}

.crumbs a:hover {
  color: var(--orange-deep);
}

.crumbs [aria-current='page'] {
  color: var(--ink);
}

.lead {
  font-size: 19px;
  line-height: 1.6;
  color: #141410b8;
  max-width: 620px;
  margin-bottom: 40px;
}

/* Fließtext der Seite: etwas mehr Luft als in den Rechtstexten. */
.body p {
  font-size: 16.5px;
}

.body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.body ul,
.body ol {
  margin: 0 0 16px 22px;
  color: #141410d9;
  max-width: 72ch;
}

.body ol li,
.body ul li {
  margin-bottom: 8px;
}

.body code {
  font-family: var(--font-mono);
  font-size: 13.5px;
  color: var(--steel-deep);
}

/* FAQ: native details, kein Skript. Der Marker ist das Mono-Plus rechts. */
.faq {
  margin-top: 48px;
}

.faq details {
  border-top: 1px solid #14141026;
}

.faq details:last-of-type {
  border-bottom: 1px solid #14141026;
}

.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: '+';
  flex: none;
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 16px;
  color: var(--orange-deep);
}

.faq details[open] summary::after {
  content: '−';
}

.faq summary:hover {
  color: var(--orange-deep);
}

.faq summary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.faq .answer {
  padding: 0 0 18px;
}

.faq .answer p {
  margin-bottom: 0;
}

/* Kontakt-Kasten: ruhiges Fenster ohne Schlagschatten, ein primärer Knopf. */
.cta {
  margin-top: 56px;
  padding: 24px;
  border: 1px solid var(--ink);
  border-radius: 10px;
  background: var(--paper-raised);
}

.cta-label {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #14141078;
}

.cta p {
  max-width: 62ch;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-bottom: 0;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background: var(--orange);
  color: var(--paper);
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background 150ms ease;
}

.button:hover {
  background: var(--orange-deep);
  color: var(--paper);
}

.button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.mail {
  font-family: var(--font-mono);
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 2px;
}

.mail:hover {
  color: var(--orange-deep);
}

/* Weitere Leistungen und Übersichtsliste. */
.more {
  margin-top: 48px;
}

.more ul,
.pagelist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.more li {
  border-top: 1px solid #14141026;
}

.more li:last-child {
  border-bottom: 1px solid #14141026;
}

.more a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
}

.more a:hover {
  color: var(--orange-deep);
}

.pagelist {
  display: grid;
  gap: 0;
  border-top: 1px solid #14141026;
}

.pagelist li {
  padding: 24px 0;
  border-bottom: 1px solid #14141026;
}

.pagelist h2 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  font-size: 24px;
}

.pagelist h2 a {
  color: var(--ink);
  text-decoration: none;
}

.pagelist h2 a:hover {
  color: var(--orange-deep);
}

.pagelist p {
  margin-bottom: 0;
}
