/* ============================================================
   KundenFAIRständnis – Design System
   "Warm Strategic Clarity" (cool/strategic variant)
   Tokens basieren auf DESIGN.md (Google Stitch)
   ============================================================ */

/* ---------- Design Tokens ---------- */
:root {
  /* Farben */
  --off-white: #f2f5f7;
  --pure-white: #ffffff;
  --deep-navy: #0c233c;
  --navy-700: #143150;
  --navy-600: #1c3f63;
  --cyan: #14b4e9;          /* Akzent: Flächen, Icons, auf dunkel */
  --cyan-ink: #0a6f96;      /* Akzent als Text auf hell (kontraststark) */
  --cyan-soft: #e2f4fb;
  --slate-blue: #394c65;
  --on-surface: #181c1e;
  --on-surface-variant: #44474d;
  --surface-low: #f1f4f6;
  --surface: #ebeef0;
  --surface-high: #e5e9eb;
  --sand: #eef1f3;

  --border: rgba(57, 76, 101, 0.14);
  --border-strong: rgba(57, 76, 101, 0.24);
  --border-light: rgba(255, 255, 255, 0.16);

  /* Typografie */
  --font-head: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;

  --fs-display: clamp(2rem, 1.05rem + 3.9vw, 3.5rem);
  --fs-h2: clamp(1.7rem, 1.15rem + 2.2vw, 2.5rem);
  --fs-h3: clamp(1.25rem, 1.05rem + 0.85vw, 1.5rem);
  --fs-h4: clamp(1.1rem, 1rem + 0.45vw, 1.25rem);
  --fs-body-lg: 1.125rem;
  --fs-body: 1rem;
  --fs-label: 0.8125rem;
  --fs-caption: 0.75rem;

  /* Maße */
  --container: 1240px;
  --container-narrow: 880px;
  --pad-x: clamp(20px, 5vw, 64px);
  --section-y: clamp(64px, 4.5rem + 3vw, 120px);
  --r-sm: 6px;
  --r: 10px;
  --r-lg: 18px;
  --r-xl: 28px;
  --pill: 999px;

  --shadow-ambient: 0 14px 40px -18px rgba(12, 35, 60, 0.18);
  --shadow-card: 0 2px 4px rgba(12, 35, 60, 0.03);
  --shadow-hover: 0 26px 54px -22px rgba(12, 35, 60, 0.28);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / Base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--on-surface);
  background: var(--off-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img,
picture,
svg { display: block; max-width: 100%; }

img { height: auto; }

a { color: inherit; text-decoration: none; }

button { font: inherit; cursor: pointer; }

ul { list-style: none; padding: 0; }

:focus-visible {
  outline: 3px solid var(--cyan-ink);
  outline-offset: 2px;
  border-radius: 3px;
}

::selection {
  background: var(--cyan);
  color: var(--deep-navy);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 200;
  background: var(--deep-navy);
  color: #fff;
  padding: 12px 20px;
  border-radius: var(--r);
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 16px; }

/* ---------- Typografie ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--deep-navy);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h1 { font-size: var(--fs-display); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); letter-spacing: -0.01em; }
h4 { font-size: var(--fs-h4); letter-spacing: -0.01em; }

p { text-wrap: pretty; }

strong { font-weight: 700; color: var(--slate-blue); }

.lead {
  font-size: clamp(1.125rem, 1.05rem + 0.45vw, 1.3rem);
  line-height: 1.55;
  color: var(--slate-blue);
  font-weight: 600;
}

.muted { color: var(--on-surface-variant); }
.text-center { text-align: center; }

/* Markenname-Stilisierung: Kunden FAIR ständnis */
.brandword .fair {
  color: var(--cyan-ink);
  font-style: italic;
  font-weight: 800;
}

.accent { color: var(--cyan-ink); }
.on-dark .accent { color: var(--cyan); }

/* ---------- Eyebrow / Label ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-blue);
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--cyan);
  border-radius: 2px;
}
.on-dark .eyebrow { color: var(--cyan); }
.on-dark .eyebrow::before { background: var(--cyan); }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(57, 76, 101, 0.08);
  color: var(--slate-blue);
  border-radius: var(--pill);
  font-family: var(--font-head);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.04em;
  width: fit-content;
}
.chip svg { width: 18px; height: 18px; color: var(--cyan-ink); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--deep-navy);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1.5px solid var(--btn-bg);
  border-radius: var(--pill);
  font-family: var(--font-head);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease),
    box-shadow 0.25s var(--ease), border-color 0.25s var(--ease), color 0.2s var(--ease);
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; transition: transform 0.25s var(--ease); }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-ambient); }
.btn:active { transform: translateY(0); }
.btn:hover svg.arrow { transform: translateX(4px); }

.btn--primary { --btn-bg: var(--deep-navy); --btn-fg: #fff; }
.btn--primary:hover { background: var(--navy-600); border-color: var(--navy-600); }

.btn--accent { --btn-bg: var(--cyan); --btn-fg: var(--deep-navy); }
.btn--accent:hover { background: #2cc1f2; border-color: #2cc1f2; }

.btn--outline {
  --btn-bg: transparent;
  --btn-fg: var(--deep-navy);
  border-color: var(--border-strong);
}
.btn--outline:hover {
  background: var(--deep-navy);
  color: #fff;
  border-color: var(--deep-navy);
}

.btn--outline-light {
  --btn-bg: transparent;
  --btn-fg: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn--outline-light:hover { background: #fff; color: var(--deep-navy); border-color: #fff; }

.btn--lg { padding: 17px 34px; font-size: 0.875rem; }
.btn--block { width: 100%; }

/* Text-Link mit Pfeil */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: var(--fs-label);
  letter-spacing: 0.04em;
  color: var(--slate-blue);
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  width: fit-content;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease), gap 0.2s var(--ease);
}
.link-arrow svg { width: 16px; height: 16px; transition: transform 0.2s var(--ease); }
.link-arrow:hover { border-color: var(--cyan); color: var(--deep-navy); }
.link-arrow:hover svg { transform: translateX(3px); }
.on-dark .link-arrow { color: var(--cyan); }
.on-dark .link-arrow:hover { color: #fff; border-color: var(--cyan); }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: var(--section-y); }
.section--white { background: var(--pure-white); }
.section--tint { background: var(--surface-low); }
.section--navy { background: var(--deep-navy); color: rgba(255, 255, 255, 0.82); }
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: #fff; }

.section-head {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 68px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.section-head p { color: var(--slate-blue); font-size: var(--fs-body-lg); font-weight: 500; }
.section--navy .section-head p { color: rgba(255, 255, 255, 0.75); }

.stack > * + * { margin-top: 1.1em; }

/* ---------- Header / Navigation ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s var(--ease);
}
/* Glas-Effekt auf Pseudo-Element, damit das fixe Mobile-Menü
   nicht vom backdrop-filter des Headers eingefangen wird. */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(242, 245, 247, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background 0.3s var(--ease);
}
.site-header.is-scrolled { box-shadow: 0 6px 24px -16px rgba(12, 35, 60, 0.3); }
.site-header.is-scrolled::before { background: rgba(242, 245, 247, 0.94); }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
}
.nav__logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.nav__logo img { height: 34px; width: auto; }

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
}
.nav__link {
  position: relative;
  font-family: var(--font-head);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--slate-blue);
  padding: 6px 0;
  transition: color 0.2s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.nav__link:hover { color: var(--deep-navy); }
.nav__link:hover::after,
.nav__link[aria-current="page"]::after { transform: scaleX(1); }
.nav__link[aria-current="page"] { color: var(--deep-navy); }

.nav__cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav__cta .btn { padding: 11px 22px; }

.nav__toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--r);
  color: var(--deep-navy);
}
.nav__toggle svg { width: 24px; height: 24px; }
.nav__toggle .icon-close { display: none; }

/* Mobile Drawer */
@media (max-width: 980px) {
  .nav__links,
  .nav__cta--desktop { display: none; }
  .nav__toggle { display: inline-flex; }

  .mobile-menu {
    position: fixed;
    inset: 76px 0 0 0;
    background: var(--off-white);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.35s var(--ease), visibility 0s 0.35s;
    z-index: 99;
    padding: 28px var(--pad-x) 40px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow-y: auto;
  }
  body.menu-open .mobile-menu { transform: translateX(0); visibility: visible; transition: transform 0.35s var(--ease), visibility 0s; }
  body.menu-open { overflow: hidden; }
  body.menu-open .nav__toggle .icon-menu { display: none; }
  body.menu-open .nav__toggle .icon-close { display: block; }

  .mobile-menu a.m-link {
    font-family: var(--font-head);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--deep-navy);
    padding: 16px 4px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-menu a.m-link svg { width: 20px; height: 20px; color: var(--slate-blue); }
  .mobile-menu .btn { margin-top: 22px; }
}
@media (min-width: 981px) {
  .mobile-menu { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(48px, 6vw, 96px) var(--section-y);
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero__bg::before {
  content: "";
  position: absolute;
  top: -28%;
  right: -14%;
  width: 70%;
  height: 130%;
  background: radial-gradient(circle at center, var(--surface) 0%, rgba(235, 238, 240, 0) 68%);
  border-radius: 50%;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(57, 76, 101, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(circle at 75% 30%, #000 0%, transparent 60%);
  mask-image: radial-gradient(circle at 75% 30%, #000 0%, transparent 60%);
}
.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero__content { display: flex; flex-direction: column; gap: 24px; max-width: 600px; }
.hero h1 { font-size: var(--fs-display); }
.hero__sub { font-size: var(--fs-body-lg); color: var(--slate-blue); font-weight: 600; }
.hero__text { color: var(--on-surface-variant); max-width: 54ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 6px; }
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 10px;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--slate-blue);
}
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust svg { width: 16px; height: 16px; color: var(--cyan-ink); }

.hero__media { position: relative; }
.hero__portrait {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-hover);
  aspect-ratio: 4 / 5;
}
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; }
.hero__quote {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--r-lg);
  padding: 20px 22px;
  display: flex;
  gap: 14px;
  box-shadow: var(--shadow-ambient);
}
.hero__quote svg { width: 28px; height: 28px; color: var(--cyan-ink); flex-shrink: 0; }
.hero__quote p {
  font-size: 0.95rem;
  font-style: italic;
  color: var(--deep-navy);
  line-height: 1.45;
}
.hero__badge {
  position: absolute;
  top: 22px;
  left: -18px;
  background: var(--deep-navy);
  color: #fff;
  border-radius: var(--pill);
  padding: 10px 18px 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  box-shadow: var(--shadow-ambient);
}
.hero__badge svg { width: 18px; height: 18px; color: var(--cyan); }

@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { max-width: 440px; margin-inline: auto; width: 100%; }
  .hero__badge { left: 0; }
}

/* ---------- Problem-Bento ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }

.callout {
  background: var(--off-white);
  border-left: 4px solid var(--cyan);
  padding: 22px 24px;
  border-radius: 0 var(--r) var(--r) 0;
}
.callout p { color: var(--deep-navy); font-style: italic; }
.section--white .callout { background: var(--surface-low); }

.bento-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bento-tile {
  border-radius: var(--r-xl);
  padding: 30px 24px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  box-shadow: var(--shadow-card);
}
.bento-tile .ico {
  width: 50px; height: 50px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 14px;
  margin-bottom: auto;
}
.bento-tile .ico svg { width: 26px; height: 26px; }
.bento-tile h3 { font-size: 1.2rem; }
.bento-tile p { font-size: 0.85rem; }
.bento-tile--muted { background: var(--surface-low); border: 1px solid var(--border); }
.bento-tile--muted .ico { background: rgba(57,76,101,0.1); color: var(--slate-blue); }
.bento-tile--muted p { color: var(--slate-blue); }
.bento-tile--navy { background: var(--deep-navy); transform: translateY(28px); }
.bento-tile--navy h3 { color: #fff; }
.bento-tile--navy .ico { background: rgba(20,180,233,0.18); color: var(--cyan); }
.bento-tile--navy p { color: rgba(255,255,255,0.7); }
@media (max-width: 520px){ .bento-tile--navy { transform: none; } }

/* ---------- Methode (3 Schritte) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px){ .steps { grid-template-columns: 1fr; max-width: 460px; margin-inline:auto; } }
.step {
  position: relative;
  background: var(--pure-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 34px 28px 30px;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.section--tint .step { background: var(--pure-white); }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-ambient); }
.step__num {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--cyan-ink);
}
.step__ico {
  width: 54px; height: 54px;
  border-radius: 15px;
  background: var(--cyan-soft);
  color: var(--cyan-ink);
  display: inline-flex; align-items: center; justify-content: center;
  margin: 14px 0 18px;
}
.step__ico svg { width: 28px; height: 28px; }
.step h3 { margin-bottom: 10px; }
.step p { color: var(--on-surface-variant); font-size: 0.95rem; }
.step__connector { /* dezente Linie zwischen Schritten auf Desktop */ }

/* ---------- Cards / Offers ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
@media (max-width: 980px){ .cards-3 { grid-template-columns: 1fr; max-width: 460px; margin-inline:auto; } }

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--pure-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 30px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.offer-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--border-strong);
  transition: background 0.3s var(--ease);
}
.offer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.offer-card:hover::before { background: var(--cyan); }
.offer-card__tag {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan-ink);
  margin-bottom: 10px;
}
.offer-card h3 { margin-bottom: 12px; }
.offer-card__for { color: var(--slate-blue); font-weight: 600; margin-bottom: 18px; }
.offer-card ul { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.offer-card li { display: flex; gap: 10px; align-items: flex-start; color: var(--on-surface-variant); font-size: 0.95rem; }
.offer-card li svg { width: 18px; height: 18px; color: var(--cyan-ink); flex-shrink: 0; margin-top: 3px; }
.offer-card .offer-card__cta { margin-top: auto; }

/* Highlight-Variante (dunkel) */
.offer-card--featured { background: var(--deep-navy); border-color: var(--navy-600); }
.offer-card--featured::before { background: var(--cyan); }
.offer-card--featured h3 { color: #fff; }
.offer-card--featured .offer-card__for { color: rgba(255,255,255,0.82); }
.offer-card--featured li { color: rgba(255,255,255,0.72); }
.offer-card--featured li svg { color: var(--cyan); }
.offer-card--featured .offer-card__deco {
  position: absolute; top: -30px; right: -30px;
  width: 130px; height: 130px;
  background: radial-gradient(circle, rgba(20,180,233,0.22), transparent 70%);
  border-radius: 50%;
}
.offer-badge {
  position: absolute; top: 22px; right: 22px;
  background: var(--cyan); color: var(--deep-navy);
  font-family: var(--font-head); font-weight: 800;
  font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 12px; border-radius: var(--pill);
}

/* Detaillierte Angebots-Sektionen (angebote.html) */
.offer-detail {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  background: var(--pure-white);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: clamp(26px, 3.5vw, 48px);
  box-shadow: var(--shadow-card);
}
.offer-detail--reverse .offer-detail__media { order: 2; }
@media (max-width: 860px){
  .offer-detail { grid-template-columns: 1fr; }
  .offer-detail--reverse .offer-detail__media { order: 0; }
}
.offer-detail__media {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: var(--shadow-ambient);
}
.offer-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.offer-detail h3 { font-size: clamp(1.4rem, 1.1rem + 1.2vw, 1.9rem); margin: 6px 0 4px; }
.offer-detail__meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 20px; }
.meta-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--surface-low); border: 1px solid var(--border);
  border-radius: var(--pill); padding: 7px 14px;
  font-size: 0.82rem; font-weight: 600; color: var(--slate-blue);
}
.meta-pill svg { width: 15px; height: 15px; color: var(--cyan-ink); }
.offer-detail__block { margin-bottom: 18px; }
.offer-detail__block h4 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--cyan-ink); margin-bottom: 8px; font-family: var(--font-head);
}
.offer-detail__block p { color: var(--on-surface-variant); }
.offer-detail__block ul { display:flex; flex-direction:column; gap: 9px; }
.offer-detail__block li { display:flex; gap:10px; color: var(--on-surface-variant); }
.offer-detail__block li svg { width:18px;height:18px;color:var(--cyan-ink);flex-shrink:0;margin-top:3px; }

/* ---------- Testimonials ---------- */
.tcard {
  background: var(--pure-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.stars { display: inline-flex; gap: 3px; color: var(--cyan); }
.stars svg { width: 18px; height: 18px; }
.tcard__quote { color: var(--on-surface-variant); font-style: italic; line-height: 1.55; }
.tcard__author { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.avatar {
  width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
  background: var(--deep-navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 1.05rem;
  border: 2px solid var(--pure-white); box-shadow: 0 0 0 1px var(--border);
}
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar--cyan { background: var(--cyan-soft); color: var(--cyan-ink); }
.avatar--slate { background: var(--slate-blue); }
.tcard__name { font-family: var(--font-head); font-weight: 700; color: var(--deep-navy); font-size: 0.95rem; line-height: 1.2; }
.tcard__role { font-size: 0.82rem; color: var(--slate-blue); }

/* Bento-Variante */
.tbento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.tbento .tcard { margin: 0; }
.tbento__lg { grid-column: span 7; }
.tbento__sm { grid-column: span 5; }
.tbento__wide { grid-column: span 12; }
.tcard--navy { background: var(--deep-navy); border-color: var(--navy-600); position: relative; overflow: hidden; }
.tcard--navy .tcard__quote { color: rgba(255,255,255,0.86); font-size: 1.05rem; }
.tcard--navy .tcard__name { color: #fff; }
.tcard--navy .tcard__role { color: var(--cyan); }
.tcard--navy .deco-quote {
  position: absolute; right: -10px; top: -30px; opacity: 0.06; color: #fff;
}
.tcard--navy .deco-quote svg { width: 180px; height: 180px; }
.tcard--row { flex-direction: row; align-items: center; gap: 26px; }
.tcard--row .tcard__photo {
  width: 120px; height: 120px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
  border: 4px solid var(--pure-white); box-shadow: 0 0 0 1px var(--border);
}
.tcard--navy.tcard--row .tcard__photo { border-color: var(--cyan); }
@media (max-width: 760px){
  .tbento { grid-template-columns: 1fr; }
  .tbento__lg, .tbento__sm, .tbento__wide { grid-column: 1 / -1; }
  .tcard--row { flex-direction: column; align-items: flex-start; text-align: left; }
}

/* Grid für Kundenerfolge-Seite */
.tgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }

/* ---------- About ---------- */
.about-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 880px){ .about-split { grid-template-columns: 1fr; } }
.about-media { position: relative; }
.about-media__frame {
  position: relative; z-index: 1;
  border-radius: var(--r-xl);
  max-width: 420px;
}
.about-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 180, 233, 0.12);
  border-radius: var(--r-xl);
  transform: rotate(-4deg) scale(1.04);
  transform-origin: bottom left;
  max-width: 420px;
}
.about-media--right::before { transform-origin: bottom right; left: auto; right: 0; }
.about-media--right .about-media__frame { margin-left: auto; }

.value-list { display: grid; gap: 14px; margin-top: 8px; }
.value-list li {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--pure-white); border: 1px solid var(--border);
  border-radius: var(--r); padding: 16px 18px;
}
.section--tint .value-list li { background: var(--pure-white); }
.value-list .v-ico {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  background: var(--cyan-soft); color: var(--cyan-ink);
  display: flex; align-items: center; justify-content: center;
}
.value-list svg { width: 22px; height: 22px; }
.value-list h4 { margin-bottom: 3px; }
.value-list p { font-size: 0.9rem; color: var(--on-surface-variant); }

/* Timeline / Credentials */
.creds { display: flex; flex-wrap: wrap; gap: 12px; }
.cred {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--surface-low); border: 1px solid var(--border);
  border-radius: var(--pill); padding: 9px 18px;
  font-family: var(--font-head); font-weight: 600; font-size: 0.85rem; color: var(--slate-blue);
}
.cred svg { width: 16px; height: 16px; color: var(--cyan-ink); }

.photo-strip { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-ambient); }
.photo-strip figure { display: flex; flex-direction: column; gap: 8px; }
.photo-strip figcaption { font-size: 0.8rem; color: var(--slate-blue); }
@media (max-width: 620px){ .photo-strip { grid-template-columns: 1fr; } }

/* ---------- CTA Band ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--deep-navy);
  border-radius: var(--r-xl);
  padding: clamp(40px, 5vw, 72px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(20,180,233,0.22), transparent 42%),
    radial-gradient(circle at 88% 90%, rgba(20,180,233,0.16), transparent 46%);
  pointer-events: none;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; max-width: 18ch; }
.cta-band p { color: rgba(255,255,255,0.78); max-width: 56ch; font-size: var(--fs-body-lg); }
.cta-band .hero__actions { justify-content: center; }

/* ---------- Page Hero (Unterseiten) ---------- */
.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 7vw, 104px) clamp(40px, 5vw, 72px);
  background: var(--deep-navy);
  color: rgba(255,255,255,0.82);
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(circle at 80% 20%, #000, transparent 65%);
  mask-image: radial-gradient(circle at 80% 20%, #000, transparent 65%);
}
.page-hero__inner { position: relative; z-index: 1; max-width: 760px; display: flex; flex-direction: column; gap: 20px; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,0.78); font-size: var(--fs-body-lg); max-width: 60ch; }
.page-hero .eyebrow { color: var(--cyan); }
.page-hero .eyebrow::before { background: var(--cyan); }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 0.82rem; color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: var(--cyan); }

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 28px; }
.post-card {
  display: flex; flex-direction: column;
  background: var(--pure-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.post-card__media { aspect-ratio: 16/10; overflow: hidden; background: var(--surface); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.05); }
.post-card__body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.post-card__cat {
  font-family: var(--font-head); font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan-ink);
}
.post-card h3 { font-size: 1.2rem; }
.post-card p { font-size: 0.92rem; color: var(--on-surface-variant); }
.post-card .link-arrow { margin-top: auto; }
.post-card__badge {
  align-self: flex-start;
  background: var(--surface); color: var(--slate-blue);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 4px 11px; border-radius: var(--pill); font-family: var(--font-head);
}

/* ---------- Article (Blog-Detail) ---------- */
.article { max-width: 740px; margin-inline: auto; }
.article__cover { border-radius: var(--r-lg); overflow: hidden; margin-bottom: 36px; box-shadow: var(--shadow-ambient); }
.article__cover img { width: 100%; }
.prose > * + * { margin-top: 1.3em; }
.prose p, .prose li { color: var(--on-surface-variant); font-size: 1.05rem; line-height: 1.7; }
.prose h2 { font-size: clamp(1.4rem,1.2rem+1vw,1.8rem); margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose ul { display: flex; flex-direction: column; gap: 10px; padding-left: 0; }
.prose ul li { display: flex; gap: 12px; }
.prose ul li::before { content: ""; width: 8px; height: 8px; margin-top: 9px; border-radius: 50%; background: var(--cyan); flex-shrink: 0; }
.prose blockquote {
  border-left: 4px solid var(--cyan); padding: 6px 0 6px 24px;
  font-style: italic; color: var(--deep-navy); font-size: 1.15rem;
}

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 56px); align-items: start; }
@media (max-width: 880px){ .contact-grid { grid-template-columns: 1fr; } }

.contact-methods { display: flex; flex-direction: column; gap: 16px; }
.contact-method {
  display: flex; gap: 16px; align-items: center;
  background: var(--pure-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 20px 22px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.contact-method:hover { transform: translateY(-3px); box-shadow: var(--shadow-ambient); }
.contact-method__ico {
  width: 50px; height: 50px; border-radius: 14px; flex-shrink: 0;
  background: var(--cyan-soft); color: var(--cyan-ink);
  display: flex; align-items: center; justify-content: center;
}
.contact-method__ico svg { width: 24px; height: 24px; }
.contact-method__label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--slate-blue); font-weight: 700; font-family: var(--font-head); }
.contact-method__value { font-family: var(--font-head); font-weight: 700; color: var(--deep-navy); font-size: 1.05rem; word-break: break-word; }

.form-card { background: var(--pure-white); border: 1px solid var(--border); border-radius: var(--r-xl); padding: clamp(26px, 3vw, 40px); box-shadow: var(--shadow-card); }
.field { margin-bottom: 20px; }
.field label { display: block; font-family: var(--font-head); font-weight: 700; font-size: 0.85rem; color: var(--deep-navy); margin-bottom: 8px; }
.field .req { color: var(--cyan-ink); }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 16px;
  background: var(--off-white);
  border: 1px solid var(--border-strong);
  border-radius: var(--r);
  font-family: var(--font-body); font-size: 1rem; color: var(--on-surface);
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: #9aa3ad; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--cyan); background: #fff;
  box-shadow: 0 0 0 3px rgba(20,180,233,0.15);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; font-size: 0.85rem; color: var(--on-surface-variant); margin-bottom: 22px; }
.form-consent input { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; accent-color: var(--cyan-ink); }
.form-note { font-size: 0.82rem; color: var(--slate-blue); margin-top: 16px; display: flex; gap: 8px; align-items: flex-start; }
.form-note svg { width: 16px; height: 16px; color: var(--cyan-ink); flex-shrink: 0; margin-top: 2px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--deep-navy); color: rgba(255, 255, 255, 0.7); padding-top: clamp(56px, 6vw, 88px); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 860px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 520px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { height: 36px; margin-bottom: 18px; }
.footer-brand p { font-size: 0.92rem; max-width: 32ch; color: rgba(255,255,255,0.62); }
.footer-col h4 { color: #fff; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 18px; font-family: var(--font-head); }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 0.95rem; color: rgba(255,255,255,0.7); transition: color 0.2s var(--ease); }
.footer-col a:hover { color: var(--cyan); }
.footer-social { display: flex; gap: 12px; margin-top: 6px; }
.footer-social a {
  width: 42px; height: 42px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.16);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.8);
  transition: background 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}
.footer-social a:hover { background: var(--cyan); color: var(--deep-navy); transform: translateY(-2px); border-color: var(--cyan); }
.footer-social svg { width: 20px; height: 20px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding-block: 26px; flex-wrap: wrap;
  font-size: 0.82rem; color: rgba(255,255,255,0.5);
}
.footer-bottom nav { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--cyan); }

/* ---------- Reveal-Animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Hero-Eingang */
.hero-in { opacity: 0; transform: translateY(20px); animation: heroIn 0.8s var(--ease) forwards; animation-delay: calc(var(--i, 0) * 110ms + 0.1s); }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* ---------- Utilities ---------- */
.mt-s { margin-top: 16px; } .mt-m { margin-top: 28px; } .mt-l { margin-top: 44px; }
.flex-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.divider-soft { height: 1px; background: var(--border); border: 0; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* ============================================================
   EDITORIAL-LAYER – nur Startseite (body.ed-page)
   Authentisch/handgemacht statt "KI-Look". Palette unverändert:
   Navy / Cyan / Off-White. Wärme entsteht über Serife (Fraunces),
   Handschrift (Caveat), Magazin-Layout, Textur & handgezeichnete
   Marken – nicht über neue Farben.
   ============================================================ */
:root {
  --font-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --font-hand: "Caveat", "Segoe Script", "Comic Sans MS", cursive;
}

.ed-page { font-optical-sizing: auto; }

/* Feines Papierkorn über allem – neutrales Grau, ändert keine Farbe */
.ed-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='180'%20height='180'%3E%3Cfilter%20id='n'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.9'%20numOctaves='2'%20stitchTiles='stitch'/%3E%3C/filter%3E%3Crect%20width='100%25'%20height='100%25'%20filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}
@media print { .ed-page::after { display: none; } }

/* Serife für Display-Überschriften, Buttons editorialer (eckig) */
.ed-page h1, .ed-page h2, .ed-page h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.08;
}
.ed-page .btn { border-radius: 4px; letter-spacing: 0.02em; }

/* ---- Handschrift, handgezeichnete Marken ---- */
.ed-hand {
  font-family: var(--font-hand);
  font-weight: 600;
  font-size: clamp(1.25rem, 1.1rem + 0.7vw, 1.6rem);
  line-height: 1.05;
  color: var(--cyan-ink);
  position: relative;
}
.arrow-mark { width: 46px; height: 46px; color: var(--cyan); overflow: visible; }

.e-ul { position: relative; display: inline-block; white-space: nowrap; }
.e-ul { line-height: 1.05; display: inline-block; padding-bottom: 0.06em; }
.e-ul .ul-mark {
  position: absolute; left: -1%; bottom: 0;
  width: 102%; height: 0.13em;
  color: var(--cyan); overflow: visible; pointer-events: none;
}
.e-ul--light .ul-mark { color: var(--cyan); }
/* ============================================================
   HERO-INTRO (nur Startseite) – orchestrierte Einlauf-Sequenz
     1) Überschrift wird Wort für Wort GESCHRIEBEN
     2) Buttons werden GEZEICHNET (Skizzen-Rahmen / Cyan-Linie)
     3) restliche Texte werden GETIPPT (Schreibmaschine + Cursor)
     4) zuletzt FLIEGT das Bild herein, danach schreibt sich die Notiz
   Timing/Reihenfolge steuert assets/js/hero-intro.js (schaltet
   .is-in / .is-drawn / .is-typing nacheinander frei).
   Versteck-/Startzustände gelten NUR mit aktivem JS (html.hero-js) –
   ohne JS ist der Hero sofort komplett sichtbar (Progressive
   Enhancement). prefers-reduced-motion wird bewusst ignoriert. */
html.hero-js .ed-hero { overflow-x: clip; } /* Bild-Einflug erzeugt keinen Scrollbalken */

/* 1) Überschrift: Wörter wischen einzeln von links nach rechts ein */
.ed-hero .ed-display .hw { display: inline-block; }
html.hero-js .ed-hero .ed-display .hw {
  clip-path: inset(-14% 102% -14% -5%);
  transition: clip-path 0.5s var(--ease);
}
html.hero-js .ed-hero .ed-display .hw.is-in { clip-path: inset(-14% -5% -14% -5%); }
/* Unterstrich zeichnet sich direkt nach der Headline */
html.hero-js .ed-hero .ed-display .ul-mark path {
  stroke-dasharray: 1; stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.7s var(--ease);
}
html.hero-js .ed-hero .ed-display .ul-mark.is-drawn path { stroke-dashoffset: 0; }

/* 2) Buttons: Primär-CTA = abgenutzter „fair"-Stempel, Sekundär-Link wird gezeichnet */
.ed-drawbtn { position: relative; }
.ed-drawbtn .btn-label { display: inline-flex; align-items: center; gap: 10px; position: relative; z-index: 1; }
html.hero-js .ed-hero .ed-drawbtn .btn-label { opacity: 0; transition: opacity 0.3s var(--ease); }
html.hero-js .ed-hero .ed-drawbtn.is-in .btn-label { opacity: 1; }

/* Primär-CTA: handgemalter Cyan-Klecks + weiße Schrift – wie das „fair" im Logo */
.btn--stamp {
  --btn-bg: transparent; --btn-fg: #fff;
  background: transparent; border-color: transparent; box-shadow: none; color: #fff;
  overflow: visible;
}
.btn--stamp .btn-label { color: #fff; text-shadow: 0 1px 2px rgba(8, 40, 60, 0.55); }
.btn--stamp .btn-paint {
  position: absolute; inset: -7px -9px;
  width: calc(100% + 18px); height: calc(100% + 14px);
  z-index: 0; pointer-events: none; transform: rotate(-1deg);
  filter: drop-shadow(0 7px 16px rgba(12, 35, 60, 0.30));
}
.btn--stamp:hover { transform: translateY(-2px); box-shadow: none; }
.btn--stamp:hover .btn-paint { filter: drop-shadow(0 11px 20px rgba(12, 35, 60, 0.36)); }
.btn--stamp:active { transform: translateY(0); }
.btn--stamp:focus-visible { outline: 3px solid var(--deep-navy); outline-offset: 4px; border-radius: 4px; }
/* Intro: der Stempel „drückt" sich ein */
html.hero-js .ed-hero .btn--stamp .btn-paint {
  opacity: 0; transform: scale(1.18) rotate(-3deg); transform-origin: 50% 62%;
  transition: opacity 0.26s var(--ease), transform 0.34s cubic-bezier(0.18, 1.35, 0.36, 1);
}
html.hero-js .ed-hero .btn--stamp.is-drawn .btn-paint { opacity: 1; transform: scale(1) rotate(-1deg); }

/* Sekundär-Link „0 € Webinar": Cyan-Linie zeichnet sich von links */
.ed-textlink.ed-drawbtn::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--cyan); transform: scaleX(0); transform-origin: left;
}
html.hero-js .ed-hero .ed-textlink.ed-drawbtn { border-bottom-color: transparent; }
html.hero-js .ed-hero .ed-textlink.ed-drawbtn::after { transition: transform 0.5s var(--ease); }
html.hero-js .ed-hero .ed-textlink.ed-drawbtn.is-drawn::after { transform: scaleX(1); }

/* 5) Marginalien (Randnotiz am CTA) + Proof-Leiste mit echten Kundinnen */
.ed-hand--ctahero {
  display: inline-flex; align-items: flex-start; gap: 2px;
  color: var(--cyan-ink); transform: rotate(-4deg); transform-origin: left top;
  margin: 2px 0 0 10px; width: fit-content;
  font-size: clamp(1.15rem, 1rem + 0.6vw, 1.45rem);
}
.ed-hand--ctahero .ed-hand__line { display: inline-block; }
.ed-hand--ctahero .arrow-mark { width: 30px; height: 30px; margin-top: -8px; color: var(--cyan); flex: none; }
html.hero-js .ed-hero .ed-hand--ctahero .ed-hand__line { clip-path: inset(-20% 102% -20% -6%); transition: clip-path 0.5s var(--ease); }
html.hero-js .ed-hero .ed-hand--ctahero.is-in .ed-hand__line { clip-path: inset(-20% -6% -20% -6%); }
html.hero-js .ed-hero .ed-hand--ctahero .arrow-mark path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 0.4s var(--ease); }
html.hero-js .ed-hero .ed-hand--ctahero.is-in .arrow-mark path { stroke-dashoffset: 0; transition-delay: 0.35s; }
html.hero-js .ed-hero .ed-hand--ctahero.is-in .arrow-mark path:nth-of-type(2) { transition-delay: 0.55s; }

.ed-proofwrap { display: flex; flex-direction: column; gap: 13px; margin-top: 6px; }
.ed-hr-hero { width: min(340px, 100%); height: 12px; color: var(--border-strong); }
.ed-hr-hero path { fill: none; stroke: currentColor; }
html.hero-js .ed-hero .ed-hr-hero path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 0.6s var(--ease); }
html.hero-js .ed-hero .ed-hr-hero.is-drawn path { stroke-dashoffset: 0; }

.ed-proof { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.ed-proof__avatars { display: inline-flex; }
.ed-proof__avatars img {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover;
  border: 2.5px solid var(--off-white); box-shadow: 0 1px 4px rgba(12, 35, 60, 0.22);
}
.ed-proof__avatars img + img { margin-left: -13px; }
.ed-proof__text {
  margin: 0; display: flex; align-items: center; gap: 6px 12px; flex-wrap: wrap;
  font-size: 0.92rem; color: var(--slate-blue);
}
.ed-proof__rate { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-head); font-weight: 800; color: var(--deep-navy); white-space: nowrap; }
.ed-proof__star { width: 1.05em; height: 1.05em; color: var(--cyan-ink); }
.ed-proof__lbl { color: var(--slate-blue); }
.ed-proof__lbl strong { color: var(--cyan-ink); font-weight: 700; }
.ed-textlink--xs { font-size: 0.8rem; padding-bottom: 2px; }
/* Intro: Proof blendet zuletzt ein (parallel zur Notiz) */
html.hero-js .ed-hero .ed-proof { opacity: 0; transform: translateY(10px); transition: opacity 0.5s var(--ease), transform 0.55s var(--ease); }
html.hero-js .ed-hero .ed-proof.is-in { opacity: 1; transform: none; }
html.hero-js .ed-hero .ed-proof__avatars img { opacity: 0; transform: scale(0.55); transition: opacity 0.3s var(--ease), transform 0.4s cubic-bezier(0.2, 1.35, 0.4, 1); }
html.hero-js .ed-hero .ed-proof.is-in .ed-proof__avatars img { opacity: 1; transform: scale(1); }
html.hero-js .ed-hero .ed-proof.is-in .ed-proof__avatars img:nth-child(2) { transition-delay: 0.07s; }
html.hero-js .ed-hero .ed-proof.is-in .ed-proof__avatars img:nth-child(3) { transition-delay: 0.14s; }
html.hero-js .ed-hero .ed-proof.is-in .ed-proof__avatars img:nth-child(4) { transition-delay: 0.21s; }
html.hero-js .ed-hero .ed-proof.is-in .ed-proof__avatars img:nth-child(5) { transition-delay: 0.28s; }

/* 3) „Getippte" Texte: Zeichen erscheinen nacheinander + blinkender Cursor */
html.hero-js .ed-hero [data-typed] { visibility: hidden; }
html.hero-js .ed-hero [data-typed].is-typing,
html.hero-js .ed-hero [data-typed].is-done { visibility: visible; }
.ed-hero .tc { visibility: hidden; }
.ed-hero .tc.on { visibility: visible; }
.ty-caret { display: inline-block; color: var(--cyan-ink); font-weight: 400; animation: tyBlink 0.75s steps(1) infinite; }
.ty-caret::before { content: "\2502"; } /* schlanker Cursor │ */
@keyframes tyBlink { 50% { opacity: 0; } }
/* Trennpunkte der Trust-Liste erst zeigen, wenn sie fertig „getippt" ist */
html.hero-js .ed-hero .ed-trust li + li::before { opacity: 0; }
.ed-hero .ed-trust.is-done li + li::before { opacity: 1; transition: opacity 0.3s var(--ease); }

/* 4) Bild fliegt herein, danach schreibt sich die Notiz */
html.hero-js .ed-hero .ed-hero__media {
  opacity: 0; transform: scale(0.62);
  transition: opacity 0.28s var(--ease), transform 0.5s cubic-bezier(0.2, 1.55, 0.4, 1);
}
html.hero-js .ed-hero .ed-hero__media.is-in { opacity: 1; transform: none; }
/* Notiz Wort für Wort (Handschrift) */
.ed-hand--hero .ed-hand__txt { display: inline; }
.ed-hand--hero .ed-hand__txt .w { display: inline-block; }
html.hero-js .ed-hero .ed-hand--hero .ed-hand__txt .w {
  clip-path: inset(-18% 102% -18% -4%); transition: clip-path 0.34s linear;
}
html.hero-js .ed-hero .ed-hand--hero .ed-hand__txt .w.is-in { clip-path: inset(-18% -4% -18% -4%); }
/* Pfeil der Notiz zeichnet sich zum Schluss */
html.hero-js .ed-hero .ed-hand--hero .arrow-mark path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 0.45s var(--ease); }
html.hero-js .ed-hero .ed-hand--hero .arrow-mark.is-drawn path { stroke-dashoffset: 0; }
html.hero-js .ed-hero .ed-hand--hero .arrow-mark.is-drawn path:nth-of-type(2) { transition-delay: 0.18s; }

.ed-em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 480;
  color: var(--cyan-ink);
}

/* ---- Sektions-Grundlage / Kapitel-Nummer ---- */
.ed-section { padding-block: var(--section-y); position: relative; }
.ed-bg-white { background: var(--pure-white); }
.ed-bg-paper { background: var(--off-white); }
.ed-bg-tint  { background: var(--surface-low); }

.ed-num {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-head);
  font-size: 0.8rem; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--slate-blue);
  margin-bottom: 22px;
}
/* (.ed-num::before entfernt – Cyan-Strich vor den Kapitel-Labels auf Wunsch raus) */
.ed-section__title { font-size: var(--fs-h2); max-width: 22ch; }
.ed-section__sub {
  font-size: var(--fs-body-lg); color: var(--slate-blue); font-weight: 500;
  max-width: 56ch; margin-top: 14px; margin-bottom: clamp(36px, 5vw, 58px);
}
.ed-center { text-align: center; margin-top: clamp(36px, 5vw, 52px); }

/* Editorialer Textlink (statt pill-Button) */
.ed-textlink {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-head); font-weight: 700;
  font-size: var(--fs-label); letter-spacing: 0.03em;
  color: var(--deep-navy);
  padding-bottom: 3px;
  border-bottom: 2px solid var(--cyan);
  width: fit-content;
  transition: gap 0.2s var(--ease), color 0.2s var(--ease);
}
.ed-textlink svg { width: 16px; height: 16px; transition: transform 0.2s var(--ease); }
.ed-textlink:hover { gap: 13px; color: var(--cyan-ink); }
.ed-textlink:hover svg { transform: translateX(3px); }
.ed-textlink--light { color: #fff; border-bottom-color: var(--cyan); }
.ed-textlink--light:hover { color: var(--cyan); }

/* ============ HERO ============ */
.ed-hero { position: relative; padding-block: clamp(16px, 2vw, 34px) clamp(28px, 3.2vw, 52px); }
.ed-hero__grid {
  display: grid;
  grid-template-columns: 1.06fr 0.78fr;
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
}
.ed-hero__col { display: flex; flex-direction: column; gap: 15px; max-width: 620px; }
.ed-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-head); font-weight: 700;
  font-size: var(--fs-label); letter-spacing: 0.04em;
  color: var(--slate-blue);
}
/* (.ed-stroke entfernt – kleiner Cyan-Strich vor den Kickern auf Wunsch raus) */
.ed-display {
  font-size: clamp(2.6rem, 1.4rem + 4.6vw, 4.6rem);
  line-height: 1.02; letter-spacing: -0.025em;
  color: var(--deep-navy);
}
.ed-lead {
  font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.35rem);
  line-height: 1.5; color: var(--slate-blue); font-weight: 600;
  max-width: 52ch;
}
.ed-hero__text { color: var(--on-surface-variant); max-width: 50ch; }
.ed-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; margin-top: 6px; }
.ed-actions--center { justify-content: center; }
.ed-trust {
  display: flex; flex-wrap: wrap; gap: 8px 14px;
  font-family: var(--font-head); font-size: 0.84rem; font-weight: 600;
  color: var(--slate-blue); margin-top: 6px;
}
.ed-trust li { display: inline-flex; align-items: center; }
.ed-trust li + li::before {
  content: "·"; margin-right: 14px; color: var(--cyan-ink); font-weight: 800;
}

.ed-hero__media { position: relative; justify-self: end; max-width: 420px; margin-top: -1.5cm; }
.ed-photo {
  position: relative;
  background: #fff;
  padding: 9px;
  border-radius: 4px;
  box-shadow: 0 24px 50px -26px rgba(12, 35, 60, 0.5), 0 2px 6px rgba(12, 35, 60, 0.06);
  border: 1px solid var(--border);
}
.ed-photo img { width: 100%; height: auto; border-radius: 2px; display: block; }
.ed-photo--tilt { transform: rotate(1.6deg); }
.ed-photo--tilt-left { transform: rotate(-1.8deg); }
.ed-hand--hero {
  position: absolute; left: -14px; bottom: 26px;
  transform: rotate(-6deg);
  max-width: 150px; text-align: center;
  background: var(--off-white);
  padding: 4px 8px;
}
.ed-hand--hero .arrow-mark { display: block; margin: 2px auto 0; transform: rotate(8deg); }

/* ============ PROBLEM ============ */
.ed-twocol {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 64px); align-items: end;
}
.ed-twocol__head { font-size: var(--fs-h2); color: var(--deep-navy); max-width: 14ch; margin: 0; }
.ed-twocol__body { display: flex; flex-direction: column; gap: 16px; }
.ed-intro { font-size: var(--fs-body-lg); color: var(--slate-blue); font-weight: 600; }
.ed-twocol__body p:not(.ed-intro) { color: var(--on-surface-variant); }

.ed-pullquote {
  position: relative;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 1.1rem + 2vw, 2.6rem);
  line-height: 1.18; font-weight: 480; letter-spacing: -0.01em;
  color: var(--deep-navy);
  max-width: 22ch;
  margin: clamp(44px, 6vw, 72px) 0 clamp(28px, 4vw, 44px) clamp(0px, 4vw, 60px);
  padding-left: 8px;
}
.ed-pullquote em { font-style: italic; color: var(--cyan-ink); }
.ed-pullquote__mark {
  position: absolute; left: -0.5em; top: -0.35em;
  font-family: var(--font-serif); font-weight: 600;
  font-size: 3.2em; line-height: 1; color: var(--cyan);
  opacity: 0.45; pointer-events: none;
}
.ed-hand--margin {
  position: absolute; right: -38%; top: 30%;
  max-width: 230px; transform: rotate(-4deg); text-align: left;
}
.ed-after { max-width: 58ch; color: var(--on-surface-variant); font-size: var(--fs-body-lg); }
.ed-after em { font-style: italic; }

.ed-contrast {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(20px, 4vw, 52px);
  margin-top: clamp(40px, 5vw, 64px);
}
.ed-contrast__item { flex: 1; max-width: 280px; text-align: center; }
.ed-contrast__ico {
  width: 66px; height: 66px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1.5px solid var(--border-strong);
  color: var(--slate-blue); position: relative;
}
.ed-contrast__ico svg { width: 30px; height: 30px; }
.ed-contrast__item h3 { font-size: 1.3rem; color: var(--deep-navy); margin-bottom: 6px; }
.ed-contrast__item p { color: var(--on-surface-variant); font-size: 0.95rem; }
.ed-contrast__item--cross { opacity: 0.72; }
.ed-contrast__item--cross .ed-contrast__ico::after {
  content: ""; position: absolute; inset: -1px;
  background: linear-gradient(to top left, transparent 46%, var(--slate-blue) 46%, var(--slate-blue) 54%, transparent 54%);
  border-radius: 50%;
}
.ed-contrast__item--keep .ed-contrast__ico { border-color: var(--cyan); color: var(--cyan-ink); border-width: 2px; }
.ed-contrast__arrow { color: var(--cyan); flex-shrink: 0; }
.ed-contrast__arrow svg { width: clamp(70px, 9vw, 130px); height: auto; }

/* ============ METHODE ============ */
.ed-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 52px);
  list-style: none; margin: 0; padding: 0;
}
.ed-step { position: relative; padding-top: 26px; border-top: 2px solid rgba(12, 35, 60, 0.14); }
.ed-steps--cyan .ed-step { border-top: 0; padding-top: 0; }
.ed-steps--cyan .ed-step::before {
  content: ""; display: block; height: 12px; margin-bottom: 16px;
  background: center / 100% 100% no-repeat
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 16' preserveAspectRatio='none'><path d='M2 9 C 70 3 140 14 210 8 S 322 4 338 10' fill='none' stroke='%2314b4e9' stroke-width='2.4' stroke-linecap='round'/></svg>");
}
.ed-step__n {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(3rem, 2rem + 3vw, 4.4rem); line-height: 0.8;
  color: var(--deep-navy); display: block; margin-bottom: 14px;
}
.ed-step__ico { color: var(--cyan-ink); display: block; margin-bottom: 12px; }
.ed-step__ico svg { width: 30px; height: 30px; }
.ed-step h3 { font-size: 1.4rem; color: var(--deep-navy); margin-bottom: 8px; }
.ed-step p { color: var(--on-surface-variant); font-size: 0.98rem; }

/* ============ ANGEBOTE ============ */
.ed-offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 3.5vw, 48px); }
.ed-offer {
  position: relative; display: flex; flex-direction: column;
  padding-top: 24px; border-top: 2px solid rgba(12, 35, 60, 0.14);
}
.ed-offer--mid { border-top-color: var(--cyan); }
.ed-offer__tag {
  font-family: var(--font-head); font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--cyan-ink);
  margin-bottom: 10px;
}
.ed-offer h3 { font-size: 1.5rem; color: var(--deep-navy); margin-bottom: 10px; }
.ed-offer__for { color: var(--slate-blue); font-weight: 600; margin-bottom: 20px; }
.ed-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.ed-list li { display: flex; gap: 11px; align-items: flex-start; color: var(--on-surface-variant); font-size: 0.97rem; }
.ed-list li svg { width: 18px; height: 18px; color: var(--cyan-ink); flex-shrink: 0; margin-top: 3px; }
.ed-offer__cta { margin-top: auto; }
.ed-hand--point {
  position: absolute; top: -64px; right: 4px;
  max-width: 150px; text-align: right; transform: rotate(3deg); line-height: 1;
}
.ed-hand--point .arrow-mark { display: block; margin-left: auto; transform: rotate(2deg); }

/* ============ ÜBER MICH ============ */
.ed-about {
  display: grid; grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(36px, 5vw, 76px); align-items: center;
}
.ed-about__media { max-width: 380px; }
.ed-about__text { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.ed-about__text h2 { font-size: var(--fs-h2); color: var(--deep-navy); }
.ed-about__text p:not(.ed-lead):not(.ed-num):not(.ed-sign) { color: var(--on-surface-variant); }
.ed-sign {
  font-family: var(--font-hand); font-weight: 700;
  font-size: clamp(2.6rem, 2rem + 2vw, 3.4rem); line-height: 0.9;
  color: var(--deep-navy); margin: 4px 0 8px;
}

/* ============ KUNDENSTIMMEN ============ */
.ed-quote { position: relative; max-width: 720px; margin: 0 auto clamp(40px, 5vw, 60px); text-align: center; }
.ed-quote__mark {
  font-family: var(--font-serif); font-weight: 600;
  font-size: 5rem; line-height: 0.5; color: var(--cyan); opacity: 0.35;
  display: block; margin-bottom: 0.05em;
}
.ed-quote blockquote {
  font-family: var(--font-serif); font-weight: 480; font-style: normal;
  font-size: clamp(1.4rem, 1rem + 1.6vw, 2.1rem); line-height: 1.32;
  letter-spacing: -0.01em; color: var(--deep-navy);
}
.ed-quote .ed-em { font-size: inherit; }
.ed-quote__by {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin-top: 22px;
}
.ed-quote__by img {
  width: 60px; height: 60px; border-radius: 50%; object-fit: cover;
  border: 3px solid #fff; box-shadow: 0 0 0 1px var(--border);
}
.ed-quote__by span { display: flex; flex-direction: column; text-align: left; font-size: 0.9rem; color: var(--slate-blue); line-height: 1.3; }
.ed-quote__by strong { font-family: var(--font-head); color: var(--deep-navy); font-size: 1rem; }
.ed-quotes { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 52px); max-width: 960px; margin: 0 auto; }
.ed-quote-sm { display: flex; flex-direction: column; gap: 14px; padding-top: 22px; border-top: 2px solid rgba(12, 35, 60, 0.12); }
.ed-quote-sm blockquote {
  font-family: var(--font-serif); font-weight: 460; font-style: italic;
  font-size: 1.2rem; line-height: 1.4; color: var(--deep-navy);
}
.ed-quote-sm .ed-quote__by { justify-content: flex-start; margin-top: auto; }
.ed-quote-sm .ed-quote__by img { width: 50px; height: 50px; }

/* ============ FINAL CTA (Navy, flach) ============ */
.ed-cta { background: var(--deep-navy); padding-block: clamp(64px, 7vw, 110px); text-align: center; }
.ed-cta__inner { display: flex; flex-direction: column; align-items: center; gap: 18px; max-width: 720px; }
.ed-kicker--light { color: rgba(255, 255, 255, 0.8); }
.ed-cta__title { color: #fff; font-size: clamp(2rem, 1.3rem + 2.6vw, 3.2rem); max-width: 18ch; }
.ed-cta__text { color: rgba(255, 255, 255, 0.8); font-size: var(--fs-body-lg); max-width: 54ch; }
.ed-hand--cta { color: var(--cyan); transform: rotate(-2deg); margin: 4px 0 8px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .ed-hero__grid { grid-template-columns: 1fr; }
  .ed-hero__media { justify-self: start; margin-top: 8px; max-width: 360px; }
  .ed-twocol, .ed-about { grid-template-columns: 1fr; }
  .ed-twocol__head, .ed-twocol { align-items: start; }
  .ed-about__media { order: -1; max-width: 320px; }
  .ed-hand--margin { position: static; transform: rotate(-3deg); display: block; margin-top: 16px; right: auto; max-width: none; }
  .ed-pullquote { max-width: none; margin-left: 0; }
}
@media (max-width: 760px) {
  .ed-steps, .ed-offers, .ed-quotes { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .ed-contrast { flex-direction: column; }
  .ed-contrast__arrow { transform: rotate(90deg); }
  .ed-hand--point { position: static; text-align: left; transform: rotate(-2deg); margin-bottom: 12px; max-width: none; }
  .ed-hand--point .arrow-mark { margin-left: 0; }
  .ed-pullquote { padding-left: 0; }
  /* Anführungszeichen über dem Zitat statt im Text */
  .ed-pullquote__mark { position: static; display: block; line-height: 0.45; margin-bottom: 26px; }
  /* größere Touch-Ziele im Footer */
  .footer-col ul { gap: 2px; }
  .footer-col a { display: inline-block; padding-block: 9px; }
  .footer-bottom nav a { display: inline-block; padding-block: 10px; }
}

/* Bewegung reduzieren */
/* (prefers-reduced-motion-Sperre auf Wunsch entfernt – Einlauf-Animationen
   und Scroll-Reveals laufen jetzt unabhängig von der Systemeinstellung.) */

/* ============================================================
   EDITORIAL – Unterseiten-Komponenten (gelten für alle .ed-page)
   ============================================================ */

/* ---- Subpage-Kopf (ersetzt .page-hero) ---- */
.ed-pagehead { padding-block: clamp(36px, 5vw, 76px) clamp(20px, 3vw, 36px); position: relative; }
.ed-bc {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-head); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.03em; color: var(--slate-blue); margin-bottom: 24px;
}
.ed-bc a { color: var(--slate-blue); border-bottom: 1px solid transparent; transition: color .2s var(--ease), border-color .2s var(--ease); }
.ed-bc a:hover { color: var(--cyan-ink); border-color: var(--cyan); }
.ed-bc svg { width: 13px; height: 13px; color: var(--cyan-ink); }
.ed-pagehead h1 {
  font-size: clamp(2.4rem, 1.5rem + 3.3vw, 4rem);
  line-height: 1.04; letter-spacing: -0.022em; color: var(--deep-navy); max-width: 18ch;
}
.ed-pagehead .ed-lead { margin-top: 18px; max-width: 60ch; }
.ed-pagehead__cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 16px 26px; align-items: center; }

/* ---- Generischer Sektions-Kopf ---- */
.ed-head { margin-bottom: clamp(34px, 5vw, 56px); }
.ed-head--center { text-align: center; max-width: 720px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; }
.ed-head--center .ed-section__sub { margin-inline: auto; }

/* ---- Angebots-Detail (editorial) ---- */
.ed-offerdetail {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 4vw, 60px); align-items: center;
}
.ed-offerdetail--rev .ed-offerdetail__media { order: 2; }
@media (max-width: 860px) {
  .ed-offerdetail { grid-template-columns: 1fr; }
  .ed-offerdetail--rev .ed-offerdetail__media { order: 0; }
}
.ed-offerdetail__media { position: relative; }
.ed-offerdetail__media .ed-photo img { aspect-ratio: 1/1; object-fit: cover; }
.ed-offerdetail__media .ed-photo--note {
  background: transparent;
  border: 0;
  box-shadow: none;
  isolation: isolate;
  padding: 0;
}
.ed-offerdetail__media .ed-photo--note::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 7%;
  bottom: 1.5%;
  z-index: 0;
  height: 19%;
  background: radial-gradient(ellipse at center, rgba(12, 35, 60, 0.22) 0%, rgba(12, 35, 60, 0.11) 42%, rgba(12, 35, 60, 0) 72%);
  filter: blur(18px);
  transform: translateY(12px) rotate(-1.5deg);
  pointer-events: none;
}
.ed-offerdetail__media .ed-photo--note img {
  position: relative;
  z-index: 1;
  aspect-ratio: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 1px 1px rgba(12, 35, 60, 0.10))
    drop-shadow(0 9px 12px rgba(12, 35, 60, 0.10))
    drop-shadow(0 26px 32px rgba(12, 35, 60, 0.08));
}
.ed-offerdetail__tag {
  font-family: var(--font-head); font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--cyan-ink); display: block; margin-bottom: 10px;
}
.ed-offerdetail h2 { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem); color: var(--deep-navy); }
.ed-offerdetail__meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 22px; }
.ed-metapill {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid var(--border); border-radius: var(--pill);
  padding: 7px 14px; font-size: 0.82rem; font-weight: 600; color: var(--slate-blue);
}
.ed-metapill svg { width: 15px; height: 15px; color: var(--cyan-ink); }
.ed-offerdetail__block { margin-bottom: 18px; }
.ed-offerdetail__block h4 {
  font-family: var(--font-head); font-size: 0.76rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--cyan-ink); margin-bottom: 8px;
}
.ed-offerdetail__block p, .ed-offerdetail__block li { color: var(--on-surface-variant); }
.ed-offerdetail__block ul { display: flex; flex-direction: column; gap: 9px; }
.ed-offerdetail__block li { display: flex; gap: 10px; }
.ed-offerdetail__block li svg { width: 18px; height: 18px; color: var(--cyan-ink); flex-shrink: 0; margin-top: 3px; }

/* ---- Werte-Liste / Kontakt-Liste (offen, redaktionell) ---- */
.ed-rows { display: grid; gap: 0; max-width: 840px; margin-inline: auto; }
.ed-row { display: flex; gap: 18px; align-items: flex-start; padding: 24px 0; border-top: 1px solid var(--border); }
.ed-rows .ed-row:last-child { border-bottom: 1px solid var(--border); }
.ed-row__ico {
  width: 50px; height: 50px; flex-shrink: 0; border-radius: 50%;
  border: 1.5px solid var(--cyan); color: var(--cyan-ink);
  display: flex; align-items: center; justify-content: center;
  transition: background-color 0.3s var(--ease), color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.ed-row:hover .ed-row__ico {
  background: var(--cyan); color: #fff;
  box-shadow: 0 0 0 5px rgba(20, 180, 233, 0.16), 0 0 22px rgba(20, 180, 233, 0.5);
}
.ed-row__ico svg { width: 24px; height: 24px; }
.ed-row h3 { font-size: 1.3rem; color: var(--deep-navy); margin-bottom: 4px; }
.ed-row p { color: var(--on-surface-variant); }
.ed-row--contact { align-items: center; }
.ed-row__label { font-family: var(--font-head); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--slate-blue); font-weight: 800; }
.ed-row__value { font-family: var(--font-head); font-weight: 700; color: var(--deep-navy); font-size: 1.05rem; word-break: break-word; }
.ed-row__value a:hover { color: var(--cyan-ink); }

/* ---- Credentials ---- */
.ed-creds { display: flex; flex-wrap: wrap; gap: 10px; }
.ed-cred {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--border-strong); border-radius: var(--pill);
  padding: 9px 16px; font-family: var(--font-head); font-weight: 600; font-size: 0.85rem; color: var(--slate-blue);
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease), color 0.3s var(--ease);
}
.ed-cred:hover { background: var(--cyan); border-color: var(--cyan); color: var(--deep-navy); }
.ed-cred svg { width: 16px; height: 16px; color: var(--cyan-ink); transition: color 0.3s var(--ease); }
.ed-cred:hover svg { color: var(--deep-navy); }

/* ---- Foto-Streifen ---- */
.ed-photostrip { display: grid; grid-template-columns: 1.25fr 1fr; gap: 18px; align-items: start; }
.ed-photostrip figure { display: flex; flex-direction: column; gap: 9px; }
.ed-photostrip figcaption { font-family: var(--font-hand); font-size: 1.2rem; color: var(--cyan-ink); }
.ed-photostrip .ed-photo { width: 100%; }
.ed-photostrip img { width: 100%; height: auto; }
@media (max-width: 620px) { .ed-photostrip { grid-template-columns: 1fr; } }

/* ---- Blog: Raster + Karten ---- */
.ed-bloggrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: clamp(30px, 4vw, 50px); }
.ed-postcard { display: flex; flex-direction: column; }
.ed-postcard__media { aspect-ratio: 16/10; overflow: hidden; border-radius: 6px; background: var(--surface); border: 1px solid var(--border); }
.ed-postcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s var(--ease); }
.ed-postcard:hover .ed-postcard__media img { transform: scale(1.04); }
.ed-postcard__cat { font-family: var(--font-head); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cyan-ink); margin: 18px 0 8px; }
.ed-postcard h2, .ed-postcard h3 { font-size: 1.45rem; color: var(--deep-navy); line-height: 1.18; margin-bottom: 10px; }
.ed-postcard p { color: var(--on-surface-variant); font-size: 0.98rem; margin-bottom: 16px; }
.ed-postcard .ed-textlink { margin-top: auto; }
.ed-postcard--lead { grid-column: 1 / -1; flex-direction: row; gap: clamp(24px, 4vw, 52px); align-items: center; }
.ed-postcard--lead .ed-postcard__media { flex: 0 0 44%; aspect-ratio: 4/5; }
.ed-postcard--lead h2 { font-size: clamp(1.8rem, 1.3rem + 1.6vw, 2.7rem); }
.ed-postcard--lead p { font-size: 1.08rem; }
@media (max-width: 760px) { .ed-postcard--lead { flex-direction: column; align-items: stretch; } .ed-postcard--lead .ed-postcard__media { flex: none; } }

/* ---- Artikel + Prosa (Blog-Detail, Recht) ---- */
.ed-article { max-width: 760px; margin-inline: auto; }
.ed-article__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; font-family: var(--font-head); font-size: 0.82rem; color: var(--slate-blue); margin-bottom: 18px; }
.ed-article__meta .ed-postcard__cat { margin: 0; }
.ed-article__cover { margin: 8px 0 36px; background: #fff; padding: 9px; border: 1px solid var(--border); border-radius: 6px; box-shadow: 0 26px 54px -30px rgba(12,35,60,0.45); transform: rotate(-0.6deg); }
.ed-article__cover img { width: 100%; display: block; border-radius: 3px; }
.ed-prose { max-width: 68ch; margin-inline: auto; }
.ed-prose > * + * { margin-top: 1.3em; }
.ed-prose p, .ed-prose li { color: var(--on-surface-variant); font-size: 1.08rem; line-height: 1.75; }
.ed-prose h2 { font-size: clamp(1.5rem, 1.2rem + 1.1vw, 2rem); color: var(--deep-navy); margin-top: 1.7em; line-height: 1.16; }
.ed-prose h3 { font-size: 1.35rem; color: var(--deep-navy); margin-top: 1.4em; }
.ed-prose a { color: var(--cyan-ink); border-bottom: 1px solid var(--cyan); }
.ed-prose a:hover { color: var(--deep-navy); }
.ed-prose strong { color: var(--slate-blue); }
.ed-prose ul, .ed-prose ol { display: flex; flex-direction: column; gap: 10px; padding-left: 0; list-style: none; }
.ed-prose ul li { display: flex; gap: 12px; }
.ed-prose ul li::before { content: ""; width: 8px; height: 8px; margin-top: 0.62em; border-radius: 50%; background: var(--cyan); flex-shrink: 0; }
.ed-prose ol { counter-reset: ol; }
.ed-prose ol li { display: flex; gap: 12px; counter-increment: ol; }
.ed-prose ol li::before { content: counter(ol); font-family: var(--font-serif); font-weight: 600; color: var(--cyan-ink); line-height: 1.2; flex-shrink: 0; }
.ed-prose blockquote {
  border-left: 3px solid var(--cyan); padding: 4px 0 4px 22px; margin-left: 0;
  font-family: var(--font-serif); font-style: italic; font-size: 1.3rem; line-height: 1.42; color: var(--deep-navy);
}
.ed-prose img { border-radius: 6px; }

/* ---- Kontakt-Raster + Formular ---- */
.ed-contactgrid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 880px) { .ed-contactgrid { grid-template-columns: 1fr; } }
.ed-form { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: clamp(24px, 3vw, 40px); box-shadow: var(--shadow-card); }
.ed-field { margin-bottom: 18px; }
.ed-field label { display: block; font-family: var(--font-head); font-weight: 700; font-size: 0.85rem; color: var(--deep-navy); margin-bottom: 7px; }
.ed-field .req { color: var(--cyan-ink); }
.ed-field input, .ed-field textarea, .ed-field select {
  width: 100%; padding: 13px 14px; background: var(--off-white);
  border: 1px solid var(--border-strong); border-radius: 5px;
  font-family: var(--font-body); font-size: 1rem; color: var(--on-surface);
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}
.ed-field input::placeholder, .ed-field textarea::placeholder { color: #9aa3ad; }
.ed-field input:focus, .ed-field textarea:focus, .ed-field select:focus {
  outline: none; border-color: var(--cyan); background: #fff; box-shadow: 0 0 0 3px rgba(20, 180, 233, 0.15);
}
.ed-field textarea { resize: vertical; min-height: 130px; }
.ed-consent { display: flex; gap: 12px; align-items: flex-start; font-size: 0.85rem; color: var(--on-surface-variant); margin-bottom: 20px; }
.ed-consent input { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; accent-color: var(--cyan-ink); }
.ed-formnote { font-size: 0.82rem; color: var(--slate-blue); margin-top: 14px; display: flex; gap: 8px; align-items: flex-start; }
.ed-formnote svg { width: 16px; height: 16px; color: var(--cyan-ink); flex-shrink: 0; margin-top: 2px; }
.ed-formstatus { margin-top: 16px; padding: 14px 16px; border-radius: 6px; background: var(--cyan-soft); color: var(--cyan-ink); font-size: 0.92rem; }

/* ---- 404 ---- */
.ed-404 { text-align: center; padding-block: clamp(60px, 9vw, 140px); display: flex; flex-direction: column; align-items: center; gap: 18px; }
.ed-404__big { font-family: var(--font-serif); font-weight: 500; font-size: clamp(5rem, 3rem + 12vw, 11rem); line-height: 0.85; color: var(--deep-navy); }
.ed-404__big .ed-em { font-size: inherit; }

/* ---- Hinweis-Box (Artikel „zieht um“) ---- */
.ed-movenote {
  background: var(--surface-low); border: 1px solid var(--border); border-left: 3px solid var(--cyan);
  border-radius: 8px; padding: 24px 26px; display: flex; flex-direction: column; gap: 9px;
}
.ed-movenote__title { font-family: var(--font-head); font-weight: 700; color: var(--deep-navy); }
.ed-movenote .ed-textlink { margin-top: 6px; }

/* ============================================================
   SUBPAGE-HERO (.ed-shero) – bildstarke Unterseiten-Köpfe.
   Gleiche redaktionelle Sprache wie der Startseiten-Hero:
   Serifen-Headline + Cyan-Unterstrich, Handnotiz, gerahmte/
   gekippte Bilder, Papierkorn. Jede Seite bekommt ein eigenes,
   zum Inhalt passendes Bildmotiv. Einlauf über .hero-in (CSS,
   kein JS nötig – funktioniert auch ohne hero-intro.js).
   ============================================================ */
.ed-shero { position: relative; padding-block: clamp(20px, 2.6vw, 40px) clamp(36px, 4.2vw, 64px); }
.ed-shero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.84fr;
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}
.ed-shero__col { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; max-width: 600px; }
.ed-shero__col .ed-bc { margin-bottom: 4px; }
.ed-shero h1 {
  font-size: clamp(2.3rem, 1.4rem + 3.2vw, 3.9rem);
  line-height: 1.03; letter-spacing: -0.022em; color: var(--deep-navy); max-width: 15ch;
}
.ed-shero .ed-lead { max-width: 54ch; }
.ed-shero .ed-actions { margin-top: 8px; }

/* Bildspalte + sanfter Cyan-Schein (Atmosphäre, keine neue Farbe) */
.ed-shero__media { position: relative; justify-self: end; width: 100%; max-width: 430px; }
.ed-shero__media::before {
  content: ""; position: absolute; z-index: 0;
  inset: -12% -14% -14% -10%;
  background: radial-gradient(58% 56% at 62% 40%, rgba(20, 180, 233, 0.18), transparent 72%);
  pointer-events: none;
}
.ed-paths, .ed-proofhero, .ed-magstack, .ed-collage { position: relative; z-index: 1; }

/* ---- angebote: „Drei Wege" als gekippte, klickbare Karten ---- */
.ed-paths { display: flex; flex-direction: column; gap: 16px; max-width: 410px; margin-left: auto; }
.ed-pathcard {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 15px;
  background: #fff; border: 1px solid var(--border); border-left: 4px solid var(--cyan);
  border-radius: 9px; padding: 16px 18px; color: var(--deep-navy);
  box-shadow: var(--shadow-ambient);
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease);
}
.ed-pathcard:nth-child(1) { transform: rotate(-1.6deg); }
.ed-pathcard:nth-child(2) { transform: rotate(1.1deg); z-index: 2; }
.ed-pathcard:nth-child(3) { transform: rotate(-0.7deg); }
.ed-pathcard:hover, .ed-pathcard:focus-visible {
  transform: rotate(0) translateY(-4px); box-shadow: var(--shadow-hover); outline: none;
}
.ed-pathcard--mid { border-left-color: var(--cyan-ink); box-shadow: 0 24px 52px -22px rgba(12, 35, 60, 0.42); }
.ed-pathcard__n {
  font-family: var(--font-serif); font-weight: 500; font-size: 1.85rem; line-height: 1;
  color: var(--cyan-ink); flex-shrink: 0; min-width: 1.3em; text-align: center;
}
.ed-pathcard__body { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.ed-pathcard__tag {
  font-family: var(--font-head); font-size: 0.66rem; font-weight: 800;
  letter-spacing: 0.11em; text-transform: uppercase; color: var(--cyan-ink);
}
.ed-pathcard strong { font-family: var(--font-serif); font-weight: 600; font-size: 1.12rem; line-height: 1.16; color: var(--deep-navy); }
.ed-pathcard__arr { width: 18px; height: 18px; color: var(--slate-blue); flex-shrink: 0; transition: transform 0.25s var(--ease), color 0.25s var(--ease); }
.ed-pathcard:hover .ed-pathcard__arr, .ed-pathcard:focus-visible .ed-pathcard__arr { transform: translateX(4px); color: var(--cyan-ink); }
.ed-paths .ed-hand--paths {
  align-self: flex-end; display: inline-flex; align-items: flex-start; gap: 4px;
  margin: 2px 6px 0 0; transform: rotate(-3deg); color: var(--cyan-ink);
}
.ed-paths .ed-hand--paths .arrow-mark { width: 30px; height: 30px; margin-top: -6px; transform: rotate(150deg); }

/* ---- kundenerfolge: gefeierte Kundin + Bewertung + Gesichter ---- */
.ed-proofhero { display: flex; flex-direction: column; align-items: center; gap: 22px; max-width: 360px; margin-inline: auto; text-align: center; }
.ed-proofhero__photo { position: relative; width: clamp(196px, 23vw, 244px); aspect-ratio: 1; }
.ed-proofhero__photo > img {
  width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
  border: 6px solid #fff; box-shadow: 0 26px 52px -24px rgba(12, 35, 60, 0.55), 0 0 0 1px var(--border);
}
.ed-proofhero__photo::after {
  content: ""; position: absolute; inset: -13px; border-radius: 50%;
  border: 1.5px dashed var(--cyan); opacity: 0.55; pointer-events: none;
}
.ed-proofhero__cap { font-family: var(--font-hand); font-size: 1.25rem; color: var(--cyan-ink); transform: rotate(-2deg); }
.ed-ratingchip {
  position: absolute; right: -16px; bottom: 2px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  background: var(--deep-navy); color: #fff; border-radius: 16px; padding: 9px 14px;
  box-shadow: var(--shadow-hover); transform: rotate(3deg);
}
.ed-ratingchip__num { font-family: var(--font-serif); font-weight: 600; font-size: 1.45rem; line-height: 1; }
.ed-ratingchip__stars { display: inline-flex; gap: 1px; color: var(--cyan); }
.ed-ratingchip__stars svg { width: 12px; height: 12px; }
.ed-proofhero__faces { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.ed-facecluster { display: inline-flex; }
.ed-facecluster img {
  width: 48px; height: 48px; border-radius: 50%; object-fit: cover;
  border: 2.5px solid var(--off-white); box-shadow: 0 1px 4px rgba(12, 35, 60, 0.22);
}
.ed-facecluster img + img { margin-left: -14px; }
.ed-proofhero__lbl { font-size: 0.92rem; color: var(--slate-blue); max-width: 32ch; line-height: 1.45; }
.ed-proofhero__lbl strong { color: var(--cyan-ink); font-weight: 700; }

/* ---- blog: eine gerahmte Magazin-Ausgabe, dahinter angedeutete „Blätter" ---- */
.ed-magstack { position: relative; z-index: 1; width: 100%; max-width: 318px; margin: 6px auto 0; }
.ed-magstack__cover {
  position: relative; z-index: 2; transform: rotate(-1.8deg);
  transition: transform 0.4s var(--ease);
}
.ed-magstack__cover img { aspect-ratio: 780 / 975; object-fit: cover; width: 100%; }
.ed-magstack__cover::before,
.ed-magstack__cover::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: #fff; border: 1px solid var(--border); border-radius: 4px;
  box-shadow: 0 16px 38px -22px rgba(12, 35, 60, 0.4);
}
.ed-magstack__cover::before { transform: rotate(4deg) translate(13px, -7px); }
.ed-magstack__cover::after  { transform: rotate(-6.5deg) translate(-13px, 5px); }
.ed-magstack:hover .ed-magstack__cover { transform: rotate(-1.8deg) translateY(-5px); }
.ed-magstack .ed-hand--mag {
  position: absolute; right: -14px; bottom: -22px; z-index: 3;
  display: inline-flex; align-items: flex-start; gap: 3px; transform: rotate(-4deg); color: var(--cyan-ink);
}
.ed-magstack .ed-hand--mag .arrow-mark { width: 30px; height: 30px; margin-top: -2px; transform: rotate(-12deg); }

/* ---- kontakt: persönliche Foto-Collage ---- */
.ed-shero__media--collage { max-width: 350px; }
.ed-collage { position: relative; z-index: 1; }
.ed-collage > img { width: 100%; height: auto; filter: drop-shadow(0 26px 38px rgba(12, 35, 60, 0.26)); }
.ed-collage .ed-hand--collage {
  position: absolute; left: -10px; bottom: 8%; z-index: 2;
  display: inline-flex; align-items: flex-end; gap: 4px; transform: rotate(-5deg);
  background: var(--off-white); padding: 3px 8px; color: var(--cyan-ink);
}
.ed-collage .ed-hand--collage .arrow-mark { width: 30px; height: 30px; transform: rotate(40deg); }

/* ---- Hero-Einlauf (ohne JS): leichte, gestaffelte Bewegung ---- */
.ed-shero .hero-in { will-change: opacity, transform; }

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .ed-shero__grid { grid-template-columns: 1fr; gap: clamp(30px, 6vw, 44px); }
  .ed-shero__col { max-width: 640px; }
  .ed-shero__media { justify-self: center; max-width: 400px; }
  .ed-paths { margin-inline: auto; }
}
@media (max-width: 560px) {
  .ed-shero__media, .ed-shero__media--collage { max-width: 340px; }
  .ed-magstack { max-width: 270px; }
  .ed-ratingchip { right: -6px; }
}

/* ---- über-mich: handgeschriebene Notiz am Intro-Foto (gleiche
   Geste wie der Startseiten-Hero, damit alle Bild-Köpfe zusammenpassen) ---- */
.ed-about__media { position: relative; }
.ed-hand--about {
  position: absolute; left: -12px; bottom: 26px; z-index: 2;
  max-width: 168px; text-align: center; transform: rotate(-5deg); line-height: 1.05;
  background: var(--pure-white); padding: 5px 11px;
  box-shadow: 0 8px 20px -12px rgba(12, 35, 60, 0.45);
}
@media (max-width: 900px) {
  .ed-hand--about { left: auto; right: -8px; bottom: 16px; }
}

/* ============================================================
   CTA-BUTTONS – „abgenutzter" Stempel-Look wie der Startseiten-Hero.
   Primär- & Akzent-CTAs bekommen site-weit einen handgemalten, leicht
   rauen Cyan-Klecks (feTurbulence) statt glatter Pille. Umsetzung als
   ::before-Hintergrund -> kein Eingriff ins Markup der einzelnen Buttons.
   ============================================================ */
.btn--primary,
.btn--accent {
  position: relative; z-index: 0;
  background: transparent; border-color: transparent; box-shadow: none;
  color: #fff; --btn-fg: #fff;
  text-shadow: 0 1px 2px rgba(8, 40, 60, 0.5);
}
.btn--primary::before,
.btn--accent::before {
  content: ""; position: absolute; inset: -6px -9px; z-index: -1;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 84' preserveAspectRatio='none'><defs><linearGradient id='g' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%2322bef1'/><stop offset='1' stop-color='%230c95cb'/></linearGradient><filter id='r' x='-6%25' y='-18%25' width='112%25' height='136%25'><feTurbulence type='fractalNoise' baseFrequency='0.016 0.07' numOctaves='2' seed='6' result='n'/><feDisplacementMap in='SourceGraphic' in2='n' scale='11' xChannelSelector='R' yChannelSelector='G'/></filter></defs><rect x='11' y='13' width='298' height='58' rx='8' fill='url(%23g)' filter='url(%23r)'/></svg>") center / 100% 100% no-repeat;
  transform: rotate(-1deg);
  filter: drop-shadow(0 7px 15px rgba(12, 35, 60, 0.28));
  pointer-events: none;
}
.btn--primary:hover,
.btn--accent:hover { background: transparent; border-color: transparent; box-shadow: none; transform: translateY(-2px); }
.btn--primary:hover::before,
.btn--accent:hover::before { filter: drop-shadow(0 11px 20px rgba(12, 35, 60, 0.34)); }
.btn--primary:active,
.btn--accent:active { transform: translateY(0); }
.btn--primary:focus-visible { outline: 3px solid var(--deep-navy); outline-offset: 4px; border-radius: 4px; }
.btn--accent:focus-visible { outline: 3px solid #fff; outline-offset: 4px; border-radius: 4px; }

/* ============================================================
   REDAKTIONELLE TEXT-AUSZEICHNUNG – Fließtext soll „gestaltet"
   wirken, nicht wie ein Word-Dokument. Bewusst sparsam einsetzen.
   ============================================================ */
/* Textmarker: wie mit dem Stift gezogen – weiche Enden, leicht schiefe Kanten */
.ed-mark {
  background: linear-gradient(100deg,
    rgba(20, 180, 233, 0) 0.5%,
    rgba(20, 180, 233, 0.34) 3%,
    rgba(20, 180, 233, 0.42) 50%,
    rgba(20, 180, 233, 0.34) 97%,
    rgba(20, 180, 233, 0) 99.5%);
  border-radius: 0.6em 0.3em 0.55em 0.28em / 0.5em 0.62em 0.4em 0.58em;
  padding: 0.06em 0.18em; margin: 0 -0.08em;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}

/* Initial / Drop-Cap – redaktioneller Auftakt für längere Textblöcke (Serife) */
.ed-dropcap::first-letter {
  font-family: var(--font-serif); font-weight: 600;
  font-size: 3.5em; line-height: 0.7;
  float: left; margin: 0.04em 0.12em 0 0;
  color: var(--cyan-ink);
}

/* Vorspann-Auftakt: erste paar Worte als Kapitälchen, edler Einstieg */
.ed-firstwords {
  font-family: var(--font-head); font-weight: 800;
  letter-spacing: 0.04em; text-transform: uppercase;
  font-size: 0.84em; color: var(--deep-navy);
}

/* ============================================================
   CHARACTER-FEINSCHLIFF – handgemachte, redaktionelle Details für
   die Unterseiten (gleiche Sprache wie die Startseite): Tinten-Trenner,
   Zahlen-Band, Autorenzeile, persönliche Notiz-Box, Themen-Chips,
   Bildnotizen. Bewusst sparsam platziert, damit es nicht „voll" wirkt.
   ============================================================ */

/* Tinten-Trenner: handgezogene Wellenlinie statt leerer Lücke */
.ed-rule {
  height: 15px; width: min(440px, 76%); margin: clamp(40px, 6vw, 76px) auto;
  background: center / 100% 100% no-repeat
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 16' preserveAspectRatio='none'><path d='M2 9 C 70 3 140 14 210 8 S 322 4 338 10' fill='none' stroke='%2314b4e9' stroke-width='2.4' stroke-linecap='round'/></svg>");
  opacity: 0.7;
}
.ed-rule--tight { margin: clamp(24px, 4vw, 44px) auto; }

/* Zahlen-/Fakten-Band: große Serifen-Zahlen + kleine Labels */
.ed-facts {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(22px, 4vw, 56px); text-align: center;
}
.ed-facts__item { position: relative; display: flex; flex-direction: column; gap: 4px; max-width: 220px; }
.ed-facts__n {
  font-family: var(--font-serif); font-weight: 500; line-height: 0.9;
  font-size: clamp(2.4rem, 1.8rem + 2vw, 3.4rem); color: var(--deep-navy);
}
.ed-facts__n small { font-size: 0.5em; color: var(--cyan-ink); }
.ed-facts__lbl { font-size: 0.9rem; color: var(--slate-blue); font-weight: 600; }
.ed-facts__item + .ed-facts__item::before {
  content: ""; position: absolute; left: calc(-1 * clamp(11px, 2vw, 28px));
  top: 12%; height: 76%; width: 1px; background: var(--border-strong);
}
@media (max-width: 600px) {
  .ed-facts { gap: 24px 36px; }
  .ed-facts__item + .ed-facts__item::before { display: none; }
}

/* Autorenzeile (Blog / Artikel) */
.ed-byline { display: inline-flex; align-items: center; gap: 13px; }
.ed-byline img {
  width: 46px; height: 46px; border-radius: 50%; object-fit: cover;
  border: 2px solid #fff; box-shadow: 0 0 0 1px var(--border);
}
.ed-byline__txt { display: flex; flex-direction: column; line-height: 1.25; font-size: 0.9rem; color: var(--slate-blue); }
.ed-byline__txt strong { font-family: var(--font-head); color: var(--deep-navy); font-size: 0.98rem; }

/* Persönliche Notiz-Box („aside") mit Cyan-Kante + Handschrift-Label */
.ed-aside {
  position: relative; background: var(--surface-low);
  border: 1px solid var(--border); border-left: 3px solid var(--cyan);
  border-radius: 12px; padding: clamp(22px, 3vw, 32px);
}
.ed-aside__label {
  font-family: var(--font-hand); font-size: 1.4rem; color: var(--cyan-ink);
  display: block; margin-bottom: 10px; transform: rotate(-1.5deg); transform-origin: left;
}
.ed-aside ol { display: flex; flex-direction: column; gap: 16px; counter-reset: aside; list-style: none; padding: 0; margin: 0; }
.ed-aside ol li { position: relative; padding-left: 46px; min-height: 30px; color: var(--on-surface-variant); counter-increment: aside; }
.ed-aside ol li::before {
  content: counter(aside); position: absolute; left: 0; top: 0;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--cyan-soft); color: var(--cyan-ink);
  font-family: var(--font-head); font-weight: 800; font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
}
.ed-aside li strong { color: var(--deep-navy); }

/* Themen-Chips (Artikel) */
.ed-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ed-tag {
  font-family: var(--font-head); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em;
  color: var(--slate-blue); background: var(--surface-low);
  border: 1px solid var(--border); border-radius: var(--pill); padding: 5px 13px;
}
.ed-tag::before { content: "#"; color: var(--cyan-ink); }

/* Kleine Bildnotiz (Caveat) für gerahmte Medien */
.ed-medianote {
  display: inline-block; font-family: var(--font-hand); font-weight: 600;
  font-size: 1.2rem; line-height: 1.05; color: var(--cyan-ink); transform: rotate(-2deg);
}
