  :root {
  --color-primary: #17524c;   /* Grün */
  --color-secondary: #1f2a44; /* Navy */
  --color-accent: #f29f05;    /* Warmes Orange */
  --color-bg: #f5f5f5;
  --color-text: #222222;
  --color-card-soft: #f8fcfb;
  --color-card-soft: rgba(23, 82, 76, 0.03);
  --color-section-soft: #f4f8f7;
}

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.6;
      color: var(--color-text);
      background-color: #ffffff;
    }

html {
  scroll-behavior: smooth;
}

    /* Header / Navigation */
/* Header / Navigation */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

/* Hauptzeile mit Logo + Menü */
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;       /* Abstand zwischen Marke und Menü */
}


/* Header / Navigation – leicht vergrößerter Brand, bündig mit Content */
.nav-inner {
  max-width: 1100px;              /* wie section-inner → alles in einer Linie */
  margin: 0 auto;
  padding: 1rem 1.5rem;           /* links/rechts 1.5rem = wie deine Sections */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Link im Header: Logo + Wortmarke nebeneinander */
.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  cursor: pointer;
}

/* Bild-Logo links */
.nav-logo {
  display: block;
  height: 44px;   /* Logo-Höhe im Header */
  width: auto;
}

/* Text „TalkMethods“ rechts neben dem Logo */
.nav-brand-text {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 1.3rem;
}

/* Hover-Effekt nur auf den Text */
.nav-brand:hover .nav-brand-text {
  color: var(--color-secondary);
}

nav {
  margin-left: auto;   /* schiebt das Menü nach rechts */
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  font-size: 1rem;
}

nav a {
  position: relative;
  text-decoration: none;
  color: #333333;
  padding: 0.2rem 0;
  font-size: 0.9rem;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 2px;
  background-color: var(--color-primary);
  transition: width 0.25s ease-out;
}

nav a:hover::after {
  width: 100%;
}

nav a:hover {
  text-decoration: none;
  color: var(--color-primary);
}


/* schmale Kontaktleiste oben – gleiche Farbe wie Nav,
   keine Linie mehr zwischen den Zeilen */
.topbar {
  background-color: #ffffff;
  border-bottom: none;
  font-size: 0.85rem;
  color: #666666;

  /* für Ein-/Ausblend-Animation */
  overflow: hidden;
  max-height: 48px; /* bei Bedarf an Höhe der Topbar anpassen */
  opacity: 1;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}

/* Zustand: ausgeblendet */
.topbar--hidden {
  max-height: 0;
  opacity: 0;
}

.topbar-inner {
  position: relative;                 /* wichtig für ::after */
  max-width: 1100px;                  /* wie .nav-inner */
  margin: 0 auto;
  padding: 0.55rem 1.9rem 0.75rem;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}

/* Linie nur unter der Topbar-Inhaltsbreite */
.topbar {
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  font-size: 0.85rem;
  color: #666666;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* kleine Icons in der Topbar */
/* schmale Kontaktleiste oben – etwas größer + feine Linie unten */
.topbar {
  background-color: #ffffff;          /* gleich wie Header */
  border-bottom: 1px solid #eaeaea;   /* sehr dezente Trennlinie */
  font-size: 0.85rem;                 /* minimal größer */
  color: #666666;                     /* etwas dunkleres Grau */
}

.topbar-inner {
  max-width: 1100px;                  /* an Nav angepasst */
  margin: 0 auto;
  padding: 0.55rem 1.75rem;           /* mehr vertikale Luft */
  display: flex;
  justify-content: flex-end;
  gap: 2rem;                          /* mehr Abstand zw. Tel & Mail */
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* kleine Icons in der Topbar */
.topbar-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.topbar-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Links in der Topbar – Standard grau, Hover grün wie Nav */
.topbar-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.topbar-item a:hover {
  color: var(--color-primary);        /* gleiche grüne Hover-Farbe */
  text-decoration: none;
  cursor: pointer;
}

/* auf sehr schmalen Screens: untereinander */
@media (max-width: 600px) {
  .topbar-inner {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}

    main {
      min-height: 100vh;
    }

/* Hero-Bereich – mit Hintergrundbild und Overlay */
.hero {
  position: relative;
  color: #ffffff;
  padding: 4.2rem 3rem 3.2rem;
  margin-top: 0.2rem;  /* neu: ganz dezenter Versatz unter dem Header */
  /* Hintergrund etc. wie gehabt */

  /* Verlauf + Foto */
  background-image:
    linear-gradient(120deg, rgba(23, 82, 76, 0.65), rgba(31, 42, 68, 0.70)),
    image-set(
      url("img/hero-talkmethods.webp") type("image/webp"),
      url("img/hero-talkmethods.jpg")  type("image/jpeg")
    );
  background-size: cover;
  background-position: center 67%;
  background-repeat: no-repeat;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-inner h1 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.hero-subline {
  margin-top: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.hero-intro {
  margin-top: 1.3rem;
  max-width: 620px;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.9);
}

/* CTA-Button im Hero – invertiert */
.hero-cta {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  background-color: #ffffff;
  color: var(--color-primary);
  border: 2px solid #ffffff;
  transition: background-color 0.2s ease-out, color 0.2s ease-out,
              transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

.hero-cta:hover {
  background-color: transparent;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}

/* Mobile-Feinschliff Hero (bis ca. iPhone-Breite) */
@media (max-width: 720px) {
  #station-hero {
    padding: 2.5rem 1.25rem 1.5rem;   /* etwas weniger Höhe, etwas mehr seitlich */
    background-position: center top;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 1.9rem;             /* statt Desktop-Größe */
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .hero-subline {
    font-size: 1rem;
    margin-bottom: 0.9rem;
  }

  .hero-intro {
    font-size: 0.95rem;
    margin-bottom: 1.4rem;
  }

  .hero-cta {
    width: 100%;
    text-align: center;
  }
}

    /* Allgemeine Sektionen */
/* Grundlayout für alle Sektionen – einheitlicher vertikaler Rhythmus */
section {
  padding: 4rem 1.5rem;              /* statt 3rem → wirkt „luftiger“ */
}

.section-inner {
  max-width: 1100px;                 /* wie im Header/Hero */
  margin: 0 auto;
}


.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 auto;                 /* zentriert zwischen Brand (links) und Nav (rechts) */
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888888;
}

.lang-switch a {
  font-weight: 400;
  color: #666666;
  text-decoration: none;
}

.lang-switch a:hover {
  color: var(--color-primary);
}

/* aktive Sprache farbig markieren */

.lang-switch a.is-active {
  font-weight: 600;
  color: var(--color-primary);
}

/* ---------- Stationsseiten (einzelne Station / Referenz) --------- */

#station-hero {
  padding: 3.5rem 1.5rem 3rem;
  background-color: var(--color-section-soft); /* derselbe leichte Grünton wie bei Leistungen */
}

.station-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.station-backlink {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-decoration: none;
  color: #666666;
}

.station-backlink:hover {
  text-decoration: underline;
}

/* Titel und Meta-Infos */
.station-title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  color: var(--color-secondary);
}

.station-meta {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  color: #555555;
}

.station-intro {
  max-width: 720px;
  margin-bottom: 2rem;
}

.station-context {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #53605c;
}

/* Kartenraster mit drei Spalten (wie bei Leistungen/Arbeitsweise) */
.station-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.station-grid--stack {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

/* Karten zentriert und etwas schmaler, ähnlich „About“-Card */
.station-grid--stack .station-card {
  max-width: 720px;
  margin: 0 auto;
}

.station-nav {
  margin: 1.5rem 0 2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.station-nav-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a8482;
  margin-right: 0.25rem;
}

.station-nav-link {
  font-size: 0.9rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 82, 76, 0.18);
  text-decoration: none;
  color: var(--color-secondary);
  background-color: #ffffff;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.station-nav-link:hover,
.station-nav-link:focus-visible {
  background-color: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
  box-shadow: 0 6px 14px rgba(15, 56, 52, 0.18);
  outline: none;
}

/* Karten im Stationsbereich – visuell an Leistungen/Arbeitsweise angelehnt */
.station-card {
  border-radius: 14px;
  padding: 1.6rem 1.7rem;
  background-color: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 56, 52, 0.06);
  border: 1px solid rgba(23, 82, 76, 0.06);
  margin-bottom: 2.75rem;   /* >>> vertikaler Abstand zwischen den Cards */
}

/* Optional: letzte Card ohne extra Abstand nach unten */
#station-list .station-card:last-of-type {
  margin-bottom: 0;
}

.station-card h2 {
  margin-top: 0;
  font-size: 1.1rem;
  color: var(--color-primary);
}

.station-card ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.station-card ul li + li {
  margin-top: 0.25rem;
}

/* Überschrift in der Markenfarbe */
.station-card h3 {
  color: var(--color-secondary);   /* dein dunkles Grün/Teal */
  margin-bottom: 0.35rem;
}

.station-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.4rem;
}

.station-meta,
.station-location {
  font-size: 0.8rem;
  color: #a3aca8;              /* dezentes Grau */
}

.station-meta {
  font-weight: 500;            /* etwas betonter */
}

.station-location {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;         /* Ort bleibt in einer Zeile, sofern möglich */
}

/* Abschluss-CTA unterhalb der Station */
.station-cta {
  padding: 3rem 1.5rem 3.2rem;
  background-color: #ffffff;
}

.station-cta h2 {
  margin-top: 0;
  color: var(--color-secondary);
}

.station-cta p {
  max-width: 720px;
  margin-bottom: 1.5rem;
}

/* ---------- Stationsseiten: Navigation & Meta-Zeile ---------- */

/* Chips-Navigation "Direkt zu" */
.station-nav {
  margin: 1.5rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.station-nav-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #888888;
  margin-right: 0.25rem;
}

.station-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 82, 76, 0.18);
  background-color: #ffffff;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--color-secondary);
  transition: background-color 0.15s ease-out,
              border-color 0.15s ease-out,
              transform 0.15s ease-out,
              box-shadow 0.15s ease-out;
}

.station-nav-link:hover {
  background-color: var(--color-card-soft);
  border-color: rgba(23, 82, 76, 0.35);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 56, 52, 0.08);
}

/* Meta-Zeile innerhalb einer Station */
.station-meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 1rem;
  align-items: baseline;
  margin-bottom: 0.8rem;
}

.station-heading {
  margin: 0;
  font-size: 1.4rem;
  color: var(--color-primary);
}

.station-location {
  margin: 0;
  font-size: 0.9rem;
  color: #9aa3aa;
}

/* Kontext-Absatz direkt unter Meta */
.station-context {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: #4a4f55;
}

    /* Standard: bleibt weiß, wie bisher */
.section-neutral {
  background-color: #ffffff;
}

#insights.section-neutral {
  background-color: var(--color-section-soft);  /* leicht abgesetzter Hintergrund nur für "Einblicke" */
  /* oder alternativ:
     background-color: #f7faf9;
  */
}

/* Großer Card-Container innerhalb einer Section */
.section-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 2rem 2.25rem;
  box-shadow: 0 14px 30px rgba(15, 56, 52, 0.06); /* leicht grünlicher Schatten */
}

/* Überschriften in Cards minimal absetzen */
.section-card h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

/* Einheitliches Section-Heading */
/* Section-Überschrift moderner */
.section-inner > h2 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-size: 1.9rem;
  letter-spacing: 0.01em;
  color: var(--color-secondary);
}

/* Kleine Overline (Label über der Überschrift) */
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: rgba(31, 42, 68, 0.6);
  margin: 0 0 0.25rem 0;
}

/* Optional: dünne innere Trennlinie für lange Karten mit viel Text */
.section-card + .section-card {
  margin-top: 1.5rem;
}

/* Leichtes Grün für abgesetzte Bereiche (z.B. Leistungen, Für wen, Arbeitsweise) */
/* Sanft abgesetzter Abschnitt-Hintergrund */
.section-soft {
  background-color: var(--color-section-soft);
}

/* optional: etwas mehr Luft nach oben/unten in solchen Abschnitten */
.section-soft {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

/* Farbige Abschnittsbänder
   ------------------------------------ */

/* Über mich – neutral weiß (Standard) */
/* Leistungen – leicht getönt in Richtung Grün */
#services {
  background-color: #f4faf9;              /* minimal heller als #f1f7f6 */
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* Stimmen zu TalkMethods – wieder klar weiß */
#testimonials {
  background-color: #ffffff;
}

/* Für wen ist TalkMethods? – helles Grau für ruhige Lesbarkeit */
#clients {
  background-color: #f1f7f6;
}

/* FAQ-Bereich */
#faq {
  background-color: #ffffff;
}

.faq-list {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

/* einzelne FAQ-Karte */
.faq-item {
  border-radius: 14px;
  border: 1px solid rgba(23, 82, 76, 0.08);
  background-color: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 56, 52, 0.04);
  overflow: hidden;
}

/* Frage-Button */
.faq-question {
  width: 100%;
  padding: 0.9rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: var(--color-secondary);
}

.faq-question span:first-child {
  font-weight: 500;
}

/* Plus/Minus-Icon */
.faq-toggle-icon {
  font-size: 1.2rem;
  color: var(--color-primary);
}

/* Antwortbereich – per max-height animiert */
.faq-answer {
  padding: 0 1.2rem 0.9rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

/* geöffneter Zustand */
.faq-item.is-open .faq-answer {
  max-height: 500px;   /* ausreichend groß wählen */
  opacity: 1;
}

.faq-item.is-open .faq-toggle-icon {
  transform: rotate(45deg); /* aus + wird optisch ein x */
}

/* Einblicke aus Forschung & Praxis ---------------------------------- */

/* Container im Insights-Abschnitt an das Standardlayout anpassen */
#insights .section-inner {
  max-width: 1100px;     /* gleicher Wert wie im globalen .section-inner */
  margin: 0 auto;
  padding: 0 1.5rem;     /* wie in den anderen Abschnitten */
}

/* Überschrift + Einleitung etwas kompakter */
#insights h2 {
  margin-bottom: 1rem;
}

.insights-text {
  max-width: 640px;
  margin-bottom: 2rem;
}

/* Zwei Spalten mit mehr Abstand */
.insights-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 3rem;
  row-gap: 1.6rem;
  align-items: flex-start;
}

/* Einzelne „Kacheln“ typografisch ordnen */
.insights-item {
  line-height: 1.5;
}

.insights-item h3 {
  margin-bottom: 0.25rem;
}

.insights-meta {
  margin: 0 0 0.4rem;
  font-size: 0.87rem;
  color: rgba(23, 36, 44, 0.7);
}

.insights-item p {
  margin-bottom: 0.45rem;
}

/* Link optisch ruhiger, etwas Abstand nach oben */
.insights-link {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-primary);      /* Grün (CTA-Logik) */
  /* falls du lieber Navy möchtest: color: var(--color-secondary); */
}

.insights-link:hover {
  text-decoration: underline;
}

/* Mobile: einspaltig */
@media (max-width: 900px) {
  .insights-list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  #insights .section-inner {
    max-width: 720px;
  }
}

/* Trennlinie zwischen Einleitung und Beispielen im Insights-Block */
/* Variante mit leichtem Grünverlauf */
.insights-divider {
  height: 1px;
  max-width: 620px;
  margin: 1.4rem 0 1.6rem;
  background: rgba(23, 36, 44, 0.08); /* noch etwas leichter */
}

/* Arbeitsweise – neutral weiß, wirkt „sauber“ */
#approach.section-soft {
  background-color: #ffffff;
}

#approach ol {
  margin-top: 1.2rem;
  padding-left: 1.3rem;
}

#approach ol li {
  margin-bottom: 0.5rem;
}

/* dezente Linie zwischen den Schritten */
#approach ol li + li {
  padding-top: 0.35rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Kontakt – leicht abgesetzt, aber nicht zu dunkel */
/* Kontakt – bewusst klar vom vorherigen Abschnitt abgesetzt */
#contact {
  background-color: #f1f7f6;   /* statt #f1f7f6 */
}


/* Kontaktlinks optisch hervorheben */
#contact a {
  color: var(--color-primary);
  text-decoration: none;
}

#contact a:hover {
  text-decoration: underline;
}

/* Optional: ganz dezente Trennlinie oben für getönte Bereiche */
#services,
#clients,
#contact {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

        .about-photo {
      max-width: 180px;
      border-radius: 50%;
      display: block;
      margin-bottom: 1.0rem;
    }


/* Über-mich-Layout mit Grid */

/* Abschnitt "Über mich": Abstände und leichtes Hochziehen */
/* Über-mich-Abschnitt – sauberer Abstand unter dem Hero */
#about {
  padding: 1.0rem 1.5rem 3.5rem;  /* oben 3rem, unten 3.5rem */
  background-color: #ffffff;
}

/* Container für Bild + Text */
#about .section-inner {
  max-width: 1100px;
  margin: 0.5rem auto 0;   /* POSITIVER Abstand zum Hero */
  padding: 0 1.5rem;       /* horizontales Padding wie sonst auch */
}

/* Über-mich-Layout mit Grid */
.about-layout {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;  /* Foto 40 %, Text 60 % */
  gap: 2.5rem;
  align-items: start;
}

.about-image-wrapper {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-photo-large {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* füllt den Rahmen, ohne Verzerrung */
  border-radius: 16px;
  display: block;
}

.about-text {
  border: 1px solid var(--color-secondary);
  border-radius: 14px;
  padding: 1.8rem 2rem;
  background-color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  max-width: 640px;     /* begrenzt Zeilenlänge */
}

.about-text h2 {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: var(--color-secondary);
}

.about-text p:first-of-type {
  font-size: 1.02rem;
  margin-bottom: 0.9rem;   /* Intro-Absatz leicht hervorgehoben */
}

.about-tagline {
  margin-top: 0.4rem;
  font-weight: 500;
  color: #555555;
}

.about-facts {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem 2rem;
}

.about-facts ul {
  margin: 0;
  padding-left: 1.2rem;
}

/* Key Facts im Über-mich-Block */
.about-facts-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.8rem 1.4rem;
  margin-top: 1.2rem;
  padding-left: 0;
  list-style: none;
}

.about-facts-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.92rem;
}

/* kleiner Punkt als Marker */
.about-facts-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background-color: var(--color-primary);
  opacity: 0.85;
}


/* Mobile: untereinander */
@media (max-width: 800px) {
  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-image-wrapper {
    max-width: 320px;
    height: auto;
  }

  .about-photo-large {
    height: auto;
  }
}

/* Key Facts im About-Block */
.about-facts-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.8rem 1.4rem;
  margin-top: 1.2rem;
  padding-left: 0;
  list-style: none;
}

.about-facts-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.92rem;
}

/* kleiner Punkt als Marker */
.about-facts-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background-color: var(--color-primary);
  opacity: 0.85;
}

    h2 {
      margin-top: 0;
      font-size: 1.6rem;
      color: var(--color-secondary);
    }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

/* Section-Hintergrund (leicht grün) */
#services {
  background-color: var(--color-section-soft);
}

/* einzelne Leistungskarten */
.service-card {
  border-radius: 14px;
  padding: 1.6rem 1.7rem;
  background-color: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 56, 52, 0.06);
  border: 1px solid rgba(23, 82, 76, 0.06);
}

/* Überschrift kannst du lassen wie bisher, oder leicht anpassen */
.service-card h3 {
  margin-top: 0;
  font-size: 1.15rem;
  color: var(--color-primary);
}

/* dezente Trennlinie oben in der Karte optional */
.service-card ul {
  margin-top: 0.9rem;
  padding-left: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding-top: 0.8rem;
}

.service-card ul li {
  line-height: 1.55;
}

/* dünne Linien zwischen den Punkten, nicht unter dem ersten */
.service-card ul li + li {
  margin-top: 0.45rem;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Nur im Abschnitt "Arbeitsweise" leicht getönte Karten */
#approach .service-card {
  background-color: var(--color-card-soft);
  border-color: rgba(23, 82, 76, 0.08);
}

/* Arbeitsweise – Kartenlayout */
.approach-steps {
  list-style: none;                    /* Nummerierung entfernen */
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.approach-step {
  border-radius: 14px;
  padding: 1.5rem 1.7rem;
  background-color: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 56, 52, 0.06);
  border: 1px solid rgba(23, 82, 76, 0.05);
}

.approach-step h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
  color: var(--color-primary);
}

.approach-step p {
  margin: 0;
  font-size: 0.96rem;
  color: #444444;
}

/* Sektoren-Abschnitt (Politik / Verwaltung / Wirtschaft) */

#sectors {
  padding-top: 3.5rem;   /* statt 4rem */
  padding-bottom: 3.5rem;
}


#sectors .section-lead {
  max-width: 720px;
  margin-top: 0.4rem;
  margin-bottom: 1.2rem;
  font-size: 0.98rem;
  color: #4a4a4a;
}

/* Grid mit drei Karten */
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.4rem;
  align-items: stretch;              /* alle Spalten gleich hoch */
}

/* einzelne Sektor-Karte – „Agentur-Card“ */
.sector-card {
  position: relative;
  border-radius: 18px;
  padding: 1.8rem 2rem 2rem;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 56, 52, 0.06);   /* weicher, weniger stark */
  border: 1px solid rgba(23, 82, 76, 0.06);
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease;

  display: flex;
  flex-direction: column;
}

/* dezente farbige Kante oben links */
.sector-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 40%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(
    to right,
    var(--color-primary),
    rgba(23, 82, 76, 0.2)
  );
}

/* Hover-Effekt wie bei modernen Agenturen */
.sector-card:hover {
  transform: translateY(-3px);                         /* kleinerer Offset */
  box-shadow: 0 18px 36px rgba(15, 56, 52, 0.10);
  border-color: rgba(23, 82, 76, 0.16);
  background-color: #fcfffe;                           /* ganz leichter Tint */
}

/* kleines „Pill“-Label oben */
.sector-pill {
  display: inline-block;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-secondary);
  background-color: rgba(23, 82, 76, 0.08);
  margin-bottom: 0.3rem;      /* vorher 0.45rem */
}

.sector-card h3 {
  margin-top: 0;
  margin-bottom: 0.35rem;     /* minimal reduziert */
  font-size: 1.1rem;
}

.sector-meta {
  margin-top: 0;
  margin-bottom: 0.55rem;
  font-size: 0.9rem;
  color: #555555;
}

.sector-highlights {
  margin-top: 0.3rem;
  margin-bottom: 0.9rem;      /* erzeugt „Block“ über dem Link */
  padding-left: 1.1rem;
}

.sector-highlights li {
  line-height: 1.45;
}

.sector-highlights li + li {
  margin-top: 0.35rem;
}

/* Link bleibt am Kartenende, aber optisch etwas näher an der Liste */
.sector-link {
  margin-top: auto;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--color-primary);
  text-decoration: none;
  position: relative;   /* NEU */
  z-index: 2;           /* NEU */
}

/* kleiner Pfeil / Pfeilspan animieren */
.sector-link span[aria-hidden="true"] {
  transition: transform 0.2s ease;
}

.sector-link::after {
  content: "→";
  font-size: 0.9em;
  transform: translateX(0);
  transition: transform 0.15s ease;
}

.sector-link:hover {
  text-decoration: underline;
}

.sector-link:hover::after {
  transform: translateX(3px);
}

.sector-card:hover .sector-link span[aria-hidden="true"],
.sector-link:hover span[aria-hidden="true"] {
  transform: translateX(3px);
}

/* --- Sektoren: Kategorie-Label (Pill) --- */

.sector-pill {
  display: inline-block;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-secondary);
  background-color: rgba(23, 82, 76, 0.08); /* dezentes Grün */
  margin-bottom: 0.45rem;                  /* kleiner Abstand zur Überschrift */
}

/* Mobile: einspaltig, mehr Luft nach oben */
@media (max-width: 800px) {
  #sectors {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .sector-card {
    padding: 1.6rem 1.5rem 1.9rem;
  }
}

/* Zielgruppen-Abschnitt ("Für wen ist TalkMethods?") */

/* Zielgruppen-Abschnitt – gleiche linke Achse wie andere Sektionen */

#clients .section-inner {
  max-width: 1100px;      /* ident mit den übrigen Sektionen */
  margin: 0 auto;
}

.clients-text {
  max-width: 700px;       /* Fließtext etwas schmaler für bessere Lesbarkeit */
  margin: 0 0 1.1rem 0;   /* kein linker Einzug */
}

/* Zweispaltige Liste, sauber linksbündig */

.clients-list {
  margin: 0;
  padding-left: 1.2rem;   /* Standard-Listen-Einzug */
  list-style-position: outside;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5rem;
  row-gap: 0.35rem;
}

.clients-list li {
  margin: 0;
}

/* Mobil: einspaltig, damit nichts gequetscht wirkt */

@media (max-width: 800px) {
  .clients-list {
    grid-template-columns: 1fr;
  }
}

/* Approach – leicht abgesetzter Bereich wie Clients */
#approach {
  background-color: var(--color-section-soft);   /* z.B. #f1f7f6 */
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* Grid wie bei den Leistungen */
.approach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

/* einzelne Arbeitsweise-Karten */
.approach-card {
  border-radius: 14px;
  padding: 1.6rem 1.7rem;
  background-color: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 56, 52, 0.06);
  border: 1px solid rgba(23, 82, 76, 0.06);
}
/* ----------------------------------------------------
   Arbeitsweise: Arbeitsprinzipien-Block
   ---------------------------------------------------- */

.approach-principles {
  margin-top: 2.5rem;
  max-width: 720px;
}

.approach-principles-heading {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 0.75rem;
}

.approach-principles-list {
  list-style: disc;
  padding-left: 1.2rem;
  color: var(--color-text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.approach-principles-list li + li {
  margin-top: 0.5rem;
}

/* -----------------------------------
   Stimmen / Referenzen – Logo-Slider
----------------------------------- */

#testimonials {
  background-color: #ffffff;      /* neutraler Hintergrund */
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.refs-subline {
  margin-top: 0.4rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  color: #666666;
}

/* Sichtbarer Bereich für die Logos */
.logo-strip {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
}

/* Die „Spur“, die sich bewegt */
.logo-track {
  display: inline-flex;
  gap: 2.5rem;
  align-items: center;
  animation: logo-scroll 28s linear infinite;
}

/* Platzhalter-Kacheln für Logos */
.logo-item {
  min-width: 150px;
  height: 70px;
  border-radius: 14px;
  background: #f5f7f8;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #777777;
  flex-shrink: 0;
}

/* Wenn du später echte Logos als <img> verwendest */
.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Animation: ruhiges, kontinuierliches Gleiten nach links */
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Hover: Slider pausiert (für ruhiges Lesen) */
.logo-strip:hover .logo-track {
  animation-play-state: paused;
}

/* auf kleineren Screens: etwas langsamere Bewegung & kleinere Abstände */
@media (max-width: 700px) {
  .logo-track {
    gap: 1.5rem;
    animation-duration: 32s;
  }

  .logo-item {
    min-width: 120px;
    height: 60px;
  }
}

/* Logos: leichte Hover-Verstärkung */
.station-logo {
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, border-color 0.15s;
}

.station-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 56, 52, 0.08);
  border-color: rgba(23, 82, 76, 0.2);
}

/* aktives Logo (per JS-Klasse) */
.station-logo.is-active {
  border-color: var(--color-primary);
}

/* Beschreibungskarte unter den Logos */
.station-detail-card {
  border-radius: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(23, 82, 76, 0.06);
  box-shadow: 0 12px 26px rgba(15, 56, 52, 0.06);
  padding: 1.1rem 1.4rem;
  font-size: 0.9rem;
  color: #444;
}

/* Beschreibungstext unter dem Logo-Slider */
.logo-desc {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #555555;
  max-width: 700px;
}

/* Logo-Items sind jetzt Links: Unterstreichung aus, Textfarbe anpassen */
.logo-item {
  text-decoration: none;
  color: #777777;
}

.logo-item:hover {
  color: #333333;
}

/* Überschrift in der Karte */
.approach-card h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
  color: var(--color-primary);
}

/* Fließtext in der Karte */
.approach-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

 /* Floating Kontakt-Widget */
.contact-float {
  position: fixed;
  right: 0.7rem;
  bottom: 2.0rem;
  z-index: 200;
  display: flex;
  flex-direction: row-reverse;  /* NEU: Button nach rechts, Panel nach links */
  align-items: flex-end;
  gap: 0.75rem;

  opacity: 0;
  transform: translateY(40px);
  pointer-events: none;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


.contact-float--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Wenn das Widget am Seitenende (Footer) ist: ausblenden und Klicks durchlassen */
.contact-float--at-footer {
  opacity: 0;
  transform: translateY(40px);
  pointer-events: none;
}

/* runder Button */
.contact-float-toggle {
  width: 200px;
  height: 200px;
  border-radius: 50%;

  /* Rahmen */
  border: 3px solid #f5f5f5;          /* heller, fast weißer Rand */
  /* Alternative: border: 3px solid var(--color-accent);  // warmes Orange */

  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 1.0rem;
  font-weight: 600;
  cursor: pointer;

  /* etwas softerer Schatten */
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);

  padding: 0.5rem;
  line-height: 1.5;
}

.contact-float-toggle span {
  font-weight: 400;
}

.contact-float-toggle:hover {
  background-color: #0f3834;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

/* Panel mit Formular */
.contact-float-panel {
  background-color: #ffffff;
  border: 1px solid var(--color-secondary);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  width: 280px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

  opacity: 0;
  transform: translateX(10px);
  pointer-events: none;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.contact-float-panel h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
  color: var(--color-secondary);
}

.contact-float-panel form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-float-panel input,
.contact-float-panel textarea {
  width: 100%;
  padding: 0.35rem 0.45rem;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  font-family: inherit;
  font-size: 0.9rem;
}

.contact-float-panel input:focus,
.contact-float-panel textarea:focus {
  outline: 2px solid var(--color-primary);
  border-color: var(--color-primary);
}

.contact-float-submit {
  margin-top: 0.4rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  border: none;
  background-color: var(--color-primary);  /* Grünton */
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.contact-float-submit:hover {
  background-color: #0f3834;  /* dunklere Version von var(--color-primary) */
}

.contact-float-note {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  color: #777777;
}

/* Panel sichtbar, wenn Widget "offen" ist */
.contact-float.contact-float--open .contact-float-panel {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* auf sehr kleinen Screens: Widget kleiner / weniger dominant */
@media (max-width: 600px) {
  .contact-float {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .contact-float-panel {
    width: 240px;
  }

  .contact-float-toggle {
    width: 80px;
    height: 80px;
    font-size: 0.7rem;
  }
}
 
.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Slide-in von links beim Scrollen */
.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);   /* Start weiter links */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);       /* Zielposition */
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

section#services {
  background-color: var(--color-section-soft);
}

.services-cta {
  margin: 1.8rem 0 2.2rem;
  padding: 1.4rem 1.6rem;
  border-left: 4px solid var(--color-primary);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(15, 56, 52, 0.05);
  max-width: 620px;
}

.services-cta p {
  margin: 0 0 0.8rem 0;
  font-size: 0.98rem;
  color: #333;
}

.services-cta-button {
  display: inline-block;
  padding: 0.55rem 1.2rem;
  font-weight: 600;
  font-size: 0.92rem;
  border-radius: 999px;
  background-color: var(--color-primary);
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.services-cta-button:hover {
  background-color: #0f3834;
  transform: translateY(-1px);
}

.services-cta-clean {
  margin: 2.5rem 0 2.8rem;
  padding: 1.4rem 1.8rem;
  background-color: rgba(23, 82, 76, 0.04); /* ganz leichter Grün-Ton */
  border-radius: 12px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;

  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.services-cta-clean p {
  margin: 0;
  font-size: 1rem;
  color: #2a2f2e;
  line-height: 1.45;
}

.services-cta-clean-button {
  display: inline-block;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background-color: var(--color-primary);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;

  transition: background-color 0.2s ease, transform 0.15s ease;
}

.services-cta-clean-button:hover {
  background-color: #0f3834;
  transform: translateY(-1px);
}

/* Mobile: untereinander statt nebeneinander */
@media (max-width: 700px) {
  .services-cta-clean {
    flex-direction: column;
    text-align: center;
    gap: 0.9rem;
    padding: 1.4rem 1.4rem;
  }
}

.services-cta-pro {
  margin: 3rem auto 3.5rem;
  padding: 1.9rem 2.4rem;  /* mehr Innenabstand links/rechts */
  max-width: 1100px;

  background-color: rgba(23, 82, 76, 0.06);
  border-radius: 14px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
}

.services-cta-pro p {
  margin: 0;
  font-size: 1.05rem;
  color: #2c2f2e;
  line-height: 1.55;
  max-width: 720px; /* harmonische Zeilenlänge */
}

.services-cta-pro-button {
  display: inline-block;
  padding: 0.7rem 1.55rem;
  border-radius: 999px;
  font-size: 0.90rem;
  font-weight: 600;

  background-color: var(--color-secondary); /* Navy, nicht Grün → weniger aggressiv */
  color: #ffffff;
  text-decoration: none;

  transition: background-color 0.2s ease, transform 0.15s ease;
}

.services-cta-pro-button:hover {
  background-color: var(--color-primary); /* Grün als Hover-Akzent */
  transform: translateY(-1px);
}

/* Mobile: untereinander statt nebeneinander */
@media (max-width: 700px) {
  .services-cta-pro {
    flex-direction: column;
    text-align: center;
    padding: 1.4rem 1.3rem;
  }

  .services-cta-pro p {
    max-width: none;
  }
}

/* FAQ-Bereich --------------------------------------------------- */

.faq-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.faq-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(15, 56, 52, 0.06);
  border: 1px solid rgba(23, 82, 76, 0.06);
  overflow: hidden;
}

/* Frage-Button */
.faq-question {
  width: 100%;
  padding: 1.1rem 1.4rem;
  border: none;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.98rem;
  text-align: left;
  cursor: pointer;
}

.faq-question span:first-child {
  font-weight: 500;
  color: #22313f;
}

.faq-toggle-icon {
  font-size: 1.2rem;
  line-height: 1;
  color: #999999;
}

/* Antwortbereich – Startzustand geschlossen */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.4rem;
  font-size: 0.95rem;
  color: #444444;
  transition: max-height 0.25s ease;
}

/* Etwas Innenabstand nur im offenen Zustand sichtbar machen */
.faq-item.is-open .faq-answer {
  padding-bottom: 1rem;
}

/* optional: Iconfarbe im offenen Zustand */
.faq-item.is-open .faq-toggle-icon {
  color: var(--color-primary);
}

footer {
  border-top: 1px solid #e0e0e0;
  background-color: #ffffff;   /* jetzt weiß */
  font-size: 0.85rem;
  color: #666666;
}

/* oberer Bereich mit Spalten */
.footer-main {
  padding: 2.5rem 1.5rem 1.5rem;
}

/* unterer Bereich mit Copyright-Zeile */
.footer-bottom {
  border-top: 1px solid #e0e0e0;
  padding: 1rem 1.5rem;
}

footer .footer-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Auf kleinen Screens: extra Platz nach unten,
   damit der Footer nicht von der Kontakt-Bubble überlappt wird */
@media (max-width: 768px) {
  .footer-bottom {
    padding-bottom: 5.5rem; /* ggf. auf 6rem erhöhen, wenn es noch knapp ist */
  }

    .footer-bottom-inner {
    padding-right: 3.5rem; /* falls du in HTML eine .footer-bottom-inner-Wrapper hast */
  }
}

/* Grid-Layout im oberen Footer */
.footer-main .footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.6fr) minmax(0, 1.6fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: flex-start;
}

/* untere Zeile bleibt Flex */
.footer-bottom .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-heading {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.footer-col p {
  margin: 0 0 0.45rem;
}

.footer-linklist {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
}

.footer-linklist li + li {
  margin-top: 0.2rem;
}

/* Footer-Links allgemein */
footer a {
  color: #555555;
  text-decoration: none;
}

footer a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/* Social-"Icons" als runde Buttons */
.footer-socials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.6rem;
}

/* weißer Kreis, Icon in Navy */
.footer-social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);         /* wichtig für SVG (currentColor) */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.footer-social-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

/* Hover: invertieren – Navy-Kreis, weißes Icon */
.footer-social-icon:hover {
  background-color: var(--color-secondary);
  color: #ffffff;
}

/* Responsive: Footer-Spalten umbrechen */
@media (max-width: 800px) {
  .footer-main .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .footer-main .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-bottom .footer-inner {
    align-items: flex-start;
  }
}

/* Scroll-Animation für Elemente */
.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 700px) {
  .nav-logo {
    height: 36px;   /* entsprechend leicht größer auf kleinen Screens */
  }

  .nav-brand-text {
    font-size: 1.05rem;
    letter-spacing: 0.10em;
  }

  nav ul {
    gap: 0.75rem;
    font-size: 0.85rem;
  }
}

/* Responsive Navigation (Burger-Menü) --------------------------- */

/* Burger-Button: Standard Desktop = ausgeblendet */
.nav-toggle {
  display: none;
  margin-left: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background-color: var(--color-secondary);
}

/* Mobile-Layout ab ca. Tablet-Größe abwärts */
@media (max-width: 800px) {
  .nav-inner {
    align-items: center;
    flex-wrap: wrap;      /* damit die Navigation darunter umbrechen kann */
  }

  .nav-brand {
    flex-shrink: 0;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

/* Burger-Menü: Standard zu (zugeklappt, aber animierbar) */
  .nav-main {
    width: 100%;
    margin-top: 0.6rem;

    max-height: 0;                  /* Höhe eingefahren   */
    overflow: hidden;               /* nichts ragt raus   */
    opacity: 0;                     /* leicht ausblenden  */
    transform: translateY(-8px);    /* leicht nach oben   */
    visibility: hidden;

    transition:
      max-height 0.28s ease,
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s ease;
  }

  /* geöffneter Zustand – „ausgefahrenes“ Menü */
  .nav-main.nav-main--open {
    max-height: 320px;              /* genug groß für alle Links */
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  /* Menüeinträge untereinander wie bisher */
  .nav-main ul {
    flex-direction: column;
    gap: 0.45rem;
  }

  .nav-main a {
    display: block;
    padding: 0.45rem 0;
  }
}

@media (max-width: 700px) {
  /* About-Layout: untereinander statt nebeneinander */
  .about-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .about-image-wrapper {
    max-width: 260px;
    margin: 0 auto;
  }

  .about-photo-large {
    width: 100%;
    height: auto;
  }

  .about-text {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .service-card {
    padding: 1.3rem 1.2rem;
  }
}

@media (max-width: 700px) {
  .sectors-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .sector-card {
    padding: 1.3rem 1.2rem;
  }
}

@media (max-width: 700px) {
  .section-neutral,
  .section-soft,
  #services,
  #approach {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.quote-highlight {
  margin-top: 1.75rem;
  max-width: 640px;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--color-text-soft);
  border-left: 3px solid var(--color-primary); /* unser Grün */
  padding-left: 1rem;
  position: relative;
}

.quote-highlight::before,
.quote-highlight::after {
  font-style: normal;
  color: var(--color-primary);          /* Grün für die Anführungszeichen */
}

.quote-highlight::before {
  content: "„";
  font-size: 1.5em;
  position: relative;
  top: 0.05em;
  margin-right: 0.1rem;
}

.quote-highlight::after {
  content: "“";
  margin-left: 0.05rem;
}

/* Zitat unter "Arbeitsprinzipien" */

.principles-quote {
  position: relative;
  max-width: 640px;
  margin: 2.5rem auto 0;      /* oben Abstand, zentriert im Abschnitt */
  padding: 1.75rem 2.25rem 1.5rem;
  background: #f4faf8;        /* sehr leichtes Grün, wirkt ruhig */
  border-radius: 1rem;
  border-left: 4px solid var(--color-primary); /* unser Grün */
}

.principles-quote::before {
  content: "“";
  position: absolute;
  left: 1.2rem;
  top: 0.3rem;
  font-size: 3.2rem;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--color-primary);
  opacity: 0.18;              /* nur als subtiler Akzent */
  pointer-events: none;
}

.principles-quote blockquote {
  margin: 0;
  padding-left: 0.4rem;       /* etwas Abstand zur Anführungsmarke */
  font-style: italic;
  color: #1f2933;             /* dunkles, ruhiges Grau/Blau */
}

.principles-quote {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.principles-quote p {
  font-style: italic;
}

.principles-quote .quote-author {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
}


/* Kontakt-Card – zweispaltig, ruhig */

.contact-card {
  padding: 2.2rem 2.4rem;
  border-radius: 14px;
}

.contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.contact-text h2 {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

.contact-points {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.contact-points li {
  margin-bottom: 0.25rem;
}

/* rechte Seite: Kontaktdaten mit Icons */

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.contact-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: flex-start;
}

.contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: rgba(23, 82, 76, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon svg {
  width: 18px;
  height: 18px;
}

.contact-label {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(23, 36, 44, 0.7);
  margin-bottom: 0.15rem;
}

.contact-link {
  font-weight: 500;
}

.contact-meta {
  margin: 0.1rem 0 0;
}

/* kleiner Button innerhalb der Card */
.contact-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 0.35rem;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 82, 76, 0.18);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #ffffff;
  transition: background-color 0.16s ease-out,
              color 0.16s ease-out,
              border-color 0.16s ease-out,
              box-shadow 0.16s ease-out;
}

.contact-cta:hover {
  background-color: var(--color-primary);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(23, 82, 76, 0.18);
}

/* Mobile: einspaltig */

@media (max-width: 800px) {
  .contact-card {
    padding: 1.6rem 1.5rem;
  }


  .contact-main {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .contact-row {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

@media (min-width: 900px) {
  .contact-details {
    padding-top: 0.3rem;   /* minimaler Ausgleich zur linken Spalte */
  }
}

/* Auf kleinen Screens: extra Platz nach unten,
   damit der Footer nicht von der Kontakt-Bubble überlappt wird */
@media (max-width: 768px) {
  .footer-bottom {
    padding-bottom: 5.5rem; /* bei Bedarf auf 6rem erhöhen */
  }
}

/* ----------------------------------------
   Mobile-Optimierung: FAQ & Stationen
   ---------------------------------------- */
@media (max-width: 720px) {

  /* FAQ-Bereich (Akkordeon) – mobile Optimierung */
  .faq-list {
    gap: 0.75rem;
  }

  .faq-item {
    border-radius: 12px;
  }

  .faq-question {
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
  }

  .faq-answer {
    padding: 0 1rem 0.85rem;
    font-size: 0.9rem;
  }

  .faq-toggle-icon {
    font-size: 1.4rem;
  }

  /* b) Oberer Bereich der Sektor-Seiten (Politik / Verwaltung / Wirtschaft) */
  .station-hero {
    padding: 2.5rem 1.25rem 1.5rem;
  }

  .station-hero-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.09em;
  }

  .station-hero-title {
    font-size: 1.45rem;
    line-height: 1.25;
  }

  .station-hero-text {
    font-size: 0.9rem;
    max-width: 30rem;
  }

  /* c) Stationen-Liste (Cards + „Direkt zu“-Leiste) */
  .station-inner {
    padding: 2.25rem 1.25rem 3rem;
  }

  .station-nav {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    justify-content: flex-start;
  }

  .station-nav-link {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    font-size: 0.85rem;
    padding: 0.55rem 0.75rem;
  }

  .station-card {
    padding: 1.25rem 1.1rem 1.4rem;
    margin-bottom: 1.25rem;
  }

  .station-pill {
    font-size: 0.72rem;
    margin-bottom: 0.4rem;
  }

  .station-heading {
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
  }

  .station-location {
    font-size: 0.75rem;
  }

  .station-meta {
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
  }

  .station-context {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .station-card ul {
    font-size: 0.88rem;
    padding-left: 1.1rem;
  }

.station-card ul li {
  line-height: 1.55;
}

  .station-card li + li {
    margin-top: 0.2rem;
  }
}

@media (max-width: 700px) {

  /* Stationen-Unterseiten (Politik / Verwaltung / Wirtschaft) */

  .station-page main {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.25rem 1rem;
  width: 100%;
  }

  .station-inner,
  .station-list-inner {
    padding: 0;                  /* keine doppelte Innenabstände */
  }

  .station-card {
    margin: 0 0 1.5rem;          /* Karten stehen untereinander mit Abstand */
  }

  .station-intro {
    max-width: 42rem;
    margin-bottom: 1.5rem;       /* mehr Luft zwischen Intro-Text und erster Karte */
  }

  .station-nav {
    flex-wrap: wrap;             /* Chips umbrechen auf mehrere Zeilen */
    gap: 0.5rem 0.5rem;
  }
}

@media (max-width: 768px) {
  .station-page main {
    max-width: 100%;
    padding: 1.6rem 1.2rem;
  }
}

@media (max-width: 700px) {

  /* Primäre CTAs auf Mobil breiter und höher */
  .hero-cta,
  .services-cta-pro-button,
  .contact-cta {
    width: 100%;
    text-align: center;
    min-height: 44px;      /* empfohlenes Minimum für Touch-Ziele */
    padding: 0.75rem 1.2rem;
    font-size: 0.98rem;
  }

  /* Floating-Bubble etwas kleiner und weniger dominant */
  .contact-float-toggle {
    width: 72px;
    height: 72px;
    font-size: 0.75rem;
    padding: 0.4rem;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 1.02rem;  /* ein Hauch größer als Standard */
  }

  p,
  li {
    line-height: 1.7;
  }
}

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .logo-track {
    animation: none !important;
  }
}

/* ------------------------------------------
   Dark Mode – globale Farbdefinitionen
------------------------------------------- */
@media (prefers-color-scheme: dark) {

  :root {
    --color-bg: #0c1a1d;
    --color-text: #e6f0ef;
    --color-card-soft: #13262b;
    --color-section-soft: #0f1f22;
  }

  body {
    background-color: var(--color-bg);
    color: var(--color-text);
  }

  header,
  .topbar,
  .nav-inner {
    background-color: #0c1a1d;
    border-bottom-color: rgba(255,255,255,0.06);
  }

  nav a {
    color: #d7e4e3;
  }
  nav a:hover {
    color: var(--color-primary);
  }

  /* Hero – Bild abdunkeln */
  .hero {
    background-image:
      linear-gradient(120deg, rgba(5, 15, 18, 0.85), rgba(8, 22, 27, 0.9)),
      image-set(
        url("img/hero-talkmethods.webp") type("image/webp"),
        url("img/hero-talkmethods.jpg")  type("image/jpeg")
      );
    color: #ffffff;
  }

  /* Karten allgemein im Dark Mode */
  .section-card,
  .service-card,
  .approach-card,
  .station-card,
  .sector-card,          /* Sektoren-Karten */
  .faq-item,             /* FAQ-Elemente */
  .services-cta-clean,
  .services-cta-pro,
  .principles-quote,
  .contact-card {
    background-color: #172931;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.7);
  }

  .hero-subline,
  .hero-intro {
    color: rgba(255, 255, 255, 0.88);
  }

  .services-cta-pro p,
  .services-cta-clean p,
  .faq-answer,
  .approach-step p,
  .station-context,
  .station-card ul li {
    color: #d8e4e2;
  }

  .section-neutral,
  #about,
  #faq,
  #insights,
  #testimonials {
    background-color: #101f23;  /* leicht helleres Navy als Body */
  }

  .section-soft,
  #services,
  #clients,
  #approach,
  #contact {
    background-color: var(--color-section-soft);
  }

    /* Approach-Sektion im Dark Mode: Hintergrund auf Navy */
  #approach.section-soft,
  #approach {
    background-color: #101f23;              /* gleich wie die anderen „helleren“ Sektionen */
    border-top-color: rgba(255, 255, 255, 0.06);  /* optional, dezente Linie im Dark Mode */
  }

  /* Listen & Text */
  p, li {
    color: var(--color-text);
  }

  /* Footer */
  footer {
    background-color: #0c1a1d;
    color: #cbd8d6;
  }
  footer a {
    color: #b7c9c7;
  }
  footer a:hover {
    color: var(--color-primary);
  }

  /* Kontakt-Bubble */
  .contact-float-toggle {
    background-color: var(--color-primary);
    border-color: rgba(255,255,255,0.2);
  }

  .contact-float-panel {
    background-color: #13262b;
    border-color: rgba(255,255,255,0.1);
  }

  .nav-toggle span {
    background-color: #e6f0ef;
  }

  .nav-logo {
    filter: brightness(1.1);   /* Logo minimal anheben */
  }

  .lang-switch a {
    color: #b8c7c5;
  }
  .lang-switch a.is-active {
    color: var(--color-primary);
  }

  /* Überschriften im Dark Mode deutlich heller */
  h1,
  h2,
  h3,
  .section-inner > h2,
  .service-card h3,
  .sector-card h3,
  .station-title,
  .station-heading,
  .footer-heading {
    color: #f4fbfa;
  }

  /* Kicker / Meta / Labels etwas softer */
  .section-kicker,
  .station-nav-label,
  .station-meta,
  .station-location,
  .refs-subline,
  .insights-meta,
  .contact-label {
    color: #9bb0ad;
  }

  /* Links in Sektionen – heller Standard */
  .sector-link,
  .insights-link,
  .contact-link,
  .services-cta-clean-button,
  .services-cta-pro-button {
    color: #e6f0ef;
  }

    /* Station-Seiten (Politik / Verwaltung / Wirtschaft) */
  #station-hero {
    background-color: #101f23;      /* etwas heller als Body, guter Übergang */
  }

  .station-page main {
    background-color: #0c1a1d;      /* wie Body */
  }

  .station-cta {
    background-color: #101f23;
  }

  /* Chips-Navigation & Pills anpassen */
  .station-nav-link {
    background-color: #0c1a1d;
    border-color: rgba(255, 255, 255, 0.14);
    color: #e6f0ef;
  }

  .station-nav-link:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  }

  .station-pill {
    background-color: rgba(255, 255, 255, 0.06);
    color: #d7e4e3;
  }

  /* Über-mich-Karte im Dark Mode */
  .about-text {
    background-color: #121f23;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.7);
  }

  .about-text p,
  .about-tagline,
  .about-facts-list li {
    color: #dbe7e6;
  }

    /* FAQ-Fragen im Dark Mode besser lesbar */
  .faq-question span:first-child {
    color: #f4fbfa;
  }

  .faq-toggle-icon {
    color: #cfdad9;
  }
}

/* Tastatur-Fokus klar sichtbar machen */
a:focus,
button:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}


/* COMING-SOON ABSCHNITT -> LÖSCHEN NACH LAUNCH
   Minimal-Coming-Soon-Variante */

.hero.hero--minimal {
  min-height: 100vh;              /* volle Höhe */
  display: flex;
  align-items: center;            /* vertikal zentriert */
  justify-content: center;        /* horizontal zentriert */
  padding: 0 1.5rem;
}

.hero.hero--minimal .hero-inner {
  text-align: center;
}

.comingsoon-headline {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Coming-Soon-Hero mit Bild + Overlay */
.hero.hero--comingsoon {
  background-image:
    linear-gradient(180deg, rgba(3, 35, 43, 0.75) 0%, rgba(3, 35, 43, 0.9) 100%),
    url("img/hero-talkmethods.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.5rem;
}

.hero.hero--comingsoon .comingsoon-card {
  background: rgba(0, 0, 0, 0.35);
  padding: 2rem 2.5rem;
  border-radius: 16px;
}

/* HANDY VERSION -> NACH LAUNCH LÖSCHEN

/* Mobile-Optimierung für Coming-Soon-Hero */
@media (max-width: 768px) {

  .hero.hero--comingsoon {
    /* etwas mehr „echte“ Viewport-Höhe, günstiger für Mobile-Browser */
    min-height: 100svh;      /* neue Einheiten: sichere Viewport-Höhe */
    background-position: center top;
    padding: 0 1rem;
  }

  .comingsoon-headline {
    font-size: 1.8rem;
    letter-spacing: 0.12em;
  }

  .comingsoon-text {
    font-size: 0.95rem;
  }

  .hero.hero--comingsoon .comingsoon-card {
    padding: 1.5rem 1.25rem;
    margin: 0 1rem;
    border-radius: 14px;
  }
}

