/* Flyer: TISAX — page-specific additions on top of flyer-common.css.
   Core visual idea: an ascending staircase of the 3 TISAX Assessment Levels
   (AL1-3), each step taller/higher than the last to visualise "je höher
   das Level, desto mehr wird geprüft" — followed by a VDA-ISA-to-module
   mapping + a mild risk list, a slim facts strip, then process + CTA. */

.flyer-page .flyer-subline { max-width: 54em; margin-bottom: .6rem; }
.flyer-page .flyer-badges { margin-bottom: .9rem; }

/* ---------- Staircase: 3 ascending Assessment-Level cards ---------- */

.flyer-staircase-title {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--fp-muted);
  margin: 0 0 .5rem;
}

.flyer-staircase-section { margin-bottom: .48rem; }

.flyer-staircase {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.flyer-al-card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-top: 3px solid var(--fp-border);
  border-radius: 8px 8px 4px 4px;
  padding: .4rem .65rem .42rem;
}

.flyer-al-card--1 { min-height: 62px; }
.flyer-al-card--2 { min-height: 88px; border-top-color: var(--fp-accent-border); }
.flyer-al-card--3 { min-height: 100px; border-top-color: var(--fp-accent); background: var(--fp-accent-soft); }

.flyer-al-title { font-size: .92rem; font-weight: 800; color: var(--fp-text); margin: 0; line-height: 1.2; }
.flyer-al-method { font-size: .76rem; color: var(--fp-muted); line-height: 1.4; }
.flyer-al-label { font-size: .76rem; color: var(--fp-muted); line-height: 1.4; }

.flyer-al-pentest {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  font-size: .74rem;
  font-weight: 800;
  border-radius: 20px;
  padding: 4px 11px;
  line-height: 1.3;
}
.flyer-al-pentest--muted {
  color: var(--fp-muted);
  background: transparent;
  border: 1px solid var(--fp-border);
}
.flyer-al-pentest--accent {
  color: var(--fp-accent);
  background: var(--fp-bg);
  border: 1px solid var(--fp-accent-border);
}
.flyer-al-card--3 .flyer-al-pentest--accent {
  color: var(--fp-on-accent);
  background: var(--fp-accent);
  border-color: var(--fp-accent);
}

.flyer-al-note {
  font-size: .68rem;
  color: var(--fp-muted-2);
  font-style: italic;
  line-height: 1.3;
  margin-top: 1px;
}

/* ---------- Two-column area: VDA-ISA mapping + risk list ---------- */

.flyer-tisax-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1.9rem;
  align-items: start;
  margin-bottom: .5rem;
}

/* Each mapping item stacks a small chapter label over the module text
   (rather than a side-by-side split) so long German compound words get
   the full row width and rarely wrap twice. */
.flyer-vda-map { display: flex; flex-direction: column; }

.flyer-vda-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 3px 0;
  border-bottom: 1px solid var(--fp-border);
}
.flyer-vda-row:last-child { border-bottom: none; }

.flyer-vda-chapter {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--fp-muted-2);
  line-height: 1.3;
}

.flyer-vda-module {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: .73rem;
  color: var(--fp-text);
  line-height: 1.3;
}

.flyer-vda-arrow { flex-shrink: 0; width: 13px; height: 13px; margin-top: 3px; color: var(--fp-accent); }

.flyer-warn-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }

.flyer-warn-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: .73rem;
  line-height: 1.3;
  color: var(--fp-muted);
}

.flyer-warn-icon { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; color: var(--fp-accent); }

/* ---------- Facts strip ---------- */

.flyer-facts-strip {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--fp-border);
  border-radius: 8px;
  margin-bottom: .45rem;
  overflow: hidden;
}

.flyer-fact {
  flex: 1 1 0;
  padding: .28rem .7rem;
  font-size: .73rem;
  font-weight: 600;
  color: var(--fp-muted);
  line-height: 1.35;
  text-align: center;
}

.flyer-fact + .flyer-fact { border-left: 1px solid var(--fp-border); }

/* ---------- Trademark note ---------- */

.flyer-trademark-note {
  font-size: .68rem;
  color: var(--fp-muted-2);
  line-height: 1.3;
  text-align: center;
  margin: .3rem 0 0;
}

@media (max-width: 700px) {
  .flyer-staircase { flex-direction: column; align-items: stretch; }
  .flyer-al-card--1, .flyer-al-card--2, .flyer-al-card--3 { min-height: auto; }
  .flyer-tisax-grid { grid-template-columns: 1fr; }
  .flyer-facts-strip { flex-direction: column; }
  .flyer-fact + .flyer-fact { border-left: none; border-top: 1px solid var(--fp-border); }
  .flyer-bottom { grid-template-columns: 1fr; }
}

.flyer-bottom .flyer-process { gap: 8px; }
.flyer-bottom .flyer-cta-box { padding: .8rem 1rem; }
.flyer-page .flyer-footer-legal { margin-top: .65rem; padding-top: .4rem; }
