/* ============================================================
   Diagnose-LP (test.diagnose.a-maze.one) — Look der A-Maze-Website (Ben-Kanon app-box-v3,
   Stand v18), dieselben Tokens/Bausteine wie Roast- und Leck-LP (06.09.2026). Stufe 3 der
   Website-Progression = Orange. Alle Pfade RELATIV: die Subdomain rootet auf diesen Ordner,
   derselbe Ordner liegt auch unter test.a-maze.one/diagnose/.
   Karton-Elemente (Stand 21.09.2026, Walter-Session): Karton-HERO (band--kraft wie Roast-/
   Leck-LP) mit weißer Befund-Karte + Paketband + Box-Icons, Beweis-Band CYAN (band--cyan +
   arc--cyan, wie das Befund-Beispiel der Roast-LP — kein Ink-Band mehr), Karton-FAQ.
   Copy-Basis 03.09., seitdem Walter-Runden 21.09. (Kickoff-Call, Perks, FAQ; s. COPY-MAP).
   ============================================================ */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("fonts/NunitoSans-var.woff2") format("woff2-variations"),
       url("fonts/NunitoSans-var.woff2") format("woff2");
}

:root {
  --cyan: #00a9ff; --cyan-deep: #0a7fb8; --cyan-soft: #e3f5fe;
  --orange: #ff7c00; --orange-deep: #d96800;
  --ink: #262624; --black: #262624;
  --yellow: #ffb400; --red: #e03131;
  --paper: #ffffff; --paper-tint: #f4f4f4;
  --kraft: #d4a782; --kraft-deep: #b98d63;
  --line: rgba(16, 16, 16, .14); --muted: rgba(38, 38, 36, .7);
  --shadow-card: 0 10px 28px rgba(16, 16, 16, .13);
  --r-pill: 999px; --r-card: 14px;
  --font: "Nunito Sans", system-ui, -apple-system, sans-serif;
  --wrap: 1180px;
  --h2: clamp(50px, 4.69vw, 90px);
  --h3: clamp(36px, 3.13vw, 60px);
  --h4: clamp(30px, 2.5vw, 48px);
  --h5: clamp(24px, 1.88vw, 36px);
  --h6: clamp(19px, 1.25vw, 24px);
  --p1: clamp(18px, 1.09vw, 21px);
  --p2: clamp(16px, 0.94vw, 18px);
  --ls-h: -0.02em; --ls-p: -0.01em;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); font-size: var(--p2); font-weight: 600;
  letter-spacing: var(--ls-p); line-height: 1.5; color: var(--ink); background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
b, strong { font-weight: 800; }
img { max-width: 100%; height: auto; }
p { margin: 0 0 1em; }
a { color: var(--cyan-deep); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; }
::selection { background: var(--cyan); color: #fff; }
.faq-band ::selection { background: #fff; color: var(--ink); }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(20px, 4vw, 48px); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link {
  position: fixed; top: -60px; left: 12px; z-index: 99;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: var(--r-pill);
  transition: top .2s ease-out; text-decoration: none; font-weight: 700;
}
.skip-link:focus { top: 10px; }

/* ---------- Pills (Ben): Hover = invertieren ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font: 800 var(--p1)/1.1 var(--font); letter-spacing: var(--ls-p);
  padding: 10px 40px; min-height: 44px; border-radius: var(--r-pill);
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
  transition: background-color .15s ease-out, color .15s ease-out, transform .15s ease-out;
}
.btn:active { transform: scale(.98); }
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--ink); color: var(--orange); }
.site-header .btn--primary:hover, .site-footer .btn--primary:hover { background: #fff; color: var(--orange); }
.btn--pillcyan { background: var(--cyan); color: #fff; }
.btn--pillcyan:hover { background: var(--ink); color: var(--cyan); }
.btn--pillyellow { background: var(--yellow); color: var(--ink); }
.btn--pillyellow:hover { background: var(--ink); color: var(--yellow); }
.btn--pillwhite { background: #fff; color: var(--ink); }
.btn--pillwhite:hover { background: var(--ink); color: #fff; }
.btn--sm { font-size: .9rem; padding: 10px 20px; }
.btn--lg { font-size: var(--p1); padding: 14px 40px; }

/* ---------- Header (schwarz, sticky) ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: var(--black); color: #fff; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 20px; min-height: 64px; }
.brandmark { display: inline-flex; padding: 6px 0; border-radius: 4px; }
.brandlogo { display: block; overflow: visible; }
.brandlogo__smile { transform-box: fill-box; transform-origin: 50% 12%; transition: transform .3s cubic-bezier(.34, 1.56, .64, 1); }
.brandmark:hover .brandlogo__smile, .brandmark:focus-visible .brandlogo__smile { transform: scaleY(1.3); }
.mainnav { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); }
.mainnav__link { color: #fff; text-decoration: none; font-weight: 700; font-size: 16px; line-height: 1; padding: 14px 0 12px; border-bottom: 2px solid transparent; }
.mainnav__link:hover { border-bottom-color: var(--cyan); }
.testflag {
  position: fixed; top: 72px; right: 0; z-index: 41; margin: 0;
  background: var(--orange); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .02em;
  padding: .45em 1em; border-radius: 12px 0 0 12px;
}

/* ---------- Sektionen + Bögen ---------- */
.band { position: relative; padding-block: clamp(56px, 8vw, 112px); }
.band--paper { background: var(--paper); }
.band--tint { background: var(--paper-tint); }
.band--cyan { background: var(--cyan); color: var(--ink); }
.band--cyan ::selection { background: var(--ink); color: #fff; }
.band--cyansoft { background: var(--cyan-soft); }
.arc--from-cyansoft { background: var(--cyan-soft); }
.band--kraft { background: var(--kraft) url("img/cardboard-1400.webp") center top / 100% auto repeat-y; }
.arc { line-height: 0; font-size: 0; position: relative; margin-bottom: -1px; }
.arc svg { display: block; width: 100%; height: auto; }
.arc path { fill: var(--ink); }
/* Cyan-Bögen fürs Beweis-Band (wie arc--roast der Roast-LP); margin-top schließt die
   Safari-Haarlinie am Übergang Band → Bogen. */
.arc--cyan path { fill: var(--cyan); }
.arc--cyan { margin-top: -1px; }
.arc--from-paper { background: var(--paper); }
.arc--from-tint { background: var(--paper-tint); }
.arc--to-tint { background: var(--paper-tint); }
.arc--to-paper { background: var(--paper); }
.ix { font-size: var(--h5); font-weight: 900; letter-spacing: 0; margin: 0 0 .5em; }
.section-h2 { font-size: var(--h4); font-weight: 900; line-height: 1.04; letter-spacing: var(--ls-h); margin: 0 0 .7em; max-width: 24ch; }
.band--cyan .section-h2 { color: var(--ink); }
.lead { font-size: var(--p1); max-width: 56ch; }
.kick { margin: 0 0 .5em; font-size: var(--h6); font-weight: 900; letter-spacing: var(--ls-h); color: var(--cyan-deep); }
.band--cyan .kick { color: var(--ink); }

/* ---------- Hero: Copy links, Karton-Karte mit Befund-Stapel rechts ---------- */
.hero { padding-top: clamp(40px, 6vw, 88px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.hero .ix { font-size: var(--h6); }
.hero__h1 { font-size: var(--h3); font-weight: 900; line-height: 1.02; letter-spacing: var(--ls-h); margin: 0 0 .5em; }
.hero__cta { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); flex-wrap: wrap; margin-top: 1.4em; }
.hero__more { font-weight: 800; color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--cyan); padding: 10px 0; }
.hero__more:hover { color: var(--cyan-deep); }
.hero__fine { margin: 1.3em 0 0; font-size: .9rem; font-weight: 700; color: var(--muted); max-width: 56ch; }
.hero__visual { position: relative; }
/* ---------- Pain: drei Karten auf Grau ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.2vw, 28px); margin-top: clamp(20px, 3vw, 36px); }
.pain { background: #fff; border-radius: 16px; padding: 26px 26px 24px; display: grid; gap: 10px; align-content: start; }
.pain b { font-weight: 900; color: var(--cyan-deep); }
.pain p { margin: 0; }

/* ---------- Mechanismus + Offer-Stack ---------- */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.two .section-h2 { max-width: 18ch; }
.two__text p { max-width: 56ch; }
.checks { list-style: none; margin: clamp(16px, 2vw, 28px) 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.checks li { position: relative; padding: 18px 20px 18px 54px; background: var(--paper-tint); border-radius: 14px; }
.checks li::before {
  content: "✓"; position: absolute; left: 18px; top: 16px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--cyan); color: #fff; font-weight: 900; font-size: .9rem; display: grid; place-items: center;
}
.checks strong { display: block; font-weight: 900; letter-spacing: var(--ls-h); }
.offer__close { margin-top: clamp(20px, 2.6vw, 34px); font-size: var(--p1); max-width: 60ch; }

/* ---------- Beweis: Terminal auf Ink (wie Roast-LP) ---------- */
.proof-band { padding-top: clamp(20px, 2.5vw, 40px); }
.proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.proof-note { color: rgba(38, 38, 36, .88); max-width: 46ch; }
/* ---------- Preis + Ablauf ---------- */
.price-band { padding-top: clamp(28px, 3.5vw, 56px); }
.price-grid { display: grid; grid-template-columns: minmax(300px, 420px) 1fr; gap: clamp(24px, 4vw, 64px); align-items: start; }
.price { position: relative; background: #fff; border-radius: 16px; padding: clamp(24px, 3vw, 36px); overflow: hidden; }
.price__flag { position: absolute; top: 0; right: 0; margin: 0; background: var(--orange); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .02em; padding: .45em 1.1em; border-radius: 0 16px 0 12px; }
.price__anchor { margin: .6em 0 0; font-size: .95rem; color: var(--muted); }
.price__anchor s { color: rgba(38, 38, 36, .5); font-weight: 800; }
.price__amount { margin: .2em 0 0; font-size: clamp(44px, 4vw, 64px); font-weight: 900; line-height: 1; letter-spacing: var(--ls-h); color: var(--orange); }
.price__note { margin: .5em 0 1em; font-size: .95rem; color: var(--muted); }
.price__perks { list-style: none; margin: 0 0 1.2em; padding: 0; display: grid; gap: 8px; }
.price__perks li { position: relative; padding-left: 26px; font-size: .95rem; font-weight: 700; }
.price__perks li::before {
  content: "✓"; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--orange); color: #fff; font-weight: 900; font-size: .7rem; display: grid; place-items: center;
}
.price .btn { width: 100%; }
.price__buy { display: block; margin: 12px 0 0; text-align: center; font-weight: 800; font-size: .95rem; }
.price__cap { margin: 14px 0 0; font-size: .9rem; font-weight: 800; text-align: center; }
.wf { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(18px, 2.4vw, 30px); counter-reset: w; }
.wf li { counter-increment: w; position: relative; padding-left: 78px; min-height: 60px; }
.wf__icon { position: absolute; left: 0; top: -2px; width: 60px; height: 60px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; }
.wf__icon img { width: 40px; height: 40px; }
.wf b { display: block; font-size: var(--h6); font-weight: 900; letter-spacing: var(--ls-h); line-height: 1.15; color: var(--cyan-deep); margin-bottom: .3em; }
.wf p { margin: 0; max-width: 50ch; }

/* ---------- Admission + Garantie ---------- */
.honest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 32px); margin-top: clamp(20px, 3vw, 36px); align-items: stretch; }
.admission { background: var(--ink); color: #fff; border-radius: 16px; padding: clamp(24px, 3vw, 36px); }
.admission h3 { margin: 0 0 .5em; font-size: var(--h6); font-weight: 900; letter-spacing: var(--ls-h); color: var(--cyan); }
.admission p { margin: 0; color: rgba(255, 255, 255, .9); }
/* Orange = Diagnose-Signalfarbe (21.09.2026, Walter): Gelb gehört der Leck-Bilanz (Vorstufen-Karte) */
.guarantee { position: relative; background: var(--orange); color: var(--ink); border-radius: 16px; padding: clamp(24px, 3vw, 36px); overflow: hidden; }
.guarantee__flag { position: absolute; top: 0; right: 0; margin: 0; background: var(--ink); color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .02em; padding: .45em 1.1em; border-radius: 0 16px 0 12px; }
.guarantee p { margin: 0; font-size: var(--h6); font-weight: 900; line-height: 1.25; letter-spacing: var(--ls-h); max-width: 22ch; }

/* ---------- Person ---------- */
.person { display: grid; grid-template-columns: minmax(240px, .8fr) 1.2fr; gap: clamp(24px, 4vw, 64px); align-items: center; }
.person__photo { position: relative; margin: 0; }
.person__photo img { display: block; width: 100%; height: auto; }
.person__text p { max-width: 54ch; }
.person__kicker { margin-top: 24px; font-weight: 900; }

/* ---------- FAQ (Karton-Textur, wie die Website) ---------- */
.faq-band .section-h2 { color: var(--cyan); }
.faq { display: grid; gap: 12px; max-width: 760px; }
.faq details { background: var(--ink); color: #fff; border-radius: 12px; box-shadow: var(--shadow-card); }
.faq summary { cursor: pointer; font-size: var(--h6); font-weight: 900; letter-spacing: var(--ls-h); line-height: 1.2; padding: 16px 52px 16px 20px; border-radius: 12px; list-style: none; position: relative; color: var(--cyan); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: #fff; }
.faq summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.faq summary::before, .faq summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 14px; height: 2.5px; border-radius: 2px; background: var(--cyan); transform: translateY(-50%); }
.faq summary::after { transform: translateY(-50%) rotate(90deg); transition: transform .3s ease-out; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(0deg); }
.faq__body { padding: 0 20px 18px; }
.faq__body p { margin: 0; color: #fff; }

/* ---------- Vorstufen: zwei Karten (Stufe 1 Cyan, Stufe 2 Gelb) ---------- */
.pre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 32px); margin-top: clamp(20px, 3vw, 36px); max-width: 900px; }
.pre { position: relative; background: #fff; border-radius: 16px; padding: 28px 28px 26px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
.pre__flag { position: absolute; top: 0; right: 0; margin: 0; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .02em; padding: .45em 1.1em; border-radius: 0 16px 0 12px; }
.pre__flag--cyan { background: var(--cyan); }
.pre__flag--yellow { background: var(--yellow); color: var(--ink); }
.pre__title { margin: .6em 0 0; font-size: var(--h6); font-weight: 900; letter-spacing: var(--ls-h); line-height: 1.1; }
.pre p { margin: 0; }
.pre .btn { align-self: flex-start; margin-top: auto; }

/* ---------- Danke-Seite (Rücksprung nach Mollie) ---------- */
.state-band { min-height: 50vh; display: flex; align-items: center; }
.state-box { background: #fff; border-radius: 16px; padding: clamp(28px, 3.4vw, 48px); max-width: 720px; box-shadow: var(--shadow-card); }
.state-box h1 { font-size: var(--h4); font-weight: 900; line-height: 1.05; letter-spacing: var(--ls-h); margin: 0 0 .5em; }
.state-box h1 span { color: var(--cyan-deep); }
.state-box p { font-size: var(--p1); }
.state-box .small { font-size: var(--p2); color: var(--muted); }
.state-box p:last-child { margin-bottom: 0; }
.progress { list-style: none; margin: clamp(20px, 3vw, 36px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 46px); }
.progress li { position: relative; padding-top: 56px; }
.progress__num { position: absolute; top: 0; left: 0; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 1.05rem; }
.progress--done .progress__num { background: var(--ink); color: #fff; }
.progress--now .progress__num { background: var(--orange); color: #fff; }
.progress--next .progress__num { background: #fff; color: var(--ink); border: 2px solid rgba(38, 38, 36, .3); }
.progress b { display: block; font-size: var(--h6); font-weight: 900; letter-spacing: var(--ls-h); line-height: 1.15; margin-bottom: .3em; }
.progress--next b { color: var(--cyan-deep); }
.progress--done { color: var(--muted); }
.progress p { margin: 0; }

/* ---------- Footer (schwarz, wie die Website) ---------- */
.site-footer { background: var(--black); color: #fff; padding-block: clamp(48px, 6vw, 80px); }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(28px, 5vw, 90px); align-items: start; }
.site-footer__col { display: grid; gap: 14px; justify-items: start; }
.site-footer__logo { display: block; }
.site-footer__line { margin: 0; font-weight: 700; }
.site-footer__address { margin: -6px 0 0; color: rgba(255, 255, 255, .72); font-weight: 600; font-size: .92rem; }
.site-footer__note { margin: 0; color: rgba(255, 255, 255, .72); font-size: .92rem; max-width: 46ch; }
.site-footer__copy { margin: 0; color: rgba(255, 255, 255, .6); font-size: .85rem; }
.site-footer__col--right { display: grid; grid-template-columns: repeat(2, max-content); gap: 0 clamp(40px, 6vw, 100px); align-content: start; }
.site-footer__navcol { display: grid; gap: 4px; align-content: start; }
.site-footer__head { margin: 0 0 4px; font-size: var(--p2); font-weight: 900; line-height: 1.2; }
.site-footer__navcol .site-footer__head:not(:first-child) { margin-top: 20px; }
.site-footer__nav { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.site-footer__nav a { display: inline-flex; align-items: center; min-height: 40px; color: #fff; text-decoration: none; font-weight: 600; border-bottom: 2px solid transparent; }
.site-footer__nav a:hover { border-bottom-color: var(--cyan); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero__grid, .two, .proof-grid, .price-grid, .honest-grid, .person, .pre-grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 520px; }
  .pain-grid { grid-template-columns: 1fr; }
  .checks { grid-template-columns: 1fr; }
  .person__photo { max-width: 300px; }
  .progress { grid-template-columns: 1fr; gap: 24px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .testflag { top: 64px; }
}
@media (max-width: 599px) {
  .mainnav__link { display: none; }
  .site-footer__col--right { grid-template-columns: 1fr; gap: 24px; }
  .pain, .pre, .price, .admission, .guarantee { padding: 22px 18px; }
  .checks li { padding: 16px 16px 16px 50px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .brandlogo__smile, .btn, .faq summary::after { transition: none !important; }
}

/* Account-Doktor, Ergebnis und Gesprächseinstieg: Walter-Go 22.09.2026 */
.hero__grid { grid-template-columns: 1fr 1.15fr; gap: 24px; }
.hero__h1 { font-size: clamp(34px, 3.5vw, 50px); text-wrap: balance; }
.hero__h1 span { display: block; }
.hero__doctor { isolation: isolate; width: 110%; margin-left: -4%; max-width: none; }
.hero__doctor::before { content: ""; position: absolute; inset: 5% 12% 3% 16%; background: var(--orange); border-radius: 50%; z-index: -1; }
.hero__doctor img { display: block; width: 100%; height: auto; }
.hero__call { font-size: 18px; line-height: 1.5; font-weight: 700; color: var(--ink); max-width: 44ch; margin: 16px 0 0; }
.hero__fine { font-size: 18px; line-height: 1.5; color: var(--ink); margin-top: 24px; }
.hero__fine strong { display: inline-block; font-weight: 900; margin-bottom: 4px; }
.pre { border: 2px solid var(--ink); padding: 32px; display: flex; flex-direction: column; align-items: flex-start; }
.pre .btn { margin-top: auto; }
.pre > p:last-of-type { margin-bottom: 24px; }
.symptoms { margin-top: 40px; }
.symptom { display: grid; grid-template-columns: 64px 1fr 1fr; align-items: center; gap: 32px; padding: 24px 0; border-top: 1px solid var(--line); }
.symptom h3 { margin: 0; font-size: 24px; font-weight: 900; line-height: 1.25; }
.symptom img { background: var(--ink); border-radius: 50%; padding: 8px; }
.symptom p { margin: 0; max-width: 40ch; font-size: 18px; }
.diagnosis-route { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; list-style: none; margin: 48px 0 0; padding: 0; }
.diagnosis-route li { position: relative; }
.diagnosis-route li:not(:last-child)::after { content: ""; position: absolute; top: 48px; left: 112px; right: -24px; height: 2px; background: var(--cyan); }
.diagnosis-route__mark { width: 96px; height: 96px; display: grid; place-items: center; background: var(--ink); border: 2px solid var(--ink); border-radius: 50%; position: relative; }
.diagnosis-route__mark span { position: absolute; right: -4px; bottom: -4px; width: 32px; height: 32px; display: grid; place-items: center; background: var(--orange); color: var(--ink); border-radius: 50%; font-weight: 900; }
.diagnosis-route h3 { font-size: 24px; font-weight: 900; line-height: 1.25; margin: 24px 0 16px; }
.diagnosis-route p { font-size: 18px; margin: 0; max-width: 32ch; }
.diagnosis-file { display: grid; grid-template-columns: .85fr 1.4fr; margin-top: 40px; border: 2px solid var(--ink); box-shadow: 8px 8px 0 rgba(38,38,36,.12); }
.diagnosis-file__cover { background: var(--ink); color: var(--paper); padding: 40px; display: flex; flex-direction: column; align-items: flex-start; }
.diagnosis-file__label { font-size: 16px; font-weight: 800; margin: 0 0 24px; }
.diagnosis-file__cover .diagnosis-file__label { color: var(--cyan); }
.diagnosis-file__cover h3 { font-size: clamp(28px, 2.5vw, 36px); line-height: 1.15; margin: 0 0 24px; font-weight: 900; }
.diagnosis-file__cover > p:not(.diagnosis-file__label) { font-size: 18px; }
.diagnosis-file__scope { margin-top: auto; padding-top: 32px; }
/* Befund-Karton (Walter 22.09.2026): freigestelltes Render im dunklen Deckblatt-Feld */
.diagnosis-file__visual { display: block; align-self: center; width: min(100%, 360px); height: auto;
  margin: 8px 0 0; filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .5)); }
.diagnosis-file__stamp { border: 2px solid var(--cyan); color: var(--cyan); font-size: 16px; font-weight: 900; padding: 8px 16px; margin-top: 16px; transform: rotate(-3deg); }
.diagnosis-file__pages { background: var(--paper); padding: 40px; }
.report-contents { margin: 0; }
.report-contents > div { padding: 24px 0; border-top: 1px solid var(--line); }
.report-contents > div:last-child { padding-bottom: 0; }
.report-contents dt { font-size: 24px; font-weight: 900; line-height: 1.25; }
.report-contents dt > span { display: block; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.report-contents dd { margin: 8px 0 0; font-size: 18px; max-width: 42ch; }
.report-priorities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.report-priorities span { padding: 4px 8px; font-size: 16px; font-weight: 800; background: var(--paper-tint); }
.report-priorities span:first-child { background: var(--orange); }
.ownership .section-h2 { max-width: 30ch; }
.ownership__options { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 32px 0 24px; gap: 16px 40px; }
.ownership__options li { font-size: 24px; font-weight: 900; display: flex; align-items: center; gap: 12px; }
.ownership__options li::before { content: "✓"; font-size: 24px; }
.ownership > p { font-size: 18px; margin-bottom: 0; max-width: 60ch; }
@media (max-width: 900px) {
  .symptom { grid-template-columns: 56px 1fr; gap: 16px 24px; }
  .symptom img { width: 56px; }
  .symptom p { grid-column: 2; }
  .diagnosis-file { grid-template-columns: 1fr 1.3fr; }
  .diagnosis-file__cover, .diagnosis-file__pages { padding: 24px; }
  .diagnosis-route { gap: 24px; }
}
@media (max-width: 650px) {
  .symptom h3, .diagnosis-route h3 { font-size: 22px; }
  .diagnosis-route { grid-template-columns: 1fr; gap: 32px; }
  .diagnosis-route li { padding-left: 88px; min-height: 96px; }
  .diagnosis-route__mark { position: absolute; left: 0; top: 0; width: 64px; height: 64px; }
  .diagnosis-route__mark img { width: 40px; }
  .diagnosis-route__mark span { width: 24px; height: 24px; font-size: 16px; }
  .diagnosis-route li:not(:last-child)::after { top: 80px; bottom: -16px; left: 31px; right: auto; width: 2px; height: auto; }
  .diagnosis-route h3 { margin: 0 0 8px; }
  .diagnosis-file { grid-template-columns: 1fr; box-shadow: 4px 4px 0 rgba(38,38,36,.12); }
  .diagnosis-file__scope { padding-top: 0; }
  .ownership__options { flex-direction: column; gap: 16px; }
  .ownership__options li { font-size: 22px; }
}
.outcomes { margin: 32px 0 0; }
.outcomes > div { display: grid; grid-template-columns: 240px 1fr; gap: 32px; padding: 24px 0; border-top: 1px solid rgba(38,38,36,.25); }
.outcomes dt { font-size: var(--h5); font-weight: 900; line-height: 1.2; }
.outcomes dd { margin: 0; max-width: 56ch; }
.decision-list { list-style: none; padding: 0; margin: 0; }
.decision-list li { padding: 24px 0; border-bottom: 1px solid rgba(38,38,36,.35); }
.decision-list strong { display: block; font-size: var(--h5); font-weight: 900; margin-bottom: 8px; }
.decision-list span { display: block; max-width: 46ch; }
.pain { border-radius: 0; background: transparent; padding: 16px 0; }
.pain b { display: block; margin-bottom: 8px; }
.guarantee p:not(.guarantee__flag) { max-width: 34ch; font-size: var(--p1); line-height: 1.5; }
.guarantee { padding-top: 48px; }
.closing .section-h2 { max-width: 24ch; }
.closing .btn { margin-top: 16px; }
.btn--primary, .btn--pillcyan, .price__flag, .pre__flag--cyan { color: var(--ink); }
.price__amount { color: var(--ink); }
.price__anchor, .price__note, .price__cap, .price__perks li, .price__buy { font-size: 16px; }
.faq-band .section-h2 { color: var(--ink); }
.site-footer__nav a { min-height: 44px; }
@media (max-width:900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .hero__doctor { width: 100%; margin: 0 auto; max-width: 680px; }
  .hero .lead { font-size: 18px; }
  .hero__h1 { max-width: 24ch; }
  .outcomes > div { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width:599px) {
  .hero { padding-top: 32px; padding-bottom: 40px; }
  .hero .ix { font-size: 16px; }
  .hero__h1 { font-size: 34px; }
  .hero__cta { gap: 8px 16px; margin-top: 24px; }
  .hero__cta .btn { padding-inline: 24px; }
  .hero__fine { margin-top: 16px; }
  .hero__doctor { width: 100%; margin-left: 0; }
  .pre { padding: 24px; }
}
