/* Gemeinsames Aussehen der Regionsseiten.
   Eine Datei fuer alle sechs - so kann keine Seite optisch wegdriften.
   Die Startseite bleibt bewusst aufwendiger: Sie ist der Auftritt,
   diese Seiten sind Antworten auf eine konkrete Suchanfrage. */

:root {
  --ink: #0E0B16;
  --paper: #FAF8F4;
  --teal: #06A19C;
  --teal-light: #0BD8CF;
  --violet: #773AA5;
  --violet-light: #A46BD8;
  --line: rgba(14,11,22,.14);
  --muted: rgba(14,11,22,.66);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
img { height: auto; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--paper); color: var(--ink);
  font: 17px/1.7 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, .display { font-family: 'Instrument Sans', 'Inter', system-ui, sans-serif; }
a { color: inherit; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 5vw; }
.schmal { max-width: 780px; }

/* ---------------------------------------------------------------- Kopf */

.top { position: sticky; top: 0; z-index: 30; background: rgba(250,248,244,.86);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.top .bar { max-width: 1180px; margin: 0 auto; padding: 14px 5vw;
  display: flex; align-items: center; gap: 18px; }
.top .logo { display: inline-flex; }
.top .logo svg { width: 32px; height: 32px; }
.top nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.top nav a { font-size: .9rem; color: var(--muted); text-decoration: none; }
.top nav a:hover { color: var(--ink); }
.top .cta { background: var(--ink); color: var(--paper); border-radius: 999px;
  padding: 10px 18px; font-size: .9rem; font-weight: 500; text-decoration: none;
  white-space: nowrap; transition: transform .25s cubic-bezier(.22,1,.36,1); }
.top .cta:hover { transform: translateY(-2px); }
@media (max-width: 720px) { .top nav a:not(.cta) { display: none; } }

/* ---------------------------------------------------------------- Hero */

.hero { position: relative; padding: clamp(56px,9vh,110px) 0 clamp(48px,7vh,84px); overflow: hidden; }
.hero .glow { position: absolute; inset: auto -10% 20% -20%; height: 420px; z-index: -1;
  background: radial-gradient(closest-side, rgba(11,216,207,.22), transparent 70%),
              radial-gradient(closest-side, rgba(164,107,216,.20), transparent 70%);
  background-position: 20% 50%, 70% 40%; background-repeat: no-repeat;
  background-size: 55% 100%, 55% 100%; filter: blur(10px); }

.krume { font-size: .82rem; color: var(--muted); margin-bottom: 18px; }
.krume a { text-decoration: none; border-bottom: 1px solid var(--line); }
.krume a:hover { border-color: var(--ink); }
.krume span { margin: 0 6px; opacity: .5; }

.hero h1 { font-weight: 700; letter-spacing: -.035em; line-height: .96;
  text-transform: lowercase; font-size: clamp(2.7rem, 8.5vw, 6.2rem);
  margin-bottom: 22px; }
/* Der Farbverlauf im Text bleibt der Startseite vorbehalten, wo er sich beim
   Laden aufbaut und dadurch etwas bedeutet. Hier waere er nur Dekoration -
   also derselbe Punkt in Tuerkis wie bei "people first." */
.hero h1 .punkt { color: var(--teal); }
.hero .lead { font-size: clamp(1.05rem, 1.7vw, 1.3rem); color: var(--muted);
  max-width: 46ch; margin-bottom: 30px; }

.knopfreihe { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.knopf { display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  border-radius: 999px; padding: 15px 26px; font-weight: 500; font-size: 1rem;
  transition: transform .3s cubic-bezier(.22,1,.36,1); }
.knopf:hover { transform: translateY(-2px); }
.knopf.voll { background: var(--ink); color: var(--paper); }
.knopf.leer { border: 1px solid var(--line); }
.knopf.leer:hover { border-color: var(--ink); }

.beleg { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px;
  margin-top: 30px; font-size: .9rem; color: var(--muted); }
.beleg .sterne { color: var(--teal); letter-spacing: 2px; }
.beleg .punkt { width: 4px; height: 4px; border-radius: 50%; background: rgba(14,11,22,.3); }

/* ------------------------------------------------- Antwortblock (dunkel) */

.antwort { background: var(--ink); color: var(--paper); padding: clamp(48px,8vh,96px) 0; }
.antwort p { font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.75;
  color: rgba(250,248,244,.78); max-width: 62ch; }
.antwort p + p { margin-top: 1.1em; }
.antwort strong { color: var(--paper); font-weight: 600; }

/* ---------------------------------------------------------------- Bloecke */

section { padding: clamp(52px,8vh,104px) 0; }
section > .wrap > h2 { font-weight: 700; letter-spacing: -.03em; text-transform: lowercase;
  font-size: clamp(1.9rem, 4.6vw, 3.4rem); line-height: 1.02; margin-bottom: 26px; }
h2 .p { color: var(--teal); }
.fliess p { color: var(--muted); max-width: 62ch; }
.fliess p + p { margin-top: 1.05em; }

.karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
@media (max-width: 860px) { .karten { grid-template-columns: 1fr; } }
.karte { border: 1px solid var(--line); border-radius: 20px; padding: 26px 24px; background: #fff; }
.karte .n { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #05716D; }
.karte h3 { font-size: 1.22rem; font-weight: 700; letter-spacing: -.01em; margin: 10px 0 8px; }
.karte p { font-size: .97rem; color: var(--muted); }
.karte a { color: var(--ink); text-decoration: none; font-weight: 500;
  border-bottom: 1px solid var(--line); }
.karte a:hover { border-color: var(--teal); }

.zeile { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,72px); align-items: start; }
@media (max-width: 900px) { .zeile { grid-template-columns: 1fr; } }

.fakten { list-style: none; margin-top: 26px; }
.fakten li { display: grid; grid-template-columns: 130px 1fr; gap: 18px;
  padding: 14px 0; border-top: 1px solid var(--line); }
.fakten li:last-child { border-bottom: 1px solid var(--line); }
.fakten dt, .fakten b { font-weight: 600; }
.fakten span { color: var(--muted); }
@media (max-width: 620px) { .fakten li { grid-template-columns: 1fr; gap: 2px; } }

/* ---------------------------------------------------------------- FAQ */

.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 40px 22px 0;
  position: relative; font-family: 'Instrument Sans'; font-weight: 600;
  font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { display: inline; font: inherit; letter-spacing: inherit; color: inherit; }
.faq summary .ind { position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  color: var(--teal); font-size: 1.3rem; line-height: 1; }
.faq details[open] summary .ind { transform: translateY(-50%) rotate(45deg); }
.faq .a { padding: 0 40px 24px 0; color: var(--muted); max-width: 68ch; }

/* ---------------------------------------------------------------- Abschluss */

.schluss { background: linear-gradient(120deg, rgba(6,161,156,.10), rgba(119,58,165,.12));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.schluss h2 { font-weight: 700; letter-spacing: -.03em; text-transform: lowercase;
  font-size: clamp(2rem, 5vw, 3.6rem); margin-bottom: 16px; }
.schluss p { color: var(--muted); max-width: 50ch; margin-bottom: 28px; }

.nachbarn { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.nachbarn a { display: inline-block; border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 18px; font-size: .92rem; text-decoration: none; color: var(--muted); }
.nachbarn a:hover { border-color: var(--ink); color: var(--ink); }

/* ---------------------------------------------------------------- Fuss */

footer { border-top: 1px solid var(--line); background: rgba(14,11,22,.02); }
footer .in { max-width: 1180px; margin: 0 auto; padding: 26px 5vw;
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  font-size: .86rem; color: var(--muted); }
footer nav { display: flex; gap: 22px; flex-wrap: wrap; }
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--ink); }
