/* Home landing page — section-specific layout (Hero/Nav stay in index inline + antigravity) */

.home-band {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.home-band--cloud {
  background: var(--background, #F5F2EC);
}

.home-band--linen {
  background: var(--surface, #FBF8F3);
}


/* Die gruene Leitflaeche, die Hoehenlinien, die Karte auf Gruen
   und die Endlosschleife stehen als Pattern-Bibliothek in
   styles/site-multipage.css. Diese Datei hier laedt nur
   index.html, dort waeren die Muster auf einer Seite gefangen.
   Beispiele: Claude_and_brand.md/design-patterns.md            */


/* Zwei Ankersektionen (#sicherheit, #systeme) und die engere
   Serif-Laufweite stehen im Inline-Style von index.html.
   Der Block dort steht nach dieser Datei in der Kaskade und
   wuerde gleiche Spezifitaet hier ueberstimmen. Nicht doppelt
   pflegen, sonst driftet es auseinander. */


/* ── Kontraktraster auf gruenem Grund ──────────────────────
   Nur auf der Startseite verwendet, deshalb hier direkt
   invertiert statt ueber einen zusaetzlichen Modifier.      */

.home-band--green .kontrakt { border-top-color: var(--rule-on-green, rgba(251, 248, 243, 0.14)); }
.home-band--green .kontrakt__row { border-bottom-color: var(--rule-on-green, rgba(251, 248, 243, 0.14)); }
.home-band--green .kontrakt__get { color: var(--linen-on-green, #FBF8F3); }
.home-band--green .kontrakt__get::before { background: var(--sage-light, #9FB88C); }
.home-band--green .kontrakt__without { color: rgba(251, 248, 243, 0.6); }
.home-band--green .kontrakt__without::before { color: rgba(251, 248, 243, 0.45); }


/* ── Architekturbild auf gruenem Grund ─────────────────────
   Darstellungsmuster aus animated-card-diagram (21st.dev):
   Verlaufsflaeche statt Volltonkarte, Haarlinien-Knoten,
   der tragende Knoten optisch angehoben. Der bestehende
   Datenfluss-Puls und die orange Grenzwand bleiben
   unveraendert, das ist die Aussage des Bildes.             */

.home-band--green .arch__cap { color: var(--sage-light, #9FB88C); }

.home-band--green .arch__node {
  background: var(--fill-on-green, rgba(251, 248, 243, 0.06));
  border-color: var(--rule-on-green, rgba(251, 248, 243, 0.14));
  /* Kein Schatten: auf dunklem Grund unsichtbar und nur Ballast. */
  box-shadow: none;
}

/* Die RAIS-Schicht ist der Knoten innerhalb der Grenze und
   wird deshalb als einziger angehoben. */
.home-band--green .arch__node--core {
  background:
    linear-gradient(160deg, rgba(159, 184, 140, 0.16) 0%, rgba(251, 248, 243, 0.04) 100%);
  border-color: rgba(159, 184, 140, 0.45);
}

.home-band--green .arch__node-label { color: var(--sage-light, #9FB88C); }
.home-band--green .arch__node li { color: rgba(251, 248, 243, 0.84); }
.home-band--green .arch__link { background: var(--rule-on-green, rgba(251, 248, 243, 0.14)); }
.home-band--green .arch__link::after {
  border-top-color: var(--sage-light, #9FB88C);
  border-right-color: var(--sage-light, #9FB88C);
}

/* Der wandernde Puls lief in --green-ink und waere auf
   gruenem Grund unsichtbar. */
.home-band--green .arch__link::before {
  background: linear-gradient(90deg, transparent, var(--sage-light, #9FB88C), transparent);
}

.home-band--green .arch__note { color: rgba(251, 248, 243, 0.7); }
.home-band--green .arch__note a { color: var(--sage-light, #9FB88C); }
/* Die orange Grenzwand bleibt Orange: 4.6:1 auf Gruen, und
   sie soll auffallen, das ist der Punkt des Bildes. */


/* ── Zielgruppe: Passt / Passt nicht ───────────────────── */

.icp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2.25rem;
}

.icp-card {
  position: relative;
  border-radius: 1rem;
  padding: 2rem 1.75rem;
  border: 1px solid var(--border, #D9D1C7);
  display: flex;
  flex-direction: column;
}

.icp-card__badge {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icp-card__badge svg {
  width: 1.35rem;
  height: 1.35rem;
}

.icp-card--yes .icp-card__badge {
  background: rgba(0, 66, 37, 0.12);
  color: var(--racing-green, #004225);
}

.icp-card--no .icp-card__badge {
  background: rgba(123, 116, 107, 0.16);
  color: var(--stone, #7B746B);
}

.icp-card--yes {
  background: #fff;
  border-color: var(--racing-green, #004225);
}

.icp-card--no {
  background: var(--surface-variant, #ebe1d7);
  border-color: var(--border, #D9D1C7);
}

.icp-card__heading {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border, #D9D1C7);
  line-height: 1.25;
  width: 100%;
}

.icp-card--yes .icp-card__heading {
  color: var(--racing-green, #004225);
}

.icp-card--no .icp-card__heading {
  color: var(--stone, #7B746B);
  border-bottom-color: rgba(123, 116, 107, 0.35);
}

.icp-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.icp-card li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--charcoal, #2F2A24);
}

.icp-card--no li { color: var(--stone, #7B746B); }

.icp-mark {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icp-mark svg {
  width: 1.15rem;
  height: 1.15rem;
}

.icp-card--yes .icp-mark { color: var(--racing-green, #004225); }
.icp-card--no .icp-mark { color: var(--stone, #7B746B); }

@media (max-width: 720px) {
  .icp-grid { grid-template-columns: 1fr; }
}

/* ── RAIS System-Stack (Methodik) als Leiter ───────────────
   Stand 05.08.2026. Vorher vier gleich grosse weisse Karten
   nebeneinander. Die zeigten keine Steigerung, damit ging das
   eigentliche Argument der Sektion unter: RAIS nimmt pro Prozess
   die unterste Stufe, die reicht, und verkauft nicht reflexhaft
   KI.

   Jetzt eine Leiter. Jede Stufe traegt sichtbar mehr Gewicht als
   die vorige: von der blossen Linie bei 01 bis zur gefuellten
   Flaeche bei 04. Der Versatz nach unten macht die Reihenfolge
   auch ohne Nummern lesbar.

   Stufe 04 traegt als einzige den Orange-Akzent, weil dort die
   Zurueckhaltung steht ("Bewusst nicht ueberall"). Dieselbe
   Logik wie "Nicht im Zug" im Systemkatalog: Orange markiert die
   Grenze, nicht die Steigerung.                               */

.stack-ladder {
  list-style: none;
  margin: 2.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 clamp(0.75rem, 1.6vw, 1.25rem);
  align-items: start;
}

.stack-step {
  position: relative;
  padding: 1.25rem 1.15rem 1.35rem;
  border-radius: var(--radius-md, 1.1rem);
  /* Zunehmendes Gewicht. --w wird je Stufe hochgesetzt. */
  background: rgba(0, 66, 37, calc(0.028 * var(--w, 1)));
  border: 1px solid rgba(0, 66, 37, calc(0.09 * var(--w, 1)));
}

/* Der Treppenversatz. Ohne ihn waere es wieder eine flache Reihe. */
.stack-step[data-level="1"] { --w: 1; margin-top: 0; }
.stack-step[data-level="2"] { --w: 2; margin-top: 1.15rem; }
.stack-step[data-level="3"] { --w: 3; margin-top: 2.3rem; }
.stack-step[data-level="4"] { --w: 4; margin-top: 3.45rem; }

.stack-step__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: var(--surface, #FBF8F3);
  border: 1px solid var(--green-rule, rgba(0, 66, 37, 0.22));
  color: var(--green-ink, #004225);
}
.stack-step__ico .ico { width: 1.1rem; height: 1.1rem; }

.stack-step__num {
  display: block;
  margin: 0.8rem 0 0.15rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--green-ink, #004225);
  opacity: 0.6;
}

.stack-step__title {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-weight: 400;
  font-size: 1.12rem;
  line-height: 1.25;
  margin: 0 0 0.45rem;
  color: var(--charcoal, #2F2A24);
}

.stack-step__desc {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--charcoal, #2F2A24);
}

.stack-step__note {
  display: block;
  padding-top: 0.7rem;
  border-top: 1px solid var(--green-rule-soft, rgba(0, 66, 37, 0.1));
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  color: var(--green-ink, #004225);
}

/* Die oberste Stufe ist die einzige mit Orange. Nicht weil sie die
   beste ist, sondern weil dort die Einschraenkung steht. */
.stack-step--limit .stack-step__ico {
  border-color: var(--orange, #EC6A37);
  color: var(--orange, #EC6A37);
}
.stack-step--limit .stack-step__note {
  border-top-color: var(--orange, #EC6A37);
  color: var(--orange, #EC6A37);
}

@media (max-width: 900px) {
  .stack-ladder { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  /* Treppe zuruecksetzen, sonst rutscht die zweite Zeile ins Nichts. */
  .stack-step[data-level="1"],
  .stack-step[data-level="2"],
  .stack-step[data-level="3"],
  .stack-step[data-level="4"] { margin-top: 0; }
}

@media (max-width: 560px) {
  .stack-ladder { grid-template-columns: 1fr; gap: 0.85rem; }
}
/* ── Sicherheit: die USP als Kontraktraster ────────────────
   "Enterprise-Sicherheit ohne Enterprise-Overhead" wird als
   Struktur gerendert, nicht als Behauptung. Links was der Kunde
   bekommt, rechts der Overhead, den er nicht traegt. Bewusst
   Linien statt Flaechen, damit die Sektion kein drittes
   Schwergewicht neben #aqut und #systeme wird.                */

.kontrakt {
  margin: 2.5rem 0 0;
  border-top: 1px solid var(--green-rule, rgba(0, 66, 37, 0.22));
}

.kontrakt__row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0.5rem clamp(1.5rem, 4vw, 3rem);
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--green-rule-soft, rgba(0, 66, 37, 0.1));
  align-items: start;
}

/* Die Spalte, die zaehlt: volle Tinte, gefuellter Punkt */
.kontrakt__get {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 500;
  color: var(--charcoal, #2F2A24);
}

.kontrakt__get::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--green-ink, #004225);
}

/* Die Spalte, die der Kunde los ist: schwaechere Tinte, und das
   Wort "ohne" traegt die Bedeutung, damit die Zeile auch gestapelt
   auf dem Handy noch selbsterklaerend bleibt. */
.kontrakt__without {
  position: relative;
  margin: 0;
  padding-left: 3.1rem;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--stone, #7B746B);
}

.kontrakt__without::before {
  content: "ohne";
  position: absolute;
  left: 0;
  top: 0.25em;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--stone, #7B746B);
}

@media (max-width: 820px) {
  .kontrakt__row { grid-template-columns: 1fr; gap: 0.55rem; }
  .kontrakt__without { padding-left: 3.1rem; }
}

/* ── Architekturbild: wohin die Daten fliessen ─────────────
   Reines HTML und CSS, keine Grafikdatei. Fuer technische
   Pruefer der Punkt, an dem "in Ihrer Infrastruktur" vom
   Claim zum Nachweis wird.                                    */

.arch {
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;
  padding: 0;
}

.arch__cap {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: var(--green-ink, #004225);
  margin-bottom: 1rem;
}

.arch__flow {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
}

.arch__node {
  flex: 1 1 12rem;
  min-width: 0;
  border: 1px solid var(--green-rule, rgba(0, 66, 37, 0.22));
  border-radius: var(--radius-md, 0.85rem);
  background: var(--surface, #FBF8F3);
  padding: 1.1rem 1.15rem;
}

.arch__node--core {
  background: var(--green-wash, rgba(0, 66, 37, 0.04));
  border-color: var(--green-ink, #004225);
}

.arch__node-label {
  display: block;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--green-ink, #004225);
  margin-bottom: 0.6rem;
}

.arch__node ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.3rem;
}

.arch__node li {
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--charcoal, #2F2A24);
}

/* Verbinder zwischen den Knoten */
.arch__link {
  flex: 0 0 2.25rem;
  align-self: center;
  height: 1px;
  background: var(--green-rule, rgba(0, 66, 37, 0.22));
  position: relative;
}

.arch__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1.5px solid var(--green-ink, #004225);
  border-right: 1.5px solid var(--green-ink, #004225);
  transform: translateY(-50%) rotate(45deg);
}

.arch__note {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--stone, #7B746B);
  max-width: 46rem;
}

.arch__note a { color: var(--green-ink, #004225); }

@media (max-width: 760px) {
  .arch__flow { flex-direction: column; }
  .arch__node { flex: 1 1 auto; }
  .arch__link {
    flex: 0 0 1.75rem;
    width: 1px;
    height: 1.75rem;
    align-self: center;
    background: var(--green-rule, rgba(0, 66, 37, 0.22));
  }
  .arch__link::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(135deg);
  }
}

/* ── Einkaufs-Checkliste ───────────────────────────────────── */

.fragen { margin-top: clamp(2.5rem, 5vw, 3.5rem); }

.fragen__title {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  line-height: 1.25;
  color: var(--charcoal, #2F2A24);
  margin: 0 0 0.5rem;
}

.akte-register--fragen { margin-top: 1.5rem; }

/* ── Bewegung mit Verkaufszweck ────────────────────────────
   brand_steer verbietet dekorative Layout-Bewegung. Was hier
   animiert, argumentiert: der Puls zeigt den Datenfluss und
   laeuft an der EU-Grenze sichtbar gegen die Wand.
   Alles unten wird unter prefers-reduced-motion abgeschaltet. */

/* Der Puls wandert durch die Verbinder, sobald das Bild im Blick ist.
   Laeuft einmal, nicht in Schleife, damit es Aussage bleibt und nicht
   zur Zierleiste wird. */
.arch__link { overflow: hidden; }

.arch__link::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 40%;
  background: linear-gradient(90deg, transparent, var(--green-ink, #004225), transparent);
  transform: translateX(-120%);
  opacity: 0;
}

.arch.is-live .arch__link::before {
  animation: arch-pulse 1.1s var(--ease, cubic-bezier(0.16, 1, 0.3, 1)) forwards;
}
.arch.is-live .arch__link:nth-of-type(2)::before { animation-delay: 0.55s; }

@keyframes arch-pulse {
  0%   { transform: translateX(-120%); opacity: 0; }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { transform: translateX(260%); opacity: 0; }
}

/* Die Grenze. Der zweite Puls laeuft dagegen und bleibt stehen,
   das ist die eigentliche Aussage des Bildes. */
.arch__note { position: relative; }

.arch.is-live .arch__note::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--orange, #EC6A37);
  transform: scaleY(0);
  transform-origin: top;
  animation: arch-wall 0.45s var(--ease, cubic-bezier(0.16, 1, 0.3, 1)) 1.5s forwards;
}

@keyframes arch-wall {
  to { transform: scaleY(1); }
}

/* Kontraktraster staffelt zeilenweise ein, links vor rechts, damit die
   Leserichtung "das bekommen Sie, das sparen Sie" mitgefuehrt wird. */
.kontrakt__row {
  opacity: 0;
  transform: translateY(10px);
}
.kontrakt.is-live .kontrakt__row {
  animation: kontrakt-in 0.5s var(--ease, cubic-bezier(0.16, 1, 0.3, 1)) forwards;
}
.kontrakt.is-live .kontrakt__row:nth-child(1) { animation-delay: 0.00s; }
.kontrakt.is-live .kontrakt__row:nth-child(2) { animation-delay: 0.07s; }
.kontrakt.is-live .kontrakt__row:nth-child(3) { animation-delay: 0.14s; }
.kontrakt.is-live .kontrakt__row:nth-child(4) { animation-delay: 0.21s; }
.kontrakt.is-live .kontrakt__row:nth-child(5) { animation-delay: 0.28s; }
.kontrakt.is-live .kontrakt__row:nth-child(6) { animation-delay: 0.35s; }

.kontrakt.is-live .kontrakt__without { animation: kontrakt-fade 0.5s ease 0.18s backwards; }

@keyframes kontrakt-in {
  to { opacity: 1; transform: none; }
}
@keyframes kontrakt-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Ohne JS oder ohne IntersectionObserver muss alles sichtbar bleiben.
   .no-anim setzt das Skript, wenn es nicht animieren kann. */
.no-anim .kontrakt__row { opacity: 1; transform: none; animation: none; }

@media (prefers-reduced-motion: reduce) {
  .arch.is-live .arch__link::before,
  .arch.is-live .arch__note::before,
  .kontrakt.is-live .kontrakt__row,
  .kontrakt.is-live .kontrakt__without { animation: none; }
  .kontrakt__row { opacity: 1; transform: none; }
  .arch__link::before { display: none; }
}

/* ── Rechner: Annahme und Delta ────────────────────────────
   Die Automatisierungsquote setzt der Besucher selbst. Bei 0
   erscheint keine Ersparnis. So bleibt jede Zahl aus seinen
   Angaben, wie brand.md es verlangt.                          */

.rq-annahme {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--green-rule-soft, rgba(0, 66, 37, 0.1));
}

.rq-annahme label {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--charcoal, #2F2A24);
  margin-bottom: 0.75rem;
}

.rq-annahme__row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rq-annahme__row input[type="range"] {
  flex: 1 1 auto;
  min-width: 0;
  accent-color: var(--green-ink, #004225);
  min-height: 44px;
}

.rq-annahme__row output {
  flex: 0 0 auto;
  min-width: 3.5rem;
  text-align: right;
  font-family: var(--mono);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--green-ink, #004225);
}

.rq-annahme__note {
  margin: 0.6rem 0 0;
  font-size: 0.82rem;
  color: var(--stone, #7B746B);
}

.rq-result-delta {
  margin: 1.25rem 0 0;
  padding: 0.9rem 1.1rem;
  border-left: 2px solid var(--green-ink, #004225);
  background: var(--green-wash, rgba(0, 66, 37, 0.04));
  border-radius: 0 var(--radius-sm, 0.55rem) var(--radius-sm, 0.55rem) 0;
}

.rq-result-delta__label {
  display: block;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  color: var(--green-ink, #004225);
  margin-bottom: 0.25rem;
}

.rq-result-delta__value {
  display: block;
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  line-height: 1.3;
  color: var(--charcoal, #2F2A24);
}

/* ── Diagnose: Wiedererkennen vor Qualifizierung ───────────
   Beobachtungen, keine Behauptungen. Steht bewusst VOR den
   Passt-Karten, damit der Leser sich zuerst wiederfindet und
   erst danach geprueft wird.                                 */

.diagnose {
  margin-top: 2rem;
  max-width: 44rem;
}

.diagnose__title {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--green-ink, #004225);
  margin: 0 0 0.9rem;
}

.diagnose__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--green-rule-soft, rgba(0, 66, 37, 0.1));
}

.diagnose__list li {
  position: relative;
  padding: 0.7rem 0 0.7rem 1.6rem;
  border-bottom: 1px solid var(--green-rule-soft, rgba(0, 66, 37, 0.1));
  font-size: 1rem;
  line-height: 1.5;
  color: var(--charcoal, #2F2A24);
}

.diagnose__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15em;
  width: 0.7rem;
  height: 1px;
  background: var(--green-rule, rgba(0, 66, 37, 0.22));
}

/* Schliesst das Logikloch: die Legende erklaerte Stempel, die im
   Register nirgends auftauchen. */
.beweis-stand {
  margin: 1.5rem 0 0;
  padding-left: 1rem;
  border-left: 2px solid var(--green-rule, rgba(0, 66, 37, 0.22));
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--stone, #7B746B);
}

/* ── Tech-Streifen ─────────────────────────────────────────
   Gruppiert nach Datenfluss, nicht nach Optik. Die Frage
   "wer sieht Kundendaten" ist das Argument des Streifens.
   Logos gehoeren ausschliesslich hierher, NIEMALS in den
   Proof-Ticker, das verbietet brand_steer ausdruecklich.   */

.techstack {
  margin-top: var(--space-xl, 3rem);
  padding-top: var(--space-md, 1.5rem);
  border-top: 1px solid var(--green-rule, rgba(0, 66, 37, 0.22));
}

/* Das Label neben dem Logostrom. Ersetzt seit 05.08.2026 die beiden
   Fliesstexte ueber und unter dem Streifen: Besucher koennen nicht
   unterscheiden, welches Werkzeug wofuer eingesetzt wird, und die
   Saetze wurden nicht gelesen. Zwei nachpruefbare Angaben statt einer
   Erklaerung. Die Ausnahme-Aussage steht jetzt in #sicherheit. */
.techstack__trust {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--green-ink, #004225);
}
.techstack__trust .ico {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--green-ink, #004225);
}

.techstack__group + .techstack__group { margin-top: 1.75rem; }

.techstack__group-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--green-ink, #004225);
  margin: 0 0 0.85rem;
}

.techstack__group-note {
  color: var(--stone, #7B746B);
  font-size: 0.68rem;
}

.techstack__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.25rem;
  align-items: flex-start;
}

.techstack__item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}

/* Logos in Originalfarbe (Entscheidung 05.08.2026). Vorher
   Graustufen bei 0.62 Deckkraft mit Farbe erst auf Hover. Im
   laufenden Strom hat das nicht getragen: ein bewegtes graues
   Logo wird nicht wiedererkannt, und Hover trifft man schlecht.
   Wiedererkennung ist der einzige Zweck des Streifens. */
.techstack__item img {
  height: 1.75rem;
  width: auto;
  max-width: 8rem;
  object-fit: contain;
  object-position: left center;
}

/* .techstack__meta wird nicht mehr gerendert. Die Einordnung
   traegt LEAD ueber dem Streifen, siehe techstack-data.mjs. */

/* .techstack__lead und .techstack__choice werden seit 05.08.2026
   nicht mehr gerendert, siehe .techstack__trust weiter oben. */


/* Unter dem Hero: eine Leiste, kein Block. Ein durchgehender
   Logostrom, damit der Streifen flach bleibt und der Blick sofort
   weiterwandert. */
.techstack-band {
  background: var(--surface, #FBF8F3);
  border-bottom: 1px solid var(--border, #D9D1C7);
}
.techstack-band .section-wrap {
  padding-block: clamp(1.75rem, 3.5vw, 2.5rem);
}
.techstack-band .techstack {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
/* Groesser als im ruhenden Streifen: das Logo traegt jetzt allein,
   ohne Textzeile darunter. */
.techstack-band .techstack__item img {
  height: 2.1rem;
  max-width: 9.5rem;
}
.techstack-band .techstack__trust { margin-top: 1rem; }


/* ── Logostrom ─────────────────────────────────────────────
   Die Endlosschleife selbst ist das generische Muster
   `.marquee` / `.marquee__track` in site-multipage.css. Hier
   stehen nur die Anpassungen fuer den Tech-Streifen.        */

.techstack-band .techstack__list {
  flex-wrap: nowrap;
  gap: clamp(2rem, 4vw, 3.25rem);
  align-items: center;
  /* Gleicher Abstand zur Kopie wie zwischen den Logos, sonst
     entsteht an der Nahtstelle eine sichtbare Luecke. */
  padding-right: clamp(2rem, 4vw, 3.25rem);
}

.techstack-band .techstack__item {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* ── Beweislage ────────────────────────────────────────────
   Ersetzt den alten hero-proof-Streifen. Die Sektion, die kein
   Wettbewerber kopiert, weil sie Mut kostet: was wir belegen
   koennen und was nicht. Gleichzeitig Legende fuer die
   Statusstempel im Register weiter unten.
   Format bewusst zweispaltig, damit sich das Band von allen
   anderen unterscheidet (brand_steer: nicht dieselbe Card-
   Behandlung Sektion fuer Sektion).                          */

.beweis-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  margin-top: 2rem;
}

.beweis-intro .section-sub { margin-top: 1rem; }

.beweis-ledger {
  margin: 0;
  border-top: 1px solid var(--green-rule, rgba(0, 66, 37, 0.22));
}

.beweis-row {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 0.4rem 1.5rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--green-rule-soft, rgba(0, 66, 37, 0.1));
}

.beweis-row__mark {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: var(--green-ink, #004225);
}

.beweis-row__mark::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--green-ink, #004225);
  flex-shrink: 0;
}

/* Zwei schwaechere Stufen: hohler Punkt statt gefuelltem */
.beweis-row--soft .beweis-row__mark { color: var(--stone, #7B746B); }
.beweis-row--soft .beweis-row__mark::before {
  background: transparent;
  box-shadow: inset 0 0 0 1.5px currentColor;
}

.beweis-row p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--charcoal, #2F2A24);
}

/* Die Absage. Einzige Orange-Betonung der Sektion, gleiche
   Kante wie das Feld "Nicht im Zug" im Register. */
.beweis-negativ {
  margin-top: 1.75rem;
  border-left: 2px solid var(--orange, #EC6A37);
  padding-left: 1rem;
}

.beweis-negativ__label {
  display: block;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: var(--orange, #EC6A37);
  margin-bottom: 0.3rem;
}

.beweis-negativ p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--charcoal, #2F2A24);
}

@media (max-width: 900px) {
  .beweis-grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 560px) {
  .beweis-row { grid-template-columns: 1fr; gap: 0.35rem; }
}

/* ── AQuT flagship (sage + linen dots) ─────────────────── */

#aqut.sage-block {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background-color: var(--sage, #789464);
  overflow: hidden;
}

#aqut .aqut-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: radial-gradient(#FBF8F3 1px, transparent 1px);
  background-size: 22px 22px;
}

#aqut .aqut-vignette {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 66, 37, 0.34), transparent);
}

#aqut .section-wrap {
  position: relative;
  z-index: 1;
}

#aqut .section-sub {
  color: rgba(251, 248, 243, 0.82);
  max-width: 40rem;
}

.aqut-flow {
  list-style: none;
  margin: 2.25rem 0 2.75rem;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.35rem;
  background: rgba(0, 66, 37, 0.28);
  border: 1px solid rgba(251, 248, 243, 0.18);
  border-radius: 1.15rem;
  position: relative;
  overflow-x: auto;
}

.aqut-flow--timeline {
  justify-content: space-between;
}

.aqut-flow__step {
  flex: 1 1 0;
  min-width: 7.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.1rem 0.75rem 1rem;
  background: rgba(251, 248, 243, 0.1);
  border: 1px solid rgba(251, 248, 243, 0.2);
  border-radius: 0.95rem;
  color: #FBF8F3;
  align-items: center;
  text-align: center;
  position: relative;
}

.aqut-flow__num {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--orange, #EC6A37);
  color: var(--on-orange, #2F2A24);
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.aqut-flow__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(251, 248, 243, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.35rem 0 0.15rem;
}

.aqut-flow__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.aqut-flow__step strong {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.aqut-flow__step span:last-child {
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(251, 248, 243, 0.72);
}

.aqut-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(251, 248, 243, 0.45);
  flex-shrink: 0;
  align-self: center;
  list-style: none;
  min-width: 1.25rem;
}

.aqut-flow__arrow svg {
  width: 1.1rem;
  height: 1.1rem;
}

#aqut .home-cta-row .btn-primary {
  background: var(--orange, #EC6A37);
  color: var(--on-orange, #2F2A24);
}

#aqut .home-cta-link {
  color: #FBF8F3;
}

@media (max-width: 900px) {
  .aqut-flow {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: visible;
  }
  .aqut-flow__step {
    flex: 1 1 auto;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
    padding-left: 1.15rem;
  }
  .aqut-flow__icon {
    margin: 0.15rem 0;
  }
  .aqut-flow__arrow {
    transform: rotate(90deg);
    padding: 0.15rem 0;
    align-self: center;
  }
}

/* ── AQuT Datenblatt ───────────────────────────────────────
   Ersetzt die Erfolgskacheln. Technische Pruefer suchen genau
   diese Angaben; Erfolgszahlen ohne Beleg widersprechen der
   Beweislage weiter oben auf der Seite.                       */

.datenblatt {
  margin-top: 2.25rem;
  border: 1px solid rgba(251, 248, 243, 0.22);
  border-radius: var(--radius-md, 0.85rem);
  padding: 1.5rem 1.6rem 1.35rem;
  background: rgba(20, 17, 13, 0.14);
  max-width: 46rem;
}

.datenblatt__title {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  color: rgba(251, 248, 243, 0.72);
  margin: 0 0 1rem;
}

.datenblatt__rows {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  gap: 0 1.5rem;
  margin: 0;
}

.datenblatt__rows dt,
.datenblatt__rows dd {
  padding: 0.6rem 0;
  border-top: 1px solid rgba(251, 248, 243, 0.14);
}

.datenblatt__rows dt {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  color: rgba(251, 248, 243, 0.72);
}

.datenblatt__rows dd {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: #FBF8F3;
}

.datenblatt__note {
  margin: 1.1rem 0 0;
  font-size: 0.86rem;
  color: rgba(251, 248, 243, 0.72);
}

@media (max-width: 620px) {
  .datenblatt__rows { grid-template-columns: 1fr; gap: 0; }
  .datenblatt__rows dt { padding-bottom: 0; border-bottom: none; }
  .datenblatt__rows dd { padding-top: 0.2rem; border-top: none; }
  .datenblatt__rows dt { border-top: 1px solid rgba(251, 248, 243, 0.14); padding-top: 0.7rem; }
}

/* ── Rechner multi-step wizard ─────────────────────────── */

#rechner .rechner--wizard,
.rechner--wizard {
  margin-top: 1.75rem;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid var(--border, #D9D1C7);
  border-radius: 1.25rem;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 12px 40px rgba(47, 42, 36, 0.06);
}

.rq-progress {
  margin-bottom: 1.75rem;
}

.rq-progress__label {
  display: block;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone, #7B746B);
  margin-bottom: 1rem;
}

.rq-progress__bars {
  display: flex;
  gap: 0.5rem;
}

.rq-progress__bar {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: #ebe1d7;
}

.rq-progress__bar.is-filled {
  background: var(--racing-green, #004225);
}

.rq-step {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.rq-step__title {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: var(--charcoal, #2F2A24);
  margin: 0 0 0.5rem;
  padding: 0;
}

.rq-step__eyebrow {
  display: block;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone, #7B746B);
  margin-bottom: 0.5rem;
}

.rq-step__hint {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--stone, #7B746B);
}

.rq-period {
  display: inline-flex;
  gap: 0.35rem;
  margin: 0 0 1.35rem;
  padding: 0.25rem;
  border: 1px solid var(--border, #D9D1C7);
  border-radius: 999px;
  background: var(--surface, #FBF8F3);
}

.rq-period__btn {
  min-height: 40px;
  padding: 0.45rem 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--stone, #7B746B);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.rq-period__btn.is-active {
  background: var(--racing-green, #004225);
  color: #fff;
}

.rq-fields {
  display: grid;
  gap: 1.25rem;
}

.rq-fields label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--charcoal, #2F2A24);
}

.rq-fields input {
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border: 1.5px solid var(--border, #D9D1C7);
  border-radius: 0.35rem;
  font: inherit;
  background: #fff;
  color: var(--charcoal, #2F2A24);
  outline: none;
  transition: border-color 0.2s ease;
}

.rq-fields input:focus {
  border-color: var(--racing-green, #004225);
}

.rechner--wizard .rechner__out {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  min-height: 0;
}

.rechner--wizard .rechner__out .rq-result-hours {
  margin: 0 0 0.75rem;
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 500;
  line-height: 1.15;
  color: var(--racing-green, #004225);
}

.rechner--wizard .rechner__out .rq-result-euro {
  margin: 0 0 0.45rem;
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--charcoal, #2F2A24);
}

.rechner--wizard .rechner__out .rq-result-week {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--stone, #7B746B);
  font-weight: 600;
}

.rq-chart {
  margin-top: 0.25rem;
  padding: 1.1rem 1rem 1rem;
  background: var(--surface, #FBF8F3);
  border: 1px solid var(--border, #D9D1C7);
  border-radius: 0.75rem;
}

.rq-chart__bar {
  display: flex;
  width: 100%;
  height: 1.15rem;
  border-radius: 999px;
  overflow: hidden;
  background: #ebe1d7;
}

.rq-chart__seg {
  display: block;
  height: 100%;
  min-width: 0;
}

.rq-chart__seg--mail {
  background: var(--racing-green, #004225);
}

.rq-chart__seg--phone {
  background: var(--orange, #EC6A37);
}

.rq-chart__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 0.85rem;
}

.rq-chart__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--stone, #7B746B);
  font-weight: 600;
}

.rq-chart__item::before {
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.rq-chart__item--mail::before {
  background: var(--racing-green, #004225);
}

.rq-chart__item--phone::before {
  background: var(--orange, #EC6A37);
}

.rechner--wizard .rechner__split {
  margin: 0;
  padding: 1rem;
  background: var(--surface, #FBF8F3);
  border: 1px solid var(--border, #D9D1C7);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--stone, #7B746B);
}

.rq-error {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: #93000a;
}

.rq-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border, #D9D1C7);
}

.rq-btn-back,
.rq-btn-reset {
  min-height: 44px;
  padding: 0.5rem 0;
  border: 0;
  background: transparent;
  color: var(--stone, #7B746B);
  font: inherit;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rq-btn-back:hover,
.rq-btn-reset:hover {
  color: var(--charcoal, #2F2A24);
}

.rq-btn-next,
.rq-btn-cta {
  margin-left: auto;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border: 0;
  border-radius: 0.5rem;
  background: var(--orange, #EC6A37);
  color: var(--on-orange, #2F2A24);
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}

.rq-btn-next:hover,
.rq-btn-cta:hover {
  background: var(--orange-hover, #F37A48);
}

@media (max-width: 560px) {
  #rechner .rechner--wizard,
  .rechner--wizard {
    padding: 1.5rem 1.25rem 1.35rem;
    border-radius: 1rem;
  }

  .rq-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .rq-btn-next,
  .rq-btn-cta {
    margin-left: 0;
    width: 100%;
  }
}

/* ── Ablauf timeline ───────────────────────────────────── */

.ablauf-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
  counter-reset: ablauf;
  position: relative;
}

.ablauf-timeline--path {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 42rem;
}

.ablauf-timeline--path::before {
  content: '';
  position: absolute;
  left: 1.2rem;
  top: 1.35rem;
  bottom: 1.35rem;
  width: 2px;
  background: linear-gradient(180deg, var(--orange, #EC6A37), rgba(236, 106, 55, 0.15));
}

.ablauf-step {
  position: relative;
  background: #fff;
  border: 1px solid var(--border, #D9D1C7);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 14rem;
}

.ablauf-timeline--path .ablauf-step {
  min-height: 0;
  margin-bottom: 1.15rem;
  padding-left: 4.25rem;
  box-shadow: 0 8px 28px rgba(47, 42, 36, 0.04);
}

.ablauf-timeline--path .ablauf-step:last-child {
  margin-bottom: 0;
}

.ablauf-step::before {
  counter-increment: ablauf;
  content: counter(ablauf);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--orange, #EC6A37);
  color: var(--on-orange, #2F2A24);
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
  flex-shrink: 0;
}

.ablauf-timeline--path .ablauf-step::before {
  position: absolute;
  left: 0;
  top: 1.35rem;
  margin: 0;
  z-index: 1;
  box-shadow: 0 0 0 6px var(--surface, #FBF8F3);
}

.ablauf-step__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.7rem;
  background: rgba(0, 66, 37, 0.1);
  color: var(--racing-green, #004225);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ablauf-step__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.ablauf-step h3 {
  margin: 0;
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal, #2F2A24);
  line-height: 1.25;
}

.ablauf-step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--stone, #7B746B);
  flex-grow: 1;
}

.ablauf-step__meta {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border, #D9D1C7);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone, #7B746B);
  font-weight: 500;
}

@media (max-width: 900px) {
  .ablauf-timeline:not(.ablauf-timeline--path) { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .ablauf-timeline:not(.ablauf-timeline--path) { grid-template-columns: 1fr; }
  .ablauf-timeline--path .ablauf-step {
    padding-left: 3.75rem;
  }
}

/* ── Trust (honest, no client proof) ───────────────────── */

.trust-grid {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: clamp(1.75rem, 5vw, 3.5rem);
  align-items: start;
  margin-top: 2rem;
}

.trust-grid__portrait {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid var(--border, #D9D1C7);
  box-shadow: 0 18px 46px rgba(47, 42, 36, 0.12);
  display: block;
  background: #fff;
}

.trust-facts {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.trust-facts li {
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--border, #D9D1C7);
  border-radius: 999px;
  background: #fff;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--stone, #7B746B);
}

.trust-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.75rem;
}

.trust-pillar {
  padding: 1.25rem 1.25rem;
  background: #fff;
  border: 1px solid var(--border, #D9D1C7);
  border-radius: 0.75rem;
  box-shadow: 0 4px 16px rgba(47, 42, 36, 0.04);
}

.trust-pillar strong {
  display: block;
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--charcoal, #2F2A24);
  margin-bottom: 0.35rem;
}

.trust-pillar span {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--stone, #7B746B);
}

.trust-status {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--stone, #7B746B);
  font-style: italic;
}

.trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.25rem;
}

.trust-links a {
  font-weight: 600;
  color: var(--charcoal, #2F2A24);
  text-underline-offset: 3px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 720px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid__portrait { max-width: 260px; }
  .trust-pillars { grid-template-columns: 1fr; }
}

/* ── Prozesshandbuch: der zweite, unverbindliche Weg ───────
   Bewusst ruhiger als der primaere CTA. brand_steer erlaubt
   einen primaeren CTA plus wiederkehrendes Kontaktmodul,
   also darf dieser Weg nicht gleich laut auftreten.          */

.lm-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  margin-top: 2rem;
}

.lm-box {
  background: #fff;
  border: 1px solid var(--border, #D9D1C7);
  border-radius: var(--radius-lg, 1rem);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.lm-field { margin-bottom: 1rem; }

.lm-field label {
  display: block;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  color: var(--green-ink, #004225);
  margin-bottom: 0.4rem;
}

.lm-field input[type="text"],
.lm-field input[type="email"] {
  width: 100%;
  min-height: 46px;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  font-size: 1rem;
  color: var(--charcoal, #2F2A24);
  background: var(--surface, #FBF8F3);
  border: 1px solid var(--border, #D9D1C7);
  border-radius: var(--radius-sm, 0.55rem);
}

.lm-field input:focus-visible {
  outline: 2px solid var(--green-ink, #004225);
  outline-offset: 1px;
  border-color: var(--green-ink, #004225);
}

/* Honeypot: fuer Menschen unsichtbar, fuer Bots ausfuellbar */
.lm-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lm-check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--stone, #7B746B);
  cursor: pointer;
}

.lm-check input { margin-top: 0.2rem; flex-shrink: 0; }
.lm-check a { color: var(--green-ink, #004225); }

.lm-submit { width: 100%; margin-top: 0.5rem; }

.lm-note {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--stone, #7B746B);
}

/* Fehlerzustand: lead-magnet.js setzt .bm-error, dieselbe Klasse
   wie im Buchungsmodal. */
.lm-form .bm-error {
  border-color: var(--orange, #EC6A37);
  outline: 2px solid rgba(236, 106, 55, 0.28);
}

/* Erfolgszustand. Umschaltung uebernimmt lead-magnet.js. */
.lm-form.is-hidden { display: none; }
.lm-success { display: none; }
.lm-success.is-visible { display: block; }

.lm-success__title {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: 1.25rem;
  margin: 0 0 1rem;
  color: var(--charcoal, #2F2A24);
}

@media (max-width: 860px) {
  .lm-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ── Risikoumkehr ──────────────────────────────────────────
   Schmales Band, bewusst ruhig. Es steht direkt vor dem CTA
   und darf ihn nicht ueberstrahlen.                          */

.garantie-band { padding-block: clamp(3rem, 6vw, 4.5rem); }

.garantie {
  max-width: 46rem;
  border-left: 2px solid var(--green-ink, #004225);
  padding-left: clamp(1.25rem, 3vw, 2rem);
}

.garantie .section-h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  margin-top: 0.4rem;
}

.garantie__body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--charcoal, #2F2A24);
}

/* ── Ablauf: Dauer je Schritt ──────────────────────────── */

.ablauf-step__dauer {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.03em;
  color: var(--green-ink, #004225);
  font-weight: 600;
}

/* ── Contact deliverables CTA ──────────────────────────── */

/* Der emotionale Abschluss. Groesser als die H2 darunter, weil
   er den Nutzen benennt und die H2 nur den Ablauf. */
.contact-claim {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 3.2vw, 2.15rem);
  line-height: 1.25;
  color: #fff;
  margin: 0.9rem 0 1.75rem;
  max-width: 24ch;
}

.contact-h2 {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  margin-top: 0;
}

/* Farbe kommt aus der #contact-Regel in site-multipage.css,
   damit alle Seiten dieselbe tragen. Hier nur der Strich. */
.mono-label--contact::before { background: var(--sage-light, #9FB88C); }


#contact.contact-band,
#contact {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

#contact .home-contact-lead {
  max-width: 40rem;
  margin-bottom: 0;
}

.contact-deliver {
  max-width: 56rem;
  margin: 0 auto;
  text-align: left;
}

.contact-deliver__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  margin: 2.25rem 0 2.5rem;
}

.contact-deliver__item {
  background: rgba(251, 248, 243, 0.08);
  border: 1px solid rgba(251, 248, 243, 0.18);
  border-radius: 1rem;
  padding: 1.35rem 1.2rem 1.4rem;
  color: #FBF8F3;
}

.contact-deliver__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(236, 106, 55, 0.18);
  color: var(--orange, #EC6A37);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.contact-deliver__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.contact-deliver__item h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}

.contact-deliver__item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(251, 248, 243, 0.78);
}

.contact-deliver__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.contact-deliver__cta .cal-load-btn,
.contact-deliver__cta .js-open-booking {
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  border: 0;
  border-radius: 0.65rem;
  background: var(--orange, #EC6A37);
  color: var(--on-orange, #2F2A24);
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.contact-deliver__cta .cal-load-btn:hover {
  background: var(--orange-hover, #F37A48);
}

.contact-deliver__trust {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(251, 248, 243, 0.72);
}

.contact-details--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.35rem;
  margin-top: 0.25rem;
}

.contact-details--inline .contact-detail-link {
  color: rgba(251, 248, 243, 0.88);
  text-underline-offset: 3px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 900px) {
  .contact-deliver__grid {
    grid-template-columns: 1fr;
  }

  .contact-deliver__cta .cal-load-btn {
    width: 100%;
  }
}
