/* ============================================================
   Status-optaelling (produktside) supplement til forside.css
   + hjemmesider.css. Genbruger brand-tokens og komponenter:
   .pitch/.pitch-schema, .section/.section-head, .component,
   .punkter/.punkt, .proces, .pakker/.pakke, .specs, .cta,
   .stamp, .titleblock. Kun det, denne side selv tilfojer,
   staar her. Ingen JS, ingen inline styles, ingen eksterne
   domaener (CSP-ren).
   ============================================================ */

/* aktiv nav-side (samme mekanik som de ovrige undersider) */
.topbar nav a[aria-current="page"] { color: var(--ink); }
.topbar nav a[aria-current="page"]::after { transform: scaleX(1); }

/* ---------- Princip: et lead med lidt mere vaegt over styklisten ---------- */
.princip-lead {
  margin: 0 0 26px;
  max-width: 58ch;
  font-size: 1.08rem;
  color: var(--ink);
  text-wrap: pretty;
}
.princip-lead b { font-weight: 600; }

/* ---------- Leveringsmodel: faelles note under de to kort ---------- */
.lever-note {
  margin: 26px 0 0;
  font-family: var(--mono);
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 66ch;
}
.lever-note b { color: var(--ink); font-weight: 600; }

/* ---------- Demo + kontakt (sidste ark) ---------- */
.demo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin: 6px 0 0;
}
.demo-cred {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.demo-cred b {
  color: var(--ink);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.demo-reset {
  margin: 22px 0 0;
  max-width: 54ch;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.kontakt-linje {
  margin: 30px 0 0;
  max-width: 58ch;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.kontakt-linje a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: border-color 180ms ease;
}
.kontakt-linje a:hover { border-bottom-color: var(--accent); }

/* ---------- Ekstra skematik-rolle: udfyldt QR-modul i rust ---------- */
.schematic .s-fill { fill: var(--accent); stroke: none; }
.schematic .s-fill-soft { fill: currentColor; stroke: none; opacity: 0.5; }
