/* ============================================================
   Race-Day Guide — Per-page styles
   ============================================================ */

/* ============================================================
   PAGE 1 — COVER
   ============================================================ */
.p1 {
  background: var(--navy);
  color: var(--white);
  padding: 0;
}
.p1-bg {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 58%;
  overflow: hidden;
}
.p1-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  filter: saturate(0.85) contrast(1.05) brightness(0.92);
}
.p1-photo-grade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,17,40,0.55) 0%, rgba(10,17,40,0.15) 28%, rgba(10,17,40,0.1) 60%, rgba(10,17,40,1) 100%),
    linear-gradient(180deg, rgba(27,64,220,0.18) 0%, rgba(10,17,40,0) 50%);
  mix-blend-mode: normal;
}
.p1-base {
  position: absolute;
  top: 56%; left: 0; right: 0; bottom: 0;
  background: var(--navy);
}
.p1-base::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 80%, rgba(27,64,220,0.38), transparent 55%),
    radial-gradient(circle at 10% 95%, rgba(27,64,220,0.18), transparent 50%);
}

.p1-header {
  position: absolute;
  top: 10mm; left: var(--margin); right: var(--margin);
  display: flex; justify-content: space-between; align-items: center;
  z-index: 5;
  color: var(--white);
}
.p1-logo-set {
  display: flex; align-items: center;
}
.p1-logo-set img {
  height: 28px;
  width: auto;
  display: block;
}
.p1-locale {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
}
.p1-locale-l2 {
  opacity: 0.85;
}
.p1-x { color: var(--lime); font-family: var(--font-display); font-weight: 700; font-size: 14pt; line-height: 1; }
.p1-locale .p1-l-en { color: var(--lime); }

/* Date stamp */
.p1-date {
  position: absolute;
  top: 22mm;
  right: var(--margin);
  z-index: 5;
  text-align: right;
  color: var(--white);
}
.p1-date-row {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: rgba(127,238,178,0.95);
  color: var(--navy);
  padding: 8px 12px 9px;
  border-radius: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1;
}
.p1-date-day { font-size: 11pt; letter-spacing: 0.04em; opacity: 0.7; }
.p1-date-num { font-size: 22pt; letter-spacing: -0.02em; }
.p1-date-sep { color: var(--navy); opacity: 0.5; }
.p1-date-yr  { font-size: 11pt; opacity: 0.7; }
.p1-date-sub {
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: 8.5pt;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--white);
  opacity: 0.85;
}

/* Hero headline */
.p1-headline {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  bottom: 95mm;
  z-index: 5;
}
.p1-eye {
  display: inline-flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.85);
  font-family: var(--font-body);
  font-size: 9pt;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.p1-eye-dot {
  width: 8px; height: 8px;
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(127,238,178,0.18);
}
.p1-hero {
  display: block;
  font-size: 82pt;
  line-height: 0.86;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: var(--white);
  margin: 0;
}
.p1-hero > span { display: block; }
.p1-l1 { color: rgba(255,255,255,0.85); font-weight: 600; font-size: 36pt; letter-spacing: -0.02em; }
.p1-l2 { color: var(--white); }
.p1-l3 { color: var(--white); }
.p1-l3 .mark-lime::after { background: var(--lime); height: 0.34em; }

/* Hamburg. — full lime fill block, navy text for readability */
.p1-hamburg {
  position: relative;
  display: inline-block;
  background: var(--lime);
  color: var(--navy);
  padding: 0 0.12em 0.06em;
  border-radius: 4px;
  margin-left: 0.04em;
  line-height: 0.95;
}
.p1-hamburg > span { color: var(--navy); }

.p1-arrow {
  display: none;
}
.p1-arrow svg { width: 100%; height: 100%; fill: currentColor; }

/* Distance strip */
.p1-distances {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  bottom: 65mm;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  color: var(--white);
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.dist { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; flex: 1; }
.dist-icon { width: 30px; height: 30px; color: var(--lime); opacity: 0.95; }
.dist-icon svg { width: 100%; height: 100%; }
.dist-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32pt;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--white);
}
.dist-unit {
  font-size: 16pt;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0;
  margin-left: 2px;
}
.dist-label {
  font-family: var(--font-body);
  font-size: 9pt;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--lime);
}
.dist-sep {
  font-family: var(--font-display);
  font-size: 36pt;
  font-weight: 300;
  color: rgba(255,255,255,0.2);
  line-height: 1;
  padding-bottom: 4px;
}

/* Bottom body block */
.p1-body-after-line {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  bottom: 45mm;
  z-index: 5;
  font-family: var(--font-body);
  font-size: 10.5pt;
  line-height: 1.5;
  color: rgba(255,255,255,0.88);
  max-width: 155mm;
  text-wrap: pretty;
  margin: 0;
}
.p1-foot {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  bottom: 12mm;
  z-index: 5;
}
.p1-foot-body {
  font-family: var(--font-body);
  font-size: 10pt;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
  max-width: 150mm;
  margin-bottom: 14px;
  text-wrap: pretty;
}
.p1-foot-meta {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.p1-foot-meta-l { display: flex; flex-direction: column; gap: 6px; }
.p1-foot-meta-l .eyebrow { color: rgba(255,255,255,0.55); }
.p1-toc {
  display: flex; flex-wrap: wrap; align-items: center;
  font-family: var(--font-body);
  font-size: 8.5pt;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  gap: 4px 10px;
  max-width: 100%;
}
.p1-toc > span { white-space: nowrap; }
.p1-toc .dot { color: var(--lime); }
.p1-foot-meta-r { text-align: right; }
.p1-foot-meta-r .eyebrow { color: rgba(255,255,255,0.55); display:block; margin-bottom: 4px; }
.p1-foot-date {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14pt;
  color: var(--lime);
  letter-spacing: -0.02em;
}

/* ============================================================
   PAGE 2 — DIE WOCHE DAVOR
   ============================================================ */
.p2 {
  background: var(--paper);
  padding: 16mm var(--margin) 11mm;
}
.p2-wrap {
  position: relative;
  display: flex; flex-direction: column;
  gap: 7mm;
}
.p2-head { display: flex; flex-direction: column; gap: 12px; }
.p2-title {
  font-size: 34pt;
  line-height: 0.96;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 4px 0 0;
}
.p2-lead { font-size: 10.5pt; max-width: 165mm; }

.p2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6mm;
}
.p2-card {
  border-radius: 14px;
  padding: 6mm 6mm;
  min-height: 0;
  position: relative;
  overflow: hidden;
}
.p2-do {
  background: var(--deep-blue);
  color: var(--white);
}
.p2-do::before {
  content: "";
  position: absolute;
  right: -40mm; bottom: -40mm;
  width: 80mm; height: 80mm;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(127,238,178,0.18) 0%, transparent 70%);
}
.p2-dont {
  background: var(--navy);
  color: var(--white);
}
.p2-card-head { margin-bottom: 16px; }
.p2-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px 6px 10px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 9pt;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.p2-tag-do  { background: var(--lime); color: var(--navy); }
.p2-tag-dont {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.35);
}
.p2-tag-dont svg { color: #ff6b6b; }

.p2-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.p2-list li { font-size: 9.5pt; line-height: 1.4; padding-left: 22px; position: relative; color: rgba(255,255,255,0.94); }
.p2-list li strong { display: block; color: var(--white); font-weight: 700; }
.p2-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 13px; height: 13px;
  background: var(--lime);
  border-radius: 3px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 12.5l5 5 11-11 1.5 1.5L9 21 2.5 14z'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 12.5l5 5 11-11 1.5 1.5L9 21 2.5 14z'/></svg>") center/contain no-repeat;
}
.p2-list-dont li { color: rgba(255,255,255,0.85); }
.p2-list-dont li::before {
  content: "×";
  background: transparent;
  border: 0;
  width: auto; height: auto;
  top: -1px;
  left: 0;
  font-size: 17px;
  font-weight: 700;
  color: #ff7a7a;
  line-height: 1;
  mask: none; -webkit-mask: none;
}
.p2-list-dont li::after { display: none; }

/* Mental block */
.p2-mental {
  background: var(--white);
  border-radius: 16px;
  padding: 6mm 7mm;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 8mm;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.p2-mental::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: var(--lime);
}
.p2-mental-head { display: flex; flex-direction: column; gap: 10px; }
.p2-mental-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18pt;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0;
}
.p2-mental-body {
  font-size: 9.5pt;
  line-height: 1.5;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.p2-bubbles {
  display: flex; flex-direction: column;
  gap: 8px;
  padding-left: 4px;
}
.p2-bubbles .bubble {
  align-self: flex-start;
  font-size: 10.5pt;
  font-weight: 600;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
  white-space: normal;
  max-width: 100%;
}
.p2-bubbles .bubble:nth-child(2) { align-self: flex-end; }

/* Prozessziel */
.p2-process {
  border-top: 1px solid var(--rule);
  padding-top: 4mm;
  display: grid;
  grid-template-columns: auto 1fr 1.4fr;
  gap: 6mm;
  align-items: start;
}
.p2-process-tag {
  background: var(--deep-blue);
  color: var(--white);
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 8.5pt;
  letter-spacing: 0.14em;
}
.p2-process-q {
  font-size: 19pt;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.p2-process-body {
  font-size: 9.5pt;
  line-height: 1.5;
  text-wrap: pretty;
}

/* ============================================================
   PAGE 3 — VORABEND
   ============================================================ */
.p3 {
  background: var(--paper);
  padding: 16mm var(--margin) 11mm;
}
.p3-wrap { display: flex; flex-direction: column; gap: 5mm; }
.p3-head { display: flex; flex-direction: column; gap: 10px; }
.p3-title {
  font-size: 28pt;
  line-height: 0.98;
  letter-spacing: -0.025em;
}
.p3-lead { font-size: 10.5pt; max-width: 165mm; }

.p3-cols {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 4mm;
}
.p3-col {
  background: var(--white);
  border-radius: 12px;
  padding: 6mm 5mm;
  position: relative;
  border: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 8px;
}
.p3-col-essen { background: var(--navy); color: var(--white); border-color: var(--navy); }
.p3-col-essen .eyebrow { color: var(--lime); }
.p3-col-material { background: var(--white); }
.p3-col-schlaf { background: var(--deep-blue); color: var(--white); border-color: var(--deep-blue); }
.p3-col-schlaf .eyebrow { color: var(--lime); }

.p3-col-no {
  position: absolute;
  top: 5mm; right: 5mm;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16pt;
  line-height: 1;
  color: var(--rule);
  letter-spacing: 0;
  opacity: 0.85;
}
.p3-col-essen .p3-col-no, .p3-col-schlaf .p3-col-no { color: rgba(255,255,255,0.22); opacity: 1; }
.p3-col > .eyebrow { padding-right: 28px; }
.p3-col-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14pt;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
  max-width: 90%;
}
.p3-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.p3-bullets li {
  font-size: 9pt; line-height: 1.4;
  padding-left: 14px; position: relative;
}
.p3-col-essen .p3-bullets li, .p3-col-schlaf .p3-bullets li { color: rgba(255,255,255,0.92); }
.p3-bullets li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 6px; height: 6px;
  background: var(--lime);
  border-radius: 2px;
  transform: rotate(45deg);
}
.p3-col-material .p3-bullets li::before { background: var(--deep-blue); }

/* Checklist (material) */
.p3-checklist { display: flex; flex-direction: column; gap: 8px; margin-top: 2px; }
.p3-check-head {
  font-family: var(--font-body);
  font-size: 8pt;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--deep-blue);
}
.p3-check-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 12px;
  font-size: 8.5pt;
  line-height: 1.35;
}
.p3-check-grid label {
  display: flex; align-items: baseline; gap: 6px;
  color: var(--ink);
}
.p3-check-grid label .ck-note { font-size: 0.82em; color: var(--ink-soft); }
.cbx {
  width: 12px; height: 12px;
  border: 1.5px solid var(--ink-soft);
  border-radius: 3px;
  flex-shrink: 0;
}

.p3-bubble {
  font-size: 9.5pt;
  font-weight: 500;
  line-height: 1.4;
  font-family: var(--font-body);
  background: var(--white);
  color: var(--navy);
}
.p3-bubble::after { color: var(--white); }

/* Bottom row */
.p3-bottom { display: grid; grid-template-columns: 1.4fr 1fr; gap: 4mm; }
.p3-warn {
  background: var(--lime);
  color: var(--navy);
  padding: 5mm 5mm;
  border-radius: 12px;
}
.p3-warn-head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 8px;
  color: var(--navy);
}
.p3-warn-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.p3-warn-list li { font-size: 9pt; line-height: 1.4; padding-left: 14px; position: relative; }
.p3-warn-list li::before {
  content: "→"; position: absolute; left: 0; top: 0;
  color: var(--navy); font-weight: 700;
}
.p3-mag {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 5mm;
  position: relative;
  display: flex; flex-direction: column; gap: 6px;
}
.p3-mag .p3-mag-werbung {
  position: absolute; top: 4mm; right: 4mm;
  background: var(--navy);
  color: rgba(255,255,255,0.88);
  margin-right: 0;
}
.p3-mag-tag {
  display: inline-block;
  background: var(--navy);
  color: var(--lime);
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 7.5pt;
  letter-spacing: 0.12em;
  align-self: flex-start;
  white-space: nowrap;
}
.p3-mag-title { font-size: 14pt; line-height: 1.05; letter-spacing: -0.02em; }
.p3-mag-body { font-size: 8.5pt; line-height: 1.4; color: var(--ink-soft); text-wrap: pretty; }
.p3-mag-code {
  display: flex; align-items: baseline; gap: 6px;
  padding-top: 6px;
  border-top: 1px dashed var(--rule);
}
.p3-mag-code-val {
  font-family: var(--font-display); font-weight: 700;
  font-size: 16pt;
  letter-spacing: 0.02em;
  color: var(--deep-blue);
}

/* ============================================================
   PAGE 4 — RACE MORNING + WECHSELZONE
   ============================================================ */
.p4 {
  background: var(--paper);
  padding: 14mm var(--margin) 14mm;
}
.p4-wrap { display: flex; flex-direction: column; gap: 4mm; }
.p4-head { display: flex; flex-direction: column; gap: 6px; margin-bottom: 0; }
.p4-title { font-size: 22pt; line-height: 0.98; letter-spacing: -0.025em; }
.p4-lead { font-size: 9.5pt; max-width: 170mm; }

.p4-grid {
  display: flex;
  flex-direction: column;
  gap: 6mm;
}

/* Timeline (compact for 3-col row) */
.p4-timeline {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 4mm;
  display: flex; flex-direction: column; gap: 5px;
}
.p4-tl { list-style: none; padding: 0; margin: 3px 0 0; display: flex; flex-direction: column; gap: 6px; position: relative; }
.p4-tl::before {
  content: "";
  position: absolute;
  left: 19px; top: 12px; bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--deep-blue) 0%, var(--lime) 100%);
  border-radius: 1px;
}
.tl-item { display: grid; grid-template-columns: 38px 1fr; gap: 8px; position: relative; }
.tl-time {
  display: flex; flex-direction: column;
  align-items: center;
  background: var(--navy);
  color: var(--white);
  border-radius: 8px;
  padding: 5px 0 4px;
  position: relative;
  z-index: 1;
  height: max-content;
}
.tl-time-num { font-family: var(--font-display); font-weight: 700; font-size: 10pt; line-height: 1; color: var(--lime); }
.tl-time-lbl { font-size: 4.5pt; letter-spacing: 0.08em; opacity: 0.6; margin-top: 1px; text-transform: uppercase; }
.tl-body { padding-top: 1px; }
.tl-title { font-family: var(--font-display); font-weight: 700; font-size: 9.5pt; line-height: 1.1; color: var(--ink); margin-bottom: 2px; }
.tl-text { font-size: 7.2pt; line-height: 1.3; color: var(--ink-soft); text-wrap: pretty; }
.tl-ex { display: flex; flex-direction: column; gap: 1px; margin-top: 2px; font-size: 6.8pt; color: var(--ink-soft); padding-left: 6px; border-left: 2px solid var(--lime); }
.tl-foot { margin-top: 2px; font-size: 6.8pt; color: var(--ink-soft); font-style: italic; }

/* Main right column */
.p4-main { display: flex; flex-direction: column; gap: 3mm; min-width: 0; }

/* Wechselzone hero */
.p4-wz {
  background: var(--navy);
  border-radius: 14px;
  padding: 4mm;
  overflow: hidden;
  line-height: 0;
}
.p4-wz-illus { display: block; width: 100%; height: auto; border-radius: 6px; }
.p4-wz-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 3mm; }
.p4-wz-title { font-size: 14pt; letter-spacing: -0.025em; color: var(--white); line-height: 1; margin: 0; }
.p4-wz-vis { display: flex; gap: 4mm; align-items: stretch; }
.p4-wz-sketch {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #0A1128;
  flex: 1.55;
  min-width: 0;
  aspect-ratio: 460 / 320;
}
.wz-svg { display: block; width: 100%; height: 100%; }
.p4-wz-legend {
  flex: 1;
  min-width: 0;
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 3mm;
}
.wzl-item {
  display: flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  padding: 6px 9px;
  flex: 1;
}
.wzl-num {
  flex: none;
  width: 18px; height: 18px;
  border-radius: 999px;
  background: var(--lime); color: var(--navy);
  font-family: var(--font-display); font-weight: 700;
  font-size: 9.5pt; line-height: 18px; text-align: center;
}
.wzl-icon {
  flex: none;
  width: 30px; height: 30px;
  object-fit: contain;
}
.wzl-txt {
  display: flex; flex-direction: column;
  font-size: 7pt; line-height: 1.25;
  color: rgba(255,255,255,0.68);
  min-width: 0;
}
.wzl-txt strong {
  font-family: var(--font-display); font-weight: 700;
  font-size: 9pt; color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 1px;
}
.p4-wz-warn {
  position: absolute;
  left: 12px; bottom: 12px;
  background: var(--lime);
  color: var(--navy);
  border-radius: 10px;
  padding: 7px 10px 7px 8px;
  display: flex; gap: 8px; align-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
  max-width: 62mm;
}
.p4-wz-warn-icon {
  background: var(--navy);
  color: var(--lime);
  width: 22px; height: 22px;
  border-radius: 5px;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13pt;
  line-height: 1;
}
.p4-wz-warn-l1 { font-family: var(--font-display); font-weight: 700; font-size: 11pt; line-height: 1; }
.p4-wz-warn-l2 { font-size: 7.5pt; line-height: 1.3; margin-top: 2px; }

.p4-tt { display: grid; grid-template-columns: 1fr 1fr; gap: 3mm; margin-top: 3mm; }
.tt-block { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 3mm 4mm; }
.tt-tag {
  display: inline-block;
  background: var(--lime); color: var(--navy);
  font-family: var(--font-display); font-weight: 700;
  font-size: 8.5pt;
  padding: 2px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
}
.tt-list { list-style: none; counter-reset: tt; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 3px; }
.tt-list li {
  counter-increment: tt;
  font-size: 7.5pt; line-height: 1.3;
  color: rgba(255,255,255,0.92);
  padding-left: 18px;
  position: relative;
}
.tt-list li::before {
  content: counter(tt);
  position: absolute; left: 0; top: 0;
  width: 14px; height: 14px;
  background: rgba(255,255,255,0.12);
  color: var(--white);
  border-radius: 3px;
  display: grid; place-items: center;
  font-size: 7pt; font-weight: 700;
  font-family: var(--font-display);
}
.tt-list .tt-key::before { background: var(--lime); color: var(--navy); }
.tt-list .tt-key { color: var(--white); }

/* Julia + nerves + Timeline (3-col row) */
.p4-tips { display: grid; grid-template-columns: 1.05fr 1.4fr 1fr; gap: 3mm; align-items: stretch; }
.p4-julia {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 4mm;
}
.p4-julia-head { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }
.p4-julia-avatar {
  width: 42px; height: 42px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--deep-blue);
  position: relative;
}
.p4-julia-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 24% 28%; transform: scale(1.32); }
.p4-julia-avatar::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px var(--lime);
}
.p4-julia-name { font-family: var(--font-display); font-weight: 700; font-size: 12pt; line-height: 1; color: var(--ink); }
.p4-julia-meta { font-size: 7.5pt; color: var(--ink-soft); margin-top: 2px; }
.p4-julia-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 5px; }
.p4-julia-list li { display: flex; gap: 7px; align-items: flex-start; font-size: 8pt; line-height: 1.35; color: var(--ink); }
.p4-julia-list .step-num { width: 20px; height: 20px; font-size: 9pt; }

.p4-nerves {
  background: var(--deep-blue);
  color: var(--white);
  border-radius: 12px;
  padding: 4mm;
  display: flex; flex-direction: column; gap: 7px;
}
.p4-nerves .eyebrow { color: var(--lime); }
.p4-nerve-bubble { align-self: flex-start; font-family: var(--font-display); font-weight: 700; font-size: 11pt; }
.p4-nerve-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.p4-nerve-list li { font-size: 8pt; line-height: 1.35; padding-left: 11px; position: relative; color: rgba(255,255,255,0.94); }
.p4-nerve-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; border-radius: 999px; background: var(--lime); }

/* Spielregeln band */
.p4-rules {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 3.5mm 4mm 4mm;
}
.p4-rules-head {
  display: flex; justify-content: flex-start; align-items: baseline;
  margin-bottom: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--rule);
}
.p4-rules-body {
  display: grid;
  grid-template-columns: 1fr 36mm;
  gap: 4mm;
  align-items: center;
}

/* Source / QR card inside rules — text + QR stacked vertically */
.p4-source {
  display: flex; flex-direction: column; gap: 6px;
  padding: 8px 10px;
  background: var(--paper);
  border: 1px dashed var(--rule);
  border-radius: 10px;
  align-items: center;
  text-align: center;
}
.p4-source-qr {
  width: 56px; height: 56px;
  background: var(--white);
  border-radius: 6px;
  padding: 2px;
  flex-shrink: 0;
}
.p4-source-qr img { width: 100%; height: 100%; display: block; }
.p4-source-txt { display: flex; flex-direction: column; gap: 1px; min-width: 0; text-align: center; }
.p4-source-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 9.5pt;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1.1;
}
.p4-source-url {
  font-family: ui-monospace, monospace;
  font-size: 5.4pt;
  color: var(--deep-blue);
  font-weight: 600;
  word-break: break-word;
  line-height: 1.3;
  margin-top: 2px;
}
.p4-rules-head .eyebrow { color: var(--deep-blue); }
.p4-rules-hint { font-size: 8pt; color: var(--ink-soft); }
.p4-rules-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2.5mm; }
.rule { position: relative; }
.rule-ico {
  min-width: 22px;
  height: 20px;
  padding: 0 5px;
  background: var(--navy);
  color: var(--lime);
  border-radius: 5px;
  display: inline-grid; place-items: center;
  margin-bottom: 5px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 8pt;
  letter-spacing: 0;
  line-height: 1;
}
.rule-title { font-family: var(--font-display); font-weight: 700; font-size: 8.5pt; color: var(--ink); margin-bottom: 1px; line-height: 1.1; }
.rule-body { font-size: 6.8pt; line-height: 1.28; color: var(--ink-soft); text-wrap: pretty; }

/* Source / QR card inside rules — stacked vertically (replaced above) */
.p4-source-old {
  display: flex; align-items: center; gap: 10px;
}

/* ============================================================
   PAGE 5 — IM RENNEN (deep blue immersive)
   ============================================================ */
.p5 {
  background: var(--deep-blue);
  color: var(--white);
  padding: 13mm var(--margin) 14mm;
  position: relative;
  overflow: hidden;
}
.p5::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 5%, rgba(127,238,178,0.12), transparent 35%),
    radial-gradient(circle at 5% 100%, rgba(10,17,40,0.4), transparent 50%);
  pointer-events: none;
}
.p5-wrap { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 2mm; }
.p5-head { display: flex; flex-direction: column; gap: 8px; }
.p5-title { font-size: 26pt; line-height: 0.98; color: var(--white); }
.p5-lead { font-size: 10pt; line-height: 1.45; color: rgba(255,255,255,0.88); max-width: 165mm; text-wrap: pretty; }

/* Phase strip */
.p5-strip {
  display: flex; align-items: center; gap: 6px;
  padding: 7px 12px;
  background: rgba(10,17,40,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 9pt;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  width: max-content;
}
.ps-item { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; }
.ps-item .ps-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 999px; }
.ps-item.ps-t { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.75); font-size: 8.5pt; }
.ps-arrow { color: rgba(255,255,255,0.4); font-size: 11pt; }

.p5-disc {
  display: flex;
  flex-direction: column;
  gap: 1.5mm;
}

/* Discipline row — horizontal: [meta | body | side] */
.disc {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 3px solid var(--lime);
  border-radius: 12px;
  padding: 3mm 5mm;
  display: grid;
  grid-template-columns: 86px 1fr 54mm;
  gap: 6mm;
  align-items: center;
  position: relative;
  backdrop-filter: blur(2px);
}
.d-swim::before, .d-bike::before, .d-run::before { display: none; }

.disc-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}
.disc-no {
  position: absolute;
  top: -4mm; right: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 9pt;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.06em;
}
.disc-icon { display: none; }
.disc-distance {
  font-size: 26pt;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
}
.disc-unit { font-size: 12pt; color: rgba(255,255,255,0.55); font-weight: 500; }
.disc-name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 7.5pt;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime);
  margin-top: 2px;
}

.disc-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.disc-hook { font-size: 8.2pt; line-height: 1.35; color: rgba(255,255,255,0.95); text-wrap: pretty; }
.disc-hook strong { color: var(--white); }
.disc-list { list-style: none; padding: 0; margin: 1px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px 12px; }
.disc-list li {
  font-size: 7.5pt; line-height: 1.3;
  padding-left: 9px; position: relative;
  color: rgba(255,255,255,0.8);
}
.disc-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 6px;
  width: 4px; height: 4px;
  background: var(--lime);
}

.disc-side {
  border-left: 1px dashed rgba(255,255,255,0.18);
  padding-left: 4mm;
  display: flex; flex-direction: column; gap: 4px;
  align-self: stretch;
  justify-content: center;
}
.disc-side .ea {
  font-size: 6.5pt;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
}
.disc-anchor-bubble {
  align-self: flex-start;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10pt;
  letter-spacing: 0;
  padding: 5px 10px;
}
.ag-mini { font-size: 7.4pt; line-height: 1.35; color: rgba(255,255,255,0.88); }
.ag-mini .agcd { font-family: var(--font-display); font-weight: 700; color: var(--lime); letter-spacing: 0.02em; }
.disc-warn-inline {
  display: flex; gap: 6px; align-items: flex-start;
  font-size: 7.4pt; line-height: 1.35;
  color: var(--white);
  background: rgba(127,238,178,0.12);
  border: 1px solid rgba(127,238,178,0.35);
  border-radius: 6px;
  padding: 4px 7px;
}
.dw-ico { color: var(--lime); font-size: 10pt; line-height: 1; flex-shrink: 0; }

/* ===== Transition bands — full width, all steps inline ===== */
.trans {
  background: var(--navy);
  border: 1px solid rgba(127,238,178,0.28);
  border-radius: 10px;
  padding: 2.5mm 5mm;
  display: grid;
  grid-template-columns: 32mm 1fr;
  gap: 5mm;
  align-items: center;
  position: relative;
}
.trans-head { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.trans-tag {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--lime);
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12pt;
  padding: 2px 8px;
  border-radius: 5px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.trans-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11pt;
  letter-spacing: -0.015em;
  color: var(--white);
}
.trans-sub {
  display: block;
  flex-basis: 100%;
  font-size: 6.5pt;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 1px;
}

.trans-steps {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px 10px;
}
.trans-steps li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 7.2pt;
  line-height: 1.25;
  color: rgba(255,255,255,0.85);
}
.ts-no {
  flex-shrink: 0;
  display: grid; place-items: center;
  width: 15px; height: 15px;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border-radius: 3px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 7.5pt;
  line-height: 1;
}
.trans-steps li.ts-key .ts-no { background: var(--lime); color: var(--navy); }
.trans-steps li.ts-key { color: var(--white); }
.trans-steps li strong { color: var(--white); }

.p5-mental {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5mm;
  align-items: center;
  background: rgba(10,17,40,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 3.5mm 5mm;
}
.p5-mental-title { font-size: 16pt; color: var(--lime); margin-bottom: 2px; }
.p5-mental-body { font-size: 9pt; line-height: 1.4; color: rgba(255,255,255,0.9); margin-top: 3px; text-wrap: pretty; }
.p5-mental-r { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.p5-mental-r .bubble {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10pt;
  letter-spacing: 0;
  width: max-content;
  max-width: 100%;
}

/* ============================================================
   PAGE 6 — NACH DEM FINISH
   ============================================================ */
.p6 {
  background: var(--paper);
  padding: 16mm var(--margin) 7mm;
}
.p6-wrap { display: flex; flex-direction: column; gap: 2mm; }
.p6-head { display: flex; flex-direction: column; gap: 6px; }
.p6-title { font-size: 26pt; line-height: 0.96; letter-spacing: -0.03em; }
.p6-lead { font-size: 9.5pt; max-width: 165mm; }

/* Timeline */
.p6-timeline {
  display: grid;
  grid-template-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  gap: 0;
  align-items: stretch;
}
.p6-tl-item {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 3mm 3mm;
  display: flex; flex-direction: column; gap: 3px;
}
.p6-tl-time {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11pt;
  color: var(--deep-blue);
  line-height: 1;
  letter-spacing: -0.02em;
}
.p6-tl-sub { color: var(--ink-soft); font-size: 7pt; font-weight: 500; margin-left: 3px; }
.p6-tl-title { font-family: var(--font-display); font-weight: 700; font-size: 9.5pt; color: var(--ink); line-height: 1.15; }
.p6-tl-item ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.p6-tl-item ul li { font-size: 7.5pt; line-height: 1.3; color: var(--ink-soft); padding-left: 8px; position: relative; }
.p6-tl-item ul li::before { content: ""; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; background: var(--lime); border-radius: 1px; }
.p6-tl-arrow {
  display: flex; align-items: center; justify-content: center;
  color: var(--deep-blue);
  font-weight: 700;
}
.p6-tl-arrow::before { content: "→"; font-family: var(--font-display); font-size: 14pt; }

/* HERO Würdigen block */
.p6-hero {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 4mm 4mm;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4mm;
  position: relative;
  overflow: hidden;
}
.p6-hero::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--lime), var(--deep-blue));
}
.p6-hero-l { display: flex; flex-direction: column; gap: 7px; padding-left: 5px; }
.p6-hero-title {
  font-size: 18pt;
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 4px 0 0;
}
.p6-hero-body { font-size: 8.5pt; line-height: 1.4; color: var(--ink-soft); text-wrap: pretty; }
.p6-hero-callout {
  font-family: var(--font-display);
  font-weight: 600;
  font-style: italic;
  font-size: 10pt;
  color: var(--deep-blue);
  line-height: 1.2;
  border-left: 2px solid var(--lime);
  padding-left: 7px;
  margin-top: 2px !important;
}
.p6-hero-r { display: flex; flex-direction: column; gap: 6px; }
.p6-finish-photo {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 5.5;
  background: var(--navy);
}
.p6-finish-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }

.p6-actions { display: flex; flex-direction: column; gap: 4px; }
.p6-act { display: flex; gap: 7px; align-items: flex-start; font-size: 8pt; line-height: 1.3; color: var(--ink-soft); }
.p6-act-no {
  width: 18px; height: 18px;
  background: var(--lime);
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 8pt;
  border-radius: 999px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.p6-act strong { color: var(--ink); }

.p6-art {
  background: var(--navy);
  color: var(--white);
  border-radius: 14px;
  padding: 4mm 5mm 4mm;
  position: relative;
  overflow: hidden;
}
.p6-art-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 16px;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.p6-art-tag { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.p6-art-tag .eyebrow { color: var(--lime); }
.p6-art-name { font-family: var(--font-display); font-weight: 700; font-size: 14pt; letter-spacing: -0.02em; color: var(--white); line-height: 1; margin-top: 4px; }
.p6-art-code { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.p6-art-code-val {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16pt;
  letter-spacing: 0.04em;
  color: var(--lime);
  line-height: 1;
}
.p6-art-code-sub { font-size: 7.5pt; color: rgba(255,255,255,0.6); letter-spacing: 0.08em; }
.p6-art-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3mm; }
.ag {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 2.5mm 3mm;
  display: flex; flex-direction: column; gap: 2px;
}
.ag-icon { width: 20px; height: 20px; color: var(--lime); }
.ag-icon svg { width: 100%; height: 100%; }
.ag-name { font-family: var(--font-display); font-weight: 700; font-size: 8.5pt; color: var(--white); line-height: 1.15; margin-top: 2px; }
.ag-when { font-size: 7pt; color: var(--lime); font-weight: 600; }
.ag-why { font-size: 7pt; color: rgba(255,255,255,0.6); line-height: 1.3; margin-top: 1px; }

/* Footer area: closing only (QR moved to P4) */
.p6-footer {
  display: block;
}
.p6-foot-l {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 5mm 5mm;
  display: flex; flex-direction: column; gap: 14px;
}
.p6-close-bubble { font-family: var(--font-display); font-weight: 700; font-size: 11pt; align-self: flex-start; }
.p6-foot-text { font-size: 8.5pt; line-height: 1.45; color: var(--ink-soft); text-wrap: pretty; }
.p6-foot-channels {
  display: flex; align-items: center; gap: 8px;
  padding-top: 4px;
  border-top: 1px dashed var(--rule);
  font-family: var(--font-body);
  flex-wrap: wrap;
}
.p6-ch-handle {
  font-weight: 600;
  font-size: 9pt;
  color: var(--deep-blue);
  letter-spacing: -0.005em;
}
.p6-ch-dot { color: var(--rule); }

.p6-foot-r { display: flex; }
.p6-rule {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 3.5mm 4mm;
  width: 100%;
  display: flex; flex-direction: column; gap: 4px;
}
.p6-rule-row { display: flex; gap: 10px; align-items: center; }
.p6-qr {
  width: 46px; height: 46px;
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  padding: 2px;
}
.p6-qr img { width: 100%; height: 100%; display: block; }
.p6-qr svg { width: 100%; height: 100%; }
.p6-rule-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.p6-rule-title { font-family: var(--font-display); font-weight: 700; font-size: 9.5pt; color: var(--ink); line-height: 1.1; }
.p6-rule-url { font-family: ui-monospace, monospace; font-size: 8pt; color: var(--deep-blue); font-weight: 600; word-break: break-word; line-height: 1.3; }
.p6-rule-hint { font-size: 7pt; color: var(--ink-soft); letter-spacing: 0.04em; }

.p6-partners {
  margin-top: 3mm;
  padding-top: 3mm;
  border-top: 1px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}
.p6-partner-text {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 10pt;
  letter-spacing: -0.01em;
  color: var(--ink);
  white-space: nowrap;
}
.pp-name { color: var(--ink); }

/* ============================================================
   PAGE 7 — BACK COVER
   Bookend page in navy/blue, mirrors P1 cover.
   ============================================================ */
.p7 {
  background: var(--navy);
  color: var(--white);
  padding: 0;
}
.p7-bg {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 55%;
  overflow: hidden;
}
.p7-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  filter: saturate(0.9) contrast(1.05) brightness(0.94);
}
.p7-photo-grade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,17,40,0.45) 0%, rgba(10,17,40,0.15) 25%, rgba(10,17,40,0.1) 55%, rgba(10,17,40,1) 100%),
    linear-gradient(180deg, rgba(27,64,220,0.2) 0%, rgba(10,17,40,0) 50%);
}
.p7-base {
  position: absolute;
  top: 53%; left: 0; right: 0; bottom: 0;
  background: var(--navy);
}
.p7-base::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 30%, rgba(27,64,220,0.35), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(27,64,220,0.18), transparent 50%);
}

.p7-header {
  position: absolute;
  top: 10mm; left: var(--margin); right: var(--margin);
  display: flex; justify-content: space-between; align-items: center;
  z-index: 5;
  color: var(--white);
}

/* Date pill (top right under header) */
.p7-date {
  position: absolute;
  top: 22mm;
  right: var(--margin);
  z-index: 5;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: var(--lime);
  color: var(--navy);
  padding: 8px 12px 9px;
  border-radius: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1;
}
.p7-date-day { font-size: 11pt; letter-spacing: 0.04em; opacity: 0.7; }
.p7-date-num { font-size: 22pt; letter-spacing: -0.02em; }
.p7-date-yr  { font-size: 11pt; opacity: 0.7; }

/* Closing block (lower half) */
.p7-closing {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  bottom: 50mm;
  z-index: 5;
  color: var(--white);
}
.p7-eye {
  display: inline-flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.85);
  font-family: var(--font-body);
  font-size: 9pt;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.p7-hero {
  font-size: 82pt;
  line-height: 0.88;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 18px;
}
.p7-hero > span { display: block; }
.p7-l1 {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  font-size: 38pt;
  letter-spacing: -0.02em;
}
.p7-l2 { color: var(--white); }
.p7-body {
  font-family: var(--font-body);
  font-size: 11pt;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  max-width: 155mm;
  text-wrap: pretty;
  margin: 0 0 20px;
}

/* CTA strip: 3-column app / social / hashtag */
.p7-cta {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.p7-cta-block { display: flex; flex-direction: column; gap: 4px; }
.p7-cta-block .eyebrow { color: rgba(255,255,255,0.55); }
.p7-cta-val {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16pt;
  letter-spacing: -0.015em;
  line-height: 1;
  color: var(--lime);
}
.p7-cta-channels {
  display: flex; flex-direction: column; gap: 2px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 9pt;
  color: rgba(255,255,255,0.78);
  letter-spacing: -0.005em;
  margin-top: 2px;
}
.p7-ig-handles {
  display: flex; flex-direction: column; gap: 3px;
}
.p7-ig-handles span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12pt;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.82);
}
.p7-ig-handles .ig-primary { color: rgba(255,255,255,0.82); }
.p7-cta-hint {
  font-size: 8.5pt;
  color: rgba(255,255,255,0.65);
  line-height: 1.3;
}
.p7-cta-divider {
  background: rgba(255,255,255,0.15);
  height: 100%;
}

/* Bottom credits */
.p7-foot {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  bottom: 14mm;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
}
.p7-foot-meta { display: flex; flex-direction: column; gap: 6px; }
.p7-foot-meta .eyebrow { color: rgba(255,255,255,0.55); }
.p7-partner-text {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11pt;
  letter-spacing: -0.01em;
  color: var(--white);
}
.p7-partner-text .pp-name { color: var(--white); }
.p7-x { color: var(--lime); font-family: var(--font-display); font-size: 11pt; font-weight: 400; }
.p7-foot-r { text-align: right; display: flex; flex-direction: column; gap: 4px; }
.p7-foot-r .eyebrow { color: rgba(255,255,255,0.55); }
.p7-loc {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11pt;
  color: var(--lime);
  letter-spacing: -0.01em;
}
.p6-partner-logos { display: flex; align-items: center; gap: 14px; }
.p6-x { color: var(--ink-soft); font-family: var(--font-display); font-size: 11pt; opacity: 0.4; }


/* ============================================================
   PAGE 5 (NEU) — SCHWIMMEN & FREIWASSER (Marco Henrichs)
   ============================================================ */
.psw {
  --sky: #52ADF5;
  background: var(--paper);
  padding: 16mm var(--margin) 16mm;
  display: flex;
  flex-direction: column;
}
.psw-wrap { display: flex; flex-direction: column; gap: 5mm; flex: 1; justify-content: space-between; }

.psw-head {
  display: grid;
  grid-template-columns: 1fr 66mm;
  gap: 6mm;
  align-items: start;
}
.psw-head-l { display: flex; flex-direction: column; gap: 8px; }
.psw-title { font-size: 25pt; line-height: 0.98; letter-spacing: -0.025em; color: var(--ink); margin: 9mm 0 0; }
.psw-lead { font-size: 9.3pt; line-height: 1.45; color: var(--ink-soft); max-width: 105mm; text-wrap: pretty; }
.psw-lead .wm { color: var(--deep-blue); font-weight: 600; }

/* Marco expert card */
.psw-expert {
  background: var(--navy);
  color: var(--white);
  border-radius: 14px;
  padding: 4.5mm 5mm;
  margin-top: 13mm;
  display: flex; flex-direction: column; gap: 8px;
  position: relative;
  overflow: hidden;
}
.psw-expert::before {
  content: ""; position: absolute; right: -22mm; top: -22mm;
  width: 44mm; height: 44mm; border-radius: 999px;
  background: radial-gradient(circle, rgba(82,173,245,0.3), transparent 70%);
}
.psw-expert-head { display: flex; gap: 11px; align-items: center; position: relative; z-index: 1; }
.psw-avatar {
  width: 46px; height: 46px; border-radius: 999px; flex-shrink: 0;
  background: linear-gradient(150deg, var(--deep-blue), var(--sky));
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 15pt; color: #fff;
  position: relative;
}
.psw-avatar::after { content: ""; position: absolute; inset: 0; border-radius: 999px; box-shadow: inset 0 0 0 2px var(--lime); }
.psw-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; border-radius: 999px; display: block; }
.psw-credit { font-size: 6pt; color: rgba(255,255,255,0.42); letter-spacing: 0.04em; margin-top: 1px; position: relative; z-index: 1; }
.psw-expert-name { font-family: var(--font-display); font-weight: 700; font-size: 13pt; line-height: 1; color: #fff; }
.psw-expert-role { font-size: 7.2pt; color: var(--lime); font-weight: 600; letter-spacing: 0.04em; margin-top: 3px; }
.psw-bubble {
  align-self: flex-start;
  background: var(--lime); color: var(--navy);
  font-family: var(--font-display); font-weight: 700; font-size: 9.5pt;
  padding: 5px 11px; border-radius: 10px;
  position: relative; z-index: 1;
}
.psw-creds { list-style: none; margin: 2px 0 0; padding: 0; display: flex; flex-direction: column; gap: 3px; position: relative; z-index: 1; }
.psw-creds li { font-size: 7.6pt; line-height: 1.3; color: rgba(255,255,255,0.88); padding-left: 13px; position: relative; }
.psw-creds li::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; border-radius: 999px; background: var(--sky); }
.psw-creds li.web { color: var(--sky); font-weight: 600; }
.psw-creds li.web::before { background: var(--lime); }

/* Three pillars */
.psw-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.5mm; }
.pil {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 4.5mm 4mm 4mm;
  display: flex; flex-direction: column; gap: 7px;
  position: relative;
}
.pil-head { display: flex; align-items: center; gap: 8px; }
.pil-no {
  width: 22px; height: 22px; border-radius: 7px; flex-shrink: 0;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 9pt; color: #fff;
}
.pil-1 .pil-no { background: var(--deep-blue); }
.pil-2 .pil-no { background: var(--sky); }
.pil-3 .pil-no { background: var(--lime); color: var(--navy); }
.pil-kicker { font-family: var(--font-body); font-size: 6.8pt; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); }
.pil-title { font-family: var(--font-display); font-weight: 700; font-size: 12.5pt; line-height: 1.02; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.pil-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.pil-list li { font-size: 7.6pt; line-height: 1.32; color: var(--ink-soft); padding-left: 12px; position: relative; text-wrap: pretty; }
.pil-list li strong { color: var(--ink); font-weight: 700; }
.pil-list li::before { content: ""; position: absolute; left: 0; top: 5px; width: 6px; height: 6px; border-radius: 2px; transform: rotate(45deg); }
.pil-1 .pil-list li::before { background: var(--deep-blue); }
.pil-2 .pil-list li::before { background: var(--sky); }
.pil-3 .pil-list li::before { background: var(--lime-dim); }
.pil-note {
  margin-top: auto;
  font-size: 7.3pt; line-height: 1.35; text-wrap: pretty;
  border-radius: 8px; padding: 6px 8px;
}
.pil-note strong { display: block; margin-bottom: 1px; }
.pil-1 .pil-note { background: rgba(27,64,220,0.07); color: var(--ink-soft); }
.pil-1 .pil-note strong { color: var(--deep-blue); }
.pil-2 .pil-note { background: rgba(82,173,245,0.12); color: var(--ink-soft); }
.pil-2 .pil-note strong { color: #1c6bb0; }

/* brille comparison mini icons */
.brille-pair { display: flex; gap: 6px; margin-top: 1px; }
.brille { flex: 1; display: flex; gap: 6px; align-items: center; background: var(--paper); border: 1px solid var(--rule); border-radius: 7px; padding: 4px 6px; }
.brille svg { width: 18px; height: 18px; flex-shrink: 0; }
.brille-ic {
  width: 30px; height: 18px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 4px;
  background: var(--navy);
}
.brille-l { display: flex; flex-direction: column; }
.brille-t { font-size: 6.6pt; font-weight: 700; color: var(--ink); line-height: 1.05; }
.brille-s { font-size: 5.8pt; color: var(--ink-soft); line-height: 1.1; }

/* Torpedo vs Surfbrett figure (inside pillar 3) */
.tsb { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 1px 0 2px; }
.tsb-cell { background: var(--paper); border: 1px solid var(--rule); border-radius: 8px; padding: 6px 7px; display: flex; flex-direction: column; gap: 3px; }
.tsb-svg { width: 100%; height: 30px; }
.tsb-name { font-family: var(--font-display); font-weight: 700; font-size: 8.5pt; color: var(--ink); line-height: 1; }
.tsb-sub { font-size: 6.2pt; color: var(--ink-soft); line-height: 1.15; }

/* Bottom band: Technik (Sektion 4) + Alster/pull-quote */
.psw-bottom { display: grid; grid-template-columns: 1.35fr 1fr; gap: 3.5mm; }
.psw-tech {
  background: var(--deep-blue);
  color: var(--white);
  border-radius: 12px;
  padding: 4.5mm 5mm;
  position: relative; overflow: hidden;
}
.psw-tech-head { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.psw-tech-tag { font-family: var(--font-body); font-size: 6.8pt; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--lime); }
.psw-tech-title { font-family: var(--font-display); font-weight: 700; font-size: 13pt; letter-spacing: -0.02em; color: #fff; line-height: 1; }
.psw-tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5mm; }
.psw-tech-item { display: flex; flex-direction: column; gap: 3px; }
.psw-tech-item .ti-h { font-family: var(--font-display); font-weight: 700; font-size: 9pt; color: var(--lime); line-height: 1.1; }
.psw-tech-item p { font-size: 7.6pt; line-height: 1.35; color: rgba(255,255,255,0.9); text-wrap: pretty; }

.psw-side { display: flex; flex-direction: column; gap: 3.5mm; }
.psw-quote {
  background: var(--lime); color: var(--navy);
  border-radius: 12px; padding: 4.5mm 5mm;
  font-family: var(--font-display); font-weight: 700;
  font-size: 13pt; line-height: 1.08; letter-spacing: -0.02em;
  text-wrap: balance;
}
.psw-alster {
  background: var(--navy); color: #fff;
  border-radius: 12px; padding: 4mm 5mm;
  display: flex; flex-direction: column; gap: 4px;
}
.psw-alster .eyebrow { color: var(--sky); }
.psw-alster p { font-size: 7.7pt; line-height: 1.4; color: rgba(255,255,255,0.88); text-wrap: pretty; }
.psw-alster .xref { font-size: 6.8pt; color: rgba(255,255,255,0.55); border-top: 1px dashed rgba(255,255,255,0.18); padding-top: 5px; margin-top: 2px; }

/* ============================================================
   BLACKROLL — backmatter partner page (DTU-10)
   ============================================================ */
.pbr {
  background: var(--navy);
  color: var(--white);
  padding: 16mm var(--margin) 18mm;
  position: relative; overflow: hidden;
}
.pbr::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(27,64,220,0.4), transparent 45%),
    radial-gradient(circle at 5% 95%, rgba(127,238,178,0.14), transparent 45%);
  pointer-events: none;
}
.pbr-wrap { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 7mm; height: 100%; }
.pbr-top { display: flex; justify-content: space-between; align-items: flex-start; }
.pbr-kicker { display: inline-flex; align-items: center; gap: 8px; }
.pbr-badge {
  background: var(--deep-blue); color: #fff;
  font-family: var(--font-body); font-size: 7.5pt; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
}
.pbr-anzeige { font-family: var(--font-body); font-size: 7.5pt; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); }

.pbr-head { display: flex; flex-direction: column; gap: 12px; }
.pbr-name { font-family: var(--font-display); font-weight: 700; font-size: 46pt; letter-spacing: -0.03em; line-height: 0.9; color: #fff; }
.pbr-tagline { font-family: var(--font-display); font-weight: 600; font-size: 19pt; letter-spacing: -0.02em; line-height: 1.05; color: #fff; max-width: 150mm; }
.pbr-tagline .hl { color: var(--lime); }
.pbr-intro { font-size: 9.5pt; line-height: 1.5; color: rgba(255,255,255,0.82); max-width: 140mm; text-wrap: pretty; }

.pbr-main { display: grid; grid-template-columns: 1.05fr 1fr; gap: 6mm; align-items: center; flex: 1; }

/* Offer / code card */
.pbr-offer {
  background: linear-gradient(160deg, #14225a, #0c1538);
  border: 1px solid rgba(127,238,178,0.25);
  border-radius: 16px;
  padding: 7mm 7mm;
  display: flex; flex-direction: column; gap: 5mm;
}
.pbr-offer-label { font-family: var(--font-body); font-size: 8pt; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--lime); }
.pbr-percent { display: flex; align-items: baseline; gap: 10px; }
.pbr-percent .num { font-family: var(--font-display); font-weight: 700; font-size: 64pt; line-height: 0.8; letter-spacing: -0.04em; color: #fff; }
.pbr-percent .txt { font-family: var(--font-display); font-weight: 600; font-size: 13pt; line-height: 1.05; color: rgba(255,255,255,0.9); }
.pbr-code {
  display: flex; flex-direction: column; gap: 4px;
  border: 1.5px dashed rgba(127,238,178,0.55);
  border-radius: 12px; padding: 5mm;
  background: rgba(127,238,178,0.06);
}
.pbr-code-top { font-family: var(--font-body); font-size: 7.5pt; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.pbr-code-val { font-family: var(--font-display); font-weight: 700; font-size: 34pt; letter-spacing: 0.04em; color: var(--lime); line-height: 1; }
.pbr-code-where { font-size: 8.5pt; color: rgba(255,255,255,0.78); }
.pbr-code-where strong { color: #fff; }

/* Conditions + separation note */
.pbr-side { display: flex; flex-direction: column; gap: 5mm; justify-content: space-between; }
.pbr-cond { display: flex; flex-direction: column; gap: 8px; }
.pbr-cond-h { font-family: var(--font-body); font-size: 8pt; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.pbr-cond ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.pbr-cond li { font-size: 9pt; line-height: 1.4; color: rgba(255,255,255,0.9); padding-left: 18px; position: relative; text-wrap: pretty; }
.pbr-cond li::before {
  content: ""; position: absolute; left: 0; top: 5px;
  width: 11px; height: 11px; border-radius: 3px; background: var(--deep-blue);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 12.5l5 5 11-11 1.5 1.5L9 21 2.5 14z'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 12.5l5 5 11-11 1.5 1.5L9 21 2.5 14z'/></svg>") center/contain no-repeat;
  background: var(--lime);
}
.pbr-sep-note {
  display: flex; gap: 10px; align-items: flex-start;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 3px solid var(--deep-blue);
  border-radius: 10px; padding: 4mm 4.5mm;
}
.pbr-sep-ico {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 7px;
  background: var(--deep-blue); color: #fff;
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 13pt;
}
.pbr-sep-note p { font-size: 7.8pt; line-height: 1.4; color: rgba(255,255,255,0.85); text-wrap: pretty; }
.pbr-sep-note b { color: #fff; }
.pbr-sep-note .c-dtu { color: var(--lime); font-family: var(--font-display); font-weight: 700; }
.pbr-sep-note .c-t2t { color: var(--sky, #52ADF5); font-family: var(--font-display); font-weight: 700; }

.pbr-foot {
  display: flex; justify-content: space-between; align-items: center;
  gap: 14px; padding-top: 5mm;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.pbr-foot-l { display: flex; flex-direction: column; gap: 3px; }
.pbr-foot-why { font-family: var(--font-display); font-weight: 700; font-size: 10pt; color: #fff; }
.pbr-foot-sub { font-size: 7.5pt; color: rgba(255,255,255,0.6); }
.pbr-foot-url { font-family: var(--font-display); font-weight: 700; font-size: 13pt; color: var(--lime); letter-spacing: -0.01em; }

/* ============================================================
   FINISHED ADS — full-bleed, 1:1
   ============================================================ */
.pad { padding: 0; background: var(--navy); }
.pad img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* "Werbung" disclaimer pill (on dark partner boxes) */
.ad-flag {
  display: inline-block;
  background: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.72);
  font-size: 6.5pt; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 2px 7px; border-radius: 999px;
  margin-right: 8px;
  vertical-align: middle;
}

/* ============================================================
   PAGE 3 (NEU) — ANJAS PRE-RACE-TIPPS (Anja Ippach)
   ============================================================ */
.pan {
  --sky: #52ADF5;
  background: var(--paper);
  padding: 16mm var(--margin) 16mm;
  display: flex;
  flex-direction: column;
}
.pan-wrap { display: flex; flex-direction: column; gap: 6mm; flex: 1; justify-content: space-between; }

.pan-head {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.pan-head-l { display: flex; flex-direction: column; gap: 8px; }
.pan-title { font-size: 25pt; line-height: 0.98; letter-spacing: -0.025em; color: var(--ink); margin: 3px 0 0; }
.pan-lead { font-size: 9.5pt; line-height: 1.45; color: var(--ink-soft); max-width: 160mm; text-wrap: pretty; }
.pan-lead .wm { color: var(--deep-blue); font-weight: 600; }

/* Anja photo band — expert feature */
.pan-photo {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 7.2;
  background: var(--navy);
}
.pan-photo-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 23%;
  display: block;
}
.pan-photo-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16mm 6mm 5.5mm;
  background: linear-gradient(to top, rgba(10,17,40,0.94) 0%, rgba(10,17,40,0.7) 30%, rgba(10,17,40,0.2) 65%, transparent 100%);
  color: #fff;
}
.pan-photo-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 16pt; line-height: 1; letter-spacing: -0.02em;
  color: #fff;
}
.pan-photo-meta {
  font-size: 7.8pt; line-height: 1.3;
  color: rgba(255,255,255,0.82);
  margin-top: 4px;
}
.pan-photo-web { color: var(--lime); font-weight: 600; }
.pan-photo-bubble {
  position: absolute; top: 5mm; left: 6mm;
  background: var(--lime); color: var(--navy);
  font-family: var(--font-display); font-weight: 700; font-size: 9.5pt;
  padding: 5px 11px; border-radius: 10px;
  box-shadow: 0 6px 18px rgba(10,17,40,0.28);
}

/* Anja expert card */
.pan-expert {
  background: var(--navy);
  color: var(--white);
  border-radius: 14px;
  padding: 4.5mm 5mm;
  margin-top: 13mm;
  display: flex; flex-direction: column; gap: 8px;
  position: relative;
  overflow: hidden;
}
.pan-expert::before {
  content: ""; position: absolute; right: -22mm; top: -22mm;
  width: 44mm; height: 44mm; border-radius: 999px;
  background: radial-gradient(circle, rgba(127,238,178,0.28), transparent 70%);
}
.pan-expert-head { display: flex; gap: 11px; align-items: center; position: relative; z-index: 1; }
.pan-avatar {
  width: 46px; height: 46px; border-radius: 999px; flex-shrink: 0;
  background: linear-gradient(150deg, var(--deep-blue), var(--sky));
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 15pt; color: #fff;
  position: relative;
}
.pan-avatar::after { content: ""; position: absolute; inset: 0; border-radius: 999px; box-shadow: inset 0 0 0 2px var(--lime); }
.pan-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; border-radius: 999px; display: block; }
.pan-expert-name { font-family: var(--font-display); font-weight: 700; font-size: 13pt; line-height: 1; color: #fff; }
.pan-expert-role { font-size: 7.2pt; color: var(--lime); font-weight: 600; letter-spacing: 0.04em; margin-top: 3px; }
.pan-bubble {
  align-self: flex-start;
  background: var(--lime); color: var(--navy);
  font-family: var(--font-display); font-weight: 700; font-size: 8.5pt;
  padding: 4px 10px; border-radius: 999px;
  position: relative; z-index: 1;
}
.pan-creds { list-style: none; margin: 2px 0 0; padding: 0; display: flex; flex-direction: column; gap: 3px; position: relative; z-index: 1; }
.pan-creds li { font-size: 7.6pt; line-height: 1.3; color: rgba(255,255,255,0.88); padding-left: 13px; position: relative; }
.pan-creds li::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; border-radius: 999px; background: var(--sky); }
.pan-creds li.hl { color: var(--lime); font-weight: 600; }
.pan-creds li.hl::before { background: var(--lime); }
.pan-creds li.web { color: var(--sky); font-weight: 600; }
.pan-creds li.web::before { background: var(--lime); }

/* Tips 1-4 row */
.pan-tips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4mm; }
.pan-tip {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 4mm 3.5mm;
  display: flex; flex-direction: column; gap: 7px;
}
.pan-tip-head { display: flex; align-items: center; gap: 8px; }
.pan-no {
  width: 24px; height: 24px; border-radius: 999px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--lime); color: var(--navy);
  font-family: var(--font-display); font-weight: 700; font-size: 11pt;
}
.pan-kicker { font-family: var(--font-body); font-size: 6.6pt; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); }
.pan-tip-title { font-family: var(--font-display); font-weight: 700; font-size: 11.5pt; line-height: 1.02; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.pan-tip-body { font-size: 7.6pt; line-height: 1.34; color: var(--ink-soft); text-wrap: pretty; }
.pan-tip-body strong { color: var(--ink); font-weight: 700; }

/* KH = Wasser mini graphic (tip 2) */
.pan-kh {
  margin-top: auto;
  display: flex; align-items: center; gap: 6px;
  background: rgba(27,64,220,0.06);
  border-radius: 8px; padding: 5px 8px;
}
.pan-kh-a { font-family: var(--font-display); font-weight: 700; font-size: 8.5pt; color: var(--deep-blue); }
.pan-kh-eq { font-size: 6.4pt; color: var(--ink-soft); }
.pan-kh-b { font-family: var(--font-display); font-weight: 700; font-size: 8.5pt; color: var(--ink); margin-left: auto; }

/* Tip 5: three goals (staircase) */
.pan-goals {
  display: grid; grid-template-columns: 1fr 1.55fr; gap: 5mm;
  background: var(--navy); color: #fff;
  border-radius: 14px; padding: 6.5mm 5.5mm 7.5mm;
  position: relative; overflow: hidden;
  align-items: center;
}
.pan-goals-l { display: flex; flex-direction: column; gap: 6px; }
.pan-goals-tag { display: flex; align-items: center; gap: 8px; }
.pan-no-on-dark { width: 22px; height: 22px; font-size: 9.5pt; }
.pan-goals-tag .eyebrow { color: var(--lime); }
.pan-goals-q { font-family: var(--font-display); font-weight: 700; font-size: 16pt; line-height: 1.0; letter-spacing: -0.02em; color: #fff; }
.pan-goals-body { font-size: 7.8pt; line-height: 1.4; color: rgba(255,255,255,0.85); text-wrap: pretty; }
.pan-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3mm; align-items: start; }
.pan-step { border-radius: 10px; padding: 4mm 3.5mm; display: flex; flex-direction: column; gap: 4px; }
.pan-step-lbl { font-family: var(--font-display); font-weight: 700; font-size: 9.5pt; line-height: 1; }
.pan-step p { font-size: 7.1pt; line-height: 1.3; text-wrap: pretty; margin: 0; }
.pan-step-opt { background: var(--lime); color: var(--navy); margin-top: 0; }
.pan-step-opt p { color: rgba(10,17,40,0.82); }
.pan-step-norm { background: rgba(82,173,245,0.18); margin-top: 6mm; }
.pan-step-norm .pan-step-lbl { color: #9fd3fb; }
.pan-step-norm p { color: rgba(255,255,255,0.85); }
.pan-step-min { background: rgba(255,255,255,0.08); margin-top: 12mm; }
.pan-step-min .pan-step-lbl { color: rgba(255,255,255,0.92); }
.pan-step-min p { color: rgba(255,255,255,0.72); }