:root {
  --green-deep: #15302a;
  --green-card: #1b4034;
  --seal-green: #33574d;
  --gold: #b89548;
  --gold-light: #e9d9b0;
  --cream: #f5f1e8;
  --ink: #1c2925;
  --muted: #5c6b64;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; }
body {
  --pad: clamp(0px, 2vw, 26px);
  padding: var(--pad);
  background: var(--green-deep);
  color: #fff;
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.skip { position: absolute; left: -9999px; }
.skip:focus {
  left: 12px; top: 12px; z-index: 9;
  padding: 10px 16px;
  background: var(--gold-light); color: var(--green-deep);
  font-size: 13px; font-weight: 700;
}

.wrap { width: min(1120px, 100%); margin: 0 auto; }
.inner { padding: clamp(46px, 6vw, 84px) clamp(22px, 4.4vw, 54px); }
.band.cream { background: var(--cream); color: var(--ink); }
.band.green { background: var(--green-card); color: #fff; }
.band.white { background: #fffdf9; color: var(--ink); }

/* ---------- Kopf ---------- */
.field-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px) clamp(22px, 4.4vw, 54px);
  background: var(--green-card);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.field-top-brand { display: flex; align-items: center; gap: 16px; }
.field-top .seal { width: clamp(52px, 7vw, 66px); height: auto; flex: none; display: block; }
.field-top-name {
  font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
}
.field-nav { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.field-nav a {
  color: rgba(255,255,255,.72);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
}
.field-nav a:hover { color: #fff; }
.field-nav a[aria-current="page"] { color: var(--gold-light); }

/* ---------- Hero ---------- */
.field-hero {
  padding: clamp(40px, 6vw, 78px) clamp(22px, 4.4vw, 54px) clamp(34px, 5vw, 62px);
  background: var(--green-card);
}
.kicker {
  display: flex; align-items: center; gap: 12px;
  margin: 0 0 16px;
  color: var(--gold-light);
  font-size: 11px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
}
.kicker::before { content: ""; flex: 0 0 30px; height: 1px; background: var(--gold); }
.band.cream .kicker, .band.white .kicker { color: #8a6f33; }
h1 {
  margin: 0 0 12px;
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 700; letter-spacing: -.025em; line-height: 1.06;
}
.promise {
  margin: 0 0 18px;
  max-width: 34ch;
  color: var(--gold-light);
  font-size: clamp(19px, 2.4vw, 26px);
  font-weight: 700; letter-spacing: -.015em; line-height: 1.2;
}
.field-hero .sub {
  margin: 0 0 14px;
  max-width: 58ch;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 18.5px);
  font-weight: 700;
}
.field-hero .lead {
  margin: 0;
  max-width: 64ch;
  color: rgba(255,255,255,.8);
  font-size: clamp(15.5px, 1.5vw, 17.5px);
}
.equation {
  margin-top: clamp(26px, 3.4vw, 38px);
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: var(--gold-light);
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* ---------- Inhalt ---------- */
h2 {
  margin: 0 0 14px;
  max-width: 32ch;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700; letter-spacing: -.02em; line-height: 1.15;
}
h3 { margin: 0 0 8px; font-size: clamp(17px, 1.9vw, 20px); font-weight: 700; }
p { margin: 0 0 14px; font-size: clamp(15.5px, 1.5vw, 17px); }
.band.cream p, .band.white p { color: var(--ink); }
.band.cream .muted, .band.white .muted { color: var(--muted); }
.band.green p { color: rgba(255,255,255,.82); }
.two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(26px, 4vw, 52px);
}

.plain { margin: 0; padding: 0; list-style: none; }
.plain li {
  position: relative;
  padding: 11px 0 11px 24px;
  border-top: 1px solid rgba(28,41,37,.14);
  font-size: clamp(15px, 1.5vw, 16.5px);
}
.band.green .plain li { border-top-color: rgba(255,255,255,.2); }
.plain li::before {
  content: ""; position: absolute; left: 0; top: 21px;
  width: 12px; height: 1px; background: var(--gold);
}

/* Leistungsbausteine / Formate als Definitionsliste */
.pairs { margin: 0; }
.pair {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
  gap: 6px 28px;
  padding: 16px 0;
  border-top: 1px solid rgba(28,41,37,.14);
}
.band.green .pair { border-top-color: rgba(255,255,255,.2); }
.pair dt { font-size: clamp(16px, 1.7vw, 18px); font-weight: 700; }
.pair dd {
  margin: 0;
  font-size: clamp(15px, 1.5vw, 16.5px);
}
.band.cream .pair dd, .band.white .pair dd { color: var(--muted); }
.band.green .pair dd { color: rgba(255,255,255,.8); }
@media (max-width: 560px) {
  .pair { grid-template-columns: 1fr; }
}

/* ---------- CTA ---------- */
.cta {
  display: inline-flex; align-items: center; justify-content: space-between;
  gap: 22px;
  min-width: min(320px, 100%);
  min-height: 56px;
  margin-top: 8px;
  padding: 0 24px;
  border: 1px solid var(--gold);
  background: var(--gold-light);
  color: #173f35;
  font-size: 13px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.cta:hover { background: #fff; transform: translateY(-1px); }
.cta-alt { margin-top: 16px; font-size: 15px; }
.cta-alt a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Weitere Felder ---------- */
.more-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}
.more-card {
  display: block;
  padding: clamp(20px, 2.4vw, 26px);
  border: 1px solid rgba(255,255,255,.22);
  transition: background .2s ease, border-color .2s ease;
}
.more-card:hover { background: rgba(255,255,255,.06); border-color: var(--gold); }
.more-card .num {
  display: block; margin-bottom: 8px;
  color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em;
}
.more-card strong { display: block; font-size: clamp(17px, 1.9vw, 20px); }
.more-card span.txt { display: block; margin-top: 6px; color: rgba(255,255,255,.72); font-size: 14.5px; }

/* ---------- Footer ---------- */
.site-foot {
  display: flex; flex-wrap: wrap; align-items: baseline;
  gap: 10px 24px;
  padding: clamp(22px, 3vw, 30px) clamp(22px, 4.4vw, 54px);
  color: rgba(255,255,255,.62);
  font-size: 12px;
}
.site-foot .claim { margin-right: auto; color: var(--gold-light); font-size: 14px; }
.site-foot a { color: rgba(255,255,255,.8); }
.site-foot a:hover { color: #fff; }

@media (max-width: 620px) {
  .field-top { flex-direction: column; align-items: flex-start; }
  .cta { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta, .more-card { transition: none; }
}

/* ---------- Programm-Highlight ---------- */
.program {
  border: 1px solid var(--gold);
  background: rgba(255,255,255,.04);
  padding: clamp(24px, 3.2vw, 40px);
}
.program h2 { margin-bottom: 6px; }
.program .duration {
  margin: 0 0 22px;
  color: var(--gold-light);
  font-size: 12px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
}
.program .pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  margin: 0 0 clamp(24px, 3vw, 34px);
}
.program .pillar { padding-top: 14px; border-top: 2px solid var(--gold); }
.program .pillar strong { display: block; font-size: clamp(16px, 1.8vw, 18.5px); }
.program .pillar span {
  display: block; margin-top: 6px;
  color: rgba(255,255,255,.76); font-size: 14.5px;
}
.program blockquote {
  margin: 0 0 22px;
  padding-left: 20px;
  border-left: 2px solid rgba(255,255,255,.28);
  max-width: 62ch;
}
.program blockquote p { margin: 0 0 10px; }
.program blockquote p:last-child { margin: 0; }

/* Positionierungs-Ueberschrift auf einer Zeile halten.
   Unter 560px darf sie umbrechen, sonst laeuft sie aus dem Viewport. */
#pos-titel { max-width: none; }
@media (min-width: 560px) {
  #pos-titel { white-space: nowrap; }
}

/* Auch diese beiden Ueberschriften einzeilig – jeweils erst ab der Breite,
   ab der die Zeile sicher in den Viewport passt. */
#qual-titel, #um-titel { max-width: none; }
@media (min-width: 520px) {
  #qual-titel { white-space: nowrap; }
}
@media (min-width: 640px) {
  #um-titel { white-space: nowrap; }
}
