/* ==========================================================================
   henrikkleinwaechter.com
   Gestaltung angelehnt an sociallift.media: helle, luftige Flaechen, weiche
   Karten mit grossen Rundungen, Pillen-Buttons, ein dunkler Abschluss vor
   der Fusszeile. Farbsystem uebernommen (tiefe Hauptfarbe + warmer Akzent +
   Tints), die Hauptfarbe ist aber Henriks Signaturblau statt deren Petrol.

   Schriften: bewusst nur Systemschriften, keine externen Dateien.
   Serif-Akzente in Georgia (auf Windows und Mac vorinstalliert).
   Ein Stylesheet, kein Framework, kein Build-Step.
   ========================================================================== */

:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-serif: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;

  /* Hauptfarbe: Signaturblau */
  --primary:        #1d4ed8;
  --primary-dark:   #163ba6;
  --primary-tint:   #e9effc;
  --primary-muted:  #4a5f8a;
  --primary-muted-light: #b9c6e4;

  /* Warmer Akzent, wie der Pfirsichton der Vorlage */
  --accent:         #edbf8b;
  --accent-dark:    #e2a868;
  --accent-text:    #8f5b20;   /* Text auf hellen Flaechen, >= 4.5:1 */
  --accent-tint:    #fbf0e3;

  --ink:            #181c24;
  --ink-soft:       #3d4552;
  --ink-deep:       #101624;
  --white:          #ffffff;
  --border:         #e1e7ee;
  --panel:          #f4f6f9;
  --surface:        #f6f8fa;
  --tint:           #f1f5fb;

  --container: 1180px;
  --radius:    20px;
  --radius-sm: 10px;
  --radius-lg: 26px;

  --shadow-sm: 0 2px 10px rgba(24, 28, 36, .06);
  --shadow-md: 0 12px 32px rgba(24, 28, 36, .10);
  --shadow-lg: 0 20px 60px rgba(24, 28, 36, .16);

  --ease: cubic-bezier(.2, .7, .2, 1);

  --space-sm: 52px;
  --space-md: 72px;
  --space-lg: 104px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 700; letter-spacing: -.02em; line-height: 1.15; }
h1 { font-size: clamp(2.3rem, 5.6vw, 4rem); line-height: 1.08; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.2rem; line-height: 1.35; }
h4 { font-size: 1.1rem; }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
a  { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
strong { font-weight: 700; }

/* Serif-Hervorhebung in Ueberschriften, wie das ".highlight" der Vorlage */
h1 .accent, h2 .accent {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  color: var(--primary);
  letter-spacing: 0;
}

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.skip { position: absolute; left: -9999px; top: 0; z-index: 400;
  background: var(--ink); color: #fff; padding: .75rem 1rem; text-decoration: none; }
.skip:focus { left: .5rem; top: .5rem; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }

.section { padding: var(--space-md) 0; }
.section--alt   { background: var(--panel); }
.section--tint  { background: var(--tint); }
.section--dunkel,
.section--cta {
  /* Deckfarbe zuerst: ohne sie stuende bei abgeschaltetem Hintergrundbild
     und im Ausdruck weisse Schrift auf weissem Grund. */
  background-color: var(--ink-deep);
  background-image: linear-gradient(160deg, var(--ink-deep) 0%, var(--ink) 100%);
  color: var(--white);
}
.section--dunkel .section-lead, .section--dunkel .muted,
.section--cta .section-lead, .section--cta .muted { color: rgba(255,255,255,.72); }

.grid { display: grid; gap: 20px; }
.grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
.muted { color: var(--ink-soft); }
.accent { color: var(--primary); }

/* Kicker ueber Ueberschriften */
.eyebrow {
  font-size: .9rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 14px;
}
.section--dunkel .eyebrow, .section--cta .eyebrow { color: var(--accent); }
.section-lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-soft); max-width: 640px; margin-bottom: 36px; }

/* ---------- Kopfzeile ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; min-height: 44px; }
.brand-mark {
  flex: none; width: 38px; height: 38px; border-radius: 11px;
  background: var(--primary-dark); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .95rem; letter-spacing: -.02em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-size: 1rem; letter-spacing: -.01em; }
.brand-text span { font-size: .72rem; font-weight: 700; letter-spacing: .12em; color: var(--ink-soft); }
.brand-text .brand-media { color: var(--primary); }
.nav { display: none; gap: 28px; }
.nav a { text-decoration: none; font-size: .95rem; font-weight: 600; color: var(--ink-soft); padding: 6px 0; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--primary-dark); }

/* ---------- Buttons: Pillen wie in der Vorlage ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 28px; min-height: 48px;
  border: 1.5px solid var(--primary-dark); border-radius: 100px;
  background: var(--primary-dark); color: var(--white);
  font: inherit; font-weight: 700; font-size: .98rem; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background-color .18s var(--ease);
}
.btn:hover { transform: translateY(-2px); background: var(--primary); border-color: var(--primary);
  box-shadow: 0 10px 26px rgba(22,59,166,.32), var(--shadow-sm); }
.btn:active { transform: translateY(0) scale(.98); }
.btn--ghost { background: var(--white); color: var(--ink); border-color: var(--border); box-shadow: none; }
.btn--ghost:hover { background: var(--surface); color: var(--ink); border-color: var(--primary-muted-light);
  box-shadow: var(--shadow-sm); }
.btn--sm { padding: 10px 18px; min-height: 44px; font-size: .92rem; }
.btn--full { display: flex; width: 100%; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

/* Auf dunklen Flaechen: heller Hauptbutton, Geisterbutton mit Glas */
.section--cta .btn, .section--dunkel .btn { background: var(--white); color: var(--ink); border-color: var(--white); }
.section--cta .btn:hover, .section--dunkel .btn:hover { background: var(--surface); box-shadow: 0 10px 26px rgba(0,0,0,.35); }
.section--cta .btn--ghost, .section--dunkel .btn--ghost {
  background: rgba(255,255,255,.08); color: var(--white); border-color: rgba(255,255,255,.5);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}

/* Textlink als Handlungsaufforderung */
.link-cta { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; color: var(--primary-dark);
  text-decoration: none; }
.link-cta::after { content: " \2192"; margin-left: 6px; transition: transform .18s var(--ease); }
.link-cta:hover { text-decoration: underline; text-underline-offset: .25em; }
.link-cta:hover::after { transform: translateX(3px); }
.section--cta .link-cta, .section--dunkel .link-cta { color: var(--white); }

/* ---------- Hero: zentriert, luftig ---------- */
.hero { padding: var(--space-lg) 0 var(--space-md); background: var(--white); text-align: center; }
.hero .wrap { display: flex; flex-direction: column; align-items: center; }
.hero h1 { max-width: 880px; margin-bottom: 22px; }
.hero .lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-soft); max-width: 620px; margin-bottom: 36px; }
.hero .cta-row { justify-content: center; }

/* ---------- Kennzahlen als Vertrauensleiste unter dem Hero ---------- */
.stats { background: var(--white); padding: 0 0 var(--space-md); text-align: center; }
.stats .wrap { border-top: 1px solid var(--border); padding-top: 40px; }
.stats h2 { font-size: .9rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 14px; }
.stat-hero { font-family: var(--font-serif); font-weight: 500; font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 1; letter-spacing: -.02em; color: var(--primary-dark); margin: 0 0 10px; }
.stat-hero-bis { font-size: .4em; font-family: var(--font); font-weight: 600; color: var(--ink-soft);
  vertical-align: .18em; padding: 0 .15em; letter-spacing: 0; }
.stat-hero-label { color: var(--ink-soft); max-width: 40ch; margin: 0 auto 8px; }
.stats-foot { color: var(--ink-soft); max-width: 56ch; margin: 12px auto 0; font-size: .95rem; }

.stat-grid { display: grid; gap: 20px; max-width: 760px; margin: 0 auto 8px; }
.stat { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 22px; }
.stat-value { display: block; font-family: var(--font-serif); font-weight: 500; font-size: clamp(2.6rem, 6vw, 3.6rem);
  line-height: 1; color: var(--primary-dark); margin-bottom: 8px; }
.stat-label { display: block; font-weight: 700; margin-bottom: 4px; }
.stat-note { display: block; color: var(--ink-soft); font-size: .95rem; }


/* ---------- Arbeitsproben: Hochkant-Videos ---------- */
/* Kein Autoplay: Vorschaubild, Steuerung sichtbar, Datei laedt erst beim Klick. */
.video-grid { display: grid; gap: 28px; justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(240px, 320px)); }
.video-grid--einzeln { grid-template-columns: minmax(240px, 340px); }
.video { margin: 0; }
.video video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; background: #000;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.video figcaption { margin-top: 12px; font-size: .95rem; color: var(--ink-soft); line-height: 1.5; }
.video figcaption strong { color: var(--ink); }
.video figcaption a { color: var(--primary-dark); font-weight: 700; }

/* ---------- Insight-Karten: kleine Statistik-Karten ---------- */
.insights { display: grid; gap: 20px; margin: 40px auto 0; max-width: 980px; text-align: left; }
.insight {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 20px 22px 22px;
}
.insight-kopf { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.insight-icon {
  flex: none; width: 40px; height: 40px; border-radius: 12px;
  background: var(--primary-tint); color: var(--primary-dark);
  display: flex; align-items: center; justify-content: center;
}
.insight-kopf strong { display: block; font-size: 1.02rem; line-height: 1.2; }
.insight-kopf span { display: block; font-size: .85rem; color: var(--ink-soft); }
.insight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.insight-wert {
  background: var(--panel); border-radius: 14px; padding: 12px 14px; min-width: 0;
}
.insight-wert span { display: block; font-size: .82rem; color: var(--ink-soft); margin-bottom: 2px; }
.insight-wert strong { display: block; font-size: clamp(1.25rem, 2.2vw, 1.55rem); line-height: 1.1; letter-spacing: -.02em; overflow-wrap: anywhere; }
.insight-wert small { display: block; font-size: .78rem; color: var(--ink-soft); margin-top: 4px; }
.insight-grid .insight-wert:nth-child(3):last-child { grid-column: 1 / -1; }
.insight-balken { margin-top: 14px; }
.balken-zeile { display: flex; justify-content: space-between; gap: 12px; font-size: .85rem; color: var(--ink-soft); margin: 8px 0 5px; }
.balken-zeile b { color: var(--ink); }
.balken { height: 8px; border-radius: 99px; background: var(--primary-tint); overflow: hidden; }
.balken i { display: block; height: 100%; width: var(--w, 0%); border-radius: 99px; background: var(--primary-dark); }

/* ---------- Fallbeispiel: Video neben Beschreibung ---------- */
.fall { display: grid; gap: 28px; align-items: start; }
.fall .video { max-width: 320px; }
.fall-text h3 { font-size: 1.45rem; margin-bottom: .2em; }
.fall-meta { color: var(--ink-soft); font-size: .95rem; margin-bottom: 18px; }
.fall-zahlen { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.fall-zahlen li { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 12px 16px; }
.fall-zahlen strong { color: var(--primary-dark); font-size: 1.15rem; }
.fall-text p { max-width: 56ch; }
.fall-text h4 { margin: 22px 0 6px; font-size: 1.05rem; }
.fall-felder { display: grid; gap: 12px; margin-top: 4px; }
/* Reel-Insights zum gezeigten Video */
.reel-karte { margin-top: 16px; background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 16px 18px 14px; }
.reel-karte-titel { margin: 0 0 12px; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary-dark); }
.reel-werte { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.reel-wert { background: var(--panel); border-radius: 12px; padding: 10px 8px; text-align: center; min-width: 0; }
.reel-wert strong { display: block; font-size: 1.15rem; line-height: 1.1; letter-spacing: -.02em; }
.reel-wert span { display: block; font-size: .74rem; color: var(--ink-soft); margin-top: 2px; }
.reel-karte-text { margin: 12px 0 0; font-size: .92rem; color: var(--ink-soft); }

/* Auf schmalen Handys wird der Kopf sonst zu voll: Wortmarke, Name, Menue-Knopf
   und Anfragen-Knopf passen zusammen nicht in 375 px, der Knopf wurde ueber den
   Rand gedrueckt. Dort bleibt deshalb nur die Wortmarke stehen. */
@media (max-width: 26rem) {
  .brand-text strong { display: none; }
  .brand-text span { font-size: .82rem; }
  .header-inner { gap: 10px; }
  .btn--sm { padding: 11px 18px; }
}

@media (min-width: 46rem) { .reel-werte { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.fall-feld { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 16px 18px; }
.fall-feld-label { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--primary-dark); margin-bottom: 6px; }
.fall-feld p { margin: 0; font-size: .98rem; color: var(--ink-soft); }
.insight-fuss { margin: 12px 0 0; font-size: .85rem; color: var(--ink-soft); }
.insight-balken .insight-fuss { margin: 0 0 2px; }

@media (min-width: 46rem) {
  .insights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fall { grid-template-columns: minmax(0, 1fr) minmax(240px, 320px); gap: 40px; }
  .fall--video-links { grid-template-columns: minmax(240px, 320px) minmax(0, 1fr); }
  .fall-felder { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---------- Karten ---------- */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 10px 30px rgba(24,28,36,.08);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.card:hover { transform: translateY(-3px); border-color: var(--primary-muted-light); box-shadow: 0 18px 44px rgba(24,28,36,.14); }
.card h3 { margin-bottom: .45em; }
.card p:last-child { margin-bottom: 0; }
.card p { color: var(--ink-soft); font-size: .98rem; }
.card--plain { /* auch die "einfachen" Karten sind in diesem Stil echte Karten */ }
.card--pkg { display: flex; flex-direction: column; }
.card--pkg .btn { margin-top: auto; }
/* Steht ein Preis in der Karte, bekommt ER den freien Raum, nicht der Knopf.
   Sonst teilen sich beide auto-Abstaende den Rest und der Preis sitzt je nach
   Textlaenge unterschiedlich hoch. */
.card--pkg .pkg-preis + .btn { margin-top: 0; }
.card--featured { border-color: var(--primary-muted-light); box-shadow: var(--shadow-md);
  background: linear-gradient(180deg, var(--primary-tint) 0%, var(--white) 38%); }

.badge {
  display: inline-block; align-self: flex-start;
  font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent-text); background: var(--accent-tint);
  border-radius: 100px; padding: 6px 12px; margin: 0 0 14px;
}
.pkg-note { color: var(--ink-soft); font-size: .95rem; }
.pkg-preis { margin: auto 0 12px; font-weight: 700; font-size: .92rem; color: var(--ink-soft); text-align: center; }

.ticks { list-style: none; margin: 0 0 18px; padding: 0; }
.ticks li { position: relative; padding-left: 30px; margin-bottom: 9px; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .2em;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--primary-tint);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5l3 3 6-7' fill='none' stroke='%23163ba6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 28px; }
.tags li { border: 1px solid var(--border); background: var(--white); border-radius: 100px; padding: 7px 14px; font-size: .95rem; }

.sub { margin-top: 44px; }
.sub h3 { margin-bottom: .4em; }
.sub p { max-width: 62ch; }

/* ---------- Ablauf: Schritte als Karten ---------- */
.ablauf { margin: 8px 0 0; padding: 0; display: grid; gap: 16px; }
.ablauf-schritt {
  min-width: 0;
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px 22px 20px;
}
.ablauf-text h3 { margin: 0 0 .3em; font-size: 1.08rem; min-height: 1.4em; }
.ablauf-text p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

/* ---------- Ueber uns ---------- */
.about { display: grid; gap: 36px; align-items: center; }
.about-text { max-width: 60ch; }
.about-photo { margin: 0; }
.about-photo img, .about-photo picture img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
}
.about-photo figcaption { margin-top: 10px; font-size: .92rem; color: var(--ink-soft); }
.about-photo--frei img { aspect-ratio: auto; object-fit: contain; background: var(--primary-tint); }

.social-zeile { margin: 22px 0 8px; font-weight: 700; }
.social { display: flex; flex-wrap: wrap; gap: 10px; }
.social-btn {
  display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 16px;
  border: 1.5px solid var(--border); border-radius: 100px; background: var(--white);
  text-decoration: none; font-weight: 700; font-size: .95rem;
  transition: border-color .18s var(--ease), transform .18s var(--ease);
}
.social-btn:hover { border-color: var(--primary); color: var(--primary-dark); transform: translateY(-2px); }

/* ---------- Schritte nach dem Absenden ---------- */
.steps { counter-reset: schritt; list-style: none; margin: 0; padding: 0; }
.steps li { counter-increment: schritt; position: relative; padding-left: 46px; margin-bottom: 14px; }
.steps li::before {
  content: counter(schritt); position: absolute; left: 0; top: -2px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent); color: var(--ink); font-weight: 800; font-size: .9rem;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- Haeufige Fragen: Karten-Stapel ---------- */
.faq {
  background: var(--white); border: 1px solid var(--border); border-radius: 16px;
  padding: 4px 22px; margin-bottom: 10px; box-shadow: var(--shadow-sm);
}
.faq summary {
  min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-weight: 700; font-size: 1.05rem; cursor: pointer; list-style: none; padding: 12px 0;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--primary-tint); color: var(--primary-dark);
  font-weight: 700; font-size: 1.3rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: transform .18s var(--ease);
}
.faq[open] summary::after { content: "\2212"; }
.faq summary:hover { color: var(--primary-dark); }
.faq p { margin: 0 0 18px; max-width: 64ch; color: var(--ink-soft); }

/* ---------- Kontakt: dunkler Abschluss, Formular als helle Karte ---------- */
.section--cta { padding: var(--space-lg) 0; }
.contact { display: grid; gap: 24px; }
.contact-direct { display: grid; gap: 12px; align-content: start; }
.contact-tile {
  display: block; text-decoration: none;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius); padding: 20px 22px;
  transition: background-color .18s var(--ease), transform .18s var(--ease);
}
.contact-tile:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.contact-label { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 6px; }
.contact-value { display: block; font-size: clamp(1.1rem, 2.4vw, 1.3rem); font-weight: 700; word-break: break-word; margin-bottom: 4px; }
.contact-tile .muted { font-size: .92rem; color: rgba(255,255,255,.7); }

.form {
  background: var(--white); color: var(--ink);
  border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-lg);
}
.form-row { display: block; margin: 0 0 16px; }
.form-row label { display: block; font-size: .95rem; font-weight: 700; margin-bottom: 6px; }
.form input:not([type="checkbox"]):not([type="hidden"]), .form textarea {
  width: 100%; font: inherit; font-size: 1.0625rem; color: var(--ink);
  background: var(--surface); border: 1.5px solid var(--border); border-radius: 14px; padding: 13px 16px;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.form input:focus, .form textarea:focus { outline: none; border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(29,78,216,.15); }
.form textarea { resize: vertical; min-height: 130px; line-height: 1.55; }
.form-check { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.form-check input { margin-top: 2px; flex: none; width: 28px; height: 28px; accent-color: var(--primary-dark); cursor: pointer; }
.form-check label { font-size: .92rem; font-weight: 400; color: var(--ink-soft); margin: 0; line-height: 1.5; cursor: pointer; padding: 3px 0; }
.form-check a { color: var(--primary-dark); }
.form .btn { width: 100%; }
.section--cta .form .btn { background: var(--primary-dark); color: var(--white); border-color: var(--primary-dark); }
.section--cta .form .btn:hover { background: var(--primary); border-color: var(--primary);
  box-shadow: 0 10px 26px rgba(22,59,166,.32), var(--shadow-sm); }
/* Die helle Formularkarte liegt im dunklen Abschnitt: dort darf die
   Abschnittsregel fuer hellen Text nicht in die Karte durchgreifen. */
.section--cta .form, .section--cta .form .muted, .section--cta .form-foot,
.section--cta .form-check label { color: var(--ink-soft); }
.section--cta .form label, .section--cta .form input, .section--cta .form textarea { color: var(--ink); }
.form-foot { font-size: .88rem; margin-top: 12px; text-align: center; color: var(--ink-soft); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { border-left: 4px solid var(--accent-dark); background: var(--accent-tint); border-radius: var(--radius-sm);
  padding: 14px 18px; margin-bottom: 20px; }

/* Ablauf-Kasten innerhalb des dunklen Kontaktbereichs */
.section--cta .sub { margin-top: 44px; }
.section--cta .sub h3 { color: var(--white); }
.section--cta .steps li { color: rgba(255,255,255,.85); }

/* ---------- Fusszeile ---------- */
.site-footer { background: var(--white); border-top: 1px solid var(--border); padding: 40px 0; font-size: .95rem; color: var(--ink-soft); }
.footer-inner { display: grid; gap: 20px; }
.footer-inner p { margin: 0; }
.footer-inner strong { color: var(--ink); }
.footer-claim { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-top: 6px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 4px 22px; }
.footer-nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink-soft); text-decoration: none; font-weight: 600; }
.footer-nav a:hover { color: var(--primary-dark); }

/* ---------- Rechtsseiten ---------- */
.legal { padding: var(--space-md) 0; }
.legal .wrap { max-width: 760px; }
.legal h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 24px; }
.legal h2 { font-size: 1.3rem; margin-top: 40px; }
.legal .back { display: inline-flex; align-items: center; min-height: 44px; margin-bottom: 16px; color: var(--ink-soft); }
.legal .todo { border: 1.5px dashed var(--accent-dark); background: var(--accent-tint); border-radius: var(--radius);
  padding: 20px 22px; margin: 24px 0; }
.legal .todo p:first-child { font-weight: 700; color: var(--accent-text); }
.legal .cta-row { margin-top: 12px; }

/* ---------- Ab Tablet ---------- */
@media (min-width: 46rem) {
  .header-inner { height: 84px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .ablauf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 32px; align-items: start; }
  .form { padding: 36px; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: center; }
}

/* ---------- Ab Desktop ---------- */

/* ---------- Klappmenue fuer schmale Bildschirme ----------
   Auf dem Handy war die Navigation bisher ausgeblendet. Das <details>-Element
   klappt sie auf, ganz ohne JavaScript. Ab 60rem uebernimmt wieder die
   normale Leiste und das Klappmenue verschwindet. */
/* Bezugspunkt ist die Kopfzeile, nicht der Knopf selbst. Sonst richtet sich
   das Klappfeld am Knopf aus und ragt auf schmalen Schirmen links heraus. */
.header-inner { position: relative; }
.menue { position: static; }
.menue > summary {
  list-style: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 12px;
  border: 1.5px solid var(--border); color: var(--ink);
  background: var(--white); transition: border-color .18s var(--ease);
}
.menue > summary::-webkit-details-marker { display: none; }
.menue > summary:hover { border-color: var(--primary); }
.menue > summary .menue-zu { display: none; }
.menue[open] > summary .menue-auf { display: none; }
.menue[open] > summary .menue-zu { display: inline-flex; }
.menue[open] > summary { border-color: var(--primary); color: var(--primary-dark); }

.menue-panel {
  position: absolute; right: 20px; top: calc(100% + 14px); z-index: 60;
  display: flex; flex-direction: column; gap: 2px;
  min-width: min(78vw, 300px); padding: 10px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 18px; box-shadow: var(--shadow-md);
}
.menue-panel a {
  text-decoration: none; font-weight: 600; font-size: 1rem; color: var(--ink);
  padding: 13px 14px; border-radius: 12px; min-height: 44px;
  display: flex; align-items: center;
}
.menue-panel a:hover, .menue-panel a[aria-current="page"] {
  background: var(--tint); color: var(--primary-dark);
}
.menue-cta {
  margin-top: 6px; justify-content: center !important;
  background: var(--primary-dark); color: var(--white) !important;
}
.menue-cta:hover { background: var(--primary); color: var(--white) !important; }

@media (min-width: 60rem) {
  body { font-size: 1.1rem; }
  /* Ab hier passt die normale Leiste in den Kopf, das Klappmenue entfaellt. */
  .menue { display: none; }
  .nav { display: flex; }
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .about { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 56px; }
  .section { padding: var(--space-lg) 0; }
  .hero { padding: 120px 0 var(--space-md); }
}

@media (min-width: 75rem) {
  .ablauf { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
}
.legal ul { padding-left: 1.2em; margin: 0 0 16px; }
.legal li { margin-bottom: 8px; }

/* ---------------------------------------------------------------- Druck ---
   Wer die Seite ausdruckt, will Kontaktdaten und Text, keine Videos und keine
   dunklen Flaechen, die im Ausdruck als leeres Grau erscheinen. */
@media print {
  .site-header, .skip, .video, video, .form, .btn, .footer-nav { display: none !important; }
  body { background: #fff; }
  .section--cta, .section--tint, .section--alt {
    background: #fff !important; background-image: none !important; color: #000 !important;
  }
  .section--cta *, .kontakt-kachel, .kontakt-kachel * { color: #000 !important; }
  section { padding: 14px 0 !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .85em; word-break: break-all; }
  .faq[open] > summary ~ * { display: block; }
}
