@charset "UTF-8";
/* ==========================================================================
   REALIZEVIZION — Landingpage für den kostenlosen 7-Tage-Plan
   Glaube. Disziplin. Gesundheit.

   Gliederung
   01  Design-Tokens
   02  Reset & Grundlagen
   03  Typografie
   04  Layout-Helfer
   05  Buttons
   06  Header & Navigation
   07  Visuals (CSS/SVG statt Fotos)
   08  Hero
   09  Reiter (Accordion) & E-Book-Mini
   10  Formulare
   11  Karten, Merge-Grafik, Tags
   12  Die 7 Tage
   13  E-Book-Showcase & 3D-Mockup
   14  Für wen · Kreislauf
   15  Abschluss-Bereich
   16  Footer & Zurück-nach-oben
   17  Scroll-Animationen
   18  Responsive
   19  Rechtliche Seiten
   ========================================================================== */


/* ==========================================================================
   01 · DESIGN-TOKENS
   ========================================================================== */
:root {
  --green-950: #101C16;
  --green-900: #16261E;
  --green-800: #1D3329;
  --green-700: #274538;
  --green-600: #33604B;
  --green-500: #3F7359;
  --green-400: #56896F;
  --green-300: #8FB0A0;
  --green-200: #C3D6CB;
  --green-100: #E2ECE6;
  --green-050: #F1F6F3;

  --sand-500: #B79E78;
  --sand-400: #C8B79A;
  --sand-300: #DFD2BC;
  --sand-200: #EBE2D3;
  --sand-100: #F5F0E7;
  --sand-050: #FAF7F1;

  --white: #FFFFFF;
  --ink: #16261E;
  --ink-soft: #4A5C52;
  --ink-muted: #6E7F75;
  --line: rgba(22, 38, 30, .10);
  --line-soft: rgba(22, 38, 30, .06);

  --font-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Fluide Größen – die Seite lebt von großen Überschriften */
  --fs-hero: clamp(3rem, 1.6rem + 6vw, 7rem);
  --fs-h2:   clamp(2.1rem, 1.4rem + 2.8vw, 3.8rem);
  --fs-h3:   clamp(1.1rem, 1rem + .35vw, 1.3rem);
  --fs-lead: clamp(1.08rem, 1rem + .4vw, 1.3rem);
  --fs-body: clamp(1rem, .97rem + .13vw, 1.06rem);
  --fs-sm:   .875rem;
  --fs-xs:   .78rem;

  /* Großzügige Abstände – die Seite soll luftig wirken */
  --space-section: clamp(5rem, 3rem + 8vw, 11rem);
  --shell-max: 1220px;
  --shell-pad: clamp(1.25rem, .6rem + 2.6vw, 2.75rem);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(22, 38, 30, .05), 0 1px 2px rgba(22, 38, 30, .04);
  --shadow-md: 0 10px 30px -12px rgba(22, 38, 30, .16), 0 2px 8px rgba(22, 38, 30, .05);
  --shadow-lg: 0 30px 70px -30px rgba(22, 38, 30, .32), 0 8px 24px -12px rgba(22, 38, 30, .12);
  --shadow-xl: 0 50px 90px -40px rgba(22, 38, 30, .45), 0 12px 32px -16px rgba(22, 38, 30, .2);

  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  --header-h: 76px;

  /* Achtzackiger Stern (khatam), kachelbar */
  --pattern-star:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3Crect x='22' y='22' width='36' height='36'/%3E%3Crect x='22' y='22' width='36' height='36' transform='rotate(45 40 40)'/%3E%3Crect x='-18' y='-18' width='36' height='36'/%3E%3Crect x='-18' y='-18' width='36' height='36' transform='rotate(45 0 0)'/%3E%3Crect x='62' y='-18' width='36' height='36'/%3E%3Crect x='62' y='-18' width='36' height='36' transform='rotate(45 80 0)'/%3E%3Crect x='-18' y='62' width='36' height='36'/%3E%3Crect x='-18' y='62' width='36' height='36' transform='rotate(45 0 80)'/%3E%3Crect x='62' y='62' width='36' height='36'/%3E%3Crect x='62' y='62' width='36' height='36' transform='rotate(45 80 80)'/%3E%3C/g%3E%3C/svg%3E");

  --pattern-arcs:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3Cpath d='M0 120a60 60 0 0 1 120 0'/%3E%3Cpath d='M15 120a45 45 0 0 1 90 0'/%3E%3Cpath d='M30 120a30 30 0 0 1 60 0'/%3E%3Cpath d='M45 120a15 15 0 0 1 30 0'/%3E%3C/g%3E%3C/svg%3E");

  --grain:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}


/* ==========================================================================
   02 · RESET & GRUNDLAGEN
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img, svg, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }

:focus-visible {
  outline: 2px solid var(--green-500);
  outline-offset: 3px;
  border-radius: 4px;
}
:focus:not(:focus-visible) { outline: none; }

::selection { background: var(--green-200); color: var(--green-900); }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.skip-link {
  position: absolute; left: 50%; top: -100px; z-index: 200;
  transform: translateX(-50%);
  background: var(--green-800); color: var(--white);
  padding: .8rem 1.4rem; border-radius: 0 0 var(--r-md) var(--r-md);
  text-decoration: none; font-size: var(--fs-sm); font-weight: 500;
  transition: top .25s var(--ease);
}
.skip-link:focus { top: 0; }


/* ==========================================================================
   03 · TYPOGRAFIE
   ========================================================================== */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--green-900);
  margin: 0 0 .5em;
  text-wrap: balance;
}
h2 { font-size: var(--fs-h2); }
h2 em { font-style: italic; color: var(--green-500); }
h3 { font-size: var(--fs-h3); font-weight: 500; line-height: 1.3; letter-spacing: -.005em; }

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 600; }
em { font-style: italic; }

.eyebrow {
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green-500);
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: currentColor;
  opacity: .55;
  flex: none;
}
.eyebrow--light { color: var(--sand-400); }

.section-head { max-width: 60ch; margin-bottom: clamp(2.75rem, 2rem + 3vw, 5rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .eyebrow::before { display: none; }
.section-head__lead {
  font-size: var(--fs-lead);
  color: var(--ink-soft);
  line-height: 1.66;
  margin-bottom: 0;
}
.section--deep .section-head__lead { color: rgba(255, 255, 255, .72); }

.note {
  margin-top: clamp(2rem, 1.5rem + 1.5vw, 3rem);
  padding: 1.15rem 1.4rem;
  border-left: 3px solid var(--green-300);
  background: rgba(255, 255, 255, .55);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 88ch;
}
.note--center {
  margin-inline: auto;
  text-align: center;
  border-left: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: none;
  padding: 1.5rem 0 0;
  max-width: 70ch;
}


/* ==========================================================================
   04 · LAYOUT-HELFER
   ========================================================================== */
.shell {
  width: 100%;
  max-width: var(--shell-max);
  margin-inline: auto;
  padding-inline: var(--shell-pad);
}

.section { padding-block: var(--space-section); position: relative; }
.section--sand { background: var(--sand-050); }

.section--deep {
  background: var(--green-800);
  color: rgba(255, 255, 255, .82);
  position: relative;
  overflow: hidden;
}
.section--deep::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--pattern-star);
  background-size: 80px 80px;
  opacity: .05;
  pointer-events: none;
}
.section--deep::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(90% 60% at 50% -10%, rgba(143, 176, 160, .18), transparent 70%),
    radial-gradient(60% 50% at 100% 100%, rgba(200, 183, 154, .12), transparent 70%);
  pointer-events: none;
}
.section--deep > .shell { position: relative; z-index: 1; }
.section--deep h2, .section--deep h3 { color: var(--white); }
.section--deep h2 em { color: var(--sand-300); }


/* ==========================================================================
   05 · BUTTONS
   ========================================================================== */
.btn {
  --btn-bg: var(--green-700);
  --btn-fg: var(--white);
  --btn-bd: transparent;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .85rem 1.6rem;
  border: 1px solid var(--btn-bd);
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: var(--fs-sm);
  font-weight: 550;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition:
    transform .35s var(--ease-out),
    box-shadow .35s var(--ease-out),
    background-color .28s var(--ease),
    border-color .28s var(--ease),
    color .28s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { --btn-bg: var(--green-700); box-shadow: 0 6px 18px -8px rgba(22, 38, 30, .45); }
.btn--primary:hover { --btn-bg: var(--green-600); box-shadow: 0 14px 30px -12px rgba(22, 38, 30, .5); }

.btn--sand { --btn-bg: var(--sand-300); --btn-fg: var(--green-900); }
.btn--sand:hover { --btn-bg: var(--sand-200); }

.btn--ghost-light {
  --btn-bg: rgba(255, 255, 255, .08);
  --btn-fg: var(--white);
  --btn-bd: rgba(255, 255, 255, .38);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn--ghost-light:hover { --btn-bg: rgba(255, 255, 255, .18); --btn-bd: rgba(255, 255, 255, .6); }

.btn--sm { padding: .6rem 1.2rem; font-size: var(--fs-xs); }
.btn--lg { padding: 1.05rem 2rem; font-size: 1rem; }
.btn--block { width: 100%; }

.btn__spinner {
  width: 16px; height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
}
.btn.is-loading { pointer-events: none; opacity: .8; }
.btn.is-loading .btn__spinner { display: block; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }


/* ==========================================================================
   06 · HEADER & NAVIGATION
   ========================================================================== */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background-color .4s var(--ease), box-shadow .4s var(--ease);
}
.site-header.is-stuck {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 1px 0 var(--line-soft), 0 8px 30px -22px rgba(22, 38, 30, .5);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}

.site-header__progress {
  position: absolute;
  left: 0; bottom: 0;
  height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--green-500), var(--sand-400));
  transition: width .12s linear;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: var(--white);
  transition: color .4s var(--ease);
  flex: none;
}
.is-stuck .brand { color: var(--green-800); }
.brand__mark { color: var(--sand-400); display: flex; transition: color .4s var(--ease); }
.is-stuck .brand__mark { color: var(--green-500); }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.12rem;      /* "Realizevizion" ist lang – bewusst kompakter */
  letter-spacing: .03em;
  font-weight: 500;
  white-space: nowrap;
}
.brand__claim {
  font-size: .58rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .66;
  font-weight: 500;
  white-space: nowrap;
}

.nav { display: flex; align-items: center; gap: 1.75rem; }
.nav__list {
  display: flex; align-items: center; gap: 1.6rem;
  list-style: none; margin: 0; padding: 0;
}
.nav__link {
  position: relative;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .84);
  padding-block: .35rem;
  transition: color .3s var(--ease);
  white-space: nowrap;
}
.is-stuck .nav__link { color: var(--ink-soft); }
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .38s var(--ease-out);
}
.nav__link:hover::after,
.nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__link:hover, .nav__link.is-active { color: var(--white); }
.is-stuck .nav__link:hover,
.is-stuck .nav__link.is-active { color: var(--green-700); }

.nav__cta { flex: none; }
.site-header:not(.is-stuck) .nav__cta {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: none;
}
.site-header:not(.is-stuck) .nav__cta:hover { background: rgba(255, 255, 255, .24); }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background-color .3s var(--ease), border-color .3s var(--ease);
}
.is-stuck .nav-toggle { border-color: var(--line); background: var(--white); }
.nav-toggle__bars { display: grid; gap: 4px; width: 18px; }
.nav-toggle__bars i {
  display: block; height: 1.5px; width: 100%;
  background: var(--white); border-radius: 2px;
  transition: transform .35s var(--ease-out), opacity .2s linear, background-color .3s var(--ease);
}
.is-stuck .nav-toggle__bars i { background: var(--green-800); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }


/* ==========================================================================
   07 · VISUALS
   --------------------------------------------------------------------------
   Standard sind hochwertige CSS/SVG-Kompositionen. Sobald in
   assets/js/main.js unter IMAGES ein Pfad steht, ersetzt das Foto sie.
   ========================================================================== */
.visual {
  position: relative;
  overflow: hidden;
  background-color: var(--green-700);
  isolation: isolate;
}
.visual::after {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--grain);
  opacity: .18;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 3;
}
.visual::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 2;
  pointer-events: none;
}
.visual > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}
.visual.has-photo::before { opacity: .12; }
.visual.has-photo::after { opacity: .07; }

.visual--hero {
  background:
    radial-gradient(120% 90% at 78% 12%, #4E7C63 0%, transparent 58%),
    radial-gradient(100% 80% at 10% 92%, #22402F 0%, transparent 62%),
    radial-gradient(80% 60% at 92% 88%, rgba(200, 183, 154, .34) 0%, transparent 60%),
    linear-gradient(168deg, #2C5240 0%, #1B3227 46%, #142519 100%);
}
.visual--hero::before {
  background-image: var(--pattern-star), var(--pattern-arcs);
  background-size: 96px 96px, 340px 340px;
  background-position: 0 0, right -60px bottom -40px;
  background-repeat: repeat, no-repeat;
  opacity: .085;
}


/* ==========================================================================
   08 · HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: min(100svh, 960px);
  display: flex;
  align-items: center;
  padding-block: calc(var(--header-h) + 4.5rem) clamp(4rem, 2rem + 6vw, 7rem);
  color: var(--white);
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg .visual { position: absolute; inset: 0; }
.hero__scrim {
  position: absolute; inset: 0;
  z-index: 4;
  background:
    linear-gradient(to top, rgba(16, 28, 22, .92) 0%, rgba(16, 28, 22, .58) 40%, rgba(16, 28, 22, .2) 70%, rgba(16, 28, 22, .44) 100%);
}
.hero__inner { position: relative; z-index: 5; width: 100%; }

.hero__title {
  font-size: var(--fs-hero);
  /* Nicht enger: sonst berühren die Unterlängen (g, p) die nächste Zeile. */
  line-height: 1;
  letter-spacing: -.035em;
  color: var(--white);
  margin: 0 0 1.5rem;
  font-weight: 300;
  max-width: 12ch;
}
.hero__title em { font-style: italic; color: var(--sand-300); font-weight: 300; }

.hero__sub {
  max-width: 52ch;
  font-size: clamp(1.15rem, 1rem + .7vw, 1.55rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, .92);
  font-weight: 400;
  margin-bottom: 1.1rem;
}
.hero__lead {
  max-width: 58ch;
  font-size: var(--fs-body);
  line-height: 1.7;
  color: rgba(255, 255, 255, .68);
  margin-bottom: 2.25rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-bottom: 0;   /* direkt darunter folgt der Reiter */
}

.hero__trust {
  margin: 1.75rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-size: var(--fs-xs);
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .55);
  max-width: 620px;
}


/* ==========================================================================
   09 · REITER (ACCORDION) & E-BOOK-MINI
   ========================================================================== */
.signup { width: 100%; }
.signup__toggle { gap: .85rem; }

.signup__toggle-icon {
  position: relative;
  width: 22px; height: 22px;
  flex: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  transition: background-color .35s var(--ease), transform .5s var(--ease-out);
}
.signup__toggle-icon::before,
.signup__toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  background: var(--white);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform .45s var(--ease-out), opacity .3s var(--ease);
}
.signup__toggle-icon::before { width: 10px; height: 1.6px; }
.signup__toggle-icon::after  { width: 1.6px; height: 10px; }
.signup__toggle[aria-expanded="true"] .signup__toggle-icon { transform: rotate(180deg); }
.signup__toggle[aria-expanded="true"] .signup__toggle-icon::after { transform: translate(-50%, -50%) scaleY(0); opacity: 0; }

/*
  Auf-/Zuklappen über grid-template-rows (0fr → 1fr). Vorteil gegenüber
  max-height: die Höhe stimmt immer exakt, auch wenn Fehlermeldungen
  dazukommen.
*/
.signup__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .55s var(--ease-out);
}
.signup__panel[hidden] { display: none; }
.signup__panel.is-open { grid-template-rows: 1fr; }

.signup__panel-inner {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .4s var(--ease) .1s, transform .5s var(--ease-out) .1s;
}
.signup__panel.is-open .signup__panel-inner { opacity: 1; transform: none; }

.signup__card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(1.25rem, .9rem + 1.4vw, 2rem);
  margin-top: 1.5rem;
  padding: clamp(1.35rem, 1rem + 1vw, 1.9rem);
  background: var(--white);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  max-width: 720px;
  color: var(--ink);
  text-align: left;
}
.signup__card .form { padding: 0; }

/* Kleines Cover neben dem Formular */
.ebook-mini__cover {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  aspect-ratio: 3 / 4;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(90% 70% at 85% 10%, rgba(200, 183, 154, .32), transparent 60%),
    linear-gradient(165deg, var(--green-700) 0%, var(--green-900) 100%);
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.ebook-mini__cover::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--pattern-star);
  background-size: 54px 54px;
  opacity: .09;
}
.ebook-mini__cover > * { position: relative; z-index: 1; }
.ebook-mini__kicker {
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sand-300);
}
.ebook-mini__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  letter-spacing: -.02em;
}
.ebook-mini__brand {
  font-family: var(--font-display);
  font-size: .58rem;
  letter-spacing: .16em;
  color: rgba(255, 255, 255, .5);
}


/* ==========================================================================
   10 · FORMULARE
   ========================================================================== */
.form { padding: 0; }

.form__intro {
  font-size: var(--fs-sm);
  color: var(--ink-soft);
  margin-bottom: 1.35rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line-soft);
}

.field { margin-bottom: 1rem; display: flex; flex-direction: column; }

.field label {
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--green-700);
  display: block;
}
.field label > span { color: var(--sand-500); }

.field input {
  display: block;
  width: 100%;
  margin-top: .45rem;
  padding: .9rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--sand-050);
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  line-height: 1.5;
  transition: border-color .3s var(--ease), background-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field input::placeholder { color: #9BA8A1; }
.field input:hover { border-color: rgba(22, 38, 30, .2); }
.field input:focus {
  outline: none;
  background: var(--white);
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(63, 115, 89, .12);
}
.field input.is-invalid { border-color: #B4544A; background: #FDF6F5; }

.field__error {
  font-size: var(--fs-xs);
  color: #A8483F;
  margin: .4rem 0 0;
  line-height: 1.4;
}

/* Honeypot: für Menschen unsichtbar, für Bots ein verlockendes Feld */
.hp {
  position: absolute !important;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}

/* Einwilligung – Checkbox NICHT vorausgewählt (DSGVO) */
.consent {
  padding: 1rem 1.1rem;
  background: var(--green-050);
  border: 1px solid var(--green-100);
  border-radius: var(--r-sm);
  margin-bottom: .9rem;
}
.consent label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .8rem;
  align-items: start;
  cursor: pointer;
  font-size: .82rem;
  line-height: 1.6;
  color: var(--ink-soft);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px; height: 20px;
  flex: none;
  margin: 2px 0 0;
  border: 1.5px solid var(--green-400);
  border-radius: 5px;
  background: var(--white);
  cursor: pointer;
  position: relative;
  transition: background-color .25s var(--ease), border-color .25s var(--ease);
}
.consent input[type="checkbox"]:checked { background: var(--green-600); border-color: var(--green-600); }
.consent input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px; top: 2.5px;
  width: 5px; height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.consent input[type="checkbox"].is-invalid { border-color: #B4544A; }
.consent label span span { color: var(--sand-500); }

.form__legal {
  font-size: var(--fs-xs);
  line-height: 1.6;
  color: var(--ink-muted);
  margin-bottom: 1.25rem;
}
.form__legal a { color: var(--green-600); font-weight: 500; text-underline-offset: 2px; }
.form__legal .sep { margin-inline: .5rem; color: var(--line); }

.form__status {
  margin: 1rem 0 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  border-radius: var(--r-sm);
}
.form__status:empty { display: none; }
.form__status.is-success { padding: .95rem 1.1rem; background: var(--green-050); border: 1px solid var(--green-200); color: var(--green-800); }
.form__status.is-error   { padding: .95rem 1.1rem; background: #FDF4F3; border: 1px solid #E9C9C5; color: #93443C; }
.form__status.is-info    { padding: .95rem 1.1rem; background: var(--sand-050); border: 1px solid var(--sand-200); color: #7A6238; }


/* ==========================================================================
   11 · KARTEN, MERGE-GRAFIK, TAGS
   ========================================================================== */
.cards { display: grid; gap: clamp(1rem, .7rem + 1vw, 1.6rem); }
.cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards--tight .card { padding: clamp(1.4rem, 1.1rem + .8vw, 1.8rem); }

.card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 1.1rem + 1vw, 2.1rem);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .45s var(--ease);
}
.card::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--green-500), var(--sand-400));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease-out);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line); }
.card:hover::before { transform: scaleX(1); }

.card h3 { margin-bottom: .5rem; }
.card p { font-size: .93rem; line-height: 1.62; color: var(--ink-soft); margin-bottom: .9rem; }
.card p:last-child { margin-bottom: 0; }

.card__emoji { display: block; font-size: 1.75rem; line-height: 1; margin-bottom: .9rem; }

.taglist {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .35rem;
}
.taglist li {
  font-size: .7rem;
  letter-spacing: .02em;
  color: var(--green-700);
  background: var(--green-050);
  border: 1px solid var(--green-100);
  border-radius: var(--r-pill);
  padding: .25rem .6rem;
}


/* Abstand zwischen dem Ergebnisbalken und den vier Karten darunter.
   Bewusst hier und nicht als Inline-Style: Dort stand die Rechnung ohne
   Leerzeichen um das Plus (clamp(2.5rem,2rem+2vw,4rem)), was CSS als
   ungueltig verwirft — die Karten klebten dann am Balken. */
.merge + .cards { margin-top: clamp(2.5rem, 2rem + 3vw, 4.5rem); }

/* --- Merge-Grafik: 4 Bereiche → 1 Plan ----------------------------------- */
.merge {
  display: grid;
  justify-items: center;
  gap: 0;
  max-width: 880px;
  margin-inline: auto;
}
.merge__inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .75rem 1rem;
}
.merge__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  min-width: 104px;
  padding: 1.1rem 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease-out);
}
.merge__item:hover { transform: translateY(-3px); }
.merge__emoji { font-size: 1.6rem; line-height: 1; }
.merge__label {
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--green-700);
}
.merge__plus {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--green-300);
}

.merge__arrow {
  width: 1px;
  height: clamp(2rem, 4vw, 3.25rem);
  background: linear-gradient(to bottom, var(--green-200), var(--green-400));
  position: relative;
  margin-block: 1.25rem;
}
.merge__arrow::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  width: 9px; height: 9px;
  border-right: 1.5px solid var(--green-400);
  border-bottom: 1.5px solid var(--green-400);
  transform: translate(-50%, 40%) rotate(45deg);
}

.merge__result {
  text-align: center;
  padding: clamp(1.75rem, 1.2rem + 2vw, 2.75rem) clamp(1.75rem, 1.2rem + 3vw, 3.5rem);
  border-radius: var(--r-xl);
  color: var(--white);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(80% 70% at 85% 10%, rgba(200, 183, 154, .28), transparent 60%),
    linear-gradient(160deg, var(--green-700) 0%, var(--green-900) 100%);
  box-shadow: var(--shadow-lg);
}
.merge__result::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--pattern-star);
  background-size: 76px 76px;
  opacity: .07;
}
.merge__result > * { position: relative; z-index: 1; }
.merge__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.2rem);
  font-weight: 300;
  letter-spacing: -.02em;
  margin: .5rem 0 .4rem;
  color: var(--white);
}
.merge__note { font-size: var(--fs-sm); color: rgba(255, 255, 255, .68); margin: 0; }


/* ==========================================================================
   12 · DIE 7 TAGE
   ========================================================================== */
.days {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: .7rem;
}
.day {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.1rem 1.5rem;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  transition: transform .4s var(--ease-out), background-color .4s var(--ease), border-color .4s var(--ease);
}
.day:hover { transform: translateX(4px); background: rgba(255, 255, 255, .08); }

.day__short {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .38);
  line-height: 1;
  width: 2.6rem;
  flex: none;
}
.day__body { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem .9rem; flex: 1; }
.day__body b {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--white);
  letter-spacing: -.01em;
}
.day__body span { font-size: var(--fs-sm); color: rgba(255, 255, 255, .6); }

.day__tag {
  flex: none;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green-900);
  background: var(--sand-300);
  border-radius: var(--r-pill);
  padding: .3rem .7rem;
}

.day--fast {
  background: rgba(200, 183, 154, .1);
  border-color: rgba(200, 183, 154, .3);
}
.day--fast .day__short { color: var(--sand-300); }

.inline-cta {
  margin-top: clamp(2.5rem, 2rem + 2vw, 3.5rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.25rem 1.75rem;
  border: 1px dashed rgba(255, 255, 255, .22);
  border-radius: var(--r-pill);
  text-align: center;
}
.inline-cta p { margin: 0; font-size: var(--fs-sm); color: rgba(255, 255, 255, .74); }


/* ==========================================================================
   13 · E-BOOK-SHOWCASE & 3D-MOCKUP
   ========================================================================== */
.ebook-showcase {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 1.5rem + 5vw, 6rem);
  align-items: center;
}

/* --- 3D-Mockup: reine CSS-Konstruktion ----------------------------------- */
.mockup {
  perspective: 1600px;
  display: grid;
  justify-items: center;
  align-content: center;
}

.mockup__book {
  position: relative;
  /* Feste Breite, bewusst KEINE Prozentangabe: Deckel, Rücken und Seiten
     sind absolut positioniert und tragen nichts zur Eigenbreite bei. Ein
     Prozentwert würde sich auf eine Rasterspalte beziehen, die sich
     wiederum nach dem Inhalt richtet – Ergebnis waere 0 (siehe README). */
  width: clamp(190px, 56vw, 280px);
  aspect-ratio: 3 / 4.2;
  transform: rotateY(-19deg) rotateX(3deg) rotateZ(-1deg);
  transform-style: preserve-3d;
  transition: transform .8s var(--ease-out);
}
.mockup:hover .mockup__book { transform: rotateY(-9deg) rotateX(1deg); }

.mockup__cover {
  position: absolute;
  inset: 0;
  border-radius: 4px 12px 12px 4px;
  padding: clamp(1.1rem, 1rem + .8vw, 1.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(70% 55% at 82% 10%, rgba(200, 183, 154, .35) 0%, transparent 60%),
    radial-gradient(80% 60% at 8% 96%, rgba(63, 115, 89, .5) 0%, transparent 62%),
    linear-gradient(166deg, #2E5843 0%, #1B3227 46%, #101C16 100%);
  box-shadow: var(--shadow-xl);
}
.mockup__pattern {
  position: absolute; inset: 0;
  background-image: var(--pattern-star);
  background-size: 62px 62px;
  opacity: .08;
}
.mockup__cover > *:not(.mockup__pattern) { position: relative; z-index: 1; }

/* Buchrücken – schmale dunkle Kante links */
.mockup__spine {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 11px;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .05));
  z-index: 2;
}
/* Angedeutete Seiten rechts */
.mockup__pages {
  position: absolute;
  right: -7px; top: 2%; bottom: 2%;
  width: 9px;
  border-radius: 0 3px 3px 0;
  background: repeating-linear-gradient(90deg, #EDE9E1 0 1px, #FBF9F5 1px 3px);
  transform: translateZ(-1px);
  box-shadow: 2px 0 6px rgba(22, 38, 30, .18);
}

.mockup__shadow {
  width: clamp(190px, 56vw, 280px);
  height: 26px;
  margin-top: 1.5rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(22, 38, 30, .28), transparent 70%);
  filter: blur(6px);
}

.mockup__kicker {
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sand-300);
}
.mockup__title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 1.4rem + 1.8vw, 2.6rem);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.035em;
  margin: 0 0 .5rem;
}
.mockup__rule { width: 34px; height: 1px; background: var(--sand-400); margin-bottom: .6rem; }
.mockup__words {
  font-family: var(--font-display);
  /* Skaliert mit dem Buch, damit die Zeile auf schmalen Displays
     nicht hinter "STAERKE" umbricht. */
  font-size: clamp(.55rem, 1.85vw, .72rem);
  font-weight: 300;
  letter-spacing: .07em;
  white-space: nowrap;
  color: var(--sand-300);
  margin: 0 0 .5rem;
}
.mockup__sub { font-size: .66rem; line-height: 1.45; color: rgba(255, 255, 255, .68); margin: 0; }
.mockup__brand {
  font-family: var(--font-display);
  font-size: .58rem;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, .45);
}

/* --- Inhaltsliste --------------------------------------------------------- */
.ebook-showcase__intro {
  font-size: var(--fs-lead);
  color: var(--green-900);
  font-family: var(--font-display);
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.checklist {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem 1.5rem;
}
.checklist li {
  position: relative;
  padding-left: 1.9rem;
  font-size: .95rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: .18em;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--green-050);
  border: 1px solid var(--green-200);
}
.checklist li::after {
  content: "";
  position: absolute;
  left: 6px; top: .48em;
  width: 6px; height: 3px;
  border-left: 1.6px solid var(--green-600);
  border-bottom: 1.6px solid var(--green-600);
  transform: rotate(-45deg);
}

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}
.facts div { display: flex; flex-direction: column; gap: .1rem; }
.facts b {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--green-600);
  letter-spacing: -.01em;
  line-height: 1;
}
.facts span {
  font-size: var(--fs-xs);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}


/* ==========================================================================
   14 · FÜR WEN · KREISLAUF
   ========================================================================== */
.fits {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem 1.75rem;
  max-width: 940px;
  margin-inline: auto;
}
.fits li {
  position: relative;
  padding: 1.05rem 1.25rem 1.05rem 3.25rem;
  background: var(--sand-050);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  font-size: .97rem;
  line-height: 1.5;
  color: var(--ink-soft);
  transition: background-color .35s var(--ease), transform .35s var(--ease-out);
}
.fits li:hover { background: var(--green-050); transform: translateY(-2px); }
.fits li::before {
  content: "";
  position: absolute;
  left: 1.25rem; top: 1.35rem;
  width: 12px; height: 7px;
  border-left: 2px solid var(--green-500);
  border-bottom: 2px solid var(--green-500);
  transform: rotate(-45deg);
}

/* --- Kreislauf Woche 1 → 2 → 3 -------------------------------------------- */
.cycle {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}
.cycle__node {
  min-width: 120px;
  text-align: center;
  padding: 1rem .9rem;
  border-radius: var(--r-md);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.cycle__node b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--green-800);
  margin-bottom: .15rem;
}
.cycle__node span { font-size: var(--fs-xs); color: var(--ink-muted); }
.cycle__node--accent {
  background: linear-gradient(160deg, var(--green-700), var(--green-900));
  border-color: var(--green-800);
}
.cycle__node--accent b { color: var(--sand-300); }
.cycle__node--accent span { color: rgba(255, 255, 255, .6); }

.cycle__arrow {
  width: 22px; height: 1px;
  background: var(--green-300);
  position: relative;
  flex: none;
}
.cycle__arrow::after {
  content: "";
  position: absolute;
  right: 0; top: 50%;
  width: 7px; height: 7px;
  border-right: 1.5px solid var(--green-400);
  border-top: 1.5px solid var(--green-400);
  transform: translate(0, -50%) rotate(45deg);
}


/* ==========================================================================
   15 · ABSCHLUSS-BEREICH
   ========================================================================== */
.closing {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, .8);
  background:
    radial-gradient(70% 60% at 90% 5%, rgba(200, 183, 154, .24), transparent 62%),
    linear-gradient(165deg, var(--green-700) 0%, var(--green-900) 55%, var(--green-950) 100%);
}
.closing::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--pattern-star);
  background-size: 96px 96px;
  opacity: .055;
  pointer-events: none;
}
.closing__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 1.5rem + 4vw, 5rem);
  align-items: center;
}
.closing h2 { color: var(--white); }
.closing__text p { color: rgba(255, 255, 255, .72); font-size: var(--fs-lead); }

.closing__list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: .6rem;
}
.closing__list li {
  position: relative;
  padding-left: 1.75rem;
  font-size: var(--fs-sm);
  color: rgba(255, 255, 255, .68);
}
.closing__list li::before {
  content: "";
  position: absolute;
  left: 0; top: .5em;
  width: 11px; height: 6px;
  border-left: 1.8px solid var(--sand-300);
  border-bottom: 1.8px solid var(--sand-300);
  transform: rotate(-45deg);
}

.closing__form {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: clamp(1.5rem, 1.1rem + 1.6vw, 2.4rem);
  box-shadow: var(--shadow-xl);
  color: var(--ink);
}


/* ==========================================================================
   16 · FOOTER & ZURÜCK-NACH-OBEN
   ========================================================================== */
.site-footer {
  background: var(--green-950);
  color: rgba(255, 255, 255, .55);
  padding-block: clamp(2.75rem, 2rem + 2vw, 4rem) 2rem;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-footer__brand { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; }
.site-footer__brand .brand__mark { color: var(--sand-400); }
.site-footer__name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: .04em;
  color: var(--white);
}
.site-footer__claim {
  font-size: var(--fs-xs);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}

.site-footer__nav { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.site-footer__nav a {
  font-size: var(--fs-sm);
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
  transition: color .3s var(--ease);
}
.site-footer__nav a:hover { color: var(--white); }

.site-footer__disclaimer {
  font-size: var(--fs-xs);
  line-height: 1.7;
  color: rgba(255, 255, 255, .38);
  padding-top: 1.75rem;
  margin-bottom: 1rem;
  max-width: 100ch;
}
.site-footer__copy { font-size: var(--fs-xs); color: rgba(255, 255, 255, .35); margin: 0; }

.to-top {
  position: fixed;
  right: clamp(1rem, .5rem + 1.5vw, 2rem);
  bottom: clamp(1rem, .5rem + 1.5vw, 2rem);
  z-index: 90;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: var(--r-pill);
  background: var(--green-800);
  color: var(--white);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .4s var(--ease), transform .4s var(--ease-out), visibility .4s, background-color .3s var(--ease);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--green-600); }
.to-top svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }


/* ==========================================================================
   17 · SCROLL-ANIMATIONEN
   Nur aktiv, wenn JavaScript läuft (.js) — sonst ist alles sofort sichtbar.
   ========================================================================== */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
  will-change: opacity, transform;
}
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal[data-reveal-delay="1"] { transition-delay: .08s; }
.js .reveal[data-reveal-delay="2"] { transition-delay: .16s; }
.js .reveal[data-reveal-delay="3"] { transition-delay: .24s; }
.js .reveal[data-reveal-delay="4"] { transition-delay: .32s; }

/*
  Während der Fenster-Größenänderung werden alle Übergänge stillgelegt, sonst
  blitzen Elemente auf, deren Eigenschaften erst ein Breakpoint setzt (z. B.
  das Mobilmenü). Die Klasse setzt und entfernt main.js.
*/
.is-resizing *,
.is-resizing *::before,
.is-resizing *::after {
  transition: none !important;
  animation-duration: 0s !important;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1; transform: none; }
  .mockup__book { transform: rotateY(-12deg); }
}


/* ==========================================================================
   18 · RESPONSIVE
   ========================================================================== */

/* --- Große Tablets / kleine Laptops -------------------------------------- */
@media (max-width: 1100px) {
  .nav__list { gap: 1.1rem; }
  .nav__link { font-size: .8rem; }
  .cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --- Tablet --------------------------------------------------------------- */
@media (max-width: 960px) {
  :root { --header-h: 68px; }

  .nav-toggle { display: flex; }

  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 1rem var(--shell-pad) 1.75rem;
    box-shadow: 0 24px 50px -30px rgba(22, 38, 30, .6);
    border-bottom: 1px solid var(--line-soft);
    max-height: calc(100svh - var(--header-h));
    overflow-y: auto;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .35s var(--ease), transform .4s var(--ease-out), visibility .35s;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }

  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__list li { border-bottom: 1px solid var(--line-soft); }
  .nav__link {
    display: block;
    color: var(--green-800) !important;
    font-size: 1.02rem;
    font-weight: 500;
    padding: .95rem .25rem;
  }
  .nav__link::after { display: none; }
  .nav__link.is-active { color: var(--green-500) !important; }

  .nav__cta {
    margin-top: 1.25rem;
    width: 100%;
    padding: .9rem 1.5rem;
    font-size: .95rem;
    background: var(--green-700) !important;
    border-color: transparent !important;
    color: var(--white) !important;
  }

  .ebook-showcase,
  .closing__inner { grid-template-columns: minmax(0, 1fr); }

  .fits { grid-template-columns: minmax(0, 1fr); }
}

/* --- Smartphone ----------------------------------------------------------- */
@media (max-width: 680px) {
  :root { --header-h: 64px; }

  .brand__claim { display: none; }
  .brand__name { font-size: 1rem; }

  .hero { min-height: auto; padding-block: calc(var(--header-h) + 3.5rem) 4rem; }
  .hero__title { font-size: clamp(2.9rem, 2rem + 8vw, 4rem); line-height: 1.06; max-width: 100%; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }

  /* Reiter einspaltig: Cover als flaches Band über dem Formular */
  .signup__card { grid-template-columns: minmax(0, 1fr); }
  .ebook-mini__cover { aspect-ratio: 16 / 6; flex-direction: row; align-items: center; gap: .75rem; }
  .ebook-mini__title { font-size: 1.25rem; }

  .cards--4 { grid-template-columns: minmax(0, 1fr); }
  .checklist { grid-template-columns: minmax(0, 1fr); }

  .merge__inputs { gap: .5rem; }
  .merge__item { min-width: 0; flex: 1 1 40%; padding: .9rem .6rem; }
  .merge__plus { display: none; }

  .day { flex-wrap: wrap; gap: .5rem 1rem; padding: 1rem 1.15rem; }
  .day__short { width: auto; font-size: 1.15rem; }
  .day__body { flex: 1 1 100%; }

  .inline-cta { flex-direction: column; border-radius: var(--r-lg); }
  .inline-cta .btn { width: 100%; }

  .cycle { flex-direction: column; }
  .cycle__node { width: 100%; }
  .cycle__arrow {
    width: 1px; height: 18px;
    transform: none;
  }
  .cycle__arrow::after {
    right: auto; left: 50%; top: auto; bottom: 0;
    transform: translate(-50%, 30%) rotate(135deg);
  }

  .facts { gap: 1.5rem; }
  .site-footer__inner { flex-direction: column; align-items: flex-start; }

  /* Tippziele bleiben komfortabel groß */
  .btn { min-height: 48px; }
}

/* --- Sehr schmale Geräte --------------------------------------------------- */
@media (max-width: 400px) {
  .merge__item { flex: 1 1 100%; }
}

/* --- Druck ----------------------------------------------------------------- */
@media print {
  .site-header, .to-top, .nav-toggle, .signup__toggle { display: none !important; }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .section--deep, .closing, .site-footer { background: #fff !important; color: #000 !important; }
  .signup__panel { grid-template-rows: 1fr !important; }
  .signup__panel-inner { opacity: 1 !important; }
  body { font-size: 11pt; }
}


/* ==========================================================================
   19 · RECHTLICHE SEITEN (Datenschutz / Impressum)
   ========================================================================== */
.legal-page { background: var(--sand-050); }

.legal-head {
  background: var(--white);
  border-bottom: 1px solid var(--line-soft);
  padding-block: 1rem;
  position: sticky;
  top: 0;
  z-index: 50;
}
.legal-head__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.legal-head .brand { color: var(--green-800); }
.legal-head .brand__mark { color: var(--green-500); }

.legal { padding-block: clamp(2.5rem, 2rem + 3vw, 5rem); }

.legal__inner {
  max-width: 78ch;
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-sm);
  padding: clamp(1.75rem, 1.2rem + 2.5vw, 3.5rem);
}

.legal h1 { font-size: clamp(2rem, 1.5rem + 2vw, 2.9rem); margin-bottom: 1.5rem; }
.legal h2 {
  font-size: clamp(1.2rem, 1.05rem + .7vw, 1.5rem);
  margin: 2.5rem 0 .75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-soft);
}
.legal h2:first-of-type { border-top: 0; padding-top: 0; }
.legal h3 { font-size: 1.02rem; margin: 1.5rem 0 .5rem; }

.legal p, .legal li { font-size: .95rem; line-height: 1.75; color: var(--ink-soft); }
.legal ul { padding-left: 1.25rem; margin-bottom: 1.1em; }
.legal li { margin-bottom: .35rem; }
.legal a { color: var(--green-600); text-underline-offset: 3px; }

.legal code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .86em;
  background: var(--green-050);
  padding: .12em .4em;
  border-radius: 4px;
  color: var(--green-800);
}

.legal__block {
  background: var(--sand-050);
  border-left: 3px solid var(--green-300);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 1rem 1.25rem;
  line-height: 1.8;
}
.legal__hint { font-size: var(--fs-xs) !important; color: var(--ink-muted) !important; font-style: italic; }
.legal__meta { font-size: var(--fs-xs) !important; color: var(--ink-muted) !important; }

.legal__warning {
  background: #FFF8E9;
  border: 1px solid #EBD9AE;
  border-left: 4px solid var(--sand-500);
  border-radius: var(--r-sm);
  padding: 1.15rem 1.35rem;
  margin-bottom: 2rem;
  font-size: .88rem;
  line-height: 1.7;
  color: #6E5726;
}
.legal__warning strong { color: #4E3D15; }
.legal__warning code { background: rgba(0, 0, 0, .05); color: #4E3D15; }
.legal__warning--inline { margin-block: 1rem 1.25rem; }

.legal__back {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-soft);
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}
.legal__back span { color: var(--line); }

.legal-foot {
  padding-block: 2rem;
  text-align: center;
  font-size: var(--fs-xs);
  color: var(--ink-muted);
}
.legal-foot p { margin: 0; }


/* ==========================================================================
   20 · DANKESEITE (danke.html)
   --------------------------------------------------------------------------
   Ziel-Seite nach der Double-Opt-In-Bestätigung. Bewusst eine Bildschirmhöhe,
   ohne Navigation: Es gibt hier genau eine sinnvolle Handlung — den Download.
   ========================================================================== */
.thanks-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, .8);
  background:
    radial-gradient(70% 55% at 85% 8%, rgba(200, 183, 154, .26) 0%, transparent 60%),
    radial-gradient(80% 60% at 5% 95%, rgba(63, 115, 89, .45) 0%, transparent 62%),
    linear-gradient(166deg, #2E5843 0%, #1B3227 48%, #101C16 100%);
  background-attachment: fixed;
  position: relative;
}
.thanks-page::before {
  content: "";
  position: fixed; inset: 0;
  background-image: var(--pattern-star);
  background-size: 96px 96px;
  opacity: .05;
  pointer-events: none;
}
.thanks-page > * { position: relative; z-index: 1; }

/* --- Kopf: nur die Marke, kein Menü -------------------------------------- */
.thanks-head { padding-block: clamp(1.25rem, 1rem + 1vw, 2rem); flex: none; }
.thanks-head__inner { display: flex; align-items: center; }
.thanks-head .brand { color: var(--white); }
.thanks-head .brand__mark { color: var(--sand-400); }

/* --- Hauptbereich --------------------------------------------------------- */
.thanks {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding-block: clamp(2rem, 1.5rem + 3vw, 4.5rem);
}
.thanks__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(2.5rem, 1.5rem + 5vw, 6rem);
  align-items: center;
  width: 100%;
}

/* Bestätigungshaken */
.thanks__check {
  display: grid;
  place-items: center;
  width: 54px; height: 54px;
  margin-bottom: 1.75rem;
  border-radius: var(--r-pill);
  background: rgba(200, 183, 154, .16);
  border: 1px solid rgba(200, 183, 154, .4);
}
.thanks__check svg {
  width: 26px; height: 26px;
  fill: none;
  stroke: var(--sand-300);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thanks__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 1.6rem + 3.4vw, 4.4rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -.03em;
  color: var(--white);
  margin: 0 0 1.25rem;
}
.thanks__title em { font-style: italic; color: var(--sand-300); }

.thanks__lead {
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: rgba(255, 255, 255, .74);
  max-width: 46ch;
  margin-bottom: 2rem;
}

.thanks__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1rem; }
.btn__ico {
  width: 18px; height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.thanks__meta {
  font-size: var(--fs-xs);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 2.25rem;
}

/* Drei kurze Schritte */
.thanks__steps {
  list-style: none;
  counter-reset: schritt;
  margin: 0 0 2rem;
  padding: 1.75rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.thanks__steps li { counter-increment: schritt; }
.thanks__steps li::before {
  content: counter(schritt, decimal-leading-zero);
  display: block;
  font-family: var(--font-display);
  font-size: .72rem;
  letter-spacing: .16em;
  color: var(--sand-400);
  margin-bottom: .5rem;
}
.thanks__steps b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: .2rem;
}
.thanks__steps span {
  font-size: var(--fs-xs);
  line-height: 1.55;
  color: rgba(255, 255, 255, .55);
}

.thanks__hint {
  font-size: var(--fs-xs);
  line-height: 1.6;
  color: rgba(255, 255, 255, .45);
  max-width: 52ch;
  margin: 0;
}
.thanks__hint a { color: var(--sand-300); text-underline-offset: 3px; }

/* --- Fuß ------------------------------------------------------------------ */
.thanks-foot {
  flex: none;
  padding-block: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: var(--fs-xs);
  color: rgba(255, 255, 255, .4);
}
.thanks-foot__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1.5rem;
}
.thanks-foot p { margin: 0; }
.thanks-foot nav { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
.thanks-foot a { text-decoration: none; color: rgba(255, 255, 255, .55); transition: color .3s var(--ease); }
.thanks-foot a:hover { color: var(--white); }

/* --- Responsive ------------------------------------------------------------ */
@media (max-width: 960px) {
  .thanks__inner { grid-template-columns: minmax(0, 1fr); }
  /* Das Buch rückt unter den Text und wird kleiner */
  .thanks__mockup { order: 2; max-width: 240px; margin-inline: auto; }
}

@media (max-width: 680px) {
  .thanks__steps { grid-template-columns: minmax(0, 1fr); gap: 1.1rem; }
  .thanks__actions { flex-direction: column; align-items: stretch; }
  .thanks__actions .btn { width: 100%; }
  .thanks-foot__inner { flex-direction: column; align-items: flex-start; }
  /* Fester Hintergrund ruckelt auf Mobilgeraeten – deshalb normal scrollen */
  .thanks-page { background-attachment: scroll; }
}


/* ==========================================================================
   21 · BESTÄTIGUNGSSEITE (bestaetigen.html)
   --------------------------------------------------------------------------
   Zwischenschritt im Double-Opt-In: nach dem Absenden, vor dem Download.
   Bewusst hell gehalten — die dunkle Dankeseite ist der Abschluss, diese
   hier der offene Zustand. Beide teilen sich die .thanks-*-Bausteine.
   ========================================================================== */
.thanks-page--light {
  color: var(--ink-soft);
  background:
    radial-gradient(70% 50% at 85% 0%, rgba(200, 183, 154, .22) 0%, transparent 62%),
    radial-gradient(60% 45% at 0% 100%, rgba(143, 176, 160, .18) 0%, transparent 60%),
    linear-gradient(170deg, var(--sand-050) 0%, var(--green-050) 100%);
}
.thanks-page--light::before {
  /* Sternmuster ist auf Weiß gezeichnet – auf hellem Grund invertieren */
  filter: invert(1);
  opacity: .035;
}
.thanks-page--light .brand,
.thanks-page--light .thanks__title { color: var(--green-900); }
.thanks-page--light .brand__mark { color: var(--green-500); }
.thanks-page--light .thanks__title em { color: var(--green-500); }
.thanks-page--light .thanks__lead { color: var(--ink-soft); }
.thanks-page--light .thanks__hint { color: var(--ink-muted); }
.thanks-page--light .thanks__hint a { color: var(--green-600); }

.thanks-page--light .thanks__check {
  background: var(--white);
  border-color: var(--green-200);
  box-shadow: var(--shadow-sm);
}
.thanks-page--light .thanks__check svg { stroke: var(--green-600); }

.thanks-page--light .thanks__steps { border-top-color: var(--line); }
.thanks-page--light .thanks__steps li::before { color: var(--green-400); }
.thanks-page--light .thanks__steps b { color: var(--green-900); }
.thanks-page--light .thanks__steps span { color: var(--ink-muted); }

.thanks-page--light .thanks-foot {
  border-top-color: var(--line);
  color: var(--ink-muted);
}
.thanks-page--light .thanks-foot a { color: var(--ink-soft); }
.thanks-page--light .thanks-foot a:hover { color: var(--green-700); }

/* Einspaltig und zentriert – hier gibt es kein Buch zum Anzeigen */
.thanks__inner--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 62ch;
  margin-inline: auto;
  text-align: left;
}

/* --- Hinweiskasten „Keine E-Mail bekommen?" ------------------------------- */
.notice {
  margin-bottom: 2rem;
  padding: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.notice__title {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green-600);
  margin: 0 0 .9rem;
}
.notice__list { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: .55rem; }
.notice__list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: .92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.notice__list li::before {
  content: "";
  position: absolute;
  left: 0; top: .62em;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--green-300);
}
.notice__foot {
  margin: 0;
  padding-top: .9rem;
  border-top: 1px solid var(--line-soft);
  font-size: var(--fs-xs);
  color: var(--ink-muted);
}
.notice__foot a { color: var(--green-600); text-underline-offset: 3px; }


/* --------------------------------------------------------------------------
   21b · Kompakte Variante (bestaetigen.html)
   Ziel: alles ohne Scrollen auf einen Desktop-Bildschirm. Statt einer schmalen
   Spalte in der Seitenmitte laufen Text und Hinweise nebeneinander — dadurch
   halbiert sich die Bauhöhe, ohne dass Inhalt wegfällt.
   -------------------------------------------------------------------------- */
.thanks__inner--split {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 1.2rem + 3vw, 4rem);
  max-width: 1060px;
  margin-inline: auto;
  align-items: center;
}

.thanks__aside { display: grid; gap: 1.25rem; align-content: center; }

/* Schritte als kompakte, nummerierte Liste statt drei Spalten */
.thanks__steps--stack {
  grid-template-columns: minmax(0, 1fr);
  gap: .85rem;
  padding-top: 0;
  border-top: 0;
  margin-bottom: 0;
}
.thanks__steps--stack li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  row-gap: .1rem;
  align-items: baseline;
}
.thanks__steps--stack li::before {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  margin: 0;
  padding-top: .2rem;
}
.thanks__steps--stack b,
.thanks__steps--stack span { grid-column: 2; }

/* Abstände über die ganze Seite zurücknehmen */
.thanks-page--compact .thanks-head { padding-block: clamp(1rem, .8rem + .6vw, 1.5rem); }
.thanks-page--compact .thanks { padding-block: clamp(1.25rem, 1rem + 1.5vw, 2.5rem); }
.thanks-page--compact .thanks-foot { padding-block: 1.15rem; }

.thanks-page--compact .thanks__check {
  width: 46px; height: 46px;
  margin-bottom: 1.1rem;
}
.thanks-page--compact .thanks__check svg { width: 22px; height: 22px; }
.thanks-page--compact .eyebrow { margin-bottom: .9rem; }
.thanks-page--compact .thanks__title {
  font-size: clamp(2.1rem, 1.4rem + 2.4vw, 3.3rem);
  margin-bottom: 1rem;
}
.thanks-page--compact .thanks__lead {
  font-size: 1.02rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.thanks-page--compact .thanks__actions { margin-bottom: 1rem; }
.thanks-page--compact .thanks__hint { font-size: .74rem; line-height: 1.55; }
.thanks-page--compact .notice { margin-bottom: 0; padding: 1.15rem 1.3rem; }
.thanks-page--compact .notice__list { gap: .4rem; margin-bottom: .8rem; }
.thanks-page--compact .notice__list li { font-size: .86rem; }
.thanks-page--compact .notice__foot { padding-top: .75rem; }

/* Unter 960 px wieder einspaltig – dort darf gescrollt werden */
@media (max-width: 960px) {
  .thanks__inner--split { grid-template-columns: minmax(0, 1fr); max-width: 62ch; }
  .thanks__aside { margin-top: .5rem; }
}


/* --------------------------------------------------------------------------
   21c · Kompakte Dankeseite (danke.html)
   Buch und Schritte teilen sich die rechte Spalte, damit beide Seiten
   gleich hoch bleiben und alles ohne Scrollen auf den Bildschirm passt.
   -------------------------------------------------------------------------- */
.thanks-page--compact .thanks__mockup { justify-items: center; }
.thanks-page--compact .thanks__mockup .mockup__book,
.thanks-page--compact .thanks__mockup .mockup__shadow {
  width: clamp(158px, 14.5vw, 210px);
}
.thanks-page--compact .thanks__mockup .mockup__shadow {
  height: 20px;
  margin-top: 1rem;
}

/* Auf dunklem Grund bekommt der Hinweiskasten helle Konturen */
.thanks-page--compact .thanks__meta { margin-bottom: 1.1rem; }

/* Schritte im dunklen Layout: Trennlinie oben entfällt, sie stehen frei */
.thanks-page--compact .thanks__steps--stack { padding-top: 0; border-top: 0; }

@media (max-width: 960px) {
  /* Buch nach unten, Text zuerst */
  .thanks-page--compact .thanks__aside { justify-items: center; }
  .thanks-page--compact .thanks__mockup { max-width: 220px; }
  .thanks-page--compact .thanks__steps--stack { width: 100%; max-width: 62ch; }
}

/* ==========================================================================
   22 · DATENSCHUTZERKLÄRUNG – Zusatzbausteine
   --------------------------------------------------------------------------
   Der Generatortext bringt eigene Klassen mit (Inhaltsübersicht, Glossar,
   Merkmalslisten). Rein additiv – bestehende Regeln bleiben unberührt.
   ========================================================================== */
.legal .index {
  list-style: none;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  columns: 2;
  column-gap: 2rem;
}
.legal .index li { margin-bottom: .45rem; break-inside: avoid; }
.legal .index-link { text-decoration: none; }
.legal .index-link:hover { text-decoration: underline; }

@media (max-width: 640px) {
  .legal .index { columns: 1; }
}

/* Merkmalslisten unter den Abschnitten: etwas ruhiger als Fließtext */
.legal .m-elements {
  padding: 1rem 1rem 1rem 2.25rem;
  background: var(--sand-050);
  border-left: 3px solid var(--green-500);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.legal .m-elements li { font-size: var(--fs-xs); }

.legal .glossary li { margin-bottom: .8rem; }

.legal .seal { margin-top: 2.5rem; }
