/* Zweitakzent Gold: steht nur an der jaehrlichen Bescheinigung im
   Jahreskreis (Marker, Verbindungslinie, Legendenfeld). Testzyklen und
   Review-Meetings bleiben Markenblau beziehungsweise Tinte. */
.flyer-page {
  --fc-gold: #d6a63c;
}
@media print {
  .flyer-page { --fc-gold: #9a6b12; }
}

/* Flyer: AccessGranted Continuous (Pentest im Monatsabo). Page-specific styles
   on top of flyer-common.css. Kernvisualisierung ist der Jahreskreis (SVG, 12
   Testzyklen als Bogensegmente, 12 Review-Meetings als Punkte, Bescheinigung
   als Marker am Jahresende), daneben die Zyklus-Liste. Darunter der Vergleich
   Jahres-Pentest gegen Continuous als Tabelle. Alle Farben ueber var(--fp-*),
   damit Screen dunkel und Druck hell automatisch stimmen. Kompaktfassung ist
   auf eine A4-Seite getrimmt, .flyer-extra-Bloecke nur in der Langfassung. */

/* ---- Kopf ---- */
.flyer-logo { margin-bottom: 12px; }
.fc-kicker {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--fp-muted);
  margin: 0 0 .35rem;
}
.fc-kicker span { color: var(--fp-accent); }
.flyer-h1 {
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
  margin-bottom: .4rem;
  max-width: 30em;
}
.flyer-subline { font-size: .88rem; margin-bottom: .55rem; line-height: 1.45; }

.flyer-trust-markers {
  display: flex; flex-wrap: wrap; gap: 6px 18px;
  margin: 0 0 .7rem; padding: 0; list-style: none;
}
.flyer-trust-markers li {
  display: flex; align-items: center; gap: 6px;
  font-size: .76rem; font-weight: 600; color: var(--fp-muted);
}
.flyer-trust-markers svg { flex-shrink: 0; width: 13px; height: 13px; color: var(--fp-accent); }

/* ---- Hero: Jahreskreis + Zyklus ---- */
.fc-hero {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 1.4rem;
  align-items: start;
  padding: .55rem 0 .6rem;
  border-top: 1px solid var(--fp-border);
  border-bottom: 1px solid var(--fp-border);
  margin-bottom: .95rem;
  break-inside: avoid;
}

.fc-ring-wrap { margin: 0; }
.fc-ring-wrap .flyer-h2 { margin-bottom: .3rem; }
.fc-ring { display: block; width: 100%; height: auto; overflow: visible; }

.fc-ring-track { fill: none; stroke: var(--fp-border); stroke-width: 1; }
.fc-ring-arc {
  fill: none;
  stroke: var(--fp-accent);
  stroke-width: 11;
  stroke-linecap: butt;
}
.fc-ring-meet {
  fill: var(--fp-bg);
  stroke: var(--fp-text);
  stroke-width: 2.6;
}
.fc-ring-lbl {
  font-size: 10.5px;
  font-weight: 700;
  fill: var(--fp-muted-2);
  text-anchor: middle;
  dominant-baseline: middle;
  font-family: var(--font-family);
}
.fc-ring-num {
  font-size: 46px;
  font-weight: 800;
  fill: var(--fp-text);
  text-anchor: middle;
  font-family: var(--font-family);
}
.fc-ring-sub {
  font-size: 11.5px;
  font-weight: 600;
  fill: var(--fp-muted);
  text-anchor: middle;
  font-family: var(--font-family);
}
.fc-ring-cert-line { stroke: var(--fc-gold); stroke-width: 1.4; }
.fc-ring-cert-box { fill: var(--fc-gold); }
.fc-ring-cert-txt {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  fill: #fff;
  text-anchor: middle;
  font-family: var(--font-family);
}

.fc-ring-legend {
  list-style: none; margin: .55rem 0 0; padding: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.fc-ring-legend li {
  display: flex; align-items: center; gap: 8px;
  font-size: .72rem; color: var(--fp-muted); line-height: 1.45;
}
.fc-lg { flex-shrink: 0; display: inline-block; }
.fc-lg-arc { width: 16px; height: 6px; border-radius: 2px; background: var(--fp-accent); }
.fc-lg-meet { width: 10px; height: 10px; border-radius: 50%; border: 2.4px solid var(--fp-text); background: var(--fp-bg); margin: 0 3px; }
.fc-lg-cert { width: 16px; height: 8px; border-radius: 2px; background: var(--fc-gold); }

.fc-cycle .flyer-h2 { margin-bottom: .5rem; }
.fc-cycle-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.fc-cycle-list li { display: flex; gap: 10px; align-items: flex-start; }
.fc-cycle-num {
  flex-shrink: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--fp-accent); color: var(--fp-on-accent);
  display: flex; align-items: center; justify-content: center;
  font-size: .66rem; font-weight: 800;
  margin-top: 1px;
}
.fc-cycle-num-meet {
  background: var(--fp-bg);
  color: var(--fp-text);
  border: 2.4px solid var(--fp-text);
}
.fc-cycle-list h3 { font-size: .82rem; font-weight: 700; color: var(--fp-text); margin: 0 0 3px; line-height: 1.3; }
.fc-cycle-list p { font-size: .76rem; color: var(--fp-muted); line-height: 1.5; margin: 0; }

.fc-cycle-live {
  display: flex; align-items: center; gap: 7px;
  font-size: .72rem; font-weight: 600; color: var(--fp-text);
  margin: .6rem 0 .3rem;
  padding: 6px 9px;
  background: var(--fp-accent-soft);
  border: 1px solid var(--fp-accent-border);
  border-radius: 6px;
}
.fc-cycle-live svg { flex-shrink: 0; width: 14px; height: 14px; color: var(--fp-accent); }
.fc-ring-caption { font-size: .72rem; color: var(--fp-muted-2); line-height: 1.45; margin: 0; }

/* ---- Zeile 2: Vergleich + Immer enthalten ---- */
.fc-row2 {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 1.4rem;
  align-items: start;
  margin-bottom: .95rem;
  break-inside: avoid;
}
.fc-row2 .flyer-section { margin: 0; }
/* .fc-row2 setzt display:grid und hat damit das display:none aus
   flyer-common.css ueberschrieben (gleiche Spezifitaet, spaeter geladen):
   der ASM/Preis-Block stand dadurch auch in der Kompaktfassung auf dem
   Blatt und hat sie auf zwei Seiten getrieben. */
.fc-row2.flyer-extra { display: none; }
.flyer-page[data-version="extended"] .fc-row2.flyer-extra { display: grid; }
.flyer-section .flyer-h2 { margin-bottom: .5rem; }

.fc-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: .74rem;
  line-height: 1.45;
}
.fc-compare th, .fc-compare td {
  padding: 7px 9px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--fp-border);
}
.fc-compare thead th {
  font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  color: var(--fp-muted); padding-top: 0;
}
.fc-compare tbody th { font-weight: 700; color: var(--fp-text); width: 26%; }
.fc-compare td { color: var(--fp-muted); }
.fc-compare td.fc-compare-us { color: var(--fp-text); font-weight: 600; background: var(--fp-accent-soft); }
.fc-compare thead th.fc-compare-us { color: var(--fp-accent); background: var(--fp-accent-soft); border-radius: 6px 6px 0 0; }
.fc-compare tbody tr:last-child th, .fc-compare tbody tr:last-child td { border-bottom: none; }
.fc-compare-note { font-size: .72rem; color: var(--fp-muted-2); line-height: 1.45; margin: .55rem 0 0; }

.fc-included-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.fc-included-list li { display: flex; gap: 8px; align-items: flex-start; }
.fc-included-list svg { flex-shrink: 0; width: 15px; height: 15px; margin-top: 1px; color: var(--fp-accent); }
.fc-included-list p { font-size: .76rem; color: var(--fp-text); line-height: 1.5; margin: 0; }

/* ---- Ablauf ---- */
.fc-process-wrap { margin-bottom: .95rem; }
.fc-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  break-inside: avoid;
}
.fc-process::before {
  content: "";
  position: absolute;
  top: 12px; left: 12.5%; right: 12.5%;
  height: 1px;
  background: var(--fp-border);
}
.fc-process-step { text-align: center; }
.fc-process-num {
  position: relative;
  width: 24px; height: 24px; margin: 0 auto 6px;
  border-radius: 50%;
  background: var(--fp-bg);
  border: 1px solid var(--fp-accent-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--fp-accent);
  font-size: .68rem; font-weight: 800;
}
.fc-process-num::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: var(--fp-accent-soft);
}
.fc-process-num svg { position: relative; width: 13px; height: 13px; }
.fc-process-step-loop .fc-process-num { background: var(--fp-accent); border-color: var(--fp-accent); color: var(--fp-on-accent); }
.fc-process-step-loop .fc-process-num::before { display: none; }
.fc-process-step h3 { font-size: .8rem; font-weight: 700; color: var(--fp-text); margin: 0 0 3px; line-height: 1.3; }
.fc-process-step p { font-size: .72rem; color: var(--fp-muted); line-height: 1.45; margin: 0; }

/* ---- Langfassung ---- */
.fc-extra { margin-bottom: 1.05rem; }
.fc-extra .flyer-h2 { margin-bottom: .55rem; }
.fc-lead { font-size: .8rem; color: var(--fp-muted); line-height: 1.5; margin: 0 0 .7rem; max-width: 60em; }

.fc-scan { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; break-inside: avoid; }
.fc-scan-col {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: 10px;
  padding: .75rem .9rem;
}
.fc-scan-col-us { border-color: var(--fp-accent-border); background: var(--fp-accent-soft); }
.fc-scan-col h3 { font-size: .8rem; font-weight: 800; color: var(--fp-text); margin: 0 0 .5rem; }
.fc-scan-col ol { margin: 0 0 .5rem; padding-left: 1.3em; display: flex; flex-direction: column; gap: 3px; }
.fc-scan-col li { font-size: .76rem; color: var(--fp-muted); line-height: 1.4; }
.fc-scan-col-us li { color: var(--fp-text); }
.fc-scan-end { font-size: .78rem; font-weight: 800; color: var(--fp-muted-2); margin: 0; padding-top: .45rem; border-top: 1px solid var(--fp-border); }
.fc-scan-col-us .fc-scan-end { color: var(--fp-accent); border-color: var(--fp-accent-border); }

.fc-meeting { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; break-inside: avoid; }
.fc-meeting li { display: flex; gap: 10px; align-items: flex-start; }
.fc-meeting h3 { font-size: .82rem; font-weight: 700; color: var(--fp-text); margin: 0 0 2px; }
.fc-meeting p { font-size: .74rem; color: var(--fp-muted); line-height: 1.45; margin: 0; }

.fc-asm { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; }
.fc-asm dt { font-size: .74rem; font-weight: 800; color: var(--fp-accent); white-space: nowrap; }
.fc-asm dd { font-size: .74rem; color: var(--fp-muted); line-height: 1.45; margin: 0; }

.fc-pricing p { font-size: .78rem; color: var(--fp-text); line-height: 1.5; margin: 0 0 .5rem; }
.fc-url-line { font-size: .72rem; color: var(--fp-muted); margin: 0; }
.fc-url-line span { font-weight: 700; color: var(--fp-muted); }
.fc-url-line a { color: var(--fp-accent) !important; text-decoration: none !important; font-weight: 700; }

.fc-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.fc-faq-item { break-inside: avoid; }
.fc-faq-item h3 { font-size: .84rem; font-weight: 700; color: var(--fp-text); margin: 0 0 3px; }
.fc-faq-item p { font-size: .76rem; color: var(--fp-muted); line-height: 1.48; margin: 0; }

/* ---- CTA ---- */
.fc-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: .85rem 1.05rem;
}
.fc-cta h2 { font-size: .95rem; margin-bottom: .3rem; }
.fc-cta p { font-size: .76rem; margin-bottom: .55rem; }
.flyer-cta-button {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--fp-accent); color: var(--fp-on-accent) !important;
  border-radius: 6px; padding: 8px 18px;
  font-size: .82rem; font-weight: 700;
  text-decoration: none !important;
  margin-bottom: .5rem;
}
.fc-cta .fc-url-line { margin-bottom: 2px; }
.fc-print-only { display: none; }
.fc-cta .flyer-cta-contact {
  border-top: none;
  border-left: 1px solid var(--fp-accent-border);
  padding: .2rem 0 .2rem 1.2rem;
  gap: 6px;
  min-width: 15em;
}

.flyer-footer-legal { margin-top: .8rem; padding-top: .55rem; font-size: .68rem; }

@media print {
  .fc-print-only { display: block; }
  .fc-extra { break-inside: avoid; }
}

@media screen and (max-width: 700px) {
  .fc-hero, .fc-row2, .fc-scan, .fc-meeting, .fc-faq, .fc-cta { grid-template-columns: 1fr; }
  .fc-ring-wrap { max-width: 300px; margin: 0 auto; }
  .fc-process { grid-template-columns: repeat(2, 1fr); row-gap: 16px; }
  .fc-process::before { display: none; }
  .fc-cta .flyer-cta-contact { border-left: none; border-top: 1px solid var(--fp-accent-border); padding: .7rem 0 0; }
  .fc-asm { grid-template-columns: 1fr; gap: 2px; }
  .fc-asm dd { margin-bottom: 6px; }
}

/* Langfassung: zwei Seiten, also mehr Luft als in der Kompaktfassung. */
.flyer-page[data-version="extended"] .fc-compare { font-size: .78rem; }
.flyer-page[data-version="extended"] .fc-compare th,
.flyer-page[data-version="extended"] .fc-compare td { padding: 9px 11px; }
.flyer-page[data-version="extended"] .fc-included-list { gap: 14px; }
.flyer-page[data-version="extended"] .fc-included-list p { font-size: .8rem; }
.flyer-page[data-version="extended"] .fc-scan-col { padding: .95rem 1.05rem; }
.flyer-page[data-version="extended"] .fc-scan-col li { font-size: .78rem; line-height: 1.5; }
.flyer-page[data-version="extended"] .fc-scan-col ol { gap: 6px; }
.flyer-page[data-version="extended"] .fc-asm dd,
.flyer-page[data-version="extended"] .fc-pricing p { font-size: .78rem; line-height: 1.55; }
.flyer-page[data-version="extended"] .fc-asm { gap: 10px 14px; }
.flyer-page[data-version="extended"] .fc-extra { margin-bottom: 1.3rem; }
