/* iConference — KI-Produkte (Übersicht + Produkt-Detailseiten).
   Baut auf colors_and_type.css + legal.css auf. */

.doc--wide { max-width: 820px; }

/* Gemeinsame Meta-Bausteine (aus dem Standpunkt-Muster übernommen) */
.post-eyebrow { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fg-brand); }
.post-tag { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ochre-700); background: var(--ochre-50);
  border: 1px solid var(--ochre-100); border-radius: var(--radius-pill); padding: 4px 11px; }

/* ---- Übersicht: Hero ---- */
.sp-hero { margin-bottom: 30px; }
.sp-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: 44px; letter-spacing: -.02em;
  color: var(--navy-700); margin: 10px 0 0; line-height: 1.05; }
.sp-lead { font-size: 18px; line-height: 1.6; color: var(--navy-500); margin: 12px 0 0; max-width: 56ch; text-wrap: pretty; }

/* ---- Übersicht: Produkt-Kacheln ---- */
.prod-list { display: flex; flex-direction: column; gap: 18px; }
.prod-card { display: block; text-decoration: none; background: var(--cream-card);
  border: 1px solid var(--border-1); border-radius: var(--radius-lg); padding: 26px 28px;
  transition: border-color .2s, transform .2s, box-shadow .2s; }
a.prod-card:hover { border-color: var(--ochre-300); transform: translateY(-2px);
  box-shadow: 0 10px 28px -18px rgba(20,40,60,.35); }
.prod-card h2 { font-family: var(--font-display); font-weight: 700; font-size: 24px; line-height: 1.2;
  color: var(--navy-700); margin: 14px 0 8px; letter-spacing: -.01em; }
.prod-card p { font-size: 16px; line-height: 1.6; color: var(--navy-500); margin: 0; text-wrap: pretty; }

.prod-meta-row { display: flex; align-items: center; gap: 12px; }

/* Status-Badges */
.prod-status { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; border-radius: var(--radius-pill); padding: 4px 11px; }
.prod-status--live { color: var(--success); background: var(--success-bg); border: 1px solid #bfe0cc; }
.prod-status--soon { color: var(--fg-3); background: var(--cream-200); border: 1px solid var(--border-2); }

.prod-readmore { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px;
  font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--ochre-700); }
.prod-readmore svg { width: 15px; height: 15px; transition: transform .2s; }
a.prod-card:hover .prod-readmore svg { transform: translateX(3px); }

/* Coming-soon-Kachel: gedämpft, nicht klickbar */
.prod-card--soon { opacity: .72; cursor: default; }
.prod-card--soon h2 { color: var(--navy-500); }
.prod-soon-note { display: inline-block; margin-top: 16px; font-family: var(--font-display);
  font-weight: 600; font-size: 14px; color: var(--fg-3); }

/* =========================================================
   Produkt-Detailseite (Sovereign Cockpit) — Datasheet im Web-Rahmen
   ========================================================= */
.prod-detail { max-width: 820px; }
.prod-detail .pd-eyebrow { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fg-brand); }
.prod-detail h1 { font-family: var(--font-display); font-weight: 800; font-size: 44px; letter-spacing: -.02em;
  color: var(--navy-700); margin: 10px 0 0; line-height: 1.05; }
.pd-sub { font-size: 19px; line-height: 1.55; color: var(--navy-600); margin: 14px 0 0; max-width: 60ch; text-wrap: pretty; }

/* Hero-Illustration der Produktdetailseite.
   Randlos in der Textspalte, kein Zuschnitt: das Bild ist 4:3 und hat keine
   Beschnitt-Reserve. Wand und Sockel stossen an den Bildrand, jeder Zuschnitt
   wuerde Text auf den abgebildeten Blaettern anschneiden. */
.pd-hero-art { margin: 26px 0 0; border-radius: var(--radius-lg); overflow: hidden;
  line-height: 0; box-shadow: 0 12px 32px rgba(20,40,50,.14); }
.pd-hero-art video { width: 100%; height: auto; display: block; }
/* Kompakte Variante (KI-Ausbildung): das 1:1-Treppenvideo dominierte in voller
   Spaltenbreite den Viewport (Georges 02.08.2026, «um ca 1/3 bis 50%
   verkleinern») — 460px sind ~44% weniger, zentriert. Cockpit bleibt randlos. */
.pd-hero-art--compact { max-width: 460px; margin-left: auto; margin-right: auto; }

/* Hero-Band (Navy, wie im Datasheet) */
.pd-hero { background: var(--navy-700); color: #f2ebdc; border-radius: var(--radius-lg);
  padding: 20px 24px; margin: 26px 0 0; font-family: var(--font-display); font-weight: 500;
  font-size: 18px; line-height: 1.45; }
.pd-hero .accent { color: var(--ochre-300); } /* auf dunklem pd-hero: 7:1 statt 3.7 */

/* PDF-Download-Button */
.pd-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 8px; }
.pd-btn { display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  font-family: var(--font-display); font-weight: 600; font-size: 15px; padding: 11px 20px;
  border-radius: var(--radius-md); transition: transform .15s, box-shadow .15s, border-color .15s; }
.pd-btn svg { width: 17px; height: 17px; }
/* .doc a aus legal.css gewinnt sonst die Spezifitaet und faerbt den
   Button-Text fg-brand — auf dem Ochre-Knopf 2:1 (Sweep 02.08.2026). */
.doc .pd-btn--primary, .pd-btn--primary { background: var(--ochre-500); color: var(--navy-900); }
.pd-btn--primary:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -12px rgba(176,116,31,.6); }
.pd-btn--ghost { border: 1.5px solid var(--border-2); color: var(--ochre-700); }
.pd-btn--ghost:hover { border-color: var(--ochre-300); }
.pd-login-link { display: inline-block; margin: 4px 0 8px; font-size: 14.5px;
  text-decoration: underline; text-underline-offset: 2px; }

/* Abschnitts-Titel */
.pd-section { margin-top: 40px; }
.pd-section > .pd-kicker { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fg-brand); display: block; margin-bottom: 12px; }
.pd-section h2 { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--navy-700);
  margin: 0 0 16px; letter-spacing: -.01em; }

/* 3-Schritt-Flow */
.pd-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pd-step { background: var(--cream-card); border: 1px solid var(--border-1); border-radius: var(--radius-md);
  padding: 18px 18px; }
.pd-step .num { font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: var(--fg-brand); }
.pd-step h3 { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--navy-700);
  margin: 8px 0 6px; }
.pd-step p { font-size: 14px; line-height: 1.5; color: var(--navy-500); margin: 0; }

/* Nutzen-Bullets */
.pd-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.pd-benefit { display: flex; gap: 10px; font-size: 15px; line-height: 1.5; color: var(--navy-500); align-items: baseline; }
.pd-benefit::before { content: ""; flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%;
  background: var(--ochre-500); margin-top: 7px; }
.pd-benefit strong { color: var(--navy-700); font-weight: 600; }

/* Deployment-Karten */
.pd-deploy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pd-dcard { border: 1px solid var(--border-1); border-radius: var(--radius-md); padding: 18px; background: var(--cream-card); }
.pd-dcard .tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--fg-brand); }
.pd-dcard h3 { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--navy-700); margin: 8px 0 6px; }
.pd-dcard p { font-size: 14px; line-height: 1.5; color: var(--navy-500); margin: 0; }

/* Preise */
.pd-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pd-price { border: 1px solid var(--navy-700); border-radius: var(--radius-md); padding: 20px 22px; background: var(--cream-card); }
.pd-price .label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--fg-2); }
.pd-price .amount { font-family: var(--font-display); font-weight: 800; font-size: 32px; color: var(--navy-900);
  line-height: 1; margin: 8px 0 0; }
.pd-price .amount small { font-size: 14px; font-weight: 500; color: var(--fg-2); }
.pd-price .psub { font-size: 14px; color: var(--navy-500); margin: 10px 0 0; line-height: 1.4; }
.pd-price-note { font-size: 13px; color: var(--fg-3); margin-top: 12px; font-style: italic; }

/* Schichten-Diagramm */
.pd-layers { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pd-layer { background: var(--cream-card); border: 1px solid var(--border-1); border-radius: var(--radius-sm);
  padding: 9px 13px; font-size: 14px; color: var(--navy-700); font-weight: 500; }
.pd-layer.gate { background: var(--navy-700); color: #f2ebdc; border-color: var(--navy-700); }
.pd-layer.backstop { border-color: var(--ochre-500); background: var(--ochre-50); }
.pd-arrow { color: var(--fg-3); font-family: var(--font-mono); }
.pd-note { font-size: 14px; color: var(--fg-3); margin-top: 12px; line-height: 1.5; }
.pd-note strong { color: var(--navy-600); }

/* Weiterreichen an Ausbildungsverantwortliche */
.pd-forward { display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--cream-card); border: 1px solid var(--border-1); border-left: 4px solid var(--ochre-500);
  border-radius: var(--radius-md); padding: 18px 22px; margin-top: 20px; }
.pd-forward .fwd-text { flex: 1; min-width: 0; }
.pd-forward .fwd-text .fwd-kicker { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ochre-700); display: block; margin-bottom: 5px; }
.pd-forward .fwd-text p { font-size: 15px; line-height: 1.5; color: var(--navy-700); margin: 0; }
.pd-forward .pd-btn { white-space: nowrap; }
@media (max-width: 640px) {
  .pd-forward { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* Datentyp-Chips */
.pd-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pd-chip { font-family: var(--font-mono); font-size: 13px; color: var(--navy-700); background: var(--cream-card);
  border: 1px solid var(--border-1); border-radius: var(--radius-pill); padding: 5px 13px; }
.pd-chip.ner { border-style: dashed; color: var(--fg-2); }

/* Was-geschützt-Grid */
.pd-protect { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
.pd-protect .item { font-size: 15px; line-height: 1.5; color: var(--navy-500); }
.pd-protect .item strong { display: block; color: var(--navy-700); margin-bottom: 2px; }

/* Formate/Modelle zweispaltig */
.pd-two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pd-two .col p { font-size: 15px; line-height: 1.55; color: var(--navy-500); margin: 0 0 8px; }
.pd-two .col .k { color: var(--navy-700); font-weight: 600; }

.pd-closing { font-size: 16px; line-height: 1.6; color: var(--navy-500); margin-top: 16px; text-wrap: pretty; }
.pd-closing strong { color: var(--navy-700); }

@media (max-width: 680px) {
  .sp-hero h1, .prod-detail h1 { font-size: 33px; }
  .pd-flow, .pd-deploy, .pd-benefits, .pd-pricing, .pd-protect, .pd-two { grid-template-columns: 1fr; }
  .prod-card { padding: 22px 20px; }
  .pd-hero { font-size: 16px; }
}

/* FAQ-Block (AEO): Fragen als H3, Antwort als Absatz. Bewusst ohne Accordion —
   ausgeklappter Text ist fuer Leser wie fuer Extraktoren direkt da, und die
   Klassen entsprechen dem, was tools/faq-render.py erzeugt. Uebernimmt die
   Kartenoptik der Seite (.pd-step), damit keine neue Komponente entsteht. */
.faq { margin-top: 40px; }
.faq > h2 { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--navy-700);
  margin: 0 0 16px; letter-spacing: -.01em; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: var(--cream-card); border: 1px solid var(--border-1);
  border-radius: var(--radius-md); padding: 18px 18px; }
.faq-item h3 { font-family: var(--font-display); font-weight: 600; font-size: 17px;
  color: var(--navy-700); margin: 0 0 8px; text-wrap: pretty; }
.faq-item p { font-size: 15px; line-height: 1.6; color: var(--navy-500); margin: 0; text-wrap: pretty; }
