@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./assets/fonts/outfit-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./assets/fonts/outfit-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Archivo Black";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/archivo-black-regular.ttf") format("truetype");
}

:root {
  --bg: #0a0a0a;
  --surface: rgba(255, 255, 255, 0.04);
  --text: #ffffff;
  --black: #0a0a0a;
  --verified: #1d9bf0;
  --muted: rgba(255, 255, 255, 0.62);
  --dim: rgba(255, 255, 255, 0.48);
  --faint: rgba(255, 255, 255, 0.16);
  --line: rgba(255, 255, 255, 0.12);
  --line-hi: rgba(255, 255, 255, 0.3);
  --glow: rgba(255, 255, 255, 0.075);
  --font-display: "Archivo Black", "Arial Black", sans-serif;
  --font-body: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { background: var(--text); color: var(--black); }

.page-glow {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(760px 520px at 50% -10%, var(--glow), transparent 64%),
    radial-gradient(120% 120% at 50% 25%, transparent 55%, rgba(0, 0, 0, 0.68) 100%);
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  transform: translateY(-180%);
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--text);
  color: var(--black);
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  pointer-events: none;
}
.topbar-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  pointer-events: auto;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.brand-project { color: var(--dim); font-weight: 400; }
.text-button {
  appearance: none;
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: color 220ms var(--ease);
}
.text-button:hover { color: var(--text); }
.text-button:disabled { color: var(--faint); cursor: not-allowed; }

.brand-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 112px 24px 96px;
  text-align: center;
}
.brand-hero::before {
  content: "";
  position: absolute;
  width: min(760px, 90vw);
  height: min(440px, 58vw);
  top: 4vh;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, var(--glow), transparent 70%);
  filter: blur(8px);
}
.hero-portrait,
.contact-portrait {
  position: relative;
  overflow: visible;
  border-radius: 999px;
  background: var(--surface);
}
.hero-portrait {
  width: clamp(78px, 7.4vw, 112px);
  aspect-ratio: 0.72 / 1;
  margin-bottom: clamp(20px, 3.2vh, 34px);
  opacity: 0;
  animation: portraitIn 900ms var(--ease) 120ms forwards;
}
.hero-portrait img,
.contact-portrait img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: 50% 18%;
  transform: scale(1.2);
}
/* Living Portrait: liegt deckungsgleich auf dem Standbild und faded ein,
   sobald es laeuft. Gleiche Groesse, gleicher Crop, gleiche Skalierung. */
.portrait-vid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: 50% 18%;
  transform: scale(1.2);
  opacity: 0;
  transition: opacity 0.8s var(--ease);
  pointer-events: none;
}
.portrait-vid.is-playing { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .portrait-vid { display: none; }
}

.verified-mark {
  position: absolute;
  right: -7%;
  bottom: 2%;
  width: 30%;
  color: var(--verified);
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.7));
}
.verified-mark svg { display: block; width: 100%; overflow: visible; }
.verified-mark path:first-child { fill: currentColor; stroke: none; }
.verified-mark path:last-child { fill: none; stroke: var(--text); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.hero-kicker,
.kicker,
.hero-facts,
.quiz-progress-head,
.score-label,
.panel-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero-kicker { margin-bottom: 19px; color: var(--dim); }
.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  font-family: var(--font-display);
  font-size: clamp(58px, 10vw, 140px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.hero-title span { display: block; opacity: 0; filter: blur(9px); white-space: nowrap; }
.hero-title span:first-child { animation: titleFromLeft 1s var(--ease) 180ms forwards; }
.hero-title span:last-child { animation: titleFromRight 1s var(--ease) 240ms forwards; }
.hero-question {
  max-width: 660px;
  margin-top: clamp(29px, 4vh, 42px);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.hero-copy {
  max-width: 560px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 25px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 250ms var(--ease), background 250ms var(--ease), border-color 250ms var(--ease), color 250ms var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:disabled { opacity: 0.5; cursor: wait; transform: none; }
.button-primary { background: var(--text); color: var(--black); border-color: var(--text); }
.button-primary:hover { background: var(--muted); border-color: var(--muted); }
.button-ghost { background: transparent; color: var(--text); border-color: var(--line-hi); }
.button-ghost:hover { border-color: var(--text); background: rgba(255, 255, 255, 0.05); }
.hero-cta { margin-top: 29px; }
.hero-facts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 22px;
  color: var(--dim);
}
.hero-facts span + span::before { content: "·"; margin: 0 12px; color: var(--faint); }
.scroll-cue {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transform: translateX(-50%);
  color: var(--dim);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  transition: color 220ms var(--ease);
}
.scroll-cue:hover { color: var(--text); }
.scroll-cue svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; animation: bounce 2s ease-in-out infinite; }

.statement {
  min-height: 92svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 24px;
  text-align: center;
}
.kicker { margin-bottom: 25px; color: var(--dim); }
.statement h2,
.area-heading h2,
.contact-section h2 {
  font-family: var(--font-display);
  font-size: clamp(46px, 7.2vw, 104px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.statement h2 { max-width: 14ch; }
.statement h2 span { color: var(--muted); animation: statementPulse 4s ease-in-out infinite; }
.statement-copy { max-width: 520px; margin-top: 30px; color: var(--muted); font-size: 18px; }
.statement-cta { margin-top: 32px; }
.statement .privacy-note { max-width: 560px; }
.section-shell { width: min(960px, 100%); margin-inline: auto; }
.privacy-note { margin-top: 17px; color: var(--dim); font-size: 12px; text-align: center; }

.quiz-stage {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 118px 24px 78px;
}
.quiz-shell { width: min(1040px, 100%); margin-inline: auto; }
.quiz-progress-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  color: var(--dim);
}
.progress-track { height: 1px; overflow: hidden; background: var(--line); }
.progress-track span { display: block; width: 0; height: 100%; background: var(--text); transition: width 320ms var(--ease); }
.quiz-context { margin: 34px 0 44px 190px; }
.area-name { font-weight: 600; font-size: 14px; }
.area-prompt { color: var(--muted); font-size: 14px; }
.question-layout {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.question-number {
  font-family: var(--font-display);
  color: var(--faint);
  font-size: clamp(100px, 12vw, 172px);
  line-height: 0.72;
  letter-spacing: -0.05em;
  transform: translateX(-48px);
}
.question-content h2 {
  max-width: 18ch;
  margin-bottom: 40px;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.options { border-top: 1px solid var(--line); }
.option {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  align-items: center;
  gap: 15px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 15px 5px;
  background: transparent;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
  transition: padding 240ms var(--ease), color 240ms var(--ease), border-color 240ms var(--ease), background 240ms var(--ease);
}
.option::after { content: "→"; color: var(--dim); transform: translateX(-5px); opacity: 0; transition: transform 240ms var(--ease), opacity 240ms var(--ease); }
.option:hover { padding-inline: 13px; color: var(--text); border-color: var(--line-hi); }
.option:hover::after { transform: none; opacity: 1; }
.option.is-selected { padding-inline: 13px; background: rgba(255, 255, 255, 0.04); color: var(--text); border-color: var(--text); }
.option.is-selected::after { content: "✓"; transform: none; opacity: 1; color: var(--text); }
.option-letter {
  width: 31px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-hi);
  border-radius: 50%;
  color: var(--dim);
  font-size: 11px;
}
.option.is-selected .option-letter { border-color: var(--text); color: var(--text); }
.quiz-controls { display: flex; justify-content: space-between; gap: 24px; margin: 30px 0 0 190px; }

.result-intro {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  padding: 82px 24px 58px;
  text-align: center;
}
.result-shell { width: min(900px, 100%); min-width: 0; max-width: 100%; }
.score-lockup {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 12px;
  font-family: var(--font-display);
  line-height: 0.8;
}
.score-value { font-size: clamp(140px, 20vw, 250px); letter-spacing: -0.07em; }
.score-unit { margin-left: 8px; color: var(--dim); font-family: var(--font-body); font-size: clamp(18px, 2.4vw, 30px); font-weight: 500; }
.score-label { margin-top: 16px; color: var(--dim); }
.result-intro h1 {
  max-width: 16ch;
  margin: 30px auto 0;
  font-family: var(--font-display);
  font-size: clamp(43px, 5.4vw, 68px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.result-lead { max-width: 610px; margin: 18px auto 0; color: var(--muted); font-size: 18px; }
.score-bottleneck {
  width: min(500px, 100%);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 18px;
  margin: 24px auto 0;
  border-block: 1px solid var(--line);
  padding: 16px 4px;
  text-align: left;
}
.score-bottleneck span,
.next-bottleneck > span,
.report-includes dt {
  color: var(--dim);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
}
.score-bottleneck strong { font-size: 15px; font-weight: 600; text-align: right; }
.result-detail-cta { margin-top: 24px; }
.scoring-pass-note { max-width: 540px; margin: 10px auto 0; color: var(--dim); font-size: 12px; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 34px; }

.report-gate-section {
  border-block: 1px solid var(--line);
  padding: 130px 24px;
  background: var(--surface);
}
.report-gate-layout {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(64px, 9vw, 120px);
  align-items: start;
}
.report-gate-copy h2 {
  max-width: 13ch;
  font-family: var(--font-display);
  font-size: clamp(42px, 5.2vw, 70px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.report-gate-copy > p:last-of-type { max-width: 570px; margin-top: 26px; color: var(--muted); font-size: 18px; }
.report-includes { margin: 42px 0 0; }
.report-includes div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 17px 0;
}
.report-includes div:last-child { border-bottom: 1px solid var(--line); }
.report-includes dt,
.report-includes dd { margin: 0; }
.report-includes dd { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; }
.report-form-panel {
  min-width: 0;
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  border-left: 1px solid var(--line);
  padding-left: clamp(34px, 5vw, 70px);
}
.report-form,
.report-success { width: 100%; min-width: 0; justify-self: center; }
.report-form { max-width: 520px; }
.form-field + .form-field { margin-top: 26px; }
.form-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--dim);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.form-field input {
  width: 100%;
  appearance: none;
  border: 0;
  border-bottom: 1px solid var(--line-hi);
  border-radius: 0;
  padding: 10px 0 13px;
  background: transparent;
  color: var(--text);
  font-size: 22px;
  outline: 0;
  transition: border-color 220ms var(--ease);
}
.form-field input:focus { border-color: var(--text); }
.form-field input[aria-invalid="true"] { border-color: var(--text); }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.report-submit { width: 100%; margin-top: 34px; }
.report-purpose { margin-top: 23px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.report-purpose strong { color: var(--text); font-weight: 600; }
.report-legal { margin-top: 13px; color: var(--dim); font-size: 11px; }
.report-legal a,
.text-link { text-decoration: underline; text-underline-offset: 3px; }
.report-status { min-height: 22px; margin-top: 15px; color: var(--text); font-size: 12px; }
.report-status.is-error { color: var(--muted); }
.report-success { max-width: 420px; }
.success-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  border: 1px solid var(--line-hi);
  border-radius: 50%;
  font-size: 24px;
}
.report-success h3 {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 41px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}
.report-success > p:not(.panel-tag) { margin-top: 18px; color: var(--muted); }
.report-success .text-link { display: inline-block; margin-top: 28px; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; }

.bottleneck-section { padding: 120px 24px; background: var(--surface); }
.bottleneck-layout {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(50px, 7vw, 84px);
  align-items: start;
}
.bottleneck-copy,
.workflow-panel { min-width: 0; }
.bottleneck-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(38px, 3.2vw, 50px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
#bottleneck-diagnosis { margin-top: 24px; color: var(--muted); font-size: 18px; }
.next-bottleneck {
  margin-top: 38px;
  border-top: 1px solid var(--line);
  padding-top: 19px;
}
.next-bottleneck > span { display: block; margin-bottom: 9px; }
.next-bottleneck strong { display: block; font-size: 17px; font-weight: 600; }
.next-bottleneck p { margin-top: 7px; color: var(--dim); font-size: 13px; }
.workflow-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--bg);
}
.workflow-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(500px 240px at 0 0, var(--glow), transparent 72%);
}
.panel-tag { position: relative; display: block; margin-bottom: 28px; color: var(--dim); }
.workflow-panel h3 {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.workflow-panel > p { position: relative; margin-top: 15px; color: var(--muted); }
.workflow-panel ol { position: relative; margin: 32px 0 0; padding: 0; list-style: none; counter-reset: action; }
.workflow-panel li {
  counter-increment: action;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 13px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}
.workflow-panel li::before { content: "0" counter(action); color: var(--dim); font-size: 10px; letter-spacing: 0.12em; }

.area-section { padding: 130px 24px; }
.area-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.area-heading h2 { font-size: clamp(42px, 5.4vw, 70px); }
.area-heading > p:last-child { max-width: 420px; margin-top: 25px; color: var(--muted); }
.area-scores { border-top: 1px solid var(--line); }
.area-score { padding: 25px 4px 27px; border-bottom: 1px solid var(--line); }
.area-score-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.area-score-title { display: grid; gap: 4px; }
.area-score-name { font-size: 15px; }
.area-score-status { color: var(--dim); font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
.area-score-value { color: var(--dim); font-size: 12px; letter-spacing: 0.08em; white-space: nowrap; }
.area-score-track { height: 2px; margin-top: 15px; background: var(--line); }
.area-score-fill { display: block; height: 100%; background: var(--muted); transform-origin: left; }
.area-score-insight { margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.area-score.is-bottleneck .area-score-name { color: var(--text); font-weight: 600; }
.area-score.is-bottleneck .area-score-status { color: var(--text); }
.area-score.is-bottleneck .area-score-fill { background: var(--text); }

/* =========================================================
   DETAIL-REPORT: Dokument statt Sektionsfolge
   Ein durchgehender Hintergrund, Haarlinien als Kapiteltrenner,
   nummerierte Kapitel und eine ruhigere Schriftgroesse als auf
   der Landingpage. Der Report soll sich lesen lassen, nicht rufen.
   ========================================================= */

#report-detail > section {
  padding: clamp(74px, 8vw, 104px) 24px;
  background: var(--bg);
  border-top: 1px solid var(--line);
}
#report-detail > section:first-child { border-top: 0; }
#report-detail .area-heading h2,
#report-detail .readout-copy h2,
#report-detail .second-copy h2 { font-size: clamp(30px, 3.6vw, 46px); }
#report-detail .contact-section h2 { font-size: clamp(40px, 6vw, 74px); }

.chapter {
  display: inline-block;
  min-width: 26px;
  margin-right: 12px;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.kicker .chapter + span { color: inherit; }

/* ---------- Kopf des Reports ---------- */
.report-head-inner { text-align: left; }
.report-head-title {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: clamp(44px, 6.6vw, 92px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.report-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 46px 0 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.report-meta > div { display: grid; gap: 7px; }
.report-meta dt { color: var(--dim); font-size: 9px; font-weight: 600; letter-spacing: 0.18em; }
.report-meta dd { margin: 0; font-size: 15px; }
.report-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.report-summary-score {
  font-family: var(--font-display);
  font-size: clamp(64px, 9vw, 112px);
  line-height: 0.86;
  letter-spacing: -0.05em;
}
.report-summary-score small { font-size: 0.22em; color: var(--dim); letter-spacing: 0; }
.report-summary-copy .panel-tag { display: block; color: var(--dim); }
.report-summary-second { margin-top: 18px; }
.report-summary-tier { margin-top: 8px; font-size: clamp(17px, 2.1vw, 22px); line-height: 1.35; }
.report-summary-bottleneck { margin-top: 8px; font-size: 15px; color: var(--muted); }

/* =========================================================
   DETAIL-REPORT
   Eigene Abschnitte, gleiche Formensprache wie der Rest:
   Archivo Black als Anschlag, Outfit als Fliesstext, harte
   Linien statt Karten mit Schatten. Die Hintergruende wechseln
   abschnittsweise, damit der lange Report Rhythmus bekommt.
   ========================================================= */

.readout-section { }
.readout-layout {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(50px, 7vw, 90px);
  align-items: start;
}
.readout-copy h2 {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.readout-lead { margin-top: 28px; font-size: 18px; line-height: 1.62; }
.readout-contrast { margin-top: 20px; color: var(--muted); }
.readout-panel { display: grid; gap: 2px; background: var(--line); border: 1px solid var(--line); }
.readout-fact { padding: 28px 26px; background: var(--bg); }
.readout-fact .panel-tag { display: block; margin-bottom: 12px; color: var(--dim); }
.readout-fact p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.pattern-section { }
.pattern-list { display: grid; gap: 2px; margin-top: 54px; background: var(--line); border: 1px solid var(--line); }
.pattern-card { padding: clamp(30px, 4vw, 46px); background: var(--bg); }
.pattern-card .panel-tag { color: var(--dim); }
.pattern-card h3 {
  margin: 14px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.pattern-card p { margin-bottom: 15px; color: var(--muted); line-height: 1.62; }
.pattern-card p:last-child { margin-bottom: 0; }
.pattern-focus {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--text) !important;
  font-size: 15px;
}

.bottleneck-metric { margin-top: 18px; color: var(--dim); font-size: 13px; letter-spacing: 0.04em; }
.bottleneck-metric strong { color: var(--text); font-family: var(--font-display); font-size: 30px; font-weight: 400; letter-spacing: -0.02em; }
.bottleneck-lead { margin-top: 26px; font-size: 18px; line-height: 1.6; }
.bottleneck-copy > p { margin-top: 17px; color: var(--muted); line-height: 1.62; }
.bottleneck-copy > p.bottleneck-lead { color: var(--text); }
.bottleneck-move {
  margin-top: 26px !important;
  padding: 20px 22px;
  border-left: 2px solid var(--text);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text) !important;
  font-size: 15px;
}
.bottleneck-side { display: grid; gap: 2px; background: var(--line); border: 1px solid var(--line); min-width: 0; }
.side-block { padding: 30px 28px; background: var(--bg); }
.side-block .panel-tag { display: block; margin-bottom: 14px; color: var(--dim); }
.side-block p { color: var(--muted); font-size: 14px; line-height: 1.62; }
.symptom-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.symptom-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.symptom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 1px;
  background: var(--line-hi);
}

.blueprint-section { }
.blueprint-section .area-heading h2 { font-size: clamp(34px, 4.2vw, 56px); }
.blueprint-section .area-heading > p { max-width: 620px; margin-top: 22px; color: var(--muted); }
.blueprint-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2px;
  margin-top: 54px;
  background: var(--line);
  border: 1px solid var(--line);
}
.blueprint-steps { padding: clamp(28px, 3.4vw, 40px); background: var(--bg); }
.blueprint-steps .panel-tag { display: block; margin-bottom: 24px; color: var(--dim); }
.blueprint-steps ol { margin: 0; padding: 0; list-style: none; counter-reset: bp; display: grid; gap: 20px; }
.blueprint-steps li {
  counter-increment: bp;
  position: relative;
  padding-left: 42px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.blueprint-steps li::before {
  content: counter(bp, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.blueprint-specs { margin: 0; padding: clamp(28px, 3.4vw, 40px); background: var(--bg); display: grid; gap: 22px; align-content: start; }
.blueprint-specs > div { display: grid; gap: 7px; }
.blueprint-specs dt { color: var(--dim); font-size: 9px; font-weight: 600; letter-spacing: 0.18em; }
.blueprint-specs dd { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.start-panel { margin-top: 2px; padding: clamp(28px, 3.4vw, 40px); border: 1px solid var(--line-hi); }
.start-panel .panel-tag { display: block; margin-bottom: 22px; color: var(--text); }
.start-panel ol { margin: 0; padding: 0; list-style: none; counter-reset: st; display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.start-panel li {
  counter-increment: st;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.55;
}
.start-panel li::before {
  content: counter(st, decimal-leading-zero);
  display: block;
  margin-bottom: 9px;
  color: var(--dim);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.antipattern-section { }
.antipattern-layout { width: min(1120px, 100%); display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.antipattern-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 0; border-top: 1px solid var(--line); }
.antipattern-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.6;
}
.antipattern-list li::before { content: "\00d7"; color: var(--text); font-size: 19px; line-height: 1.1; }

.area-score-move { margin-top: 12px; color: var(--text); font-size: 13px; line-height: 1.55; }
.area-score-measures { margin-top: 3px; color: var(--dim); font-size: 11px; letter-spacing: 0.02em; }

.second-section { }
.second-layout { width: min(1120px, 100%); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(50px, 7vw, 90px); align-items: start; }
.second-copy h2 {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.second-copy p { margin-top: 20px; color: var(--muted); line-height: 1.62; }
.second-panel { padding: clamp(28px, 3.4vw, 38px); border: 1px solid var(--line); }
.second-panel .panel-tag { display: block; margin-bottom: 20px; color: var(--dim); }
.second-panel ol { margin: 0; padding: 0; list-style: none; counter-reset: se; display: grid; gap: 15px; }
.second-panel li { counter-increment: se; padding-left: 30px; position: relative; color: var(--muted); font-size: 14px; line-height: 1.55; }
.second-panel li::before { content: counter(se, decimal-leading-zero); position: absolute; left: 0; top: 2px; color: var(--dim); font-size: 10px; font-weight: 600; letter-spacing: 0.16em; }

.plan-section { }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; margin-top: 54px; background: var(--line); border: 1px solid var(--line); }
.plan-card { padding: clamp(26px, 3vw, 36px); background: var(--bg); }
.plan-range { color: var(--text); font-size: 10px; font-weight: 600; letter-spacing: 0.22em; }
.plan-card h3 {
  min-height: 2.1em;
  margin: 14px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(21px, 2.2vw, 27px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.plan-card > p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.plan-card ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.plan-card li { position: relative; padding-left: 20px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.plan-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 1px; background: var(--line-hi); }

.metrics-section { }
.metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; margin-top: 54px; background: var(--line); border: 1px solid var(--line); }
.metric-card { padding: clamp(26px, 3vw, 36px); background: var(--bg); }
.metric-card h3 { min-height: 2.6em; font-size: 16px; font-weight: 600; }
.metric-target { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--text); font-size: 14px; line-height: 1.5; }
.metric-why { margin-top: 12px; color: var(--dim); font-size: 13px; line-height: 1.5; }

.contact-sub {
  max-width: 640px;
  margin: 26px auto 0;
  color: var(--text) !important;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .readout-layout,
  .blueprint-grid,
  .antipattern-layout,
  .second-layout { grid-template-columns: minmax(0, 1fr); }
  .plan-grid,
  .metric-grid { grid-template-columns: minmax(0, 1fr); }
  .start-panel ol { grid-template-columns: minmax(0, 1fr); }
  .readout-section,
  .pattern-section,
  .blueprint-section,
  .antipattern-section,
  .second-section,
  .plan-section,
  .metrics-section { padding: 92px 18px; }
  .readout-copy h2 { font-size: clamp(30px, 9vw, 44px); }
}

.contact-section { padding: 140px 24px 120px; text-align: center; background: var(--surface); }
.contact-inner { width: min(860px, 100%); margin-inline: auto; }
.contact-portrait { width: 76px; height: 105px; margin: 0 auto 28px; overflow: hidden; }
.contact-section h2 { font-size: clamp(48px, 7vw, 94px); }
.contact-section > .contact-inner > p:not(.kicker, .disclaimer) { max-width: 580px; margin: 27px auto 0; color: var(--muted); font-size: 18px; }
.disclaimer { max-width: 740px; margin: 38px auto 0; color: var(--dim); font-size: 11px; }

/* ---------- Direkte Terminbuchung (echte Slots aus cal.com) ---------- */
.booking { margin-top: 36px; }
.booking-kicker {
  margin: 0 0 18px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.booking-slots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  min-height: 66px;
}
.booking-note { margin: 0; color: var(--muted); font-size: 13px; }
.slot {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 132px;
  padding: 13px 22px;
  border: 1px solid var(--line-hi);
  border-radius: 18px;
  color: var(--text);
  text-decoration: none;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), transform 0.2s var(--ease);
}
.slot:hover,
.slot:focus-visible {
  border-color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}
.slot-day {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dim);
}
.slot-time { font-family: var(--font-display); font-size: 19px; line-height: 1.1; }
.booking-all {
  display: inline-block;
  margin-top: 24px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.booking-all:hover { color: var(--text); }
@media (max-width: 600px) {
  .booking-slots { gap: 8px; }
  .slot { min-width: calc(50% - 4px); padding: 12px 14px; }
}

.pagefoot { border-top: 1px solid var(--line); padding: 30px 24px; }
.footer-inner {
  width: min(960px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-inline: auto;
  color: var(--dim);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer-inner > a { color: var(--muted); font-weight: 600; }
.footer-inner nav { display: flex; gap: 18px; }
.footer-inner a { transition: color 200ms var(--ease); }
.footer-inner a:hover { color: var(--text); }

:focus-visible { outline: 2px solid var(--text); outline-offset: 4px; }
[tabindex="-1"]:focus { outline: none; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes portraitIn {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: none; }
}
@keyframes titleFromLeft {
  from { opacity: 0; filter: blur(9px); transform: translateX(-52px); }
  to { opacity: 1; filter: blur(0); transform: none; }
}
@keyframes titleFromRight {
  from { opacity: 0; filter: blur(9px); transform: translateX(52px); }
  to { opacity: 1; filter: blur(0); transform: none; }
}
@keyframes statementPulse {
  0%, 100% { color: var(--muted); text-shadow: none; }
  50% { color: var(--text); text-shadow: 0 0 22px rgba(255, 255, 255, 0.2); }
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

@media (max-width: 920px) {
  .topbar-inner { width: min(100% - 36px, 1180px); }
  .brand-hero { padding-top: 106px; }
  .question-layout { grid-template-columns: 100px minmax(0, 1fr); gap: 25px; }
  .question-number { font-size: 105px; transform: translateX(-28px); }
  .quiz-context, .quiz-controls { margin-left: 125px; }
  .bottleneck-layout, .area-layout, .report-gate-layout { grid-template-columns: minmax(0, 1fr); }
  .bottleneck-copy, .area-heading, .report-gate-copy { max-width: 650px; }
  .report-form-panel { min-height: 0; border-left: 0; border-top: 1px solid var(--line); padding: 54px 0 0; }
}

@media (max-width: 620px) {
  .topbar-inner { min-height: 64px; }
  .brand { font-size: 9px; }
  .brand-project { display: none; }
  .topbar-action { font-size: 10px; }
  .brand-hero { min-height: 100svh; padding: 84px 18px 86px; }
  .hero-portrait { width: 72px; }
  .hero-kicker { max-width: 28ch; font-size: 8px; }
  .hero-title { font-size: clamp(44px, 14.3vw, 60px); line-height: 0.84; }
  .hero-question { margin-top: 25px; font-size: 19px; }
  .hero-copy { max-width: 33ch; font-size: 14px; }
  .hero-facts { font-size: 8px; letter-spacing: 0.16em; }
  .hero-facts span + span::before { margin-inline: 7px; }
  .scroll-cue { bottom: 17px; }
  .statement { min-height: 82svh; padding-inline: 18px; }
  .statement h2 { font-size: clamp(32px, 10.4vw, 54px); }
  .contact-section h2 { font-size: clamp(39px, 12.8vw, 58px); }
  .statement-copy { font-size: 16px; }
  .statement-cta { width: 100%; max-width: 354px; }
  .quiz-stage { align-items: start; padding: 92px 18px 54px; }
  .quiz-context { margin: 27px 0 35px; }
  .question-layout { display: block; }
  .question-number { margin-bottom: 24px; font-size: 80px; transform: translateX(-4px); }
  .question-content h2 { margin-bottom: 31px; font-size: clamp(31px, 9.4vw, 42px); }
  .option { min-height: 66px; grid-template-columns: 38px 1fr 18px; gap: 11px; padding-block: 13px; font-size: 14px; }
  .quiz-controls { margin: 27px 0 0; }
  .result-intro { padding: 68px 18px 46px; }
  .score-value { font-size: clamp(126px, 46vw, 180px); }
  .score-unit { font-size: 15px; }
  .result-intro h1 { margin-top: 28px; font-size: clamp(32px, 10.5vw, 50px); }
  .result-lead { margin-top: 14px; font-size: 16px; }
  .scoring-pass-note { display: none; }
  .score-bottleneck { grid-template-columns: 1fr; gap: 5px; text-align: center; }
  .score-bottleneck strong { text-align: center; }
  .result-detail-cta { width: 100%; max-width: 354px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .report-gate-section, .bottleneck-section, .area-section, .contact-section { padding: 92px 18px; }
  .report-gate-layout { gap: 48px; }
  .report-gate-copy h2 { font-size: clamp(37px, 11.5vw, 52px); }
  .report-gate-copy > p:last-of-type { font-size: 16px; }
  .report-form-panel { padding-top: 42px; }
  .report-success h3 { font-size: clamp(26px, 8.6vw, 34px); }
  .form-field input { font-size: 20px; }
  .bottleneck-copy h2 { font-size: clamp(27px, 8.8vw, 48px); }
  .workflow-panel { border-radius: 16px; }
  .area-heading h2 { font-size: clamp(39px, 11.5vw, 54px); }
  .footer-inner > span { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .hero-portrait, .hero-title span { opacity: 1; filter: none; transform: none; }
}

/* Auf dem Bildschirm unsichtbar, im PDF der Abschluss. */
.print-booking,
.print-footer { display: none; }

/* =========================================================
   DRUCK / PDF
   Das PDF ist keine helle Zweitfassung, sondern dieselbe Seite:
   schwarzer Grund, gleiche Schrift, gleiche Linien. Chrome druckt
   die Flaechen dank print-color-adjust auch dann, wenn im Dialog
   "Hintergrundgrafiken" ausgeschaltet ist.
   ========================================================= */
@media print {
  *, *::before, *::after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  @page { size: A4; margin: 0; }

  html, body {
    background: var(--bg);
    color: var(--text);
    font-size: 10.5pt;
  }
  /* Auf Papier tragen sehr schwache Grautoene nicht. */
  :root { --dim: rgba(255, 255, 255, 0.62); --muted: rgba(255, 255, 255, 0.78); }

  .topbar,
  .skip-link,
  #landing-view,
  .report-gate-section,
  .result-intro,
  .result-detail-cta,
  .scoring-pass-note,
  .contact-actions,
  .booking,
  .portrait-vid,
  .pagefoot,
  .page-glow { display: none !important; }

  .print-booking { display: block; }

  /* Jedes Kapitel beginnt auf einer neuen Seite. */
  #report-detail > section {
    padding: 17mm 16mm;
    border-top: 0;
    break-before: page;
    background: var(--bg);
  }
  #report-detail > section:first-child { break-before: auto; }
  /* Kurze Kapitel laufen weiter, statt eine halbleere Seite zu belegen. */
  .antipattern-section,
  .second-section { break-before: auto; }

  .section-shell,
  .readout-layout,
  .bottleneck-layout,
  .antipattern-layout,
  .second-layout,
  .area-layout,
  .contact-inner { width: 100%; max-width: none; }

  /* Einspaltig lesen, Panels wandern unter den Text. */
  .readout-layout,
  .bottleneck-layout,
  .antipattern-layout,
  .second-layout,
  .area-layout,
  .report-summary { grid-template-columns: minmax(0, 1fr) !important; gap: 9mm; }
  /* Bauplan bleibt zweispaltig, sonst reisst er mitten im Panel um. */
  .blueprint-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important; }
  .blueprint-grid,
  .start-panel { break-inside: avoid; }
  /* Bauplan und 14-Tage-Start sollen zusammen auf eine Seite passen. */
  .blueprint-section .area-heading > p { margin-top: 14px; }
  .blueprint-grid { margin-top: 6mm; }
  .blueprint-steps,
  .blueprint-specs { padding: 6mm; }
  .blueprint-steps ol { gap: 3.4mm; }
  .blueprint-steps li,
  .blueprint-specs dd { font-size: 9pt; line-height: 1.42; }
  .blueprint-steps .panel-tag { margin-bottom: 5mm; }
  .blueprint-specs { gap: 4mm; }
  .start-panel { margin-top: 3mm; padding: 6mm; }
  .start-panel .panel-tag { margin-bottom: 4mm; }
  .start-panel li { padding-top: 3mm; font-size: 9pt; }
  .plan-grid,
  .metric-grid,
  .start-panel ol { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .report-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  /* Deckblatt */
  .report-head { padding-top: 34mm !important; }
  .report-head-title { font-size: 40pt; }
  .report-summary-score { font-size: 46pt; }
  .report-summary-tier { font-size: 15pt; }

  /* Nichts mitten im Umbruch zerreissen. */
  .pattern-card,
  .plan-card,
  .metric-card,
  .readout-fact,
  .side-block,
  .area-score,
  .antipattern-list li,
  .blueprint-steps li,
  .start-panel li,
  .second-panel li,
  .symptom-list li,
  .blueprint-specs > div,
  .report-meta > div { break-inside: avoid; }
  h2, h3, .kicker, .panel-tag, .plan-range { break-after: avoid; }

  /* Ruhigere Groessen auf Papier. */
  #report-detail .area-heading h2,
  #report-detail .readout-copy h2,
  #report-detail .second-copy h2 { font-size: 22pt; }
  #report-detail .contact-section h2 { font-size: 30pt; }
  .pattern-card h3 { font-size: 17pt; }
  .plan-card h3 { font-size: 13pt; }
  .bottleneck-metric strong { font-size: 20pt; }
  .readout-lead, .bottleneck-lead { font-size: 12pt; }

  .area-score-fill,
  .area-score.is-bottleneck .area-score-fill { background: var(--text); }
  .bottleneck-move { background: rgba(255, 255, 255, 0.06); }

  .contact-section { padding: 17mm 16mm !important; background: var(--bg); text-align: center; }
  .contact-portrait { margin-inline: auto; }
  .disclaimer { margin-top: 12mm; }

  .print-booking { margin-top: 12mm; padding-top: 8mm; border-top: 1px solid var(--line); }
  .print-booking .panel-tag { display: block; margin-bottom: 6mm; color: var(--dim); }
  .print-booking-btn {
    display: inline-block;
    padding: 5mm 10mm;
    border-radius: 999px;
    background: var(--text);
    color: var(--bg);
    font-size: 11pt;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
  }

  /* Chrome wiederholt fixierte Elemente auf jeder Druckseite. */
  .print-footer {
    display: block;
    position: fixed;
    left: 16mm;
    right: 16mm;
    bottom: 7mm;
    color: var(--dim);
    font-size: 7.5pt;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .print-footer > span:last-child { float: right; }
}
